* {
  font-family: var(--font-manrope);
}
.heading_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
h3 {
  font-family: var(--font-manrope);
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}
h4 {
  font-family: var(--font-manrope);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
h5 {
  font-family: var(--font-manrope);
  font-weight: 700;
  line-height: 34px;
}
video {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.home_banner {
  position: relative;
}
.home_banner video {
  height: calc(100vh - 32px);
}
.home_banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0d0d0d;
  opacity: 0.5;
}

.home_banner .home_banner_content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.home_banner_content .logo_slider {
  margin-top: 50px;
  width: 100%;
  min-width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home_banner_content * {
  color: var(--white-color);
}
.home_banner .heading_title h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 0px;
  max-width: 750px;
  font-family: var(--font-manrope);
  margin-bottom: 25px;
  color: var(--white-color);
  letter-spacing: -0.99px;
}
.home_banner .heading_title p {
  font-family: var(--font-manrope);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.22px;
  color: var(--white-color);
}
.home_banner .heading_title p u {
  text-underline-offset: 5px;
}
.home_banner .cta_btn {
  padding-top: 190px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.button.white_btn {
  border-radius: 12px;
  border: 1.5px solid var(--white-color);
  background: var(--white-color);
  color: var(--heading-color);
  box-shadow: none;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.2225;
  padding: 20px 30px;
}
.button.white_btn:hover {
  background: transparent;
  color: var(--white-color);
}
.home_banner span {
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: var(--white-color);
}

.our_expertise {
  background: var(--light-bg-color);
}
.our_expertise .heading_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.our_expertise .heading_title h2 {
  max-width: 50%;
}
.our_expertise .heading_title p {
  margin-top: 9px;
  max-width: 620px;
  line-height: 30px;
  font-family: var(--font-manrope);
  font-size: 18px;
  font-weight: 500;
}
.our_expertise .navigation .navigation__link {
  display: block;
  color: var(--base-font-color);
  font-family: var(--font-manrope);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px 10px 15px 0;
  padding: 8px 0;
}
.our_expertise .navigation .navigation__link:last-child {
  margin-bottom: 0px;
}

.our_expertise .experting_logo_slide {
  padding: 60px 0px 60px 60px;
  border-left: 1px solid rgba(22, 45, 90, 0.1);
  flex: 1;
  width: calc(100% - 350px);
  max-width: calc(100% - 350px);
}
.our_expertise .experting_logo_slide h4 {
  line-height: 26px;
  margin-bottom: 40px;
}
.our_expertise .navigation {
  max-width: 350px;
  flex: 350px;
  padding-top: 60px;
}
.our_expertise .platform_experts_slide {
  display: flex;
  border-top: 1px solid rgba(22, 45, 90, 0.1);
}
.our_expertise .text_box p {
  color: var(--base-font-color);
  font-family: var(--font-manrope);
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
  white-space: nowrap;
}
.img_text_wrapper {
  align-items: center;
  margin-top: 40px;
}
.img_text_wrapper .slider-wrap {
  max-width: 660px;
}
.img_text_wrapper .img_box.active {
  display: inherit;
}
.img_text_wrapper .img_box img {
  width: 100%;
}
.img_text_wrapper .text_block {
  max-width: 607px;
  margin-left: auto;
  margin-right: 27px;
}
.img_text_wrapper .text_box {
  padding: 5px 0;
  padding-left: 20px;
  margin-bottom: 50px;
  position: relative;
}
.img_text_wrapper .text_box span {
  position: absolute;
  left: -5px;
  top: 0;
  height: 100%;
  background-color: #367df933;
  transition: all 0s linear;
}
.img_text_wrapper .text_box.active span,
.img_text_wrapper .text_box:hover span {
  background-color: var(--base-site-color);
  width: 5px;
}
.img_text_wrapper .text_box:last-child {
  margin-bottom: 0px;
}
.img_text_wrapper .text_box h4 {
  margin-bottom: 15px;
}
.img_text_wrapper .text_box p {
  font-size: 20px;
  font-family: var(--font-manrope);
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 500;
}
.text_block div span.progressBar .inProgress {
  background-color: var(--base-site-color);
  width: 5px;
  height: 0%;
}
.our_clients_block {
  background: rgba(54, 125, 249, 0.02);
  padding: 85px 0;
}
.our_clients_block .heading_title {
  margin-bottom: 40px;
}
.our_clients_block .logo_wrapper:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our_clients_block .img_box {
  vertical-align: middle;
}
.our_clients_block .img_box img {
  object-fit: contain;
  /* width: 100%; */
  vertical-align: middle;
  min-height: 130px;
  max-width: 300px;
  margin: 0 auto;
}
.logo_wrapper_slider:not(.slick-slider) {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
}
.logo_wrapper_slider:not(.slick-slider) .logo_box {
  flex: 0 0 auto;
}

.experting_logo_slide .slider_wrap .slick-track {
  margin-left: -20px;
  text-align: center;
}
.experting_logo_slide .logo_box {
  text-align: center;
  padding: 0 10px;
}
.experting_logo_slide .logo_box img {
  display: inline-block;
  width: 100%;
}

.migration_block_design p {
  margin-top: 40px;
  font-weight: 500;
}
.migration_block_design p .blue_text {
  font-weight: 600;
}
.migration_block_design label {
  font-weight: 500;
  color: #505766;
  line-height: 1;
  margin-bottom: 15px;
}
.icon_mini_slider {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  padding: 20px 15px;
}
.migration_block_design .row {
  justify-content: space-between;
}
.arrow_animate {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: center;
  position: relative;
  top: 20px;
}

.arrow_animate span {
  display: block;
  width: 18px;
  height: 20px;
  animation: animate 2s infinite;
  border: 25px solid #367df94d;
  border-right: 0px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: rotate(0deg);
  border-radius: 5px;
}

.arrow_animate span:nth-child(2) {
  animation-delay: -0.4s;
  border-left-color: #367df9;
}

.arrow_animate span:nth-child(3) {
  animation-delay: -0.2s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, 0px);
  }
}

.icon_mini_slider .slide_item .inner_bx {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icon_mini_slider img {
  max-width: 30px;
  max-height: 30px;
  min-height: 30px;
}
.icon_mini_slider .slide_item span {
  font-weight: 500;
  color: #367df9;
  line-height: 1.35;
}

.our_work_block {
  padding-bottom: 90px;
  overflow: hidden;
}
.our_work_block h2 {
  max-width: 681px;
}
.our_work_block .text_box {
  max-width: 620px;
  padding: 0 20px 20px 20px;
  width: 100%;
}
.our_work_block .text_box p {
  font-family: var(--font-manrope);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 9px;
}
.cta_btn .button {
  font-family: var(--font-manrope);
}
.cta_btn .button.outline_btn {
  background: transparent;
  color: var(--base-site-color);
  border-radius: 8px;
  border: 1.5px solid rgba(54, 125, 249, 0.3);
  box-shadow: none;
  padding: 10px 20px;
  font-family: var(--font-manrope);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.work_slider {
  padding: 70px 0 60px;
}
.work_slider:not(.slick-slider) {
  align-items: flex-start;
}
.work_slider:not(.slick-slider) .img_text_box {
  max-width: 400px;
}
.work_slider .img_text_box {
  padding: 0px;
  background: var(--light-bg-color);
  margin-right: 40px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.4s ease-in-out;
  min-height: 450px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
 
.work_slider .img_box,
.work_slider .img_box img {
  width: 100%;
}
.work_slider .img_box img {
  border-radius: 10px;
  max-width: 400px;
}
.work_slider .text_wrap {
  padding: 0 20px 20px 20px;
  width: 100%;
}
.work_slider .text_wrap h5 {
  font-family: var(--font-manrope);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.work_slider .img_text_box:hover {
  background: var(--base-site-color);
  color: var(--white-color);
  box-shadow: 0px 20px 50px 0px rgba(22, 45, 90, 0.25);
  margin-top: -40px;
}
.work_slider .img_text_box:hover .text_box h5 {
  color: var(--white-color);
}
.work_slider .img_text_box:hover .button.outline_btn {
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: var(--white-color);
}
.our_services {
  padding-bottom: 125px;
}
.our_services .service_box_wrapper {
  margin-top: 40px;
}
.our_services .service_box_wrapper .col-sm-6 {
  padding: 0 12.5px;
}
.our_services .service_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  height: 100%;
  border-radius: 24px;
  border: 1.5px solid rgba(22, 45, 90, 0.1);
  padding: 85px 70px;
  text-align: center;
  position: relative;
}
.our_services .service_box_wrapper .row {
  row-gap: 25px;
}
.our_services .service_box h4 {
  margin: 0px;
}
.our_services .service_box .offer_tag {
  position: absolute;
  border-radius: 0px 24px 0px 12px;
  background: #f00;
  width: 108px;
  height: 32px;
  top: 0px;
  right: 0px;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-manrope);
}
.our_services .button.btn_radius {
  padding: 11px 30px;
  border-radius: 8px;
}
.our_services .overlay_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border-radius: 24px;
  padding: 40px;
}
.our_services .overlay_box h4 {
  color: var(--white-color);
  text-decoration-line: underline;
  margin-bottom: 20px;
  text-decoration-thickness: 1.5px;
}
.our_services .overlay_box p {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.our_services .service_box:hover .overlay_box {
  opacity: 1;
}
.join_us_block {
  background: var(--light-bg-color);
  padding: 80px 0px;
}
.join_us_block .heading_title h2 {
  max-width: 681px;
}
.join_us_block .heading_title .text_box {
  max-width: 620px;
}
.join_us_block .heading_title .text_box p {
  font-family: var(--font-manrope);
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 9px;
}
.join_us_block .col-sm-3 {
  padding: 0 10px;
}
.join_us_block .white_box {
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  padding: 25px;
  height: 100%;
}
.join_us_block .white_box h5 {
  min-height: 40px;
  margin-bottom: 15px;
}
.join_us_block .white_box p {
  font-family: var(--font-manrope);
  font-weight: 500;
  line-height: 30px;
}
.join_us_block .white_box img {
  position: absolute;
  top: -88px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.join_us_block .white_box_wrapper {
  margin-top: 95px;
  border-top: 2px dashed rgba(54, 125, 249, 0.5);
  padding-top: 53px;
}
 
.blog_section .cta_btn {
  padding-right: 180px;
}
 
.connect_form .alert-danger {
  color: #ff0000;
  text-align: left;
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 15px;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  padding: 0;
}
.cta_wrapper .button.white_btn {
  font-weight: 500;
}
.qe_slider.testimonial_reviews .user_profile .text_wrap p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.qe_slider.testimonial_reviews .user_profile .text_wrap h5 {
  font-weight: 700;
}
.qe_slider.testimonial_reviews .user_profile {
  gap: 0px;
}

.lets_talk_section {
  display: none;
}
.menu_wrap .mega-dropdown-menu .dropdown-header {
  font-family: var(--font-manrope);
}
.menu_wrap .mega-dropdown .box-offer-menu h5 {
  font-family: var(--font-manrope);
}

.img_with_text .round_lbl {
  margin: 0;
}

.award_block .slick-prev,
.award_block .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-color: var(--white-color);
  z-index: 1;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0px 4px 20px 0px #00000014;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.award_block .slick-prev:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/new-home/arrow_slider.svg);
  opacity: inherit;
}
.award_block .slick-prev {
  left: -25px;
}
.award_block .slick-next::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../images/new-home/arrow_slider.svg);
  opacity: inherit;
  transform: rotate(180deg);
}
.award_block .slick-next {
  right: -25px;
}
.award_block .slick-prev:hover,
.award_block .slick-next:hover {
  background-color: var(--base-site-color);
  z-index: 1;
}
.award_block .slick-prev:hover:before,
.award_block .slick-next:hover::before {
  -webkit-mask-image: url(../images/new-home/arrow_slider.svg);
  background: var(--white-color);
}
.award_block .award_content_slider {
  padding-top: 50px;
}
.award_block .img_box {
  margin: 0 15px;
}
.award_block .slick-slide img {
  width: 100%;
}
.award_block .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

/* media css */
@media screen and (max-width: 1700px) {
  .home_banner .cta_btn {
    padding-top: 130px;
  }
}

@media screen and (max-width: 1500px) {
  .home_banner .heading_title h1 {
    font-size: 52px;
    line-height: 58px;
    max-width: 700px;
  }
  .home_banner .heading_title p {
    font-size: 21px;
    line-height: 26px;
  }
  .home_banner .cta_btn {
    padding-top: 100px;
  }
  .heading_title h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .our_expertise {
    padding: 60px 0;
  }
  .our_expertise .heading_title {
    margin-bottom: 40px;
  }
  .our_expertise .navigation {
    max-width: 330px;
    flex: 330px;
    padding-top: 50px;
  }
  .our_expertise .experting_logo_slide {
    padding: 50px 0px 50px 50px;
    width: calc(100% - 330px);
    max-width: calc(100% - 330px);
  }
  .img_with_text {
    padding: 110px 0;
  }
  .our_clients_block {
    padding: 70px 0;
  }
  .our_work_block {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .our_services {
    padding: 110px 0;
  }
  .lets_talk_block {
    padding-top: 110px;
  }
  .join_us_block {
    padding: 60px 0px;
  }
  .img_text_wrapper .text_box p {
    font-size: 18px;
  }
  .form_ps textarea.form-control {
    height: 110px;
  }
  .form_ps .form-control {
    height: 46px;
  }
  .booking_cta_block {
    padding: 70px 0;
  }
  .img_text_wrapper .text_block {
    margin-right: 0px;
  }
   
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 1230px;
  }
  .home_banner .cta_btn {
    padding-top: 60px;
  }
  .home_banner_content .logo_slider {
    margin-top: 35px;
  }
  .heading_title h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .our_expertise .heading_title h2 {
    max-width: 550px;
  }
  .img_with_text {
    padding: 90px 0;
  }
  .our_work_block {
    padding-top: 90px;
    padding-bottom: 45px;
  }
  .lets_talk_block {
    padding-top: 90px;
  }
  .our_services {
    padding: 90px 0;
  }
  .home_banner .heading_title h1 {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
    max-width: 384px;
    margin-bottom: 10px;
  }
  .home_banner .heading_title p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .home_banner span {
    font-size: 14px;
  }
  .home_banner .cta_btn .button {
    padding: 10px 17px;
    font-size: 13px;
  }
  .home_banner_content .logo_slider img {
    max-height: 80px;
  }
  .our_expertise {
    padding: 54px 0;
  }
  .our_expertise .heading_title p {
    max-width: 580px;
    line-height: 26px;
    font-size: 17px;
  }
  .join_us_block .white_box_wrapper {
    margin-top: 65px;
  }
  .booking_cta_block {
    padding: 60px 0;
  }
  .img_text_wrapper .text_block {
    max-width: 565px;
  }
  .img_text_wrapper .slider-wrap {
    max-width: 530px;
  }
  .work_slider .img_text_box {
    padding: 0px;
    gap: 30px;
    min-height: 480px;
  }
  .cta_btn .button {
    padding: 16px 22px;
    font-size: 16px;
  }
   
  .our_expertise .navigation .navigation__link {
    margin: 0px 10px 12px 0;
    padding: 6px 0;
  }
  .img_text_wrapper .text_box {
    margin-bottom: 40px;
  }
  .our_expertise .heading_title {
    margin-bottom: 30px;
  }
  .our_expertise .experting_logo_slide {
    padding: 45px 0px 50px 50px;
  }
  .our_expertise .navigation {
    padding-top: 45px;
  }
  .qe_slider.py-100 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .heading_with_btn {
    margin-bottom: 25px;
  }
  .blog_section .blog-inner-box h5 {
    font-size: 17px;
  }
  .img_text_wrapper {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1301px) {
  .cta_wrapper .button.white_btn {
    padding: 19px 30px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1300px) {
  .heading_title h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .our_expertise .heading_title h2 {
    max-width: 460px;
  }
  .our_expertise .navigation {
    max-width: 280px;
    flex: 280px;
    padding-top: 40px;
  }
  .our_expertise .navigation .navigation__link {
    font-size: 18px;
    line-height: 22px;
    margin: 0px 10px 10px 0;
    padding: 6px 0;
  }
  .img_with_text {
    padding: 70px 0;
  }
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .our_expertise .experting_logo_slide {
    padding: 40px 0px 40px 40px;
    width: calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
  .img_text_wrapper .text_box p {
    font-size: 17px;
    line-height: 24px;
  }
  .img_text_wrapper .text_box h4 {
    margin-bottom: 10px;
  }
  .our_clients_block .heading_title {
    margin-bottom: 30px;
  }
  .our_work_block {
    padding-top: 80px;
    padding-bottom: 0;
  }
  /* .our_expertise .navigation .navigation__link.active {
    border-left: 4px solid var(--base-site-color);
    padding-left: 15px;
  } */
  .img_text_wrapper .slider-wrap {
    max-width: 520px;
  }
  .our_work_block .text_box {
    max-width: 540px;
  }
  .img_text_wrapper .text_box {
    padding-left: 15px;
    margin-bottom: 32px;
  }
  .work_slider .img_text_box {
    padding: 0px;
    margin-right: 30px;
    min-height: 450px;
  }
  .join_us_block .white_box h5 {
    min-height: 52px;
    margin-bottom: 8px;
    line-height: 26px;
  }
  .join_us_block .white_box p {
    line-height: 24px;
    font-size: 15px;
  }
  .form_ps .form-control {
    height: 40px;
    padding: 8px 12px;
    font-size: 15px;
  }
  .lets_talk_block {
    padding-top: 70px;
  }
  .join_us_block {
    padding: 45px 0px;
  }
  .cta_btn .button.outline_btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 18px;
  }
  .work_slider .text_wrap h5 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .form_ps textarea.form-control {
    height: 90px;
  }
 
  
  .our_services {
    padding: 60px 0;
  }
  .img_text_wrapper .text_block {
    max-width: 530px;
  }
  .our_services .service_box {
    padding: 50px;
  }
   
  .img_text_wrapper .text_box {
    margin-bottom: 30px;
  }
  .qe_slider.py-100 {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .blog_section .blog-inner-box h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .home_banner .heading_title h1 {
    font-size: 38px;
    line-height: 44px;
    padding-top: 0;
    max-width: 510px;
    margin-bottom: 15px;
  }
  .heading_title h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .our_expertise .heading_title h2 {
    max-width: 415px;
  }
  .our_expertise .heading_title p {
    max-width: 540px;
    line-height: 24px;
    font-size: 16px;
  }
  .our_expertise .navigation {
    max-width: 250px;
    flex: 250px;
    padding-top: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .our_expertise .experting_logo_slide {
    padding: 30px 0px 30px 30px;
    width: calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
  .our_expertise .experting_logo_slide h4 {
    line-height: 22px;
    margin-bottom: 26px;
  }
  .our_expertise {
    padding: 45px 0;
  }
  .img_with_text,
  .our_clients_block {
    padding: 50px 0;
  }
  .our_work_block {
    padding-top: 50px;
  }
  .our_services {
    padding: 50px 0;
  }
  .our_services .service_box {
    padding: 60px 40px;
  }
  .join_us_block .heading_title .text_box p {
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 7px;
    max-width: 520px;
  }
  .booking_cta_block {
    padding: 50px 0;
  }
  .our_expertise .logo_wrapper {
    gap: 20px;
  }
 
  .our_services .service_box {
    margin: 0px;
  }
  .work_slider .img_text_box {
    padding: 0px;
    min-height: 350px;
  }
  .award_block .slick-prev {
    left: 0px;
  }
  .award_block .slick-next {
    right: 0px;
  }
   
}

@media screen and (max-width: 991px) {
  .our_work_block .text_box {
    padding: 0;
  }
  .home_banner .heading_title h1 {
    font-size: 32px;
    line-height: 38px;
    max-width: 420px;
  }
  .home_banner .heading_title p {
    font-size: 17px;
    line-height: 22px;
    max-width: 500px;
  }
  .home_banner .cta_btn {
    padding-top: 80px;
  }
  .cta_btn .button {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .our_expertise {
    padding: 40px 0;
  }
  .our_expertise .heading_title h2,
  .our_expertise .heading_title p,
  .img_text_wrapper .slider-wrap,
  .our_work_block .text_box,
  .join_us_block .heading_title .text_box,
  .join_us_block .heading_title .text_box p {
    max-width: 100%;
  }
  .heading_title h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .our_expertise .navigation {
    max-width: 100%;
    flex: 100%;
    padding-top: 15px;
  }
  .our_expertise .navigation .navigation__link {
    font-size: 17px;
    line-height: 20px;
    margin: 7px 10px 14px 0;
  }
  .our_expertise .experting_logo_slide {
    padding: 25px 10px 25px 20px;
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
  }
  .img_with_text,
  .our_clients_block {
    padding: 40px 0;
  }
  .our_expertise .platform_experts_slide {
    flex-direction: column;
  }
  .our_work_block {
    padding-top: 40px;
  }
  .work_slider {
    padding: 60px 0 40px;
  }
  .our_work_block .heading_title h2 br {
    display: none;
  }
  .our_work_block .text_box p {
    line-height: 24px;
    margin-bottom: 22px;
    margin-top: 7px;
  }
  .work_slider .slick-track {
    margin-left: 0px;
  }
  .white_box_wrapper .row {
    row-gap: 120px;
  }
  .white_box_wrapper .row .col-lg-3:nth-child(3):before {
    content: "";
    position: absolute;
    width: 190%;
    top: -50px;
    left: 15px;
    right: 15px;
    height: 1.5px;
    background: repeating-linear-gradient(
      to right,
      transparent,
      transparent 4px,
      #367df980 0px,
      #367df980 10px
    );
  }
  .booking_cta_block {
    padding: 40px 0;
  }
  .lets_talk_block {
    padding-top: 40px;
  }
  .our_services .heading_title h2 br {
    display: none;
  }
  .home_banner_content .heading_title {
    flex-direction: column;
  }
  
}

@media screen and (min-width: 768px) {
  .collapse_heading .caret {
    display: none;
  }
  .our_expertise .navigation .navigation__link.active {
    border-left: 5px solid var(--base-site-color);
    padding-left: 20px;
    color: var(--base-site-color);
  }
  .migration_block_design .col_p {
    max-width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .join_us_block .white_box_wrapper {
    margin-top: 0;
  }
  .join_us_block .white_box .collapse_heading.open h5 {
    color: #367DF9;
  }
  .collapse_heading.open .caret {
    color: #367DF9;
  }
  .join_us_block .white_box {
    padding: 14px 20px;
    border: 1px solid transparent;
  }
  .white_box:has(.collapse_heading.open) {
    border-color: #367DF9;
  }
  .collapse_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .collapse_heading .caret {
    font-size: 20px;
    line-height: 1;
    transition: all ease 0.5s;
  }
  .collapse_heading.open .caret {
    transform: rotate(180deg);
  }
  .collapse_heading .caret::after {
    margin: 0;
  }

  .join_us_block .collapse_content {
    margin-top: 15px;
    display: none;
  }
  .join_us_block .white_box h5 {
    margin: 0;
  }
  .join_us_block .white_box p {
    line-height: 1.6;
    font-size: 14px;
  }
  .white_box_wrapper .row {
    row-gap: 15px;
  }
  .join_us_block .white_box img {
    display: none;
  }
  .our_work_block .text_box {
    /* padding: 0 15px 15px 15px; */
  }
  .work_slider .img_box {
    padding: 15px 15px 0px 15px;
  }
  .work_slider .text_wrap {
    padding: 0 15px 15px 15px;
  }
  .our_expertise .experting_logo_slide h4 {
    display: none;
  }
  .our_expertise .navigation .navigation__link {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    border: 1px solid #50576633;
    border-radius: 120px;
    padding: 7px 15px;
    text-align: center;
    color: #505766CC;
    width: auto;
    display: inline-block;
  }
  .our_expertise .navigation .navigation__link.active {
    border-color: var(--base-site-color);
    background: var(--base-site-color);
    color: #fff;
  }
  .our_expertise .navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .our_expertise .platform_experts_slide {
    border: 0;
  }
  .our_expertise {
    overflow: hidden;
  }
  .our_expertise .logo_wrapper_slider .slick-list {
    overflow: visible;
  }
  .our_expertise .experting_logo_slide {
    border: 0;
    padding: 25px 10px 25px 0px;
    margin-top: 0;
  }
  .arrow_animate {
    margin: 40px 0 40px 20px;
    top: 0;
  }
  .home_banner video {
    height: auto;
    min-height: 600px;
  }
  .img_text_wrapper .text_block {
    max-width: 100%;
    margin-top: 35px;
  }
  .img_text_wrapper {
    margin-top: 15px;
  }
  .our_expertise .logo_wrapper {
    gap: 25px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .join_us_block {
    overflow: hidden;
  }
  .our_services .service_box {
    padding: 50px 40px;
  }
  .home_banner .heading_title h1 {
    font-size: 28px;
    line-height: 1.36;
    max-width: 355px;
    letter-spacing: -0.42px;
  }
  .home_banner .heading_title p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    letter-spacing: 0.14px;
  }
  .home_banner .cta_btn {
    padding-top: 40px;
    gap: 15px;
    align-items: baseline;
    flex-direction: column;
  }
  .home_banner span {
    font-size: 14px;
  }
  .home_banner .cta_btn .button {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 30px;
    font-weight: 700;
  }
  .heading_title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .blog_section .cta_btn {
    padding-right: 50px;
  }
  
  .lets_talk_block .cta_btn .grecaptcha-badge {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .home_banner video {
    min-height: 566px;
  }
  .home_banner span {
    text-align: center;
  }
  .home_banner span,
  .home_banner .cta_btn .button {
    width: 100%;
  }
  .white_box_wrapper .row .col-lg-3:nth-child(3):before {
    display: none;
  }
  .join_us_block .white_box_wrapper {
    border-top: 0px;
  }
  .our_services .overlay_box p {
    line-height: 24px;
    margin-bottom: 20px;
  }

  .heading_title h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .work_slider {
    padding: 50px 0 40px;
  }
  .white_box_wrapper .row {
    /* row-gap: 105px; */
  }
  .our_services .service_box {
    padding: 30px;
    margin: 0px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .blog_section .heading_title .cta_btn {
    margin-top: 15px;
  }
  .cta_btn .button {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .our_clients_block .img_box {
    padding: 0;
  }
  .qe_slider .review_wrap,
  .qe_slider .heading_with_btn {
    margin-bottom: 0px;
  }
  .qe_slider.testimonial_reviews {
    padding-bottom: 25px;
  }
  .our_services .overlay_box {
    padding: 30px;
  }
  .join_us_block .white_box h5 {
    min-height: auto;
  }
  .our_clients_block .img_box img {
    min-height: 85px;
    max-width: 100%;
  }
  .work_slider .img_text_box {
    padding: 0px;
    margin: 0 15px;
    min-height: 380px;
  }
  .cta_wrapper .text_box h3:after {
    display: none;
  }
   
}

@media screen and (max-width: 400px) {
  .home_banner_content .logo_slider {
    margin-top: 25px;
  }
}
