/* HEADER */
.slick-loading .slick-list {
  background: none !important;
}
.hdrContain{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    padding: 15px 0 0;
}
.hdr-row{
  position: relative;
}
.hdrContain.scrolled {
  background-color: #225e7d;
  position: fixed;
  top: 0;
  padding: 15px 0 0;
  z-index: 22;
}

.hdrContain.scrolled .logo img{
  width: 240px;
}
.hdrContain.scrolled .hdrw{
  border-bottom: none;
}

.hdrw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
}

.logo img{
  width: 300px;
}
.logo h1{
  margin: 0 !important;
}
.toggle{
  display: none;
}
.navMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
     margin: 0;
}
.navMenu ul li{
  padding: 15px 20px;
}
.navMenu ul li a{
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s;
    position: relative;
}
.navMenu li a::after{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #003452;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear;

}
.navMenu li a:hover::after{
  width: 100%;
}
.navMenu ul li a:hover{
  color: #003452;
}
.hdrContain.scrolled .navMenu a:hover{
  color: #53819a;
}
.get a{
  border: 1px solid #fff;
  padding: 8px 40px;
  color: #fff ;
  text-transform: uppercase;
  transition: all .4s;
}
.get a:hover{
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.heroSection{
  padding-top: 0;
  position: relative;
}
.item{
  position: relative;
  width: 100%;
  /* height: 100%; */
}
.bnrImg img{
  width: 100%;
  height: 900px;
  object-fit: cover;
}
.bnrImg{
  position: relative;

}
.bnrImg::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000052;
}
.hroContent{
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    max-width: 1500px;
    margin: auto;
    width: 100%;
    z-index: 1;
}
.hroTxt h1{
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  position: relative;
  line-height: 1;
    margin: 0;
}
.hroTxt h1 span{
  display: block;
}

.hroContent {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

.hroContent.animated {
  opacity: 1;
  transform: translateY(0);
}
.Sub-hroTxt{
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.Sub-hroTxt::before{
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 1px;
  height: 200px;
  background-color: #fff;
}
.Sub-hroTxt p{
  color: #fff;
  font-weight: 400;
}
.arw-icon {
  display: flex;
  justify-content: end;
  padding-right: 15px;
  margin-top: 8px;
}
.arw-icon a img{
  width: 60px;
  transition: all 0.3s;
}
.arw-icon a{
  transition: all 0.3s;
}
.arw-icon a:hover{
  transform: rotate(39deg);
}

/* Home About */
.AB-container{
  padding-top: 120px;
  padding-bottom: 120px;
}
.AB-container .row{
  display: flex;
  align-items: center;
}
.Ab-text h2{
  font-size: 64px;
  font-weight: 300;
  color: #565952;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
}
.Ab-text h2 span{
  display: block;
}
.abLine{
  position: relative;
}
.abLine::after{
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 1px;
  height: 400px;
  background-color: #565952;
}
.Ab-para p{
  padding-left: 30px;
  font-weight: 400;
}
.compny-Contain{
  background-image: url(../assets/abBnr_02.jpg);
  position: relative;
  width: 100%;
  min-height: 768px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
   background-attachment: fixed;
   z-index: 0;
}
.com-col{
  position: absolute;
  top: -65px;
  left: 15%;
  width: 300px;
  height: calc(100% + 120px);
  background-color: #225e7d;
  display: flex;
  align-items: center;
  padding: 0 40px;
  color: #fff;
}
.com-col h3{
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
}
.com-col p{
  font-weight: 400;
  margin-top: 8px;
}
.up-arrow {
  justify-content: left;
  margin-top: 15px;
}

/* Home Services */
.serv-head h2{
  display: block;
  margin: auto;
  max-width: 700px;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.serv-row .col-lg-4{
  margin-bottom: 55px;
}
.serv-col{
  min-height: 560px;
  padding-bottom: 30px;
  border-bottom: 15px solid #225e7d; 
  cursor: pointer;
  transition: all .3s;
}
.serv-col:hover{
  border-bottom: 15px solid #53819a;
}
.serv-Txt{
  padding: 20px 15px;
}
.serv-img{
  width: 100%;
  height: 300px;
}
.serv-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serv-Txt h3{
  font-size: 22px;
  font-weight: 600;
  margin: 8px 0;
  line-height: 1.2;
}
/* ABOUT PAGE */


.pageHead {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: flex;
  align-items: center;
  color: #fff;
}

.abtPg {
  background-image: url(../assets/about/about-hero.jpg);
}

.ab-hero h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  /* padding-top: 90px; */
}

.ab-hero h1 span {
  display: block;
}

.ab {
  display: block;
}

/* .ab-pic h2 {
  font-size: 68px;
  font-weight: 300;
  color: #565952;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;

} */

.ab-text p {
  margin-bottom: 20px;
}

.ab-pic {
  position: relative;
}

.ab-pic::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 1px;
  height: 500px;
  background-color: #565952;
}

.ms-span {
  display: block;
  padding-bottom: 20px;
}

.ceospan {
  display: block;
}

.messagesection {
  background-color: #efefef;
  padding-bottom: 40px;
}

.message p {
  padding-bottom: 20px;
}

.message h2 {
  display: block;
  max-width: 700px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 40px;
}

.pen-pic {
  display: flex;
  align-items: center;
  justify-content: end;
}

.pen-pic img {
  width: 37px;
}
/* .vissionmission .row{
    display: flex;
  align-items: center;
} */
.v-m {
  border: 1px solid #dadada;
}

.vission {
  /* padding: 20px; */
  max-width: 550px;
}

.mission {
  padding-left: 135px;
}

.mission h3,
.vission h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

.v-m {
  position: relative;
  padding: 80px 40px;
}
.v-m::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}
.mvpic {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 230px;
  z-index: 2;
}

.mvpic img {
  width: 100%;
}
.res-mvpic{
  display: none;
}

.whychoose {
  padding-top: 0;
  padding-bottom: 110px;
}

.whc {
  display: block;
}

.why-text h2 {
  display: block;
  max-width: 700px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 40px;

}

.why-text p {
  max-width: 423px;
}

.whtex {
  position: relative;
  padding-bottom: 20px;
  padding-left: 128px;
}

.whtex::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
  background-image: url(../assets/about/whypic.png);
  width: 160px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.whtex h3 {
  padding-left: 100px;
  font-size: 26px;
  line-height: 1.2;
}

.whspan {
  display: block;
}
/* CLIENT */
.clint-contain{
background-image: url(../assets/client/client-Bnr.jpg);
}

/* .clnt-col h2{
 font-size: 55px;
 font-weight: 300;
 color: #565952;
 text-transform: uppercase;
 line-height: 1.1;
} */
.clnt-col h2 span{
  display: block;
}
.clnt-col p{
  max-width: 700px;
  margin-top: 10px;
}
.clnt-col img{
  width: 100%;
}
.client-logo{
  padding-bottom: 80px;
}
.client-logo .row .col-lg-4{
  padding: 4px;
}
.clnt-img{
  background-color: #efefef;
  height: 100%;
  padding: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.clnt-img img{
  display: block;
  margin: auto;
}

/*muhammed.k*/
/*Contact Us*/


.cdtPg {
  background-image: url(../assets/contact/contact_hero.png);
}

.mar {
  border-right: 1px solid #dadada;
}
.cnt-container{
  padding-bottom: 80px;
}
.contacts {
  padding-left: 20px;
}

.align {
  align-items: unset !important;
}
.cnt-blk{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cnt-abt{
  margin-bottom: 10px;
}
.contacts h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #565952;
}

.contacts h4 {
  font-size: 36px;
  line-height: 25px;
}

.contacts a {
  text-decoration: underline;
  font-size: 22px;
  font-weight: 600;
  display: block;
}

.contacts p {
  color: #565952;
  margin-bottom: 25px;
}
.phon img{
  width: 70px;
}
.msgsection {
  background-color: #efefef;
}

.messages h2 {
  text-align: center;
  font-size: 43px;

}

.messages p {
  text-align: center;
  padding-bottom: 35px;
}

.ftext {
  margin-bottom: 20px;
}

.ftext input[type="text"] {
  background-color: #ffffff;
  padding: 20px;
  font-size: 16px;
  color: #0d263c;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 30px;
}

.ftext input[type="number"],
.ftext input[type="tel"] {
  background-color: #ffffff;
  padding: 20px;
  font-size: 16px;
  color: #0d263c;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 30px;
}

.ftext input[type="email"] {
  background-color: #ffffff;
  padding: 20px;
  font-size: 16px;
  color: #0d263c;
  border: none;
  height: 50px;
  width: 100%;
  border-radius: 30px;
}

.ftexts textarea {
  background-color: #ffffff;
  padding: 20px;
  font-size: 16px;
  color: #0d263c;
  border: none;
  border-radius: 30px;
  width: 100%;
  min-height: 160px;
  resize: none;
  font-family: 'Poppins-Regular', sans-serif;

}

.ftexts {
  margin-bottom: 20px;
}

.ftext input[type="submit"] {
  background-color: #3074a9;
  padding: 20px;
  font-size: 16px;
  color: #ffffff;
  border: none;
  padding: 20px 50px;
cursor: pointer;
  border-radius: 30px;
  display: block;
  margin: auto;
}
.wpcf7 form .wpcf7-response-output{
  margin: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
  background: #fffcde !important;
  padding: 8px !important;
  color: #b38900 !important; 
  border: none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
  background-color: #dbffd9;
  border: none !important;
  color: #2e8605;
  padding: 8px !important;
}

.msgsection {
  padding-bottom: 80px;
}

.locat {
  background-color: #efefef;
}

.locations {
  text-align: center;
  padding-bottom: 40px;
}

.map iframe {
    display: block; 
    margin: 0; 
    padding: 0;
    width: 100%;
}

/* SERVICES */
.serv-hero{
  background-image: url(../assets/services/services_Bnr.jpg);
}
.service-blk{
  padding-bottom: 80px;
}
.service-blk .row{
  display: flex;
  align-items: center;
}
.serv-cont img{
  display: block;
  margin: auto;
}

.service-tab{
  padding-bottom: 100px;
}

.faq-item {
  background-color: #efefef;
  padding: 15px 40px;
  margin-bottom: 4px;
  min-height: 150px;
  display: flex;
  align-items: center;
  position: relative;
}
.faq-item.active{
  background-color: #fff;
  min-height: auto;
}
.faq-blk{
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
.faq-question {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Faq-txt{
  width: 100%;
 max-width: 1400px;
}
.faq-question h2{ 
  font-size: 32px;
  font-weight: 600;
}
.faq-item.active .faq-question h2{
  border-bottom: 2px solid #d6d6d6;
  margin-bottom: 20px;
}
.faq-question img{
   position: absolute;
  right: 10%;
  top: 50px;        /* default (collapsed state) */
  width: 40px;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
}
.faq-item.active .faq-question img {
  top: auto;     
  bottom: 15px;    
  transform: rotate(-180deg);
  
}
.faq-item.active .faq-question p{
  display: none;
}

.faq-answer {
  max-width: 1400px;
  display: none;
  margin-top: 10px;
  color: #444;
}
.tab-cnt p{
  margin-bottom: 10px;
}
.servList{
  margin-top: 10px;
}
.servList > div{
  margin-bottom: 10px;
}
.servList h3{
  font-weight: 400;
  font-size: 24px;
  color: #000; 
}
.servList ul{
  padding-left: 20px;
}
.servList ul li{
  list-style: disc;
}
.servList img{
  width: 100%;
}

/* FOOTER */
.ftr-container{
  background-color: var(--primary-color);
  padding: 60px 15px;
  color: #fff;
}
.ftr-container .row{
  display: flex;
  align-items: center;
}
.ftr-container .row .col-lg-3{
  display: flex;
  align-items: center;
}
.ftrLogo img{
  width: 280px;
}
.ftr-col p{
  font-size: 14px;
}
.contact a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  display: block;
  width: fit-content;
  transition: all 0.3s;
  font-size: 14px;
}
.contact a:hover{
  border-bottom: 1px solid #fff;
}
.mail{
  margin-top: 8px;
}
.mail a span{
  padding-left: 7px;
}
.socialMedia ul{
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.socialMedia ul li{
  padding: 0 8px;
}
.socialMedia img{
  transition: all 0.3s;
}
.socialMedia a:hover img{
  transform: scale(1.09);
}
.brdrLn{
  position: relative;
  height: 100px;
}
.brdrLn::after{
  content: "";
  position: absolute;
  width: 1px ;
  height: 140px;
  background-color: #fff;
  top: -20px;
  right: 0;
}