@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:wght@100..900&display=swap');

@font-face {
  font-family: myFirstFont;
  src: url(../fonts/TuesdayNight-Regular.woff);
}

:root {
  --color1: #842672;
  --color2: #B595BC;
  --color3: #2570A5;
  --color4: #D2CA83;
  --color5: #1F1C25;
  --tab_w: 225px;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: 0;
}

body {
  color: #000;
  font-family: "Lora", serif;
  overflow-x: hidden;
  font-size: 16px;
}

.container {
  max-width: 1850px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading {
  position: relative;
  margin-bottom: 45px;
  padding-top: 34px;
}

.heading p {
  color: var(--color5);
  font-size: 40px;
  line-height: 42px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-family: "Raleway", sans-serif;
  background: linear-gradient(to bottom, hsla(0, 1%, 15%, 0.361), hsla(0, 0%, 0%, 0.071) 50%, hsla(0, 0%, 0%, 0) 100%);
  background: linear-gradient(to bottom, color-mix(in oklab, var(--color2) 72%, transparent 100%), color-mix(in oklab, var(--color2) 20%, transparent 100%) 50%, color-mix(in oklab, var(--color2) 0%, transparent 100%) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading h2 {
  color: var(--color1);
  font-family: "Julius Sans One", sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  /* font-weight: 900; */
  letter-spacing: 0px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  /* background: linear-gradient(90deg, var(--color3) 18.06%, #e57995 60.19%, #009b79 100%); */
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* margin-bottom: 0; */
  margin-top: -20px;
  font-weight: bold;
}

.heading::after {
  background: linear-gradient(270deg, #ffffff00 52.39%, #5b7085 100%, rgba(61, 53, 78, 0) 28.87%, rgba(61, 53, 78, 0) 70.06%);
  top: 0;
  content:
    "";
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0%;
  transform: translate(0, 0);
}

.heading.text-center::after {
  background: linear-gradient(270deg, rgba(61, 53, 78, 0) 28.87%, var(--color3) 45.39%, var(--color3) 53.54%, rgba(61, 53, 78, 0) 70.06%);
  left: 50%;
  transform: translate(-50%, 0);
}

.heading.text-white p {
  background: linear-gradient(to bottom,
      color-mix(in oklab, #ffffff 100%, transparent 100%),
      color-mix(in oklab, #ffffff 100%, transparent 100%) 50%,
      color-mix(in oklab, #ffffff 0%, transparent 100%) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading.text-white h2 {
  /* background: linear-gradient(90deg, #ffffff 18.06%, #ffffff94 60.19%, #e2f0f982 100%); */
  /* background-clip: text; */
  /* -webkit-background-clip: text; */
  color: white;
}

.heading.text-white::after {
  background: linear-gradient(270deg, #ffffff00 52.39%, #fff 100%, rgba(61, 53, 78, 0) 28.87%, rgba(61, 53, 78, 0) 70.06%);
}

.heading.text-center.text-white::after {
  background: linear-gradient(270deg, rgba(61, 53, 78, 0) 28.87%, #fff 45.39%, #fff 53.54%, rgba(61, 53, 78, 0) 70.06%);
}

.content p {
  font-size: 16px;
  line-height: 28px;
}

.main-header.style-one {
  background: #3c0b32;
  height: 14vh;
  position: relative;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: flex-start;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 18px 0;
}

.main-header .logo-box {
  position: relative;
  display: inline-block;
  padding: 0;
  background-repeat: no-repeat;
  background: var(--color4);
  height: 100%;
  display: flex;
  align-items: center;
  width: 160px;
  justify-content: center;
  margin-right: 46px;
  z-index: 1;
  height: 20vh;
}

.main-header .logo-box .logo {
  background-repeat: no-repeat;
}

.main-header .logo-box img {
  height: 93%;
  margin-top: 0;
}

.main-header .menu-area {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-one .menu-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header.style-one .menu-right-content li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-header.style-one .menu-right-content li:last-child {
  margin-right: 0px;
}

.main-header.style-one .menu-right-content .user-btn a,
.main-header.style-one .menu-right-content .cart-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** main-menu **/

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu ul {
  margin: 0px;
}

.main-menu ul>li {
  position: inherit;
  float: left;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
}

.main-menu ul>li:last-child {
  margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
  margin-right: 0;
}

.main-menu ul>li:first-child {
  margin-left: 0px !important;
}

.main-menu ul>li>a {
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff !important;
  font-size: 16px;
  line-height: 22px;
  opacity: 1;
  z-index: 1;
  letter-spacing: 1.6px;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu ul>li>a {
  margin-right: 45px;
}

.main-menu ul>li>ul,
.main-menu ul>li>.megamenu {
  position: absolute;
  top: 169%;
  width: 250px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  /* -webkit-transform: rotateX(-90deg); */
  /* transform: rotateX(-90deg); */
  /* -webkit-transform-origin: 0 0; */
  transform-origin: 0 0;
  padding: 0 20px !important;
}

.main-menu ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu ul>li>ul>li {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  padding: 0;
}


.main-menu ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu ul>li>ul>li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu ul>li>ul>li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu ul>li>ul>li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu ul>li>ul>li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu ul>li>ul>li>a,
.main-menu ul>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 15px 0;
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #ffffff6b;
  margin-right: 0;
  color: white !important;
  width: 100%;
  display: inline-flex;
  /* height: 31px; */
}

.main-menu ul>li>ul>li>a:hover:before,
.main-menu ul>li>ul>li>ul>li>a:hover:before {
  width: 0%;
}

.main-menu ul>li>ul>li>a:hover:after,
.main-menu ul>li>ul>li>ul>li>a:hover:after {
  width: 100%;
}

.main-menu ul>li>ul>li>a:before,
.main-menu ul>li>ul>li>ul>li>a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* content: ''; */
  z-index: -1;
  background-color: var(--primary-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu ul>li>ul>li>a:after,
.main-menu ul>li>ul>li>ul>li>a:after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0;
  height: 100%;
  /* content: '' !important; */
  z-index: -1 !important;
  background-color: var(--theme-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu ul>li>ul>li:last-child>a,
.main-menu ul>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  position: absolute;
  right: -15px;
  top: 0px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}

.main-menu ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu ul>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu ul>li>ul>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu ul>li>ul>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu ul>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu ul>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu ul>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu ul>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #ffffff6b;
}

.main-menu ul>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu ul>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu ul>li.dropdown:hover>ul,
.main-menu ul>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu ul li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu ul li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}


.main-menu ul li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box .logo {
  padding: 10px 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
  padding: 25px 0px !important;
}

.main-header.style-one .menu-area {}


.header__phone__icon i {
  font-size: 35px;
  color: var(--color6);
}

.header__phone__text span {
  color: var(--color6);
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 21px;
}

a .header__phone__text p {
  color: var(--color6);
  font-family: 'Oswald';
  font-weight: 400;
}

.sticky-header .menu-area a {
  margin-right: 50px !important;
}

.sticky-header .outer-box {
  padding: 0 !important;
}

.header-rt {
  width: calc(100% - 160px);
  padding-right: 46px;
}

.com-grd {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.committeeboc {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  /* background: white; */
  padding: 0;
  width: 18%;
  flex-direction: column;
}

.comimg {
  width: 210px;
  height: 210px;
  overflow: hidden;
  background: radial-gradient(#e447c6, #3c0b32);
  position: relative;
}

.comimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.committeeboc h5 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 2px;
  color: #181818;
  text-align: center;
}

.committeeboc p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  color: var(--color2);
  text-align: center;
}

.cm-bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  object-fit: cover;
  /* display: none; */
}

.bx-grd {
  display: flex;
  align-items: center;
  gap: 21px;
  /* justify-content: center; */
}

.bx-grd.col-lg-4 {
  justify-content: flex-start;
}

.bx-grd-box {
  padding: 6px 28px 10px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(252, 252, 252, .2);
  /* width: 34%; */
  background: white;
  /* border: coral; */
  border-radius: 8px;
}

.bx-grd .bx-grd-box:last-child {
  border-right: 0;
}

.bx-grd-box img {
  /* width: 111px; */
  height: 56px;
}

.bx-grd-box p {
  font-size: 16px;
  color: white;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}



.faq-wrap {
  margin-bottom: 0;
  padding: 0;
}

.faq-wrap li {
  list-style: none;
  margin-bottom: 4px;
  /* border-bottom: 1px solid #41414142; */
  background: var(--color2);
}

.faq-wrap li:last-child {
  margin-bottom: 0;
}

.faq-wrap li h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  border-bottom: 1px solid transparent;
}

.faq-wrap li h6::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f067";
  color: #fff;
  font-size: 17px;
  position: absolute;
  right: 11px;
}

.faq-wrap li .faqx {
  display: none;
  padding: 16px;
  /* box-shadow: 0px 14px 15px #00000012; */
  /* padding-top: 0; */
  color: #ffffff;
  /* padding-top: 0; */
}

.faq-wrap li .faqx p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 29px;
  color: var(--base-color);
}

.faq-wrap li h6.active {
  border-bottom: 1px solid #41414142;
  color: var(--color4);
}

.faq-wrap li h6.active::before {
  content: "\f068";
  color: var(--color4);
}

.tab {
  overflow: hidden;
  /* border-bottom: 1px solid #ffffff42; */
  /* background-color: var(--color5); */
  display: flex;
  align-items: center;
  /* padding: 20px; */
  /* border-radius: 15px; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 17px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  /* margin-bottom: 20px; */
  line-height: 30px;
  /* padding-bottom: 17px; */
  border: 1px solid transparent;
  text-align: left;
  width: 100%;
  margin-right: 0;
  text-align: center;
  border-radius: 0;
  /* border-bottom: 2px solid var(--color4); */
  border-radius: 50px 50px 0 0;
}

.tab button span {
  font-size: 18px;
  color: #ffffff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: var(--color4);
}

/* Create an active/current tablink class */
.tab button.active {
  /* background-color: #ccc; */
  /* border: 4px solid var(--color4); */
  background: var(--color2);
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-top: 25px;
  /* border: 1px solid #ccc; */
  /* border-top: none; */
}

.regi-lt {
  padding-right: 80px;
}

.regi-rt {
  /* background: #181f47; */
  /* padding: 40px; */
}

.regi-ul {
  margin-bottom: 0;
  padding-left: 30;
  padding-left: 0;
}

.regi-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff42;
  padding-bottom: 11px;
  margin-bottom: 11px;
  gap: 80px;
  color: white;
}

.regi-ul h6 {

  font-size: 27px;

  color: white;
}

.regi-ul h3 {
  color: var(--color4);
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.regi-ul p img {
  width: 130px;
  background: white;
  padding: 7px;
}

.regi-ul .contetnt p {
  margin-bottom: 0;
  font-size: 15px;
}

.regibk {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.acom-lft .acom-fst-owl {
  width: 100%;
  height: auto;
  /* object-position: 50% 74.16%; */
  background-position: 0;
  margin: 0;
  padding: 0;
}

.acom-lft .acom-scnd-owl {
  width: 50%;
  height: 262px;
  margin: 0;
  /* border: 0; */
  margin-left: calc(50% + 10px);
  padding: 10px;
  display: none;
}

.acom-lft .acom-thrd-owl {
  width: 50%;
  height: 379px;
  margin-left: calc(50% + 10px);
  margin-top: -667px;
  padding: 10px;
  display: none;
}

.acom-box .owl-stage-outer,
.acom-box .owl-stage,
.acom-box .owl-item,
.acom-box .item,
.acom-box img,
.banner-rt .slick-list,
.banner-rt .slick-track,
.banner-rt .slick-slide,
.banner-rt img,
.bannerslide {
  height: 100%;
  object-fit: cover;
}
/* .banner-rt::before
{
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(90deg, #842672 2%, transparent 25%);
  z-index: 1;
} */
.acom-box img{
  width: 100%;
}
.acom-rt {
  padding: 60px;
  background: #fffffff2;
  position: relative;
  z-index: 1;
  margin-left: -9%;
  box-shadow: 0 0 26px #00000061;
}

.acom-lft {
  margin-bottom: 0;
  /* padding-right: 80px; */
}

#accomodation::before {
  content: '';
  position: absolute;
  top: 246px;
  left: 0;
  width: 100%;
  height: 107px;
  background: var(--color1);
}

.vnu-lft .acom-thrd-owl {
  height: 568px;
  margin: 44px auto 0 0;
  position: relative;
}

.vnu-lft .acom-thrd-owl::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 100%;
  height: 100%;
  border: 4px solid var(--color1);
}

.vnu-rt .acom-fst-owl {
  height: 515px;
  margin: 32px auto 64px 0;
}

.vnu-add {
  margin: 17px 0;
  font-size: 14px;
}

.homes-list {
  margin: 44px 20px 0;
}



.facult-box {
  width: 66.666667%;
  margin: auto;
}

.fac-detail {
  width: calc(50% + 60px);
  border: 4px solid var(--color3);
  padding: 25px;
  position: relative;
  z-index: 1;
  padding-right: 90px;
}

.fac-detail h6 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color1);
  text-shadow: none;
  font-size: 50px;
  color: transparent;
  position: absolute;
  right: 85px;
  top: 13px;
  margin-bottom: 0;
}

.fac-detail .cn-flag {
  height: 45px;
  margin-bottom: 20px;
}

.fac-detail h4 {
  font-size: 30px;
  margin-bottom: 10px;
  color: var(--color5);
}

.fac-detail p {
  margin-bottom: 0;
  color: white;
}

.fac-img {
  width: 50%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}




.banner {
  background-color: var(--color4);
  height: 696px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color1);
}

.banner-heading {
  position: relative;
  display: block;
  color: white;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;

  margin-bottom: 15px;
}

.banner-lg-text {
  font-family: "Julius Sans One", sans-serif;

  font-size: 48px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
  padding: 9px;
  width: 290px;
  /* display: inline; */
  color: var(--color1);
  font-weight: bold;
  border-radius: 13px;
}

.banner-lg-text-theme {
  font-size: 20px;
  margin-bottom: 27px;
  border-bottom: 2px solid;
  padding-bottom: 8px;
  width: 405px;
}

.banner-lg-text img {
  width: 260px;
  /* background: white; */
  padding: 8px;
}

.bold___text h3 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  line-height: 47px;
  margin-bottom: 25px;
}

.bold___text h3 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  color: transparent;
  font-family: sans-serif;
}

.bold___text p {
  font-size: 18px;
  color: white;
}

.banner-date {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.6px;
  /* text-decoration-line: underline; */
  text-transform: uppercase;
  /* display: inline-block; */
  font-weight: 700;
  /* text-shadow: 0 0 9px white; */
  /* display: inline-block; */
  /* width: auto; */
  /* background: var(--color4); */
  /* padding: 14px 24px; */
  /* border-radius: 30px 0 30px 0; */
  width: auto;
  min-width: 27%;
}

.banner-add {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 19px;
  line-height: 38px;
  margin-bottom: 0;
}

.banner-theme {
  margin-bottom: 30px;
  /* background: var(--color5); */
  text-align: left;
  padding-bottom: 11px;
  /* border-radius: 50px; */
  font-size: 18px;
  color: #ffffff;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: 1px;
  /* margin-bottom: 0; */
  /* font-family: "Playfair Display", serif; */
  border-bottom: 1px solid;
}

.testimonial-content-area {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  justify-content: space-between;
  gap: 35px;
  position: relative;
}

.testimonial-item {
  margin-bottom: 25px;
  /* max-width: 450px; */
  width: 40%;
  padding-top: 50px;
  z-index: 1;
}

.testimonial-item .testimonial-quote {
  margin-bottom: 35px;
}

.testimonial-item .desc {
  /* max-width: 390px; */
  width: 100%;
  margin-bottom: 45px;
}

.testimonial-item .desc p {
  margin-bottom: 0;
  line-height: 1.9;
}

.testimonial-item .desc p {
  margin-bottom: 0;
  line-height: 28px;
  color: white;
  font-size: 18px;
}

.testimonial-item .testimonial-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  background: var(--bs-cyan);
  padding: 25px;
  position: relative;
  z-index: 2;
  max-width: 450px;
  width: 100%;
}

.testimonial-item .testimonial-auother .auother-images {
  max-width: 75px;
  width: 100%;
}

.testimonial-item .testimonial-auother .auother-images img {
  width: 100%;
}

.testimonial-item .testimonial-auother .auother-text span {
  display: block;
  font-size: 14px;
  /* font-weight: var(--tj-fw-medium); */
  color: white;
  margin-bottom: 5px;
}

.testimonial-item .testimonial-auother .testimonial-shapes {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonial-two {
  position: relative;
  z-index: 2;
  /* max-width: 260px; */
  /* width: 20%; */
}

.testimonial-two::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8px;
  height: 40%;
  top: 50%;
  background: var(--color2);
  transform: translate(-50%, -50%);
  border-radius: 50px;
}

.testimonial-two .testimonial-images {
  /* max-width: 260px; */
  width: 260px;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  border: 8px solid var(--color2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 260px;
  background: var(--color3);
}

.testimonial-two .testimonial-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 150px;
  width: 100%;
}



.archx-service-item .service-title-text h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.archx-service-item .service-title-text p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: var(--color3);
  font-size: 24px;
  font-weight: 500;
  /* padding-bottom: 13px; */
  font-weight: 700;
}

.top-header {

  border-bottom: 1px solid #ffffff87;

  /* padding: 11px 0; */

  display: flex;

  align-items: center;
}

.topbar-one__social {

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  border-right: 1px solid #ffffff87;

  padding: 11px 0;

  color: #fff !important;

  font-size: 13px;
}

.banner-tm {
  /* display: flex; */
  /* gap: 16px; */
  /* flex-direction: column; */
}

.banner-rt {
  /* text-align: right; */
  padding-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.banner-rt img {
  height: 100%;
  /* object-fit: contain; */
  /* opacity: .7; */
  width: 100% !important;
  margin-left: auto;
}

.homes-list {
  padding-left: 0px;
  margin: 22px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 0;
}

.homes-list li {
  width: 100%;
  line-height: 22px;
  list-style: none;
  color: #333;
  font-size: 15px;
  /* padding-left: 77px; */
  display: flex;
  align-items: center;
}

.homes-list li i {
  margin-right: 16px;
  background: var(--color3);
  /* margin-left: -77px; */
  padding: 13px;
  font-size: 15px;
  color: #ffffff;
  /* padding: 14px 24px; */
  border-radius: 50px;
}

.homes-list li span {
  margin-left: 9px;
}

.homes-list li span span {
  color: var(--color5);
  font-weight: bold;
  margin: 0;
}

.vnuname {
  color: var(--color2);
  text-align: left;
  text-transform: uppercase;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 21px;
  font-weight: 700;
}

.vnu-md {
  text-align: center;
}

.widget-title {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.widget_rss .widget-title h3 a:last-child,
.widget-title h3 {
  color: white;
  font-size: 14px;
  font-weight: 600;
  /* font-family: "Work Sans",sans-serif; */
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.widget-title h3 span {
  display: inline-block;
  /* border: 2px solid #fff; */
  padding-bottom: 8px;
  position: relative;
  margin: auto;
  font-family: "Julius Sans One", sans-serif;
}

.widget-title h3 span:after {
  left: -2px;
  bottom: 0px;
  position: absolute;
  content: '';
  background-color: var(--color2);
  width: 51px;
  height: 2px;
}

.widget-title h3 span:before {
  left: -2px;
  top: -2px;
  position: absolute;
  content: '';
  background-color: var(--color4);
  width: 2px;
  height: 18px;
}

.widget-title a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}

.widget .textwidget .wp-caption {
  margin-right: 0;
  margin-top: 0;
}

.widget .textwidget .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.widget .textwidget .wp-caption .wp-caption-text img {
  width: auto;
  max-width: 100%;
}

.widget select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 10px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {}

.widget ul li,
.widget ol li {
  color: #ffffff;
  font-size: 15px;
}

.widget ul li i {

  color: white;

  margin-right: 5px;

  font-size: 15px;
}

.footer-widgets {

  display: flex;

  grid-template-columns: 1fr 1fr;

  gap: 30px;

  /* align-items: center; */

  justify-content: space-between;
}

.widget ul li:not(:last-of-type),
.widget ol li:not(:last-of-type),
.widget ul li li:not(:last-of-type),
.widget ol li li:not(:last-of-type) {
  margin: 0 0 15px;
}

.widget select,
.widget select option,
.widget ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: -.2px;
}

.widget ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.widget:not(.widget_tag_cloud) ul li+li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 15px;
}

.widget ul li ul li {
  padding-left: 15px;
}

.widget ul li ul li:before,
.widget.widget_rss ul li:before {
  display: none;
}

.widget_rss ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}

.widget .post-date,
.widget .rss-date {
  font-size: 12px;
}

.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 25px 25px;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 25px;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li+li {
  margin-top: -1px;
}

.widget_rss .widget-title a {
  box-shadow: none;
}

.textwidget b,
.textwidget strong,
.widget_rss b,
.widget_rss strong {
  font-weight: 500;
}

.widget_rss .widget-title a:last-child {
  box-shadow: none;
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 20px;
}

.widget_rss .widget-title h3:after {
  margin-left: 30px;
  margin-top: 2px;
}

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
  margin-top: 3px;
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
  box-shadow: none;
}

.widget_rss ul {
  list-style: none;
}

.widget_rss ul li {
  padding: 15px 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6a8695;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #6a8695;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 10px 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 600;
}

.widget_rss .rssSummary {
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  color: #6a8695;
}

.widget_contact_info .contact-map {
  margin-bottom: 10px;
}

.widget-grofile h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

.widget.widget_recent_comments {}

.widget.widget_recent_comments ul {}

.widget.widget_recent_comments ul li {
  padding-left: 20px;
}

.widget.widget_recent_comments ul li:before {
  display: none;
}

.widget.widget_recent_comments ul li a {
  color: #6a8695;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}

.widget.widget_recent_comments ul li a:hover {
  color: #bfca02;
}

.widget.widget_recent_comments ul li span.comment-author-link {
  padding-left: 20px;
  position: relative;
  margin-left: -20px;
}

.widget.widget_recent_comments ul li span.comment-author-link:before {
  font-family: "themify";
  content: "\e602";
  font-size: 10px;
  color: #bfca02;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_recent_entries ul {}

.widget_recent_entries ul li {}

.widget_recent_entries ul li a {
  font-size: 14px;
  line-height: 22px;
}

.widget_recent_entries ul li a:hover {}

.widget-mailchimp .wt-subscribe-wrap form {
  position: relative;
  margin: 15px 0;
  border: 1px solid var(--color1);
}

.widget-mailchimp .wt-subscribe-wrap form input {
  display: block;
  background-color: transparent;
  border: 0;
  color: #6a8695;
  border-radius: 0;
  padding: 15px 13px;
  padding-right: 90px;
  width: 100%;
}

.widget-mailchimp.dark .wt-subscribe-wrap form input {
  border: 2px solid #ddd;
  color: #fff;
}

.widget-mailchimp .wt-subscribe-wrap form input::-webkit-input-placeholder {
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input::-moz-placeholderr {
  /* Firefox 19+ */
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-ms-input-placeholder {
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form button {
  background-color: var(--color1);
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 45px;
  position: absolute;
  right: 5px;
  top: 4px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.widget-mailchimp .wt-subscribe-wrap form button svg {
  width: 15px;
}

.widget-mailchimp .wt-subscribe-wrap form button:focus {
  outline: none;
}

.widget-mailchimp .wt-subscribe-wrap form button:hover {
  opacity: 0.9;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.widget-mailchimp p.muted {
  color: #ddd;
  margin-bottom: 0;
}

.widget-mailchimp .subscribe-result p {
  margin: 15px 0 0;
  padding: 15px;
  display: none;
}

.widget-mailchimp .subscribe-result.subs-success p.subscription-success {
  display: block;
}

.widget-mailchimp .subscribe-result.subs-error p.subscription-error {
  display: block;
}

.widget-mailchimp .subscribe-result p.subscription-success {
  border: 1px solid #5ecc62;
}

.widget-mailchimp .subscribe-result p.subscription-error {
  border: 1px solid #ff4c4c;
}

.widget-mailchimp p {
  color: white;
}

.widget-about .widget-brand img {
  height: 96px;
  /* background: white; */
  padding: 0;
  /* filter: brightness(36.5); */
  margin-bottom: 9px;
}

.widget-about .widget-brand {
  display: block;
}

.widget-about p {
  color: #fff;
}

.footer_bottom {
  background: var(--color4);
  padding: 15px 0px;
  text-align: center;
}

.footer_bottom p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.footer-widgets-lft {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
}

.ft-bk {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  filter: brightness(9.5);
  opacity: .2;
  left: 0;
}


.sub-head {
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--color1);
  text-align: center;
}

.sub-head span {
  background: var(--color1);
  padding: 11px 60px;
  font-size: 2rem;
  color: white;
  display: inline-block;
  /* margin-right: calc(var(--bs-gutter-x) / -2); */
  /* margin-left: calc(var(--bs-gutter-x) / -2); */
}

.main-header.fixed {
  position: fixed;
  z-index: 3;
  left: 0;
  width: 100%;
  box-shadow: 0 11px 35px #ffffff54;
  height: auto !important;
  border-bottom: 1px solid var(--color1);
}

.main-header.fixed .top-header {
  display: none;
}

.main-header.fixed .logo-box {
  height: 86px;
}

.bannerslide.owl-carousel.owl-theme .owl-dots {
  text-align: left;
}

.bannerslide.owl-carousel button.owl-dot {
  border-radius: 50px !important;
  border: none !important;
  margin-top: 26px;
}

.bannerslide.owl-carousel .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
  background: #dddddd !important;
  border-radius: 50px !important;
  transition: opacity .2s ease;
  margin: 0 5px !important;
  display: inline-block;
}

.bannerslide.owl-carousel .owl-dots .owl-dot.active span,
.bannerslide.owl-carousel.owl-dots .owl-dot:hover span {
  background: #ffffff !important;
}

.message-image-box {
  position: relative;
  display: flex;
  /* flex-wrap: nowrap; */
  align-items: center;
}

.message-image-box::before {
  position: absolute;
  left: -73px;
  bottom: 14%;
  content: "";
  background-image: url("https://yoy.foxthemes.me/wp-content/plugins/yoy-plugins/shortcodes/assets/images/triangle-speakers.svg");
  height: 125px;
  width: 155px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.message-image-box .bg-image {
  height: 445px;
  width: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -36px;
  right: -33px;
  z-index: 0;
}

.message-box {
  padding-right: 80px;
}

.core-com-box {
  position: relative;
  overflow: hidden;
}

.core-com-box .fc-overlay {
  position: absolute;
  transition: .7s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .7;
}

.core-com-box:hover .fc-overlay {
  opacity: 0;
  transition: .7s;
}

.core-com-box img {
  transition: .5s;
}

.core-com-box:hover img {
  transform: scale(1.1);
  transition: .5s;
}

.team-content {
  /* position: absolute; */
  bottom: 30px;
  left: 30px;
  padding: 10px;
}

.team-content h3 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 18px;
  font-family: "Julius Sans One", sans-serif;
  font-weight: 900;
}

.team-content span {
  display: inline-block;
  color: var(--color3);
  font-size: 16px;
  font-weight: 500;
}

.date-grd {
  display: flex;
  width: 85%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.date-box {
  text-align: center;
  padding: 40px;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  width: 33%;
}

.date-box h4 {
  font-size: 28px;
  font-family: "Julius Sans One", sans-serif;
  color: var(--color2);
}

.date-box h6 {
  margin-bottom: 0;
  font-size: 18px;
}

.date-box img {
  width: 65px;
  margin-bottom: 16px;
}

.date-grd .date-box:nth-child(3n+3) {
  border-right: 0;
}

.date-grd .date-box:nth-child(1),
.date-grd .date-box:nth-child(2),
.date-grd .date-box:nth-child(3) {
  border-top: 0;
}

.date-grd .date-box:last-child {
  border-left: 1px solid #cbcbcb;
  border-bottom: 0;
}

.contact-box::before {
  /* content: ''; */
  position: absolute;
  top: -80px;
  left: calc(15% + 100px);
  width: 510px;
  height: calc(100% + 160px);
  background: var(--color4);
}

.contact-box {
  width: 70%;
  margin: auto;
}

.content-list {
  margin-left: 10%;
  position: relative;
  display: grid;
  gap: 22px;
  width: calc(100% - 723px);
  margin-top: -110px;
  width: 40%;
}

.content-list img {
  width: 100%;
}

.contact-itmes h4 {
  font-size: 27px;
  font-family: "Julius Sans One", sans-serif;
  color: var(--color4);
  font-weight: 700;
}

.contact-itmes h5 {
  color: white;
  /* font-size: 20px; */
}

.contact-acom-box {
  width: 400px !important;
  height: 370px;
  margin-top: -370px;
  margin-left: 85px;
}

.contact-iframe {
  width: 380px;
  height: 380px;
  margin-top: 0;
  position: relative;
  margin-top: -179px;
}

.contact-iframe iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.contact-call {
  background: var(--color2);
  width: 343px;
  height: 280px;
  /* margin-left: 480px; */
  /* margin-top: -300px; */
  position: relative;
  padding: 30px;
}

.contact-call h5 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.contact-call h6 {
  margin-bottom: 0;
  color: white;
  line-height: 36px;
  font-size: 14px;
}

.abs-grd {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 30px;

  width: 85%;

  margin: auto;
}

.abs-box {

  width: 49%;

  background: #b0dde47a;

  padding: 40px;

  border: rebeccapurple;

  border-radius: 20px;
}

.abs-grd h6 {

  color: var(--color1);

  font-size: 24px;

  font-weight: 600;

  margin-bottom: 15px;

  font-family: "Julius Sans One", sans-serif;
}

.abs-grd p {

  margin-bottom: 0;

  font-size: 18px;
}

.com-label-grd {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.comlabelbox {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 16px;
  background: white;
  padding: 26px;
  width: 19%;
  flex-direction: column;
  box-shadow: 1px 2px 22px #0000001a;
  border-radius: 14px;
  height: 214px;
  justify-content: center;
  transition: .5s;
}

.comlabelbox.active,
.comlabelbox:hover {
  box-shadow: 1px 2px 22px #01366380;
  transform: translateY(-10px);
  transition: .5s;
  cursor: pointer;
}

.comlabelbox p {

  width: 70px;

  height: 70px;

  margin: 0;
}

.comlabelbox p img {
  width: 100%;
}

.comlabelbox h5 {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 2px;
  color: #181818;
  text-align: center;
}

.comlabelbox h6 {
  margin: 0;
  font-size: 15px;
  line-height: 1.5em;
  color: var(--color2);
  text-align: center;
}

.comimg::before {
  content: '';
  position: absolute;
  width: 98%;
  height: 98%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform-origin: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin: auto;
  border: 1px solid #ffd588;
  z-index: 1;
}

.tab-slider--nav,
.tab-slider--nav1 {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.tab-slider--tabs,
.tab-slider--tabs1 {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  background: var(--color1);
  height: 33px;
  user-select: none;
}

.tab-slider--tabs:after,
.tab-slider--tabs1:after {
  content: "";
  width: 50%;
  background: var(--color3);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 50px;
}

.tab-slider--tabs.slide:after,
.tab-slider--tabs1.slide:after {
  left: 50%;

}

.tab-slider--trigger,
.tab-slider--trigger1 {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
}

.tab-slider--trigger.active,
.tab-slider--trigger1.active {
  color: var(--color1);
}

.tab-slider--body,
.tab-slider--body1 {
  margin-bottom: 20px;
}

.registartion-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.registartion-box {
  width: 40%;
}

.tab-wrap {
  width: 60%;
  margin: auto;
}

.registartion-box h3 {
  font-weight: 600;
  color: white;
  text-align: center;
  font-family: "Raleway", sans-serif;
}

.registartion-box h4 {
  font-weight: 300;
  margin-bottom: 18px;
  color: var(--color3);
  text-align: center;
}

.registartion-box h5 {
  text-align: center;
}

.registartion-box h5 span {
  font-weight: 500;
  color: white;
  width: auto;
  background: var(--color1);
  padding: 9px 19px;
  display: inline-block;
  border-radius: 50px;
  font-family: "Julius Sans One", sans-serif;
}

.registartion-box h6 {

  color: var(--color5);

  text-align: center;
}

.registartion-box ul {
  margin-top: 24px;
}

.registartion-box ul li {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}


.registartion-box ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff !important;
  margin-bottom: 3px;
  display: inline-block;
  /* text-align: center; */
}

.registartion-box ul li p {
  margin-bottom: 0;
  margin-top: 3px;
  font-size: 18px;
}

.registartion-box ul li p span i {
  font-size: 15px;
}

.registartion-box ul li p span:first-child {
  color: white;
}

.registartion-box ul li p span:last-child {
  float: right;
  color: var(--color3);
  font-weight: 700;
  font-family: "Julius Sans One", sans-serif;
}

.registartion-box e {
  color: #dddddd;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

.core-com-bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 328px;
  object-fit: cover;
  background: var(--color1);
}


.u-section-1 {
  background: var(--color1);
}

.u-section-1 .u-sheet-1 {
  min-height: 1119px
}

.u-section-1 .u-image-1 {
  width: 678px;
  min-height: 456px;
  height: auto;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/3c8be0bec87a50df8de84d36/leopardpattern.png");
  background-position: 50% 50%;
  margin: 480px 0 0 auto
}

.u-section-1 .u-container-layout-1 {
  margin-bottom: 0
}

.u-section-1 .u-shape-1 {
  width: 441px;
  height: 966px;
  background-image: none;
  margin: -815px auto 0 1px
}

.u-section-1 .u-image-2 {
  width: 837px;
  height: 619px;
  object-position: 63.74% 0%;
  background-position: 63.74% 0%;
  box-shadow: 2px 2px 35px 0 rgba(0, 0, 0, 0.25);
  margin: -854px 74px 0 auto
}

.u-section-1 .u-group-2 {
  width: 715px;
  min-height: 235px;
  background-image: none;
  height: auto;
  box-shadow: 10px 11px 40px 0 rgba(51, 49, 41, 0.25);
  margin: -782px 0 0 auto
}

.u-section-1 .u-container-layout-2 {
  padding-left: 19px;
  padding-right: 20px
}

.u-section-1 .u-text-1 {
  position: relative;
  font-size: 4.5rem;
  margin: 25px 0
}

.u-section-1 .u-group-3 {
  width: 441px;
  min-height: 304px;
  height: auto;
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.25);
  background-image: none;
  margin: 390px auto 0 63px
}

.u-section-1 .u-container-layout-3 {
  padding-left: 35px
}

.u-section-1 .u-text-2 {
  position: relative;
  font-weight: 600;
  margin: 30px 55px 0 0
}

.u-section-1 .u-icon-1 {
  height: 64px;
  width: 64px;
  position: relative;
  margin: 30px auto 30px 0
}

.u-section-1 .u-group-4 {
  width: 576px;
  min-height: 62px;
  height: auto;
  margin: -62px 0 120px auto;
  display: none;
}

.u-section-1 .u-text-3 {
  position: relative;
  font-style: italic;
  line-height: 1;
  margin: 21px 20px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 743px
  }

  .u-section-1 .u-image-1 {
    width: 559px;
    min-height: 407px;
    margin-top: 512px
  }

  .u-section-1 .u-shape-1 {
    width: 400px;
    height: 636px;
    margin-top: -799px;
    margin-left: 66px
  }

  .u-section-1 .u-image-2 {
    width: 709px;
    height: 609px;
    margin-top: -524px;
    margin-right: 66px
  }

  .u-section-1 .u-group-2 {
    width: 590px;
    margin-top: -771px
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 16px;
    padding-right: 16px
  }

  .u-section-1 .u-group-3 {
    width: 364px;
    min-height: 278px;
    margin-left: 0
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 29px
  }

  .u-section-1 .u-text-2 {
    margin-top: 50px;
    margin-right: 45px
  }

  .u-section-1 .u-icon-1 {
    height: 53px;
    width: 53px;
    margin-bottom: 50px
  }

  .u-section-1 .u-group-4 {
    width: 475px;
    margin-top: -37px;
    margin-bottom: 86px
  }

  .u-section-1 .u-text-3 {
    margin: 5px 16px
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 658px
  }

  .u-section-1 .u-image-1 {
    width: 428px;
    min-height: 341px;
    margin-top: 486px
  }

  .u-section-1 .u-shape-1 {
    width: 299px;
    height: 612px;
    margin-top: -708px;
    margin-left: 58px
  }

  .u-section-1 .u-image-2 {
    width: 529px;
    height: 548px;
    margin-right: 47px
  }

  .u-section-1 .u-group-2 {
    width: 452px;
    min-height: 163px;
    margin-top: -684px
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 12px;
    padding-right: 13px
  }

  .u-section-1 .u-text-1 {
    font-size: 3rem;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .u-section-1 .u-group-3 {
    width: 279px;
    min-height: 274px;
    margin-top: 436px
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 22px
  }

  .u-section-1 .u-text-2 {
    margin-top: 38px;
    margin-right: 35px
  }

  .u-section-1 .u-icon-1 {
    height: 40px;
    width: 40px;
    margin-bottom: 38px
  }

  .u-section-1 .u-group-4 {
    width: 419px;
    margin-top: -116px;
    margin-bottom: 136px
  }

  .u-section-1 .u-text-3 {
    margin-left: 13px;
    margin-right: 13px
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 599px
  }

  .u-section-1 .u-image-1 {
    width: 401px;
    min-height: 357px;
    margin-top: 432px
  }

  .u-section-1 .u-shape-1 {
    width: 318px;
    height: 604px;
    margin-top: -671px;
    margin-left: 0
  }

  .u-section-1 .u-image-2 {
    width: 467px;
    height: 497px;
    margin-top: -491px;
    margin-right: 30px
  }

  .u-section-1 .u-group-2 {
    width: 438px;
    min-height: 188px;
    margin-top: -651px
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 18px;
    padding-right: 18px
  }

  .u-section-1 .u-text-1 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .u-section-1 .u-group-3 {
    min-height: 281px;
    width: 361px;
    margin-top: 410px;
    margin-left: 17px
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 17px
  }

  .u-section-1 .u-text-2 {
    margin-top: 30px;
    margin-right: 26px
  }

  .u-section-1 .u-icon-1 {
    height: 38px;
    width: 38px;
    margin-bottom: 30px
  }

  .u-section-1 .u-group-4 {
    width: 341px;
    margin-top: 26px;
    margin-bottom: 26px
  }

  .u-section-1 .u-text-3 {
    margin: 21px 9px
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 419px
  }

  .u-section-1 .u-image-1 {
    width: 337px;
    min-height: 299px;
    margin-top: 374px
  }

  .u-section-1 .u-shape-1 {
    width: 271px;
    height: 589px;
    margin-top: -643px
  }

  .u-section-1 .u-image-2 {
    width: 274px;
    height: 332px;
    margin-top: -390px;
    margin-right: 25px
  }

  .u-section-1 .u-group-2 {
    min-height: 133px;
    width: 319px;
    margin-top: -450px;
    margin-right: auto;
    margin-left: 22px
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 6px;
    padding-right: 6px
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
    margin-top: 25px;
    margin-bottom: 0
  }

  .u-section-1 .u-group-3 {
    min-height: 241px;
    margin-top: 526px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px
  }

  .u-section-1 .u-text-2 {
    margin-top: 25px;
    margin-right: 16px
  }

  .u-section-1 .u-icon-1 {
    height: 32px;
    width: 32px;
    margin-bottom: 25px
  }

  .u-section-1 .u-group-4 {
    margin-top: -328px;
    margin-bottom: 329px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-1 .u-text-3 {
    margin-left: 6px;
    margin-right: 6px
  }
}


.u-section-2 {
  background: var(--color2);
}

.u-section-2 .u-sheet-1 {
  min-height: 636px
}

.u-section-2 .u-group-1 {
  min-height: 636px;
  height: auto;
  width: 497px;
  background-image: none;
  margin: 0 0 0 auto
}

.u-section-2 .u-container-layout-1 {
  padding-left: 99px;
  padding-right: 26px
}

.u-section-2 .u-text-1 {
  font-size: 2.25rem;
  margin: 67px 0 0;
  color: var(--color4);
}

.u-section-2 .u-text-2 {
  font-size: 1.25rem;
  margin: 40px 0 48px;
  color: white;
}

.u-section-2 .u-group-2 {
  width: 667px;
  min-height: 195px;
  height: auto;
  margin: -636px auto 65px 40px
}

.u-section-2 .u-container-layout-2 {
  padding-left: 20px;
  padding-right: 20px
}

.u-section-2 .u-text-3 {
  position: relative;
  text-transform: uppercase;
  font-style: normal;
  font-size: 8.125rem;
  line-height: 1;
  margin: 20px 0;
  color: var(--bs-blue);
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 650px
  }

  .u-section-2 .u-group-1 {
    min-height: 650px;
    width: 410px
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 70px;
    padding-right: 21px
  }

  .u-section-2 .u-group-2 {
    width: 543px;
    margin-top: -650px;
    margin-bottom: 455px
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 0;
    padding-right: 0
  }

  .u-section-2 .u-text-3 {
    font-size: 8rem;
    line-height: 154px
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 952px
  }

  .u-section-2 .u-group-1 {
    min-height: 682px;
    width: 611px
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 44px;
    padding-right: 46px
  }

  .u-section-2 .u-text-1 {
    margin-top: 55px
  }

  .u-section-2 .u-text-2 {
    margin-bottom: 70px
  }

  .u-section-2 .u-group-2 {
    width: 546px;
    min-height: 193px;
    margin-top: -232px;
    margin-bottom: 309px;
    margin-left: 65px
  }

  .u-section-2 .u-container-layout-2 {
    padding-right: 13px
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1036px
  }

  .u-section-2 .u-group-1 {
    min-height: 722px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 47px;
    padding-right: 12px
  }

  .u-section-2 .u-text-1 {
    margin-top: 67px
  }

  .u-section-2 .u-text-2 {
    margin-bottom: 48px
  }

  .u-section-2 .u-group-2 {
    width: 521px;
    min-height: 136px;
    margin: -186px 0 364px auto
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 9px;
    padding-right: 9px
  }

  .u-section-2 .u-text-3 {
    font-size: 6rem;
    margin-top: 11px;
    margin-bottom: 11px;
    line-height: 115px
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 1216px
  }

  .u-section-2 .u-group-1 {
    min-height: 893px;
    width: auto;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-2 .u-container-layout-1 {
    padding-left: 30px;
    padding-right: 8px
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 141px
  }

  .u-section-2 .u-text-2 {
    margin-bottom: 85px
  }

  .u-section-2 .u-group-2 {
    width: 328px;
    min-height: 106px;
    margin-top: -124px;
    margin-bottom: 341px
  }

  .u-section-2 .u-container-layout-2 {
    padding-left: 6px;
    padding-right: 6px
  }

  .u-section-2 .u-text-3 {
    font-size: 4.5rem;
    line-height: 86px;
    margin-top: 10px;
    margin-bottom: 10px
  }
}


.u-section-3 {
  background: var(--color2);
}

.u-section-3 .u-sheet-1 {
  min-height: 945px
}

.u-section-3 .u-shape-1 {
  width: 816px;
  height: 557px;
  background-image: none;
  margin: 112px 0 0 auto
}

.u-section-3 .u-image-1 {
  width: 494px;
  min-height: 346px;
  height: auto;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/8fcd403395335bceae071077/zebrapatternwhite.png");
  background-position: 50% 50%;
  margin: -669px auto 0 0
}

.u-section-3 .u-container-layout-1 {
  margin-bottom: 0
}

.u-section-3 .u-image-2 {
  width: 647px;
  height: 704px;
  object-position: 50.54% 50%;
  background-position: 50.54% 50%;
  box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.25);
  margin: -824px auto 0 60px
}

.u-section-3 .u-group-2 {
  width: 553px;
  min-height: 594px;
  height: auto;
  background-image: none;
  margin: -193px 0 0 auto
}

.u-section-3 .u-container-layout-2 {
  padding-right: 40px;
  padding-left: 40px
}

.u-section-3 .u-text-1 {
  margin: 40px 0 0
}

.u-section-3 .u-text-2 {
  margin: 50px 0 0
}

.u-section-3 .u-icon-1 {
  height: 48px;
  width: 48px;
  margin: 60px auto 40px 0
}

.u-section-3 .u-layout-wrap-1 {
  width: 996px;
  margin: 0 32px 0 auto
}

.u-section-3 .u-image-3 {
  background-image: url("../images/kolkata/3.jpg");
  min-height: 257px;
  background-position: 50% 50%
}

.u-section-3 .u-image-4 {
  background-image: url("../images/kolkata/4.jpg");
  min-height: 257px;
  background-position: 50% 50%
}

.u-section-3 .u-image-5 {
  background-image: url("../images/kolkata/7.jpg");
  min-height: 257px;
  background-position: 50% 50%
}

.u-section-3 .u-image-6 {
  background-image: url("../images/kolkata/6.jpg");
  min-height: 257px;
  background-position: 34.7% 50%
}

.u-section-3 .u-group-3 {
  min-height: 62px;
  height: auto;
  width: 486px;
  margin: -517px auto 536px 0;
  display: none;
}

.u-section-3 .u-container-layout-7 {
  padding-left: 0;
  padding-right: 26px
}

.u-section-3 .u-text-3 {
  position: relative;
  font-style: italic;
  line-height: 1;
  margin: 5px 0
}

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1068px
  }

  .u-section-3 .u-shape-1 {
    width: 706px;
    height: 679px;
    margin-top: 114px
  }

  .u-section-3 .u-image-1 {
    width: 424px;
    min-height: 232px;
    margin-top: -733px
  }

  .u-section-3 .u-image-2 {
    width: 533px;
    height: 674px;
    object-position: 41.48% 50%;
    background-position: 41.48% 50%;
    margin-top: -770px;
    margin-left: 49px
  }

  .u-section-3 .u-group-2 {
    width: 516px;
    min-height: 606px;
    margin-top: -164px
  }

  .u-section-3 .u-container-layout-2 {
    padding-right: 33px;
    padding-left: 33px
  }

  .u-section-3 .u-icon-1 {
    height: 40px;
    width: 40px;
    margin-bottom: 60px
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 880px;
    margin-top: 32px;
    margin-right: 0
  }

  .u-section-3 .u-image-3 {
    min-height: 241px
  }

  .u-section-3 .u-image-4 {
    min-height: 241px
  }

  .u-section-3 .u-image-5 {
    min-height: 241px
  }

  .u-section-3 .u-image-6 {
    min-height: 241px;
    background-position: 50% 50%
  }

  .u-section-3 .u-group-3 {
    width: 424px;
    margin-top: -588px;
    margin-bottom: 627px
  }

  .u-section-3 .u-container-layout-7 {
    padding-right: 21px
  }
}

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1380px
  }

  .u-section-3 .u-shape-1 {
    width: 512px;
    height: 800px;
    margin-top: 107px
  }

  .u-section-3 .u-image-1 {
    width: 372px;
    min-height: 414px;
    margin-top: -1047px
  }

  .u-section-3 .u-image-2 {
    width: 552px;
    height: 592px;
    object-position: 50.54% 50%;
    background-position: 50.54% 50%;
    margin-top: -636px;
    margin-left: 61px
  }

  .u-section-3 .u-group-2 {
    width: 451px;
    min-height: 686px;
    margin-top: -160px
  }

  .u-section-3 .u-container-layout-2 {
    padding-right: 25px;
    padding-left: 25px
  }

  .u-section-3 .u-text-1 {
    font-size: 3rem;
    margin-top: 70px
  }

  .u-section-3 .u-icon-1 {
    height: 41px;
    width: 41px;
    margin-bottom: 70px
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 567px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: 0
  }

  .u-section-3 .u-image-3 {
    min-height: 257px
  }

  .u-section-3 .u-image-4 {
    min-height: 257px
  }

  .u-section-3 .u-image-5 {
    min-height: 257px
  }

  .u-section-3 .u-image-6 {
    min-height: 257px
  }

  .u-section-3 .u-group-3 {
    width: 339px;
    margin-top: -976px;
    margin-bottom: 1008px
  }

  .u-section-3 .u-container-layout-7 {
    padding-right: 16px
  }
}

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1977px
  }

  .u-section-3 .u-shape-1 {
    width: 483px;
    height: 910px;
    margin-top: 15px
  }

  .u-section-3 .u-image-1 {
    width: 293px;
    min-height: 346px;
    margin-top: -925px
  }

  .u-section-3 .u-image-2 {
    width: 471px;
    height: 497px;
    margin-top: -741px;
    margin-left: 30px
  }

  .u-section-3 .u-group-2 {
    width: 400px;
    min-height: 678px;
    margin-top: -45px
  }

  .u-section-3 .u-container-layout-2 {
    padding-right: 19px;
    padding-left: 19px
  }

  .u-section-3 .u-icon-1 {
    height: 36px;
    width: 36px;
    margin-top: 53px
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 400px;
    margin-top: 49px
  }

  .u-section-3 .u-image-3 {
    min-height: 436px
  }

  .u-section-3 .u-image-4 {
    min-height: 330px
  }

  .u-section-3 .u-image-5 {
    min-height: 330px
  }

  .u-section-3 .u-image-6 {
    min-height: 330px
  }

  .u-section-3 .u-group-3 {
    min-height: 67px;
    width: 400px;
    margin-top: 0;
    margin-bottom: 75px
  }

  .u-section-3 .u-container-layout-7 {
    padding-right: 12px
  }
}

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1666px
  }

  .u-section-3 .u-shape-1 {
    height: 970px;
    margin-top: 106px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-3 .u-image-1 {
    width: 268px;
    min-height: 247px;
    margin-top: -1217px
  }

  .u-section-3 .u-image-2 {
    width: 322px;
    height: 451px;
    object-position: 34.26% 50%;
    background-position: 34.26% 50%;
    margin-top: -473px;
    margin-right: 0;
    margin-left: auto
  }

  .u-section-3 .u-group-2 {
    width: 293px;
    min-height: 793px;
    margin-top: -33px
  }

  .u-section-3 .u-container-layout-2 {
    padding-left: 12px;
    padding-right: 0
  }

  .u-section-3 .u-text-1 {
    margin-top: 54px;
    margin-right: 12px;
    margin-left: 1px
  }

  .u-section-3 .u-text-2 {
    margin-right: 13px
  }

  .u-section-3 .u-icon-1 {
    height: 37px;
    width: 37px;
    margin-top: 47px;
    margin-bottom: 0
  }

  .u-section-3 .u-layout-wrap-1 {
    width: 249px;
    margin-top: 60px
  }

  .u-section-3 .u-image-3 {
    min-height: 257px
  }

  .u-section-3 .u-image-4 {
    min-height: 257px
  }

  .u-section-3 .u-image-5 {
    min-height: 257px
  }

  .u-section-3 .u-image-6 {
    min-height: 257px
  }

  .u-section-3 .u-group-3 {
    min-height: 62px;
    margin-bottom: 51px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-3 .u-container-layout-7 {
    padding-right: 8px
  }
}


.u-section-4 {
  background: var(--color1);
}

.u-section-4 .u-sheet-1 {
  min-height: 1112px
}

.u-section-4 .u-image-1 {
  width: 654px;
  min-height: 690px;
  height: auto;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/ddbfacacbf415be5bb82a827/birdpattern.png");
  background-position: 50% 50%;
  margin: 0 auto 0 0
}

.u-section-4 .u-container-layout-1 {
  margin-bottom: 0
}

.u-section-4 .u-shape-1 {
  height: 511px;
  background: var(--color4);
  width: 1140px;
  margin: -488px auto 0 0
}

.u-section-4 .u-shape-2 {
  width: 570px;
  height: 563px;
  background-image: linear-gradient(#404040, #1a1a1a);
  box-shadow: 0 0 34px 0 rgba(51, 51, 51, 0.15);
  margin: -239px 134px 0 auto
}

.u-section-4 .u-image-2 {
  width: 647px;
  min-height: 511px;
  height: auto;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/90e019d10ec6547391fc904a/birdpatternb.png");
  background-position: 50% 50%;
  margin: -835px auto 0 0
}

.u-section-4 .u-container-layout-2 {
  margin-bottom: 0
}

.u-section-4 .u-image-3 {
  height: 655px;
  width: 448px;
  box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.35);
  filter: brightness(0.85);
  margin: -711px 61px 0 auto
}

.u-section-4 .u-image-4 {
  width: 848px;
  height: 454px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.2);
  object-position: 95.28% 50%;
  background-position: 95.28% 50%;
  margin: -236px auto 0 82px
}

.u-section-4 .u-group-3 {
  width: 697px;
  min-height: 247px;
  background-image: none;
  height: auto;
  box-shadow: 10px 11px 40px 0 rgba(51, 49, 41, 0.25);
  margin: -777px auto 753px 29px
}

.u-section-4 .u-container-layout-3 {
  padding-left: 30px;
  padding-right: 30px
}

.u-section-4 .u-text-1 {
  font-size: 4.5rem;
  margin: 25px 0;
  color: var(--color1);
}

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 1093px
  }

  .u-section-4 .u-image-1 {
    width: 351px;
    min-height: 638px;
    margin-top: 753px
  }

  .u-section-4 .u-shape-1 {
    margin-top: -1189px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-4 .u-shape-2 {
    width: 470px;
    margin-right: 110px
  }

  .u-section-4 .u-image-2 {
    width: 351px;
    min-height: 772px;
    margin-top: -1035px
  }

  .u-section-4 .u-image-3 {
    height: 650px;
    width: 417px;
    margin-top: -772px;
    margin-right: 50px
  }

  .u-section-4 .u-image-4 {
    width: 699px;
    object-position: 100% 50%;
    background-position: 100% 50%;
    margin-top: -231px;
    margin-left: 68px
  }

  .u-section-4 .u-group-3 {
    width: 575px;
    margin-left: 24px
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media (max-width: 991px) {
  .u-section-4 .u-sheet-1 {
    min-height: 996px
  }

  .u-section-4 .u-image-1 {
    width: 334px;
    min-height: 524px;
    margin-top: 2px
  }

  .u-section-4 .u-shape-1 {
    margin-top: -324px;
    width: auto;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-4 .u-shape-2 {
    width: 360px;
    margin-right: 85px
  }

  .u-section-4 .u-image-2 {
    width: 334px;
    min-height: 511px;
    margin-top: -835px
  }

  .u-section-4 .u-image-3 {
    height: 553px;
    width: 347px;
    object-position: 0% 50%;
    background-position: 0% 50%;
    margin-top: -711px;
    margin-right: 39px
  }

  .u-section-4 .u-image-4 {
    width: 536px;
    margin-top: -134px;
    margin-left: 52px
  }

  .u-section-4 .u-group-3 {
    width: 457px;
    min-height: 172px;
    margin-top: -730px;
    margin-bottom: 800px;
    margin-left: 19px
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 19px;
    padding-right: 19px
  }

  .u-section-4 .u-text-1 {
    font-size: 3rem;
    margin-top: 15px;
    margin-bottom: 15px
  }
}

@media (max-width: 767px) {
  .u-section-4 .u-sheet-1 {
    min-height: 962px
  }

  .u-section-4 .u-image-1 {
    width: 252px;
    min-height: 638px;
    margin-top: 753px
  }

  .u-section-4 .u-shape-1 {
    margin-top: -1189px;
    width: auto;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-4 .u-shape-2 {
    width: 401px;
    height: 540px;
    margin-right: 0
  }

  .u-section-4 .u-image-2 {
    width: 252px;
    min-height: 772px;
    margin-top: -1012px
  }

  .u-section-4 .u-image-3 {
    height: 570px;
    width: 372px;
    object-position: 50% 50%;
    background-position: 50% 50%;
    margin-top: -772px;
    margin-right: 29px
  }

  .u-section-4 .u-image-4 {
    width: 426px;
    height: 426px;
    margin-top: -151px;
    margin-left: 30px
  }

  .u-section-4 .u-group-3 {
    width: 413px;
    min-height: 174px;
    margin-top: -529px;
    margin-bottom: 606px;
    margin-left: 14px
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 14px;
    padding-right: 14px
  }
}

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 674px
  }

  .u-section-4 .u-image-1 {
    width: 241px;
    min-height: 327px;
    margin-top: 0
  }

  .u-section-4 .u-shape-1 {
    height: 652px;
    margin-top: -172px;
    width: auto;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-4 .u-shape-2 {
    width: 323px;
    height: 436px;
    margin-top: -21px
  }

  .u-section-4 .u-image-2 {
    min-height: 394px;
    margin-top: -1067px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-4 .u-image-3 {
    height: 428px;
    width: 273px;
    margin-top: -495px;
    margin-right: 25px
  }

  .u-section-4 .u-image-4 {
    height: 243px;
    object-position: 93.97% 50%;
    background-position: 93.97% 50%;
    width: 315px;
    margin-top: 251px;
    margin-left: 0
  }

  .u-section-4 .u-group-3 {
    width: 263px;
    min-height: 288px;
    margin-top: -566px;
    margin-bottom: 636px;
    margin-left: 24px
  }

  .u-section-4 .u-container-layout-3 {
    padding-left: 9px;
    padding-right: 9px
  }

  .u-section-4 .u-text-1 {
    margin-top: 30px;
    margin-bottom: 30px
  }
}


.u-section-5 {
  background-image: none
}

.u-section-5 .u-sheet-1 {
  min-height: 825px
}

.u-section-5 .u-layout-wrap-1 {
  margin: -284px auto 0 0
}

.u-section-5 .u-layout-cell-1 {
  background-image: none;
  min-height: 1108px
}

.u-section-5 .u-image-1 {
  min-height: 664px;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/0c48818e764a53a18384f1d6/gpatternwhite.png");
  background-position: 50% 50%;
  height: auto;
  width: 610px;
  margin: 307px 0 0 auto
}

.u-section-5 .u-container-layout-2 {
  margin-bottom: 0
}

.u-section-5 .u-image-2 {
  width: 583px;
  height: 878px;
  object-position: 0% 0%;
  background-position: 0% 0%;
  box-shadow: 2px 2px 31px 0 rgba(0, 0, 0, 0.35);
  margin: -971px auto 230px 0
}

.u-section-5 .u-layout-cell-2 {
  background-image: none;
  min-height: 133px
}

.u-section-5 .u-layout-cell-3 {
  min-height: 975px
}

.u-section-5 .u-container-layout-4 {
  padding-right: 0;
  background: var(--color2);
}

.u-section-5 .u-text-1 {
  margin: 100px 60px 0 40px
}

.u-section-5 .u-text-2 {
  font-style: italic;
  line-height: 1;
  margin: 60px 20px 100px 40px
}

@media (max-width: 1199px) {
  .u-section-5 .u-sheet-1 {
    min-height: 706px
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-right: initial;
    margin-left: initial
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 1049px;
    z-index: auto
  }

  .u-section-5 .u-image-1 {
    width: 503px
  }

  .u-section-5 .u-image-2 {
    width: 481px
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 222px;
    z-index: auto
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 827px;
    z-index: auto
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 33px
  }

  .u-section-5 .u-text-1 {
    margin-right: 49px;
    margin-left: 33px
  }

  .u-section-5 .u-text-2 {
    margin-right: 16px;
    margin-left: 33px
  }
}

@media (max-width: 991px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1341px
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 1108px
  }

  .u-section-5 .u-image-1 {
    min-height: 711px;
    width: 545px
  }

  .u-section-5 .u-image-2 {
    width: 526px;
    margin-top: -1018px
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 15px
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 561px
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 65px;
    padding-right: 54px
  }

  .u-section-5 .u-text-1 {
    margin-top: 45px;
    margin-right: 38px;
    margin-left: 25px
  }

  .u-section-5 .u-text-2 {
    margin-right: 13px;
    margin-bottom: 60px;
    margin-left: 25px
  }
}

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1263px
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-top: -296px;
    margin-bottom: 3px;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 861px;
    z-index: 0
  }

  .u-section-5 .u-image-1 {
    min-height: 473px;
    width: 361px
  }

  .u-section-5 .u-image-2 {
    width: 419px;
    height: 674px;
    margin-top: -780px;
    margin-bottom: 187px
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 164px;
    z-index: 1
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 581px;
    z-index: 3
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 53px;
    padding-right: 0
  }

  .u-section-5 .u-text-1 {
    margin-top: 65px;
    margin-right: 28px;
    margin-left: 19px
  }

  .u-section-5 .u-text-2 {
    margin-right: 9px;
    margin-bottom: 0;
    margin-left: 19px
  }
}

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1343px
  }

  .u-section-5 .u-layout-wrap-1 {
    margin-top: -284px;
    margin-bottom: 5px;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-5 .u-layout-cell-1 {
    min-height: 802px;
    z-index: auto
  }

  .u-section-5 .u-image-1 {
    min-height: 446px;
    width: 303px
  }

  .u-section-5 .u-image-2 {
    width: 290px;
    height: 665px;
    margin-top: -753px;
    margin-bottom: 137px
  }

  .u-section-5 .u-layout-cell-2 {
    min-height: 184px;
    z-index: auto
  }

  .u-section-5 .u-layout-cell-3 {
    min-height: 700px;
    z-index: auto
  }

  .u-section-5 .u-container-layout-4 {
    padding-left: 12px
  }

  .u-section-5 .u-text-1 {
    margin-top: 100px;
    margin-right: 18px;
    margin-left: 12px
  }

  .u-section-5 .u-text-2 {
    margin-right: 6px;
    margin-bottom: 100px;
    margin-left: 12px
  }
}


.u-section-6 {
  background: var(--color2);
}

.u-section-6 .u-sheet-1 {
  min-height: 1668px
}

.u-section-6 .u-shape-1 {
  width: 770px;
  height: 283px;
  margin: 800px 0 0 auto
}

.u-section-6 .u-image-1 {
  min-height: 661px;
  height: auto;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/51386b6c62075ae098ab8a62/leopardpattern.png");
  background-position: 50% 50%;
  width: 613px;
  margin: -937px auto 0 49px
}

.u-section-6 .u-container-layout-1 {
  margin-bottom: 0
}

.u-section-6 .u-shape-2 {
  width: 787px;
  height: 585px;
  background-image: none;
  margin: -738px 0 0 auto
}

.u-section-6 .u-image-2 {
  width: 1061px;
  height: 621px;
  object-position: 3.44% 0%;
  background-position: 3.44% 0%;
  margin: -702px auto 0 0
}

.u-section-6 .u-group-2 {
  width: 496px;
  min-height: 564px;
  height: auto;
  margin: -223px 38px 0 auto
}

.u-section-6 .u-container-layout-2 {
  padding-left: 119px;
  padding-right: 40px;
  background: var(--color3);
}

.u-section-6 .u-text-1 {
  margin: 55px 0;
  color: var(--color1);
}

.u-section-6 .u-image-3 {
  width: 515px;
  height: 844px;
  object-position: 50% 0%;
  background-position: 50% 0%;
  box-shadow: 15px 15px 40px 0 rgba(0, 0, 0, 0.15);
  margin: -182px auto 0 182px
}

.u-section-6 .u-group-3 {
  width: 697px;
  min-height: 247px;
  background-image: none;
  height: auto;
  box-shadow: 10px 11px 40px 0 rgba(51, 49, 41, 0.25);
  margin: -351px 0 0 auto
}

.u-section-6 .u-container-layout-3 {
  padding-left: 29px;
  padding-right: 31px
}

.u-section-6 .u-text-2 {
  position: relative;
  font-size: 4.5rem;
  margin: 25px 0;
  color: var(--color1);
}

.u-section-6 .u-group-4 {
  width: 405px;
  min-height: 56px;
  height: auto;
  margin: -557px 38px 0 auto
}

.u-section-6 .u-text-3 {
  position: relative;
  font-style: italic;
  line-height: 1;
  font-weight: 600;
  margin: 5px 20px
}

.u-section-6 .u-group-5 {
  width: 515px;
  min-height: 81px;
  height: auto;
  margin: 605px auto 11px 182px
}

.u-section-6 .u-container-layout-5 {
  padding-left: 20px;
  padding-right: 20px
}

.u-section-6 .u-text-4 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 20px
}

@media (max-width: 1199px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1703px
  }

  .u-section-6 .u-shape-1 {
    width: 635px;
    height: 209px;
    margin-top: 924px
  }

  .u-section-6 .u-image-1 {
    min-height: 768px;
    width: 546px;
    margin-left: 0
  }

  .u-section-6 .u-shape-2 {
    width: 649px;
    margin-top: -844px
  }

  .u-section-6 .u-image-2 {
    width: 842px;
    height: 619px;
    object-position: 12.73% 50%;
    background-position: 12.73% 50%;
    margin-top: -786px;
    margin-left: 33px
  }

  .u-section-6 .u-group-2 {
    width: 455px;
    margin-top: -137px;
    margin-right: 31px
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 43px;
    padding-right: 23px
  }

  .u-section-6 .u-image-3 {
    width: 510px;
    height: 816px;
    margin-top: -94px;
    margin-left: 65px
  }

  .u-section-6 .u-group-3 {
    width: 575px;
    margin-top: -411px
  }

  .u-section-6 .u-container-layout-3 {
    padding-left: 37px;
    padding-right: 41px
  }

  .u-section-6 .u-text-2 {
    font-size: 3.75rem
  }

  .u-section-6 .u-group-4 {
    width: 334px;
    margin-right: 31px
  }

  .u-section-6 .u-text-3 {
    font-weight: 400;
    margin: 21px 16px
  }

  .u-section-6 .u-group-5 {
    width: 510px;
    margin-top: 659px;
    margin-bottom: 39px;
    margin-left: 65px
  }

  .u-section-6 .u-container-layout-5 {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (max-width: 991px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1442px
  }

  .u-section-6 .u-shape-1 {
    width: 486px;
    height: 205px;
    margin-top: 928px
  }

  .u-section-6 .u-image-1 {
    min-height: 871px;
    width: 418px
  }

  .u-section-6 .u-shape-2 {
    width: 497px;
    margin-top: -948px
  }

  .u-section-6 .u-image-2 {
    width: 639px;
    height: 534px;
    object-position: 22.79% 50%;
    background-position: 22.79% 50%;
    margin-top: -755px;
    margin-left: 25px
  }

  .u-section-6 .u-group-2 {
    width: 403px;
    min-height: 594px;
    margin-top: -97px;
    margin-right: 24px
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 56px;
    padding-right: 22px
  }

  .u-section-6 .u-text-1 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px
  }

  .u-section-6 .u-image-3 {
    width: 417px;
    height: 644px;
    margin-top: -67px;
    margin-left: 23px
  }

  .u-section-6 .u-group-3 {
    width: 442px;
    min-height: 187px;
    margin-top: -266px
  }

  .u-section-6 .u-container-layout-3 {
    padding-left: 23px;
    padding-right: 23px
  }

  .u-section-6 .u-text-2 {
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .u-section-6 .u-group-4 {
    width: 256px;
    margin-top: -497px;
    margin-right: 24px
  }

  .u-section-6 .u-text-3 {
    margin-left: 13px;
    margin-right: 13px
  }

  .u-section-6 .u-group-5 {
    width: 417px;
    margin-top: 494px;
    margin-bottom: 65px;
    margin-left: 23px
  }

  .u-section-6 .u-container-layout-5 {
    padding-left: 13px;
    padding-right: 13px
  }
}

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1332px
  }

  .u-section-6 .u-shape-1 {
    width: 456px;
    height: 283px;
    margin-top: 850px
  }

  .u-section-6 .u-image-1 {
    min-height: 661px;
    width: 392px
  }

  .u-section-6 .u-shape-2 {
    width: 466px;
    margin-top: -738px
  }

  .u-section-6 .u-image-2 {
    height: 350px;
    object-position: 23.93% 50%;
    background-position: 23.93% 50%;
    width: 516px;
    margin-top: -703px;
    margin-right: 0;
    margin-left: auto
  }

  .u-section-6 .u-group-2 {
    min-height: 552px;
    width: 393px;
    margin-top: 141px;
    margin-right: 18px
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 24px;
    padding-right: 20px
  }

  .u-section-6 .u-text-1 {
    margin-top: 55px;
    margin-right: 9px;
    margin-bottom: 55px
  }

  .u-section-6 .u-image-3 {
    width: 421px;
    height: 640px;
    margin-top: -24px;
    margin-left: 0
  }

  .u-section-6 .u-group-3 {
    width: 437px;
    margin-top: -107px
  }

  .u-section-6 .u-container-layout-3 {
    padding-left: 18px;
    padding-right: 15px
  }

  .u-section-6 .u-group-4 {
    width: 395px;
    min-height: 82px;
    margin-top: -1389px;
    margin-right: 0
  }

  .u-section-6 .u-text-3 {
    margin: 10px 9px
  }

  .u-section-6 .u-group-5 {
    width: 421px;
    margin-top: 1307px;
    margin-bottom: 181px;
    margin-left: 0
  }

  .u-section-6 .u-container-layout-5 {
    padding-left: 9px;
    padding-right: 9px
  }
}

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1616px
  }

  .u-section-6 .u-shape-1 {
    width: 310px;
    height: 711px;
    margin-top: 1210px
  }

  .u-section-6 .u-image-1 {
    min-height: 448px;
    width: 310px;
    margin-top: -1211px
  }

  .u-section-6 .u-shape-2 {
    height: 430px;
    width: 310px;
    margin-top: -878px;
    margin-right: auto;
    margin-left: 0
  }

  .u-section-6 .u-image-2 {
    height: 401px;
    object-position: 12.85% 50%;
    background-position: 12.85% 50%;
    width: 270px;
    margin-top: -743px;
    margin-right: auto;
    margin-left: 30px
  }

  .u-section-6 .u-group-2 {
    min-height: 638px;
    width: 310px;
    margin-top: 91px;
    margin-right: 0
  }

  .u-section-6 .u-container-layout-2 {
    padding-left: 27px;
    padding-right: 27px
  }

  .u-section-6 .u-text-1 {
    margin-top: 65px;
    margin-bottom: 65px;
    margin-right: 0
  }

  .u-section-6 .u-image-3 {
    width: 310px;
    height: 600px;
    object-position: 0% 0%;
    background-position: 0% 0%;
    margin-top: 133px
  }

  .u-section-6 .u-group-3 {
    min-height: 167px;
    width: 340px;
    margin-top: -681px;
    margin-right: auto;
    margin-left: 0
  }

  .u-section-6 .u-container-layout-3 {
    padding-left: 15px;
    padding-right: 9px
  }

  .u-section-6 .u-text-2 {
    font-size: 2.25rem;
    margin-top: 15px;
    margin-bottom: 15px
  }

  .u-section-6 .u-group-4 {
    min-height: 62px;
    width: 288px;
    margin-top: -947px;
    margin-right: auto;
    margin-left: 0
  }

  .u-section-6 .u-text-3 {
    font-weight: 700;
    margin: 5px 6px
  }

  .u-section-6 .u-group-5 {
    width: 340px;
    margin-top: 1493px;
    margin-bottom: 67px
  }

  .u-section-6 .u-container-layout-5 {
    padding-left: 29px;
    padding-right: 6px
  }
}


.u-section-7 {
  background-image: none
}

.u-section-7 .u-sheet-1 {
  min-height: 1809px
}

.u-section-7 .u-image-1 {
  width: 626px;
  min-height: 835px;
  height: auto;
  background-image: url("../images02.nicepage.com/c461c07a441a5d220e8feb1a/9abac0d939a355e4a7853fee/zebrapatternwhite.png");
  background-position: 50% 50%;
  margin: 374px 38px 0 auto
}

.u-section-7 .u-container-layout-1 {
  margin-bottom: 0
}

.u-section-7 .u-shape-1 {
  width: 896px;
  height: 710px;
  background-image: none;
  margin: -957px auto 0 0;
  background-color: var(--color4);
}

.u-section-7 .u-image-2 {
  width: 603px;
  height: 832px;
  object-position: 0% 0%;
  background-position: 0% 0%;
  margin: -1116px 0 0 auto
}

.u-section-7 .u-group-2 {
  width: 416px;
  min-height: 643px;
  height: auto;
  margin: -389px auto 0 29px
}

.u-section-7 .u-container-layout-2 {
  padding-left: 38px;
  padding-right: 34px
}

.u-section-7 .u-text-1 {
  margin: 50px 0 65px;
  color: var(--color1);
}

.u-section-7 .u-group-3 {
  width: 747px;
  min-height: 236px;
  background-image: none;
  height: auto;
  box-shadow: 10px 11px 40px 0 rgba(51, 49, 41, 0.25);
  margin: -170px 93px 0 auto
}

.u-section-7 .u-container-layout-3 {
  padding-left: 29px;
  padding-right: 31px
}

.u-section-7 .u-text-2 {
  position: relative;
  font-size: 4.5rem;
  margin: 25px 0;
  color: var(--color1);
}

.u-section-7 .u-image-3 {
  width: 896px;
  height: 498px;
  object-position: 52.56% 0%;
  background-position: 52.56% 0%;
  box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.35);
  margin: 43px auto 0 0
}

.u-section-7 .u-group-4 {
  width: 585px;
  min-height: 72px;
  height: auto;
  margin: -2px auto 0 0
}

.u-section-7 .u-container-layout-4 {
  padding-left: 20px;
  padding-right: 20px
}

.u-section-7 .u-text-3 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 20px
}

.u-section-7 .u-text-4 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 10.5rem;
  line-height: 1;
  margin: 50px 0 -18px
}

@media (max-width: 1199px) {
  .u-section-7 .u-sheet-1 {
    min-height: 1772px
  }

  .u-section-7 .u-image-1 {
    width: 519px;
    margin-right: 28px
  }

  .u-section-7 .u-shape-1 {
    width: 739px;
    height: 726px;
    margin-top: -1093px
  }

  .u-section-7 .u-image-2 {
    width: 518px;
    height: 828px;
    margin-top: -996px
  }

  .u-section-7 .u-group-2 {
    width: 366px;
    min-height: 764px;
    margin-top: -526px;
    margin-left: 24px
  }

  .u-section-7 .u-container-layout-2 {
    padding-left: 21px;
    padding-right: 17px
  }

  .u-section-7 .u-text-1 {
    margin: 55px 28px 75px
  }

  .u-section-7 .u-group-3 {
    width: 616px;
    margin-top: -124px;
    margin-right: 74px
  }

  .u-section-7 .u-container-layout-3 {
    padding-left: 24px;
    padding-right: 26px
  }

  .u-section-7 .u-image-3 {
    width: 739px;
    height: 453px;
    margin-top: 62px
  }

  .u-section-7 .u-group-4 {
    width: 483px
  }

  .u-section-7 .u-container-layout-4 {
    padding-left: 16px;
    padding-right: 16px
  }

  .u-section-7 .u-text-4 {
    width: auto;
    margin: 32px 3px -4px -3px
  }
}

@media (max-width: 991px) {
  .u-section-7 .u-sheet-1 {
    min-height: 1593px
  }

  .u-section-7 .u-image-1 {
    width: 398px;
    min-height: 789px;
    margin-right: 21px
  }

  .u-section-7 .u-shape-1 {
    width: 566px;
    height: 794px;
    margin-top: -1125px
  }

  .u-section-7 .u-image-2 {
    width: 381px;
    height: 633px;
    margin-top: -1030px
  }

  .u-section-7 .u-group-2 {
    width: 300px;
    min-height: 701px;
    margin-top: -373px;
    margin-left: 18px
  }

  .u-section-7 .u-container-layout-2 {
    padding-left: 16px;
    padding-right: 13px
  }

  .u-section-7 .u-text-1 {
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 70px
  }

  .u-section-7 .u-group-3 {
    width: 637px;
    min-height: 223px;
    margin-top: 31px;
    margin-right: 0
  }

  .u-section-7 .u-container-layout-3 {
    padding-left: 18px;
    padding-right: 20px
  }

  .u-section-7 .u-text-2 {
    font-size: 3.75rem;
    margin-top: 20px;
    margin-bottom: 20px
  }

  .u-section-7 .u-image-3 {
    width: 649px;
    height: 401px;
    margin-top: 68px
  }

  .u-section-7 .u-group-4 {
    width: 649px;
    min-height: 67px;
    margin-top: 13px
  }

  .u-section-7 .u-container-layout-4 {
    padding-left: 13px;
    padding-right: 13px
  }

  .u-section-7 .u-text-3 {
    margin-top: 5px;
    margin-bottom: 5px
  }

  .u-section-7 .u-text-4 {
    font-size: 9.125rem;
    width: 720px;
    margin: 17px 0 0
  }
}

@media (max-width: 767px) {
  .u-section-7 .u-sheet-1 {
    min-height: 1284px
  }

  .u-section-7 .u-image-1 {
    width: 389px;
    min-height: 936px;
    margin-right: 0
  }

  .u-section-7 .u-shape-1 {
    height: 569px;
    margin-top: -1037px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-7 .u-image-2 {
    width: 377px;
    height: 595px;
    margin-top: -996px
  }

  .u-section-7 .u-group-2 {
    width: 391px;
    min-height: 686px;
    margin-top: -100px;
    margin-left: 14px
  }

  .u-section-7 .u-container-layout-2 {
    padding-left: 25px;
    padding-right: 21px
  }

  .u-section-7 .u-text-1 {
    margin-left: 0;
    margin-right: 0
  }

  .u-section-7 .u-group-3 {
    width: 442px;
    min-height: 296px;
    margin-top: -213px;
    margin-right: 44px
  }

  .u-section-7 .u-container-layout-3 {
    padding-left: 14px;
    padding-right: 15px
  }

  .u-section-7 .u-text-2 {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .u-section-7 .u-image-3 {
    width: 515px;
    height: 355px;
    margin-top: 73px
  }

  .u-section-7 .u-group-4 {
    width: 515px;
    min-height: 68px;
    margin-top: 0
  }

  .u-section-7 .u-container-layout-4 {
    padding-left: 9px;
    padding-right: 9px
  }

  .u-section-7 .u-text-4 {
    font-size: 6rem;
    margin-top: 25px;
    width: 540px
  }
}

@media (max-width: 575px) {
  .u-section-7 .u-sheet-1 {
    min-height: 1146px
  }

  .u-section-7 .u-image-1 {
    width: 278px;
    min-height: 478px;
    margin-top: 958px
  }

  .u-section-7 .u-shape-1 {
    height: 723px;
    margin-top: -1165px;
    width: auto;
    margin-right: initial;
    margin-left: initial
  }

  .u-section-7 .u-image-2 {
    width: 300px;
    height: 416px;
    margin-top: -1044px
  }

  .u-section-7 .u-group-2 {
    width: 295px;
    min-height: 595px;
    margin-top: -27px;
    margin-left: 9px
  }

  .u-section-7 .u-container-layout-2 {
    padding-left: 7px;
    padding-right: 6px
  }

  .u-section-7 .u-text-1 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px
  }

  .u-section-7 .u-group-3 {
    width: 312px;
    min-height: 236px;
    margin-top: 100px;
    margin-right: auto;
    margin-left: 0
  }

  .u-section-7 .u-container-layout-3 {
    padding-left: 9px;
    padding-right: 9px
  }

  .u-section-7 .u-text-2 {
    font-size: 3rem;
    margin-top: 25px;
    margin-bottom: 25px
  }

  .u-section-7 .u-image-3 {
    height: 242px;
    width: 312px
  }

  .u-section-7 .u-group-4 {
    min-height: 106px;
    margin-top: 18px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-7 .u-container-layout-4 {
    padding-left: 6px;
    padding-right: 6px
  }

  .u-section-7 .u-text-3 {
    margin-top: 20px;
    margin-bottom: 20px
  }

  .u-section-7 .u-text-4 {
    font-size: 3.75rem;
    margin-top: 28px;
    width: 340px
  }
}


.u-section-8 {
  background-image: url("../images/kolkata/5.png");
  background-position: 50% 50%
}

.u-section-8 .u-sheet-1 {
  min-height: 701px
}

.u-section-8 .u-shape-1 {
  width: 327px;
  height: 248px;
  background-image: none;
  margin: 347px auto 0 0
}

.u-section-8 .u-group-1 {
  width: 542px;
  min-height: 397px;
  height: auto;
  margin: 183px auto 70px 0
}

.u-section-8 .u-container-layout-1 {
  padding-left: 30px;
  padding-right: 0;
  background: var(--color2);
}

.u-section-8 .u-text-1 {
  position: relative;
  margin: 32px 50px 0 0
}

.u-section-8 .u-btn-1 {
  background-image: none;
  margin: 33px auto 32px 0;
  padding: 12px 39px 14px 38px
}

@media (max-width: 1199px) {
  .u-section-8 .u-sheet-1 {
    min-height: 564px
  }

  .u-section-8 .u-shape-1 {
    width: 269px
  }

  .u-section-8 .u-group-1 {
    width: 499px;
    min-height: 308px;
    margin-top: 128px;
    margin-bottom: 55px
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 0
  }

  .u-section-8 .u-text-1 {
    font-size: 3rem;
    width: auto;
    margin-top: 30px;
    margin-right: 24px
  }

  .u-section-8 .u-btn-1 {
    margin-top: 61px;
    margin-bottom: 30px
  }
}

@media (max-width: 991px) {
  .u-section-8 {
    background-position: 40.95% 50%
  }

  .u-section-8 .u-sheet-1 {
    min-height: 543px
  }

  .u-section-8 .u-shape-1 {
    width: 206px
  }

  .u-section-8 .u-group-1 {
    width: 427px;
    min-height: 310px;
    margin-top: 134px
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 13px
  }

  .u-section-8 .u-text-1 {
    margin-top: 54px;
    margin-right: 0;
    width: 414px
  }

  .u-section-8 .u-btn-1 {
    margin-top: 33px;
    margin-bottom: 0
  }
}

@media (max-width: 767px) {
  .u-section-8 {
    background-position: 59.93% 50%
  }

  .u-section-8 .u-sheet-1 {
    min-height: 689px
  }

  .u-section-8 .u-shape-1 {
    width: 390px;
    height: 279px;
    margin-top: 316px
  }

  .u-section-8 .u-group-1 {
    width: 361px;
    min-height: 257px;
    margin-top: -268px;
    margin-bottom: 74px;
    margin-left: 15px
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 0
  }

  .u-section-8 .u-text-1 {
    font-size: 2.25rem;
    width: 347px;
    margin-top: 25px;
    margin-right: 4px;
    margin-left: 10px
  }

  .u-section-8 .u-btn-1 {
    margin-bottom: 25px
  }
}

@media (max-width: 575px) {
  .u-section-8 {
    background-position: 61.91% 50%
  }

  .u-section-8 .u-sheet-1 {
    min-height: 630px
  }

  .u-section-8 .u-shape-1 {
    height: 220px;
    min-height: 0;
    margin-top: 459px;
    margin-right: initial;
    margin-left: initial;
    width: auto
  }

  .u-section-8 .u-group-1 {
    min-height: 211px;
    width: 313px;
    margin-top: -220px;
    margin-left: auto;
    margin-bottom: 29px
  }

  .u-section-8 .u-container-layout-1 {
    padding-left: 13px
  }

  .u-section-8 .u-text-1 {
    font-size: 1.875rem;
    width: 287px;
    margin-top: 20px;
    margin-right: 13px;
    margin-left: 0
  }

  .u-section-8 .u-btn-1 {
    margin-top: 29px;
    margin-bottom: 20px
  }
}

#welcome .row {
  width: 90%;
  margin: auto;
}

.button-86 {
  all: unset;
  max-width: 152px;
  height: 30px;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #ffffff !important;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  text-transform: capitalize;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: var(--color2);
  border-radius: 10px;
  /* color: white; */
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover {
  color: var(--color1);
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

#sponcer .row {
  width: 60%;
  margin: auto;
}

#sponcer .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.sponcer-owl .item {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 25px 35px;
  border-radius: 10px;
  padding: 40px;
  background: white;
  height: 436.8px;
}

.sponcer-owl h4 {

  color: var(--color1);

  font-weight: 500;
}

.sponcer-owl p {

  display: flex;

  align-items: center;

  margin-bottom: 0;
}

.sponcer-owl p span img {

  width: 50px;

  height: 50px;
}

.sponcer-owl p span:last-child {
  font-size: 29px;
  font-weight: bold;
  display: inline-block;
  margin-left: 18px;
  color: var(--color2);
}

.sponcer-owl ul {}

.sponcer-owl ul li {

  position: relative;

  margin-top: 11px;

  font-size: 14px;

  padding-left: 25px;
}

.sponcer-owl ul li::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #007d10;
  position: absolute;
  top: -1px;
  left: 0px;
}

.sponcer-owl p span:last-child i {
  font-size: 26px;
}

.widget_dl_company_contact_widget {
  width: 33%;
}

.ft-grd-box {
  display: flex;
  gap: 50px
}

.widget_nav_menu {
  width: 57%;
}

.widget_lft_menu {
  width: 80%;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  background: var(--color2);
  width: 207px;
  padding: 14px !important;
  display: none;
  z-index: 2 !important;
}

.sub-menu li {
  margin: 0 !important;
  padding: 5px;
  width: 100% !important;
  display: inline-block;
}

.abst-book {
  background: var(--color1);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  margin-left: auto;
  position: sticky;
  top: 97px;
}

#sponcer {
  overflow: hidden;
}

.banner-lft {
  width: calc(41.666667% + 200px);
}

.banner-lt-bk {
  position: absolute;
  bottom: 0;
  width: 53%;
  object-fit: contain;
  opacity: .4;
  display: none;
}

.copy-right {
  margin-bottom: 0;
  text-align: left;
  line-height: 41px;
  color: white;
}

.copy-right img {
  margin-bottom: 0px;
  filter: brightness(20.5);
}

.copy-right a {

  color: var(--color3);
}

.copy-box {
  border-left: 1px solid #ffffff80;
  padding-left: 30px;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  width: 60%;
}

.logo-h6 {
  /* text-align: center; */
  margin-bottom: 13px;
  border-bottom: 1px solid;
  padding-bottom: 11px;
  color: white;
}

.contact-inner {
  width: 75%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faculty-grd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.wlcm-txt {
  width: 60%;
  background: #ffffff45;
  padding: 60px;
  margin-left: 5%;
  z-index: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 29px 1px #1c1c1cb0;
}

.wlcm-txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff4a;
  opacity: 1;
  backdrop-filter: blur(5px);
}

.wlim {
  width: 35%;
}

.quote-icon {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 438px;
}

#about .tab {
  flex-direction: column;
  padding-right: 0px;
}

#about .tab button {
  font-size: 15px;

  border-radius: 18px;
}

.contact-boxx {
  color: white;
}

.contact-boxx p {

  font-size: 21px;
}

.contact-boxx i {

  font-size: 30px;

  margin-bottom: 13px;

  color: var(--color3);
}

#contact {
  /* background-image: url("../images/venue.gif"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#contact::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #842672, #20143a);
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 700;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: none;
  background-color: #272727;
  z-index: 2;
  cursor: pointer;
}

.swiper-button-next i,
.swiper-button-prev i {
  position: relative;
  left: 50%;
  top: 40%;
  color: #c5a47e;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

.next-link {
  display: inline-block;
  width: auto;
  position: relative;
  text-decoration: none;
  /* font-family: 'Oswald', sans-serif; */
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #c5a47e !important;
  transition: all .3s ease-in-out;
  padding-left: 100px;
  text-transform: uppercase;
}

.next-link a:hover {
  color: #c5a47e;
}

.next-link:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 1px;
  background: #736852;
  position: absolute;
  left: 0;
  bottom: 12px;
}

@-webkit-keyframes arrowRight {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  50% {
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
  }

  100% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@keyframes arrowRight {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  50% {
    -webkit-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
  }

  100% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  -webkit-animation: arrowRight 1s infinite;
  animation: arrowRight 1s infinite;
}

.swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: flex;
}

.swiper-slide-block {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: left;
}

.swiper-slide-block .swiper-slide-block-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.swiper-slide-block .swiper-slide-block-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide-block .swiper-slide-block-img img {
  width: 100%;
  height: auto;
  transition: all 1.5s ease-in-out;
}

.swiper-slide-block .swiper-slide-block-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-slide-block .swiper-slide-block-text {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}

.swiper-slide-block .next-main-title {
  color: #fff;
  /* font-family: 'Oswald', sans-serif; */
  font-weight: 400;
  font-size: 34px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px
}

.swiper-slide-block .next-main-subtitle {
  font-size: 14px;
  font-weight: 300;
  /* font-family: 'Oswald', sans-serif; */
  letter-spacing: 10px;
  color: #c5a47e;
}

.swiper-slide-block .next-main-subtitle span {
  font-family: "Didact Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.75em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #c5a47e;
}

.swiper-slide-block .next-main-subtitle,
.swiper-slide-block .next-main-title,
.swiper-slide-block .next-paragraph {
  z-index: 2;
  position: relative;
}

.swiper-slide-block .next-paragraph {
  max-width: 413px;
  color: #fff;
  margin: 16px 0;
  font-size: 15px;
  line-height: 1.75em;
}

.swiper-slide-block .next-number {
  /* font-family: 'Oswald', sans-serif; */
  font-size: 300px;
  font-weight: 400;
  width: 80%;
  display: block;
  color: #323232;
  position: absolute;
  bottom: 0;
  z-index: -1;
  text-align: right;
  margin: 0;
  line-height: 200px;
  right: 10px;
}

.next-section-slider {
  width: 100%;
  height: auto;
  /* background-color: #272727; */
}

.next-section-slider .next-container-center {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1142px;
}

.next-section-slider {
  padding-bottom: 0;
}

.swiper-container {
  /* height: 610px; */
}

.swiper-button-next {
  right: 223px;
  background-color: var(--color1);
  background-image: unset !important;
  width: 44px !important;
  left: inherit !important;
  top: 0 !important;
  /* bottom: 0; */
  margin-top: 0 !important;
  right: 0 !important
}

.swiper-button-prev {
  bottom: 50px;
  background-color: #011629;
  background-image: unset !important;
  width: 44px !important;
  left: 0 !important;
  top: inherit !important;
  bottom: 0;
}

.swiper-slide-block .swiper-slide-block-img {
  width: 52%;
  max-height: 560px;
  height: 560px;
  /* max-width: 825px; */
  overflow: hidden;
  position: relative;
}

.swiper-slide-block .swiper-slide-block-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-block .swiper-slide-block-text {
  width: 44%;
  height: 100%;
  max-height: 560px;
  /* max-width: 375px; */
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 0;
}

.swiper-slide-block .swiper-slide-block-text:before {
  content: "";
  display: block;
  width: 200px;
  max-width: 408px;
  height: 100%;
  background-color: var(--color1);
  position: absolute;
  left: -50px;
}

.swiper-slide-block .next-main-title {
  margin-top: 71px;
}

.swiper-slide-block .next-number {
  margin-top: -69px;
  font-size: 250px;
}

#institute {

  background: var(--color5);
}

.quote-icon svg {}

.com-wrap {
  display: none;
}

.bold___text h3 span.wl-logo {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffffff;
  color: #013663;
  font-family: inherit;
  background: white;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 208px;
  margin-top: 7px;
  border-radius: 7px;
  font-family: "Julius Sans One", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.bold___text h3 span.wl-logo img {
  width: 101px;
}

.logo-strp {
  margin-top: -36px;
}

#sponcer {
  background-image: url("../images/blue-designed-grunge-concrete-texture-vintage-background-with-space-text-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.menu-item.active .fa-angle-down {
  transform: rotate(180deg);
}

.module-gallery {
  display: flex;
  height: 100vh;
  align-items: center;
}

.module-gallery .slider-for img {
  position: absolute;
  left: 50%;
  width: 25%;
  height: 100% !important;
  top: 0;
  display: block;
  object-fit: contain;
  /* mix-blend-mode: overlay; */
  transform: translate(-50%, 0px);
}

.cus-con {
  max-width: 90% !important;
}

.module-gallery .slider-for {
  width: 100%;
  height: 100%;
}

.module-gallery .slider-for .slick-list,
.module-gallery .slider-for .slick-track,
.module-gallery .slider-for .container,
.module-gallery .slider-for .row {
  height: 100%;
}

.module-gallery .slider-for .slick-slide {

  position: relative;


}

.module-gallery .slider-nav {
  background: linear-gradient(-270deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
  padding: 30px;
  width: 38em;
  position: absolute;
  right: 0;
  padding-bottom: 47px;
}

.module-gallery .slider-nav img {
  width: 100%;
  object-fit: contain;
  height: 100% !important;
}

.module-gallery .slick-dots {
  text-align: right !important;
  left: -100%;
  bottom: -38px !important;
}

.module-gallery .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}


.module-gallery .slick-list {
  padding: 0 !important;
}

.banner-lt {
  height: 100%;
}

.module-gallery .slick-vertical .slick-slide {
  display: block;
  height: auto;
  padding: 10px;
  border: 1px solid transparent;
}

.module-gallery .slick-vertical .slick-slide.slick-current {
  border-color: #000;
}

.module-gallery .slider-nav .slick-list {
  padding-right: 1px !important;
}

.module-gallery .slick-dots li button {
  width: 22px !important;
  height: 22px !important;
}

.module-gallery .slick-dots li button:before {
  line-height: 22px !important;
  width: 22px !important;
  height: 22px !important;
}

.module-gallery .slick-dots li.slick-active button:before {
  color: red !important;
  border: 1px solid !important;
}

.img-box {
  position: relative;
  height: 330px;
  border: 1px solid #ffffff33;
  padding: 15px;
}

.img-box .block-description {

  position: absolute;

  bottom: 1px;

  bottom: 10px;

  left: 10px;
}

.nobel-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
}

.block-images {
  padding: 10px;
}

.module-sec-box {
  height: 100%;
  display: flex;
  align-items: center;
  width: 38%;
}

.slider-nav .slick-next {
  bottom: 0;
  top: inherit;
  left: 80px;
  border: 1px solid white;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.slider-nav .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  opacity: 1 !important;
}

.slider-nav .slick-prev {
  bottom: 0;
  top: inherit;
  left: 40px;
  right: inherit;
  border: 1px solid white;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.slider-nav .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  content: "\f104";
  opacity: 1 !important;
  /* border: 1px solid white; */
  /* width: 20px; */
}

.module-sec-box .top-title {
  color: white;
}

.cus-con {
  max-width: 90% !important;
}

.animated.title {
  color: white;
}

.animated.top-title {
  font-size: 50px;
  display: flex;
  flex-direction: column;
}

.animated.top-title span {
  font-size: 40px;
}

.iq-title {
  color: white !important;
  font-size: 16px;
}

.regidter-grd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: sticky;
  top: 14vh;
}

.faq-wrap {
  margin-bottom: 0;
  padding: 0;
}

.faq-wrap li {
  list-style: none;
  margin-bottom: 00px;
  border-bottom: 1px solid #D9D9D9;
  background: transparent;
  color: white;
}

.faq-wrap li:last-child {
  margin-bottom: 0;
}

.faq-wrap li h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

.faq-wrap li h6::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f067";
  color: #fff;
  font-size: 17px;
  position: absolute;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  right: 0;
}

.faq-wrap li .faqx {
  display: none;
  padding-bottom: 16px;
  /* box-shadow: 0px 14px 15px #00000012; */
  /* padding-top: 0; */
}

.faq-wrap li .faqx p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 29px;
  color: var(--base-color);
  font-family: 'Open Sans', sans-serif;
}

.faq-wrap li h6.active::before {
  content: "\f068";
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.archx-service-item {
  padding: 40px 35px;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.archx-service-item .bg-img {
  left: 0;
  right: 0;
  opacity: 0;
  top: 45px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.archx-service-item:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 5px;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--color4);
}

.archx-service-item.active,
.archx-service-item:hover {
  border: 1px solid var(--color4);
}

.archx-service-item.active:before,
.archx-service-item:hover:before {
  width: 100%;
}

.archx-service-item.active .bg-img,
.archx-service-item:hover .bg-img {
  top: 25px;
  opacity: 1;
}

.archx-service-item .service-serial {
  font-size: 30px;
  color: var(--color4);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
}

.archx-service-item .service-serial span {
  font-size: 18px;
  color: #ffffff;
  /* line-height: 17px; */
}

.archx-service-item .service-title-text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 0;
}

.archx-service-item .service-title-text p {
  padding-bottom: 0;
  margin-bottom: 0;
  color: var(--color4);
  font-size: 18px;
  font-weight: 500;
  /* padding-bottom: 13px; */
  min-width: 100px;
  text-align: right;
}

.archx-service-item .service-title-text .more-btn {
  font-size: 20px;
}

.archx-service-item .service-title-text .more-btn:hover {
  color: black;
}

#regi {
  background-image: url(../images/6e0fd69a36ee8bbf9504f3132c79faff.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#regi .container {
  max-width: 1200px;
}

.sc-count {
  /* background: #aa13a3; */
  /* padding: 80px 0; */
  position: relative;
  padding-right: 35px;
  margin-top: 20px;
}

.sc-count ul li {
  width: 105px;
  height: 105px;
  /* line-height: 144px; */
  background: #38042e;
  color: white;
  /* border-radius: 15px; */
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  box-shadow: 0px 0px 40px #0000004d;
}

.sc-count ul {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  /* justify-content: center; */
}

.sc-count ul li p {
  margin-bottom: 2px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
}

.sc-count ul li span {
  /* margin-bottom: 0 !important; */
  /* border: 0; */
  /* background-image: none !important; */
  /* width: auto !important; */
  /* height: auto !important; */
  font-size: 27px;
  font-weight: bold;
  /* -webkit-text-stroke-width: .8px; */
  /* -webkit-text-stroke-color: #ffffff; */
  text-shadow: none;
  /* color: transparent; */
  letter-spacing: 3px;
}

.section {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #20143a;
}

.wrapper {
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.panel {
  width: 100%;
  height: auto;
  flex: 1 0 100%;
  align-items: end;
  position: relative;
}

.box {
  width: 100px;
  height: 100px;
  color: white;
}

.panel div {
  width: 40%;
  /* margin-right: -7%; */
}

.panel div h4 {
  font-size: 80px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 6px;
  font-family: "Julius Sans One", sans-serif;
  color: white;
  position: relative;
}

.panel div h4::before {
  content: '';
  width: 60px;
  position: absolute;
  height: 60px;
  background: var(--color2);
  bottom: 112px;
  border-radius: 50%;
  box-shadow: 0 0 15px black;
}

.panel div h4 span {
  font-size: 24px;
  display: none;
}

.panel div h5 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--color5);
  font-size: 45px;
  line-height: 42px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-family: "Raleway", sans-serif;
  background: linear-gradient(to bottom,
      color-mix(in oklab, #ffffff 100%, transparent 100%),
      color-mix(in oklab, #ffffff 100%, transparent 100%) 50%,
      color-mix(in oklab, #ffffff 0%, transparent 100%) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.panel img {
  width: 50%;
  object-fit: cover;
  height: 560px;
  z-index: 1;
  border: 5px solid white;
  transition: .5s;
}
.panel img:hover
{transform: scale(1.01);transition: .5s;}
.panel::before {
  content: '';
  width: 100%;
  position: absolute;
  height: 20px;
  background: var(--color4);
  bottom: 180px;
}
.explr-about{

}
.explr-about .tab{
  
  width: var(--tab_w);
  padding-right: 0;
}
.explr-about .regi-ul{
width: calc(100% - var(--tab_w));
padding-left: 40px;
}
.explr-about .regi-ul .content .abt-content{
  width: 55%;
}
.abt-rt
{
  width: 40% !important;
  position: sticky !important;
  top: 11vh;
}
.explr-about .regi-ul .about-slider{

  border: 5px solid white;
  box-shadow: 0 0 26px #0000009e;
}
.explr-about .regi-ul .about-slider img{
  height: 384px;
    object-fit: cover;
}
.explr-about .regi-ul .about-slider .owl-dots, .explr-about .regi-ul .activity-slider .owl-dots
{
  position: absolute;
  right: 0;
  bottom: -42px;
}
.explr-about .regi-ul .about-slider button.owl-dot, .explr-about .regi-ul .activity-slider button.owl-dot {
  border-color: #1f1c255c !important;
  width: 15px;
  height: 15px;
  margin-left: 6px;
}
.explr-about .regi-ul .about-slider button.owl-dot.active, .explr-about .regi-ul .about-slider button.owl-dot:hover, 
.explr-about .regi-ul .activity-slider button.owl-dot.active, .explr-about .regi-ul .activity-slider button.owl-dot.hover
{
  border-color: var(--color5) !important;
}

#vnu .container{
  max-width: 89%;
}
.activity-slider img{
  height: 318px;
  object-fit: cover;
  border: 5px solid white;
}
.about-hds
{
  width: 20% !important;
}
.abt-logo
{
  width: 100%;
  opacity: .6;
}
.explr-about .regi-ul .content .abt-content.abt-lrt
{
  width: 70%;
}
.reg-type-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
}

.reg-type-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0019317d;
  z-index: 9999;
  backdrop-filter: blur(6px);
  /* opacity: 2.5; */
}

.reg-type-popup-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-type-popup-wrap {
  display: flex;
  gap: 0;
  width: 500px;
  position: relative;
  gap: 20px;
}

.reg-type-popup-box {
  position: relative;
  background: #01162900;
  padding-bottom: 30px;
  border-radius: 0;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  /* border: 2px solid red; */
  overflow: hidden;
}

.reg-type-popup-box img {
  /* height: 200px; */
  /* margin-top: -50%; */
  margin-bottom: 21px;
  /* background: red; */
  /* position: absolute; */
  width: 100%;
  top: 0;
  filter: drop-shadow(3px 0px 0px #000);
}

.reg-type-popup-box h5 {
  text-align: center;
  margin-bottom: 13px;
  color: white;
  font-weight: 400;
  display: none;
}

.reg-type-popup-box h5 span {
  font-size: 46px;
  font-weight: bold;
  text-shadow: 3px 3px #074494;
  text-transform: uppercase;
}

.reg-type-popup-box ul {
  margin-bottom: 23px;
  text-align: left;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 15px;
}

.reg-type-popup-box li {}

.reg-type-popup-box a {
  margin-left: auto;
  margin-right: auto;
  /* background: #fff; */
  /* padding: 10px 32px; */
  /* font-weight: 600; */
  /* display: inline-block; */
  /* border-radius: 50px; */
  position: relative;
}

.reg-type-popup-wrap button {
  position: absolute;
  right: 3px;
  top: 4px;
  border: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50px;
  padding: 0;
  font-size: 25px;
  color: white;
  z-index: 1;
}