@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap');
body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:700;
  margin-top: 0;
  margin-bottom: 0; }

h1 {
  font-size: 42px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 42px; }
  @media (min-width: 992px) {
    h2 {
      font-size: 42px; } }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

.no-padding {
  padding: 0; }

.owl-theme .owl-controls .owl-page span {
  background-color: #0678AE; }




/**************************************************
       NEW DESIGN STYLES 
**************************************************/   
@media (min-width: 1470px) {
  .container {
      max-width: 1370px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
      max-width: 1470px;
  }
}
@media screen and (min-width: 1900px) {
  .container {
      max-width: 1650px;
  }
}

a{
  text-decoration: none;
}
.gap-3{
  gap: 1rem !important;
} 
.gap-4{
  gap: 1.5rem !important;
}
.small-heading{
  font-size: 20px !important;
}
.sub-heading{
  font-size: 18px !important;
}
.fs-secondary-heading{
  font-size: 36px;
}
.main-banner h1{
  font-size: 40px;
}
@media screen and (min-width: 1200px) {
  .sub-heading{
    font-size: 20px !important;
  }
}
@media screen and (min-width: 376px) {
  .fs-secondary-heading{
      font-size: 40px;
  }
  .main-banner h1{
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .fs-secondary-heading{
    font-size: 48px;
  }
  .main-banner h1{
    font-size: 52px;
  }
  .counter-section .fs-secondary-heading, .testimonial-section .fs-secondary-heading{
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .sub-heading{
    font-size: 28px !important;
  }
  .fs-secondary-heading{
    font-size: 56px;
  }
  .counter-section .fs-secondary-heading, .testimonial-section .fs-secondary-heading{
    font-size: 48px;
  }
  .main-banner h1{
    font-size: 68px;
  }
  .main-banner p {
    font-size: 20px;
  }
  .main-banner h3{
    font-size: 28px;
  }
}
@media screen and (min-width: 1900px) {
  .fs-secondary-heading{
    font-size: 60px;
  }
  .main-banner h1{
    font-size: 76px;
  }
  .main-banner p {
    font-size: 22px;
  }
  .main-banner h3{
    font-size: 32px;
  }
}

.fw-extrabold{
  font-weight: 800 !important;
}
.fw-bold{
  font-weight: 700 !important;
}
.fw-semibold{
  font-weight: 600 !important;
}
.fw-medium{
  font-weight: 500 !important;
}
.fw-regular{
  font-weight: 400 !important;
}

.theme-color{
  color: #004570;
}  
.theme-bg-color{
  background-color: #004570;
} 
.heading-color{
  color: #004570;
}
.text-clr-black{
  color: #000 !important;
}
.text-clr-darkgrey{
  color: #222222;
}
.text-clr-grey{
  color: #5B5B5B;
}
.text-clr-purple{
color: #7F54B1;
}
.bg-lightblue{
  background-color: #E5F6FF;
}
.bg-lightblue-100{
  background-color: #F6FAFF;
}

.top-0{
  top: 0;
}
.end-0{
  right: 0;
}
.w-auto{
  width: auto !important;
}

.button{
  text-decoration: none !important;
  font-size: 18px;
  padding: 12px 20px;
  background-color:#0065B6;
  color: #fff;
  border-radius: 10px;
  position: relative;
  -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
  transition: .4s cubic-bezier(0,0,.3642,1);
  z-index: 0;
  font-weight: 500;
}
.button span{
  font-weight: 500;
}
.button:hover, .button:focus-within{
  color: #fff;
}
.icon-color{
  fill: #fff;
  -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.button[data-variant="transparent-btn"]{
  background-color: transparent;
  border: 3px solid #FFFFFF;
}
.button[data-variant="transparent-btn"]:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 300ms ease;
  transform-origin: left;
  z-index: -1;
}
.button[data-variant="transparent-btn"]:hover::after{
  transform: scaleX(1);
}
.button[data-variant="transparent-btn"]:hover{
  color: #0065B6;
}
.button[data-variant="transparent-btn"]:hover .icon-color{
  fill: #0065B6;
}



.padding-block-600{
  padding-block: 100px;
} 
.padding-block-400{
  padding-block: 60px;
}
.padding-block-350{
  padding-block: 45px;
}
.padding-block-300{
  padding-block: 30px;
}
.padding-bottom-600{
  padding-bottom: 100px;
}
.padding-bottom-450{
  padding-bottom: 70px;
}
.padding-bottom-400{
  padding-bottom: 60px;
}
.padding-bottom-300{
  padding-bottom: 30px;
}
.padding-top-600{
  padding-top: 100px;
}
.padding-top-400{
  padding-top: 60px;
}
.padding-top-350{
  padding-top: 45px;
}
.margin-top-400{
  margin-top: 60px;
}
.margin-top-300{
  margin-top: 30px;
}
.margin-top-350{
  margin-top: 45px;
}
.margin-bottom-400{
  margin-bottom: 60px !important;
}
.margin-bottom-300{
  margin-bottom: 30px !important;
}
.margin-bottom-350{
  margin-bottom: 45px !important;
}
@media screen and (max-width: 767px) {
  .mv-padding-block-400{
    padding-block: 60px !important;
  }
  .mv-padding-top-400{
    padding-top: 60px !important;
  }
  .mv-padding-bottom-400{
    padding-bottom: 60px !important;
  }
  .mv-margin-bottom-300{
    margin-bottom: 30px !important;
  }
}
/* Header */
@media (min-width: 768px) {
  .phone-wrap {
      padding-right: 15px;
      border-right: 1px solid #fff;
  }
}

/* Main banner */
.main-banner{
  background: url('../images/main-banner.jpg') #004570;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding-block: 30px 80px;
  min-height: 100svh;
}
@media screen and (min-width: 576px) {
  .main-banner{
    padding-block: 20px;
  }  
}
@media screen and (min-width: 1200px) {
  .main-banner{
    padding-block: 20px 40px;
  }  
}
.banner-list{
  margin-bottom: 15px;
}
.banner-list li{
  background: #0000002E;
  border-radius: 60px;
  padding: 10px 15px;
}

.banner-form #footerForm .form-control {
  border: 1px solid #0A118224;
  color: #000;
}
.banner-form #footerForm .form-control:focus{
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.banner-form .form-group{
  margin-bottom: 17px;
}
.banner-form .newCroFormSubmit{
  margin-top: 0px;
  width: auto;
  font-size: 16px;
}
.banner-form{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 136.47px 0px #7F54B129;
  border: 1px solid #084B6D;
  border-radius: 25px;
  margin-top: 45px;
}
.banner-form h3{
  font-size: 24px;
}
.banner-form .formLabel{
  font-size: 20px;
}
sup{
  color: #F12323;
}
@media screen and (min-width: 768px) {
  .banner-form{
    width: 525px;
    margin-inline: auto;
  } 
}
@media screen and (min-width: 992px) {
  .banner-form h3{
    font-size: 18px;
  }
  .banner-form{
    width: auto;
    margin-inline: auto;
    margin-top: 0px;
  } 
  .banner-form .newCroFormSubmit{
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .banner-list li p{
    font-size: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-list li p{
    font-size: 17px;
  }
  .banner-form .newCroFormSubmit{
    font-size: 18px;
  }
  .banner-form h3{
    font-size: 22px;
  }
  .banner-form{
    margin-left: 20px;
  } 
}
@media screen and (min-width: 1600px) {
  .banner-list li p{
    font-size: 18px;
  }
  .banner-form .newCroFormSubmit{
    font-size: 18px;
  }
  .banner-form h3{
    font-size: 24px;
  }
}
.newCroFormSubm{
  -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
  transition: .4s cubic-bezier(0,0,.3642,1);
}
.newCroFormSubmit:hover, .newCroFormSubmit:focus-within{
  background-color: #004570;
}


.logos-row{
  padding-block: 35px;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}
.logos-area{
  gap: 24px;
}
.logos-area div{
  padding-inline: 50px;
}
.banner-bottom{
  padding-block: 30px 30px;
}
.main-banner:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #fff 0%, transparent 15%);
  z-index: -1;
  bottom: 0;
}
@media screen and (min-width: 470px) {
  .banner-reviews img{
    width: 85%;
  }  
}
@media screen and (min-width: 768px) {
  .banner-reviews img{
    width: 45%;
  }  
  .logos-area{
    gap: 0px;
  }
  .banner-bottom{
    padding-block: 30px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .logos-area div:not(:last-child){
    border-right: 1px solid #BDBDBD;
  }
}
@media screen and (min-width: 1400px) {
  .banner-reviews img{
    width: auto;
  }  
}
/* Services section */
.issues-box{
  border-radius: 24px;
  padding: 20px 20px 4px 20px;
}
.issues-box img{
  width: 35px;
}



/* Testimonial section */
.clutch-img{
  margin-block: 35px 20px;
}
.testimonial-section .owl-dots{
  margin-top: 25px !important;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #004570;
}
.testimonial-section .owl-dot:focus{
  outline: none;
}
.testimonial-section{
  background-color: #F6FAFF;
}
.testimonial-author{
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}
.testimonial-author-position{
    color: #6F6F6F;
}
@media screen and (min-width: 768px) {
  .testimonial-author{
    font-size: 24px;
  }
}

/* Hightlight section */

.highlight-section p{
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .highlight-section p{
    font-size: 30px;
  }  
}
@media screen and (min-width: 1600px) {
  .highlight-section p{
    font-size: 36px;
  }  
}

/* highlight section */

/* Services row */
.services-row-border{
  border-bottom: 3px solid #CAE4FF;
}
.services-section{
  padding-block: 80px;
}
.cta-area{
  border-radius: 22px;
  padding-block: 15px 30px;
  margin-top: -185px;
  margin-bottom: 60px;
}
.cta-area h2{
  font-size: 40px;
}
.cta-shape-1{
  top: 0;
  left: 30px;
}
.cta-shape-2{
  top: -60px;
  right: 30px;
}
.highlight-shape-1{
  top: -50px;
  left: 30px;
}
.highlight-shape-2{
  top: -60px;
  right: 30px;
}
@media screen and (max-width: 1199px) {
  .cta-shape-1, .cta-shape-2, .highlight-shape-1, .highlight-shape-2{
      display: none !important;
  }
}
@media screen and (min-widTH: 375px) {
  .cta-area h2{
    font-size: 42px;
  }
}
@media screen and (min-widTH: 575px) {
  .cta-area h2{
    font-size: 44px;
  }
}
@media screen and (min-widTH: 1400px) {
  .cta-area h2{
    font-size: 52px;
  }
  .cta-area p{
    font-size: 22px;
  }
}

/* Inntro section */
.intro-box{
  background-color: #F6FBFF;
  border-top: 5px solid #0065B6;
  padding: 15px 25px;
  border-radius: 0px 0px 30px 30px;
}
.intro-box h3{
  margin-block: 20px;
}
.intro-section{
  padding-block: 30px 160px;
}
.icon-holder{
  border: 1px solid #004570;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-with-higlite div{
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px #D2EBFF;
  border: 1px solid #00457061;
  background-color: #FFFFFF80;
}
@media screen and (min-width: 768px) {
  .intro-section{
    padding-block: 80px 160px;
  }
}

/* Counter section */
.counter-number{
  font-size: 68px;
}

@media screen and (min-width: 1200px) {
  .counter-column:not(:last-child) .counter{
    border-right: 4px solid #00457021;
  }
}
@media screen and (max-width: 574px) {
  .counter-column:not(:last-child) .counter{
    border-bottom: 4px solid #00457021;
    padding-bottom: 20px;
  }
  .counter-column:not(:first-child) .counter{
    padding-top: 20px;
  }
}
/* Footer form styles */
.footerFormSection{
    background-image: url('../images/new/b.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hr-width {
  width: 120px;
}
.opacity-100 {
  opacity: 1;
}
hr:not([size]) {
  height: 1px;
}
.border-4 {
  border-width: 4px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-white {
  border-color: #fff !important;
}
.border-lite {
  border-color: #FFFFFF1A !important;
}
.footerFormSection h2{
  margin-bottom: 15px;
}
#footerContactFormWrapper{
  margin-top: 40px;
  width: 100%;
}
#footerForm .form-control {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border: 1px solid #FFFFFFB2;
  padding: 12px 20px;
  height: 45px;
}
.newCroFormSubmit {
  background-color: #0065B6;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  margin-top: 30px;
  width: 100%;
  border: none;
  padding: 12px 25px;
  cursor: pointer;
  letter-spacing: 1px;
}
.newCroFormSubmit:focus{
  outline: none;
}
#footerForm .newCroFormSubmit {
  width: auto;
  margin-top: 0px;
}  
.help-block.with-errors {
  position: absolute;
  margin: 0;
  font-size: 12px;
  color: red;
  font-weight: 700;
  margin-top: 5px;
}
.form-group{
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .footer-copyright{
    margin-inline: 0px !important;
  }
}
@media screen and (max-width: 767px){
  .newCroFormSubmit{
    margin-top: 0px !important;
  }
  .footer-copyright{
    margin-top: 20px;
  }
 
}
@media screen and (max-width: 991px){
  .header-info{
    text-align: center;
    padding-bottom: 25px;
  }
}  

/* CTA forms */
.ctapopup .form-control{
  background-color: transparent;
  box-shadow: none;
  padding: 12px 20px;
  height: 45px;
}

.ctapopup .popup-cta{
  background-color: #0065B6;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 30px;
    width: 100%;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    width: auto;
    height: 40px;
}
.ctapopup h4{
  font-size: 32px;
  margin-bottom: 30px;
}

.flex-grow-1{
  flex-grow: 1;
}
.testimonial-heading-row{
  padding-bottom: 30px;
  border-bottom: 2px solid #E5F0FF;
}
@media screen and (min-width: 1200px) {
  .testimonial-heading-row{
    padding-bottom: 45px;
  }
  .testimonial-row{
    width: 1050px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1400px) {
  .testimonial-row{
    width: 1200px;
    margin-inline: auto;
  }
}  
@media screen and (min-width: 1600px) {
  .testimonial-row{
    width: 1300px;
    margin-inline: auto;
  }
}  

