html {
  scroll-behavior: smooth;
}

body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
  color: #000019 !important;
  font-size: 14px !important;
}

a {
  text-decoration: none !important;
}
.form-control {
    height: 45px !important;
    border-radius: 5px;
    border-color: #e9edf6 !important;
    font-size: 14px !important;
    color: #A8A5CA !important;
}
.form-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #263871 !important;
}

.fs-20 {
  font-size: 20px;
}

.container {
  padding: 0 15px !important;
}

.navbar {
  padding: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #101828 !important;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #89C53F !important;
}

.header {
  background-color: #fff;
  z-index: 999;
}

.top-header {
  padding: 10px 0;
}

.dfcj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.logo-img {
  width: 50px;
}

.btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #0095E8;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.btn-main-filed{
  height: 45px !important;
  border-radius: 5px !important;
}
.btn-gray-border{
  border: 1px solid #e9edf6 !important;

}

.btn-main:hover {
  background-color: transparent !important;
  border: 1px solid #89C53F;
  color: #89C53F;
}

.btn-main-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #0095E8;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.btn-main-line::after {
  border: 1px solid #0095E8;
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.btn-main-line:hover {
  background-color: transparent !important;
  border: 1px solid #89C53F;
  color: #89C53F;
}

.font-blue {
  color: #0095E8;
}

.nav-link {
  padding: 0 25px !important;
  font-size: 14px;
  font-weight: 500;
}

.banner {
  background-image: url(../images/landing-banner.png);
  padding: 180px 0 180px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom;
}

.hero-caption-pera {
  font-size: 18px;
  text-transform: uppercase;
  color: #002d5b;
}

.banner-title {
  font-size: 35px;
  font-weight: 700;
  color: #002d5b;
  line-height: 1.2;
  margin: 30px 0;
}

.pera {
  font-size: 15px;
  color: #10285d;
  line-height: 25px;
}

.about-title {
  font-size: 30px;
  color: #000a2d;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
}

.about {
  padding: 70px;
}

.services {
  background-image: url(../images/shape1.png.webp);
  width: 100%;
  padding: 70px;
  background-repeat: no-repeat;
}

.service-title {
  font-size: 48px;
  color: #000a2d;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
}

.card {
  border-radius: 10px !important;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #0095E8 !important;
  margin-bottom: 30px;
}

.card:hover {
  color: #fff !important;
}

.card .card-icon {
  width: 100px;
  border-radius: 100px;
  height: 100px;
  background-color: #E9F4FE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.card .card-img .user-img {
  width: 100px;
  border-radius: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  border: 5px solid #fff;
}

.card .card-img .quotes-icon {
  position: absolute;
  bottom: -10px;
  background-color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card .card-img .quotes-icon .icon-img {
  width: 30px !important;
  background-size: contain;
}

.card .pera {
  text-align: center;
}

.card .icon-img {
  width: 50px;
}

.card .card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}

.card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #0095E8;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .6s;
  transition: .6s;
  color: #fff !important;
  border-radius: 5px;
}

.card:hover::before {
  height: 100%;
}

.contact-us {
  padding: 100px 0;
  background-image: url(../images/contact-graphic.png);
}

.testimonials {
  padding: 70px 0;
}

.swiper-slide {
  padding-right: 30px;
}

.testimonial-item {
  border: 1px solid #F0f0f0;
  border-radius: 5px;
  padding: 25px 20px;
  min-height: 340px;
}

.testimonial-img {
  border-radius: 60px;
  height: 60px;
  width: 60px;
}

.fw-700 {
  font-weight: 700;
}

.text-green {
  color: #89C53F;
}

.swiper-pagination {
  bottom: -40px !important;
}

.footer {
  padding: 20px 0;
  background-color: #E3E4E8;
}

.footer a {
  color: #000019 !important;
}

.footer .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer li {
  list-style: none;
  padding: 0 25px;
  font-weight: 500;
}

.footer .contact-btn {
  border: 1px solid #89C53F;
  border-radius: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .contact-btn span {
  color: #89C53F;
}

@media only screen and (max-width: 768px) {
  .flex-sm-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
  }
  .menu-icon {
    width: 30px;
  }
  .banner {
    padding: 50px 0;
    background-position: left;
  }
  .banner-title {
    font-size: 45px;
  }
  .about {
    padding: 50px 0;
  }
  .about .about-title {
    margin-top: 35px;
  }
  .services {
    padding: 50px 0px;
  }
  .services .card {
    margin-bottom: 15px;
  }
  .review-section {
    padding: 50px 0 150px !important;
  }
  .get-in-touch {
    border-radius: 30px;
    background-position-y: bottom;
    background-position-x: left;
    background-size: cover !important;
    height: 100% !important;
    padding: 30px !important;
  }
  .get-in-touch .main-title {
    font-size: 20px;
    margin-top: 50px !important;
  }
  .partner-icon {
    margin-bottom: 20px;
  }
  .portfolio {
    padding: 50px 0;
  }
  .portfolio #portfolio-flters {
    margin-bottom: 30px;
  }
  .portfolio li {
    padding: 5px !important;
  }
  .service-title {
    font-size: 30px;
  }
  .swiper-slide {
    padding-right: 0;
  }
  .footer li {
    padding: 10px 0;
  }
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .nav-link {
    padding: 0 !important;
  }
  .fw-500 {
    font-weight: 500 !important;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid #cacaca;
	 border-bottom: 1px solid #cacaca;
    width: 100%;
    margin: 10px 0;
  }
  
  .navbar-nav .nav-item:nth-last-child() {
    border-bottom: 0 !important;
  }
  .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
  .navbar-nav .navbar-toggler:focus {
    outline: none !important;
  }
}

.no-border{
	border:none !important;  
  }
.counter-main {
  background-image: url(../images/counter-banner.png);
  padding: 30px 0;
}

.feature-of-slips {
  padding: 50px 0;
}

.main-title {
  color: #181C32;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.how-it-work {
  padding: 50px 0;
  background-color: #E9F4FE;
}

.video-img {
  margin-top: -100px;
}

.review-section {
  padding: 50px 0 250px;
}

.get-in-touch {
  background-image: url(../images/get-in-touch-banner.png);
  height: 400px;
  width: 100%;
  background-size: contain;
  padding: 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -250px;
}

.get-in-touch .btn-main-line {
  max-width: 180px;
  background-color: #fff !important;
  color: #0095E8 !important;
}

.get-in-touch .main-title {
  margin-top: 100px;
}

.our-partner {
  background-color: #E9F4FE;
}

.partner-icon {
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 10px;
}

.our-partner {
  padding: 50px 0;
  background-color: #E9F4FE;
}

.footer {
  background-color: #16243D;
  padding: 30px 0;
}

.footer .footer-logo img {
  width: 50px;
}

.footer ul {
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.footer ul li a {
  color: #fff !important;
  font-size: 14px;
}

.footer .social-icon {
  width: 50px;
  padding-left: 10px;
}

.copyright {
  background-color: #0F4570;
  padding: 10px 0 !important;
  text-align: center;
}

.copyright .pera {
  margin-bottom: 0 !important;
  color: #fff;
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */