@charset "utf-8";
.bgb {
background: #0077b5
}
.bgg {
background: #13c600
}
.bgr {
background: #ed4141
}
.bgbeg {
background: #8a3ab9
}
.top-bg {
background: #0000
}
.white-bg {
background: #ffffff
}
.gray-bg {
background: #f4f4f4
}
.gray-bg {
background: #f4f4f4
}
.white-bg {
background: #fff
}
.black-bg {
background: #000
}
.theme-bg {
background: #ff2143
}
.brand-bg {
background: #f1f4fa
}
.testimonial-bg {
background: #f9fafc
}
.white-color {
color: #fff
}
.text-purple{
color:#2f0085;
}
.black-color {
color: #000
}
.color-1{
color:#38979c !important;
}
.color-3{
color:#36a4ae !important;
}
.text-red{
color:#a70000;
}
.text-blue{
color:#008d93;
}
.border{
border:1px solid #CCC !important;
}
.bg-dark-blue{
background-color: #080863;
color:#ffffff;
}
.boxed-btn:hover {
background: #ff2143;
color: #fff !important;
border: 1px solid #ff2143
}
.boxed-btn:focus {
outline: none
}
.boxed-btn.large-width {
width: 220px
}
body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-weight: normal;
font-style: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
margin-top: 0px;
font-style: normal;
font-weight: 500;
text-transform: normal
}
.h4, h4 {
font-size: 1.5rem;
font-weight: 600;
}
p {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
color: #000;
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
font-weight: normal
}
.img {
max-width: 100%;
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s
}
.f-left {
float: left
}
.f-right {
float: right
}
.fix {
overflow: hidden
}
.clear {
clear: both
}
a,
.button {
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s
}
a:focus,
.button:focus {
text-decoration: none;
outline: none
}
a {
color: #635c5c;
text-decoration: none !important;
}
a:hover {
color: #0f0f95;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
text-decoration: none
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
outline: 0
}
.uppercase {
text-transform: uppercase
}
input:focus::-moz-placeholder {
opacity: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s
}
/*search icon*/
.input-box {
position: relative;
width: 100%;
max-width: 40px;
height: 35px;
margin: 0px;
border-radius: 6px;
transition: all 0.5s ease-in-out;
}
.input-box.open {
max-width: 300px;
}
.input-box input {
position: relative;
width: 100%;
height: 100%;
font-size: 16px;
font-weight: 400;
color: #333;
padding: 0 15px;
border: none;
border-radius: 6px;
outline: none;
transition: all 0.5s ease-in-out;
}
.input-box.open input {
padding: 15px 45px;
background-color: #ffffff;
}
.input-box .search {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
cursor: pointer;
}
.input-box .search i{
color: #333333;
font-size: 14px;
border-radius: 5px;
background-color: #f2f2f2;
cursor: pointer;
}
.input-box.open .search {
border-radius: 6px 0 0 6px;
}
.search .search-icon {
font-size: 30px;
color: #1c1c1c;
}
.input-box .close-icon {
position: absolute;
top: 50%;
right: 0px;
font-size: 20px;
color: #949494;
padding: 5px;
transform: translateY(-50%);
transition: all 0.5s ease-in-out;
cursor: pointer;
pointer-events: none;
opacity: 0;
}
.input-box.open .close-icon {
transform: translateY(-50%) rotate(180deg);
pointer-events: auto;
opacity: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit
}
ul {
margin: 0px;
padding: 0px
}
li {
list-style: none
}
hr {
border-bottom: 1px solid #eceff8;
border-top: 0 none;
margin: 30px 0;
padding: 0
}
.small{
font-size: 13px;
color:#333;
}
.line{
border-top:2px dotted #CCC ;
padding:8px 0;
}
.line_a {
border-top: 2px dotted #CCC;
padding: 6px 0;
}
.line_b {
border-top: 2px dotted #CCC;
padding: 10px 0;
}
/*banner-ad*/
.ad img {
width: 100% !important;
height: 100% !important;
}
@media (max-width:767px) {
/* 90 pixels high */
#ad {
height: 50px;
}
}
.mb-90 {
margin-bottom: 90px
}
@media (max-width: 767px) {
.mb-90 {
margin-bottom: 30px
}
}
@media (min-width: 768px) and (max-width: 991px) {
.mb-90 {
margin-bottom: 45px
}
}
.header-btn {
text-transform: uppercase
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: none
}
#scrollUp {
background: #1cabb1;
height: 45px;
width: 45px;
right: 31px;
bottom: 25px;
color: #fff;
font-size: 20px;
text-align: center;
border-radius: 50%;
line-height: 48px;
border: 2px solid transparent
}
.uparrow{
font-size: 30px;
}
@media (max-width: 575px) {
#scrollUp {
right: 16px
}
}
#scrollUp:hover {
color: #fff
}
.sticky-bar {
left: 0;
margin: 0px auto;
position: fixed;
top: 0;
width: 100%;
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
z-index: 9999;
-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
background: #fff
}
.header-flex.sticky-flex {
display: flex
}
.social-share ul li {
display: inline-block;
margin: 0 10px
}
@media (max-width: 575px) {
.social-share ul li {
margin: 0 5px
}
}
.social-share ul li .section-tittle {
display: flex
}
.social-share .section-tittle {
display: flex;
align-items: center
}
.heading-news h3 {
font-size: 40px;
display: block;
color: #051441;
font-weight: 700
}
@media (max-width: 575px) {
.heading-news h3 {
font-size: 29px !important;
line-height: 1.2
}
}
.section-tittle h3 {
font-size: 31px;
line-height: 1.2;
}
.mt-5 {
margin-top: 5px
}
.mt-10 {
margin-top: 10px
}
.mt-15 {
margin-top: 15px
}
.mt-20 {
margin-top: 20px
}
.mt-25 {
margin-top: 25px
}
.mt-30 {
margin-top: 30px
}
.mt-35 {
margin-top: 35px
}
.mt-40 {
margin-top: 40px
}
.mt-45 {
margin-top: 45px
}
.mt-50 {
margin-top: 50px
}
.mt-55 {
margin-top: 55px
}
.mt-60 {
margin-top: 60px
}
.mt-65 {
margin-top: 65px
}
.mt-70 {
margin-top: 70px
}
.mt-75 {
margin-top: 75px
}
.mt-80 {
margin-top: 80px
}
.mt-85 {
margin-top: 85px
}
.mt-90 {
margin-top: 90px
}
.mt-95 {
margin-top: 95px
}
.mt-100 {
margin-top: 100px
}
.mt-105 {
margin-top: 105px
}
.mt-110 {
margin-top: 110px
}
.mt-115 {
margin-top: 115px
}
.mt-120 {
margin-top: 120px
}
.mt-125 {
margin-top: 125px
}
.mt-130 {
margin-top: 130px
}
.mt-135 {
margin-top: 135px
}
.mt-140 {
margin-top: 140px
}
.mt-145 {
margin-top: 145px
}
.mt-150 {
margin-top: 150px
}
.mt-155 {
margin-top: 155px
}
.mt-160 {
margin-top: 160px
}
.mt-165 {
margin-top: 165px
}
.mt-170 {
margin-top: 170px
}
.mt-175 {
margin-top: 175px
}
.mt-180 {
margin-top: 180px
}
.mt-185 {
margin-top: 185px
}
.mt-190 {
margin-top: 190px
}
.mt-195 {
margin-top: 195px
}
.mt-200 {
margin-top: 200px
}
.mb-5 {
margin-bottom: 5px
}
.mb-10 {
margin-bottom: 10px
}
.mb-15 {
margin-bottom: 15px
}
.mb-20 {
margin-bottom: 20px
}
.mb-25 {
margin-bottom: 25px
}
.mb-30 {
margin-bottom: 30px
}
.mb-35 {
margin-bottom: 35px
}
.mb-40 {
margin-bottom: 40px
}
.mb-45 {
margin-bottom: 45px
}
.mb-50 {
margin-bottom: 50px
}
.mb-55 {
margin-bottom: 55px
}
.mb-60 {
margin-bottom: 60px
}
.mb-65 {
margin-bottom: 65px
}
.mb-70 {
margin-bottom: 70px
}
.mb-75 {
margin-bottom: 75px
}
.mb-80 {
margin-bottom: 80px
}
.mb-85 {
margin-bottom: 85px
}
.mb-90 {
margin-bottom: 90px
}
.mb-95 {
margin-bottom: 95px
}
.mb-100 {
margin-bottom: 100px
}
.mb-105 {
margin-bottom: 105px
}
.mb-110 {
margin-bottom: 110px
}
.mb-115 {
margin-bottom: 115px
}
.mb-120 {
margin-bottom: 120px
}
.mb-125 {
margin-bottom: 125px
}
.mb-130 {
margin-bottom: 130px
}
.mb-135 {
margin-bottom: 135px
}
.mb-140 {
margin-bottom: 140px
}
.mb-145 {
margin-bottom: 145px
}
.mb-150 {
margin-bottom: 150px
}
.mb-155 {
margin-bottom: 155px
}
.mb-160 {
margin-bottom: 160px
}
.mb-165 {
margin-bottom: 165px
}
.mb-170 {
margin-bottom: 170px
}
.mb-175 {
margin-bottom: 175px
}
.mb-180 {
margin-bottom: 180px
}
.mb-185 {
margin-bottom: 185px
}
.mb-190 {
margin-bottom: 190px
}
.mb-195 {
margin-bottom: 195px
}
.mb-200 {
margin-bottom: 200px
}
.ml-5 {
margin-left: 5px
}
.ml-10 {
margin-left: 10px
}
.ml-15 {
margin-left: 15px
}
.ml-20 {
margin-left: 20px
}
.ml-25 {
margin-left: 25px
}
.ml-30 {
margin-left: 30px
}
.ml-35 {
margin-left: 35px
}
.ml-40 {
margin-left: 40px
}
.ml-45 {
margin-left: 45px
}
.ml-50 {
margin-left: 50px
}
.ml-55 {
margin-left: 55px
}
.ml-60 {
margin-left: 60px
}
.ml-65 {
margin-left: 65px
}
.ml-70 {
margin-left: 70px
}
.ml-75 {
margin-left: 75px
}
.ml-80 {
margin-left: 80px
}
.ml-85 {
margin-left: 85px
}
.ml-90 {
margin-left: 90px
}
.ml-95 {
margin-left: 95px
}
.ml-100 {
margin-left: 100px
}
.ml-105 {
margin-left: 105px
}
.ml-110 {
margin-left: 110px
}
.ml-115 {
margin-left: 115px
}
.ml-120 {
margin-left: 120px
}
.ml-125 {
margin-left: 125px
}
.ml-130 {
margin-left: 130px
}
.ml-135 {
margin-left: 135px
}
.ml-140 {
margin-left: 140px
}
.ml-145 {
margin-left: 145px
}
.ml-150 {
margin-left: 150px
}
.ml-155 {
margin-left: 155px
}
.ml-160 {
margin-left: 160px
}
.ml-165 {
margin-left: 165px
}
.ml-170 {
margin-left: 170px
}
.ml-175 {
margin-left: 175px
}
.ml-180 {
margin-left: 180px
}
.ml-185 {
margin-left: 185px
}
.ml-190 {
margin-left: 190px
}
.ml-195 {
margin-left: 195px
}
.ml-200 {
margin-left: 200px
}
.mr-5 {
margin-right: 5px
}
.mr-10 {
margin-right: 10px
}
.mr-15 {
margin-right: 15px
}
.mr-20 {
margin-right: 20px
}
.mr-25 {
margin-right: 25px
}
.mr-30 {
margin-right: 30px
}
.mr-35 {
margin-right: 35px
}
.mr-40 {
margin-right: 40px
}
.mr-45 {
margin-right: 45px
}
.mr-50 {
margin-right: 50px
}
.mr-55 {
margin-right: 55px
}
.mr-60 {
margin-right: 60px
}
.mr-65 {
margin-right: 65px
}
.mr-70 {
margin-right: 70px
}
.mr-75 {
margin-right: 75px
}
.mr-80 {
margin-right: 80px
}
.mr-85 {
margin-right: 85px
}
.mr-90 {
margin-right: 90px
}
.mr-95 {
margin-right: 95px
}
.mr-100 {
margin-right: 100px
}
.mr-105 {
margin-right: 105px
}
.mr-110 {
margin-right: 110px
}
.mr-115 {
margin-right: 115px
}
.mr-120 {
margin-right: 120px
}
.mr-125 {
margin-right: 125px
}
.mr-130 {
margin-right: 130px
}
.mr-135 {
margin-right: 135px
}
.mr-140 {
margin-right: 140px
}
.mr-145 {
margin-right: 145px
}
.mr-150 {
margin-right: 150px
}
.mr-155 {
margin-right: 155px
}
.mr-160 {
margin-right: 160px
}
.mr-165 {
margin-right: 165px
}
.mr-170 {
margin-right: 170px
}
.mr-175 {
margin-right: 175px
}
.mr-180 {
margin-right: 180px
}
.mr-185 {
margin-right: 185px
}
.mr-190 {
margin-right: 190px
}
.mr-195 {
margin-right: 195px
}
.mr-200 {
margin-right: 200px
}
.pt-5 {
padding-top: 5px
}
.pt-10 {
padding-top: 10px
}
.pt-15 {
padding-top: 15px
}
.pt-20 {
padding-top: 20px
}
.pt-25 {
padding-top: 25px
}
.pt-30 {
padding-top: 30px
}
.pt-35 {
padding-top: 35px
}
.pt-40 {
padding-top: 40px
}
.pt-45 {
padding-top: 45px
}
.pt-50 {
padding-top: 50px
}
.pt-55 {
padding-top: 55px
}
.pt-60 {
padding-top: 60px
}
.pt-65 {
padding-top: 65px
}
.pt-70 {
padding-top: 70px
}
.pt-75 {
padding-top: 75px
}
.pt-80 {
padding-top: 80px
}
.pt-85 {
padding-top: 85px
}
.pt-90 {
padding-top: 90px
}
.pt-95 {
padding-top: 95px
}
.pt-100 {
padding-top: 100px
}
.pt-105 {
padding-top: 105px
}
.pt-110 {
padding-top: 110px
}
.pt-115 {
padding-top: 115px
}
.pt-120 {
padding-top: 120px
}
.pt-125 {
padding-top: 125px
}
.pt-130 {
padding-top: 130px
}
.pt-135 {
padding-top: 135px
}
.pt-140 {
padding-top: 140px
}
.pt-145 {
padding-top: 145px
}
.pt-150 {
padding-top: 150px
}
.pt-155 {
padding-top: 155px
}
.pt-160 {
padding-top: 160px
}
.pt-165 {
padding-top: 165px
}
.pt-170 {
padding-top: 170px
}
.pt-175 {
padding-top: 175px
}
.pt-180 {
padding-top: 180px
}
.pt-185 {
padding-top: 185px
}
.pt-190 {
padding-top: 190px
}
.pt-195 {
padding-top: 195px
}
.pt-200 {
padding-top: 200px
}
.pt-260 {
padding-top: 260px
}
.pb-5 {
padding-bottom: 5px
}
.pb-10 {
padding-bottom: 10px
}
.pb-15 {
padding-bottom: 15px
}
.pb-20 {
padding-bottom: 20px
}
.pb-25 {
padding-bottom: 25px
}
.pb-30 {
padding-bottom: 30px
}
.pb-35 {
padding-bottom: 35px
}
.pb-40 {
padding-bottom: 40px
}
.pb-45 {
padding-bottom: 45px
}
.pb-50 {
padding-bottom: 50px
}
.pb-55 {
padding-bottom: 55px
}
.pb-60 {
padding-bottom: 60px
}
.pb-65 {
padding-bottom: 65px
}
.pb-70 {
padding-bottom: 70px
}
.pb-75 {
padding-bottom: 75px
}
.pb-80 {
padding-bottom: 80px
}
.pb-85 {
padding-bottom: 85px
}
.pb-90 {
padding-bottom: 90px
}
.pb-95 {
padding-bottom: 95px
}
.pb-100 {
padding-bottom: 100px
}
.pb-105 {
padding-bottom: 105px
}
.pb-110 {
padding-bottom: 110px
}
.pb-115 {
padding-bottom: 115px
}
.pb-120 {
padding-bottom: 120px
}
.pb-125 {
padding-bottom: 125px
}
.pb-130 {
padding-bottom: 130px
}
.pb-135 {
padding-bottom: 135px
}
.pb-140 {
padding-bottom: 140px
}
.pb-145 {
padding-bottom: 145px
}
.pb-150 {
padding-bottom: 150px
}
.pb-155 {
padding-bottom: 155px
}
.pb-160 {
padding-bottom: 160px
}
.pb-165 {
padding-bottom: 165px
}
.pb-170 {
padding-bottom: 170px
}
.pb-175 {
padding-bottom: 175px
}
.pb-180 {
padding-bottom: 180px
}
.pb-185 {
padding-bottom: 185px
}
.pb-190 {
padding-bottom: 190px
}
.pb-195 {
padding-bottom: 195px
}
.pb-200 {
padding-bottom: 200px
}
.pl-5 {
padding-left: 5px
}
.pl-10 {
padding-left: 10px
}
.pl-15 {
padding-left: 15px
}
.pl-20 {
padding-left: 20px
}
.pl-25 {
padding-left: 25px
}
.pl-30 {
padding-left: 30px
}
.pl-35 {
padding-left: 35px
}
.pl-40 {
padding-left: 40px
}
.pl-45 {
padding-left: 45px
}
.pl-50 {
padding-left: 50px
}
.pl-55 {
padding-left: 55px
}
.pl-60 {
padding-left: 60px
}
.pl-65 {
padding-left: 65px
}
.pl-70 {
padding-left: 70px
}
.pl-75 {
padding-left: 75px
}
.pl-80 {
padding-left: 80px
}
.pl-85 {
padding-left: 85px
}
.pl-90 {
padding-left: 90px
}
.pl-95 {
padding-left: 95px
}
.pl-100 {
padding-left: 100px
}
.pl-105 {
padding-left: 105px
}
.pl-110 {
padding-left: 110px
}
.pl-115 {
padding-left: 115px
}
.pl-120 {
padding-left: 120px
}
.pl-125 {
padding-left: 125px
}
.pl-130 {
padding-left: 130px
}
.pl-135 {
padding-left: 135px
}
.pl-140 {
padding-left: 140px
}
.pl-145 {
padding-left: 145px
}
.pl-150 {
padding-left: 150px
}
.pl-155 {
padding-left: 155px
}
.pl-160 {
padding-left: 160px
}
.pl-165 {
padding-left: 165px
}
.pl-170 {
padding-left: 170px
}
.pl-175 {
padding-left: 175px
}
.pl-180 {
padding-left: 180px
}
.pl-185 {
padding-left: 185px
}
.pl-190 {
padding-left: 190px
}
.pl-195 {
padding-left: 195px
}
.pl-200 {
padding-left: 200px
}
.pr-5 {
padding-right: 5px
}
.pr-10 {
padding-right: 10px
}
.pr-15 {
padding-right: 15px
}
.pr-20 {
padding-right: 20px
}
.pr-25 {
padding-right: 25px
}
.pr-30 {
padding-right: 30px
}
.pr-35 {
padding-right: 35px
}
.pr-40 {
padding-right: 40px
}
.pr-45 {
padding-right: 45px
}
.pr-50 {
padding-right: 50px
}
.pr-55 {
padding-right: 55px
}
.pr-60 {
padding-right: 60px
}
.pr-65 {
padding-right: 65px
}
.pr-70 {
padding-right: 70px
}
.pr-75 {
padding-right: 75px
}
.pr-80 {
padding-right: 80px
}
.pr-85 {
padding-right: 85px
}
.pr-90 {
padding-right: 90px
}
.pr-95 {
padding-right: 95px
}
.pr-100 {
padding-right: 100px
}
.pr-105 {
padding-right: 105px
}
.pr-110 {
padding-right: 110px
}
.pr-115 {
padding-right: 115px
}
.pr-120 {
padding-right: 120px
}
.pr-125 {
padding-right: 125px
}
.pr-130 {
padding-right: 130px
}
.pr-135 {
padding-right: 135px
}
.pr-140 {
padding-right: 140px
}
.pr-145 {
padding-right: 145px
}
.pr-150 {
padding-right: 150px
}
.pr-155 {
padding-right: 155px
}
.pr-160 {
padding-right: 160px
}
.pr-165 {
padding-right: 165px
}
.pr-170 {
padding-right: 170px
}
.pr-175 {
padding-right: 175px
}
.pr-180 {
padding-right: 180px
}
.pr-185 {
padding-right: 185px
}
.pr-190 {
padding-right: 190px
}
.pr-195 {
padding-right: 195px
}
.pr-200 {
padding-right: 200px
}
.section-tittle h3 {
font-size: 40px;
display: block;
color: #051441;
font-weight: 700;
line-height: 1
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittle h3 {
font-size: 31px
}
}
@media (max-width: 575px) {
.section-tittle h3 {
font-size: 31px
}
}
.small-tittle h4 {
font-size: 18px;
display: block;
color: #051441;
font-weight: 700;
line-height: 1
}
@media (max-width: 575px) {
.section-tittles {
margin-bottom: 50px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittles {
margin-bottom: 50px
}
}
.section-tittles span {
font-size: 18px;
font-family: "Barlow", sans-serif;
font-weight: 500;
margin-bottom: 17px;
text-transform: uppercase;
color: #eb566c;
display: inline-block;
position: relative;
padding-left: 68px
}
@media (max-width: 575px) {
.section-tittles span {
font-size: 14px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-tittles span {
color: #fff
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-tittles span {
color: #fff
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittles span {
color: #fff
}
}
@media (max-width: 575px) {
.section-tittles span {
color: #fff
}
}
.section-tittles span::before {
position: absolute;
content: "";
width: 54px;
height: 2px;
background: #eb566c;
left: 0px;
top: 50%;
transform: translateY(-50%)
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.section-tittles span::before {
background: #fff
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-tittles span::before {
background: #fff
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittles span::before {
background: #fff
}
}
@media (max-width: 575px) {
.section-tittles span::before {
background: #fff
}
}
.section-tittles h2 {
font-size: 50px;
display: block;
color: #051441;
font-weight: 800
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-tittles h2 {
font-size: 31px
}
}
@media (max-width: 575px) {
.section-tittles h2 {
font-size: 31px
}
}
.section-tittles.section-tittles2 h2 {
color: #fff
}
.section-tittle2 span {
color: #cecece
}
.section-tittle2 span::before {
background: #fff
}
.section-tittle2 h2 {
color: #fff
}
@media (max-width: 575px) {
.section-tittle2 h2 {
font-size: 27px
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.banner-area {
padding-top: 70px;
padding-bottom: 70px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.banner-area {
padding-top: 50px;
padding-bottom: 50px
}
}
@media (max-width: 575px) {
.banner-area {
padding-top: 30px;
padding-bottom: 30px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.banner-area {
padding-top: 30px;
padding-bottom: 30px
}
}
.banner-area .banner-one img {
width: 100%
}
.colorb {
color: #0077b5
}
.bgb {
background: #0077b5
}
.bgg {
background: #13c600
}
.bgr {
background: #ed4141
}
.bgbeg {
background: #8a3ab9
}
.top-bg {
background: #0000
}
.white-bg {
background: #ffffff
}
.gray-bg {
background: #f4f4f4
}
.gray-bg {
background: #f4f4f4
}
.white-bg {
background: #fff
}
.black-bg {
background: #000
}
.header-bg{
background: #f2f2f2;
}
.theme-bg {
background: #ff2143
}
.brand-bg {
background: #f1f4fa
}
.testimonial-bg {
background: #f9fafc
}
.white-color {
color: #fff
}
.black-color {
color: #000
}
.theme-color {
color: #ff2143
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area {
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area {
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}
}
@media (max-width: 575px) {
.header-area {
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}
}
.header-area .header-top {
padding:0px;
}
.header-area .header-top .header-info-left ul li {
color: #cdcfd8;
display: inline-block;
margin-right: 33px;
padding-right: 33px;
border-right: 1px solid #cdcfd8;
font-size: 14px;
line-height: 1
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .header-top .header-info-left ul li {
border-right: 0
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .header-top .header-info-left ul li {
border-right: 0
}
}
@media (max-width: 575px) {
.header-area .header-top .header-info-left ul li {
border-right: 0
}
}
.header-area .header-top .header-info-left ul li:last-child {
border-right: 0;
margin-right: 0;
padding-right: 0px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-area .header-top .header-info-left ul li:last-child {
display: none
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.header-area .header-top .header-info-left ul li:last-child {
display: none
}
}
@media (max-width: 575px) {
.header-area .header-top .header-info-left ul li:last-child {
display: none
}
}
.header-area .header-top .header-info-left ul li span {
margin-right: 8px;
color: #ff2143
}
.header-area .header-top .header-info-left ul li.title {
text-transform: uppercase
}
.header-area .header-top .header-info-right .header-date li {
color: #000;
display: inline-block;
font-size: 12px
}
.header-date p {
color: #000;
display: inline-block;
font-size: 15px
}
.header-area .header-top .header-info-right .header-date li a{
color: #333333;
display: inline-block;
font-size: 15.5px;
font-weight: 600;
padding:7px;
}
.header-area .header-top .header-info-right .header-date li a:hover{
color: #3f3fce;
}
.header-area .header-top .header-info-right .header-date li span {
color: #3434b8;
font-size: 13px;
text-align: right;
margin-right: 8px
}
.header-area .header-mid {
padding: 15px 0px;
background-size:cover;
background-position: center center;
background-position: bottom;
background-repeat: no-repeat
}
.header-area .header-t {
background: #00628c;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.header-area .header-t {
border-top: 0
}
.header-date li {
color: #000;
display: inline-block;
font-size: 12px
}
.header-area .header-top .header-info-right .header-date li a{
color: #333333;
display: inline-block;
font-size: 11px;
padding:4px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.header-area .header-top .header-info-right .header-date li a{
color: #333333;
display: inline-block;
font-size: 13px;
padding:4px;
}
}
@media (max-width: 575px) {
.header-area .header-t {
border-top: 0
}
}
.main-header {
position: relative;
z-index: 3
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.main-header .main-menu {
margin-right: 30px
}
}
.main-header .main-menu ul li {
display: inline-block;
position: relative;
z-index: 1
}
.main-header .main-menu ul li a {
color: #ffffff;
font-weight: 600;
padding: 17px 14px;
display: block;
font-size: 14.7px;
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s;
text-transform: uppercase;
position: relative
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
.main-header .main-menu ul li a {
padding: 15px 8px;
font-size:8.7px;
}
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
.main-header .main-menu ul li a {
padding: 15px 8px;
font-size:12px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.main-header .main-menu ul li a {
padding: 16px 8px;
font-size:14px;
}
}
.main-header .main-menu ul li:first-child a {
padding-left: 0
}
.main-header .main-menu ul li:hover>a {
color: #CCC
}
.main-header .main-menu ul ul.submenu {
position: absolute;
width:max-content;
background: #fff;
left: 0;
top: 100%;
text-align: left;
transform: scale(0.9);
visibility: hidden;
opacity: 0;
box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
padding: 17px 15px;
-webkit-transition: all .3s ease-out 0s;
-moz-transition: all .3s ease-out 0s;
-ms-transition: all .3s ease-out 0s;
-o-transition: all .3s ease-out 0s;
transition: all .3s ease-out 0s
}
.main-header .main-menu ul ul.submenu>li {
margin-left: 0px;
display: block
}
.main-header .main-menu ul ul.submenu>li>a {
padding: 6px 10px !important;
font-size: 15px;
color: #333333;
text-transform: capitalize
}
.main-header .main-menu ul ul.submenu>li>a:hover {
color: #1a1a9f;
background: none
}
.main-header .nav-search {
display: inline-block;
position: relative
}
.main-header .nav-search::before {
content: "";
width: 1px;
height: 100%;
position: absolute;
right: 0px;
top: -1px;
bottom: 0
}
.main-header .nav-search i {
color: #333333;
font-size: 14px;
border-radius: 5px;
border:1px solid #CCC;
cursor: pointer;
padding: 10px 10px;
margin-left:15px;
}
.main-header .nav-search i:hover {
color: #ffffff;
font-size: 14px;
border-radius: 5px;
background-color: #080863;
border:1px solid #080863;
cursor: pointer;
padding: 10px 10px;
margin-left:15px;
}
.main-header ul>li:hover>ul.submenu {
visibility: visible;
opacity: 1;
top: 101%;
transform: scale(1)
}
.header-sticky ul li a {
padding: 10px 19px
}
.header-sticky.sticky-bar.sticky .header-flex {
justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-sticky.sticky-bar.sticky .main-menu .submenu {
right: 0;
left: inherit
}
}
.mobile_menu {
position: relative;
right: 0px;
width: 100%;
z-index: 99;
top: -15px
}
.mobile_menu .slicknav_menu {
background: transparent;
margin-top: 0px !important
}
.mobile_menu .slicknav_menu .slicknav_btn {
top: -32px;
right: 10px
}
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
background-color: #ffffff !important
}
.mobile_menu .slicknav_menu .slicknav_nav {
margin-top: 9px !important;
box-shadow: 0 0 10px 3px rgba(141, 140, 140, 0.5);
text-align: left;
}
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
background: transparent;
color: #ff2143
}
.mobile_menu .slicknav_menu .slicknav_nav a {
font-size: 15px;
padding: 7px 10px
}
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
padding: 0 !important
}
.header-sticky.sticky-bar.sticky .header-right-btn {
display: none !important
}
.sticky-logo {
display: none !important
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.sticky-logo {
display: block !important;
text-align:left;
}
}
@media (max-width: 575px) {
.sticky-logo {
display: block !important;
text-align:left;
width: 100%;
}
.sticky-logo img{
width: 50%;
}
}
.sticky-logo.info-open {
padding: 6px
}
.box-1{
height:618px !important;
}
.box-3{
height:618px !important;
}
.box-2{
height:610px !important;
overflow: scroll;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.box-1{
height:auto;
margin:10px 0;
}
.box-2{
height:auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.box-3{
height:auto !important;
margin:0px;
}
}
/* Hide scrollbar for Chrome, Safari and Opera */
.box-2::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.box-2 {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.title_a {
margin: 20px 0;
width: auto;
}
.title_b {
text-transform: uppercase;
padding:12px 15px;
width: auto;
font-size: 16px;
line-height: 14px;
font-weight: 600;
color: #ffffff;
background-color: #080863;
}
/*trending news start*/
.trending-top-news-single{
padding: 0px;
}
.trending-top-news{
background-color: #FFF;
padding: 0px;
}
.trending-top-caption{
padding:15px;
}
.trending-top-caption h4 a {
font-size: 24px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3; 
-webkit-box-orient: vertical;
}
.trending-top-caption p {
font-size: 15px;
color: #333;
padding-top: 5px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.trending-top-img img{
height: 370px !important;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.trending-top-img img{
height:auto !important;
margin:0px;
width: 100%;
}
}
/*trending news end*/
/*latest-news*/
.latest-news-caption h4 a {
font-size: 17px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3; 
-webkit-box-orient: vertical;
}
/*manufacturing*/
.head-title {
border-bottom: 2px solid #CCC;
margin-bottom: 12px;
}
.head-title h2 {
text-transform: uppercase;
padding:6px 0;
width: auto;
font-size: 20px;
line-height: 14px;
font-weight: 800;
color: #080863;
}
.head-title1 {
margin-bottom: 12px;
}
.head-title1 h2 {
text-transform: uppercase;
padding:6px 0;
width: auto;
font-size: 20px;
line-height: 14px;
font-weight: 700;
color: #080863;
}
.head-title2 h2 {
text-transform: uppercase;
padding:6px 0;
width: auto;
font-size: 20px;
line-height: 14px;
font-weight: 700;
color: #ffffff;
}
.head-title p a {
font-size: 14px;
color:#404040;
}
.thumb_a{
width:100%;
background-color: #000000;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.thumb-img img{
width: 100%;
border-radius: 0;
height:160px;
width: 100%;
opacity: 0.6;
}
.thumb-caption{
display: block;
background-color: #FFF;
padding:12px 12px 1px 12px;
}
.thumb-caption h3 a {
font-size: 22px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.thumb-caption h4 a {
font-size: 17px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.thumb-caption p {
font-size: 14px;
color: #333;
padding-top: 5px;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.thumb-img img{
width: 100%;
border-radius: 0;
height:auto !important;
width: 100%;
}
}
/*manufacturing end*/
/*vector*/
.vector-head-title {
margin-bottom: 5px;
}
.vector-head-title h2 {
text-transform: uppercase;
padding:0px 0px;
width: auto;
font-size: 20px;
line-height: 1.5;
font-weight: 700;
color: #080863;
}
.vector-head-title p a {
font-size: 14px;
color:#404040;
}
.vector{
border-top:3px solid #f04e29;
border-right:1px solid #CCC;
border-left:1px solid #CCC;
border-bottom:1px solid #CCC;
padding:10px 0;
}
.vector_a{
width:100%;
background-color: #FFF;
}
.vector-img img{
width: 100%;
border-radius: 0;
height:200px !important;
width: 100%;
}
.vector-caption{
display: block;
padding:8px 12px
}
.vector-caption h4 a {
font-size: 17px;
font-weight: 700;
line-height: 1.5;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3; 
-webkit-box-orient: vertical;
}
.vector-caption p {
font-size: 13px;
color: #333;
padding-top: 5px;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.vector-img img{
width: 100%;
border-radius: 0;
height:auto !important;
}
}
/*vector end*/
/*nutraceuticals start*/
.nutraceuticals-news-single{
padding: 10px;
}
.nutraceuticals-news{
background-color: #FFF;
padding: 9px 15px;
}
.nutraceuticals-news-right{
padding: 10px 0 ;
}
.nutraceuticals-caption{
padding:10px 5px;
}
.nutraceuticals-caption h4 a {
font-size: 19px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4; /* number of lines to show */
line-clamp: 4; 
-webkit-box-orient: vertical;
}
.nutraceuticals-caption p {
font-size: 13px;
color: #333;
padding-top: 5px;
}
.nutraceuticals-caption-right h4 a {
font-size: 17px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3; 
-webkit-box-orient: vertical;
}
.nutraceuticals-caption-right p {
font-size: 13px;
color: #333;
padding-top: 5px;
}
.nutraceuticals-img img{
height: 300px !important;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.nutraceuticals-img img{
height:auto;
margin:10px 0;
width: 100%;
}
}
.nutraceuticals-right-img img{
height: 110px !important;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.nutraceuticals-right-img img{
height:auto !important;
margin:10px 0;
width: 100%;
}
}
/*nutraceuticals end*/
/*news1 below banner*/
.news1-news-right{
padding-top: 11px}
.news1-caption-right p {
font-size: 14px;
color: #333333;
padding-top: 5px;
}
.news1-caption-right h4 a {
font-size: 16px;
font-weight: 600;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3; 
-webkit-box-orient: vertical;
}
.news1-right-img img{
height:75px;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.news1-right-img img{
height:auto !important;
width: 100%;
}
}
/*thumb_box*/
.news_a{
background-color: #FFF;
padding:0px 15px;
margin-top: 20px;
}
.news_b{
background-color: #FFF;
padding:16px 15px;
}
.featured-recruiters-logo{
height:100px;
} 
@media only screen and (min-width: 340px) and (max-width: 767px) {
.featured-recruiters-logo{
height:auto !important;
width: 100%;
text-align: center;
}
}
@media only screen and (min-width: 1099px) and (max-width: 1399px) {
.news_a{
background-color: #FFF;
padding:0px 15px;
margin-top: 0px;
}
}

.title_1 {
padding: 8px 15px;
width: auto;
margin-left:-15px; 
font-size: 18px;
line-height: 1.3;
font-weight: 600;
color: #ffffff;
background-color: #10719b;
}
.thumb-text{
padding: 10px 0;
}
.thumb_box {
border: 1px solid #a4a4a4;
padding: 5px 10px;
background-color: #080863;
text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.thumb_box {
border: 1px solid #a4a4a4;
padding:0px;
background-color: #080863;
text-align: center;
}
}
.thumb_box h4{
background-color: #92cbcd;
padding:5px;
color:#fff;
font-size: 22px;
font-weight: bold;
text-align: center;
}
.thumb_box p{
color:#fff;
font-weight: 500;
font-size: 15px;
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
}
.thumb_box1 {
border: 1px solid #000d38;
padding: 30px 10px;
background-color: #000d38;
text-align: center;
}
.thumb_box1 h4{
background-color: #7584b8;
padding:15px 5px;
color:#ffffff;
font-size: 22px;
font-weight: bold;
text-align: center;
}
.thumb_box1 p{
color:#fff;
font-weight: 500;
font-size: 15px;
text-align: center;
margin-bottom: 4px;
text-transform: uppercase;
}
.thumb-text-right h4 a {
font-size: 15.5px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.thumb-text-right p {
font-size: 13px;
color: #333;
padding-top: 5px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
.thumb-text-right h4 a {
font-size: 15px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.thumb-text-right p {
font-size: 12px;
color: #333;
padding-top: 5px;
}
.line_b
 {
    border-top: 2px dotted #CCC;
    padding: 6px 0;
}
}
@media only screen and (min-width: 991px) and (max-width: 1198px) {
.thumb-text-right h4 a {
font-size: 14px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.thumb-text-right p {
font-size: 11px;
color: #333;
padding-top: 5px;
}
}
.partner-text{
background-color: #FFF;
padding: 4px 0;
}
.partner-text-right h4 a {
font-size: 17px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.partner-text-right p {
font-size: 13px;
color: #333;
padding-top: 5px;
}
.news-section1{
padding:4px 0;
}
.news-section-a{
padding:10px  0;
}
.news-section-img img{
height: auto;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 991px) {
.news-section-img img{
height:auto !important;
margin:10px 0;
width: 100%;
}
}
.news-section-img1 img{
height: 75px;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 991px) {
.news-section-img1 img{
height:auto !important;
margin:10px 0;
width: 100%;
}
}
.news-section-right h4 a {
font-size: 16px;
font-weight: 700;
line-height: 1.3;
color:#17969d;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1; /* number of lines to show */
line-clamp: 1; 
-webkit-box-orient: vertical;
}
.news-section-right p {
font-size: 13px;
color: #333;
display: -webkit-box;
-webkit-line-clamp: 1; /* number of lines to show */
line-clamp: 1; 
padding-top: 5px;
}
.news-section-right1 h4 a {
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color:#17969d;
overflow: hidden;
}
.news-section-right1 p {
font-size: 14px;
color: #333;
padding-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.news-section-right h4 a {
font-size: 13px;
font-weight: 700;
line-height: 1.3;
color:#17969d;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.news-section-right p {
font-size: 11px;
color: #333;
padding-top: 5px;
}
}
@media only screen and (min-width: 899px) and (max-width: 1199px) {
.news-section-right h4 a {
font-size: 13px;
font-weight: 700;
line-height: 1.3;
color:#17969d;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.news-section-right p {
font-size: 8px;
color: #333;
padding-top: 5px;
}
.nav-link1 h2 {
    font-size: 14px !important;
    margin: 0;
    transition: color 0.1s ease-in-out;
}
}
/*thumb_box*/
/*archives start*/
.archives-news-single{
padding: 0px;
}
.archives-news{
background-color: #FFF;
padding: 0px;
}
.archives-caption{
padding:12px;
}
.archives-caption h4 a {
font-size: 19px;
font-weight: 700;
line-height: 1.3;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4; /* number of lines to show */
line-clamp: 4; 
-webkit-box-orient: vertical;
}
.archives-caption p {
font-size: 13px;
color: #333;
padding-top: 0px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.archives-img img{
height: 300px !important;
overflow: hidden;
width: 100%;
}
.news1-img img{
height: 200px !important;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 991px) {
.archivess-img img{
height:auto !important;
margin:10px 0;
width: 100%;
}
.news1-img img{
height:auto !important;
overflow: hidden;
width: 100%;
}
}
/*archives end*/
/*all articles page start*/
.news-section1{
padding:4px 0;
}
.all-news-section{
padding:10px  0;
}
.all-news-section-img img{
height: 140px !important;
overflow: hidden;
width: 100%;
}
@media only screen and (min-width: 340px) and (max-width: 991px) {
.all-news-section-img img{
height:auto !important;
margin:10px 0;
width: 100%;
}
}
.all-news-section-right h4 a {
font-size: 17px;
font-weight: 700;
line-height: 1.5;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
.all-news-section-right h5  {
font-size: 14px;
color: #333;
line-height: 1.5;
padding-top: 0px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
line-clamp: 2; 
-webkit-box-orient: vertical;
}
/*all articles page start*/
/*footer*/
.footer-area{
background-color: #000026;
padding:0px 0;
}
.footer-bottom-area {
background-color: #000000;
}
.footer-bottom-area p{
color:#aeaeae;
font-size: 12px;
margin: 0;
padding:10px 0;
}
.footer-bottom-area  p a{
color:#6161ea;
font-size: 12px;
margin: 0;
padding:10px 0;
}
.foot_heading h3{
font-size: 18px;
font-weight: 600;
color:#f2f2f2;
padding:15px 0;
text-transform: uppercase;
}
.foot_heading h3::after{
content: '';
border-bottom: 1px solid #fff;
width: 15%;
padding-bottom: 10px;
display: block;
}
.foot_a ul li{
list-style-type: none;
color:#e4e4e4;
font-size: 14.5px;
padding:4px 0;
}
.foot_a ul li a{
color:#e4e4e4;
}
i.link_a{
color:#FFF !important;
background-color: #1f84b3;
margin-left:4px;
font-size: 14px;
padding:6px;
border-radius: 4px;
}
i.link_a:hover{
color:#FFF !important;
background-color: #11506d;
}
i.face_a{
color:#FFF !important;
background-color: #395da2;
margin-left:4px;
font-size: 14px;
padding:6px;
border-radius: 4px;
}
i.face_a:hover{
color:#FFF !important;
background-color: #1c386c;
}
i.twitt_a{
color:#FFF !important;
background-color: #2594ea;
margin-left:4px;
font-size: 14px;
padding:6px;
border-radius: 4px;
}
i.twitt_a:hover{
color:#FFF !important;
background-color: #12568a;
}
i.yout-c{
color:#FFF !important;
background-color: #f83441;
margin-left:4px;
font-size: 14px;
padding:6px;
border-radius: 4px;
}
i.yout-c:hover{
color:#FFF !important;
background-color: #cc1e2a;
}
@media only screen and (min-width: 340px) and (max-width: 767px) {
.footer-bottom-area {
background-color: #000000;
text-align: center !important;
}
.footer-bottom-area p{
color:#aeaeae;
font-size: 12px;
margin: 0;
padding:10px 0;
text-align: center !important;
}
}
ul.footer-links li{
padding: 5px 0;
}
ul.footer-links li a:hover{
color:#9bd5d8 !important;
}
/*footer*/
/*breadcrumb*/
.breadcrumb-a{
background-color: #2b3400;
border-radius: 0;
}
.breadcrumb-item a{
color:#fff;
}
.breadcrumb-item a:hover{
color:#70a1e9;
}
.breadcrumb-a>.active {
color: #9cbef1;
font-weight: 700;
font-size: 17px;
}
.dropdown .dropdown-menu {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s
}
.mt-10 {
margin-top: 10px
}
.section-top-border {
padding: 50px 0;
border-top: 1px dotted #eee
}
.mb-30 {
margin-bottom: 30px
}
.mt-30 {
margin-top: 30px
}
.switch-wrap {
margin-bottom: 10px
}
/*banners*/
.recent-news-img> a img {
background-size: cover;
width: 100%;
height: 400px;
}
@media (max-width: 767px) {
}
.arrow-active .owl-nav div {
color: #b5b5b5;
font-size: 14px;
position: absolute;
top: 3px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-weight: 400;
border: 1px solid #e2e2e2;
height: 25px;
width: 25px;
text-align: center;
line-height: 25px;
right: 2px;
}
.arrow-active .owl-nav div.owl-prev {
right: 34px;
}
.arrow-active  .owl-nav div:hover {
border-color: #47c8ce;
color: #47c8ce;
}
.recent-news-img::after {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.904) 100%);
}
.recent-news-img>a img {
width: 100%;
}
.recent-news-text {
position: absolute;
bottom: 0;
z-index: 9;
padding: 20px 20px 16px;
}
.recent-news-text span a {
color:#9ef0f4;
font-weight: 700;
}
.recent-news-text h5 {
font-size: 20px;
font-weight: 600;
margin-bottom: 0;
line-height: 1.4;
margin-top: 9px;
}
.recent-news-text h5>a {
color: #ffffff;
transition: .3s;
}
.recent-news-text h5>a:hover {
color: #99ebf0;
}
/*tabs*/
/* Container UL styles */
#pills-tab {
display: flex;
justify-content: space-between;
padding: 0;
margin: 0px 0;
list-style: none;
border: 2px solid #ddd;
width: 100%;
}
/* Nav Item */
.nav-item {
flex: 1; 
text-align: center;
}
/* Nav Link Button */
.nav-link1 {
display: block;
width: 100%;
background-color: transparent;
border: none;
padding: 10px 10px;
font-size: 18px;
font-weight: 500;
color: #555;
transition: all 0.1s ease-in-out;
border-radius: 0;
}
/* h2 inside buttons */
.nav-link1 h2 {
font-size: 18px;
margin: 0;
transition: color 0.1s ease-in-out;
}
/* Active tab */
.nav-link1.active {
color: #ffffff;
font-weight: 600;
background-color: #006b70; 
}
.nav-link1.active:hover {
color: #9bd5d8;
}
/* Hover effect */
.nav-link1:hover {
color: #0056b3;
}
/* Responsive adjustments */
@media (max-width: 576px) {
#pills-tab {
flex-direction: column;
border-bottom: none;
}
.nav-item {
width: 100%;
}
.nav-link1 {
border: 2px solid #ddd;
}
.nav-link1.active {
border-bottom: 3px solid #007bff;
}
}
/*overlay */
.overlay {
position: absolute;
width: 100%;
height: 100%;
padding: 20px;
top: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
z-index: 1;
}
.text-truncate {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
white-space: wrap;
}
.text-truncate1 {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
white-space: wrap;
}
.text-truncate2 {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: wrap;
}
.text-truncate4{
	width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
white-space: wrap;
}
.badge-primary {
color: #ffffff;
background-color: #43b9b5;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #333;
background-color: #eeeeee;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
/*content-section*/
.content-section1 ul li{
list-style-type: square;
padding:7px;
}
.content-section1 ul{
list-style-type: circle;
padding:15px;
margin-left:2rem;
}
.modal-header {
display: flex;
flex-shrink: 0;
align-items: center;
background-color: #00898f;
color:#ffffff !important ;
justify-content: space-between;
padding: var(--bs-modal-header-padding);
border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
border-top-left-radius: var(--bs-modal-inner-border-radius);
border-top-right-radius: var(--bs-modal-inner-border-radius);
}


.section-title1 ul li.nav-item{
padding: 2px;
margin:2px;
}
.blink_me {
  animation: blinker 1s linear infinite;
  color:#008d93 !important;
  font-size: 16.5px !important;
}
.blink_me:hover {
  color:#3f3fce !important;
}
@keyframes blinker {
	0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}


/*title css*/
.section-title {
    border-bottom: 2px solid #10719b;
    display: flex;
     margin-bottom: 8px;
}
.section-title h2 {
    font-size: 18px;
    padding-bottom: 8px;
    padding: 7px 12px;
    background-color: #10719b;
    margin-bottom: 0;
    color: #ffffff;
}

/* CSS Document */