@font-face {
  font-family: "Proxima Nova";
  src:
    url(../fonts/ProximaNova-Regular.otf) format("opentype"),
    url(../fonts/ProximaNova-Regular.woff) format("woff"),
    url(../fonts/ProximaNova-Regular.woff2);
  /* url(../fonts/Quicksand-VariableFont_wght.ttf) format('truetype'); */

  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-family: "Proxima Nova", sans-serif;
  /* font-family: 'Quicksand', sans-serif; */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
a {
  display: block;
  font-family: "Proxima Nova", sans-serif;
}

summary {
  display: list-item;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

button,
input,
select,
textarea,
optgroup {
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

html,
body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  background: #fcfcfc;
  line-height: 145%;
}

html {
  overflow-x: hidden;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", sans-serif;
  margin: 0px;
  padding: 0;
}

a {
  cursor: pointer !important;
}

/* =============== Layout style =========== */
.tne-wrapper {
  background-color: #fcfcfc;
}
header.tne-header {
  width: 100%;
  background: #fcfcfc;
  display: block;
  position: fixed;
  background: #ffffff;
  padding: 15px 0;
  z-index: 9999;
}
header.tne-header .top-logo-section {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  padding: 0 4%;
  box-sizing: border-box;
  display: flex;
}
header.tne-header .top-logo-section .logo-left-hold {
  width: 50%;
  display: inline-flex;
  align-items: center;
  height: 60px;
}
header.tne-header .top-logo-section .social-rt-hold {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

article {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
section {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: border-box;
}

.logo-top {
  width: 200px;
  height: auto;
}

.grey-custom-bg {
  background-color: #fcfcfc !important;
}

.white-custom-bg {
  background-color: #fbfbfb !important;
  padding: 50px 8% 0px 8%;
}

.img-wrapper {
  background: transparent;
  padding-top: 60px;
}

.banner-main-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 60px 0;
}

.banner-main-wrapper .banner-content-hold {
  width: 50%;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.banner-main-wrapper .banner-content-image {
  width: 50%;
}

.banner-main-wrapper .banner-content-image .banner-inner-img img {
  width: 100%;
  height: auto;
}

.banner-content-hold h2.heading-big {
  text-align: left !important;
}

h2.heading-big {
  font-family: "Proxima Nova", sans-serif;
  color: #000000;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  margin: 0 0;
  padding: 0px 0 60px 0;
  text-align: center;
}
.pb-10 {
  padding-bottom: 10px !important;
}

.color-codeblue {
  background: #6b0ace;
  background: linear-gradient(to right, #6b0ace 0%, #360568 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color-codepink {
  background: #f78ecf;
  background: linear-gradient(to right, #f78ecf 0%, #97567f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-main-wrapper .banner-content-hold h5 {
  line-height: 150%;
  font-weight: 500;
  width: 75%;
  padding: 5px 0;
  margin: 0 0;
  color: #848484;
  font-size: 18px;
  font-weight: bold;
}

.btn.btn-primary.button-blue {
  /* font-family: 'Quicksand', sans-serif; */
  cursor: pointer;
  background: rgba(54, 5, 104, 0.85);
  border: 1px solid rgba(54, 5, 104, 0.85);
  height: 50px;
  min-width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  text-transform: none;
  transition: 0.3s ease all;
}
.btn.btn-primary.button-blue:hover {
  background: rgba(54, 5, 104, 1);
  border: 1px solid rgba(54, 5, 104, 1);
  color: #ffffff;
}

.btn.btn-secondary.button-line {
  cursor: pointer;
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 45px;
  min-width: 160px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  transition: 0.3s ease all;
  color: #454545;
}
.btn.btn-secondary.button-line:hover {
  background: #565656;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.MRGT50 {
  margin-top: 50px !important;
}

h3.section-head {
  color: #000000;
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  text-align: left;
  padding: 10px 0;
  margin: 0 0;
}

.strip-center {
  width: 100%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

h6.head-sub-sm {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #858585;
  line-height: 145%;
  padding: 0 0;
}

.media-web-section {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

.media-card-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
}

.media-card-container .card-widget {
  border: 1px solid #faf8f8;
  width: 30%;
  height: auto;
  margin: 0 0;
  padding: 10px 10px 28px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 2px 10px #eeecec;
}

.media-card-container .card-widget .card-img {
  height: 345px;
}

.media-card-container .card-widget img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.banner-inner-img {
  object-fit: cover;
}

.media-card-container .card-widget p {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  padding: 5px 0;
  margin: 0 0;
  color: #848484;
}

.media-card-container .card-content {
  padding: 0 20px;
  margin-top: 20px;
}

.media-web-section .media-inn {
  margin-top: 50px;
}
.media-web-section .media-inn img {
  width: 100%;
  height: auto;
}

.testimony-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
  flex-direction: row;
  align-content: flex-end;
}

.testimony-container .testimony-card {
  width: 48%;
  display: inline-flex;
}

.testimony-card .testimony-inn {
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 15px;
  border-radius: 13px;
  box-sizing: border-box;
  margin: 0 0 40px 0;
  background-color: #fff;
  box-shadow: 2px 2px 10px #eeecec;
}

.tm-profile .tm-profile-inn {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.tm-profile .tm-profile-inn .tm-profile-img {
  margin-right: 25px;
}

.tm-profile .tm-profile-inn .tm-profile-img img {
  width: 68px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tm-profile .tm-profile-inn .tm-profile-nm {
  width: 90%;
  padding-top: 10px;
}

.tm-profile-nm h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.tm-profile-nm h6 span {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  display: block;
  line-height: 30px;
}

.testimony-card .testimony-inn .tm-profile .tm-profile-content p {
  font-weight: 500;
  line-height: 26px;
  padding: 10px 0;
  margin: 0 0;
  color: #848484;
}

section.sectionTM-margin.MT-sec4 {
  margin-top: 50px !important;
  padding: 0 8%;
}

.list-box-hold {
  max-width: 1100px;
  margin: 50px auto 0 auto;
}
ul.inline-flex-box {
  width: 100%;
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
ul.inline-flex-box li {
  list-style-type: none;
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #cdcdcd;
  width: 25%;
  padding: 15px 0;
}

ul.inline-flex-box li:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

ul.inline-flex-box li:last-child {
  border-right: none;
}
ul.inline-flex-box img {
  width: 110px;
  height: 80px;
  opacity: 0.6;
  transition: 0.3s ease all;
}
ul.inline-flex-box span {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  line-height: 22px;
  padding: 10px 0 0 0;
}

.media-widz-v2 {
  width: 100%;
  margin-top: 40px;
}
.media-widz-v2 .media-content-inn {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.media-widz-v2 .media-content-inn .media-content-child {
  display: flex;
  width: 596px;
  height: 244px;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-right: 4px;
  margin-bottom: 4px;
}
.media-widz-v2 .media-content-inn .media-content-child .meadi-img {
  width: 300px;
  height: 244px;
  overflow: hidden;
}
.media-widz-v2 .media-content-inn .media-content-child .meadi-img img {
  transition: 0.3s ease all;
}

.media-widz-v2 .media-content-inn .media-content-child:hover .meadi-img img {
  transform: scale(1.2);
}

.media-widz-v2 .media-content-inn .media-content-child .meadi-content {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 15px;
}
.media-widz-v2 .media-content-inn .media-content-child .meadi-content h4 {
  font-size: 18px;
  color: #242424;
  padding: 0 0;
  line-height: 24px;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.media-widz-v2 .media-content-inn .media-content-child .meadi-content p {
  font-size: 14px;
  line-height: 16.5px;
  padding: 5px 0;
  margin: 0;
  color: #454545;
}

.media-widz-v2 .media-content-inn .media-content-child:nth-child(3),
.media-widz-v2 .media-content-inn .media-content-child:nth-child(4) {
  flex-flow: row-reverse;
}

.sectionTM-margin.w100-wrapper {
  padding: 0px !important;
  margin: 50px 0 0 0;
}

.app-sec-hold {
  width: 100%;
  min-height: 550px;
  margin: 0 0;
  padding: 0 0 30px 0;
  background-image: linear-gradient(to right, #69448e, #f68dd0);
  display: flex;
  flex-flow: column;
}

.app-sec-hold .app-sec-container {
  width: fit-content;
  display: flex;
  height: 630px;
  justify-content: center;
  align-items: center;
}

.app-sec-hold .app-sec-play {
  margin-top: 30px;
}

h3.title-white-l {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding: 0 0;
  margin: 10px 0 20px 0;
}

.nav-links li a.bg-blue-stay {
  background: #360568;
  color: #ffffff;
}

.holder_bu img {
  width: 100%;
  height: auto;
}

ul.app-list {
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

ul.app-list li {
  background: #ffffff;
  width: 240px;
  padding: 12px 20px;
  margin: 0 20px;
  border-radius: 64px;
  text-align: center;
}

ul.app-list li a {
  text-decoration: none;
}

ul.app-list li a img {
  width: 80%;
}

footer {
  width: 100%;
  display: block;
}

.footer-hold {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #f3eeee;
  margin-top: 20px;
}

.footer-hold .footer-left {
  flex: 20%;
}
.footer-hold .footer-right {
  flex: 20%;
}

.footer-hold .footer-menu {
  width: 18%;
}

.footer-hold .footer-menu h4,
.footer-hold .footer-right h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 10px 0 20px 0;
}

a.email-button {
  text-decoration: none;
  display: flex;
  margin: 20px 0 0 0;
}

.btn.mail-btn {
  border: 2px solid #bbc8d4;
  width: 300px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 0;
  padding: 0 15px;
  color: #bbc8d4;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
}

.btn.mail-btn span {
  font-size: 28px;
  font-weight: 700;
}

ul.footer-ulist {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
}

ul.footer-ulist li {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0;
}

ul.footer-ulist li a {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-family: "Proxima Nova", sans-serif;
}

.footer-hold .footer-right .footer-links ul {
  width: 100%;
  text-align: right;
  padding: 0 0;
  margin: 0 0 10px 0;
}
.footer-hold .footer-right .footer-links ul li {
  list-style-type: none;
  display: inline-flex;
  margin-left: 50px;
}
.footer-hold .footer-right .footer-links ul li a {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.footer-hold .footer-right .footer-links ul li a:hover {
  color: #777777;
}

.footer-hold .footer-left p {
  margin: 20px 0 0 0;
}

.logo-sml {
  width: 146px;
}

.footer-hold .footer-right p {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
  padding: 0 0;
}
ul.top-list {
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
ul.top-list li {
  list-style-type: none;
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0;
  margin: 0 0 0 50px;
}
ul.top-list li a {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
ul.top-list li span {
  margin-right: 8px;
}
.modal-dialog.demo-req-modal {
  max-width: 550px;
  width: 100%;
}
.modal-dialog.demo-req-modal .modal-body {
  padding: 20px 35px;
}

.modal-dialog.demo-req-modal .modal-footer p {
  width: 50%;
  float: left;
}
.modal-dialog.demo-req-modal h5.modal-title {
  color: rgba(255, 110, 1, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 0 0;
  margin: 0 0;
}
.formgroup {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.formgroup label {
  color: #242424;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.red-star {
  color: #ff4400;
  font-weight: 300;
  font-size: 13px;
  margin-left: 3px;
}

.formgroup .form-control.custom-input {
  background: #ffffff;
  border: 1px solid #999999;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #242424;
  border-radius: 3px;
}

.formgroup .form-control.custom-textarea {
  background: #ffffff;
  border: 1px solid #999999;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #242424;
  border-radius: 3px;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}
.footer-right .btn {
  background-color: #fff;
}
.footer-right .btn:hover {
  background-color: #fafafa;
}
@media screen and (max-width: 769px) {
  .banner-main-wrapper {
    flex-flow: column;
  }
  .media-card-container {
    flex-flow: column;
  }
  .media-card-container .card-widget {
    width: 100%;
  }
  .banner-main-wrapper .banner-content-hold {
    width: 100%;
  }
  .banner-main-wrapper .banner-content-image {
    width: 100%;
  }
  .testimony-container .testimony-card {
    width: 100%;
  }
  .footer-hold {
    flex-flow: column;
  }

  .footer-hold .footer-menu {
    width: 100%;
  }
  .footer-hold .footer-right {
    flex: 100%;
  }
  #wrapper_bu {
    width: 100% !important;
  }

  @media screen and (max-width: 769px) {
    .footer-hold {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: row;
      align-content: stretch;
      align-items: stretch;
    }

    .footer-left,
    .footer-menu,
    .footer-right {
      flex: 0 0 50%; /* Each item takes 50% width */
      margin-bottom: 20px; /* Adds spacing between rows */
    }

    .footer-left img {
      max-width: 100%;
      height: auto;
    }

    .footer-cr-sec {
      text-align: center; /* Centers copyright text */
      margin-top: 20px;
      flex: 0 0 100%; /* Makes copyright section span the full width */
    }
  }
}

.menu {
  position: fixed;
  z-index: 99;
  background: transparent;
}
.menu .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
  margin: 0;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  /* font-family: 'Quicksand', sans-serif; */
  color: #000000;
  text-decoration: none;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding: 9px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  background: #3a3b3c;
  color: #ffffff;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover {
  color: #f2f2f2;
}
.wrapper .btn {
  color: #000000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #464545;
}

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #585858;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
    color: #ffffff;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
}
.menu input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div {
  font-size: 45px;
  font-weight: 600;
}

/*slider style*/

.carousel {
  height: 822px !important;
  perspective: 600px;
  transform: translateY(-100px);
  margin-top: 127px;
  margin-bottom: -180px;
}

.carousel .carousel-item {
  cursor: grab;
  width: 800px;
}

.carousel.carousel-item:active {
  cursor: grabbing;
}

.carousel .carousel-item img {
  width: 100%;
}

.carousel .carousel-item h3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
  margin: -5px 0 0;
  padding: 10px 5px;
  text-align: center;
}

.carousel .carousel-item {
  visibility: hidden;
  width: 300px !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
}

label.btn {
  background-color: #fff;
}
.footer-cr-sec {
  display: flex;
}

/* Responsive */
@media (max-width: 768px) {
  .body-text div {
    font-size: 30px;
  }
  .banner-main-wrapper .banner-content-hold h5 {
    width: 90%;
  }
  .banner-main-wrapper .banner-content-hold {
    align-items: center;
    padding-bottom: 50px;
  }
  .banner-main-wrapper {
    padding-bottom: 0 !important;
  }
  .media-card-container .card-widget {
    margin-bottom: 20px;
  }
  .media-card-container .card-widget .card-img {
    height: 100%;
  }
  h3.title-white-l {
    font-size: 30px;
  }
  .footer-hold .footer-menu h4 {
    margin: 5px 0;
  }
  h2.heading-big {
    font-size: 30px;
    line-height: 145%;
    padding-bottom: 20px;
  }
  h6.head-sub-sm {
    font-size: 18px;
    text-align: center;
  }
  .banner-main-wrapper .banner-content-hold h5 {
    font-size: 18px;
    text-align: center;
    line-height: 145%;
  }
  .banner-content-hold h2.heading-big {
    text-align: center !important;
  }
  .media-web-section {
    padding-bottom: 0;
  }
}
h2.new-blue {
  color: #360568;
}
.second-blue {
  color: #6b0ace;
}

/* =============== Header style =========== */
@media (min-width: 971px) {
  header.tne-header {
    padding: 12px 0;
  }

  header.tne-header .top-logo-section {
    height: 76px;
    align-items: center;
    justify-content: space-between;
  }

  header.tne-header .top-logo-section .logo-left-hold {
    width: auto;
    flex: 0 0 auto;
    height: 76px;
  }

  header.tne-header .top-logo-section .social-rt-hold {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  header.tne-header .menu {
    position: static;
    width: auto;
    background: transparent;
    z-index: auto;
  }

  header.tne-header .menu .wrapper {
    width: auto;
    max-width: none;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
  }

  header.tne-header .menu .nav-links {
    align-items: center;
    gap: 0;
  }

  header.tne-header .nav-links li {
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  header.tne-header .nav-links li a {
    padding: 9px 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
  }

  header.tne-header .nav-links li a:hover {
    background: #3a3b3c;
    color: #ffffff;
  }

  header.tne-header .nav-links li.nav-utility {
    margin-left: 5px;
    margin-right: 5px;
  }

  header.tne-header .nav-links li .utility-link {
    height: 46px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d7d1de;
    border-radius: 8px;
    background: #ffffff;
    color: #360568;
    font-weight: 600;
    line-height: 1;
  }

  header.tne-header .nav-links li .utility-link:hover {
    background: #f7f3fb;
    color: #360568;
  }

  header.tne-header .nav-links li .login-link {
    min-width: 128px;
    border-color: rgba(54, 5, 104, 0.28);
  }

  header.tne-header .nav-links li .lang-link {
    min-width: 84px;
    padding: 0 18px;
  }

  header.tne-header .nav-links li .lang-link i {
    font-size: 15px;
  }

  header.tne-header .nav-links li a.bg-blue-stay {
    min-width: 165px;
    height: 52px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #360568;
    color: #ffffff;
  }

  header.tne-header .nav-links li a.bg-blue-stay:hover {
    background: #360568;
    color: #ffffff;
  }

  header.tne-header .logo-top {
    width: 224px;
    max-width: none;
  }
}

@media (max-width: 970px) {
  header.tne-header .menu {
    position: static;
    width: 100%;
  }

  header.tne-header .menu .wrapper {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
  }

  .nav-links li.nav-utility {
    margin: 15px 10px;
  }

  .nav-links li .utility-link {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
  }

  .nav-links li .utility-link:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
  }

  .nav-links li .lang-link {
    font-weight: 600;
  }
}
