.banner_slider {
  overflow: hidden;
}
.banner_slider .banner_img {
  width: 100%;
}
.banner_slider .banner_slide {
  position: relative;
}
.banner_slider .banner_slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(45deg, #000b1a, transparent);
}
@media (max-width: 767px) {
  .banner_slider .banner_slide {
    height: 630px;
  }
  .banner_slider .banner_slide::after {
    background-image: linear-gradient(45deg, #000b1a 30%, transparent);
  }
  .banner_slider .banner_slide .banner_img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner_slider .banner_content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner_slider .banner_content {
    padding-right: 15px;
  }
}
.banner_slider .banner_content .heading_style::after {
  top: 9px;
  height: calc(100% - 19px);
}
.banner_slider .title {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .banner_slider .title {
    font-size: 32px;
  }
}

.banner_btn {
  position: relative;
  background-color: var(--secondary_color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 17px 35px 17px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  transition: 0.3s;
}
.banner_btn:hover {
  background-color: #a84725;
}
.banner_btn:hover span, .banner_btn:hover div {
  color: #fff;
}
.banner_btn span, .banner_btn div {
  transition: 0.3s;
}
.banner_btn .num {
  font-weight: 500;
  font-size: 120%;
}
.banner_btn .call_btn {
  background-color: #fff;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_btn .call_btn img {
  width: 20px;
}
.banner_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_btn.no_bg {
  padding: 0;
  background-color: transparent;
}
.banner_btn.no_bg .call_btn {
  background-color: var(--secondary_color);
}
.banner_btn.no_bg .call_btn img {
  filter: brightness(5);
}
.banner_btn.no_bg:hover span, .banner_btn.no_bg:hover div {
  color: inherit;
  opacity: 0.9;
}

#about .experience_box {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #about .experience_box {
    top: auto;
    bottom: 70px;
    right: 15px;
  }
}
#about .experience {
  background-color: #FFC085;
  padding: 25px 30px 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
}
#about .experience .years {
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #about .heading_style_space {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  #about .col-md-7 {
    margin-top: 25px;
  }
}

.service_boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .service_boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.service_boxes .color_one {
  background-color: #E4EEE5;
}
.service_boxes .color_two {
  background-color: #F2EBEA;
}
.service_boxes .color_three {
  background-color: #E7F1F1;
}
.service_boxes .service_box {
  min-height: 360px;
  padding: 35px 40px;
}
.service_boxes .service_box:nth-child(1) {
  transition-delay: 0.1s;
}
.service_boxes .service_box:nth-child(2) {
  transition-delay: 0.2s;
}
.service_boxes .service_box:nth-child(3) {
  transition-delay: 0.3s;
}
.service_boxes .service_box:nth-child(4) {
  transition-delay: 0.4s;
}
.service_boxes .service_box:nth-child(5) {
  transition-delay: 0.5s;
}
.service_boxes .service_box:nth-child(6) {
  transition-delay: 0.6s;
}
.service_boxes .service_box:nth-child(7) {
  transition-delay: 0.7s;
}
.service_boxes .service_box:nth-child(8) {
  transition-delay: 0.8s;
}
.service_boxes .service_box:nth-child(9) {
  transition-delay: 0.9s;
}
.service_boxes .service_box .service_img {
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service_boxes .service_box .service_img img {
  height: 100px;
  padding: 20px;
}
.service_boxes .service_box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.form_box {
  padding: 48px 50px 50px;
  background-color: var(--grey);
  position: sticky;
  top: 15px;
  margin: auto;
  max-width: 550px;
}
@media (max-width: 767px) {
  .form_box {
    margin-top: 30px;
    padding: 25px 22px;
  }
}

.step_boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 767px) {
  .step_boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.step_boxes .step_box {
  background-color: #fff;
  padding: 22px 30px;
}
.step_boxes .step_box:nth-child(1) {
  transition-delay: 0.1s;
}
.step_boxes .step_box:nth-child(2) {
  transition-delay: 0.2s;
}
.step_boxes .step_box:nth-child(3) {
  transition-delay: 0.3s;
}
.step_boxes .step_box:nth-child(4) {
  transition-delay: 0.4s;
}
.step_boxes .step_box:nth-child(5) {
  transition-delay: 0.5s;
}
.step_boxes .step_box:nth-child(6) {
  transition-delay: 0.6s;
}
.step_boxes .step_box:nth-child(7) {
  transition-delay: 0.7s;
}
.step_boxes .step_box:nth-child(8) {
  transition-delay: 0.8s;
}
.step_boxes .step_box:nth-child(9) {
  transition-delay: 0.9s;
}
.step_boxes .step_box .step_img {
  background-color: var(--secondary_color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.step_boxes .step_box .step_img img {
  padding: 10px;
  width: 100%;
}

.faq_container .accordion_box {
  background-color: var(--grey);
  margin-bottom: 24px;
}
.faq_container .accordion_box:nth-child(1) {
  transition-delay: 0.01s;
}
.faq_container .accordion_box:nth-child(2) {
  transition-delay: 0.02s;
}
.faq_container .accordion_box:nth-child(3) {
  transition-delay: 0.03s;
}
.faq_container .accordion_box:nth-child(4) {
  transition-delay: 0.04s;
}
.faq_container .accordion_box:nth-child(5) {
  transition-delay: 0.05s;
}
.faq_container .accordion_box:nth-child(6) {
  transition-delay: 0.06s;
}
.faq_container .accordion_box:nth-child(7) {
  transition-delay: 0.07s;
}
.faq_container .accordion_box:nth-child(8) {
  transition-delay: 0.08s;
}
.faq_container .accordion_box:nth-child(9) {
  transition-delay: 0.09s;
}
.faq_container .accordion_box button {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 22px 40px 22px 25px;
  background-color: transparent;
  border: none;
  text-align: left;
}
.faq_container .accordion_box button * {
  font-size: 18px;
  font-weight: 500;
}
.faq_container .accordion_box button::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/img/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transition: 0.35s;
}
.faq_container .accordion_box button.active::before {
  transform: rotate(180deg);
}
.faq_container .accordion_box .panel {
  padding: 0px 40px 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.ebook_container {
  gap: 30px;
}
.ebook_container .ebook_box {
  box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.06);
  max-width: 330px;
  width: 100%;
  height: 100%;
  flex: 1;
}
.ebook_container .ebook_box:nth-child(1) {
  transition-delay: 0.1s;
}
.ebook_container .ebook_box:nth-child(2) {
  transition-delay: 0.2s;
}
.ebook_container .ebook_box:nth-child(3) {
  transition-delay: 0.3s;
}
.ebook_container .ebook_box:nth-child(4) {
  transition-delay: 0.4s;
}
.ebook_container .ebook_box:nth-child(5) {
  transition-delay: 0.5s;
}
.ebook_container .ebook_box:nth-child(6) {
  transition-delay: 0.6s;
}
.ebook_container .ebook_box:nth-child(7) {
  transition-delay: 0.7s;
}
.ebook_container .ebook_box:nth-child(8) {
  transition-delay: 0.8s;
}
.ebook_container .ebook_box:nth-child(9) {
  transition-delay: 0.9s;
}
.ebook_container .ebook_box .title {
  font-size: 18px;
  margin-bottom: 18px;
}
.ebook_container .ebook_box .text_center {
  padding: 20px 10px;
}

.blogs_sec {
  background-color: var(--bg_color_one);
}
@media (max-width: 767px) {
  .blogs_sec .f_j {
    padding-top: 20px;
  }
}
.blogs_sec .blog_slider a {
  text-decoration: none;
}
.blogs_sec .blog_slider img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .blogs_sec .blog_slider img {
    height: 200px;
  }
}
.blogs_sec .blog_slider .title {
  font-size: 22px;
  margin: 22px 0 12px 0;
}

.logos_sec {
  margin: auto;
}
.logos_sec .logos {
  overflow: hidden;
  border: 1px solid #E5EEE6;
}
.logos_sec .logos .slick-slide {
  border-right: 1px solid #E5EEE6;
  padding: 20px;
}/*# sourceMappingURL=index.css.map */