@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: "Inter", serif; font-size: 16px; font-weight: 500;
}


.navbar {
   -webkit-transition: 0.4s ease-in-out;
   transition: 0.4s ease-in-out;z-index: 9999; position: relative;
} 
.bg-white{
	background-color:#FFFFFF;
}

.navbar.fixed { 
   background-color: #000; 
   opacity: 1;  
   position: fixed;
   top: 0;
   right: 0;
   left: 0; z-index: 9999;
   -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
   filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
   -webkit-animation: stickyAni 0.4s ease-in-out;
   animation: stickyAni 0.4s ease-in-out; 
}
.navbar-toggler-icon {
   display: inline-block;
   width: 1.5em;
   height: 1.5em;
   vertical-align: middle;
   background-image:url(../images/navbar.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100%;
}
 
 .navbar-toggler {
   border-color:transparent!important;
 }

@keyframes stickyAni {
   0% {
      -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
      transform: translate3d(0, -40px, 0) scaleY(0.8);
      opacity: 0.7;
  }
  100% {
   -webkit-transform: translate3d(0, 0, 0) scaleY(1);
   transform: translate3d(0, 0, 0) scaleY(1);
   opacity: 1;
}
}


.mainbanner-bg { 
    background: url(../images/main-header-bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover; height: 652px; position: absolute; z-index: -1; width: 100%;
 }
 .nav-link{
    color: #FFFFFF; font-size: 14px; text-transform: uppercase;text-decoration: none!important;
 }
 .nav-link:hover{
    color: #FFFFFF; font-size: 14px; text-decoration: none!important;
 }
 .btn{
    background-color:#AD185A; border-color: #AD185A; border-radius: 100px; padding-left: 32px!important;padding-right: 32px!important;
 }

 .btn:hover{
    background-color:#891146; border-color: #891146;    
 }

 h1{
    font-size: 47px; font-weight: 700; text-transform: uppercase;
 }

 p.subtext{
    font-size: 30px; font-weight: 400; text-transform: uppercase;
 }
 .header-container{
    height: 450px; display: flex; flex-direction: column;align-items: start; justify-content: center;
 }
 .business-enquiry{
    position: fixed; right:0px; top: 180px; z-index: 20;
 }

 .socialIcon-block{
   position: fixed; left:0px; top: 180px; width: 57px; height: 210px; background-color:#AD185A; border-radius: 0 10px 10px 0;z-index: 20;
}
.socialIcon-block ul{
   list-style-type: none; padding: 10px 0 0 0; margin: 0;
}
.socialIcon-block ul li{
   display: block;padding: 10px 15px 10px 15px;
}
.counterBox{
   background-color: #AD185A; min-height: 200px; border-radius:10px; padding: 24px; text-align: center; color: #FFFFFF;font-size: 20px; text-transform: uppercase; font-weight: 400;
}
.counterBox h4{
   font-size: 48px; font-weight: 700;
}
.sectionPad{
   padding: 64px 0;
}
.sectionHeadingArea{
   padding: 26px; background-image: url(../images/heading-grey-line.svg); background-position: center bottom; background-repeat: no-repeat; margin-bottom: 64px;
}
.sectionHeadingArea h3{
   color: #000000; font-size: 40px; text-align: center; font-weight: 700; text-transform: uppercase; padding: 0px 0px 10px 0px; margin: 0px;
}

.sectionHeadingArea h5{
   color: #AD185A; font-size: 24px; text-align: center; font-weight: 400; text-transform: uppercase; padding: 0px 0px 10px 0px; margin: 0px;
}

.hr-blue-bg { 
   background: url(../images/hr-account-bg.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;  
}

.hr-strip-bg { 
   background: url(../images/img-strip.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;  
}



.sectionHeadingWhiteArea{
   padding: 26px; background-image: url(../images/heading-white-line.svg); background-position: center bottom; background-repeat: no-repeat; margin-bottom: 64px;
}
.sectionHeadingWhiteArea h3{
   color: #FFFFFF; font-size: 40px; text-align: center; font-weight: 700; text-transform: uppercase; padding: 0px 0px 10px 0px; margin: 0px;
}

.sectionHeadingWhiteArea h4{
   color: #FFFFFF; font-size: 32px; text-align: center; font-weight: 700; text-transform: uppercase; padding: 0px 0px 10px 0px; margin: 0px;
}

.sectionHeadingWhiteArea h5{
   color: #FFFFFF; font-size: 24px; text-align: center; font-weight: 400; text-transform: uppercase; padding: 0px 0px 10px 0px; margin: 0px;
}

.greyBox{
   background-color: #F2F2F2; border-radius: 10px; text-align: center; padding: 24px;color: #5F5F5F; margin-bottom: 24px; margin-left: 8px;margin-right: 8px;
}
.greyBox:hover{
   background-color: #AD185A; border-radius: 10px; text-align: center; padding: 24px;color: #FFFFFF;margin-bottom: 24px;
}

.greyBox h4{
   /* min-height: 70px;*/
}

.greyBox .btn{
   background-color:#AD185A; border-color: #AD185A; color: #FFFFFF; border-radius: 100px; padding-left: 32px!important;padding-right: 32px!important;
}
.greyBox:hover .btn{
   background-color:#FFFFFF; border-color: #FFFFFF; color: #AD185A;    
}

.greyBox .btn:hover, .greyBox:hover .btn:hover{
   background-color:#FFFFFF; border-color: #FFFFFF; color: #AD185A;    
}

.greyBox  .imageArea{
   min-height: 90px;
}

.greyBox .planeImage{
   display: block; margin: 0 auto;
}
.greyBox .planeImage, .greyBox .hoverImage{
	height:84px;
}

.greyBox:hover .planeImage{
   display: none;
}
.greyBox .hoverImage{
   display: none;
}

.greyBox:hover .hoverImage{
   display: block; margin: 0 auto;
}

.industry-catered-bg { 
   background: url(../images/curv-wave-bg.jpg) no-repeat center top; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover; padding: 240px 0 64px 0;  
}

.industry-box{
   background-color:#AD185A; padding: 24px; text-align: center; color: #FFFFFF; border-radius: 10px; margin-bottom: 24px; margin:0 8px 0 8px;
}

.industry-box  .imageArea{
   min-height: 38px;
}
.industry-box  .imageArea img{
	height:32px;
}

.clients-bg { 
   background: url(../images/client-bg.jpg) no-repeat center top; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;  
}
 
.clientBox{
   position: relative;padding: 100px 32px 24px 32px; min-height: 370px; margin: 0 10px 0 0;
}
.clientBoxBgImage{
   position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index: 0;
}
.containerClient{
   position: relative; z-index: 1; 
}
.containerClient .whiteContent{
   min-height: 210px;font-size: 18px;
}
.containerClient .nameArea{
    padding: 0px 0px 0px 55px;
}

.slick-dots li button:before { 
   position: absolute;
   top: 0;
   left: 0;
   width: 20px;
   height: 20px;  
   content: ""!important;
   opacity: .25; border-radius: 100px;
   background-color: #AD185A;
}

@media (min-width: 1400px) {
   .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: 1140px;
   }
}


.location-bg { 
   background: url(../images/locationAccross.jpg) no-repeat center top; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;  
}
.faq-bg { 
   background: url(../images/faq-bg.jpg) no-repeat center top; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover;  
}
.accordion-item{
   margin-bottom: 10px;background-color: #AD185A;   color: #FFFFFF;
}
.accordion-item .accordion-header .accordion-button {
   color: #FFFFFF;
   background-color: #000!important;  outline:0px; border: 0px; border-radius: 10px; box-shadow: none;
}
 
 
 
.accordion-body{
   background-color: #AD185A;   color: #FFFFFF;border-radius: 10px;
}
.accordion, .accordion-item{
   border-radius: 15px;border: 0px;
}
.accordion-button:not(.collapsed)::after {
   background-image: url(../images/accordian-close.svg); 
}

.accordion-button::after  {
   background-image: url(../images/accordian-close.svg); 
}

footer { 
   background: url(../images/bg-footer.png) no-repeat center top; 
   -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
           background-size: cover; color: #FFFFFF; padding-top: 64px; 
}
footer ul.footerLinks{
   list-style-type: none; padding: 0; margin: 0;
}
footer ul.footerLinks li{
   background-image: url(../images/footer-bullet.svg); background-repeat: no-repeat; background-position: left 4px; padding: 0px 0px 10px 25px;
}
footer a{
   text-decoration: none;color: #FFFFFF; 
}
footer a:hover{
   text-decoration: underline;color: #FFFFFF; 
}
.copyright{
   padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.nav-item{
   margin-right: 24px;
}
.slick-slide img{
   margin: 0 auto;
}
.slick-slide .containerClient  .d-flex img{
      margin: 0!important;
}
@media only screen and (max-width: 991px) {
 
   .business-enquiry, .socialIcon-block{
      display: none;
   }
   h1 {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
  }

   .navbar {
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out;z-index: 9999; position: relative; background-color: #000000;
   } 
}

