	@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  color: #797979;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

h1,
.h1 {
  color: #0f1b24;
  font-weight: 700;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: -1px;
}

h2,
.h2 {
  color: #0f1b24;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
}

h3,
.h3 {
  color: #0f1b24;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -1px;
}

h4,
.h4 {
  color: #0f1b24;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -1px;
}

h5,
.h5 {
  color: #0f1b24;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;
}

h6,
.h6 {
  color: #0f1b24;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
}

img {
  max-width: 100%;
}

.header-main.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
  background: #fff;
}
.header-main {
  background: rgb(31 43 52);
  /*padding: 20px 0;*/
}
.header .bp_navbar_ul_menu {
  justify-content: end;
}
.sub-header {
  background: rgb(241 248 252);
  padding: 10px 0;
}
.sub-header .sub-contact i {
  color: #2b8fce;
  margin-right: 5px;
}
.sub-header .sub-contact li {
  font-size: 15px;
  color: #14212a;
  padding-right: 30px;
  position: relative;
}
.sub-header .sub-contact li:not(:last-child):before {
  content: "";
  border-right: 1px solid #cdcdcd;
  position: absolute;
  height: 15px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.sub-header .social a {
  font-size: 16px;
  width: 50px;
  border-left: dashed 1px #2b8fce;
  display: flex;
  border-color: #2b8fce;
  border-radius: 50%;
  height: 55px;
  align-items: center;
  justify-content: center;
  color: #000;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.header-main.sticky .navbar-nav li a,
.header-main.sticky .header-contact a,
.header-main.sticky .search-button i {
  color: black;
}
.header .navbar-nav li a {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 !important;
}
.header .header-logo img {
  width: 110px;
}
.header #navbarsMenu {
  justify-content: end;
}
.header-contact a {
  color: #ffffff;
  font-size: 18px;
}
.header-contact a i {
  font-size: 17px;
  margin-right: 10px;
}
.search-button i {
  font-size: 18px;
  color: #fff;
}
.touch-contact a {
  padding: 18px 30px 17px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  border-radius: 0;
  background: #2b8fce;
  color: #ffffff;
}
.right-header {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
}
.pull-right {
  padding-right: 0;
}
.overlay {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.about-sidebar .tranzkart-toggle.active > span {
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.about-sidebar .tranzkart-toggle.active > span:first-child {
  transform: rotate(45deg) translateY(7px);
  margin-bottom: 0;
}
.about-sidebar .tranzkart-toggle.active > span:nth-child(2) {
  opacity: 0;
}
.about-sidebar .tranzkart-toggle.active > span:last-child {
  transform: rotate(-45deg) translateY(-7px);
  margin-bottom: 0;
}
.search-header {
  position: fixed;
  top: -50%;
  left: 50%;

  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.header #dv_search {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
}

.header #dv_search .input-group-btn:nth-child(3) {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header #submit_seach {
  background: transparent;
  border: none;
  font-size: 20px;
}
.header #dv_search input:nth-child(2) {
  background: transparent;
  padding: 0.8em 80px 0.8em 0;
  font-size: 20px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #2b8fce;
  width: 100%;
  max-width: 800px;
  color: #fff;
}
.header #dv_search input:nth-child(2)::placeholder {
  font-size: 20px;
  color: #ffffff;
}
.header #dv_search input:nth-child(2):focus {
  box-shadow: none;
}
.search-button {
    cursor: pointer;
}
.header .about-sidebar {
  background-image: url("/files_upload/menu-secondary-bg.png");
  background-color: #0f1b24;
  padding: 43px 35px;
  position: static;
  min-height: 116px;
}
.header .secondary-toggle-wrapper {
  background: transparent;
  border: none;
}
.header .tranzkart-toggle > span {
  border-bottom: solid 2px #7fc241;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 8px;
  transition: all ease 0.35s;
}
.header .tranzkart-toggle {
  display: block;
  /*margin-top: 39px;*/
  /*margin-left: 3px;*/
}

   .language-switcher {
              display: flex;
              gap: 20px;
              justify-content: flex-end;
          }

          .lang-btn {
              display: flex;
              align-items: center;
              gap: 10px;
              padding: 12px 24px;
              border: 2px solid transparent;
              border-radius: 15px;
              cursor: pointer;
              transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
              background: white;
              text-decoration: none;
              color: #333;
              position: relative;
              overflow: hidden;
              box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          }

          .lang-btn:hover:not(.active) {
              border-color: #007bff;
              transform: translateY(-5px) scale(1.05);
              box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
          }

          .lang-btn:hover:not(.active)::before {
              transform: translateY(0);
          }

          .lang-btn::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05));
              transform: translateY(100%);
              transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
              z-index: -1;
          }

          .lang-btn.active {
              background: #f8f9fa;
              border-color: #dee2e6;
              cursor: default;
              opacity: 0.8;
              pointer-events: none;
              transform: scale(0.95);
          }

          .flag-img {
              width: 30px;
              height: 20px;
              object-fit: cover;
              border-radius: 4px;
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
              transition: transform 0.3s ease;
          }

          .lang-btn:hover:not(.active) .flag-img {
              transform: rotate(5deg) scale(1.1);
          }

          .lang-text {
              position: relative;
              transition: all 0.3s ease;
          }

          .lang-btn:hover:not(.active) .lang-text {
              transform: translateX(5px);
          }
.about-sidebar .tranzkart-toggle > span:first-child {
  width: 25px;
}
.secondary-bar-inner {
  position: fixed;
  right: -450px;
  width: 450px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #0f1b24;
  transition: all 0.35s ease-in-out 0.35s;
  padding: 60px 50px 40px 50px;
  z-index: 999999;
  box-shadow: 0 0 9px -1px rgb(255 255 255 / 2%);
}
.secondary-bar-wrapper.active .secondary-bar-inner {
  right: 0;
  top: 0;
}
.secondary-bar-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgb(15 27 36 / 93%);
  z-index: 100;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
}
.secondary-bar-wrapper.active {
  left: 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  backdrop-filter: blur(6px);
}
.text-widget-content img {
  margin: 0;
  max-width: 140px;
}
.widget.text-widget-content {
  margin-bottom: 20px;
  color: #bfbfbf;
}

.widget .widget-title {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  letter-spacing: -0.3px;
  color: #e3e3e3;
}
.widget .widget-title:before {
  content: "";
  height: 4px;
  width: 50px;
  border-radius: 0;
  position: absolute;
  left: 3px;
  bottom: 0;
  transform: skewX(-43deg);
  background-color: #2b8fce;
}
.contact-widget-info > p {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.contact-widget-info p span.fa-solid,
.contact-widget-info p span.fa-regular {
  font-size: 20px;
  color: #2b8fce;
}
.secondary-bar-inner .contact-widget-info p span:last-child {
  padding-left: 15px;
  color: #bfbfbf;
}
.contact-widget-info p:before {
  content: "";
  border-bottom: dashed 1px #374148;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 98%;
  margin: auto;
}
.secondary-bar-inner .contact-widget-info p a {
  color: #bfbfbf;
}

.secondary-bar-inner button.secondary-menu-toggle {
  position: absolute;
  right: 12px;
  top: 8px;
  height: 31px;
  background: transparent;
  border: none;
}
.secondary-bar-inner button.secondary-menu-toggle span {
  display: none;
}
.secondary-bar-inner button.secondary-menu-toggle:before {
  content: "\f64d";
  font-family: "bootstrap-icons";
  background: transparent;
  line-height: 50px;
  color: #fff;
  font-size: 23px;
  font-weight: 100;
  transition: all 0.3s;
  opacity: 1;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: 12px;
  z-index: 1;
}
.secondary-bar-inner button.secondary-menu-toggle:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 12px;
  border-radius: 50%;
  border-right: dashed #fff;
  z-index: 0;
  transform: rotate(0deg);
  transition: all 0.3s;
  background-color: #2b8fce;
}
.secondary-bar-inner button.secondary-menu-toggle:hover:after {
  background-color: #263036;
  transform: rotate(180deg);
  transition: all 0.3s;
}

/*Slide Home*/
.text_slide {
  top: 5%;
  left: 5%;
  right: 0%;
  bottom: unset;
}

.slide .swiper-slide {
  background: #0e1b25;
}
.bp_slide_title_note {
  padding: 100px;
  position: relative;
}
.text-banner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.navbar-toggler {
    border-radius: 0 ;
}
.circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
}
.circle img:first-child {
  height: 100% !important;
  width: 100% !important;
  animation: rotate360 20s linear infinite;
}
.circle img:last-child {
  position: absolute;

  top: 50%;
  width: 200px !important;
  height: 194px !important;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate360centered 15s linear infinite;
}

.slide-title h2 {
  text-transform: uppercase;
  touch-action: manipulation;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
  text-align: left;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 17px;
  backdrop-filter: none;
  filter: none;
}
.swiper-slide .slide-title img {
  width: auto;
  height: auto;
  animation: move-sideways 7s ease-in-out infinite;
}
.slide-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.text-banner h3 {
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  max-width: 650px;
  text-align: left;
  line-height: 110px;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 76px;
}

.more-btn {
  margin-top: 30px;
  border: none;
  background-color: #2b8fce;
  color: white;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
  width: 200px;
  height: 60px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.more-btn i {
  font-size: 12px;
}
.more-btn a {
  color: white;
}
.more-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgb(44 55 64);
}
.btn2:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.25s linear;
}
.btn2:hover:before {
  width: 100%;
}
.btn2:hover a {
  color: white;
}
.plane-right {
  position: absolute;
  top: 10%;
  right: 0;
}
.plane-right img {
  animation: move-vertical-centered 6s ease-in-out infinite;
  height: auto !important;
  width: 89px !important;
}

.swiper-slide .img-right img:first-child {
  max-width: 640px;
  height: auto !important;
  border-radius: 50%;
}
.img-right {
  position: relative;
}
.ima__slide-second {
  left: -20%;
  top: 50%;
  position: absolute;
  overflow: hidden;
  border-color: #2b8fce;
  border-style: solid;
  border-width: 0px 0px 15px;
  border-radius: 50%;
  width: 358px;
  height: 358px;
}
.bp_news_info {
  display: none;
}
.services .cls_img_hot_news img,
.bp_img_news img {
  height: 437px;
  object-fit: cover;
  object-position: center;
}
.services .bp_block_item .row {
  margin: 0;
}
.services .bp_block_item {
  position: relative;
}
.services .icon-services img {
  width: 50px;
  height: auto;
}
.services .cls_img_hot_news {
  position: relative;
}
.services .services-title {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: 20px;
  right: 20px;
  border-top: dashed 1px #2b8fce;
  display: block;
  transform: scaleY(1);
  padding: 63px 30px 24px 30px;
  background: #fff;
}
.services .icon-services {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, white 0%, #f3f3f3 100%);
  z-index: 0;
  border-top: dashed 1px #2b8fce;
}
.services .news_title {
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 1px;
}
.services .news_title a {
  color: #0f1b24;
}

.services .cls_content_hot_news,
.services .bp_content_news {
  top: 30%;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transform: scale(1, 0);
  transform-origin: bottom center;
  transition: transform 500ms ease;
  position: absolute;
  padding: 40px 30px 24px 30px;
  background: #fff;
  opacity: 0;
  width: 90%;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.services .bp_block_item:hover .cls_content_hot_news,
.services .bp_block_item:hover .bp_content_news {
  transform: scale(1, 1);
  transition: transform 500ms ease;
  opacity: 1;
}
.services .bp_news_sub {
  margin-bottom: 20px;
}
.services .bp_news_more {
  color: #ffffff;
  background-color: #0f1b24;
  border-radius: 0px 0px 0px 0px;
  padding: 14px 22px 12px 22px;
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services .services-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.services .section-title {
  color: #111e21;
  margin: 0px 0px 0px 0px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 520px;
  margin-top: 10px;
}
.services .subtitle-dots {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #2b8fce;
}

.elementor-divider {
  padding-top: 30px;
  padding-bottom: 30px;
}
.elementor-divider-separator {
  position: relative;
  border-top: 2px solid #2b8fce;
  background-size: 20px 100%;
  background-repeat: round;
  width: 90px;
  display: flex;
  margin: 0;
  direction: ltr;
  min-height: 5px;
}
span.elementor-divider-separator:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  border-bottom: solid #fff 2px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
span.elementor-divider-separator:after,
span.elementor-divider-separator:before {
  animation: heading-move 7s infinite linear;
}
span.elementor-divider-separator:after {
  content: "❯❯";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 17px;
  letter-spacing: -1px;
  height: 20px;
  width: 26px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  color: #2b8fce;
}

/*Breadcrumb*/

.tranzkart-page-header {
  background-image: url("/files_upload/page-title-1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #0f1a23;
}

.page-title-wrap {
  padding: 110px 0;
}
.page-title-wrap .page-title {
  color: #ffffff;
}
.page-title-wrap > ul.page-title-elements > * {
  margin-top: 10px;
}
li.breadcrumb-wrap {
  list-style: none;
}
.page-title-wrap .breadcrumb {
  background: no-repeat;
  margin: 0;
  padding: 0;
  line-height: 2;
  color: #fff;
}
i.breadcrumb-delimiter:after {
  content: "\f280";
  font-family: "bootstrap-icons";
  font-size: 12px;
  opacity: 1;
  transform: none;
  font-style: normal;
  font-weight: 700;
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
}

.page-title-wrap .breadcrumb a {
  color: #ffffff;
  font-weight: 300;
}
.page-title-wrap .breadcrumb a:hover {
  color: #2b8fce;
}
i.breadcrumb-delimiter {
  margin: 0 7px;
  color: #2b8fce;
}
.breadcrumbs-wrap ul li {
  font-weight: 300;
}
.breadcrumbs-wrap ul {
  padding: 0;
}

/*Footer*/

.footer-insta-widget {
  background-image: url("/files_upload/foooter-final-bg-1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  color: #b3b3b3;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 70px 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-insta-widget .widget-content {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2em;
}
.widget .nav {
  /*display: block;*/
  list-style: none;
  padding-left: 0;
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
ul.nav.ft-feature-wrap li {
  display: inline-block;
  width: 32%;
  padding: 0 15px;
}
.footer-insta-widget .elementor-widget-container.feature-box-default {
  position: relative;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
.footer-insta-widget .elementor-widget-container.feature-box-default .cea-featured-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 50%;
  font-size: 22px;
  border: dashed 1px;
  color: #2b8fce;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
}
.footer-insta-widget .feature-box-title {
  color: #fff;
}
.footer-widget.contact-widget {
  padding: 24px 0;
  position: relative;
  text-align: center;
  margin-right: 22px;
}
.footer-widget.contact-widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;

  transition: 0.4s;
  border-radius: 0;
  transform: skewX(-17deg);
  background-color: #2b8fce;
}
.footer-widget a.phone {
  font-size: 34px;
  line-height: 1.5;
  font-family: "DM Sans";
  margin-bottom: 3px;
  font-weight: 600;
  letter-spacing: -1px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
.title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;

  position: relative;
}

.footer-widgets-wrap {
  background-image: url("/files_upload/footer-bg-main-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgb(15, 27, 36);
  padding: 92px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #b3b3b3;
  font-size: 16px;
  line-height: 32px;
  position: relative;
}
.widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.contact-widget-info p {
  position: relative;
  margin-bottom: 40px;
}
.contact-widget-info p:before {
  content: "";
  border-bottom: dashed 1px #374148;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 98%;
  margin: auto;
}
.contact-widget-info p > span.bi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 0;
  line-height: 1;
  color: #2b8fce;
}
.contact-widget-info p span:last-child {
  display: block;
  padding-left: 37px;
}
.footer-widgets-wrap a {
  color: #b3b3b3;
}
.footer-widget-email-box {
  position: relative;
  display: block;
  border: dashed 1px #374148;
  padding: 6px;
  border-radius: 4px;
}
.footer-widget-email {
  position: relative;
  display: block;
  background-color: #1b262e;
  border-radius: 4px;
  padding: 12px 21px 15px;
}
.contact-widget-info p:last-child {
  padding-bottom: 0;
  margin-bottom: 5px;
  border-bottom: none;
}
h6.footer-widget-email-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 0;
  color: #fff;
}
.footer-widget-email-icon {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) skewX(-17deg);
  height: 58px;
  width: 60px;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #2b8fce;
}
.footer-widgets-wrap li a {
  display: block;
  padding-bottom: 25px;
  line-height: 23px;
}
.footer .bp_category_option li h3 {
  font-size: 16px;
  color: #b3b3b3;
}

.widget_nav_menu {
  margin-left: 50px;
}
.widget.widget_nav_menu li a:before,
.footer .bp_category_option li a:before {
  content: "\f280";
  margin-right: 8px;
  font-family: "bootstrap-icons";
  padding-left: 0;
  font-size: 13px;
  position: relative;
  top: 0;
}
.quick-link .widget {
  margin-bottom: 0;
}
#menu-footer-service {
  padding-left: 0;
}

.footer form {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: #fff;
  border-radius: 0;
  padding: 10px 15px;
}
.footer .bp_form_data {
  background: transparent;
  border: none;
  width: 250px;
  color: #fff;
}
.footer .bp_form_data:focus-visible {
  box-shadow: none !important;
  outline: none;
}
.footer .bp-btn-send {
  border: none;
  background: transparent;
  color: #2b8fce;
  font-size: 18px;
}
.footer .zozo_social_widget .widgettitle {
  font-size: 18px;
  padding-bottom: 0;
  color: #fff;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  line-height: auto;
}
.footer .social-icons {
  display: flex;
  gap: 20px;
}
.footer .social-icons li {
  background: #313c44;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer .social-icons li a {
  padding: 0;
  color: #fff;
}
.footer .quick-link {
  padding-left: 40px;
}
.footer-widgets-wrap li {
  transition: all 0.3s ease;
  margin-left: 0;
}
.footer-widgets-wrap li.active a {
  font-weight: 400;
  color: #b3b3b3;
}
.footer-widgets-wrap li:hover {
  margin-left: 10px;
}
.footer-widgets-wrap li:hover > a {
  color: #2b8fce;
}
.footer .social-icons li:hover {
  margin: 0;
  background: #2b8fce;
  cursor: pointer;
}
.footer .social-icons li:hover a {
  color: #fff;
}
.footer-bottom-wrap {
  padding: 20px 0;
  background: rgb(15, 27, 36);
  color: #b3b3b3;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.footer-bottom-wrap span {
  color: #2b8fce;
}
.bp_menu_hor_logo {
  display: none;
}
.bp-select-category-search {
  display: none;
}
.header .bp_sub_menu li a {
    color: black;
}
@media screen and (max-width: 1624px) {
     .touch-contact {
    display: none;
  }
}
@media screen and (max-width: 1540px) {
 
  .text_slide {
    top: 2%;
    left: 2%;
  }
  .swiper-slide .img-right img:first-child {
    max-width: 490px;
  }
  .ima__slide-second {
    width: 280px;
    height: 280px;
  }
  .text-banner h3 {
    font-size: 70px;
  }
  .bp_link_logo img {
    width: 120px;
  }
}

@media screen and (max-width: 1140px) {
  .sub-header {
        position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 999;
    background: transparent;
  }
  .header-top .sub-contact {
      display: none;
  }
  .lang-btn.active {
      display: none;
  }
  .lang-text {
      display: none;
  }
  .lang-btn {
          padding: 8px 12px;
  }
  .header-phone {
    display: none;
  }
  .header-main .col-lg-6 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 992px) {
        .navbar ul.navbar-nav li.dropdown ul {
        position: unset;
        width: 100%;
    }
        .navbar ul.navbar-nav li.dropdown {
        flex-wrap: wrap;
    }
  .bp_slide_title_note {
    padding: 20px;
  }
  .text-banner h3 {
    font-size: 55px;
    line-height: 80px;
  }
  .about-sidebar {
    display: none;
  }
  .menu-header {
    order: -1;
  }
  .header-logo {
    text-align: center;
  }
  .header-main {
    background: #fff;
  }
  .header-main .search-button i {
    color: black;
  }
  .pull-right {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .header .navbar-nav li a {
    color: #000;
  }
  .offcanvas-header {
    display: block;
    position: relative;
  }
  .offcanvas-title {
    text-align: center;
  }
  .offcanvas-header .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header-main .col-lg-6 {
    width: 16.66666667%;
  }
  .services .services-top {
    display: block;
  }
  .services .section-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }
  .services .cls_content_hot_news {
    display: none;
  }
  .footer-insta-widget .widget-content {
    display: block;
  }
  .footer-widget.contact-widget:before {
    transform: unset;
  }
  .plane-right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .services .section-title {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 36px;
  }
  .services .subtitle-dots {
    font-size: 14px;
    margin-bottom: 2px;
  }
  ul.nav.ft-feature-wrap li {
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .footer-widget-email-icon {
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
  }
  .widget_nav_menu {
    margin: 40px 0;
  }
  .footer .quick-link {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .footer form {
    justify-content: space-between;
  }
  .swiper-slide .img-right img:first-child {
    max-width: 250px;
  }
  .ima__slide-second {
    width: 150px;
    height: 150px;
    left: -45%;
    top: 20%;
  }
  .text-banner h3 {
    font-size: 40px;
    line-height: 58px;
    text-align: center;
  }
  .more-btn {
    margin: auto;
  }
  .slide-title {
    flex-direction: column-reverse;
  }
  .services .more-btn {
      margin: unset;
  }
  .footer-insta-widget .widget .nav {
      display: block;
  }
}
@media screen and (max-width: 567px) {
  .footer-widget a.phone {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 456px) {
  .footer-widget a.phone {
    font-size: 22px;
  }
  .title {
    font-size: 12px;
  }
  .ima__slide-second {
    width: 120px;
    height: 120px;
    left: -29%;
    top: 50%;
  }
  .swiper-slide .img-right img:first-child {
    max-width: 210px;
  }
  .circle {
      width: 200px;
  }
  .circle img:last-child {
          width: 135px !important;
    height: 130px !important;
  }
  .text-banner h3 {
      font-size: 36px;
      line-height: 54px;
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes rotate360 {
  from {
    transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(-40deg);
  }
  to {
    transform: perspective(600px) translate3d(0px, 0px, 0px) rotate(360deg);
  }
}
@keyframes rotate360centered {
  from {
    transform: translate(-50%, -50%) perspective(600px) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) perspective(600px) rotate(0deg);
  }
}
@keyframes move-sideways {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-vertical-centered {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }

  50% {
    transform: translateX(72px);
  }

  100% {
    transform: translateX(-1px);
  }
}
