@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Mulish", sans-serif;
  color: #000;
  background-color: #0E2744;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1420px;
  width: 100%;
  margin: auto;
}
.ffi{
  font-family: "Instrument Sans", sans-serif;
}

.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-warning{
  color: #f4bc43 !important;
}
.bg-primary{
  background-color: #051026 !important;
}
.text-light{
  color: #555555 !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: 65px;
  line-height: normal;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-25 {
  font-size: 25px;
}
.fs-30 {
  font-size: 30px;
}
.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}

/* 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 35px;
  border: 1px solid;
  border-radius: 40px;
  line-height: normal;
  font-size: 20px;
  font-weight: 400;
}
.btn-warning{
  background-color: transparent;
  border-color: #F4BC43;
  color: #f4bc43;
}
.btn-warning:hover, .btn-warning:focus{
  background-color: #f4bc43;
  border-color: #F4BC43;
  color: #fff;
  box-shadow: none;
}
.btn-primary{
  background-color: transparent;
  border-color: #173F63;
  color: #173F63; 
}
.btn-primary:hover, .btn-primary:focus{
  background-color: #173F63;
  border-color: #173F63;
  color: #fff; 
  box-shadow: none;
}






/* @keyframes moveUpDownSlow {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

@keyframes moveUpDownFast {
  0%   { transform: translateY(0); }
  25%   { transform: translateY(-5px); }
  50%  { transform: translateY(-10px); }
  75%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
} */
.up-down{
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}


@keyframes up-down{
  0% {
    transform:  translate(1px,20px)  ;
  }
  24% {
    transform:  translate(1px,30px)  ;
  }
  50% {
    transform:  translate(1px,12px)  ;
  }
  74% {
    transform:  translate(1px,22px)  ;
  }
  100% {
    transform:  translate(1px,22px)  ;
  }
}


/* .banner-img-1{
  animation: moveUpDownFast 4s infinite ease-in-out;
} */




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

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #fff;
  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: #fff;
}

/* .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 #fff;
  z-index: 99;
  color: #fff;
}

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

@media (min-width: 2560px) {
  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;
}
.banner-text span.text-white, .footer-disc, .copy-wrap span.text-white{
  color: rgba(255, 255, 255, 0.7) !important;
}

.banner-img-1{
  height: 518px;
  width: 518px;
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 10px;
  left: -25% !important;
  bottom: -5% !important;
}
.banner-img-2{
  height: 398px;
  width: 398px;
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 7px;
  right: -25% !important;
  top: 0% !important;
}

.welcome-disc ul {
  padding-left: 20px;
  list-style: disc;
}
.form-group input{
  border: 1px solid #d9d9d9;
  height: 65px;
  border-radius: 5px;
}
.form-group textarea{
  border: 1px solid #d9d9d9 !important;
  height: 160px;
  border-radius: 5px;
}


.footer-info ul li a{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.footer-links ul li a:hover{
  color: #ffffff !important;
}

.footer-info ul li {
  position: relative;
  padding-left: 40px;
}
.footer-info ul li::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/Phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
}
.footer-info ul li:nth-child(2)::before{
  background-image: url(../images/Mail.svg);
}
.footer-links ul li a{
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 500;
}
.footer-links ul li{
  margin: 15px 0;
}

.copy-right{
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.banner-sec::before, .banner-sec::after, .welcome-sec::before, .welcome-sec::after, .offer-sec::before, .offer-sec::after, .contact-sec::before, .contact-sec::after{
  content: '';
  position: absolute;
  bottom: 12%;
  left: 0;
  background-image: url(../images/banner-before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
  width: 150px;
  z-index: 0;
}
.banner-sec::after{
  background-image: url(../images/banner-after.png);
  width: 310px;
  height: 150px;
  left: auto;
  right: 0;
  bottom: 10%;
}
.welcome-sec::before{
  background-image: url(../images/welcome-before.png);
  height: 150px;
  width: 150px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.welcome-sec::after{
  background-image: url(../images/welcome-after.png);
  height: 310px;
  width: 150px;
  bottom: 10%;
  right: 0;
  left: auto;
}
.offer-sec::before{
  background-image: url(../images/offer-before.png);
  height: 310px;
  width: 150px;
  top: 10%;
  bottom: auto;
}
.offer-sec::after{
  background-image: url(../images/offer-after.png);
  height: 310px;
  width: 150px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  bottom: auto;
}

.contact-sec::before{
  background-image: url(../images/contact-before.png);
  height: 150px;
  width: 150px;
  top: 10%;
  left: 0;
  bottom: auto;
}
.contact-sec::after{
  background-image: url(../images/contact-after.png);
  height: 310px;
  width: 150px;
  bottom: 10%;
  top: auto;
  left: auto;
  right: 0;
}


.welcome-sec .container, .offer-sec .container, .contact-sec .container{
  position: relative;
  z-index: 1;
}

.qualifications-disc ul, .about-disc ul {
  padding-left: 20px ;
  list-style: disc;
}

.testimonial-sec .slick-track {
  display: flex;
  gap: 30px;
}
.testimonial-sec .slick-slide{
  height: auto;
}
.testimonial-sec .slick-slide > div{
  height: 100%;
}

@media (max-width: 2560px) {
  .navbar-toggler {
    font-size: 40px;
    padding: 0;
    color: #fff;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #0E2744!important;
    border-right: 0 !important;
    padding: 35px !important;
    width: 400px !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;
    display: block !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: column;
}
}


@media(max-width:1750px){
  .banner-img-2 {
    height: 348px;
    width: 348px;
    right: -14% !important;
}
.banner-img-1 {
  height: 500px;
  width: 500px;
}
.navbar-brand {
  max-width: 640px;
}
}
@media(max-width:1600px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-brand {
    max-width: 600px;
}
.banner-img-2 {
    height: 300px;
    width: 300px;
    right: -2% !important;
}
.navbar-brand {
  max-width: 550px;
}
.navbar-toggler {
  font-size: 30px;
}
h1, .h1 {
font-size: 60px;
}
.fs-25 {
font-size: 22px;
}
.btn {
padding: 12px 25px;
font-size: 17px;
}
.banner-img-1 {
  height: 420px;
  width: 420px;
}
.fs-40 {
font-size: 35px;
}
.fs-20, .footer-info ul li a, .footer-links ul li a {
font-size: 17px;
}
.form-group input {
height: 55px;
}
.fs-18 {
font-size: 16px;
}
.fs-14 {
font-size: 12px;
}
.fs-30 {
font-size: 25px;
}
.navbar-toggler {
font-size: 28px;
}
.banner-sec::before, .welcome-sec::after, .offer-sec::before, .offer-sec::after, .contact-sec::after {
  height: 150px;
  width: 70px;
}
.banner-sec::after {
  width: 150px;
  height: 70px;
}
.welcome-sec::before, .contact-sec::before {
  height: 70px;
  width: 70px;
}
}

@media(max-width:1199px){
  .navbar-brand {
    max-width: 500px;
}
.banner-img-2 {
    height: 280px;
    width: 280px;
    right: -1% !important;
}
h1, .h1 {
    font-size: 50px;
}
.fs-25 {
    font-size: 18px;
}
.btn {
    padding: 10px 20px;
    font-size: 15px;
}
.banner-img-1 {
    height: 350px;
    width: 350px;
}
.fs-40 {
    font-size: 30px;
}
.fs-20, .footer-info ul li a, .footer-links ul li a {
    font-size: 15px;
}
.fs-25 {
    font-size: 17px;
}
.form-group input {
    height: 50px;
}
.fs-18 {
    font-size: 15px;
}
.footer-info ul li::before {
  height: 20px;
  width: 20px;
}
}

@media(max-width:991.60px){
  .navbar-brand {
    max-width: 450px;
}
h1, .h1 {
    font-size: 45px;
}

.banner-img-1 {
  height: 350px;
  width: 350px;
  position: inherit !important;
  left: 0 !important;
  top: 0 !important;
}

.banner-img-2 {
  height: 280px;
  width: 280px;
  right: 0% !important;
  position: inherit !important;
  top: 0 !important;
}





.footer-disc {
  margin: auto;
}
.footer-info ul li {
  padding-left: 30px;
  width: fit-content;
  margin: auto;
}
.banner-imgs {
  display: flex;
  gap: 30px;
}
.navbar-nav .nav-link {
    font-size: 13px;
}
div#navbarOffcanvas {
  background: #0E2744!important;
  border-right: 0 !important;
  padding: 35px !important;
  width: 300px !important;
}
.testimonial-sec .slick-track {
  gap: 20px;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .banner-img-1 {
    height: 260px;
    width: 260px;
}
.banner-img-2 {
    height: 220px;
    width: 220px;
}
.sub-banner {
  height: 220px;
}
.testimonial-sec .slick-track {
  gap: 0px;
}
}

@media(max-width:575.60px){
  .navbar-brand {
    max-width: 350px;
}
.navbar-toggler {
    font-size: 22px;
}
h1, .h1 {
    font-size: 36px;
}
.banner-text span.w-75 {
width: 100% !important;
}
.banner-imgs {
    gap: 25px;
    flex-wrap: wrap;
}
.fs-40 {
    font-size: 25px;
}
.form-group input {
    height: 45px;
}
.form-group textarea {
height: 140px;
}
.privacy-table{
overflow: scroll;
}
table {
  width: 700px !important;
}
}