/*
    root-veriable-start
*/
:root {
  scroll-behavior: inherit;
  --mt-body-font: "Space Grotesk", sans-serif;
  --mt-body-color: #777c83;
  --mt-title-color: #22282f;
  --mt-main-color: #56ff61;
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --mt-gradient: linear-gradient(90deg, #63ff49, #05fff6);
  --mt-gradient-2: linear-gradient(90deg, #9d00ff, #0099f8);
}

.mt-footer-widget .menu-widget li .tx-icon, .mt-footer-section-4 .mt-footer-copyright span, .mt-copyright-wrap .copyright-social a i, .mt-footer-widget .menu-widget li a:before, .mt-breadcrumb-content-2 a, .pricingtablecontainer .pricingtable-item .mt-price-lsit div:before, .mt-price-toggle .text-success, .mt-wc-text-area-4 .item-list li i, .mt-why-choose-wrap-2 .item-wc-feature .feature-list-item:before, .mt-why-choose-wrap-2 .item-text .mt-section-title .subtitle-2 span, .mt-feature-img .item-text li i, .mt-award-tab-btn .nav-pills .nav-link.active, .mt-blog-details-text blockquote:before, .mt-blog-thumb-content .blog-meta a i, .mt-blog-thumb-content .back_btn a, .mt-testi-item-3 .item-img:before, .mt-ser-counter-content .item-counter h3 span, .mt-ser-counter-content .item-counter h3, .mt-service-tab-btn-list .nav-tabs .nav-link.active span, .mt-service-content-4 .mt-section-title .subtitle-2, .mt-join-team a, .mt-about-text-2 .mt-section-title .subtitle-2, .mt-hero-text-3 .hero-subtitlte span, .mt-hero-content-2 .mt-hero-text .hero_title span, .mt-hero-content-2 .mt-hero-text .hero-slug span, .mt-hero-content-2 .mt-hero-text .hero-slug i, .mt-hero-text-1 .hero_title .mt_gradient, .mt-header-section.header_style_one .mt-header-action .header-cta .item-text span, .mt-header-section.header_style_two .mt-header-action .header-cta .item-text span, .header-cta-btn a span, .mt-section-title .sec_title span, .mt-section-title .subtitle {
  background: var(--mt-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.art-career-apply-info li .v-tilte i, .mt-not-found-content .not-found-text h3 span, .mt-section-title.ver_2 .sec_title span, .mt-section-title.ver_2 .subtitle, .mt-section-title .sec_title.ver_2 span {
  background: var(--mt-gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
    root-veriable-end
    */
/*---------------------------------------------------- */
/*Global Section*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: var(--mt-body-color);
  font-family: var(--mt-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .split-line {
  overflow: hidden;
}
body .row {
  --bs-gutter-x: 32px;
}
body .mfp-iframe-holder .mfp-close {
  right: 0;
  padding: 0;
  top: -40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--vt-base-color-1);
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--vt-base-color-1);
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 30px;
  background: var(--vt-base-color-1);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.154;
  color: var(--mt-title-color);
}

/*
--- Proloader Start ---
*/
@-webkit-keyframes ani {
  from {
    letter-spacing: 35px;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  to {
    letter-spacing: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1px;
  }
}
@keyframes ani {
  from {
    letter-spacing: 35px;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  to {
    letter-spacing: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1px;
  }
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  -webkit-transition: 800ms var(--cube-1);
  transition: 800ms var(--cube-1);
}
#preloader .preloader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#preloader .preloader-wrap .loading {
  max-width: 100%;
}
@media (max-width: 767px) {
  #preloader .preloader-wrap .loading {
    max-width: 100%;
  }
}
#preloader .preloader-wrap .loading .loading-text {
  font-size: 80px;
}
#preloader .preloader-wrap .loading .loading-text .split-line {
  color: #39ff91;
}
#preloader .preloader-wrap .loading .loading-text .split-line div div {
  -webkit-animation: ani 2s infinite ease-in-out;
          animation: ani 2s infinite ease-in-out;
}
#preloader:is(.preloaded) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

/*
--- Proloader End ---
*/
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  padding-bottom: 2px;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.container.mt-container-1 {
  max-width: 1350px;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
  position: relative;
  z-index: 2;
}

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(--mt-gradient);
}
.scrollup i {
  color: var(--mt-title-color);
}

.mt-section-title .subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
  display: inline-block;
}
@media (max-width: 480px) {
  .mt-section-title .subtitle {
    font-size: 18px;
  }
}
.mt-section-title .sec_title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-section-title .sec_title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-section-title .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .mt-section-title .sec_title {
    font-size: 36px;
  }
}
.mt-section-title .subtitle-2 {
  font-size: 13px;
  padding: 4px 20px;
  border-radius: 30px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #909397;
}
.mt-section-title.text-center {
  margin: 0 auto;
  max-width: 640px;
}
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/*Button Section*/
/*----------------------------------------------------*/
@-webkit-keyframes border_line_anim {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes border_line_anim {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header-cta-btn {
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .header-cta-btn {
    display: none;
  }
}
.header-cta-btn a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #000;
  border: 2px solid rgba(26, 175, 38, 0.4588235294);
  background-clip: padding-box;
}
.header-cta-btn a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
.header-cta-btn a span {
  padding: 20px 50px;
  display: inline-block;
  border-radius: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-cta-btn a span {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-cta-btn a span {
    padding: 15px 30px;
  }
}
.header-cta-btn .btn-glow {
  width: 750px;
  height: 750px;
  display: block;
  background: conic-gradient(from 1deg, rgba(0, 0, 0, 0) 0%, rgb(99, 255, 75) 10%, rgb(0, 255, 239) 12%, transparent 17%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  border-radius: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-animation: border_line_anim 3s linear infinite;
  animation: border_line_anim 3s linear infinite;
}

.mt-btn-1 a {
  z-index: 1;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid #40ff85;
}
@media (max-width: 767px) {
  .mt-btn-1 a {
    padding: 12px 30px;
  }
}
.mt-btn-1 a span {
  z-index: -1;
  color: #35ff97;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-btn-1 a i {
  color: #35ff97;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-btn-1 a:before {
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  border-radius: 50px;
  background: var(--mt-gradient);
  -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mt-btn-1 a:hover span {
  color: #000;
}
.mt-btn-1 a:hover i {
  color: #000;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mt-btn-1 a:hover:before {
  height: 100%;
}

.mt-btn-2 a {
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 40px;
  display: inline-block;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
@media (max-width: 480px) {
  .mt-btn-2 a {
    padding: 12px 30px;
  }
}
.mt-btn-2 a i {
  margin-left: 18px;
}

@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}

@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
.mt-btn-3 a {
  color: #fff;
  line-height: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 20px 35px;
  border-radius: 40px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(155, 0, 255)), to(rgb(27, 149, 248)));
  background: linear-gradient(90deg, rgb(155, 0, 255) 0%, rgb(27, 149, 248) 100%);
}
@media (max-width: 480px) {
  .mt-btn-3 a {
    padding: 15px 25px;
  }
}
.mt-btn-3 a i {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-btn-3 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.mt-btn-3 a:hover i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mt-btn-3 a:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
          animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mt-btn-3.ver_2 a {
  color: var(--mt-title-color);
  z-index: 1;
  padding: 22px 35px;
}
.mt-btn-3.ver_2 a:before {
  top: 2px;
  right: 2px;
  width: 98%;
  z-index: -1;
  height: 94%;
  content: "";
  border-radius: 40px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-btn-3.ver_2 a:hover {
  color: #fff;
}
.mt-btn-3.ver_2 a:hover:before {
  width: 0;
}
.mt-btn-3.ver_3 a {
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}

/*---------------------------------------------------- */
/*Header Section*/
/*----------------------------------------------------*/
.mt-header-section {
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  position: absolute;
}
.mt-header-section .navbar-nav {
  display: block;
}
.mt-header-section .dropdown {
  position: relative;
  padding-right: 16px;
}
.mt-header-section .dropdown:after {
  top: 3px;
  right: 0px;
  content: "\f0d7";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mt-header-section .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.mt-header-section .dropdown-menu {
  left: 0;
  top: 58px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  padding: 15px 0px;
  background: #031317;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.mt-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.mt-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.mt-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  margin: 0px 15px;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.mt-header-section .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #fff !important;
}
.mt-header-section .dropdown-menu li {
  display: block;
  margin: 0 20px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mt-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.mt-header-section .dropdown-menu li:before {
  display: none;
}
.mt-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mt-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mt-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.mt-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.mt-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.mt-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 0px 10px 0px !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}
.mt-header-section .dropdown-menu a:before {
  left: 0;
  right: 0;
  width: 0%;
  bottom: 0px;
  content: "";
  height: 1px;
  margin: 0 auto;
  font-size: 18px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-header-section .dropdown-menu a:hover, .mt-header-section .dropdown-menu a.active {
  color: #fff !important;
}
.mt-header-section .dropdown-menu a:hover:before, .mt-header-section .dropdown-menu a.active:before {
  width: 100%;
}
.mt-header-section.header_style_one, .mt-header-section.header_style_two {
  padding: 20px 18px 20px 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one, .mt-header-section.header_style_two {
    padding: 15px 15px 20px 15px;
  }
}
.mt-header-section.header_style_one .mt-header-content, .mt-header-section.header_style_two .mt-header-content {
  border-radius: 50px;
  border: 2px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 14px 15px 14px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-header-section.header_style_one .mt-header-content, .mt-header-section.header_style_two .mt-header-content {
    padding: 14px 10px 14px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one .mt-header-content, .mt-header-section.header_style_two .mt-header-content {
    padding: 14px 20px 14px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-header-section.header_style_one .mt-header-content .brand-logo, .mt-header-section.header_style_two .mt-header-content .brand-logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-header-section.header_style_one .main-navigation, .mt-header-section.header_style_two .main-navigation {
    display: none;
  }
}
.mt-header-section.header_style_one .main-navigation li, .mt-header-section.header_style_two .main-navigation li {
  margin: 0px 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-header-section.header_style_one .main-navigation li, .mt-header-section.header_style_two .main-navigation li {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-header-section.header_style_one .main-navigation li, .mt-header-section.header_style_two .main-navigation li {
    margin: 0px 10px;
  }
}
.mt-header-section.header_style_one .main-navigation li a, .mt-header-section.header_style_two .main-navigation li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 36px;
}
.mt-header-section.header_style_one .main-navigation li:hover:after, .mt-header-section.header_style_two .main-navigation li:hover:after {
  color: #3aff90;
}
.mt-header-section.header_style_one .main-navigation li:hover a, .mt-header-section.header_style_two .main-navigation li:hover a {
  color: #3aff90;
}
.mt-header-section.header_style_one .main-navigation li:hover .dropdown-menu a, .mt-header-section.header_style_two .main-navigation li:hover .dropdown-menu a {
  color: #fff;
}
.mt-header-section.header_style_one .mt-header-action, .mt-header-section.header_style_two .mt-header-action {
  gap: 35px;
}
.mt-header-section.header_style_one .mt-header-action button, .mt-header-section.header_style_two .mt-header-action button {
  padding: 0;
  color: #fff;
  border: none;
  background-color: transparent;
}
.mt-header-section.header_style_one .mt-header-action .header-cta, .mt-header-section.header_style_two .mt-header-action .header-cta {
  gap: 20px;
}
.mt-header-section.header_style_one .mt-header-action .header-cta .item-icon, .mt-header-section.header_style_two .mt-header-action .header-cta .item-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
}
.mt-header-section.header_style_one .mt-header-action .header-cta .item-icon i, .mt-header-section.header_style_two .mt-header-action .header-cta .item-icon i {
  color: #000000;
}
.mt-header-section.header_style_one .mt-header-action .header-cta .item-text span, .mt-header-section.header_style_one .mt-header-action .header-cta .item-text a, .mt-header-section.header_style_two .mt-header-action .header-cta .item-text span, .mt-header-section.header_style_two .mt-header-action .header-cta .item-text a {
  display: block;
  line-height: 1.3;
}
.mt-header-section.header_style_one .mt-header-action .header-cta .item-text a, .mt-header-section.header_style_two .mt-header-action .header-cta .item-text a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.mt-header-section.header_style_one .mt-header-action .cta-btn a, .mt-header-section.header_style_two .mt-header-action .cta-btn a {
  color: #090400;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 25px;
  border-radius: 50px;
  display: inline-block;
  background: var(--mt-gradient);
}
.mt-header-section.header_style_one.ver_2, .mt-header-section.header_style_two.ver_2 {
  padding: 30px 60px 20px 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one.ver_2, .mt-header-section.header_style_two.ver_2 {
    padding: 20px 15px 20px 25px;
  }
}
.mt-header-section.header_style_one.ver_2 .mt-header-content, .mt-header-section.header_style_two.ver_2 .mt-header-content {
  padding: 0;
  border: none;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one.ver_2 .main-navigation li, .mt-header-section.header_style_two.ver_2 .main-navigation li {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one.ver_2 .main-navigation li, .mt-header-section.header_style_two.ver_2 .main-navigation li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one.ver_2 .header-cta, .mt-header-section.header_style_two.ver_2 .header-cta {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .mt-header-section.header_style_one.ver_2 .cta-btn, .mt-header-section.header_style_two.ver_2 .cta-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one.ver_2 .cta-btn a, .mt-header-section.header_style_two.ver_2 .cta-btn a {
    font-size: 14px;
    padding: 15px 20px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-header-section.header_style_one.ver_2 .mt-header-action, .mt-header-section.header_style_two.ver_2 .mt-header-action {
    gap: 20px;
  }
}
.mt-header-section.header_style_two .mt-header-content {
  padding: 0;
  border: none;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas {
  gap: 0px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-header-section.header_style_two .mt-header-content .header-search-offcanvas {
    display: none !important;
  }
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas button {
  color: #fff;
  width: 52px;
  border: none;
  height: 52px;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #000000;
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas button:hover {
  color: var(--mt-title-color);
  background-color: #3aff90;
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area span {
  width: 10px;
  height: 10px;
  line-height: 1;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area:hover {
  background-color: #000000;
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area:hover span:nth-child(1) {
  -webkit-transform: translateY(15px) translateX(15px);
          transform: translateY(15px) translateX(15px);
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area:hover span:nth-child(2) {
  -webkit-transform: translateY(15px) translateX(-15px);
          transform: translateY(15px) translateX(-15px);
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area:hover span:nth-child(3) {
  -webkit-transform: translateY(-15px) translateX(15px);
          transform: translateY(-15px) translateX(15px);
}
.mt-header-section.header_style_two .mt-header-content .header-search-offcanvas .offcanvas-area:hover span:nth-child(4) {
  -webkit-transform: translateY(-15px) translateX(-15px);
          transform: translateY(-15px) translateX(-15px);
}
.mt-header-section.header_style_four {
  padding: 40px 30px 20px;
}
@media (max-width: 480px) {
  .mt-header-section.header_style_four {
    padding: 20px 15px 20px;
  }
}
.mt-header-section.header_style_four .mt-header-content {
  position: relative;
}
.mt-header-section.header_style_four .mt-header-content .mt-header-trigger {
  cursor: pointer;
}
.mt-header-section.header_style_four .mt-header-content .mt-header-trigger span {
  width: 30px;
  height: 5px;
  display: block;
  border-radius: 5px;
  margin-bottom: 7px;
  background-color: #000000;
}
.mt-header-section.header_style_four .mt-header-content .mt-header-trigger span:nth-child(1) {
  width: 32px;
}
.mt-header-section.header_style_four .mt-header-content .mt-header-trigger span:nth-child(2) {
  width: 45px;
}
.mt-header-section.header_style_four .mt-header-content .mt-header-trigger span:nth-child(3) {
  width: 24px;
}
.mt-header-section.header_style_four .mt-header-content .brand-logo {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 480px) {
  .mt-header-section.header_style_four .mt-header-content .brand-logo {
    left: auto;
    max-width: 120px;
  }
}
.mt-header-section.header_style_four .mt-header-content .header-action {
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-header-section.header_style_four .mt-header-content .header-action {
    display: none !important;
  }
}
.mt-header-section.header_style_four .mt-header-content .header-action button {
  border: none;
  font-size: 20px;
  color: var(--mt-title-color);
  background-color: transparent;
}
.mt-header-section.header_style_four .mt-header-content .header-action .cta-wrap {
  gap: 15px;
}
.mt-header-section.header_style_four .mt-header-content .header-action .cta-wrap .item-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--mt-title-color);
}
.mt-header-section.header_style_four .mt-header-content .header-action .cta-wrap .item-icon i {
  color: #fff;
}
.mt-header-section.header_style_four .mt-header-content .header-action .cta-wrap .item-text span, .mt-header-section.header_style_four .mt-header-content .header-action .cta-wrap .item-text a {
  display: block;
  line-height: 1;
  font-size: 15px;
  margin: 5px 0;
  font-weight: 700;
  color: var(--mt-title-color);
  text-transform: uppercase;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content.ver_2 {
  overflow-y: hidden;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--heading);
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 20px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 30px;
  font-size: 16px;
  height: 30px;
  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;
  border-radius: 5px;
  background-color: #1c1c1c;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 0;
  right: 0;
  color: #000;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background: var(--mt-gradient);
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: #4400E7;
}

/*
  offcanvas-start
  */
.txa-offcanvas-box {
  position: fixed;
  right: 0px;
  top: 0px;
  background: #fff;
  z-index: 12;
  max-width: 720px;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow-y: scroll;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .txa-offcanvas-box {
    right: 0px;
    top: 0px;
    height: 100vh;
  }
}
.txa-offcanvas-box::-webkit-scrollbar {
  display: none;
}
.txa-offcanvas-box-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 56px;
  height: 56px;
  background: #52ff68;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-close {
    width: 46px;
    height: 46px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
}

.txa-offcanvas-box-close:hover {
  color: #fff;
  background: #3533FF;
}
.txa-offcanvas-box-container {
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-box-container {
    padding: 80px 40px;
  }
}
.txa-offcanvas-box .offcanvas-slideup {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.txa-offcanvas-box:is(.active) {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}
.txa-offcanvas-box:is(.active) .offcanvas-slideup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.txa-offcanvas-services-title {
  font-size: 16px;
  color: #101010;
  margin-bottom: 14px;
}
.txa-offcanvas-services li {
  overflow: hidden;
  line-height: 1.5;
}
.txa-offcanvas-services li:not(:last-child) {
  margin-bottom: 8px;
}
.txa-offcanvas-services-item {
  font-size: 32px;
  color: #5D5D5D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  -webkit-transform: translateX(-28px);
          transform: translateX(-28px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.txa-offcanvas-services-item i {
  font-size: 20px;
  -webkit-transform: translateY(-3px) translateX(0px);
          transform: translateY(-3px) translateX(0px);
  color: #000;
}
.txa-offcanvas-services-item:hover {
  color: #000;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.txa-offcanvas-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .txa-offcanvas-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .txa-offcanvas-content {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.txa-offcanvas-content-box-title {
  font-size: 16px;
  color: #888888;
  margin-bottom: 14px;
}
.txa-offcanvas-contact li {
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txa-offcanvas-contact li:not(:last-child) {
  margin-bottom: 10px;
}
.txa-offcanvas-contact li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.txa-offcanvas-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-contact li a:hover {
  color: #3533FF;
}
.txa-offcanvas-social li {
  overflow: hidden;
  margin-bottom: 7px;
}
.txa-offcanvas-social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #5D5D5D;
  line-height: 1.5;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.txa-offcanvas-social-item i {
  width: 15px;
}
.txa-offcanvas-social-item:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  color: #000;
}

.txa-offcanvas-search-form {
  position: relative;
  z-index: 1;
}
.txa-offcanvas-search-form-input {
  height: 55px;
  padding: 0 20px;
  background: rgba(105, 105, 105, 0.15);
  width: 100%;
  border: none;
  outline: none;
  color: #000;
  font-size: 16px;
  border-radius: 0px;
}
.txa-offcanvas-search-form-btn {
  border: none;
  outline: none;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0;
}
.txa-offcanvas-search-form-btn:hover {
  color: #3533FF;
}

/*
    search-box-css-start
    */
.txa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.txa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: #fff;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .txa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.txa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.txa-search-box-close:hover {
  background: #52ff68;
  color: #000;
}
.txa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  z-index: 10;
}
.txa-search-box.active .txa-search-form::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.txa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.txa-search-title {
  color: var(--mt-title-color);
  line-height: 1;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 18px;
}
.txa-search-form {
  position: relative;
  z-index: 1;
}
.txa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.txa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.txa-search-tag {
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.txa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.txa-search-tag-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.txa-search-tag-item:hover {
  background: #52ff68;
  color: #000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  display: none;
}
.overlay:is(.active) {
  display: block;
}

.txa-search-box:is(.has-home-6) .txa-search-box-close:hover {
  background: #3eff88;
}
.txa-search-box:is(.has-home-6) .txa-search-tag-item:hover {
  background: #3eff88;
  border-color: transparent;
}

/*
    search-box-css-end
    */
/*---------------------------------------------------- */
/*Hero Section*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mt-hero-section-1 {
  z-index: 2;
  margin: 0 auto;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.mt-hero-section-1:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.64);
}

.mt-hero-content {
  padding: 280px 0px 165px;
}

.mt-hero-text-1 {
  margin: 0 auto;
  max-width: 990px;
}
.mt-hero-text-1 .hero_title {
  color: #fff;
  overflow: hidden;
  line-height: 1.1;
  font-size: 152px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mt-hero-text-1 .hero_title {
    font-size: 100px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .mt-hero-text-1 .hero_title {
    font-size: 80px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mt-hero-text-1 .hero_title {
    font-size: 60px;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .mt-hero-text-1 .hero_title {
    font-size: 45px;
    text-align: center;
  }
}
.mt-hero-text-1 .hero_title .mt_gradient {
  font-weight: 400;
  padding-left: 200px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-text-1 .hero_title .mt_gradient {
    padding-left: 0;
  }
}
.mt-hero-text-1 .hero_title .mt_gradient:before {
  top: 50%;
  left: 0;
  height: 7px;
  width: 0px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--mt-gradient);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-text-1 .hero_title .mt_gradient:before {
    display: none;
  }
}
.mt-hero-text-1 .hero_title.active .mt_gradient:before {
  width: 155px;
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.mt-hero-text-1 p {
  color: #fff;
  margin: 0 auto;
  font-size: 26px;
  max-width: 700px;
  font-weight: 300;
  padding-top: 35px;
  text-align: center;
  line-height: 1.385;
  padding-bottom: 50px;
}

/*Home Page 2*/
/*---------------------*/
@-webkit-keyframes Rotate_15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes Rotate_15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}
.mt-hero-section-2 {
  overflow: hidden;
  padding-top: 265px;
  background-color: #131a20;
}
.mt-hero-section-2 .mt-hero-social {
  top: 0;
  right: 0;
  width: 93px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(99, 255, 75)), to(rgb(0, 255, 239)));
  background: linear-gradient(-180deg, rgb(99, 255, 75) 0%, rgb(0, 255, 239) 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mt-hero-section-2 .mt-hero-social {
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-section-2 .mt-hero-social {
    display: none;
  }
}
.mt-hero-section-2 .mt-hero-social .item-social {
  left: 0;
  right: 0;
  top: 25%;
  text-align: center;
  position: absolute;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.mt-hero-section-2 .mt-hero-social .item-social:before, .mt-hero-section-2 .mt-hero-social .item-social:after {
  top: -160px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #8ad002;
}
.mt-hero-section-2 .mt-hero-social .item-social:after {
  top: auto;
  bottom: -150px;
}
.mt-hero-section-2 .mt-hero-social .item-social a {
  color: #000000;
  display: block;
  margin: 15px 0px;
}
.mt-hero-section-2 .mt-hero-social .item-cta {
  left: 0;
  right: 0;
  bottom: 50px;
  position: absolute;
  text-align: center;
}
.mt-hero-section-2 .mt-hero-social .item-cta a {
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.mt-hero-section-2 .mt-hero-social .item-cta a i {
  font-size: 20px;
  margin-bottom: 5px;
}

.mt-hero-content-2 {
  margin: 0 auto;
  max-width: 1350px;
  padding-bottom: 155px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-hero-content-2 {
    margin: 0;
    max-width: 1270px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 {
    margin: 0 auto;
  }
}
.mt-hero-content-2 .hero-img {
  z-index: 1;
  right: 35px;
  bottom: -570px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-hero-content-2 .hero-img {
    right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .hero-img {
    display: none;
  }
}
.mt-hero-content-2 .hero-img .item-shape-1 {
  top: 0px;
  opacity: 0.6;
  z-index: -1;
  right: 0px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mt-hero-content-2 .hero-img .item-shape-2 {
  bottom: 0px;
  opacity: 0.6;
  z-index: -1;
  left: 0px;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mt-hero-content-2 .hero-shape-2 {
  right: 0;
  top: 80px;
  opacity: 0;
  -webkit-transform: scale(1.3) rotate(360deg);
          transform: scale(1.3) rotate(360deg);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .hero-shape-2 {
    display: none;
  }
}
.mt-hero-content-2 .mt-hero-text {
  max-width: 980px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text {
    margin: 0 auto;
    padding: 0px 15px;
    text-align: center;
  }
}
.mt-hero-content-2 .mt-hero-text .hero-shape-1 {
  right: 0;
  top: 80px;
  -webkit-animation-name: Rotate_15;
          animation-name: Rotate_15;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text .hero-shape-1 {
    display: none;
  }
}
.mt-hero-content-2 .mt-hero-text .hero-slug {
  margin-bottom: 28px;
}
.mt-hero-content-2 .mt-hero-text .hero-slug i {
  margin-left: 10px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.mt-hero-content-2 .mt-hero-text .hero-slug span {
  font-size: 13px;
  padding: 5px 20px;
  border-radius: 40px;
  display: inline-block;
  border: 1px solid #547c12;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text .hero-slug {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-hero-content-2 .mt-hero-text .hero_title {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-hero-content-2 .mt-hero-text .hero_title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text .hero_title {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .mt-hero-content-2 .mt-hero-text .hero_title {
    font-size: 50px;
  }
}
@media (max-width: 360px) {
  .mt-hero-content-2 .mt-hero-text .hero_title {
    font-size: 40px;
  }
}
.mt-hero-content-2 .mt-hero-text p {
  color: #d6d6d6;
  max-width: 715px;
  font-weight: 300;
  padding-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text p {
    margin: 0 auto;
  }
}
.mt-hero-content-2 .mt-hero-text .hero-progress-bar {
  width: 100%;
  max-width: 350px;
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap {
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text .hero-progress-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent {
  width: 100%;
  max-width: 350px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent {
    margin: 0 auto;
  }
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent h4 {
  top: 13px;
  z-index: 1;
  left: 25px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent .progress {
  height: 45px;
  border-radius: 0;
  margin-bottom: 6px;
  overflow: visible;
  position: relative;
  border-radius: 30px;
  background-color: transparent;
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent .progress:last-child {
  margin-bottom: 0;
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent .progress:last-child .progress-bar {
  background: var(--mt-gradient);
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent .progress span {
  top: 10px;
  right: 50px;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  position: relative;
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .skill-set-percent .progress-bar {
  top: 0px;
  width: 0;
  left: 0px;
  float: left;
  height: 100%;
  position: relative;
  border-radius: 30px;
  background-color: rgb(157, 163, 222);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
.mt-hero-content-2 .mt-hero-text .hero-progress-wrap .play-icon {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background: var(--mt-gradient);
}
.mt-hero-content-2 .mt-hero-text .mt-btn-3 a {
  padding: 23px 35px;
}
@media (max-width: 480px) {
  .mt-hero-content-2 .mt-hero-text .mt-btn-3 a {
    padding: 15px 25px;
  }
}
.mt-hero-content-2 .mt-hero-text.active .hero-shape-1 {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.mt-hero-content-2.active .hero-shape-2 {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.mt-hero-content-2.active .hero-img {
  bottom: 0;
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.mt-hero-content-2.active .hero-img .item-shape-1 {
  top: -35px;
  right: -35px;
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.mt-hero-content-2.active .hero-img .item-shape-2 {
  left: -35px;
  bottom: -35px;
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

/*Home Page 3*/
/*---------------------*/
.mt-hero-section-3 {
  overflow: hidden;
  padding: 225px 0px 275px;
  background-color: #090400;
}
@media (max-width: 767px) {
  .mt-hero-section-3 {
    padding-bottom: 120px;
  }
}
.mt-hero-section-3 .hero_shape_1 {
  left: 0;
  right: 0;
  top: -40%;
  text-align: center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mt-hero-section-3 .hero_shape_2 {
  left: 0;
  right: 0;
  bottom: -40%;
  text-align: center;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.mt-hero-section-3.active .hero_shape_1 {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.mt-hero-section-3.active .hero_shape_2 {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.mt-hero-text-3 {
  max-width: 660px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-hero-text-3 {
    max-width: 590px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-hero-text-3 {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.mt-hero-text-3 .hero-subtitlte {
  padding-bottom: 15px;
}
.mt-hero-text-3 .hero-subtitlte span {
  font-size: 13px;
  padding: 4px 20px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #527406;
}
.mt-hero-text-3 .hero_title {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.111;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-hero-text-3 .hero_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-hero-text-3 .hero_title {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .mt-hero-text-3 .hero_title {
    font-size: 50px;
  }
}
.mt-hero-text-3 .hero-list {
  padding-top: 15px;
}
.mt-hero-text-3 .hero-list li {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-right: 50px;
  position: relative;
  padding-bottom: 10px;
}
.mt-hero-text-3 .hero-list li:before {
  top: 0;
  right: -33px;
  content: "/";
  position: absolute;
}
.mt-hero-text-3 .hero-list li:last-child:before {
  display: none;
}
@media (max-width: 767px) {
  .mt-hero-text-3 .hero-list li {
    font-size: 18px;
    margin-right: 20px;
  }
  .mt-hero-text-3 .hero-list li:before {
    right: -15px;
  }
}

.mt-hero-content-3 .mt-hero-img-3 {
  top: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-hero-content-3 .mt-hero-img-3 {
    margin: 0 auto;
    max-width: 556px;
    text-align: center;
    position: relative;
  }
}
.mt-hero-content-3 .mt-hero-img-3 .item-img {
  overflow: hidden;
  border-radius: 20px;
}
.mt-hero-content-3 .mt-hero-img-3 .item-img img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.mt-hero-content-3 .mt-hero-img-3 .item-bottom {
  opacity: 0;
  left: -180px;
  bottom: -90px;
  position: absolute;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media (max-width: 767px) {
  .mt-hero-content-3 .mt-hero-img-3 .item-bottom {
    display: none;
  }
}
.mt-hero-content-3 .mt-hero-img-3.active .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.mt-hero-content-3 .mt-hero-img-3.active .item-bottom {
  opacity: 1;
  left: -90px;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

/*Home Page 4*/
/*---------------------*/
.mt-hero-section-4 {
  z-index: 1;
  overflow: hidden;
  padding: 275px 0px 160px;
  background-color: #e4ebfc;
}
@media (max-width: 480px) {
  .mt-hero-section-4 {
    padding: 150px 0px 80px;
  }
}
.mt-hero-section-4 .hero-shape-1 {
  top: 0;
  left: 0;
}
.mt-hero-section-4 .hero-shape-2 {
  right: 0;
  z-index: -1;
  bottom: -60%;
}

.mt-hero-content-4 {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0px 15px;
}
.mt-hero-content-4 .mt-hero-text-4 {
  gap: 30px 60px;
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .mt-hero-content-4 .mt-hero-text-4 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .mt-hero-text-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .mt-hero-text-4 .item-text-img .item-img {
    text-align: center;
  }
}
.mt-hero-content-4 .item-text {
  max-width: 755px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-text {
    margin: 0 auto;
  }
}
.mt-hero-content-4 .item-text .play-icon {
  right: 0;
  top: -110px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-text .play-icon {
    display: none;
  }
}
.mt-hero-content-4 .item-text .sm_img {
  right: 0;
  top: 130px;
  height: 65px;
  width: 125px;
  overflow: hidden;
  border-radius: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-hero-content-4 .item-text .sm_img {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-text .sm_img {
    display: none;
  }
}
.mt-hero-content-4 .item-text .hero_title {
  font-size: 90px;
  font-weight: 700;
  max-width: 580px;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-text .hero_title {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-text .hero_title {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .mt-hero-content-4 .item-text .hero_title {
    font-size: 50px;
  }
}
@media (max-width: 360px) {
  .mt-hero-content-4 .item-text .hero_title {
    font-size: 40px;
  }
}
.mt-hero-content-4 .item-text .item-btn-desc {
  gap: 20px 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-text .item-btn-desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-hero-content-4 .item-text .item-btn-desc .item-desc {
  max-width: 495px;
}
.mt-hero-content-4 .item-img-area {
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-img-area {
    display: none;
  }
}
.mt-hero-content-4 .item-img-area .inner-img-1 {
  overflow: hidden;
}
.mt-hero-content-4 .item-img-area .inner-img-1 img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
.mt-hero-content-4 .item-img-area .inner-img-2 {
  right: 0;
  bottom: 0;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 0 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 0 100%, 0 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-hero-content-4 .item-img-area .inner-img-2 {
    right: -100px;
  }
}
.mt-hero-content-4 .item-img-area.active .inner-img-1 img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.mt-hero-content-4 .item-img-area.active .inner-img-2 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.mt-hero-content-4 .item-count .item-text {
  color: #5f6465;
  font-size: 15px;
  max-width: 180px;
  margin-top: 15px;
  line-height: 1.2;
  font-weight: 600;
}
.mt-hero-content-4 .item-count .item-text span {
  color: #ff3838;
}

.mt-hero-scroller {
  padding: 35px 0px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.mt-hero-scroller h2 {
  color: #131a20;
  font-size: 40px;
  font-weight: 700;
  padding: 0px 55px;
  position: relative;
  display: inline-block;
}
@media (max-width: 480px) {
  .mt-hero-scroller h2 {
    font-size: 30px;
    padding: 0px 30px;
  }
}
.mt-hero-scroller h2:before {
  content: "";
  width: 51px;
  right: -28px;
  height: 51px;
  position: absolute;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .mt-hero-scroller h2:before {
    width: 40px;
    height: 40px;
    right: -20px;
  }
}

/*---------------------------------------------------- */
/*About Section*/
/*----------------------------------------------------*/
/*Home Page 1 About*/
/*----------------------------------------------------*/
.mt-about-section-1 {
  z-index: 1;
  margin: 0 auto;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-top: -150px;
  position: relative;
  padding-top: 270px;
  padding-bottom: 140px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.mt-about-content-1 {
  gap: 30px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-about-content-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-about-tab-content {
  width: 100%;
  max-width: 635px;
}

.mt-about-tab-btn {
  border-radius: 50px;
  display: inline-block;
  padding: 12px 0px 8px;
  border: 2px solid #56ff61;
}
@media (max-width: 480px) {
  .mt-about-tab-btn {
    border: none;
  }
}
.mt-about-tab-btn.ver_2 {
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E6DC;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-about-tab-btn.ver_2 {
    margin-top: 40px;
  }
}
.mt-about-tab-btn.ver_2 .nav-item {
  margin-left: 0;
  margin-right: 24px;
}
.mt-about-tab-btn.ver_2 .nav-item:last-child {
  margin-right: 0;
}
.mt-about-tab-btn.ver_2 .nav-tabs .nav-link {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E8E6DC;
}
.mt-about-tab-btn.ver_2 .nav-tabs .nav-link.active {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-about-tab-btn .nav-item {
  margin: 0px 19px;
}
@media (max-width: 480px) {
  .mt-about-tab-btn .nav-item {
    margin: 8px 0px;
    width: 100%;
    text-align: center;
  }
}
.mt-about-tab-btn .nav-tabs .nav-link,
.mt-about-tab-btn .nav-tabs .nav-link.active {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  padding: 13px 40px;
  background-color: #fff;
  text-transform: uppercase;
  color: var(--mt-title-color);
  -webkit-box-shadow: 1.634px 2.516px 2px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 1.634px 2.516px 2px 0px rgba(0, 0, 0, 0.13);
}
.mt-about-tab-btn .nav-tabs .nav-link {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.mt-about-tab-btn .nav-tabs .nav-link:before {
  top: 0;
  right: 0;
  width: 0%;
  left: auto;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 50px;
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
  background: var(--mt-gradient);
}
.mt-about-tab-btn .nav-tabs .nav-link.active {
  color: var(--mt-title-color);
}
.mt-about-tab-btn .nav-tabs .nav-link.active:before {
  left: 0;
  width: 100%;
  right: auto;
}

.mt-about-tab-text .mt-about-tab-list {
  overflow: hidden;
  border-radius: 6px;
  background-color: #f1efe7;
}
@media (max-width: 767px) {
  .mt-about-tab-text .mt-about-tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-about-tab-text .mt-about-tab-list .item-icon {
  width: 280px;
  height: 240px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .mt-about-tab-text .mt-about-tab-list .item-icon {
    width: 100%;
    margin-bottom: 15px;
  }
}
.mt-about-tab-text .mt-about-tab-list .item-icon .m-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 100%;
  background: var(--mt-gradient);
}
.mt-about-tab-text .mt-about-tab-list .item-icon span {
  font-size: 27px;
  font-weight: 700;
  color: var(--mt-title-color);
}
.mt-about-tab-text .mt-about-tab-list .item-list {
  width: 100%;
  height: 100%;
  max-width: 340px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .mt-about-tab-text .mt-about-tab-list .item-list {
    padding-left: 12px;
  }
}
.mt-about-tab-text .mt-about-tab-list .item-list li {
  font-weight: 700;
  font-size: 21px;
  padding-left: 22px;
  margin: 10px 0px 7px;
  position: relative;
  color: var(--mt-title-color);
}
.mt-about-tab-text .mt-about-tab-list .item-list li:before {
  left: 0;
  top: 12px;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 100%;
  background: var(--mt-gradient);
}
.mt-about-tab-text .mt-about-tab-list .item-list li:last-child {
  margin-bottom: 0;
}
.mt-about-tab-text .mt-about-tab-list.dark_version {
  background-color: #2f2e2e;
}
.mt-about-tab-text .mt-about-tab-list.dark_version .item-icon {
  background-color: #201f1f;
}
.mt-about-tab-text .mt-about-tab-list.dark_version .item-icon span {
  color: #fff;
}
.mt-about-tab-text .mt-about-tab-list.dark_version .item-list li {
  color: #fff;
}
.mt-about-tab-text .tab-desc {
  font-size: 23px;
  margin-bottom: 20px;
}
.mt-about-tab-text .tab-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mt-about-tab-text .tab-list li {
  width: 50%;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .mt-about-tab-text .tab-list li {
    width: 100%;
  }
}
.mt-about-tab-text .tab-list li:before {
  left: 0;
  top: 10px;
  width: 16px;
  content: "";
  height: 16px;
  position: absolute;
}

.mt-about-client {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mt-about-client {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-about-client .item-text {
  margin-left: 20px;
}
.mt-about-client .item-text li {
  color: #efcc4c;
  font-size: 15px;
}
.mt-about-client .item-text span {
  color: #777c83;
  font-size: 16px;
}

.mt-about-text-wrap {
  width: 100%;
  margin-top: 50px;
  max-width: 640px;
}
.mt-about-text-wrap h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.522;
  padding-bottom: 25px;
}

.mt-about-cta {
  gap: 30px 55px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-about-cta {
    gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  .mt-about-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-about-cta .cta-info {
  width: 100%;
  max-width: 220px;
}
.mt-about-cta .cta-text {
  width: 100%;
  max-width: 345px;
}
.mt-about-cta .cta-item {
  margin-bottom: 18px;
}
.mt-about-cta .cta-item:last-child {
  margin-bottom: 0;
}
.mt-about-cta .cta-item .item-icon {
  width: 43px;
  height: 43px;
  margin-right: 12px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--mt-title-color);
  border: 1px solid rgb(230, 230, 230);
}
.mt-about-cta .cta-item .item-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--mt-title-color);
}
.mt-about-cta .cta-item .item-text a {
  text-decoration: underline;
}

/*Home Page 2 About*/
/*----------------------------------------------------*/
.mt-about-section-2 {
  overflow: hidden;
}

.mt-about-img-grp {
  top: 70px;
  left: 40px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-img-grp {
    display: none;
  }
}
.mt-about-img-grp .img_1 {
  width: 225px;
  height: 225px;
  overflow: hidden;
  margin-left: 50px;
  margin-bottom: 12px;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mt-about-img-grp .img_1.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.mt-about-img-grp .img_2 {
  width: 172px;
  height: 172px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mt-about-img-grp .img_2.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.mt-about-content-wrap {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-content-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.mt-about-text-2 {
  overflow: hidden;
  max-width: 1090px;
}
@media (max-width: 480px) {
  .mt-about-text-2 {
    display: block !important;
  }
}
.mt-about-text-2 .mt-section-title {
  padding-left: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-text-2 .mt-section-title {
    padding-left: 0;
  }
}
.mt-about-text-2 .mt-section-title .subtitle-2 {
  font-weight: 500;
}
.mt-about-text-2 .mt-section-title .sec_title {
  color: #fff;
}
.mt-about-text-2 .item-img-text {
  gap: 35px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-text-2 .item-img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-about-text-2 .item-img-text .item-img {
  width: 385px;
  height: 385px;
  overflow: hidden;
  border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-text-2 .item-img-text .item-img {
    width: 340px;
    height: 340px;
  }
}
@media (max-width: 480px) {
  .mt-about-text-2 .item-img-text .item-img {
    width: 300px;
    height: 300px;
  }
}
.mt-about-text-2 .item-img-text .item-text {
  max-width: 670px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-text-2 .item-img-text .item-text {
    max-width: 590px;
  }
}
.mt-about-text-2 .item-img-text .item-text p {
  color: #fff;
  font-weight: 300;
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-text-2 .item-img-text .item-text p {
    text-align: center;
  }
}
.mt-about-text-2 .item-img-text .item-text .mt-btn-3 a {
  color: #fff;
}
.mt-about-text-2 .item-img-text .item-text .mt-btn-3 a:before {
  background-color: #232323;
}

/*Home Page 2 About 3*/
/*----------------------------------------------------*/
.mt-about-section-3 {
  overflow: hidden;
}

.mt-about-content-3 {
  gap: 20px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-about-text-3 {
  max-width: 575px;
}
.mt-about-text-3 .mt-section-title p {
  padding-top: 14px;
}

.mt-about-list-area {
  gap: 20px 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-list-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-about-list-area .item-list {
  margin-top: 28px;
}
.mt-about-list-area .item-list li {
  color: #0e0e12;
  font-size: 17px;
  position: relative;
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 35px;
}
.mt-about-list-area .item-list li:last-child {
  margin-bottom: 0;
}
.mt-about-list-area .item-list li:before {
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\f00c";
  font-size: 15px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ececec;
  font-family: "Font Awesome 6 Free";
}
.mt-about-list-area .mt-about-exp {
  width: 265px;
  height: 190px;
  border-radius: 40px;
  border: 1px solid #98e209;
}
.mt-about-list-area .mt-about-exp .item-text {
  max-width: 175px;
}
.mt-about-list-area .mt-about-exp h3 {
  color: #191917;
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
  padding-bottom: 5px;
}
.mt-about-list-area .mt-about-exp p {
  color: #000000;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
}

.mt-about-img-wrap-3 {
  z-index: 1;
  width: 100%;
  max-width: 685px;
  padding-top: 85px;
}
.mt-about-img-wrap-3 .item-img-1 {
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.mt-about-img-wrap-3:before {
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 470px;
  height: 0px;
  position: absolute;
  border-radius: 30px;
  background-color: #242527;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-img-wrap-3:before {
    display: none;
  }
}
.mt-about-img-wrap-3 .item-img-2 {
  z-index: 1;
  top: 75px;
  opacity: 0;
  left: 35px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
}
.mt-about-img-wrap-3 .item-img-3 {
  z-index: 1;
  right: 80px;
  bottom: 30px;
  opacity: 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 2px 62px 0px rgba(0, 0, 0, 0.22);
}
.mt-about-img-wrap-3.active:before {
  height: 515px;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.mt-about-img-wrap-3.active .item-img-1 {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mt-about-img-wrap-3.active .item-img-2 {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.mt-about-img-wrap-3.active .item-img-3 {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

/*Home Page 3 About 4*/
/*----------------------------------------------------*/
.mt-about-content-4 {
  gap: 30px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-about-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-about-text-4 {
  max-width: 800px;
}
.mt-about-text-4 .mt-section-title {
  max-width: 600px;
}

.mt-about-img-4 .inner-img {
  gap: 30px;
}
@media (max-width: 767px) {
  .mt-about-img-4 .inner-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-about-img-4 .inner-img .item-img {
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.mt-about-img-4 .inner-img .item-img img {
  overflow: hidden;
  border-radius: 30px;
}
.mt-about-img-4 .inner-img .item-img-1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.mt-about-img-4 .inner-img .item-img-2 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transform: translateY(-108px);
          transform: translateY(-108px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-about-img-4 .inner-img .item-img-2 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.mt-about-img-4 .inner-img.active .item-img-1 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mt-about-img-4 .inner-img.active .item-img-2 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.mt-about-counter {
  max-width: 430px;
  padding-top: 85px;
}
.mt-about-counter .desc-text {
  color: #313030;
  line-height: 1.667;
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}

.mt-item-counter {
  padding-bottom: 35px;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 767px) {
  .mt-item-counter {
    gap: 15px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-item-counter .item-counter h3 {
  color: #191917;
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mt-item-counter .item-counter h3 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .mt-item-counter .item-counter h3 {
    font-size: 40px;
  }
}
.mt-item-counter .item-counter p {
  color: #313030;
  font-weight: 300;
}

/*About Page Section*/
/*--------------------------------------*/
.mt-about-tab-section {
  overflow: hidden;
}
.mt-about-tab-section .mt-section-title {
  max-width: 1130px;
}
.mt-about-tab-section .mt-section-title .sec_title {
  line-height: 1;
  font-size: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-about-tab-section .mt-section-title .sec_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .mt-about-tab-section .mt-section-title .sec_title {
    font-size: 40px;
  }
}

.mt-about-p-counter {
  border-top: 1px solid rgba(34, 40, 47, 0.1019607843);
}
.mt-about-p-counter .counter-p-item {
  width: 25%;
  padding: 55px 0px;
  border-right: 1px solid rgba(34, 40, 47, 0.1019607843);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-about-p-counter .counter-p-item {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-p-counter .counter-p-item {
    width: 100%;
    padding: 30px 0px;
    border-right: none;
    border-bottom: 1px solid rgba(34, 40, 47, 0.1019607843);
  }
}
.mt-about-p-counter .counter-p-item .item-content {
  gap: 15px;
}
.mt-about-p-counter .counter-p-item h3 {
  line-height: 1;
  font-size: 100px;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mt-about-p-counter .counter-p-item h3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-p-counter .counter-p-item h3 {
    font-size: 55px;
  }
}
.mt-about-p-counter .counter-p-item p {
  opacity: 0.8;
  line-height: 1.1;
  font-size: 23px;
  max-width: 100px;
  padding-bottom: 10px;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-p-counter .counter-p-item p {
    font-size: 20px;
  }
}

.mt-about-value-section {
  background-color: #F7F7F8;
}
.mt-about-value-section .mt-section-title {
  max-width: 830px;
}

.mt-about-value-item {
  z-index: 1;
  padding: 35px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.mt-about-value-item:before, .mt-about-value-item:after {
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-about-value-item:after {
  background-color: #fff;
}
.mt-about-value-item:before {
  background: var(--mt-gradient);
}
.mt-about-value-item .item-icon {
  margin-bottom: 125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-about-value-item .item-icon {
    margin-bottom: 50px;
  }
}
.mt-about-value-item .item-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 25px;
  color: var(--mt-title-color);
}
.mt-about-value-item .item-text p {
  color: #313030;
}
.mt-about-value-item:hover .item-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}
.mt-about-value-item:hover:before {
  right: -5px;
  bottom: -5px;
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.05);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
.mt-video-play-bg {
  padding: 230px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-video-play-bg {
    padding: 130px 0px;
  }
}
.mt-video-play-bg .play-icon {
  z-index: 2;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
}
.mt-video-play-bg .play-icon .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 20px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.mt-video-play-bg .play-icon .video_btn_border.border_wrap-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.mt-video-play-bg .play-icon .video_btn_border.border_wrap-3 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.mt-video-play-bg .play-icon a {
  z-index: 2;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--vt-title-color);
  font-size: 16px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.mt-video-play-section-4 {
  z-index: 1;
}
.mt-video-play-section-4 .video-shape {
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  z-index: -1;
  height: 430px;
  margin: 0 auto;
  text-align: center;
}
.mt-video-play-section-4 .video-shape img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-video-play-bg {
  overflow: hidden;
  border-radius: 12px;
}

.mt-about-team-section .mt-section-title {
  max-width: 650px;
}

.mt-join-team {
  padding: 40px 0px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.mt-join-team a {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}
.mt-join-team a:hover {
  text-decoration: underline;
}

.mt-about-gallery-section {
  overflow: hidden;
}

.mt-about-gallery-wrap {
  margin: 0 auto;
  max-width: 1920px;
  gap: 20px 40px;
}
.mt-about-gallery-wrap .mt-gallery-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.mt-award-section .mt-section-title {
  max-width: 830px;
}
.mt-award-section .mt-section-title p {
  font-size: 23px;
  padding-top: 10px;
}

.mt-award-content {
  border-top: 1px solid #D9D9D9;
}

.mt-award-item {
  overflow: hidden;
  padding: 35px 0px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item {
    padding: 35px 15px;
  }
}
.mt-award-item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, right top, left top, from(rgba(54, 255, 243, 0.24)), to(rgba(99, 255, 75, 0.24)));
  background: linear-gradient(270deg, rgba(54, 255, 243, 0.24) 0%, rgba(99, 255, 75, 0.24) 100%);
}
.mt-award-item .award-img {
  top: 50%;
  opacity: 0;
  left: -40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item .award-img {
    display: none;
  }
}
.mt-award-item .item-year-title {
  gap: 20px 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .mt-award-item .item-year-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-award-item .item-year {
  color: #F1F1F1;
  line-height: 1;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-award-item .item-title {
  max-width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-award-item .item-title {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item .item-title {
    max-width: 700px;
  }
}
.mt-award-item .item-title h3 {
  color: #060606;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
}
.mt-award-item .item-arrow {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item .item-arrow {
    display: none;
  }
}
.mt-award-item .item-arrow a {
  z-index: 1;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #060606;
  font-size: 16px;
  position: relative;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #515151;
}
.mt-award-item .item-arrow a i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-award-item .item-arrow a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--mt-gradient);
}
.mt-award-item:hover:before {
  height: 100%;
}
.mt-award-item:hover .award-img {
  opacity: 1;
  left: 20px;
}
.mt-award-item:hover .item-year {
  color: #fff;
}
.mt-award-item:hover .item-year-title {
  -webkit-transform: translateX(180px);
          transform: translateX(180px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item:hover .item-year-title {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.mt-award-item:hover .item-arrow {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-item:hover .item-arrow {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.mt-award-item:hover .item-arrow a {
  border: 2px solid transparent;
}
.mt-award-item:hover .item-arrow a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-award-item:hover .item-arrow a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Counter Section*/
/*----------------------------------------------------*/
.mt-counter-section {
  margin: 0 auto;
  -webkit-mask-size: cover;
          mask-size: cover;
  padding-top: 240px;
  margin-top: -140px;
  padding-bottom: 120px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.mt-counter-content {
  gap: 20px;
  margin: 0 auto;
  max-width: 1140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-counter-content {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.mt-counter-item {
  width: 305px;
  height: 135px;
  padding-left: 55px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.78);
}
.mt-counter-item h3 {
  font-size: 48px;
  font-weight: 700;
}
.mt-counter-item p {
  font-size: 18px;
  color: var(--mt-title-color);
}

/*Home Page 3 Counter Section*/
/*------------------------------------------*/
.mt-counter-section-3 {
  overflow: hidden;
}

.mt-counter-content-3 {
  gap: 20px;
}

.mt-counter-item-3 {
  gap: 15px;
  position: relative;
}
.mt-counter-item-3:before {
  top: 0;
  right: -75px;
  content: "";
  width: 2px;
  height: 110px;
  position: absolute;
  background-color: #98e209;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-counter-item-3:before {
    display: none;
  }
}
.mt-counter-item-3:last-child:before {
  display: none;
}
.mt-counter-item-3:nth-child(even):before {
  right: -55px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mt-counter-item-3 .item-icon {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: var(--mt-gradient);
}
.mt-counter-item-3 .item-icon img {
  width: 25px;
  height: 25px;
}
.mt-counter-item-3 .item-text h3 {
  line-height: 1;
  font-size: 57px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-counter-item-3 .item-text h3 {
    font-size: 50px;
  }
}
.mt-counter-item-3 .item-text p {
  line-height: 1.2;
  max-width: 150px;
}

/*---------------------------------------------------- */
/*Service Section*/
/*----------------------------------------------------*/
.mt-service-section .mt-service-shape {
  top: -65px;
  left: -45px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-section .mt-service-shape {
    display: none;
  }
}
.mt-service-section .mt-service-shape-2 {
  left: 0;
  bottom: -60px;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-section .mt-service-shape-2 {
    display: none;
  }
}
.mt-service-section.active .mt-service-shape {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mt-service-section.active .mt-service-shape-2 {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.mt-service-cta {
  gap: 15px;
  left: 45px;
  bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-cta {
    display: none !important;
  }
}
.mt-service-cta .item-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--mt-gradient-2);
}
.mt-service-cta .item-text span, .mt-service-cta .item-text a {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  color: var(--mt-title-color);
}

.mt-service-content {
  gap: 0px 80px;
  margin: 0 auto;
  max-width: 1140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-content {
    gap: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-service-text-area {
  max-width: 480px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-text-area {
    max-width: 100%;
  }
}
.mt-service-text-area .mt-section-title {
  margin-bottom: 45px;
}
.mt-service-text-area .mt-section-title p {
  font-size: 23px;
  font-weight: 600;
  max-width: 360px;
  padding-top: 15px;
  color: var(--mt-title-color);
}

.mt-service-accordion h3 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--mt-title-color);
}

.mt-service-accordion {
  width: 100%;
  max-width: 570px;
  margin-top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-accordion {
    max-width: 100%;
  }
}
.mt-service-accordion.ver_2 {
  margin: 0 auto;
  max-width: 840px;
}
.mt-service-accordion.ver_2 .accordion-button {
  font-size: 18px;
}
.mt-service-accordion .accordion-item,
.mt-service-accordion .accordion-button:not(.collapsed),
.mt-service-accordion .accordion-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-service-accordion .accordion-item {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid var(--mt-title-color);
}
.mt-service-accordion .accordion-button {
  padding: 0;
  border: none;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding: 20px 0px 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--mt-title-color);
}
@media (max-width: 480px) {
  .mt-service-accordion .accordion-button {
    font-size: 26px;
  }
}
.mt-service-accordion .accordion-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mt-service-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-service-accordion .accordion-body {
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  line-height: 30px;
  line-height: 1.667;
  padding-bottom: 30px;
}
.mt-service-accordion .accordion-body p {
  max-width: 420px;
}
.mt-service-accordion .accordion-body a {
  font-weight: 700;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  color: var(--mt-title-color);
}
.mt-service-accordion .accordion-body a i {
  font-size: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-service-accordion .accordion-body a:before {
  bottom: 0;
  width: 0%;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--mt-title-color);
}
.mt-service-accordion .accordion-body a:hover:before {
  width: 100%;
}
.mt-service-accordion .accordion-body a:hover i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mt-service-accordion .accordion-button::after {
  top: 20px;
  right: 22px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\f067";
  font-weight: 400;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Font Awesome 5 Free";
}
@media (max-width: 480px) {
  .mt-service-accordion .accordion-button::after {
    right: 0;
  }
}
.mt-service-accordion .accordion-button:not(.collapsed) {
  color: var(--mt-title-color);
}
.mt-service-accordion .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*Home Page 2  Service Section/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.mt-service-item-3 {
  padding: 30px 40px;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #fff;
}
.mt-service-item-3 .item-icon {
  width: 86px;
  height: 86px;
  margin-right: 25px;
}
.mt-service-item-3 .item-text span {
  color: #161414;
  font-size: 15px;
  display: block;
  font-weight: 600;
  padding-bottom: 5px;
}
.mt-service-item-3 .item-text .ser_title {
  color: #161414;
  font-size: 32px;
  font-weight: 700;
}
.mt-service-item-3 .item-text .ser_title a {
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .mt-service-item-3 .item-text .ser_title {
    font-size: 24px;
  }
}
.mt-service-item-3:hover .item-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}

.mt-bottom-text p {
  color: #161414;
  font-size: 20px;
  font-weight: 700;
}
.mt-bottom-text p a {
  text-decoration: underline;
}

/*Home Page 3  Service Section/
/*----------------------------------------------------*/
.mt-service-section-4 {
  z-index: 1;
  overflow: hidden;
}
.mt-service-section-4 .service-bg {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 93%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #19191a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-section-4 .service-bg {
    height: 100%;
  }
}

.mt-service-content-4 .mt-section-title {
  max-width: 590px;
}
.mt-service-content-4 .mt-section-title .subtitle-2 {
  border: 1px solid #527406;
}
.mt-service-content-4 .mt-section-title .sec_title {
  color: #fff;
}

.mt-service-tab-btn {
  margin-top: 70px;
}
.mt-service-tab-btn .nav-item {
  margin-right: 60px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-tab-btn .nav-item {
    margin-right: 40px;
    margin-bottom: 40px;
  }
}
.mt-service-tab-btn .nav-link {
  padding: 0;
  color: #fff;
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}
.mt-service-tab-btn .nav-link strong {
  position: relative;
}
.mt-service-tab-btn .nav-link strong:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 0%;
  margin: 0 auto;
  position: absolute;
  background-color: #4aff74;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-tab-btn .nav-link {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .mt-service-tab-btn .nav-link {
    font-size: 28px;
  }
}
.mt-service-tab-btn .nav-link.active {
  color: #4aff74;
}
.mt-service-tab-btn .nav-link.active strong:before {
  width: 100%;
}
.mt-service-tab-btn .nav-link span {
  top: -50px;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-tab-btn .nav-link span {
    top: -20px;
    margin-right: 10px;
  }
}

.mt-service-tab-desc {
  margin-top: -115px;
  padding-left: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-tab-desc {
    margin-top: 0px;
    padding-left: 0;
  }
}

.mt-service-item-4 {
  gap: 20px 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-item-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-service-item-4 .item-text {
  max-width: 320px;
  padding-top: 170px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-item-4 .item-text {
    max-width: 100%;
    padding-top: 40px;
  }
}
.mt-service-item-4 .item-text .item-title {
  gap: 15px;
  margin-bottom: 10px;
}
.mt-service-item-4 .item-text .item-title .item-icon {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: var(--mt-gradient);
}
.mt-service-item-4 .item-text .item-title .item-icon img {
  width: 20px;
  height: 20px;
}
.mt-service-item-4 .item-text .item-title .title-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.mt-service-item-4 .item-text p {
  color: #fff;
  font-weight: 300;
}
.mt-service-item-4 .item-img:before {
  top: 190px;
  height: 1px;
  content: "";
  left: -100px;
  width: 150px;
  position: absolute;
  background: var(--mt-gradient);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-item-4 .item-img:before {
    display: none;
  }
}

.mt-service-section-5 {
  margin-top: -75px;
  padding-top: 250px;
  background-color: #f6f6f6;
}

.mt-service-item-title {
  padding-top: 25px;
}
.mt-service-item-title .mt-section-title p {
  padding-top: 16px;
}

.mt-service-item-5 {
  z-index: 1;
  position: relative;
  padding: 45px 55px;
  border-radius: 20px;
  margin-bottom: 32px;
  background-color: #fff;
}
.mt-service-item-5:before {
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  height: 100%;
  z-index: -1;
  margin: 0 auto;
  border-radius: 20px;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--mt-gradient);
}
.mt-service-item-5 .item-icon {
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 25px;
  background-color: #f5f5f7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-service-item-5 .item-icon img {
  width: 40px;
  height: 40px;
}
.mt-service-item-5 .item-text .ser_title {
  color: #191917;
  font-size: 26px;
  font-weight: 700;
}
.mt-service-item-5 .item-text .ser_title a {
  padding-bottom: 0px;
}
.mt-service-item-5 .item-text p {
  padding-top: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-service-item-5:hover .item-icon {
  -webkit-animation: bounceIn 1s;
          animation: bounceIn 1s;
}
.mt-service-item-5:hover .item-text p {
  color: var(--mt-title-color);
}
.mt-service-item-5:hover:before {
  width: 100%;
}

/*Home Page 4  Service Section/
/*----------------------------------------------------*/
.mt-service-section-6 {
  background-color: #e4ebfc;
}

.mt-service-tab-btn-4 {
  max-width: 520px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-service-tab-btn-4 {
    max-width: 440px;
  }
}
.mt-service-tab-btn-4 .mt-section-title .sec_title {
  font-size: 50px;
}

.mt-service-content-6 {
  gap: 45px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-content-6 {
    gap: 45px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-content-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mt-service-tab-btn-list .nav {
  display: block;
}
.mt-service-tab-btn-list .nav-tabs .nav-link {
  width: 100%;
  color: #3d3d3d;
  font-size: 26px;
  font-weight: 500;
  max-width: 480px;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
  border-radius: 50px;
  padding: 30px 45px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-service-tab-btn-list .nav-tabs .nav-link span {
  font-weight: 500;
  margin-right: 15px;
}
.mt-service-tab-btn-list .nav-tabs .nav-link strong {
  font-weight: 500;
}
.mt-service-tab-btn-list .nav-tabs .nav-link i {
  top: 40px;
  right: 40px;
  position: absolute;
}
@media (max-width: 480px) {
  .mt-service-tab-btn-list .nav-tabs .nav-link i {
    display: none;
  }
}
@media (max-width: 480px) {
  .mt-service-tab-btn-list .nav-tabs .nav-link {
    font-size: 20px;
    padding: 20px 30px;
  }
}
.mt-service-tab-btn-list .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #020202;
}
.mt-service-tab-desc-4 {
  max-width: 720px;
}

.mt-service-desc-area {
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-service-desc-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-service-desc-area .ser-item-img {
  overflow: hidden;
  border-radius: 20px;
}

.service-item-area .service-item {
  z-index: 1;
  width: 100%;
  padding: 25px;
  max-width: 250px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #3d3d3d;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .service-item-area .service-item {
    max-width: 100%;
  }
}
.service-item-area .service-item:before {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 20px;
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-item-area .service-item:last-child {
  margin-bottom: 0;
}
.service-item-area .service-item .item-img {
  width: 100%;
  height: 70px;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 15px;
  border-bottom-left-radius: 0;
}
.service-item-area .service-item .item-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item-area .service-item .item-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.service-item-area .service-item .item-text p {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-item-area .service-item .item-text .read_more {
  color: #fff;
  width: 45px;
  display: block;
  height: 45px;
  text-align: center;
  line-height: 45px;
  margin: 15px auto 0;
  border-radius: 100%;
  background-color: #505050;
}
.service-item-area .service-item:hover:before {
  width: 100%;
}
.service-item-area .service-item:hover .item-text h3 {
  color: var(--mt-title-color);
}
.service-item-area .service-item:hover .item-text p {
  color: var(--mt-title-color);
}
.service-item-area .service-item:hover .item-text .read_more {
  color: var(--mt-title-color);
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mt-service-feed-section .mt-container-1 {
  max-width: 1300px;
}
.mt-service-feed-section .mt-section-title {
  margin: 0 auto;
  max-width: 622px;
}
.mt-service-feed-section .mt-section-title p {
  max-width: 580px;
  padding-top: 15px;
}

.mt-service-feed-item {
  padding: 50px;
  margin: 0 auto;
  max-width: 622px;
  border-radius: 8px;
  margin-bottom: 32px;
  background-color: #F7F7F8;
}
.mt-service-feed-item .item-icon {
  width: 145px;
  height: 120px;
  margin-bottom: 40px;
}
.mt-service-feed-item .item-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}

.mt-ser-img-text-content {
  margin: 0 auto;
  max-width: 1100px;
}

.mt-service-img-wrap {
  gap: 30px 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-service-img-wrap .mt-section-title {
  max-width: 574px;
  text-align: right;
  padding: 40px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-img-wrap .mt-section-title {
    max-width: 100%;
    text-align: center;
  }
}
.mt-service-img-wrap .mt-service-img-2 {
  max-width: 525px;
  overflow: hidden;
  border-top-right-radius: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-img-wrap .mt-service-img-2 {
    max-width: 100%;
    border-radius: 0;
  }
}
.mt-service-img-wrap .mt-service-img-2.ver_2 {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-img-wrap .mt-service-img-2.ver_2 {
    max-width: 100%;
    border-radius: 0;
  }
}
.mt-service-img-wrap .mt-service-img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-ser-text-list {
  max-width: 430px;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-text-list {
    max-width: 100%;
  }
}
.mt-ser-text-list .list-item {
  z-index: 1;
  padding-left: 24px;
  margin-bottom: 65px;
}
.mt-ser-text-list .list-item:last-child {
  margin-bottom: 0;
}
.mt-ser-text-list .list-item span {
  left: 0;
  top: -20px;
  z-index: -1;
  line-height: 1;
  color: #E8E6DC;
  font-size: 65px;
  font-weight: 700;
  position: absolute;
}
.mt-ser-text-list .list-item h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}
.mt-ser-text-list .list-item p {
  color: #313030;
}

.mt-service-details-content {
  z-index: 1;
  margin-top: -150px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-service-details-content {
    margin-top: 40px;
  }
}

.ser-details-text p {
  color: #313030;
  font-size: 18px;
  padding-bottom: 30px;
}
.ser-details-text h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 25px;
  color: var(--mt-title-color);
}
.ser-details-text .ser-details-feature {
  gap: 32px;
}
.ser-details-text .feature-list {
  gap: 16px;
  padding: 30px;
  border-radius: 8px;
  background-color: #F7F7F8;
}
.ser-details-text .feature-list .item-icon {
  width: 44px;
  height: 44px;
}
.ser-details-text .feature-list .item-text {
  color: #000000;
  line-height: 1.4;
  max-width: 220px;
  font-weight: 500;
}

.mt-ser-detail-feed-section {
  background-color: #E8E6DC;
}

.mt-ser-detail-feed-item {
  max-width: 404px;
  overflow: hidden;
  margin-left: -120px;
  display: inline-block;
  border-radius: 300px;
  border: 16px solid #E8E6DC;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-ser-detail-feed-item {
    margin-left: -160px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-ser-detail-feed-item {
    margin: 5px;
  }
}
.mt-ser-detail-feed-item:nth-child(1) {
  margin-left: 0;
}
.mt-ser-detail-feed-item:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 300px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.mt-ser-detail-feed-item .item-text {
  top: 60%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  max-width: 285px;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mt-ser-detail-feed-item .item-text .inner-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto;
  margin-bottom: 35px;
  background: var(--mt-gradient);
  border-radius: 100%;
}
.mt-ser-detail-feed-item .item-text .inner-text h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
}
.mt-ser-detail-feed-item .item-text .inner-text p {
  color: #fff;
}
.mt-ser-detail-feed-item:hover {
  z-index: 2;
}
.mt-ser-detail-feed-item:hover .item-text {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.mt-ser-detail-feed-item:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt-ser-counter-img {
  gap: 30px 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-counter-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-ser-counter-img .item-img {
  overflow: hidden;
  max-width: 584px;
  border-radius: 10px;
}
.mt-ser-counter-img .item-text {
  max-width: 622px;
}
.mt-ser-counter-img .item-text .mt-section-title p {
  padding-top: 20px;
}

.mt-ser-counter-content {
  gap: 50px;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-ser-counter-content {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-counter-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-ser-counter-content .item-img {
  overflow: hidden;
  max-width: 478px;
  border-radius: 10px;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-ser-counter-content .item-img {
    padding-top: 40px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.mt-ser-counter-content .item-text {
  gap: 30px 40px;
  max-width: 792px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-counter-content .item-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-ser-counter-content .item-counter {
  max-width: 376px;
}
.mt-ser-counter-content .item-counter h3 {
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
  padding-bottom: 30px;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
  border-bottom: 1px solid #E8E6DC;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-ser-counter-content .item-counter h3 {
    font-size: 70px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-ser-counter-content .item-counter h3 {
    font-size: 50px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .mt-ser-counter-content .item-counter h3 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.mt-ser-counter-content .item-counter h2 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}

.mt-ser-why-choose-section {
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-why-choose-section {
    padding-top: 0;
  }
}
.mt-ser-why-choose-section .mt-ser-why-choose-img {
  top: 0;
  left: 0;
  width: 47%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-ser-why-choose-section .mt-ser-why-choose-img {
    width: 42%;
  }
}
.mt-ser-why-choose-section .mt-ser-why-choose-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-why-choose-section .mt-ser-why-choose-img {
    display: none;
  }
}

.mt-ser-why-choose-steps {
  z-index: 1;
}
.mt-ser-why-choose-steps:before {
  z-index: -1;
  left: 25px;
  top: 30px;
  width: 1px;
  height: 80%;
  content: "";
  position: absolute;
  background: var(--mt-gradient);
}
@media (max-width: 767px) {
  .mt-ser-why-choose-steps:before {
    display: none;
  }
}

.mt-ser-why-choose-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-ser-why-choose-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-ser-why-choose-content .mt-ser-why-choose-text {
  max-width: 670px;
}
.mt-ser-why-choose-content .mt-ser-why-choose-text .mt-section-title p {
  max-width: 665px;
  padding-top: 22px;
}
.mt-ser-why-choose-content .mt-ser-why-choose-text .steps-item-wrap {
  gap: 10px 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mt-ser-why-choose-content .mt-ser-why-choose-text .steps-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-ser-why-choose-content .mt-ser-why-choose-text .steps-item-wrap:last-child {
  margin-bottom: 0;
}
.mt-ser-why-choose-content .mt-ser-why-choose-text .steps-item-wrap .item-serial {
  width: 52px;
  height: 52px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 100%;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
.mt-ser-why-choose-content .mt-ser-why-choose-text .steps-item-wrap .item-text {
  max-width: 505px;
}
.mt-ser-why-choose-content .mt-ser-why-choose-text .steps-item-wrap .item-text h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}

/*---------------------------------------------------- */
/*Testimonial Section*/
/*----------------------------------------------------*/
.mt-testimonial-section {
  margin: 0 auto;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #e8e6dc;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.mt-testimonial-top {
  gap: 20px 30px;
  margin-bottom: 40px;
}
.mt-testimonial-top .top-text {
  font-size: 23px;
  max-width: 400px;
  font-weight: 600;
  line-height: 1.522;
  color: var(--mt-title-color);
}

.mt-testimonial-content {
  gap: 20px;
  max-width: 1250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-testimonial-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-testimonial-item {
  width: 100%;
  max-width: 145px;
  height: 540px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-testimonial-item {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
.mt-testimonial-item.active {
  width: 100%;
  max-width: 922px;
}
.mt-testimonial-item.active .item-img {
  width: 330px;
}
.mt-testimonial-item.active .item-img:before, .mt-testimonial-item.active .item-img:after {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.mt-testimonial-item.active .item-img:before {
  top: -50px;
}
.mt-testimonial-item.active .item-img:after {
  bottom: -50px;
}
.mt-testimonial-item.active .item-text {
  opacity: 1;
  width: 100%;
  max-width: 588px;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  padding: 78px 50px 60px 75px;
}
@media (max-width: 767px) {
  .mt-testimonial-item.active .item-text {
    max-width: 100%;
    padding: 50px 30px 50px 30px;
  }
}
.mt-testimonial-item.active .item-text .item-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mt-testimonial-item.active .item-text .item-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.mt-testimonial-item.active .item-text .rate-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.mt-testimonial-item .item-img {
  width: 145px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-testimonial-item .item-img:before, .mt-testimonial-item .item-img:after {
  left: 0;
  right: 0;
  width: 45px;
  content: "";
  height: 45px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-testimonial-item .item-img:before {
  top: -20px;
}
.mt-testimonial-item .item-img:after {
  bottom: -20px;
}
.mt-testimonial-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-testimonial-item .item-img {
    width: 330px;
  }
  .mt-testimonial-item .item-img:before, .mt-testimonial-item .item-img:after {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .mt-testimonial-item .item-img:before {
    top: -50px;
  }
  .mt-testimonial-item .item-img:after {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .mt-testimonial-item .item-img {
    display: none;
  }
}
.mt-testimonial-item .item-text {
  width: 0;
  padding: 0;
  opacity: 0;
  max-width: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-origin: left;
          transform-origin: left;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.mt-testimonial-item .item-text .item-icon {
  top: 35px;
  left: -35px;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-testimonial-item .item-text .item-icon i {
  color: var(--mt-title-color);
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 45px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--mt-gradient);
}
@media (max-width: 767px) {
  .mt-testimonial-item .item-text .item-icon {
    display: none;
  }
}
.mt-testimonial-item .item-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}
.mt-testimonial-item .item-text .item-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-testimonial-item .item-text .rate-name {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-testimonial-item .item-text .rate-name ul {
  margin-bottom: 30px;
}
.mt-testimonial-item .item-text .rate-name li {
  color: #efcc4c;
}
.mt-testimonial-item .item-text .rate-name h4 {
  font-size: 24px;
  font-weight: 700;
}
.mt-testimonial-item .item-text .rate-name span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-testimonial-item .item-text {
    opacity: 1;
    width: 100%;
    max-width: 588px;
    visibility: visible;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    padding: 78px 50px 60px 75px;
  }
  .mt-testimonial-item .item-text .item-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .mt-testimonial-item .item-text .item-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .mt-testimonial-item .item-text .rate-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
}
@media (max-width: 767px) {
  .mt-testimonial-item .item-text {
    width: 100%;
    max-width: 100%;
    padding: 50px 30px 50px 30px;
  }
}

.mt-testimonial-content.active .mt-testimonial-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*Testimonial 3 Section Home Page 3*/
/*-------------------------------*/
.mt-testimonial-content-3 {
  gap: 30px 60px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-content-3 {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-testimonial-thumb {
  max-width: 420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-thumb {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-thumb {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .testimonial-thumbs-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .testimonial-thumbs-area {
    max-width: 420px;
  }
}
.testimonial-thumbs-area .testi-thumb {
  width: 120px;
  height: 132px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f0f0f0;
}
@media (max-width: 480px) {
  .testimonial-thumbs-area .testi-thumb {
    width: 80px;
    height: 80px;
  }
}

.mt-testimonial-slide-wrap {
  max-width: 815px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-testimonial-slide-wrap {
    max-width: 700px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-slide-wrap {
    max-width: 100%;
  }
}

.mt-testi-item-3 {
  gap: 30px 45px;
  overflow: hidden;
  padding-left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testi-item-3 {
    gap: 30px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testi-item-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-testi-item-3 .item-img {
  position: relative;
}
.mt-testi-item-3 .item-img:before {
  top: 0;
  opacity: 0;
  z-index: 1;
  left: 15px;
  line-height: 1;
  font-size: 80px;
  font-weight: 900;
  content: "\f10d";
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: "Font Awesome 6 Free";
}
.mt-testi-item-3 .item-img .inner-img {
  overflow: hidden;
  max-width: 400px;
  border-radius: 20px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
          clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
}
.mt-testi-item-3 .item-text {
  max-width: 375px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testi-item-3 .item-text {
    max-width: 100%;
  }
}
.mt-testi-item-3 .item-text p {
  color: #152830;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 22px;
}
.mt-testi-item-3 .item-text .item-author li {
  color: #000000;
  font-size: 16px;
}
.mt-testi-item-3 .item-text .item-author .name-degi {
  margin-top: 10px;
}
.mt-testi-item-3 .item-text .item-author .name-degi h3 {
  color: #30ff9f;
}
.mt-testi-item-3 .item-text .item-author .name-degi span {
  color: #737879;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  position: relative;
  padding-left: 10px;
  letter-spacing: 2px;
}
.mt-testi-item-3 .item-text .item-author .name-degi span:before {
  left: 0;
  top: 15px;
  content: "";
  height: 2px;
  width: 5px;
  position: absolute;
  background-color: #737879;
}

.swiper-slide-active .mt-testi-item-3 .item-img:before {
  opacity: 1;
  left: -15px;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .mt-testi-item-3 .item-img .inner-img {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
          clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
}
.swiper-slide-active .mt-testi-item-3 .item-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*Testimonial 4 Section Home Page 4*/
/*-------------------------------*/
.mt-testimonial-section-4 {
  overflow: hidden;
}

.mt-testimonial-content-4 {
  gap: 30px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-testimonial-img-wrap-4 {
  max-width: 425px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-img-wrap-4 {
    max-width: 300px;
    margin: 0 auto;
  }
}

.mt-testi-img-4 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-testimonial-img-thumb {
  height: 520px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-img-thumb {
    height: 400px;
  }
}
.mt-testimonial-img-thumb .swiper-slide {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(100px) !important;
          transform: translateY(100px) !important;
}
.mt-testimonial-img-thumb .swiper-slide .mt-testi-img-4 {
  width: 140px;
  height: 350px;
  overflow: hidden;
  border-radius: 300px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-testimonial-img-thumb .swiper-slide.swiper-slide-active {
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateX(-70px) !important;
          transform: translateX(-70px) !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-img-thumb .swiper-slide.swiper-slide-active {
    -webkit-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
}
.mt-testimonial-img-thumb .swiper-slide.swiper-slide-active .mt-testi-img-4 {
  height: 520px;
  width: 288px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-img-thumb .swiper-slide.swiper-slide-active .mt-testi-img-4 {
    height: 400px;
  }
}

.mt-testimonial-text-wrap-4 {
  max-width: 635px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-testimonial-text-wrap-4 {
    max-width: 600px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-text-wrap-4 {
    max-width: 100%;
  }
}
.mt-testimonial-text-wrap-4 h3 {
  font-size: 45px;
  font-weight: 700;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-text-wrap-4 h3 {
    font-size: 30px;
  }
}

.mt-testimonial-item-4 p {
  opacity: 0;
  font-size: 23px;
  font-weight: 300;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-item-4 p {
    font-size: 20px;
  }
}
.mt-testimonial-item-4 .mt-testi-author {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mt-testimonial-item-4 .mt-testi-author h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 8px;
  color: var(--mt-title-color);
}
.mt-testimonial-item-4 .mt-testi-author span {
  color: #6e6e6e;
  font-size: 17px;
}

.swiper-slide-active .mt-testimonial-item-4 p {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.swiper-slide-active .mt-testimonial-item-4 .mt-testi-author {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-nav-4 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-nav-4 .nav-wrap {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-testimonial-nav-4 .nav-wrap .mt-test-prev-4,
.mt-testimonial-nav-4 .nav-wrap .mt-test-next-4 {
  color: #fff;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0px;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-testimonial-nav-4 .nav-wrap .mt-test-prev-4,
  .mt-testimonial-nav-4 .nav-wrap .mt-test-next-4 {
    margin: 0;
  }
}
.mt-testimonial-nav-4 .nav-wrap .mt-test-prev-4:hover,
.mt-testimonial-nav-4 .nav-wrap .mt-test-next-4:hover {
  color: var(--mt-title-color);
  background-color: #3eff88;
}

/*---------------------------------------------------- */
/*Sponsor Section*/
/*----------------------------------------------------*/
.mt-sponsor-area {
  max-width: 1250px;
}

.mt-sponsor-item {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mt-sponsor-item .img_1 {
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
}
.mt-sponsor-item .img_2 {
  left: 0;
  top: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 500ms var(--cube-1);
  transition: 500ms var(--cube-1);
}
@media (max-width: 767px), (max-width: 480px) {
  .mt-sponsor-item .img_2 {
    display: none;
  }
}
.mt-sponsor-item:hover .img_1 {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.mt-sponsor-item:hover .img_2 {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*Home Page 2  Client Section/
/*----------------------------------------------------*/
.mt-client-content {
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #F2F2F2;
}
@media (max-width: 767px), (max-width: 480px) {
  .mt-client-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-client-item {
  width: 25%;
  height: 160px;
  cursor: pointer;
  border: 1px solid #F2F2F2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-client-item {
    height: 130px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .mt-client-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .mt-client-item {
    width: 100%;
  }
}
.mt-client-item:before, .mt-client-item:after {
  top: 0px;
  content: "";
  position: absolute;
  z-index: 4;
  height: 1px;
  left: 0px;
  right: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  background-color: #000000;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mt-client-item:after {
  top: auto;
  bottom: 0px;
}
.mt-client-item .hover-border {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.mt-client-item .hover-border:before, .mt-client-item .hover-border:after {
  left: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  z-index: -1;
  width: 1px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  background-color: #000000;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mt-client-item .hover-border:after {
  left: auto;
  right: 0px;
}
.mt-client-item .img_1 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-client-item .img_2 {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.mt-client-item:hover:before, .mt-client-item:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mt-client-item:hover .hover-border:before, .mt-client-item:hover .hover-border:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mt-client-item:hover .img_1 {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.mt-client-item:hover .img_2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*Home Page 4  Client Section/
/*----------------------------------------------------*/
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.mt-sponsor-section-3 {
  background-color: #e4eafc;
}

.mt-sponsor-content-3 {
  top:-75px;
  padding: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), (max-width: 480px) {
  .mt-sponsor-content-3 {
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-sponsor-content-3 .sponsor-item {
  width: 25%;
  border: 1px solid #e9e9e9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sponsor-content-3 .sponsor-item {
    width: 33.33%;
  }
}
@media (max-width: 767px), (max-width: 480px) {
  .mt-sponsor-content-3 .sponsor-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .mt-sponsor-content-3 .sponsor-item {
    width: 100%;
  }
}
.mt-sponsor-content-3 .sponsor-item .inner-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 185px;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px), (max-width: 480px) {
  .mt-sponsor-content-3 .sponsor-item .inner-img {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .mt-sponsor-content-3 .sponsor-item .inner-img {
    height: 185px;
  }
}
.mt-sponsor-content-3 .sponsor-item:hover .inner-img {
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

/*---------------------------------------------------- */
/*Portfolio Section*/
/*----------------------------------------------------*/
.mt-portfolio-section {
  z-index: 1;
  overflow: hidden;
}
.mt-portfolio-section .title-text-bg {
  top: 70px;
  left: 70px;
  z-index: -1;
  line-height: 1;
  font-size: 588px;
  font-weight: 700;
  position: absolute;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-portfolio-section .title-text-bg {
    display: none;
  }
}

.mt-portfolio-slider {
  padding: 0px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-portfolio-slider {
    margin: 0px 0px;
  }
}

.mt-portfolio-item {
  max-width: 414px;
  margin: 0 auto;
}
.mt-portfolio-item .item-img {
  overflow: hidden;
  margin-top: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mt-portfolio-item .item-img img {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mt-portfolio-item .item-text .project_title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 8px;
}
.mt-portfolio-item .item-text .port_cate {
  margin-top: 10px;
}
.mt-portfolio-item .item-text .port_cate a {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  padding: 6px 10px;
  margin: 3px;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid var(--mt-title-color);
}
.mt-portfolio-item:hover .item-img {
  -webkit-box-shadow: 0 1px 20px 8px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0 1px 20px 8px rgba(0, 0, 0, 0.3019607843);
}
.mt-portfolio-item:hover .item-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mt-port-nav {
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-port-nav {
    gap: 15px;
  }
}
.mt-port-nav div {
  z-index: 1;
  width: 85px;
  height: 85px;
  font-size: 24px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  color: var(--mt-title-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 2px solid var(--mt-title-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-port-nav div {
    height: 60px;
    width: 60px;
  }
}
.mt-port-nav div:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--mt-gradient-2);
}
.mt-port-nav div:hover {
  color: #fff;
  border: 2px solid transparent;
}
.mt-port-nav div:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt-portfolio-nav-arrow {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1290px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-portfolio-nav-arrow {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mt-portfolio-nav-arrow {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/*Home Page 2  Portfolio Section/
/*----------------------------------------------------*/
.mt-portfolio-section-2 {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-section-2 {
    padding: 0px 15px;
  }
}

.mt-portfolio-content-2 {
  margin: 0 auto;
  max-width: 1920px;
}

.mt-portfolio-wrap {
  max-width: 1600px;
}

.mt-portfolio-top {
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.mt-portfolio-top .mt-section-title {
  max-width: 460px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-top .mt-section-title {
    max-width: 390px;
  }
}
.mt-portfolio-top .mt-section-title p {
  padding-top: 10px;
}

.mt-portfolio-item-wrap {
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mt-portfolio-item-2 {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-item-2 {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .mt-portfolio-item-2 {
    width: 100%;
  }
}
.mt-portfolio-item-2:before {
  top: 0;
  content: "";
  opacity: 0.7;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  background: var(--mt-gradient);
  -webkit-transform: scale3d(0.5, 0, 0.5);
          transform: scale3d(0.5, 0, 0.5);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-item-2 .item-img {
    height: 100%;
  }
  .mt-portfolio-item-2 .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mt-portfolio-item-2 .item-text {
  left: 10px;
  opacity: 0;
  right: 10px;
  bottom: -50px;
  margin: 0 auto;
  max-width: 90%;
  position: absolute;
  visibility: hidden;
  padding: 18px 20px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-portfolio-item-2 .item-text span {
  color: #191917;
  font-size: 16px;
  font-weight: 700;
}
.mt-portfolio-item-2 .item-text .project_title {
  color: #191917;
  font-size: 26px;
  font-weight: 700;
}
.mt-portfolio-item-2 .item-text .project_title a {
  padding-bottom: 0;
}
.mt-portfolio-item-2 .item-text .item_arrow {
  top: 0;
  right: 0;
  width: 55px;
  height: 100%;
  background-color: #191917;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mt-portfolio-item-2 .item-text .item_arrow {
    width: 30px;
  }
}
.mt-portfolio-item-2 .item-text .item_arrow i {
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-item-2 .item-text .item_arrow {
    display: none !important;
  }
}
.mt-portfolio-item-2:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.mt-portfolio-item-2:hover .item-text {
  opacity: 1;
  bottom: 10px;
  visibility: visible;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

/*Home Page 3  Portfolio Section/
/*----------------------------------------------------*/
.mt-portfolio-content-3 {
  max-width: 1620px;
  margin: 50px auto 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-slider-nav {
    gap: 15px;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-portfolio-slider-nav div {
  top: 50%;
  z-index: 1;
  width: 60px;
  z-index: 2;
  height: 60px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mt-portfolio-slider-nav div:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-slider-nav div {
    color: var(--mt-title-color);
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid var(--mt-title-color);
  }
}
.mt-portfolio-slider-nav div:hover {
  border: 0px solid transparent;
}
.mt-portfolio-slider-nav div:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mt-portfolio-slider-nav .mt-port-prev {
  left: 15px;
}
.mt-portfolio-slider-nav .mt-port-next {
  right: 15px;
}

.mt-portfolio-item-3 {
  margin: 0 auto;
  max-width: 510px;
  overflow: hidden;
  border-radius: 30px;
}
.mt-portfolio-item-3 .port-shape {
  left: -50%;
  bottom: -150%;
  height: 735px;
  width: 1400px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mt-portfolio-item-3 .item-text {
  left: 40px;
  bottom: 40px;
  position: absolute;
}
@media (max-width: 767px) {
  .mt-portfolio-item-3 .item-text {
    left: 20px;
    bottom: 20px;
  }
}
.mt-portfolio-item-3 .item-text .port-cate {
  opacity: 0;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  position: relative;
  margin-left: 22px;
  margin-bottom: -7px;
  display: inline-block;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-portfolio-item-3 .item-text .port_title {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-portfolio-item-3 .item-text .port_title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #fff;
  color: var(--mt-title-color);
  padding: 12px 85px 12px 25px;
}
.mt-portfolio-item-3 .item-text .port_title a i {
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--mt-gradient);
}
.mt-portfolio-item-3:hover .port-shape {
  bottom: -100%;
}
.mt-portfolio-item-3:hover .item-text .port-cate {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mt-portfolio-item-3:hover .item-text .port_title {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*Home Page 4  Portfolio Section/
/*----------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-content-4 .pl-90 {
    padding-left: 0;
  }
}

.mt-portfolio-item-4 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-item-4 {
    text-align: center;
  }
}
.mt-portfolio-item-4 .item-img {
  margin-bottom: 25px;
  overflow: hidden;
}
.mt-portfolio-item-4 .item-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-portfolio-item-4 .item-text {
  max-width: 485px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-portfolio-item-4 .item-text {
    margin: 0 auto;
  }
}
.mt-portfolio-item-4 .item-text .item-cate {
  margin-bottom: 10px;
}
.mt-portfolio-item-4 .item-text .item-cate a {
  color: #616161;
  position: relative;
  margin-right: 20px;
}
.mt-portfolio-item-4 .item-text .item-cate a:last-child {
  margin-right: 0;
}
.mt-portfolio-item-4 .item-text .item-cate a:last-child:before {
  display: none;
}
.mt-portfolio-item-4 .item-text .item-cate a:before {
  top: -2px;
  right: -16px;
  content: "/";
  color: #616161;
  position: absolute;
}
.mt-portfolio-item-4 .item-text .port_title {
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--mt-title-color);
}
@media (max-width: 480px) {
  .mt-portfolio-item-4 .item-text .port_title {
    font-size: 26px;
  }
}
.mt-portfolio-item-4 .item-text .read_more {
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: var(--mt-title-color);
}
.mt-portfolio-item-4 .item-text .read_more i {
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-portfolio-item-4 .item-text .read_more:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 0%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: var(--mt-title-color);
}
.mt-portfolio-item-4 .item-text .read_more:hover:before {
  width: 100%;
}
.mt-portfolio-item-4 .item-text .read_more:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-portfolio-item-4:hover .item-img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .read_more_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.read_more_btn a {
  width: 195px;
  height: 195px;
  font-weight: 700;
  border-radius: 100%;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .read_more_btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.read_more_btn a:hover {
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}

/*Portfolio Page/
/*----------------------------------------------------*/
.mt-portfolio-feed-section .mt-section-title {
  max-width: 1045px;
}

.mt-portfolio-feed-content {
  margin: 0 auto;
  max-width: 1275px;
}

.mt-portfolio-feed-item .item-img {
  margin-bottom: 25px;
}
.mt-portfolio-feed-item .item-text .port_title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--mt-title-color);
}
.mt-portfolio-feed-item .item-text .port-cate a {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 100px;
  display: inline-block;
  background-color: #F3F3F4;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

/*Portfolio Details Page/
/*----------------------------------------------------*/
.mt-portfolio-thumb {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border-radius: 18px;
  position: relative;
  margin-top: -150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-portfolio-thumb {
    margin-top: 40px;
  }
}

.mt-portfolio-details-text {
  margin: 0 auto;
  max-width: 735px;
}

.mt-gallery-wrap {
  margin: 0 auto;
  max-width: 1060px;
}

.mt-portfolio-details-text h3, .mt-portfolio-details-text h2 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--mt-title-color);
}
.mt-portfolio-details-text h2 {
  font-size: 32px;
}
.mt-portfolio-details-text p {
  padding-bottom: 30px;
}
.mt-portfolio-details-text ul {
  margin-bottom: 50px;
}
.mt-portfolio-details-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.mt-portfolio-details-text ul li i {
  padding-right: 10px;
  color: var(--mt-title-color);
}

.mt-pd-item-img {
  overflow: hidden;
  border-radius: 20px;
}

.mt-gallery-wrap .g-inner-item {
  margin-bottom: 30px;
}
.mt-gallery-wrap .item-img {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.mt-gallery-wrap .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---------------------------------------------------- */
/*Blog Section*/
/*----------------------------------------------------*/
.mt-blog-content {
  gap: 30px 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-blog-content {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-blog-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mt-blog-text-area {
  max-width: 430px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-blog-text-area {
    max-width: 735px;
  }
}
.mt-blog-text-area .mt-section-title p {
  padding-top: 15px;
}

.mt-blog-item-content {
  gap: 24px;
  max-width: 735px;
}
@media (max-width: 767px) {
  .mt-blog-item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-blog-item {
  max-width: 356px;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 117px 0px rgba(196, 196, 196, 0.28);
          box-shadow: 0px 0px 117px 0px rgba(196, 196, 196, 0.28);
}
.mt-blog-item .item-img-meta .item-img {
  overflow: hidden;
}
.mt-blog-item .item-img-meta .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-item .item-meta {
  color: var(--mt-title-color);
  bottom: 18px;
  left: 40px;
  line-height: 1;
  font-weight: 700;
  padding: 12px 20px;
  font-size: 12px;
  position: absolute;
  border-radius: 30px;
  background: var(--mt-gradient);
}
.mt-blog-item .item-text {
  padding: 30px 45px;
}
.mt-blog-item .item-text .blog_title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.mt-blog-item .item-text .blog_title a {
  padding-bottom: 1px;
}
.mt-blog-item:hover .item-img-meta .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt-blog-item-3 {
  max-width: 405px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f9f9f9;
}
.mt-blog-item-3 .item-img {
  overflow: hidden;
}
.mt-blog-item-3 .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-item-3 .item-text-wrap {
  padding: 30px 40px;
}
@media (max-width: 480px) {
  .mt-blog-item-3 .item-text-wrap {
    padding: 30px 20px;
  }
}
.mt-blog-item-3 .item-meta {
  z-index: 1;
  margin-top: -55px;
  position: relative;
}
.mt-blog-item-3 .item-meta a {
  width: 100%;
  color: #191917;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  white-space: nowrap;
  display: inline-block;
  background-color: #62ff4c;
}
.mt-blog-item-3 .item-meta a i {
  margin-right: 5px;
}
.mt-blog-item-3 .item-meta a:nth-child(2) {
  background-color: #00ffef;
}
.mt-blog-item-3 .item-text .blog_title {
  color: #252525;
  font-size: 25px;
  font-weight: 700;
}
.mt-blog-item-3 .item-text .blog_title a {
  padding-bottom: 1px;
}
.mt-blog-item-3 .item-text p {
  padding-top: 15px;
}
.mt-blog-item-3:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt-blog-content-3 .blog-pagination {
  height: 20px;
}
.mt-blog-content-3 .blog-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 0px 4px;
  border-radius: 100%;
  background-color: #313131;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-content-3 .blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #26263e;
}

.mt-blog-item-4 {
  margin: 0 auto;
  max-width: 395px;
  margin-bottom: 30px;
}
.mt-blog-item-4 .item-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
}
.mt-blog-item-4 .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-item-4 .item-text .item_cate {
  display: inline-block;
  margin-bottom: 15px;
}
.mt-blog-item-4 .item-text .item_cate a {
  font-size: 15px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 5px;
  display: inline-block;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
.mt-blog-item-4 .item-text .blog_title {
  padding-bottom: 8px;
}
.mt-blog-item-4 .item-text .blog_title a {
  font-size: 27px;
  font-weight: 700;
  display: inline-block;
  color: var(--mt-title-color);
}
.mt-blog-item-4 .item-text .blog-mata a {
  font-size: 15px;
  font-weight: 700;
  margin-right: 40px;
  position: relative;
}
.mt-blog-item-4 .item-text .blog-mata a:before {
  top: 10px;
  width: 20px;
  content: "";
  height: 2px;
  right: -33px;
  position: absolute;
  border-radius: 20px;
  background-color: #d8d8d8;
}
.mt-blog-item-4 .item-text .blog-mata a:last-child {
  margin-right: 0;
}
.mt-blog-item-4 .item-text .blog-mata a i {
  margin-right: 5px;
}
.mt-blog-item-4:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mt-blog-feed-list-content {
  margin: 80px auto 0;
  max-width: 1280px;
}

.mt-blog-feature-feed {
  gap: 20px 40px;
}
.mt-blog-feature-feed .item-img {
  overflow: hidden;
  max-width: 622px;
  border-radius: 20px;
}
.mt-blog-feature-feed .item-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-feature-feed .item-text {
  max-width: 585px;
}
.mt-blog-feature-feed .item-text .blog-meta {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
.mt-blog-feature-feed .item-text .blog_title {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--mt-title-color);
}
.mt-blog-feature-feed:hover .item-img img {
  -webkit-transform: scale(1.05) rotate(2deg);
          transform: scale(1.05) rotate(2deg);
}

.mt-blog-feed-item {
  overflow: hidden;
  max-width: 404px;
  margin-bottom: 32px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.mt-blog-feed-item .item-img {
  overflow: hidden;
}
.mt-blog-feed-item .item-img img {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-feed-item .blog-meta {
  left: 44px;
  bottom: 32px;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  display: inline-block;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
.mt-blog-feed-item .item-text {
  padding: 30px 40px;
}
.mt-blog-feed-item .item-text .blog_title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}
.mt-blog-feed-item:hover .item-img img {
  -webkit-transform: scale(1.05) rotate(2deg);
          transform: scale(1.05) rotate(2deg);
}

.mt-pagination ul {
  padding: 4px;
  border-radius: 100px;
  display: inline-block;
  background-color: #EFEFF0;
}
.mt-pagination ul li {
  margin: 4px;
}
.mt-pagination ul li a,
.mt-pagination ul li span
 {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #888888;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.mt-pagination ul li span.current,
.mt-pagination ul li a:hover {
  color: #C9F7CA;
  background-color: #22282F;
}

.blog-item-meta {
  margin-bottom: 22px;
  padding-bottom: 12px;
  padding: 0px 40px 12px;
}
.blog-item-meta a {
  color: #504E4E;
  margin-right: 50px;
}
@media (max-width: 767px), (max-width: 480px) {
  .blog-item-meta a {
    margin-right: 15px;
  }
}
.blog-item-meta a i {
  margin-right: 8px;
}
.blog-item-meta a:last-child {
  margin-right: 0;
}

.art-blog-list-item {
  margin: 0 auto;
  max-width: 800px;
  border-radius: 20px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
.art-blog-list-item .item-img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.art-blog-list-item .item-text {
  padding: 0px 40px 20px;
}
.art-blog-list-item .item-text .blog_title {
  color: #261723;
  font-size: 31px;
  font-weight: 500;
  padding-bottom: 10px;
}
.art-blog-list-item .item-text p {
  padding-bottom: 18px;
}
.art-blog-list-item .item-text .read_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #504E4E;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-blog-list-item .item-text .read_more span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--mt-gradient);
}
.art-blog-list-item .item-text .read_more:hover {
  letter-spacing: 2px;
}

.blog-item-arrow .nav-arrow {
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  color: #fff;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.blog-item-arrow .nav-arrow:hover {
  color: #fff;
  border: 2px solid var(--mt-gradient);
  background: var(--mt-gradient);
}
.blog-item-arrow .log-blog-button-prev {
  left: 30px;
}
.blog-item-arrow .log-blog-button-next {
  right: 30px;
}

.mt-blog-details-hero {
  z-index: 1;
  padding-top: 260px;
}
.mt-blog-details-hero .thumb-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 72%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-blog-details-hero .thumb-bg {
    height: 100%;
  }
}
.mt-blog-details-hero .thumb-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-blog-thumb-content .back_btn a {
  font-weight: 500;
}
.mt-blog-thumb-content .back_btn a i {
  margin-right: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-blog-thumb-content .back_btn a:hover i {
  margin-right: 12px;
}
.mt-blog-thumb-content .blog-meta a {
  color: #fff;
  margin: 0px 18px;
}
.mt-blog-thumb-content .blog-meta a i {
  margin-right: 5px;
}
.mt-blog-thumb-content h2 {
  color: #fff;
  margin: 0 auto;
  font-size: 56px;
  font-weight: 700;
  padding-top: 20px;
  max-width: 1070px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-blog-thumb-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .mt-blog-thumb-content h2 {
    font-size: 34px;
  }
}
.mt-blog-thumb-content .blog-thumb {
  overflow: hidden;
  border-radius: 15px;
  display: inline-block;
}

.mt-blog-details-text {
  margin: 50px auto 0;
  max-width: 730px;
}
.mt-blog-details-text p {
  padding-bottom: 30px;
}
.mt-blog-details-text h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--mt-title-color);
}
.mt-blog-details-text blockquote {
  z-index: 1;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  border-radius: 8px;
  background-color: #F7F7F8;
  color: var(--mt-title-color);
  border-left: 4px solid #63FF4B;
}
.mt-blog-details-text blockquote:before {
  top: 15px;
  left: 40px;
  z-index: -1;
  opacity: 0.3;
  line-height: 1;
  font-size: 80px;
  font-weight: 400;
  content: "\f10d";
  position: absolute;
  font-family: "FontAwesome";
}
.mt-blog-details-text blockquote span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.mt-blog-details-img-wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.mt-blog-details-img-wrap .item-img {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 15px;
}

.art-blog-share-tag {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.art-blog-share-tag span {
  color: #261723;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-right: 15px;
}
.art-blog-share-tag .art-blog-tag a {
  margin: 5px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #F7F7F7;
}
.art-blog-share-tag .art-blog-tag a:hover {
  color: #000;
  background-color: #63FF4B;
}
.art-blog-share-tag .art-blog-share a {
  width: 36px;
  margin: 5px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
}

.art-blog-details-author {
  padding: 30px;
  gap: 30px 25px;
  margin-top: 40px;
  border-radius: 10px;
  background: #F9F9F9;
}
.art-blog-details-author .admin-title-social {
  margin-bottom: 10px;
}
.art-blog-details-author .inner-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: 4px solid #fff;
}
.art-blog-details-author .inner-text {
  max-width: 500px;
}
.art-blog-details-author .inner-text h4 {
  color: #261723;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.art-blog-details-author .inner-text p {
  color: #261723;
}
.art-blog-details-author .inner-social {
  margin-top: 15px;
}
.art-blog-details-author .inner-social a {
  color: #261723;
  margin-right: 15px;
}
.art-blog-details-author .inner-social a:hover {
  color: var(--art-base-color-1);
}
.contact-form,
.art-blog-single-comment-form {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #DFE1E5;
}
.art-blog-single-comment-form.ver_2 {
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  max-width: 640px;
}
.art-blog-single-comment-form.ver_2 h3 {
  font-size: 32px;
  font-weight: 700;
  padding: 30px 0px;
  color: var(--mt-title-color);
}
.art-blog-single-comment-form .contact-form {
  max-width: 100%;
}
.comment-respond button,
.art-blog-single-comment-form .art-contact-form-area button {
  border: none;
  border-radius: 30px;
  padding: 14px 35px;
  text-transform: uppercase;
  background: var(--mt-gradient);
}
.art-blog-single-comment-form .contact-form .input-field input,
.art-blog-single-comment-form .contact-form .input-field textarea {
  border-bottom: 1px solid #DFE1E5;
}

/*---------------------------------------------------- */
/*Marquee Section*/
/*----------------------------------------------------*/
.mt-marquee-section {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 84, 206)), to(rgb(47, 43, 255)));
  background: linear-gradient(90deg, rgb(247, 84, 206) 0%, rgb(47, 43, 255) 100%);
}
.mt-marquee-section.ver_2 {
  background: var(--mt-gradient);
}

.mt-marquee-active {
  display: flow-root;
  padding: 14px 0px 10px;
}
.mt-marquee-active h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 40px;
  position: relative;
  display: inline-block;
}
.mt-marquee-active h3:before {
  top: 6px;
  left: -10px;
  font-size: 16px;
  content: "\f666";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 6 free";
}
.mt-marquee-active.ver_2 {
  padding: 50px 0px 45px;
}
.mt-marquee-active.ver_2 h3 {
  color: #191917;
  font-size: 65px;
  font-weight: 700;
  text-transform: capitalize;
}
.mt-marquee-active.ver_2 h3:before {
  top: 20px;
  left: -20px;
  font-size: 30px;
}

/*---------------------------------------------------- */
/*Team Section*/
/*----------------------------------------------------*/
.mt-team-section {
  z-index: 1;
  overflow: hidden;
  background-color: #000000;
}
.mt-team-section .mt-team-shape {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-section .mt-team-shape {
    display: none;
  }
}

.mt-team-top-content .mt-section-title {
  max-width: 480px;
}
.mt-team-top-content .mt-section-title .sec_title {
  color: #fff;
}
.mt-team-top-content .top-text-btn {
  max-width: 415px;
}
.mt-team-top-content .top-text-btn p {
  color: #fff;
  padding-bottom: 30px;
}

.mt-team-content {
  gap: 0px 15px;
}
.mt-team-content .mt-team-item img {
  height: 100%;
}

/*Home Page 3  Team Section/
/*----------------------------------------------------*/
.mt-team-section-3 {
  z-index: 1;
  overflow: hidden;
  background-color: #1b1b1d;
}
.mt-team-section-3 .team-shape1 {
  top: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}
.mt-team-section-3 .team-shape2 {
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}

.mt-team-text-wrap {
  top: 0;
  left: 0;
  max-width: 580px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-text-wrap {
    position: static;
  }
}
.mt-team-text-wrap h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.mt-team-text-wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 35px;
}
.mt-team-text-wrap .item-social {
  gap: 25px;
}
.mt-team-text-wrap .item-social a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.mt-team-text-wrap .item-social a i {
  font-size: 20px;
  margin-right: 12px;
}
.mt-team-text-wrap .item-social a:hover {
  color: #63ff49;
}

.mt-team-slider-wrap {
  width: 100%;
  max-width: 900px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-slider-wrap {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-slider-area {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.mt-team-item-3 {
  width: 100%;
  max-width: 900px;
  padding-bottom: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-item-3 {
    padding-bottom: 40px;
  }
}
.mt-team-item-3 .team-img {
  padding-right: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-team-item-3 .team-img {
    padding-right: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-item-3 .team-img {
    padding-right: 0;
    margin-bottom: 30px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.mt-team-item-3 .team-img .item-img {
  opacity: 0;
  width: 456px;
  height: 455px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-item-3 .team-img .item-img {
    width: auto;
    height: auto;
  }
}
.mt-team-item-3 .team-img .item-img:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 0%;
  margin: 0 auto;
  position: absolute;
  background-color: #98e209;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.mt-team-item-3 .team-text {
  left: 0;
  bottom: -28px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-item-3 .team-text {
    position: static;
    text-align: center;
  }
}
.mt-team-item-3 .team-text h3 {
  opacity: 0;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 190px;
  visibility: hidden;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-item-3 .team-text h3 {
    font-size: 50px;
  }
}
.mt-team-item-3 .team-text h3 span {
  display: block;
  padding-left: 260px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-item-3 .team-text h3 span {
    padding-left: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.swiper-slide-active .mt-team-item-3 .item-img {
  opacity: 1;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.swiper-slide-active .mt-team-item-3 .item-img:before {
  width: 100%;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.swiper-slide-active .mt-team-item-3 .team-text h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.mt-team-slider-nav {
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-slider-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-team-slider-nav div {
  color: #fff;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-team-slider-nav div {
    width: 50px;
    height: 50px;
  }
}
.mt-team-slider-nav div:hover {
  color: var(--mt-title-color);
  background-color: #fff;
}

/*Home Page 4  Team Section/
/*-------------------------------------------*/
.mt-team-section-4 {
  overflow: hidden;
  background-color: #e4ebfc;
}

.mt-team-item-4 {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 150px 150px 20px 20px;
}
.mt-team-item-4.ver_2 {
  margin-bottom: 32px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.mt-team-item-4 .item-icon {
  right: 25px;
  bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-team-item-4 .item-icon a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-team-item-4 .item-text {
  padding: 20px 15px;
}
.mt-team-item-4 .item-text h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--mt-title-color);
}
.mt-team-item-4 .item-text span {
  color: #191917;
  font-size: 16px;
}
.mt-team-item-4:hover .item-icon {
  bottom: 70px;
}
.mt-team-item-4:hover .item-icon a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*Team Page/
/*-------------------------------------------*/
.mt-team-award-section {
  z-index: 1;
}
.mt-team-award-section .mt-section-title .sec_title {
  color: #fff;
}
.mt-team-award-section .mt-award-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.mt-team-award-section .mt-award-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-award-tab-btn {
  width: 100%;
  height: 485px;
  max-width: 550px;
  padding: 120px 20px 80px 100px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 500px 500px 0px 0px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-tab-btn {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .mt-award-tab-btn {
    height: auto;
    padding: 30px;
    border-radius: 0;
  }
}
.mt-award-tab-btn .nav-pills .nav-link {
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  padding-left: 22px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
  position: relative;
}
.mt-award-tab-btn .nav-pills .nav-link:before {
  left: 0;
  top: 14px;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: var(--mt-gradient);
}
.mt-award-tab-btn .nav-pills .nav-link.active {
  font-size: 30px;
  font-weight: 700;
}
.mt-award-tab-btn .nav-pills .nav-link.active:before {
  top: 18px;
}

.mt-award-tab-content {
  right: 0;
  bottom: -120px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-award-tab-content {
    position: static;
    text-align: center;
  }
}

/*Team Single*/
/*------------------------------------------*/
.mt-team-details-section {
  padding-top: 290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-team-details-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

.mt-team-details-content {
  gap: 30px 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-team-details-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-team-details-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-team-details-img {
  max-width: 610px;
}
.mt-team-details-img .item-img {
  background-color: #F7F7F8;
  border-radius: 500px 500px 12px 12px;
}

.mt-team-details-text {
  max-width: 580px;
}
.mt-team-details-text .mt-item-desc-info h3 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}
.mt-team-details-text .mt-item-desc-info span {
  color: #63FF4B;
}
.mt-team-details-text .mt-item-desc-info p {
  color: #313030;
  padding-top: 25px;
}

.mt-team-details-info h3 {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--mt-title-color);
}
.mt-team-details-info li {
  color: #313030;
  margin-bottom: 8px;
}
.mt-team-details-info .award-item {
  margin-bottom: 15px;
}
.mt-team-details-info .award-item:last-child {
  margin-bottom: 0;
}
.mt-team-details-info .award-item span {
  color: #6255ED;
  font-size: 14px;
}
.mt-team-details-info .award-item h4 {
  color: #22282F;
  font-size: 18px;
  font-weight: 500;
  padding-top: 5px;
}

.tm-skill-item-wrap .skill-set-percent {
  width: 100%;
}
.tm-skill-item-wrap .skill-set-percent h4 {
  z-index: 1;
  left: 0px;
  color: #261723;
  font-size: 18px;
  padding-bottom: 10px;
}
.tm-skill-item-wrap .skill-set-percent .progress {
  height: 10px;
  border-radius: 0;
  margin-bottom: 6px;
  overflow: visible;
  position: relative;
  border-radius: 30px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(27, 149, 248, 0.1215686275)), to(rgba(155, 0, 255, 0.3803921569)));
  background: linear-gradient(270deg, rgba(27, 149, 248, 0.1215686275) 0%, rgba(155, 0, 255, 0.3803921569) 100%);
}
.tm-skill-item-wrap .skill-set-percent .progress:last-child {
  margin-bottom: 0;
}
.tm-skill-item-wrap .skill-set-percent .progress:last-child .progress-bar {
  background: var(--mt-gradient-2);
}
.tm-skill-item-wrap .skill-set-percent .progress span {
  top: -25px;
  right: 0;
  font-size: 17px;
  color: #5956F0;
  position: relative;
}
.tm-skill-item-wrap .skill-set-percent .progress-bar {
  top: 0px;
  width: 0;
  left: 0px;
  float: left;
  height: 100%;
  position: relative;
  border-radius: 30px;
  background-color: rgb(157, 163, 222);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

/*---------------------------------------------------- */
/*CTA Section*/
/*----------------------------------------------------*/
.mt-cta-section {
  padding: 110px 0px;
  background: var(--mt-gradient);
}
@media (max-width: 767px) {
  .mt-cta-section {
    padding: 60px 0px;
  }
}

.mt-cta-content {
  gap: 20px;
}
.mt-cta-content h3 {
  color: #000000;
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-cta-content h3 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .mt-cta-content h3 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .mt-cta-content h3 {
    font-size: 45px;
  }
}
.mt-cta-content .mt-btn-1 a {
  z-index: 1;
  position: relative;
  border: 2px solid #000;
}
.mt-cta-content .mt-btn-1 a span {
  color: #000;
  font-weight: 700;
  -webkit-text-fill-color: inherit;
}
.mt-cta-content .mt-btn-1 a i {
  color: #000;
  margin-left: 10px;
  -webkit-text-fill-color: inherit;
}
.mt-cta-content .mt-btn-1 a:before {
  left: 0;
  z-index: -1;
  bottom: 0;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  background: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-cta-content .mt-btn-1 a:hover span {
  color: #fff;
}
.mt-cta-content .mt-btn-1 a:hover i {
  color: #fff;
}
.mt-cta-content .mt-btn-1 a:hover:before {
  height: 100%;
}

/*Bottom CTA*/
/*-----------------*/
.mt-bottom-cta-content {
  overflow: hidden;
  padding: 0px 65px;
  border-radius: 80px;
  background: var(--mt-gradient);
}
.mt-bottom-cta-content.ver_2 {
  margin-top: 0;
  position: relative;
  margin-bottom: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-bottom-cta-content {
    gap: 30px;
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 0;
  }
}

.mt-cta-info {
  gap: 10px;
  padding: 35px 0px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-cta-info {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .mt-cta-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-cta-info:before {
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  right: -130px;
  position: absolute;
  background-color: #7ab900;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-cta-info:before {
    display: none;
  }
}
.mt-cta-info .item-icon {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background-color: var(--mt-title-color);
}
.mt-cta-info .item-icon i {
  color: #fff;
  font-size: 24px;
}
.mt-cta-info .item-text {
  max-width: 210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-cta-info .item-text {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .mt-cta-info .item-text {
    width: 100%;
  }
}
.mt-cta-info .item-text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--mt-title-color);
}
.mt-cta-info .item-text span,
.mt-cta-info .item-text a
 {
  line-height: 1;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  color: var(--mt-title-color);
}

/* CTA Section*/
/*-----------------*/
.mt-cta-content-3 {
  margin: 0 auto;
  max-width: 750px;
}
.mt-cta-content-3 h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-cta-content-3 h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mt-cta-content-3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .mt-cta-content-3 h2 {
    font-size: 40px;
  }
}
.mt-cta-content-3 p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 40px;
}
.mt-cta-content-3 .mt-cta-btn a {
  color: #fff;
  font-weight: 600;
  padding: 18px 40px;
  border-radius: 50px;
  display: inline-block;
  background-color: #020202;
}
@media (max-width: 767px) {
  .mt-cta-content-3 .mt-cta-btn a {
    font-size: 16px;
    padding: 15px 30px;
  }
}

/* Marquee Section*/
/*-----------------*/
.mt-text-scroller-active {
  padding: 40px 0px;
  background-color: #1601ac;
}
.mt-text-scroller-active h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 0px 65px;
  position: relative;
  display: inline-block;
}
.mt-text-scroller-active h3:before {
  top: 0;
  width: 51px;
  content: "";
  right: -30px;
  height: 51px;
  position: absolute;
  background-repeat: no-repeat;
}

/*---------------------------------------------------- */
/*Contact Section*/
/*----------------------------------------------------*/
.mt-contact-section {
  position: relative;
  padding-bottom: 150px;
}

.mt-contact-content {
  gap: 30px 62px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-contact-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-contact-play {
  gap: 20px;
}
.mt-contact-play .play-icon a {
  color: #fff;
  height: 45px;
  width: 75px;
  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;
}
.mt-contact-play .play-text {
  max-width: 330px;
}
.mt-contact-play .play-text h3 {
  color: #24ffb3;
  font-size: 22px;
  font-weight: 600;
}
.mt-contact-play .play-text p {
  color: #fff;
}

.mt-contact-form {
  max-width: 650px;
  overflow: hidden;
  margin-top: -60px;
  border-radius: 15px;
  padding: 75px 60px 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-contact-form {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mt-contact-form {
    padding: 40px 20px 40px;
  }
}
.mt-contact-form .mt-section-title {
  margin-bottom: 30px;
}
.mt-contact-form .mt-section-title .sec_title {
  color: #fff;
  font-size: 40px;
}
.mt-contact-form form input, .mt-contact-form form textarea {
  width: 100%;
  height: 63px;
  border-radius: 5px;
  padding-left: 24px;
  margin-bottom: 18px;
  border: 2px solid #212e3a;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}
.mt-contact-form form input:focus, .mt-contact-form form textarea:focus {
  border: 2px solid #14ee62;
}
.mt-contact-form form textarea {
  height: 135px;
  padding-top: 20px;
}
.mt-contact-form form button {
  color: #fff;
  width: 100%;
  height: 65px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  text-transform: uppercase;
  border: 2px solid #14ee62;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}
.mt-contact-form form button i {
  margin-left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-contact-form form button:hover {
  background-color: #14ee62;
}
.mt-contact-form form .submit-btn.ver_2 button {
  border: 2px solid #7b25fd;
}
.mt-contact-form form .submit-btn.ver_2 button:hover {
  background-color: #7b25fd;
}

.mt-contact-text {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-contact-text {
    padding-top: 0;
    max-width: 650px;
  }
}
.mt-contact-text .mt-section-title .sec_title {
  color: #fff;
}
.mt-contact-text .mt-section-title p {
  color: #fff;
  font-weight: 300;
  padding-top: 24px;
}
.mt-contact-text .contact-number {
  margin-top: 20px;
}
.mt-contact-text .contact-number h3 {
  font-weight: 700;
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.mt-contact-text .contact-number p {
  left: 0;
  top: 50%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  background-color: #131c25;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mt-contact-form-section .mt-section-title {
  max-width: 880px;
}

.mt-contact-form-area {
  gap: 30px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-contact-form-area {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-contact-form-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-contact-cta-area {
  width: 100%;
  max-width: 558px;
}

.contact-cta-info .inner-info {
  padding: 20px;
  max-width: 280px;
  background-color: #F2F2F3;
}
.contact-cta-info .info-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 50px;
  background-color: #fff;
}
.contact-cta-info .info-icon i {
  color: #000000;
  font-size: 32px;
}
.contact-cta-info .item-text h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--mt-title-color);
}
.contact-cta-info .item-text p {
  color: #313030;
}

.mt-not-found-content {
  gap: 30px;
  padding-top: 260px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-not-found-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.mt-not-found-content .not-found-img {
  max-width: 760px;
}
.mt-not-found-content .not-found-text {
  max-width: 435px;
}
.mt-not-found-content .not-found-text h3 {
  font-size: 70px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}
.mt-not-found-content .not-found-text h3 span {
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-not-found-content .not-found-text h3 {
    font-size: 50px;
  }
}
.mt-not-found-content .not-found-text p {
  padding-bottom: 30px;
}

/*---------------------------------------------------- */
/*Feature Section*/
/*----------------------------------------------------*/
.mt-feature-content {
  gap: 30px 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-feature-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-feature-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-feature-img {
  max-width: 650px;
}
.mt-feature-img .item-img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.mt-feature-img .item-img.active {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.mt-feature-img .item-text li {
  font-size: 17px;
  font-weight: 700;
  margin-right: 40px;
  color: var(--mt-title-color);
}
.mt-feature-img .item-text li:last-child {
  margin-right: 0;
}
.mt-feature-img .item-text li i {
  margin-right: 10px;
}

.mt-feature-text {
  overflow: hidden;
  max-width: 570px;
}

.mt-feature-item {
  gap: 18px;
  padding: 30px 0px 27px;
  position: relative;
}
.mt-feature-item:before, .mt-feature-item:after {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background: var(--mt-title-color);
}
.mt-feature-item:after {
  background: var(--mt-gradient-2);
}
.mt-feature-item.active:before {
  width: 100%;
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.mt-feature-item:hover:after {
  width: 100%;
}
.mt-feature-item .item-icon {
  width: 45px;
}
.mt-feature-item .item-text {
  width: 350px;
}
.mt-feature-item .item-text h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--mt-title-color);
}
.mt-feature-item .item-text p {
  font-size: 15px;
}
.mt-feature-item .icon-arrow {
  top: 50%;
  right: 0;
  color: #000;
  font-size: 24px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mt-feature-item .icon-arrow i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 360px) {
  .mt-feature-item .icon-arrow {
    display: none;
  }
}
.mt-feature-item:hover .item-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}
.mt-feature-item:hover .icon-arrow i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*---------------------------------------------------- */
/*Team Service Section*/
/*----------------------------------------------------*/
.mt-team-service-content {
  gap: 30px 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-team-service-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-team-content-2 {
  z-index: 1;
  max-width: 640px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-team-content-2 {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .mt-team-content-2 {
    display: block !important;
  }
}
.mt-team-content-2 .mt-ser-slider-nav {
  left: 0;
  top: 50%;
  gap: 5px;
  z-index: 3;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mt-team-content-2 .mt-ser-slider-nav {
    margin-top: 40px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mt-team-content-2 .mt-ser-slider-nav div {
  width: 35px;
  height: 35px;
  color: #1c1c1c;
  border-radius: 100%;
  border: 2px solid #1c1c1c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-team-content-2 .mt-ser-slider-nav div:hover {
  color: #fff;
  background-color: #1c1c1c;
}
.mt-team-content-2:before {
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 50%;
  content: "";
  height: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--mt-gradient);
}
@media (max-width: 767px) {
  .mt-team-content-2:before {
    display: none;
  }
}

.mt-team-item-2 {
  z-index: 2;
  position: relative;
}
.mt-team-item-2 .item-img {
  width: 320px;
  height: 320px;
  overflow: hidden;
  border-radius: 100%;
  border: 13px solid #fff;
  background-color: #dddbde;
  position: relative;
}
.mt-team-item-2 .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0.4;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background: var(--mt-gradient);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-team-item-2 .item-img {
    width: 260px;
    height: 260px;
  }
}
.mt-team-item-2 .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-team-item-2 .item-img:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mt-team-item-2 .item-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mt-service-content-2 {
  width: 100%;
  max-width: 595px;
}

.mt-service-item {
  gap: 20px 50px;
  padding: 42px 40px;
  border-radius: 20px;
  border: 2px solid #efefef;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-service-item .item-serial {
  color: #22282f;
  line-height: 1;
  font-size: 80px;
  font-weight: 700;
}
.mt-service-item .item-text {
  max-width: 400px;
}
.mt-service-item .item-text h3 {
  color: #161414;
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 10px;
}
.mt-service-item .item-text p {
  color: #313030;
  font-weight: 300;
}

.mt-service-slide {
  height: 600px;
}
@media (max-width: 767px) {
  .mt-service-slide {
    height: auto;
  }
}
@media (max-width: 480px) {
  .mt-service-slide {
    height: auto;
  }
}

.swiper-slide-active .mt-service-item {
  z-index: 1;
  position: relative;
  border: 2px solid #25ffb1;
  -webkit-box-shadow: 0 10px 0 0 #25ffb1;
          box-shadow: 0 10px 0 0 #25ffb1;
}

/*---------------------------------------------------- */
/*Why Choose Section*/
/*----------------------------------------------------*/
.mt-why-choose-section-2 {
  z-index: 1;
  overflow: hidden;
}
.mt-why-choose-section-2 .mt-why-choose-img {
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  width: 791px;
  height: 733px;
  border-bottom-right-radius: 400px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mt-why-choose-section-2 .mt-why-choose-img {
    left: -140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-why-choose-section-2 .mt-why-choose-img {
    left: -270px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-why-choose-section-2 .mt-why-choose-img {
    display: none;
  }
}
.mt-why-choose-section-2 .mt-why-choose-shape {
  top: 50px;
  z-index: -1;
  right: -100px;
}

.mt-why-choose-wrap-2 {
  width: 100%;
  gap: 30px 90px;
  max-width: 1045px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-why-choose-wrap-2 {
    gap: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-why-choose-wrap-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-why-choose-wrap-2 .item-main-img {
  width: 378px;
  height: 608px;
  overflow: hidden;
  border-radius: 300px;
  border: 10px solid #1a1b1f;
}
.mt-why-choose-wrap-2 .item-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .mt-why-choose-wrap-2 .item-main-img {
    width: 300px;
  }
}
.mt-why-choose-wrap-2 .item-text {
  width: 100%;
  max-width: 565px;
}
.mt-why-choose-wrap-2 .item-text .mt-section-title .subtitle-2 {
  border: 1px solid #5f8418;
}
.mt-why-choose-wrap-2 .item-text .mt-section-title .sec_title {
  color: #fff;
}
.mt-why-choose-wrap-2 .item-text .mt-btn-3 a {
  color: #fff;
}
.mt-why-choose-wrap-2 .item-text .mt-btn-3 a:before {
  background-color: #232323;
}
.mt-why-choose-wrap-2 .item-wc-feature li {
  margin-bottom: 15px;
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item {
  cursor: pointer;
  position: relative;
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item:before {
  top: 0;
  left: 0px;
  font-size: 23px;
  content: "\f058";
  font-weight: 700;
  position: absolute;
  font-family: "Font Awesome 6 Free";
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-text {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-left: 35px;
  position: relative;
  display: inline-block;
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-text:before {
  top: 20px;
  z-index: 2;
  height: 1px;
  content: "";
  width: 0px;
  right: -130px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background: var(--mt-gradient);
}
@media (max-width: 480px) {
  .mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-text:before {
    display: none;
  }
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-text:after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-img {
  right: 0;
  opacity: 0;
  top: -40px;
  width: 144px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  border-radius: 150px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .mt-why-choose-wrap-2 .item-wc-feature .feature-list-item .ft-img {
    display: none;
  }
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item.active .ft-img {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item.active .ft-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mt-why-choose-wrap-2 .item-wc-feature .feature-list-item.active .ft-text:before {
  width: 115px;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

/*Home Page 4  Why Choose Us/
/*-------------------------------------------*/
.mt-why-choose-content-4 {
  gap: 30px 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-why-choose-content-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-why-choose-text-4 {
  max-width: 600px;
}
.mt-why-choose-text-4 .mt-section-title p {
  padding-top: 15px;
}

.mt-why-choose-progress-text {
  gap: 20px 35px;
}

.mt-wc-progress-item-wrap {
  gap: 8px;
  overflow: hidden;
}
.mt-wc-progress-item-wrap .mt-wc-progress-item {
  opacity: 0;
  width: 0px;
  height: 105px;
  position: relative;
  padding: 20px 0px;
  text-align: center;
  border-radius: 40px;
  background-color: #fdb335;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.mt-wc-progress-item-wrap .mt-wc-progress-item:before {
  left: 0;
  right: 0;
  width: 2px;
  height: 30%;
  content: "";
  bottom: 20px;
  margin: 0 auto;
  position: absolute;
  background-color: #e09411;
}
.mt-wc-progress-item-wrap .mt-wc-progress-item span {
  font-size: 16px;
  font-weight: 700;
  color: var(--mt-title-color);
}
.mt-wc-progress-item-wrap .mt-wc-progress-item:nth-child(2) {
  height: 135px;
  background-color: #fd5e2c;
}
.mt-wc-progress-item-wrap .mt-wc-progress-item:nth-child(2):before {
  height: 45%;
  background-color: #e34817;
}
.mt-wc-progress-item-wrap .mt-wc-progress-item:nth-child(3) {
  height: 180px;
  background-color: #01bfaa;
}
.mt-wc-progress-item-wrap .mt-wc-progress-item:nth-child(3):before {
  height: 56%;
  background-color: #00a794;
}
.mt-wc-progress-item-wrap.active .mt-wc-progress-item {
  opacity: 1;
  width: 75px;
}
.mt-wc-progress-item-wrap.active .mt-wc-progress-item:nth-child(1) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.mt-wc-progress-item-wrap.active .mt-wc-progress-item:nth-child(2) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.mt-wc-progress-item-wrap.active .mt-wc-progress-item:nth-child(3) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.mt-wc-text-area-4 {
  max-width: 320px;
}
.mt-wc-text-area-4 .item-text {
  position: relative;
  padding-left: 25px;
}
.mt-wc-text-area-4 .item-text:before {
  left: 0;
  top: 0;
  width: 5px;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: var(--mt-gradient);
}
.mt-wc-text-area-4 .item-text span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mt-wc-text-area-4 .item-text h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--mt-title-color);
}
.mt-wc-text-area-4 .item-list {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mt-wc-text-area-4 .item-list li {
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  color: var(--mt-title-color);
}
/*---------------------------------------------------- */
/*Pricing Section*/
/*----------------------------------------------------*/
.mt-pricing-section {
  z-index: 1;
  overflow: hidden;
}
.mt-pricing-section .mt-section-title {
  max-width: 800px;
}
.mt-pricing-section .price-shape {
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.mt-pricing-section .price-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mt-pricing-section .price-shape.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.mt-price-item {
  z-index: 1;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding: 45px 75px 35px 35px;
  -webkit-box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item {
    gap: 30px;
    padding: 45px 35px 35px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 480px) {
  .mt-price-item {
    padding: 30px 15px 30px 15px;
  }
}
.mt-price-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  border-radius: 20px;
  position: absolute;
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-price-item .item-serial-title {
  gap: 15px 30px;
}
@media (max-width: 480px) {
  .mt-price-item .item-serial-title {
    gap: 15px 15px;
  }
}
.mt-price-item .item-serial {
  width: 80px;
  height: 80px;
  color: #191917;
  font-size: 30px;
  font-weight: 700;
  border-radius: 100%;
  background-color: #f6f6f6;
}
@media (max-width: 480px) {
  .mt-price-item .item-serial {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.mt-price-item .item-text {
  color: #161414;
  font-size: 35px;
  max-width: 225px;
  font-weight: 700;
  line-height: 1.143;
}
@media (max-width: 480px) {
  .mt-price-item .item-text {
    font-size: 20px;
  }
}
.mt-price-item .item-img-view {
  top: 20px;
  left: 35%;
  width: 190px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item .item-img-view {
    position: static !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item .item-img-view {
    display: none;
  }
}
.mt-price-item .item-desc {
  max-width: 500px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-price-item .item-desc {
    max-width: 440px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item .item-desc {
    max-width: 350px;
  }
}
.mt-price-item .item-desc h3 {
  color: #191917;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 10px;
}
.mt-price-item .item-desc p {
  color: #313030;
  font-weight: 300;
}
.mt-price-item .item-img-hover {
  opacity: 0;
  bottom: 0;
  right: 0px;
  width: 320px;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item .item-img-hover {
    display: none;
  }
}
.mt-price-item:hover:before {
  height: 100%;
}
.mt-price-item:hover .item-img-view {
  left: 30%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item:hover .item-img-view {
    opacity: 1;
    left: 35%;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
.mt-price-item:hover .item-desc {
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mt-price-item:hover .item-desc {
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item:hover .item-desc {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mt-price-item:hover .item-img-hover {
  opacity: 1;
  right: 60px;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-price-item:hover .item-img-hover {
    right: 0;
  }
}

.mt-price-top-area {
  gap: 30px;
}
.mt-price-top-area .mt-section-title {
  max-width: 700px;
}

.mt-price-toggle .slideToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mt-price-toggle .slideToggle i {
  margin: 0 15px;
}
.mt-price-toggle .form-switch {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-left: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mt-price-toggle .form-switch span {
  font-size: 26px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .mt-price-toggle .form-switch span {
    font-size: 20px;
  }
}
.mt-price-toggle .form-switch i {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
  border: 1px solid #EEEEEE;
  border-radius: 100px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.mt-price-toggle .form-switch i::after {
  content: "";
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  background: var(--mt-gradient);
  border-radius: 15px;
  -webkit-transform: translate3d(4px, 3px, 0);
          transform: translate3d(4px, 3px, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mt-price-toggle .form-switch input {
  display: none;
}
.mt-price-toggle .form-switch input:checked + i::after {
  -webkit-transform: translate3d(32px, 3px, 0);
          transform: translate3d(32px, 3px, 0);
}
.pricingtablecontainer .pricingtable-item {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  background-color: #F6F6F6;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.pricingtablecontainer .pricingtable-item .price_img_value {
  padding: 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.pricingtablecontainer .pricingtable-item .pricingtable .price_img {
  margin-bottom: 10px;
  background-color: #fff;
}
.pricingtablecontainer .pricingtable-item .pricingtable .pricingtable__highlight {
  background-color: #fff;
}
.pricingtablecontainer .pricingtable-item .pricingtable .js-yearlypricing {
  display: none;
}
.pricingtablecontainer .pricingtable-item .pricingtable__highlight {
  font-size: 56px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: var(--mt-title-color);
}
.pricingtablecontainer .pricingtable-item .pricingtable__highlight sub {
  right: -60px;
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.pricingtablecontainer .pricingtable-item .pricingtable__head {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--mt-title-color);
}
.pricingtablecontainer .pricingtable-item .pr-text {
  color: #000000;
}
.pricingtablecontainer .pricingtable-item .pr-btn {
  margin-bottom: 16px;
}
.pricingtablecontainer .pricingtable-item .pr-btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #22282F;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 15px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--mt-gradient);
}
.pricingtablecontainer .pricingtable-item .mt-price-lsit {
  color: var(--mt-title-color);
}
.pricingtablecontainer .pricingtable-item .mt-price-lsit div {
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}
.pricingtablecontainer .pricingtable-item .mt-price-lsit div:before {
  top: 0;
  left: 0;
  font-weight: 400;
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.pricingtablecontainer .pricingtable-item .mt-price-lsit div.disable:before {
  background: #95979B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------- */
/*FAQ Section*/
/*----------------------------------------------------*/
.mt-faq-content {
  gap: 20px 45px;
  overflow: hidden;
}
.mt-faq-content .mt-faq-text-area {
  max-width: 520px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-faq-accordion {
  width: 100%;
  max-width: 725px;
  background-color: #f5f7fa;
}
.mt-faq-accordion .accordion-item,
.mt-faq-accordion .accordion-button:not(.collapsed),
.mt-faq-accordion .accordion-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-faq-accordion .accordion-item {
  z-index: 1;
  border: none;
  border-radius: 0;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.mt-faq-accordion .accordion-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  background: var(--mt-gradient);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mt-faq-accordion .accordion-item.faq_active:before {
  height: 100%;
}
.mt-faq-accordion .accordion-button {
  padding: 0;
  border: none;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding: 30px 40px 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--mt-title-color);
}
.mt-faq-accordion .accordion-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mt-faq-accordion .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-faq-accordion .accordion-body {
  padding: 0;
  color: #191917;
  font-size: 20px;
  line-height: 1.6;
  padding: 0px 40px 30px;
}
.mt-faq-accordion .accordion-body p {
  max-width: 420px;
}
.mt-faq-accordion .accordion-body a {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  color: var(--mt-title-color);
}
.mt-faq-accordion .accordion-body a i {
  font-size: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-faq-accordion .accordion-button::after {
  top: 20px;
  right: 40px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\f067";
  font-weight: 400;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Font Awesome 5 free";
}
@media (max-width: 480px) {
  .mt-faq-accordion .accordion-button::after {
    right: 15px;
  }
}
.mt-faq-accordion .accordion-button:not(.collapsed) {
  color: var(--mt-title-color);
}
.mt-faq-accordion .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*Home Page 3 FAQ Section*/
/*------------------------------------------*/

.mt-faq-text-img-wrap .mt-section-title {
  max-width: 545px;
  margin-bottom: 30px;
}
.mt-faq-text-img-wrap .mt-section-title p {
  padding-top: 15px;
}
.mt-faq-text-img-wrap .mt-faq-img-wrap {
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-text-img-wrap .mt-faq-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-faq-text-img-wrap .mt-faq-img-wrap .item-img {
  overflow: hidden;
  border-radius: 10px;
}
.mt-faq-text-img-wrap .mt-faq-list {
  gap: 15px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-text-img-wrap .mt-faq-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-faq-text-img-wrap .mt-faq-list li {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2b3132;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mt-faq-text-img-wrap .mt-faq-list li i {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--mt-gradient);
}

.mt-faq-content-3 {
  gap: 20px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-content-3 {
    gap: 20px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-content-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-faq-accordion-3 {
  max-width: 620px;
  overflow: hidden;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.mt-faq-accordion-3 .mt-faq-title {
  padding: 40px 60px;
  background: var(--mt-gradient);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion-3 .mt-faq-title {
    padding: 20px 30px;
  }
}
.mt-faq-accordion-3 .mt-faq-title span {
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
}
.mt-faq-accordion-3 .mt-faq-title h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion-3 .mt-faq-title h2 {
    font-size: 25px;
  }
}
.mt-faq-accordion-3 .accordion-item,
.mt-faq-accordion-3 .accordion-button:not(.collapsed),
.mt-faq-accordion-3 .accordion-button {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-faq-accordion-3 .accordion-item {
  z-index: 1;
  border: none;
  border-radius: 0;
  position: relative;
  margin-bottom: 14px;
}
.mt-faq-accordion-3 .accordion-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  background: var(--mt-gradient);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mt-faq-accordion-3 .accordion-button {
  padding: 0;
  border: none;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding: 30px 40px 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--mt-title-color);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion-3 .accordion-button {
    padding: 20px 30px;
  }
}
.mt-faq-accordion-3 .accordion-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 85%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mt-faq-accordion-3 .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mt-faq-accordion-3 .accordion-body {
  padding: 0;
  color: #191917;
  font-size: 20px;
  line-height: 1.6;
  padding: 0px 40px 30px;
}
.mt-faq-accordion-3 .accordion-body p {
  max-width: 420px;
}
.mt-faq-accordion-3 .accordion-body a {
  display: block;
  font-weight: 700;
  margin-top: 10px;
  color: var(--mt-title-color);
}
.mt-faq-accordion-3 .accordion-body a i {
  font-size: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mt-faq-accordion-3 .accordion-button::after {
  top: 20px;
  right: 40px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\f067";
  font-weight: 400;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background-image: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Font Awesome 5 free";
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-faq-accordion-3 .accordion-button::after {
    right: 15px;
  }
}
.mt-faq-accordion-3 .accordion-button:not(.collapsed) {
  color: var(--mt-title-color);
}
.mt-faq-accordion-3 .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*---------------------------------------------------- */
/*Expert Section*/
/*----------------------------------------------------*/
.mt-expert-digital-content li {
  margin: 10px;
}
.mt-expert-digital-content li a {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 18px 40px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(152, 226, 9, 0.2);
  -webkit-box-shadow: 0px 7px 57.82px 1.18px rgba(91, 255, 89, 0.18);
          box-shadow: 0px 7px 57.82px 1.18px rgba(91, 255, 89, 0.18);
}
.mt-expert-digital-content li a .item-text {
  color: #191917;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .mt-expert-digital-content li a .item-text {
    font-size: 20px;
  }
}
.mt-expert-digital-content li a i {
  margin-left: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .mt-expert-digital-content li a i {
    display: none;
  }
}

/*---------------------------------------------------- */
/*Video Play Section*/
/*----------------------------------------------------*/
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mt-video-play-section {
  z-index: 1;
}
.mt-video-play-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(6, 9, 23, 0.5);
}

.mt-video-play-content {
  margin: 0 auto;
  max-width: 660px;
  padding-top: 165px;
  padding-bottom: 120px;
}
.mt-video-play-content .play-icon {
  margin-bottom: 20px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.mt-video-play-content .play-text h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-video-play-content .play-text h2 {
    font-size: 40px;
  }
}
.mt-video-play-content .play-text li {
  color: #fff;
  font-weight: 700;
  margin: 0px 15px;
}
.mt-video-play-content .play-text li i {
  margin-right: 5px;
}

/*---------------------------------------------------- */
/*Problem Solution Section*/
/*----------------------------------------------------*/
.mt-text-scroller-section-4 {
  overflow: hidden;
}

.mt-problem-solution-section {
  overflow: hidden;
}
.mt-problem-solution-section .mt-section-title {
  max-width: 850px;
}

.mt-problem-solution-content {
  border-top: 2px solid var(--mt-title-color);
}

.mt-problem-solution-item {
  gap: 30px;
  padding: 35px 0px;
  position: relative;
  border-bottom: 2px solid var(--mt-title-color);
}
.mt-problem-solution-item:before {
  right: 0;
  content: "";
  height: 2px;
  bottom: 50px;
  width: 0px;
  position: absolute;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  background: var(--mt-gradient);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-problem-solution-item:before {
    display: none;
  }
}
.mt-problem-solution-item .item-year-title {
  gap: 30px 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-problem-solution-item .item-year-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-problem-solution-item .item-year-title .mt-year span {
  font-size: 22px;
  font-weight: 700;
  padding: 10px 35px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f7f7f7;
  color: var(--mt-title-color);
}
.mt-problem-solution-item .item-title h3 {
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 5px;
  color: var(--mt-title-color);
}
@media (max-width: 480px) {
  .mt-problem-solution-item .item-title h3 {
    font-size: 28px;
  }
}
.mt-problem-solution-item .item-title p {
  font-size: 18px;
  font-weight: 500;
}
.mt-problem-solution-item .item-img {
  top: 25px;
  opacity: 0;
  right: 275px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-problem-solution-item .item-img {
    display: none;
  }
}
.mt-problem-solution-item .item-img img {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-problem-solution-item .item-tag {
    display: none;
  }
}
.mt-problem-solution-item .item-tag a {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  color: var(--mt-title-color);
}
.mt-problem-solution-item:hover:before {
  width: 275px;
}
.mt-problem-solution-item:hover .item-img {
  opacity: 1;
  right: 275px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.mt-problem-solution-item:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Breadcrumb Section*/
/*----------------------------------------------------*/
.mt-breadcrumb-section {
  overflow: hidden;
  background-color: #11203E;
}
.mt-breadcrumb-section .bread-bg {
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
}
.mt-breadcrumb-section .bread-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mt-breadcrumb-content {
  padding: 285px 0px 175px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-breadcrumb-content {
    padding: 180px 0px 140px;
  }
}
.mt-breadcrumb-content .mt-breadcrumb-text {
  max-width: 625px;
}
.mt-breadcrumb-content .mt-breadcrumb-text .breadcrumb_title {
  color: #fff;
  font-size: 74px;
  font-weight: 700;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-breadcrumb-content .mt-breadcrumb-text .breadcrumb_title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .mt-breadcrumb-content .mt-breadcrumb-text .breadcrumb_title {
    font-size: 40px;
  }
}
.mt-breadcrumb-content .mt-breadcrumb-text p {
  color: #fff;
  font-size: 23px;
  padding-bottom: 40px;
}
@media (max-width: 480px) {
  .mt-breadcrumb-content .mt-breadcrumb-text p {
    font-size: 18px;
  }
}
.mt-breadcrumb-content .mt-breadcrumb-text .bread_btn {
  color: #22282F;
  padding: 15px 40px;
  border-radius: 40px;
  display: inline-block;
  background: var(--mt-gradient);
}
.mt-breadcrumb-content .mt-breadcrumb-text .bread_btn i {
  margin-left: 10px;
}
.mt-breadcrumb-content .mt-breadcrumb-list {
  right: 0;
  z-index: 1;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  padding: 20px 20px 16px;
  border-radius: 30px 30px 0px 0px;
}
.mt-breadcrumb-content .mt-breadcrumb-list:before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: var(--mt-gradient);
}
.mt-breadcrumb-content .mt-breadcrumb-list:after {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  content: "";
  margin: 0 auto;
  background: #fff;
  position: absolute;
  border-radius: 30px 30px 0px 0px;
}
.mt-breadcrumb-content .mt-breadcrumb-list li {
  color: #B1B1B1;
  font-size: 16px;
  margin: 0px 20px;
  position: relative;
}
.mt-breadcrumb-content .mt-breadcrumb-list li:before {
  top: 5px;
  right: -33px;
  width: 18px;
  content: "";
  height: 15px;
  position: absolute;
  background-image: url(../img/icons/arrow.svg);
}
.mt-breadcrumb-content .mt-breadcrumb-list li a {
  color: #22282F;
}
.mt-breadcrumb-content .mt-breadcrumb-list li:last-child:before {
  display: none;
}

.mt-breadcrumb-section-2 {
  background-color: #11203E;
}

.mt-breadcrumb-content-2 {
  padding: 270px 0px 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-breadcrumb-content-2 {
    padding: 180px 0px 140px;
  }
}
.mt-breadcrumb-content-2 a {
  font-weight: 500;
  display: inline-block;
}
.mt-breadcrumb-content-2 a i {
  margin-right: 8px;
}
.mt-breadcrumb-content-2 .breadcrumb_title {
  color: #fff;
  font-size: 90px;
  margin-top: 55px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-breadcrumb-content-2 .breadcrumb_title {
    font-size: 70px;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-breadcrumb-content-2 .breadcrumb_title {
    font-size: 50px;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .mt-breadcrumb-content-2 .breadcrumb_title {
    font-size: 40px;
  }
}

/*---------------------------------------------------- */
/*Career Section*/
/*----------------------------------------------------*/
.mt-career-hero-section {
  z-index: 1;
  overflow: hidden;
}
.mt-career-hero-section .mt-career-hero-content {
  padding-top: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-hero-section .mt-career-hero-content {
    padding: 180px 0px 70px;
  }
}
.mt-career-hero-section .mt-career-hero-content h2 {
  color: #fff;
  font-size: 90px;
  line-height: 1.1;
  font-weight: 700;
  max-width: 1108px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-career-hero-section .mt-career-hero-content h2 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .mt-career-hero-section .mt-career-hero-content h2 {
    font-size: 40px;
  }
}
.mt-career-hero-section:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 85%;
  content: "";
  position: absolute;
  background-color: #11203E;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-hero-section:before {
    height: 100%;
  }
}
.mt-career-hero-section .mt-career-hero-img-text {
  gap: 30px 50px;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-career-hero-section .mt-career-hero-img-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-hero-section .mt-career-hero-img-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-career-hero-section .mt-career-hero-img-text .item-img {
  overflow: hidden;
  border-radius: 20px;
}
.mt-career-hero-section .mt-career-hero-img-text .item-text {
  max-width: 396px;
}
.mt-career-hero-section .mt-career-hero-img-text .item-text p {
  color: #FFFFFF;
  padding-bottom: 30px;
}
.mt-career-hero-section .mt-career-hero-img-text .item-text .bread_btn {
  color: #22282F;
  padding: 15px 40px;
  border-radius: 40px;
  display: inline-block;
  background: var(--mt-gradient);
}
.mt-career-hero-section .mt-career-hero-img-text .item-text .bread_btn i {
  margin-left: 10px;
}

.mt-career-ben {
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 32px;
  border: 1px solid #DBDBDB;
}
.mt-career-ben .item-icon {
  margin-bottom: 25px;
}
.mt-career-ben .item-text h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--mt-title-color);
}

.mt-career-quote-section {
  background-color: #E8E6DC;
}
.mt-career-quote-section .mt-section-title {
  max-width: 845px;
}

.mt-career-quote-content {
  margin: 0 auto;
  max-width: 1165px;
}

.mt-career-qt-item {
  gap: 30px 40px;
  background-color: #F6F6F3;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-qt-item {
    padding: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mt-career-qt-item .qt-icon {
  right: 60px;
  bottom: 30px;
  opacity: 0.12;
  line-height: 1;
  font-size: 100px;
  color: var(--mt-title-color);
}
.mt-career-qt-item .item-img {
  max-width: 409px;
}
.mt-career-qt-item .item-text {
  max-width: 655px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mt-career-qt-item .item-text {
    text-align: center;
  }
}
.mt-career-qt-item .item-text p {
  color: #000000;
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .mt-career-qt-item .item-text p {
    font-size: 18px;
  }
}
.mt-career-qt-item .item-text .item-author h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--mt-title-color);
}

.mt-open-position-section .mt-section-title p {
  padding-top: 25px;
}

.career_accordion {
  margin: 50px auto 0 !important;
  border-top: 1px solid #DBDBDB;
}
.career_accordion .accordion-item {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
}
.career_accordion .accordion-button span {
  font-size: 32px;
  font-weight: 500;
}
.career_accordion .accordion-body {
  padding-bottom: 15px;
}
.career_accordion .accordion-body P {
  max-width: 100%;
  margin-bottom: 20px;
}
.career_accordion .accordion-body .open_btn {
  font-size: 18px;
  font-weight: 400;
  padding: 13px 30px;
  border-radius: 100px;
  background: var(--mt-gradient);
}
.career_accordion .accordion-body .open_btn i {
  font-size: 18px;
  margin-left: 5px;
}
.career_accordion .accordion-body .open_btn:before {
  display: none;
}

.career-open .info-meta {
  gap: 15px 30px;
  margin-bottom: 25px;
}
.career-open .info-meta .info-item h4 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 8px;
  color: var(--mt-title-color);
}

.art-career-details-text h3 {
  color: #22282F;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-career-details-text h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .art-career-details-text h3 {
    font-size: 30px;
  }
}
.art-career-details-text p {
  padding-bottom: 25px;
}
.art-career-details-text ul {
  margin-bottom: 25px;
}
.art-career-details-text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.art-career-details-text li:before {
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-image: url(../img/icons/check.svg);
}

.art-career-apply-info {
  padding: 20px 35px;
  border-radius: 15px;
  background-color: #F9F9F9;
}
.art-career-apply-info li {
  gap: 0px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0px 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
}
.art-career-apply-info li .v-tilte {
  color: #261723;
}
.art-career-apply-info li .v-tilte i {
  margin-right: 10px;
}
.art-career-apply-info li .v-value {
  color: #504E4E;
}
.art-career-apply-info a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 13px 15px;
  border-radius: 15px;
  background: var(--mt-gradient);
}

.art-job-apply-content {
  padding: 50px;
  margin: 0 auto;
  max-width: 730px;
  border-radius: 16px;
  border: 1px solid #E9E9E9;
}
.art-job-apply-content .sec_title {
  color: #22282F;
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 40px;
}
.art-job-apply-content button {
  padding: 0;
  border: none;
  padding: 12px 20px;
  border-radius: 40px;
  background: var(--mt-gradient);
}
.art-job-apply-content .art-contact-form-input,
.contact-form,
.contact-form {
  width: 100%;
  max-width: 592px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .art-job-apply-content .art-contact-form-input,
  .contact-form,
  .contact-form {
    max-width: 100%;
  }
}
.art-job-apply-content .art-contact-form-input .input-field,
.contact-form .input-field,
.contact-form .input-field
{
  margin-bottom: 30px;
}
.art-job-apply-content .art-contact-form-input .input-field label,
.contact-form .input-field label
{
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.art-job-apply-content .art-contact-form-input .input-field input,
.contact-form .input-field input,
.art-job-apply-content .art-contact-form-input .input-field textarea,
.contact-form .input-field textarea
{
  width: 100%;
  height: 40px;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #fff;
}
.art-job-apply-content .art-contact-form-input .input-field input,
.art-job-apply-content .art-contact-form-input .input-field textarea
{
  border-bottom: 2px solid #eee;
}
.art-job-apply-content .art-contact-form-input .input-field input::-webkit-input-placeholder,
.contact-form .input-field input::-webkit-input-placeholder,
.art-job-apply-content .art-contact-form-input .input-field textarea::-webkit-input-placeholder,
.contact-form .input-field textarea::-webkit-input-placeholder {
  opacity: 0.56;
}
.contact-form .input-field input::-moz-placeholder,
.contact-form .input-field textarea::-moz-placeholder {
  opacity: 0.56;
}
.contact-form .input-field input:-ms-input-placeholder,
.contact-form .input-field textarea:-ms-input-placeholder {
  opacity: 0.56;
}
.contact-form .input-field input::-ms-input-placeholder,
.contact-form .input-field textarea::-ms-input-placeholder {
  opacity: 0.56;
}
.contact-form .input-field input::placeholder,
.contact-form .input-field textarea::placeholder {
  opacity: 0.56;
}
.art-job-apply-content .art-contact-form-input .input-field textarea,
.contact-form .input-field textarea
{
  height: 75px;
  padding-top: 10px;
}

/*---------------------------------------------------- */
/*sidebar Section*/
/*----------------------------------------------------*/
.mt-sidebar-wrap {
  background-color: #F7F7F8;
}

.mt-sidebar-widget .widget-title {
  font-size: 700;
  font-size: 22px;
  padding-bottom: 10px;
  color: var(--mt-title-color);
}
.mt-sidebar-widget .search-widget {
  border-bottom: 1px solid #DFE1E5;
}
.mt-sidebar-widget .search-widget form {
  width: 100%;
  height: 54px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.mt-sidebar-widget .search-widget form input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #F7F7F8;
  border: 1px solid #63FF4B;
}
.mt-sidebar-widget .search-widget form button {
  top: 0;
  right: 0;
  padding: 0;
  width: 54px;
  height: 54px;
  border: none;
  position: absolute;
  background: var(--mt-gradient);
  background-color: transparent;
}
.mt-sidebar-widget .category-widget li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
}
.mt-sidebar-widget .category-widget li a:hover {
  color: #63FF4B;
}
.mt-sidebar-widget .category-widget li:last-child a {
  border-bottom: none;
}

.mt-sidebar-widget .mt-recent-post .recent-item {
  gap: 15px;
  margin-bottom: 24px;
}
.mt-sidebar-widget .mt-recent-post .recent-item:last-child {
  margin-bottom: 0;
}
.mt-sidebar-widget .mt-recent-post .recent-item .item-img {
  width: 112px;
  height: 123px;
  overflow: hidden;
  border-radius: 4px;
}
.mt-sidebar-widget .mt-recent-post .recent-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mt-sidebar-widget .mt-recent-post .recent-item .item-meta {
  font-size: 10px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
}
.mt-sidebar-widget .mt-recent-post .recent-item .item-text {
  max-width: 212px;
}
.mt-sidebar-widget .mt-recent-post .recent-item .rec_title {
  color: var(--mt-title-color);
  font-size: 18px;
  font-weight: 700;
}
.mt-sidebar-widget {
  border-bottom: 1px solid #DFE1E5;
}
.mt-sidebar-widget .tag-widget a {
  margin: 4px;
  font-size: 16px;
  padding: 5px 12px;
  border-radius: 2px;
  display: inline-block;
  background-color: #FFFFFF;
}
.mt-sidebar-widget .tag-widget a:hover {
  color: #000;
  background-color: #63FF4B;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.mt-footer-section-1.dark_version {
  background-color: #04092f;
}
.mt-footer-section-1.dark_version .mt-footer-content {
  padding-top: 115px;
}

.mt-footer-content {
  gap: 20px 35px;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mt-footer-widget .widget-title {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 30px;
  color: var(--mt-title-color);
}
.mt-footer-widget .widget-title.dark_version {
  color: #fff;
}
.mt-footer-widget .logo-widget {
  width: 100%;
  max-width: 350px;
  padding-top: 30px;
}
.mt-footer-widget .logo-widget .brand-logo {
  padding-bottom: 45px;
}
.mt-footer-widget .logo-widget.dark_version p {
  color: #e0e0e0;
}
.mt-footer-widget .menu-widget.dark_version {
  background-color: #010523;
}
.mt-footer-widget .menu-widget.dark_version li a {
  color: #fff;
}
.mt-footer-widget .menu-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mt-footer-widget .menu-widget li {
  margin-bottom: 15px;
}
.mt-footer-widget .menu-widget li a {
  color: #313030;
  font-size: 17px;
  position: relative;
  padding-left: 26px;
}
.mt-footer-widget .menu-widget li .tx-icon {
  left: 0;
  top: -1px;
  content: "\f058";
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 6 Free";
}
.mt-footer-widget .menu-widget li a span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-footer-widget .menu-widget li a span:after {
  left: 0;
  right: 0;
  width: 0%;
  bottom: 0px;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-footer-widget .menu-widget li a:hover span {
  letter-spacing: 0.5px;
}
.mt-footer-widget .menu-widget li a:hover span:after {
  width: 100%;
  margin: 0 auto;
}
.mt-footer-widget .newslatter-widget {
  max-width: 360px;
  position: relative;
}
.mt-footer-widget .newslatter-widget.dark_version p {
  color: #e0e0e0;
}
.mt-footer-widget .newslatter-widget .widget-title {
  padding-bottom: 8px;
}

.mt-footer-widget .newslatter-widget input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 30px;
  border-radius: 50px;
  background-color: #f9f9f9;
}
.mt-footer-widget .newslatter-widget button {
  top: 0;
  right: 0;
  width: 70px;
  border: none;
  height: 60px;
  padding: 0;
  position: absolute;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
  border-radius: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mt-footer-widget .newslatter-widget button i {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-footer-widget .newslatter-widget button:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mt-copyright-wrap {
  padding: 30px 0px;
  border-top: 1px solid #eef0f3;
}
@media (max-width: 767px) {
  .mt-copyright-wrap {
    gap: 15px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-copyright-wrap.dark_version {
  border-top: 1px solid #0b2d52;
}
.mt-copyright-wrap.dark_version .copyright-text {
  color: #fff;
}
.mt-copyright-wrap.dark_version .copyright-social a {
  color: #fff;
}
.mt-copyright-wrap .copyright-text {
  color: #16192f;
}
.mt-copyright-wrap .copyright-social {
  gap: 10px 40px;
}
.mt-copyright-wrap .copyright-social a {
  color: var(--mt-title-color);
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-copyright-wrap .copyright-social a i {
  margin-right: 5px;
}
.mt-copyright-wrap .copyright-social a:hover {
  letter-spacing: 1px;
}

.mt-footer-section-4 {
  overflow: hidden;
  background-color: #1a1b1d;
}
.mt-footer-section-4 .mt-footer-copyright {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 30px 0px;
}
.mt-footer-section-4 .mt-footer-copyright span {
  display: inline-block;
}

.mt-footer-widget-wrapper-1 {
  max-width: 440px;
}

.mt-footer-widget-wrapper-2 {
  width: 100%;
  max-width: 840px;
  padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-footer-widget-wrapper-2 {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .mt-footer-widget-area {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mt-newslatter-insta-widget {
  gap: 20px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-newslatter-insta-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.mt-newslatter-insta-widget .mt-footer-widget-4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.mt-footer-widget-4 .widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-footer-widget-4 .logo-widget {
    border: none;
  }
}
.mt-footer-widget-4 .logo-widget .logo-text {
  font-size: 17px;
}

.mt-footer-widget-4 .logo-widget .logo-cta .cta-info {
  gap: 15px;
  margin-bottom: 20px;
}
.mt-footer-widget-4 .logo-widget .logo-cta .cta-info .info-icon {
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: var(--mt-title-color);
  background: var(--mt-gradient);
  border-radius: 100%;
}
.mt-footer-widget-4 .logo-widget .logo-cta .cta-info .info-text {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.mt-footer-widget-4 .logo-widget .social-logo a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-right: 20px;
}
.mt-footer-widget-4 .logo-widget .social-logo a i {
  margin-right: 5px;
}
.mt-footer-widget-4 .logo-widget .social-logo a:hover {
  color: #3eff88;
}
.mt-footer-widget-4 .menu-widget {
  margin-bottom: 54px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-footer-widget-4 .menu-widget {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mt-footer-widget-4 .menu-widget li {
  margin-bottom: 15px;
}
.mt-footer-widget-4 .menu-widget li a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
.mt-footer-widget-4 .menu-widget li a .tx-icon {
  top: 0;
  left: 0;
  font-size: 17px;
  font-weight: 700;
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-footer-widget-4 .menu-widget li a:hover {
  color: #36ff95;
}
.mt-footer-widget-4 .menu-widget li a:hover .tx-icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mt-footer-widget-4 .newslatter-widget {
  width: 100%;
  position: relative;
}
.mt-footer-widget-4 .newslatter-widget form {
  position: relative;
}
.mt-footer-widget-4 .newslatter-widget input {
  width: 100%;
  height: 70px;
  border: none;
  max-width: 395px;
  padding-left: 30px;
  border-radius: 5px;
  background-color: #fff;
}
.mt-footer-widget-4 .newslatter-widget button {
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  width: 135px;
  font-weight: 700;
  position: absolute;
  border-radius: 5px;
  background: var(--mt-gradient);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.mt-footer-widget-4 .newslatter-widget button:hover {
  letter-spacing: 1px;
}
.mt-footer-widget-4 .insta-widget {
  width: 100%;
  max-width: 330px;
}
.mt-footer-widget-4 .insta-widget li {
  width: 99px;
  height: 87px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mt-footer-widget-4 .insta-widget li {
    height: 80px;
    width: 80px;
  }
}
.mt-footer-widget-4 .insta-widget li:last-child {
  margin-right: 0;
}
.mt-footer-widget-4 .insta-widget li img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mt-footer-widget-4 .insta-widget li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*---------------------------------------------------- */