.london-tech,
.modal-backdrop {
  display: none !important;
}
/* header */
.site-header {
  background: transparent;
  /* border-color: rgba(130, 130, 130, .17); */
  border: none;
}
.top-header,
.site-header.smaller {
  background: linear-gradient(90deg, #344abf 0%, #6578dc 100%);
}
.site-header.smaller .top-header {
  background: rgba(255, 255, 255, 0.1);
}
.site-header .nav-menu .nav-link {
  color: #3a3838;
}
.site-header.smaller .nav-menu .nav-link {
  color: #fff;
}
.site-header .navbar .header-btn {
  background-color: #2d347f;
  color: #fff;
}
.site-header.smaller .navbar .header-btn {
  background: #fff;
  color: #4836ff;
}
.site-header.smaller .navbar .header-btn:hover {
  color: #fff;
}
.site-content {
  margin-top: 51px;
}
.logo_resource2 {
  display: none;
}
.smaller .logo_resource1 {
  display: none;
}
.smaller .logo_resource2 {
  display: block;
}

/* MWC Banner */
.p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mwc-banner {
  padding-top: 170px;
  padding-bottom: 62px;
}
.mwc-banner h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  color: #ee7455;
  padding-right: 50px;
  margin-bottom: 16px;
}
.mwc-banner h1 span.inner-title {
  font-weight: 500;
  text-transform: math-auto;
  color: #242424;
  display: inline;
}
.mwc-banner p {
  color: #242424;
}
.mwc-banner p span.inner-title {
  color: #ee7455;
  display: inline;
}
.booth-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.blue-gradient {
  background: linear-gradient(186deg, #2e3280 0%, #004ace 100%);
  color: #fff;
  transition: 0.4s;
}
.blue-gradient:hover {
  background: linear-gradient(186deg, #004ace 0%, #2e3280 100%);
  color: #fff;
  transition: 0.4s;
}
.gradient-btn {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 12px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.booth-wrapper .booth-detail {
  border-radius: 5px;
  padding: 4px 11px;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
}
.booth-wrapper span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #ee7455;
}
.mwc-banner .location-label {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #242424;
  margin-bottom: 12px;
}
.mwc-banner .location-label span {
  font-weight: 400;
  display: inline;
}
.mwc-banner .btn-wrapper {
  margin-top: 20px;
}
.event-detail {
  padding-left: 10px;
  border-left: 1px solid #ee7455;
  margin-top: 24px;
  margin-bottom: 30px;
}
.event-detail p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}
.event-detail p.heading-five {
  color: #ee7455;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: none;
}
p.grey-text {
  color: #666;
}

/* End MWC Banner */

/* Location Box */
.mwc-sec-title {
  color: #242424;
  letter-spacing: 0.84px;
}
.mwc-blue-title {
  color: #004ace;
}
.location-box-row {
  margin-top: 40px;
}
.location-box-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-box-row .location-box {
  width: auto;
  position: relative;
}
.location-box-row .location-box .vc_column-inner > .wpb_wrapper {
  position: relative;
}
.location-box-row
  .location-box:first-child
  .vc_column-inner
  > .wpb_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(43 66 190 / 80%);
}
.location-box-row
  .location-box:nth-child(2)
  .vc_column-inner
  > .wpb_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(66 89 216 / 88%);
}
.location-box-row
  .location-box:nth-child(3)
  .vc_column-inner
  > .wpb_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(111 131 241 / 89%);
}
.location-box > .vc_column-inner {
  padding: 0 !important;
}
.location-box .wpb_single_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.location-content h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.6px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.location-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.location-content .white-btn {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #fff;
  color: #004ace;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 0;
  transition: 0.4s;
}
.location-content .white-btn:before {
  display: none;
}
.location-content .white-btn:hover {
  background: #e77354;
  color: #fff;
  transition: 0.4s;
}
/* End Location Box */

/* Service Box */
.service-sec {
  margin-bottom: -30px !important;
}
.service-box-row {
  margin-top: 40px;
}
.service-box {
  margin-bottom: 36px;
}
.service-box .vc_column-inner > .wpb_wrapper {
  border-radius: 8px;
  background: #f5f7fd;
  padding: 32px 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 214px;
}
.service-box .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 24px !important;
}
.service-box .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-box .vc_column-inner > .wpb_wrapper .wpb_text_column a {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
  min-height: 54px;
  transition: 0.4s;
}
.service-box.contact-box .vc_column-inner > .wpb_wrapper {
  background: #004ace;
}
.service-box .vc_column-inner > .wpb_wrapper .wpb_text_column a:hover {
  color: #ee7455;
  transition: 0.4s;
}
.service-box.contact-box .vc_column-inner > .wpb_wrapper .wpb_text_column a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.48px;
}
/* End Service Box */

/* Our Solution */
.solution-wrapper.slick-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.solution-slider-image,
.solution-slider-content {
  width: 50%;
}
.solution-slider-image {
  border-radius: 16px;
  background: #064b75;
  padding: 47px 33px;
}
.solution-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-slider-content {
  position: relative;
}

.our-solution-content h3 {
  margin-top: 40px;
  letter-spacing: 0.64px;
}
.solution-slider-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solution-slider-content .btn-wrapper {
  margin-top: 20px;
}
.solution__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 104px;
  margin-top: 42px;
  position: absolute;
  bottom: 78px;
  left: 140px;
  right: 0;
  margin: 0 auto;
}
.solution__arrows .slick-arrow,
.awards-recognition__arrows .slick-arrow,
.client-testimonial-sec .testimonial__arrows .slick-arrow {
  border: 1px solid rgb(102 102 102 / 60%);
  flex-shrink: 0;
}
.client-testimonial-sec .testimonial__arrows .slick-arrow {
  gap: 16px;
}
.solution__arrows .slick-arrow svg path,
.awards-recognition__arrows .slick-arrow svg path,
.client-testimonial-sec .testimonial__arrows .slick-arrow svg path {
  stroke: rgb(102 102 102 / 60%);
}
.solution__arrows .slick-arrow:hover,
.awards-recognition__arrows .slick-arrow:hover,
.client-testimonial-sec .testimonial__arrows .slick-arrow:hover {
  border-color: #004ace;
}
.solution__arrows .slick-arrow:hover svg path,
.awards-recognition__arrows .slick-arrow:hover svg path,
.client-testimonial-sec .testimonial__arrows .slick-arrow:hover svg path {
  stroke: #004ace;
}
/* Our Solution */

/* Our Leaders */
.leader-sec {
  padding-bottom: 100px;
}
.leaders-box-row {
  margin-top: 40px;
}
.leaders-box .vc_column-inner > .wpb_wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.leaders-box .vc_column-inner > .wpb_wrapper .vc_figure,
.leaders-box .vc_column-inner > .wpb_wrapper .vc_single_image-wrapper {
  display: block;
}
.leaders-box .vc_column-inner > .wpb_wrapper .wpb_single_image {
  overflow: hidden;
}
.leaders-box .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.leaders-content {
  background-color: #004ace;
  padding: 24px;
  min-height: 138px;
}
.leaders-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
  margin-bottom: 6px;
}
.leaders-content p {
  color: #fff;
  letter-spacing: 0.32px;
}
.leaders-box .vc_column-inner > .wpb_wrapper:hover .wpb_single_image img {
  transform: scale(1.1);
  transition: 0.4s;
}
/* End Our Leaders */

/* Testimonials */
.client-testimonial-sec .testimonial-sec .testimonial-slider p {
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.36px;
}
.client-testimonial-sec .testimonial-footer .client-details p {
  color: #004ace;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.36px;
  margin-bottom: 8px;
}
.client-testimonial-sec .testimonial-footer .client-details h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.6px;
}
/* End Testimonials */

/* Solution Counter */
.solution-counter-box-row {
  margin-top: 40px;
}
.solution-counter-box .vc_column-inner > .wpb_wrapper {
  border-radius: 16px;
  background: #f5f7fd;
  padding: 44px 60px;
  min-height: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-counter-box .percentage-box {
  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0.84px;
  color: #ee7455;
  text-align: center;
  margin-bottom: 24px;
}
.solution-counter-box h4 {
  font-weight: 400;
  text-align: center;
}
/* End Solution Counter */

/* Awards & Recognition */
.awards-sec p.awards-content {
  max-width: 875px;
  margin: 0 auto 40px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
  text-align: center;
}
.awards-recognition-box {
  border-radius: 16px;
  background: #fff;
  padding: 42px 46px;
  /* width: 270px; */
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-recognition-sec {
  position: relative;
}
.awards-recognition-slider {
  position: relative;
}
.awards-recognition__arrows .new__arrow_dir_left,
.awards-recognition__arrows .new__arrow_dir_right {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(90deg);
}
.awards-recognition__arrows .new__arrow_dir_left {
  transform: translateY(-50%) rotate(-90deg);
}
.awards-recognition__arrows .new__arrow_dir_right {
  left: inherit;
  right: 25px;
}
.client-testimonial-sec {
  overflow: hidden;
}
.client-testimonial-sec .testimonial-sec {
  padding-left: 12px;
  padding-right: 12px;
}
.awards-recognition-slider .slick-slide {
  padding: 0 30px;
}
/* Awards & Recognition */



/* =================
    MEDIA QUERY
====================*/
@media (max-width: 1400px) {
  .service-box .vc_column-inner > .wpb_wrapper {
    padding: 22px 16px;
  }
  .solution-wrapper.slick-slide {
    align-items: flex-start;
  }
  .solution-slider-content {
    padding-top: 55px;
  }
  .our-solution-content h3 {
    margin-top: 20px;
  }
  .solution__arrows {
    bottom: 98px;
  }
}
@media (max-width: 1200px) {
  .site-content {
    margin-top: 0;
  }
  /* MWC Banner */
  .mwc-banner {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .mwc-banner h1 {
    font-size: 46px;
    line-height: 55px;
    padding-right: 0;
  }
  .booth-wrapper {
    margin-top: 30px;
  }
  .mwc-banner .btn-wrapper {
    margin-top: 40px;
  }
  /* End MWC Banner */

  /* Location Box */
  .location-sec {
    padding-bottom: 80px !important;
  }
  .location-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .location-content p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .location-content .white-btn {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  /* End Location Box */

  /* Service Box */
  .our-solution-sec,
  .counter-sec {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .service-box .vc_column-inner > .wpb_wrapper .wpb_text_column a {
    font-size: 16px;
    line-height: 24px;
  }
  .service-box .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    min-height: 200px;
  }
  /* End Service Box */

  /* Our Leaders */
  .leader-sec {
    padding-bottom: 80px !important;
  }
  .leaders-content {
    padding: 20px;
    min-height: 128px;
  }
  .leaders-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  /* End Our Leaders */

  /* Our Solution Slider */
  .solution-slider-content {
    padding-top: 45px;
  }
  .solution__arrows {
    bottom: 68px;
  }
  .solution-slider-image {
    padding: 40px 30px;
  }
  /* End Our Solution Slider */

  /* Solution Counter */
  .solution-counter-box .vc_column-inner > .wpb_wrapper {
    padding: 34px 50px;
    min-height: 200px;
  }
  .solution-counter-box .percentage-box {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  /* End Solution Counter */

  .awards-recognition-box {
    padding: 38px 40px;
  }
}
@media (max-width: 991px) {
  /* MWC Banner */
  .mwc-banner {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .mwc-banner h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .booth-wrapper {
    margin-top: 20px;
  }
  .mwc-banner .btn-wrapper {
    margin-top: 30px;
  }
  .gradient-btn {
    padding: 12px 18px;
  }
  /* End MWC Banner */

  /* Location Box */
  .location-sec {
    padding-bottom: 60px !important;
  }
  .location-content h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .location-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .location-content .white-btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .location-box-row {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .location-box-row .location-box {
    width: 50%;
    position: relative;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .location-box-row
    .location-box
    .vc_column-inner
    > .wpb_wrapper
    .wpb_single_image
    .vc_figure,
  .location-box-row
    .location-box
    .vc_column-inner
    > .wpb_wrapper
    .vc_single_image-wrapper {
    display: block;
  }
  /* End Location Box */

  /* Service Box */
  .service-sec {
    margin-bottom: -20px !important;
  }
  .service-box-row {
    margin-top: 30px;
  }
  .service-box {
    margin-bottom: 20px;
  }
  /* End Service Box */

  /* Our Leaders */
  .leader-sec {
    padding-bottom: 60px !important;
  }
  .leaders-box {
    margin-bottom: 20px;
  }
  .leaders-content {
    padding: 16px;
    min-height: 100px;
  }
  .leaders-content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  /* End Our Leaders */

  .our-solution-sec,
  .counter-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .our-solution-content h3 {
    margin-top: 30px;
  }
  /* Solution Counter */
  .solution-box .vc_column-inner > .wpb_wrapper {
    padding: 40px 25px;
  }
  .solution-counter-box {
    margin-bottom: 20px;
  }
  .solution-counter-box .vc_column-inner > .wpb_wrapper {
    padding: 30px;
    min-height: 180px;
  }
  .solution-counter-box .percentage-box {
    font-size: 30px;
    line-height: 40px;
  }
  .solution__arrows {
    margin-top: 32px;
  }
  /* End Solution Counter */

  .solution-slider-content {
    padding-top: 25px;
  }
  .our-solution-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .solution-slider-content p {
    margin-bottom: 10px;
  }
  .solution-slider-content .btn-wrapper {
    margin-top: 10px;
  }
  .solution__arrows {
    margin-top: 0;
    bottom: 20px;
  }
  .solution-slider-image {
    padding: 30px;
  }
  .box-button a {
    padding: 9px 24px;
  }
  .smaller .burger1,
  .burger2 {
    display: none;
  }
  .smaller .burger2 {
    display: block;
  }
}
@media (max-width: 767px) {
  /* MWC Banner */
  .mwc-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .mwc-banner h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .booth-wrapper {
    margin-top: 15px;
  }
  .mwc-banner .btn-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .gradient-btn {
    padding: 12px 16px;
    font-size: 14px;
  }
  .mwc-banner
    .vc_row.vc_row-o-content-middle
    > .vc_column_container
    > .vc_column-inner {
    padding: 0 !important;
  }
  /* End MWC Banner */

  /* Location Box */
  .location-sec {
    padding-bottom: 40px !important;
  }
  .location-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .location-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .location-content .white-btn {
    padding: 10px 14px;
  }
  /* End Location Box */

  /* Solution Counter */
  .leader-sec {
    padding-bottom: 40px !important;
  }
  .leaders-box:last-child {
    margin-bottom: 0;
  }
  .our-solution-sec,
  .counter-sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .service-box-row,
  .location-box-row,
  .leaders-box-row,
  .solution-counter-box-row {
    margin-top: 20px;
  }
  .service-sec {
    margin-bottom: 0 !important;
  }
  .service-box:last-child {
    margin-bottom: 0;
  }
  .solution-counter-box .percentage-box {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .solution-box .vc_column-inner > .wpb_wrapper {
    padding: 25px;
    margin-bottom: 20px;
  }
  .solution-counter-box .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    min-height: 150px;
  }
  /* End Solution Counter */
  .solution-wrapper.slick-slide {
    flex-direction: column;
  }
  .solution-slider-image,
  .solution-slider-content {
    width: 100%;
  }
  .solution__arrows {
    margin: 20px 0 0 0;
    position: static;
  }
  .solution-slider-content {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  /* Location Box */
  .location-box-row .location-box {
    width: 100%;
    padding: 0;
  }
  .location-box-row .location-box:last-child {
    margin-bottom: 0;
  }
  /* End Location Box */
}
@media (max-width: 480px) {
  .resource-banner .wpb_single_image img,
  .process-img .wpb_single_image img,
  .faq .wpb_single_image img {
    max-width: 280px;
  }
}
