@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
} 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    font-size: 10px;
    scroll-behavior: smooth;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    overflow-x: hidden;
  }
  
  ::-moz-selection {
    color: #fff;
    background: #333;
  }
  
  ::selection {
    color: #fff;
    background: #333;
  }
  
  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
  .light-bg{
    background-color: #F4F7FD;
  }
  .cu-margin{
    margin-bottom: 200px !important;
  }
  .mb-100{
    margin-bottom: 100px !important;
  }

.p-100{
  padding: 0 100px !important;
}
  /*===============*/
 /* preloader CSS */
  
 #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: hsla(224, 34%, 13%, 1);
    background: linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#161C2D", endColorstr="#045588", GradientType=1 );
    transition: opacity 1s ease; /* fade effect */
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #A2CC3D;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #A2CC3D;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

  /*===============*/

  .green{
    color: #A2CC3D !important;
  }
  .b-color{
    color: #123555;
  }
  button{
    font-size: 16px !important;
  }
  .w-100{
    width: 100% !important;
  }
  .w-80{
    width: 80% !important;
  }
  p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #797979;
  }
  .m-color{
    color: #BF9947 !important;
  }
  a {
    text-decoration: none;
    outline: none;
    color: #333333;
  }
  
  li {
    list-style: none;
  }
  .p-0{
    padding: 0;
  }
  .sp{
    padding: 4em 0;
  }
  .drak-bg{
    background-color: #06020C;
  }
  .h-83{
    min-height: 83vh;
  }
  .h-54{
    min-height: 55vh;
  }
  h4{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0.04em;
    color: #01294D;
    margin-bottom: 15px;
    letter-spacing: 0px;
    transition: all 0.6s ease;
  }
  .head-t{
    line-height: 1.3;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 123%;
    color: #4B3407;
    position: relative;
  }
  .head-t::before{
    content: "";
    position: absolute;
    left: -22px ;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #4B3407;
  }

  .head-main{
    font-family: 'Roboto';
    font-size: 37px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #01416A ;
  }
  .head-main span{
    color: #A2CC3D;
    /* text-transform: uppercase; */
  }
  .head-main-box{
    display: flex;
    align-items: center;
  }

  .button{
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 29px 20px 40px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    transition: all 0.6s ease;
  }

  .button::before{
    content: "";
    top: 0;
    right:0;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #A2CC3D;
    z-index: -1;
    transition: all 0.6s ease;
  }
  .button:hover::before{
    width: 100%;
    border-radius: 5%;
  }

  .carousel-indicators .active{
    height: 6px;
  }

  /* Header */
  .menu-link:hover{
    color: #A2CC3D !important;
  }
  .header{
    padding: 0px 0;
  }
  header.sticky{
    background-color: #0d2b47 !important;
    z-index: 50;
    position: fixed;
  }
  .menu-btn{
    position: relative;
    overflow: hidden;
    font-weight: 500 !important;
    background-color: #A2CC3D !important;
    color: #fff !important;
    padding: 13px 35px !important;
    border-radius: 8px !important;
    transition: all 0.6s ease;
    z-index: 10;
  }
  .menu-btn:hover{
    /* background-color: #fff !important; */
    color: #0d2b47 !important;
  }
  .menu-btn::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: all 0.6s ease;
    z-index: 0;
  }
  .menu-btn:hover::after{
    width: 100%;
    z-index: -1;
  }
  .brand img{
    width: 150px;
  }

  /* Header Close*/

/*  Banner Start   */
.banner{
    text-align: center;
    position: relative;
    height: 100vh;
    /* background-image: url(../images/banner.jpg); 
    background-repeat: no-repeat;
    background-size: cover;*/
    background-position: center;
    background: hsla(224, 34%, 13%, 1);
    background: linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#161C2D", endColorstr="#045588", GradientType=1 );
}

.banner-text h1{
  font-family: 'Roboto';
  font-size: 57px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.banner-text h1 span{
  font-weight: 600;
  color: #A2CC3D;
}

.banner-text{
    position: relative;
    z-index: 5;
    color: #fff;
}

.banner-text .ba-sub-text{
  width: fit-content;
  text-align: left;
  position: relative;
}
.banner-text .ba-sub-text p{
  text-align: left;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 2;
  color: #fff;
}
.ban-text{
  height: 100vh;
  display: flex;
  align-items: center;
}
.ban-img{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ban-img img{
  width: 85% !important;
}
.banner .office-img{
  width: 100% !important;
}
.down-head{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.download-app .app-store, .google-play{
  width: 150px;
  margin-right: 10px;
}

/* ======================== Banner End ====================================== */
.rfy-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.caa-box-text{
  text-align: left;
  padding: 25px 25px;
}
.caa-box{
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  transition: all 0.6s ease;
}
.caa-box:hover{
  box-shadow: 0px 4px 20px #055a8f2c;
}
/*--- blue sec  -----*/

.blue-sec{
  position: relative;
  background: hsla(224, 34%, 13%, 1);
  background: linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
  background: -moz-linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
  background: -webkit-linear-gradient(45deg, hsla(224, 34%, 13%, 1) 0%, hsla(203, 94%, 27%, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#161C2D", endColorstr="#045588", GradientType=1 );
}
.blue-sec::after{
  background-image: url(../images/wave-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 17%;
  z-index: 10;
}
.video-section{
  z-index: 20;
  position: relative;
}
.video-parent{
  position: relative;
}
.play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #7bc043;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.play-button::before {
  content: "";
  display: block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blue-shape-donts{
  margin-top: -80px;
  position: absolute;
  left: 20%;
}
.blue-box{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
.blue-icon{
  width: 60px;
}
.blue-box-text{
  text-align: left;
}
.blue-box-head{
  color: #fff;
}
.blue-box-text p{
  color: #ffffff9b;
}

.s-line{
  width: 100px;
  height: 4px;
  background-color: #ffffff43;
  margin-bottom: 20px;
  border-radius: 5px;
  margin: 0 auto;
}
.testi-main-box{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 0px;
}
.testi-text{
  display: grid;
}
.testi-text p{
  font-size: 22px;
  color: #232323;
}
.testi-text span{
  color: #2e2e2e7e;
}
.testi-1{}
.testi-2{
  opacity: 0.8;
}
.testi-3{
  opacity: 0.6;
}
.more-review{
  text-align: center;
  margin-top: 30px;
}
.testi-text-left{
  display: flex;
  align-items: center;
}

/*Cta footer */
.cta{
  background-color: #F4F7FA;
  position: relative;
  padding: 6em;
}
.cta::before{
  /* background-image: url(../images/wave3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 10; */
}

/*======== Footer ========*/
footer{
  padding-top: 6em;
}
.f-links p b{
  font-size: 20px;
  color: #323232;
  display: inline-block;
}
.f-links ul li{
  line-height: 2.5;
}
.f-links ul li a{
  color: #797979;
  font-weight: 500;
  transition: all 0.4s ease;
}
.f-links ul li a:hover{
  color: #0867A2 !important;
}
.f-links ul li a img{
  width: 130px;
  margin-bottom: 20px;
}

.f-last{
  border-top: 1px solid #3333331a;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.f-last p{
  width: fit-content;
  margin: 0;
}
.f-last-links ul li{
  float: left;
  padding: 0 10px;
}
.f-last-links ul li a{
  transition: all 0.4s ease;
}
.f-last-links ul li a:hover{
  color: #94BD30;
}

/*================ Modal style =============*/

  .modal-content {
    text-align: center;
  }
  .cu-form{
    font-size: 16px;
    padding: 10px;
  }
  .modal-header {
    text-align: center;
    padding: 50px 30px;
    background-image: url(../images/banner.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal-header h5{
    font-size: 25px;
  }
  .modal-header p{
    color: #ffffff9c;
  }
  .modal-body{
    padding: 35px 30px;
  }
  .modal-body button{
    display: block;
    width: fit-content !important;
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 30px;
    background-color: #123555;
    border: none;
    box-shadow: -1px 8px 34px 5px rgba(18,53,85,0.42);
    -webkit-box-shadow: -1px 8px 34px 5px rgba(18,53,85,0.42);
    -moz-box-shadow: -1px 8px 34px 5px rgba(18,53,85,0.42);
  }
  .modal-body button:hover{
    background-color: #A2CC3D;
    box-shadow: -1px 8px 34px 5px rgba(162,204,61,0.42);
    -webkit-box-shadow: -1px 8px 34px 5px rgba(162,204,61,0.42);
    -moz-box-shadow: -1px 8px 34px 5px rgba(162,204,61,0.42);
  }

  .text-success{
    font-size: 25px;
    margin-bottom: 30px !important;
    color: #123555 !important;
  }
  .modal-header .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url("../images/close-btn.svg");
  }
  .sucess-img{
    width: 200px !important;
  }
/* Responsive Media Query Start */




@media only screen and (min-width: 1800px) {
  
}
@media only screen and (max-width: 1600px) {
  .ban-img img{
    width: 90% !important;
  }
  .ban-img {

  }
}
@media only screen and (max-width: 2080px) {
  .ban-img img {
    width: 60% !important;
  }
  .ban-img {
    justify-content: center;
  }
  .banner-text h1 {
    font-size: 40px;
  }
  .head-main{
    font-size: 32px;
  }
  .testi-text p{
    font-size: 20px;
  }
  .testi-main-box {
    padding: 40px 20px;
  }
  .caa-box{
    height: 25em !important;
  }
}

@media only screen and (max-width: 1400px) {
  .banner-text h1{
    font-size: 50px;
  }
  
}
@media only screen and (max-width: 1300px) {

  
}


@media only screen and (max-width: 1200px) {
 .blue-sec::after{
    height: 13%;
  }
}

@media only screen and (max-width: 1024px) {
  .ban-img {
    display: flex;
    align-items: center;
  }
  .caa-box{
    height: 28em !important;
  }
  .rfy-img{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rfy-img img{
    width: 100% ;
  }
  .blue-sec::after{
    height: 13%;
  }

}

@media only screen and (max-width: 992px) {
  
  .ban-img img {
      width: 90% !important;
  }
  .banner-text h1 {
      font-size: 35px;
  }
  .trusted-sec{
    padding-bottom: 0;
  }
  .rfy-img{
    order: 1;
    margin-bottom: 20px;
  }
  .rfy-text {
    margin: 0 auto;
    order: 2;
  }
  .notify-img{
    width: 70% !important;
    margin-bottom: 20px;
  }
  .blue-sec::after{
    height: 10%;
  }
  .adv-main {
     padding: 15px !important;
  }
}


@media only screen and (max-width: 768px) {
  .header{
    padding: 20px 0;
  }
  .banner{
    height: auto;
    padding-bottom: 60px !important;
  }
  .ban-img{
    margin-top: 80px;
  }
  .ban-img img {
    width: 40% !important;
  }
  .ban-img img {
    width: 40% !important;
    margin-bottom: 40px;
  }
  .ban-img{
    order: 1;
  }
  .ban-text {
    height: auto;
    order: 2;
  }

  .banner-text h1 {
    font-size: 35px;
  }
  .ban-img {
    display: flex;
    align-items: center;
  }
  .banner-text .ba-sub-text p{
    font-size: 14px;
  }
  .rfy-text{
    margin: 0 auto;
  }
  .rfy-img{
    order: 1;
    margin-bottom: 50px;
  }
  .rfy-text{
    order: 2;
  }
  .blue-sec::after{
    height: 14%;
  }
  .adv-main{
    padding: 20px !important;
  }
  .cta {
    padding-bottom: 8em;
  }

}

@media only screen and (max-width: 576px) {
  .sp{
    padding: 2em 20px !important;
  }
  section{
    padding: 60px 20px !important;
  }
  .site-name img{
    width: 50vw !important;
  }
  .menu-link{
    font-size: 25px !important;
  }
  .menu-btn{
    font-size: 18px !important;
    padding: 13px 30px !important;
  }
  .header{
    padding: 20px 0;
  }
  header.sticky{
    padding: 10px 0;
  }
  .banner::after{
    display: none;
  }
  .ban-text{
    order: 2;
  }
  .ban-img{
    order: 1;
    justify-content: center;
    margin-top: 100px; 
  }
  .ban-img img{
    width: 40% !important;
  }
  .ban-text {
    height: auto;
  }
  .banner-text{
    padding: 20px;
  }
  .banner-text .banner-head{
    font-size: 30px;
    line-height: 1.3;
  }
  .banner-text .ba-sub-text p{
    line-height: 1.5;
  }

  /* Banner Close */

  .head-main{
    font-size: 28px;
  }
  .right-for-you{
    padding-top: 0 !important;
  }
  .rfy-text{
    order: 2;
  }
  .rfy-img{
    order: 1;
    margin-bottom: 50px;
  }
  .rfy-img img{
    width: 100% !important;
  }
  .blue-sec::after{
    height: 5%;
  }
  .blue-shape-donts{
    width: 25%;
    margin-top: -25px;
  }
  .cu-margin{
    margin-bottom: 100px !important;
  }
  .adv-main{
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .caa-box {
     height: auto !important;
  }
  .testi-main-box{
    padding: 25px;
  }
  .testi-main-box p{
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  .testi-img{
    margin-bottom: 20px;
  }
  .cta-text{
    order: 2;
  }
  .testi-text p{
    text-align: center;
  }
  .testi-name{
    text-align: center;
  }
  .cta-img{
    order: 1;
    margin-bottom: 50px;
  }
  .cta::before{
    z-index: 0;
  }
  
  .f-last{
    display: block;
    padding-bottom: 0;
  }
  .f-last-links{
    display: inline-block;
  }
  .f-last p{
    margin-bottom: 10px;
  }
  .f-last-links{
    margin: 0 auto;
    width: 100%;
  }
  .f-last-links ul{
    padding: 0;
    display: flex;
    justify-content: center;
  }

}
@media only screen and (width: 430px) and (height: 932px) {
    .ban-img img {
      width: 60% !important;
      margin: 25px 0;
    }
}







