@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
}


.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-secondary{
  color: #404040 !important;
}
.text-primary{
  color:#002755 !important;
}
.text-light{
  color: #595959 !important;
}
.bg-primary{
  background-color: #014391 !important;
}
.bg-light{
  background-color: #EEF2F8 !important;
}
.bg-secondary{
  background-color: #E0ECFA !important;
}



.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 50px;
  line-height: 1.1;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}

.fs-30 {
  font-size: 30px;
}
.fs-35 {
  font-size: 35px;
}


/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9{
  line-height: 2.9;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 14px 27px;
  border: 1px solid;
  border-radius: 40px;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-primary{
  background-color: #014391;
  border-color: #014391;
  color: #fff;
}

.services-disc .btn-primary, .btn-primary:hover{
  background-color: #002755;
  border-color: #002755;
  color: #fff;
}
.services-disc .btn-primary:hover{
  background-color: #fff;
  border-color: #fff;
  color: #002755;
}



.navbar-brand {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #404040;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 60px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,  .contact-info ul li a:hover {
  color: #014391;
}

/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */

/* .nav-left, .nav-center, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  /* background-color: rgb(0 0 0 / 50%); */
  background: linear-gradient(270deg, rgba(0, 38, 82, 0) 0%, rgba(0, 38, 82, 0.3) 34.99999940395355%);
  transform: rotate(0deg) scale(-1, 1);
  z-index: 1;
}

.carousel-inner .container{
  position: relative;
  z-index: 2;
}
.welcome-disc ul {
  list-style: disc;
  padding-left: 20px;
}
.services-disc ul li {
  padding-left: 40px;
  position: relative;
}
.services-disc ul li::before{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #FEF41A;
}

.testimonial-wrap::before, .testimonial-wrap::after{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  height: 50px;
  display: inline-block;
  background-image: url(../images/before-quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonial-wrap::after{
  left: auto;
  right: 0;
  background-image: url(../images/before-after.svg);
}
.form-group input{
  height: 60px;
  border-radius: 5px !important;
  border: 1px solid #b2cae6 !important;
  color: #585858 !important;
}
.form-group input::placeholder, .form-group textarea::placeholder{
  color: #585858 !important;
}
.form-group textarea{
  height: 170px;
  border-radius: 5px !important;
  border: 1px solid #b2cae6 !important;
  color: #585858 !important; 
}

footer.bg-primary{
  background-color: #002755 !important;
}
.footer-links ul li a, .cta-links ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9;
  }
  .cta-links ul li{
    position: relative;
    padding-left: 25px;
  }
  .cta-links ul li::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cta-links ul li:nth-child(1)::before{
    background-image: url(../images/footer-location-icn.svg);
  }
  .cta-links ul li:nth-child(2)::before{
    background-image: url(../images/footer-call-icn.svg);
  }
  .cta-links ul li:nth-child(3)::before{
    background-image: url(../images/footer-email-icn.svg);
  }
  .social-links ul li a, .footer-links ul li a:hover{
    color: #2F81E3 !important;
  }
  .social-links ul li a:hover{
    color: #fff !important;
  }
  .nav-cta a:hover{
    color: #014391 !important;
  }
  .cta-box {
    height: 80%;
}
.cta-box ul li a{
  word-break: break-all;
}
.services-disc-text ul{
  padding-left: 20px !important;
  list-style: disc;
}
@media(max-width:1500px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media(max-width:1400px){
  .navbar-brand {
    max-width: 150px;
}
.navbar-nav .nav-link {
    font-size: 14px;
}
.navbar-nav > li + li {
    margin-left: 40px;
}
.fs-16, .fs-17 {
    font-size: 15px;
}
h1, .h1 {
    font-size: 40px;
}
.btn {
    padding: 12px 20px;
    font-size: 12px;
}
.fs-35 {
    font-size: 30px;
}
.fs-30 {
    font-size: 25px;
}
.services-disc ul li::before {
    font-size: 17px;
}
.form-group input {
    height: 55px;
}
.footer-links ul li a, .cta-links ul li {
    font-size: 15px;
}
.fs-13 {
    font-size: 11px;
}
.cta-links ul li::before {
  height: 15px;
  width: 15px;
}
.cta-box ul li {
  font-size: 13px;
}
}
@media(max-width:1199px){
  .navbar-brand {
    max-width: 120px;
}
.navbar-nav .nav-link {
    font-size: 12px;
}
.navbar-nav > li + li {
    margin-left: 30px;
}
h1, .h1 {
    font-size: 35px;
}
.footer-links ul li a, .cta-links ul li {
    font-size: 13px;
}
.form-group input {
  height: 50px;
}
.form-group textarea {
  height: 150px;
}

}



@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #fff !important;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }
  .nav-cta span img {
    width: 22px;
}
.testimonial-wrap::before, .testimonial-wrap::after {
  width: 50px;
  height: 35px;
}
.testimonial-text {
  width: 86% !important;
}
.cta-box {
  height:auto;
}


}


@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .carousel-item {
    height: 300px;
}
.cta-links ul li {
  position: relative;
  width: fit-content;
  margin: auto;
}
.form-group input {
  height: 45px;
}
.form-group textarea {
  height: 130px;
}
.banner-img {
  height: 280px;
}
}

@media(max-width:575px){
  h1, .h1 {
    font-size: 30px;
}
.btn {
    padding: 11px 14px;
    font-size: 10px;
}
.fs-35 {
    font-size: 25px;
}
.fs-30 {
    font-size: 22px;
}
.services-disc ul li {
padding-left: 30px;
}
.testimonial-wrap::before, .testimonial-wrap::after {
    width: 30px;
    height: 25px;
}
.testimonial-wrap::before {
left: -10px;
}
.testimonial-wrap::after {
right: -10px;
}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    padding: 12px 20px;
    font-size: 12px;
    background-color: #014391;
    border-color: #014391;
    color: #fff!important;
    border-radius: 40px!important;
}
ul#menu-footer-menu {
   
    margin-left: -13px;
   
}
span.wpcf7-spinner {
    display: none;
}
.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}
ul.circle {
    list-style: circle;
    margin-left: 30px;
}

.footlogo{width:200px; margin-top:5px;}