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

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --mc-heading: "Montserrat Alternates", sans-serif;
  --mc-body-font: "Inter", sans-serif;
  --mc-base-c: #043460;
  --mc-body-color: #043460;
}

.mc-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.mc-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mc-header-section .menu-cta-btn {
  gap: 20px;
}
.mc-header-section .mc-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-header-section .mc-mobile-menu-btn {
    display: block;
  }
}
.mc-header-section .mc-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mc-header-section .mc-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #043460;
}
.mc-header-section .mc-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.mc-header-section:is(.header_style_landing) {
  padding: 24px 30px;
}
.mc-header-section:is(.header_style_landing) .main-navigation {
  padding: 10px 60px;
  border-radius: 30px;
  border: 1px solid rgba(9, 36, 60, 0.1215686275);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mc-header-section:is(.header_style_landing) .main-navigation {
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-header-section:is(.header_style_landing) .main-navigation {
    display: none;
  }
}
.mc-header-section:is(.header_style_landing) .main-navigation li {
  margin: 0px 32px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mc-header-section:is(.header_style_landing) .main-navigation li {
    margin: 0px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mc-header-section:is(.header_style_landing) .main-navigation li {
    margin: 0px 10px;
  }
}
.mc-header-section:is(.header_style_landing) .main-navigation li:last-child:after {
  right: -35px;
  left: auto;
}
.mc-header-section:is(.header_style_landing) .main-navigation li:before, .mc-header-section:is(.header_style_landing) .main-navigation li:after {
  top: 10px;
  width: 4px;
  left: -35px;
  height: 4px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background-color: #095091;
}
@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) {
  .mc-header-section:is(.header_style_landing) .main-navigation li:before, .mc-header-section:is(.header_style_landing) .main-navigation li:after {
    display: none;
  }
}
.mc-header-section:is(.header_style_landing) .main-navigation li a {
  color: #09243C;
  font-weight: 500;
}
.mc-header-section:is(.header_style_landing) .main-navigation li a:hover {
  color: #3644FD;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-header-section:is(.header_style_landing) .header-cta {
    display: none;
  }
}
.mc-header-section:is(.header_style_landing) .header-cta a {
  gap: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  border-radius: 100px;
  padding: 12px 12px 12px 28px;
  font-family: var(--mc-heading);
  background-color: var(--mc-base-c);
}
.mc-header-section:is(.header_style_landing) .header-cta a i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  color: var(--mc-base-c);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mc-header-section:is(.header_style_landing) .header-cta a:hover {
  background-color: #3644FD;
}

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

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -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::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-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);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.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 {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  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 {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
  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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .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 {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  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 {
  font-size: 16px;
  padding-left: 20px;
  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 {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.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: 60px;
  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: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .mc-mbl-cta-btn a {
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: var(--mc-pr-c1);
}
.mobile_menu .mc-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .mc-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .mc-mobile-header-social a:hover {
  color: #4400E7;
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 18px;
  margin: 0 auto;
  line-height: 1.555;
  position: relative;
  overflow-x: hidden;
  color: var(--mc-body-color);
  font-family: var(--mc-body-font);
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1424px;
}
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-size: 200%, 1px;
}
body button.mfp-close {
  right: 0;
  padding: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  background-size: 200%, 1px;
}

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: 0px;
  background-size: 200%, 1px;
  background-color: var(--mc-prime-c);
}

.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;
  line-height: 1.25;
  color: var(--mc-title-color);
  font-family: var(--mc-heading);
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .preloader-logo {
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader .preloader-logo img {
  -webkit-animation: TXTImgIn 1500ms ease-in-out infinite;
          animation: TXTImgIn 1500ms ease-in-out infinite;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

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

.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;
  -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;
}

.mc-scrollup {
  width: 50px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 50px;
  border-radius: 100%;
  background-color: #D1A3FF;
}

.mc-scrollup i {
  color: #fff;
}

.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;
}

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

.over-hidden {
  overflow: hidden;
}

.px-scn-title-1 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.153;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-scn-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-scn-title-1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-scn-title-1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .px-scn-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-scn-title-1 {
    font-size: 35px;
  }
}

.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;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.mc-ml-hero-sec {
  padding: 104px 28px 0px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-ml-hero-sec {
    padding: 85px 0px 0px;
  }
}

.mc-ml-hero-content {
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
  padding: 290px 0px 140px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-ml-hero-content {
    border-radius: 0;
    padding: 180px 0px 80px;
  }
}
.mc-ml-hero-content .mc-ml-hr-img {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.mc-ml-hero-content .mc-ml-shape1 {
  top: 0;
  left: -80px;
}
.mc-ml-hero-content .mc-ml-shape2 {
  right: 0;
  bottom: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-ml-hero-content .mc-ml-shape2 {
    display: none;
  }
}

.mc-ml-hero-text {
  z-index: 2;
  max-width: 535px;
  position: relative;
}
.mc-ml-hero-text .ml_hero_title {
  line-height: 1;
  font-weight: 700;
  font-size: 116px;
  color: var(--mc-base-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mc-ml-hero-text .ml_hero_title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .mc-ml-hero-text .ml_hero_title {
    line-height: 1.2;
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .mc-ml-hero-text .ml_hero_title {
    font-size: 60px;
    line-height: 1.2;
  }
}
.mc-ml-hero-text .ml_hero_title span {
  display: block;
  font-size: 56px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mc-ml-hero-text .ml_hero_title span {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .mc-ml-hero-text .ml_hero_title span {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .mc-ml-hero-text .ml_hero_title span {
    font-size: 30px;
  }
}
.mc-ml-hero-text .hero_btn_wrap {
  gap: 20px;
}
.mc-ml-hero-text .hero_btn_wrap a {
  gap: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 10px 10px 10px 28px;
  font-family: var(--mc-heading);
  background-color: #3644FD;
  border: 2px solid #3644FD;
}
.mc-ml-hero-text .hero_btn_wrap a i {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
  color: var(--mc-base-c);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mc-ml-hero-text .hero_btn_wrap a:nth-child(2) {
  border: 2px solid #fff;
  background-color: transparent;
}
.mc-ml-hero-text .hero_btn_wrap a:hover {
  border: 2px solid var(--mc-base-c);
  background-color: var(--mc-base-c);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.mc-ml-feat-sec {
  margin: 28px;
}

.ml-feat-content {
  padding: 70px 0px;
  border-radius: 12px;
  background-color: #E3F2E7;
}
@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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-feat-content {
    gap: 40px;
  }
}

.ml-feat-item1 {
  width: 25%;
  padding: 0px 50px;
  position: relative;
  border-right: 1px solid rgba(29, 29, 61, 0.2392156863);
}
@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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-feat-item1 {
    width: 45%;
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-feat-item1 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ml-feat-item1 {
    padding: 0px 30px;
  }
}
.ml-feat-item1 .inner-item {
  max-width: 355px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-feat-item1 .inner-item {
    max-width: 100%;
  }
}
.ml-feat-item1 .item-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
}
.ml-feat-item1 h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 38px;
  color: var(--mc-base-c);
}
.ml-feat-item1:last-child {
  border: none;
}

.pf-pr-1 {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: var(--mc-heading);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5;
  border: 1.5px solid transparent;
  background-color: #E4354A;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 100px;
  padding: 11.5px 12px;
  padding-left: 22px;
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.pf-pr-1 .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  fill: transparent;
  position: relative;
  z-index: 1;
  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;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.pf-pr-1 .icon svg {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.pf-pr-1 .icon svg:nth-child(2) {
  position: absolute;
  -webkit-transform: translate(-20px, 20px);
          transform: translate(-20px, 20px);
}
.pf-pr-1 .icon svg:nth-child(2) path {
  stroke: #fff;
}
.pf-pr-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pf-pr-1 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  content: attr(data-back);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.pf-pr-1 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  content: attr(data-front);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pf-pr-1:hover {
  background: var(--mc-base-c);
  color: #fff;
}
.pf-pr-1:hover .icon {
  background: #E4354A;
}
.pf-pr-1:hover .icon svg:nth-child(1) {
  -webkit-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
.pf-pr-1:hover .icon svg:nth-child(2) {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
.pf-pr-1:hover .text::after {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.pf-pr-1:hover .text::before {
  opacity: 0;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
}

.ml-ft4-sec {
  padding: 0 28px 100px;
}
@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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-ft4-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

.ml-ft4-content {
  gap: 28px;
}
@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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-ft4-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ml-ft4-item {
  padding: 50px 35px;
  border-radius: 20px;
  background-color: #FFCC53;
}
.ml-ft4-item .item-img {
  height: 350px;
  margin-bottom: 20px;
}
.ml-ft4-item .item-text h3 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ml-ft4-item .item-text p {
  margin: 0 auto;
  max-width: 450px;
}
.ml-ft4-item:nth-child(2) {
  background-color: #D1A3FF;
}
.ml-ft4-item:nth-child(3) {
  background-color: #29DAC4;
}

.ml-key-ft-title h2 {
  margin: 0 auto;
  font-size: 52px;
  font-weight: 600;
  max-width: 800px;
  color: var(--mc-base-c);
}

/* 
    feature-card-start
    */
.lg-feature-card-scn-title {
  max-width: 619px;
}
.lg-feature-card-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .lg-feature-card-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .lg-feature-card-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lg-feature-card-single {
  background-color: #F0F3F5;
  border-radius: 12px;
  padding: 52px 48px;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom: 4px solid rgba(9, 36, 60, 0.0784313725);
}
@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: 481px) and (max-width: 575px) {
  .lg-feature-card-single {
    padding: 40px 20px;
  }
}
.lg-feature-card-single .icon {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  margin-bottom: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: var(--mc-base-c);
}
.lg-feature-card-single .card-title {
  font-weight: 600;
  font-size: 23px;
  color: var(--mc-base-c);
  margin-bottom: 20px;
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid rgba(12, 12, 12, 0.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: 481px) and (max-width: 575px) {
  .lg-feature-card-single .card-title {
    font-size: 20px;
  }
}
.lg-feature-card-single:hover {
  -webkit-box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.25);
          box-shadow: -24px 24px 80px 0 rgba(0, 0, 0, 0.25);
}
.lg-feature-card-single:hover .icon {
  -webkit-transform: scale(107%);
          transform: scale(107%);
}
.lg-feature-card-single:hover .icon svg * {
  fill: var(--mc-base-c);
}

/* 
    feature-card-end
*/
/*---------------------------------------------------- */
/*Demo area*/
/*----------------------------------------------------*/
.mc-ml-demo-sec {
  padding: 0px 28px;
}

.mc-ml-demo-content {
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.mc-ml-demo-content:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAFAFF), to(#FFFFFF));
  background: linear-gradient(180deg, #EAFAFF 0%, #FFFFFF 100%);
}

.mc-ml-demo-title {
  max-width: 816px;
}
.mc-ml-demo-title h2 {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -2px;
  padding-bottom: 30px;
  color: var(--mc-base-c);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .mc-ml-demo-title h2 {
    font-size: 40px;
  }
}
.mc-ml-demo-title li {
  font-size: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.mc-ml-demo-title li img {
  margin-right: 5px;
}

.ml-demo-count h3 {
  line-height: 1;
  color: #036C5F;
  font-weight: 700;
  font-size: 180px;
  letter-spacing: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-demo-count h3 {
    font-size: 100px;
  }
}
.ml-demo-count p {
  opacity: 0.4;
  font-size: 40px;
  letter-spacing: 12px;
}

.mc-ml-demo-item {
  padding: 32px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: rgba(4, 52, 96, 0.0588235294);
}
.mc-ml-demo-item .item-img {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.mc-ml-demo-item .item-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333029;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  border-radius: 6px;
  z-index: 2;
}
.mc-ml-demo-item .item-text h4 {
  color: #3644FD;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 6px;
}
.mc-ml-demo-item .item-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--mc-base-c);
}
.mc-ml-demo-item .item-bottom {
  gap: 20px;
}
.mc-ml-demo-item .item-btn-wrap {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mc-ml-demo-item .item-btn-wrap a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 28px;
  border-radius: 100px;
  color: var(--mc-base-c);
  background-color: #CEE0E8;
}
.mc-ml-demo-item .item-btn-wrap a:hover {
  color: #fff;
  background-color: #3644FD;
}
.mc-ml-demo-item:hover .item-img:before {
  opacity: 0.3;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.px-features-1-area {
  overflow: hidden;
  border-radius: 20px;
  margin: 0px 28px 28px;
}
.px-features-1-area .ml-ft-shape1 {
  right: 0;
  bottom: 36px;
}

/* 
    features-start
    */
.px-features-1-bg-shape {
  width: 47%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}
.px-features-1-scn-title .px-scn-title-1 {
  margin-bottom: 27px;
}
.px-features-1-content {
  max-width: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 481px) and (max-width: 575px) {
  .px-features-1-content {
    margin-bottom: 50px;
  }
}
.px-features-1-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin-bottom: 48px;
  padding: 0;
}
@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: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-features-1-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.px-features-1-list li {
  font-family: var(--mc-heading);
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  color: var(--mc-base-c);
  font-weight: 500;
}
.px-features-1-list li .icon {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-features-1-list li .icon * {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.px-features-1-list li .icon svg * {
  fill: #E4354A;
}
.px-features-1-list li:hover .icon {
  -webkit-transform: scale(120%);
          transform: scale(120%);
}
.px-features-1-list li:hover .icon svg * {
  fill: #E4354A;
}
.px-features-1-img {
  margin-left: 80px;
  margin-right: -130px;
}
@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: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-features-1-img {
    margin-left: 0;
    margin-right: 0px;
  }
}
.px-features-1-img-1 {
  width: 39%;
  -webkit-filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
}
.px-features-1-img-2 {
  width: 38%;
  position: absolute;
  top: 13%;
  left: 27%;
  -webkit-filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
}
.px-features-1-img-3 {
  width: 31%;
  position: absolute;
  bottom: 12%;
  left: 28%;
  -webkit-filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-13.576px 13.576px 45.253px rgba(0, 0, 0, 0.25));
  z-index: 1;
}
.px-features-1-img-4 {
  width: 30%;
  position: absolute;
  bottom: 9%;
  left: 43%;
  -webkit-filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
  z-index: 2;
}
.px-features-1-img-5 {
  width: 33%;
  position: absolute;
  top: 24%;
  right: 20%;
  -webkit-filter: drop-shadow(-18.667px 18.667px 62.222px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-18.667px 18.667px 62.222px rgba(0, 0, 0, 0.25));
}
.px-features-1-img-6 {
  width: 28%;
  position: absolute;
  top: 47%;
  right: 0;
  -webkit-filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(-10.606px 10.606px 35.354px rgba(0, 0, 0, 0.25));
}

/* 
    features-end
*/
/*---------------------------------------------------- */
/*save area*/
/*----------------------------------------------------*/
.px-mlr-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.px-save-1-area {
  border-radius: 16px;
  background-color: #C4FDA0;
}
.px-save-1-area .ml-sv-shape1 {
  right: 0;
  bottom: 0;
}
.px-save-1-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-save-1-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.px-save-1-doller {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  z-index: 1;
  height: 200px;
  border-radius: 50%;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.px-save-1-doller span:nth-child(1) {
  font-size: 23px;
  font-weight: 500;
  opacity: 80%;
  letter-spacing: 6px;
  margin-bottom: 8px;
}
.px-save-1-doller-curcle-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: pulse linear 2s infinite;
          animation: pulse linear 2s infinite;
}
.px-save-1-doller-shape {
  position: absolute;
  right: -40px;
  top: -20px;
  -webkit-animation: flash linear 1s infinite;
          animation: flash linear 1s infinite;
}
.px-save-1-doller-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -2px;
  max-width: 565px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-save-1-doller-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-save-1-doller-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-save-1-doller-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .px-save-1-doller-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-save-1-doller-title {
    font-size: 40px;
  }
}
.px-save-1-doller-title-shape {
  position: absolute;
  bottom: -30px;
  right: 29px;
  -webkit-animation: jello linear 1s infinite;
          animation: jello linear 1s infinite;
}
.px-save-1-content {
  max-width: 530px;
}
.px-save-1-content .para {
  margin-bottom: 24px;
}
.px-save-1-list li {
  font-weight: 500;
  font-size: 18px;
}
.px-save-1-list li:not(:last-child) {
  margin-bottom: 5px;
}
.px-save-1-list li i {
  margin-right: 10px;
}
.px-save-1-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-save-1-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.px-save-1-card {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-save-1-card {
    width: 100%;
  }
}
.px-save-1-card-dot-shape {
  position: absolute;
  bottom: -29px;
  left: -77px;
  z-index: -2;
  -webkit-animation: shake 10s linear infinite;
          animation: shake 10s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-save-1-card-dot-shape {
    display: none;
  }
}
.px-save-1-card-single {
  padding: 32px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-save-1-card-single {
    width: 100%;
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.px-save-1-card-single:not(:last-child) {
  margin-bottom: 6px;
}
.px-save-1-card-single .card-logo {
  pointer-events: none;
}
.px-save-1-card-single .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.px-save-1-card-single .save-doller {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.px-save-1-card-single .save-doller b {
  font-weight: 700;
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .px-save-1-card-single .save-doller br {
    display: none;
  }
}

/*---------------------------------------------------- */
/*inner page area*/
/*----------------------------------------------------*/
.ml-in-shape {
  left: 0;
  top: -15%;
}

/* 
    inner-page-start
    */
.px-inner-page-content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.px-inner-page-counter {
  font-weight: 700;
  font-size: 180px;
  letter-spacing: 0.01em;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#A7ADFF), to(rgba(54, 68, 253, 0)));
  background: linear-gradient(180deg, #A7ADFF 0%, rgba(54, 68, 253, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .px-inner-page-counter {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-page-counter {
    font-size: 140px;
  }
}
.px-inner-page-sec-title {
  color: #07000E;
  margin-top: -100px;
  margin-bottom: 37px;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.05;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .px-inner-page-sec-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .px-inner-page-sec-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .px-inner-page-sec-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .px-inner-page-sec-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .px-inner-page-sec-title {
    font-size: 30px;
    margin-top: -28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .px-inner-page-sec-title {
    font-size: 35px;
  }
}

/* 
    inner-page-end
    */
.lg-iner-page-slider {
  position: relative;
  z-index: 1;
  margin-left: -110px;
  margin-right: -110px;
}
@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: 481px) and (max-width: 575px), (max-width: 480px) {
  .lg-iner-page-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.lg-iner-page-slider-item {
  background: #fff;
  padding: 32px 32px 25px;
  border: 1px solid #D9D9D9;
  border-left: none;
}
@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: 481px) and (max-width: 575px), (max-width: 480px) {
  .lg-iner-page-slider-item {
    padding: 32px 15px;
  }
}
.lg-iner-page-slider-item .item-img {
  height: 377px;
  margin-bottom: 10px;
}
.lg-iner-page-slider-item .item-img img {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.lg-iner-page-slider-item .item-name {
  font-size: 18px;
}
.lg-iner-page-slider-item:hover img {
  -webkit-transform: scale(105%);
          transform: scale(105%);
}
.lg-iner-page-slider .lg-left-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
  z-index: 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: 481px) and (max-width: 575px), (max-width: 480px) {
  .lg-iner-page-slider .lg-left-btn {
    left: 20px;
  }
}
.lg-iner-page-slider .lg-right-btn {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 120px;
  z-index: 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: 481px) and (max-width: 575px), (max-width: 480px) {
  .lg-iner-page-slider .lg-right-btn {
    right: 20px;
  }
}
.lg-iner-page-slider-pagi {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin: 0 auto;
  height: 36px;
  border-radius: 8px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F3F5;
  border-bottom: 2px solid #C1CDD7;
  border-right: 2px solid #C1CDD7;
}
.lg-iner-page-slider-pagi span {
  border: none;
  outline: none;
  opacity: 1;
  margin: 0 !important;
  padding: 0;
  width: 12px;
  height: 2px;
  border-radius: 100px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: rgba(4, 52, 96, 0.2);
}
.lg-iner-page-slider-pagi span:is(.swiper-pagination-bullet-active) {
  height: 6px !important;
  width: 40px !important;
  background-color: #3644FD;
}
.lg-iner-page-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 80%;
}

/*---------------------------------------------------- */
/*GS area*/
/*----------------------------------------------------*/
.ml-get-start-sec {
  z-index: 1;
  margin: 0px 28px;
  overflow: hidden;
  padding: 215px 0px;
  border-radius: 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: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-get-start-sec {
    margin: 0;
  }
}
.ml-get-start-sec .ml-gs-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.ms-gs-text {
  max-width: 625px;
}
.ms-gs-text .subtitle {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1215686275);
}
.ms-gs-text h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 20px 0px 40px;
}

/*---------------------------------------------------- */
/*Shop area*/
/*----------------------------------------------------*/
.ml-shop-sec {
  z-index: 1;
  overflow: hidden;
  margin: 0px 28px;
  border-radius: 12px;
}
@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: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-shop-sec {
    margin: 0;
  }
}
.ml-shop-sec:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAFAFF), to(#FFFFFF));
  background: linear-gradient(180deg, #EAFAFF 0%, #FFFFFF 100%);
}
.ml-shop-sec .ml-shop-mock1 {
  z-index: 1;
  bottom: -65px;
  right: -100px;
}
.ml-shop-sec .ml-shop-mock2 {
  bottom: 0;
  right: 48%;
  z-index: -1;
}

.ml-shop-text {
  max-width: 685px;
}
.ml-shop-text h3 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--mc-base-c);
  padding-bottom: 25px;
}
.ml-shop-text p {
  max-width: 680px;
  padding-bottom: 30px;
}
.ml-shop-text ul {
  margin-bottom: 45px;
}
.ml-shop-text li {
  margin-bottom: 15px;
}
.ml-shop-text li i {
  margin-right: 8px;
}

/*---------------------------------------------------- */
/*Text scroll area*/
/*----------------------------------------------------*/
.ml-text-scroll-sec h2, .ml-text-scroll-sec h3, .ml-text-scroll-sec h4 {
  font-weight: 700;
  font-size: 148px;
  margin: 0px 15px;
  display: inline-block;
}
.ml-text-scroll-sec h2 {
  color: #FFCC53;
}
.ml-text-scroll-sec h3 {
  color: #043460;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #043460;
}
.ml-text-scroll-sec h4 {
  color: #29DAC4;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
.ml-footer-sec {
  overflow: hidden;
  margin: 0px 28px;
  border-radius: 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: 481px) and (max-width: 575px), (max-width: 480px) {
  .ml-footer-sec {
    margin: 0;
  }
}
.ml-footer-sec .ml-ftr-shape1 {
  top: 0;
  right: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.ml-footer-sec .ml-ftr-shape2 {
  left: 0;
  bottom: 90px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.ml-footer-text {
  margin: 0 auto;
  max-width: 660px;
}
.ml-footer-text .item-text h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.ml-footer-text .item-text h2 span {
  display: inline;
  color: #C4FDA0;
}
.ml-footer-text .item-text p {
  color: #fff;
  font-size: 20px;
}

.px-footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 481px) and (max-width: 575px) {
  .px-footer-copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.px-footer-copyright-border {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.px-footer-copyright .design {
  color: #fff;
  text-transform: capitalize;
  opacity: 80%;
}
.px-footer-copyright .design a {
  color: #FFFFFF;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.px-footer-copyright .design a:hover {
  color: #C4FDA0;
}
.px-footer-copyright .copyright-text {
  color: #FFFFFF;
  opacity: 80%;
}
.px-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.px-footer-social .link {
  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;
  width: 42px;
  height: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.23);
          box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.px-footer-social .link:hover {
  -webkit-box-shadow: inset 0px -1px 1px rgb(255, 39, 89);
          box-shadow: inset 0px -1px 1px rgb(255, 39, 89);
  color: #C4FDA0;
}

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