@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+NO:wght@100..400&display=swap');   

:root {
  --font-body: "Urbanist", sans-serif;
  --font-secondary: "Marcellus", serif;
  --font-fontAwesome: "Font Awesome 6 Pro";
  --color-primary: #810000;
  --color-secondary: #262626;
  --color-white: #ffffff;
  --color-black: #000;
  --color-grey: #f6f4ee;
  --color-grey-1: #55585b;
  --color-grey-2: #efede7;
  --color-grey-3: #4f5158;
  --color-text-body: #737477;
  --color-button: #fdb714;
  --transition: all 0.6s ease;
  --anima-duration: 8s;
}

/*---------------------------------
	typography css start
---------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: normal;
  color: var(--color-text-body);
  line-height: 26px;
}

.font-italic {
  font-family: "Playwrite NO", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-primary);
}

a {
  text-decoration: none;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  margin-top: 0px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

*::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: var(--color-black);
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--color-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--color-black);
  font-size: 14px;
  opacity: 1;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1424px;
  }
}

@media (min-width: 1400px) {
  .custom-container-larg {
    max-width: 1744px;
  }
}

/*---------------------------------
        Scrollbar start
---------------------------------*/
*::-webkit-scrollbar {
  height: 5px;
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #f6f4ee;
}

*::-webkit-scrollbar-thumb {
  background-color: #810000;
  border: 2px solid #f6f4ee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*---------------------------------
        Scrollbar end
---------------------------------*/

/*---------------------------------
    Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.p-relative {
  position: relative;
}

.tp-header-logo img {
  width: 260px;
}

/*----------------------------------------
  gutter for tp-gx-50
-----------------------------------------*/
.tp-gx-50 {
  --bs-gutter-x: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-50 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-50 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-50 {
    --bs-gutter-x: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-gx-50 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-50 [class*="col-"] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/*----------------------------------------*/
/*  Background
/*----------------------------------------*/
.theme-bg {
  background-color: var(--color-primary);
}

/*----------------------------------------*/
/*  Nice Select start
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--font-fontAwesome);
  color: var(--color-black);
  font-weight: 500;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*----------------------------------------*/
/*  Offcanvas start
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  background: var(--color-white) none repeat scroll 0 0;
  z-index: 1000;
  transition: 0.3s linear;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__area.offcanvas-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .offcanvas__area {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__area {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .offcanvas__top {
    margin-bottom: 40px;
  }
}

.offcanvas__wrapper {
  position: relative;
  padding: 50px 40px 145px;
  z-index: 1;
  min-height: 100%;
}

@media only screen and (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.offcanvas-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
  color: var(--color-black);
}

.offcanvas-title.sm {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.offcanvas-contact {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .offcanvas-contact {
    display: none;
  }
}

.offcanvas-contact ul li {
  margin-bottom: 10px;
  list-style: none;
}

.offcanvas-contact ul li a {
  position: relative;
  font-size: 18px;
  color: #414144;
  display: inline-block;
}

.offcanvas-contact ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0px;
  opacity: 0;
  background: var(--color-primary);
  transition: all 0.3s linear;
}

.offcanvas-contact ul li a:hover::before {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}

.offcanvas-social ul {
  display: flex;
  align-items: center;
}

.offcanvas-social ul li {
  list-style: none;
}

.offcanvas-social ul li:not(:last-of-type) {
  margin-right: 8px;
}

.offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  color: var(--color-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}

.offcanvas-social ul li a svg {
  transform: translateY(-1px);
}

.offcanvas-social ul li a:hover {
  color: var(--color-white);
  border-color: var(--color-black);
  background-color: var(--color-black);
}

.offcanvas__close {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close {
    top: 20px;
  }
}

.offcanvas__close-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 40px;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  transition: 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .offcanvas__close-btn {
    height: 40px;
    width: 40px;
  }
}

.offcanvas__close-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  opacity: 0.8;
}

.offcanvas__close-btn:hover svg {
  transform: translateY(-2px);
}

.offcanvas__close-btn svg {
  transform: translateY(-2px);
}

.offcanvas-open-btn {
  height: 40px;
  width: 40px;
  border-radius: 6px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s linear;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.offcanvas__logo img {
  width: 260px;
}

.offcanvas-open-btn span {
  font-size: 16px;
  font-weight: 400;
  transform: translateY(-3px);
  display: inline-block;
  transition: 0.3s linear;
}

.offcanvas-open-btn:hover {
  border-color: white;
  background-color: var(--color-white);
}

.offcanvas-open-btn:hover i {
  color: var(--color-black);
}

.offcanvas-open-btn i {
  display: inline-block;
  transform: translateY(-2px);
  color: var(--color-white);
  transform: 0.3s linear;
}

/*----------------------------------------*/
/*  Breadcrumb start */
/*----------------------------------------*/
.tp-breadcrumb__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-size: cover;
}

.tp-breadcrumb__bg.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-breadcrumb__bg {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.tp-breadcrumb__bg.details3 {
  height: 990px;
}

.tp-breadcrumb__bg.details3::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(134, 56, 252, 0.9) 0%, #5838fc 100%);
}

.tp-breadcrumb__list span {
  position: relative;
  font-size: 18px;
  font-weight: 300;
}

.tp-breadcrumb__list svg {
  color: #fff;
}

.tp-breadcrumb__list span:not(:last-child) {
  padding-right: 12px;
  margin-right: 5px;
}

.tp-breadcrumb__list span:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 25%;
  width: 1px;
  height: 16px;
  background-color: rgba(3, 31, 66, 0.2);
}

.tp-breadcrumb__list span.color {
  color: #031f42;
}

.tp-breadcrumb__list span.white {
  color: var(--color-white);
}

.tp-breadcrumb__list span a {
  display: inline-block;
  transform: translateY(-2px);
}

.tp-breadcrumb__list.tp-event-details-breadcrumb-list span {
  color: var(--color-white);
}

.tp-breadcrumb__list.tp-event-details-breadcrumb-list span::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.tp-breadcrumb__list.inner-after span::after {
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

/*----------------------------------------*/
/*  Breadcrumb end
/*----------------------------------------*/

/*----------------------------------------*/
/*  Header Style
/*----------------------------------------*/
.tp-header-transparent {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

.tp-header-transparent.tp-header-inner {
  box-shadow: none;
  background-color: transparent;
}

.tp-header-transparent.tp-header-2 {
  box-shadow: none;
  background-color: transparent;
}

.tp-header-transparent .tp-megamenu-container {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-small {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-fullwidth {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-courses {
  border-radius: 8px;
}

.tp-header-transparent .tp-megamenu-academics {
  border-radius: 8px;
}

.tp-header-transparent .main-menu nav ul li .tp-submenu {
  border-radius: 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-container {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-small {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-fullwidth {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-courses {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .tp-megamenu-academics {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent .tp-header-sticky .main-menu nav ul li .tp-submenu {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-container {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-small {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-fullwidth {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-courses {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .tp-megamenu-academics {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .main-menu nav ul li .tp-submenu {
  border-radius: 0px 0px 8px 8px;
}

.tp-header-transparent.tp-header-sticky .main-menu nav ul li .tp-submenu li>.tp-submenu {
  border-radius: 8px;
}

.tp-header-logo-1 img {
  width: 260px;
}

.tp-header-logo-1 .logo-2 {
  display: none;
}

.tp-header-top {
  padding: 10px 0;
}

.tp-header-info-item {
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1.4;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.tp-header-info-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.tp-header-info-item span {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
}

.tp-header-info-item span a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.tp-header-info-item span a i {
  margin-right: 10px;
}

.tp-header-right-list a {
  color: var(--color-white);
  font-size: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-block;
  line-height: 1;
  padding: 4px 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-right-list a {
    padding: 4px 12px;
  }
}

.tp-header-right-list a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tp-header-serach {
  color: var(--color-white);
}

.tp-header-serach:hover {
  color: rgba(255, 255, 255, 0.7);
}

.tp-header-btn a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 7px 24px 9px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-btn a:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-mob-space {
    padding: 15px 0px;
  }
}

.tp-header-1.tp-header-sticky .tp-header-logo-1 .logo-1 {
  display: none;
}

.tp-header-1.tp-header-sticky .tp-header-logo-1 .logo-2 {
  display: block;
}

.tp-header-1.tp-header-sticky .tp-header-serach {
  color: var(--color-black);
}

.tp-header-1.tp-header-sticky .tp-header-serach:hover {
  color: var(--color-primary);
}

.tp-header-1.tp-header-sticky .tp-header-btn a {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.tp-header-1.tp-header-sticky .tp-header-btn a:hover {
  color: var(--color-white);
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-header-1.tp-header-sticky .offcanvas-open-btn {
  background-color: var(--color-primary);
}

.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover {
  background-color: #880824;
  border-color: #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1);
}

.tp-header-1.tp-header-sticky .offcanvas-open-btn:hover i {
  color: var(--color-white);
}

.tp-header-1.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 25px 0 25px 0;
  color: var(--color-black);
}

.tp-header-1.tp-header-sticky .main-menu nav>ul>li.has-dropdown>a::after {
  color: var(--color-black);
}

.tp-header-red-sidebar .offcanvas-open-btn:hover {
  color: var(--tp);
  background-color: transparent;
}

.tp-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s ease;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.tp-header-2 {
  background: var(--color-white);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-2 {
    padding: 20px 0;
  }
}

.tp-header-2-category {
  position: relative;
}

.tp-header-2-category:hover .tp-header-2-category-list {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 20px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-2-category:hover .tp-header-2-category-list {
    top: calc(100% + 20px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-2-category:hover .tp-header-2-category-list {
    top: calc(100% + 20px);
  }
}

.tp-header-2-category::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 1px;
  background: rgba(0, 31, 63, 0.12);
}

.tp-header-2-category p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.tp-header-2-category p span {
  display: inline-block;
  margin-right: 7px;
}

.tp-header-2-category-list {
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 200px;
  padding: 17px 0;
  border-radius: 4px;
  visibility: hidden;
  padding-bottom: 15px;
  top: calc(100% + 30px);
  background: var(--color-white);
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 9;
}

.tp-header-2-category-list ul li {
  list-style: none;
}

.tp-header-2-category-list ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-header-2-category-list ul li a {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #55585b;
  padding-left: 30px;
  display: inline-block;
  text-transform: capitalize;
}

.tp-header-2-category.tp-header-inner-category::before {
  content: none;
}

.tp-header-2-category.tp-header-inner-category:hover {
  background: rgba(85, 109, 245, 0.14);
}

.tp-header-2-search {
  position: relative;
  margin-left: 24px;
}

.tp-header-2-search-btn {
  position: absolute;
  top: 50%;
  right: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

.tp-header-2-search input {
  border-radius: 8px;
  height: 42px;
  width: 280px;
  padding: 0 40px 0 18px;
  background-color: #f4f4f3;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-2-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input:-moz-placeholder {
  /* Firefox 4-18 */
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input::placeholder {
  /* MODERN BROWSER */
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 400;
}

.tp-header-2-search input:focus {
  border: 1px solid #556df5;
  background-color: var(--color-white);
  box-shadow:
    0 1px 2px 0 rgba(85, 109, 245, 0.08),
    0 2px 6px 0 rgba(85, 109, 245, 0.04),
    0 3px 6px 0 rgba(85, 109, 245, 0.08),
    0 0 0 4px rgba(85, 109, 245, 0.1);
}

.tp-header-2 .main-menu>nav>ul>li {
  margin-left: 0px;
  margin-right: 0px;
}

.tp-header-2 .main-menu>nav>ul>li:not(:last-of-type) {
  margin-right: 25px;
}

.tp-header-2 .main-menu>nav>ul>li.has-dropdown>a::after {
  color: var(--color-grey-3);
}

.tp-header-2 .main-menu>nav>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 31px 0 27px 0;
  color: var(--color-grey-3);
}

.tp-header-2 .main-menu>nav>ul>li>a:hover::after {
  transform: rotate(180deg);
}

.tp-header-2 .main-menu>nav>ul>li .tp-submenu li:hover>a {
  padding-left: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-2.tp-header-shop {
    padding: 15px 0;
  }
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li:not(:last-of-type) {
  margin-right: 25px;
}

.tp-header-2.tp-header-shop .main-menu>nav>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  color: #4f5158;
}

.tp-header-2.bxs-none {
  box-shadow: none;
}

.tp-header-2-cart {
  position: relative;
}

.tp-header-2-cart button i {
  position: absolute;
  top: -8px;
  right: -14px;
  font-style: normal;
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  height: 24px;
  width: 24px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
}

.tp-header-2-cart.tp-header-cart-inner i {
  line-height: 22px;
  background-color: var(--color-primary);
}

.tp-header-2-cart.cart-4 button:hover span {
  color: var(--color-white);
}

.tp-header-2-cart.cart-4 button i {
  top: -7px;
  right: -14px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  color: #161613;
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #b1040e;
  background-color: var(--color-white);
}

.tp-header-2-cart.cart-4 button span {
  color: var(--color-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-2-login {
  position: relative;
  margin-left: 35px;
  padding-left: 20px;
}

.tp-header-2-login::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 34px;
  width: 1px;
  background-color: rgba(0, 31, 63, 0.12);
}

.tp-header-2-login button {
  color: #656565;
  font-size: 16px;
}

.tp-header-2-login button span {
  display: inline-block;
  margin-right: 2px;
}

.tp-header-2-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.tp-header-2-btn {
  margin-left: 23px;
}

.tp-header-2-btn .tp-btn-2 {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  padding: 8px 35px;
}

.tp-header-2-btn .tp-btn-2:hover {
  background-color: transparent;
}

.tp-header-2 .offcanvas-open-btn {
  line-height: 44px;
  border: 1px solid rgba(3, 31, 66, 0.2);
}

.tp-header-2 .offcanvas-open-btn i {
  font-size: 16px;
  color: #031f42;
  transition: all 0.3s ease-in-out;
}

.tp-header-2 .offcanvas-open-btn:hover {
  border-color: #0071dc;
}

.tp-header-2 .offcanvas-open-btn:hover i {
  color: #0071dc;
}

.tp-header-2-contact.tp-header-shop .tp-header-2-cart {
  position: relative;
}

.tp-header-2-contact.tp-header-shop .tp-header-2-cart::after {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  height: 34px;
  width: 1px;
  background: rgba(0, 31, 63, 0.12);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-header-2-contact.tp-header-shop .tp-header-2-cart::after {
    content: none;
  }
}

.tp-header-2-contact.tp-header-shop .tp-btn-inner {
  font-weight: 600;
  font-size: 15px;
  border-radius: 0;
  color: #ddf49f;
  box-shadow:
    0 0 1px 0,
    0 1px 2px 0 rgba(0, 107, 97, 0.2);
}

.tp-header-2-contact.tp-header-shop .tp-btn-inner:hover {
  box-shadow: none;
  color: var(--color-white);
}

.tp-header-2.tp-header-sticky {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(7, 37, 68, 0.1);
}

.tp-header-2.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 26px 0 26px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-3 {
    padding: 18px 0;
  }
}

.tp-header-3 .main-menu nav>ul>li>a {
  color: var(--color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tp-header-3 .main-menu nav>ul>li.has-dropdown>a::after {
  color: var(--color-secondary);
}

.tp-header-3 .offcanvas-open-btn {
  border: 2px solid rgba(255, 113, 98, 0.4);
}

.tp-header-3.tp-header-sticky .main-menu nav>ul>li>a {
  padding: 28px 0 28px 0;
}

.header-bottom__lang>ul>li {
  position: relative;
  list-style: none;
}

.header-bottom__lang>ul>li>a {
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  color: #88898a;
  line-height: 0;
}

.header-bottom__lang>ul>li>a img {
  height: 12px;
  width: 18px;
  object-fit: cover;
  transform: translateY(-2px);
  margin-right: 7px;
}

.header-bottom__lang>ul>li>a>span svg {
  margin-left: 2px;
}

.header-bottom__lang-2>ul>li {
  position: relative;
  list-style: none;
}

.header-bottom__lang-2>ul>li>a {
  color: #57595f;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid rgba(30, 30, 47, 0.1);
}

.header-bottom__lang-2>ul>li>a>span svg {
  margin-left: 2px;
}

.header-bottom__lang-submenu {
  position: absolute;
  top: 110%;
  left: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  padding: 15px 20px;
  border-radius: 4px;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--color-white);
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}

.header-bottom__lang-submenu li {
  list-style: none;
  margin-bottom: 7px;
}

.header-bottom__lang-submenu li:last-child {
  margin-bottom: 0;
}

.header-bottom__lang-submenu li a {
  display: block;
}

.header-bottom__lang-submenu li:hover {
  color: var(--color-primary);
}

.header-bottom__lang-submenu.open {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-bottom__lang-submenu-2 {
  position: absolute;
  bottom: 110%;
  right: 0px;
  width: 120px;
  z-index: 9;
  opacity: 0;
  text-align: start;
  padding: 15px 20px;
  border-radius: 4px;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background: var(--color-white);
  box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
}

@media only screen and (max-width: 767px) {
  .header-bottom__lang-submenu-2 {
    left: 0;
    right: auto;
  }
}

.header-bottom__lang-submenu-2 li {
  list-style: none;
  margin-bottom: 7px;
}

.header-bottom__lang-submenu-2 li:last-child {
  margin-bottom: 0;
}

.header-bottom__lang-submenu-2 li a {
  display: block;
}

.header-bottom__lang-submenu-2.open {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}

.tp-header-inner {
  box-shadow:
    0px 1px 1px 0px rgba(3, 11, 30, 0.1),
    0px 1px 2px 1px rgba(3, 11, 30, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-inner {
    padding: 12px 0;
  }
}

.tp-header-inner-logo {
  position: relative;
  margin-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-logo {
    margin-right: 15px;
  }
}

.tp-header-inner-category {
  display: inline-block;
  border-radius: 1000px;
  cursor: pointer;
  padding: 6px 25px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(81, 105, 241, 0.06);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-category {
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-inner-category {
    padding: 6px 17px;
  }
}

.tp-header-inner-search {
  position: relative;
  padding-right: 20px;
  margin-right: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-inner-search {
    display: none;
  }
}

.tp-header-inner-search:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 34px;
  width: 1px;
  transform: translateY(-50%);
  background: rgba(0, 31, 63, 0.12);
}

.tp-header-inner-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-header-inner-login img {
    display: none;
  }
}

.tp-header-inner .main-menu>nav>ul>li {
  margin: 0;
}

.tp-header-inner .main-menu>nav>ul>li:not(:last-of-type) {
  margin-right: 29px;
}

.tp-header-inner .main-menu>nav>ul>li.has-dropdown>a::after {
  color: #30302f;
}

.tp-header-inner .main-menu>nav>ul>li:hover>a {
  color: var(--color-primary);
}

.tp-header-inner .main-menu>nav>ul>li:hover>a::after {
  color: var(--color-primary);
}

.tp-header-inner .main-menu>nav>ul>li:hover>a.has-dropdown>a::after {
  color: var(--color-primary);
}

.tp-header-inner .main-menu>nav>ul>li>a {
  line-height: 1.5;
  color: #30302f;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 25px 0 25px 0;
}

.tp-header-inner .main-menu>nav>ul>li>a:hover {
  color: var(--color-primary);
}

.tp-header-inner .main-menu>nav>ul>li>a:hover::after {
  color: var(--color-primary);
  transform: rotate(180deg);
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu {
  padding: 30px 0 15px;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li a {
  font-size: 16px;
  font-weight: 400;
  color: #55585b;
  padding-left: 30px;
  display: inline-block;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li:hover>a {
  color: var(--color-primary);
  padding-left: 35px;
}

.tp-header-inner .main-menu>nav>ul>li .tp-submenu>li:hover>a::before {
  background-color: var(--color-primary);
}

.tp-header-inner-btn {
  margin-left: 33px;
  margin-right: 20px;
}

.tp-header-inner-btn .tp-btn-3 {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  padding: 6px 25px;
  box-shadow: 0px 1px 2px 0px rgba(165, 9, 35, 0.2);
}

.tp-header-inner-btn .tp-btn-3:hover {
  color: var(--color-white);
  background-color: #880824;
  border: 1px solid #880824;
  box-shadow: 0 10px 15px -5px rgba(21, 36, 34, 0.1) !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-inner-btn .tp-btn-3 {
    padding: 8px 25px;
  }
}

.tp-header-inner.tp-header-inner-2 .tp-header-2-category.tp-header-inner-category {
  background-color: rgba(var(--color-primary), 0.5);
}

.tp-header-red-search {
  color: #30302f;
}

.tp-header-red-sidebar .offcanvas-open-btn {
  color: #30302f;
  border: none;
  line-height: 1;
}

.tp-header-red-sidebar .offcanvas-open-btn:hover {
  color: var(--color-primary);
}

.tp-header-red-sidebar .offcanvas-open-btn svg .width {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-red-sidebar .offcanvas-open-btn:hover {
  background-color: transparent;
}

.tp-header-red-sidebar .offcanvas-open-btn:hover svg .width {
  width: 30px;
}

.tp-header-shop-box {
  box-shadow:
    0 1px 1px 0 rgba(3, 11, 30, 0.1),
    0 1px 2px 1px rgba(3, 11, 30, 0.04);
}

.tp-header-shop-btn {
  margin-left: 31px;
}

.tp-header-shop-search input {
  background: #f3f4f9;
  border-radius: 100px;
  height: 40px;
  width: 240px;
  padding-left: 45px;
}

.tp-header-shop-search input:focus {
  background-color: transparent;
}

.tp-header-shop-search .tp-header-search-btn {
  position: absolute;
  top: 48%;
  left: 20px;
  transform: translateY(-50%);
}

.tp-header-shop-login {
  margin-left: 20px;
}

.tp-header-shop-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.tp-header-new-course {
  padding: 27px 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-header-new-course {
    padding: 26px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-header-new-course {
    padding: 20px;
  }
}

.tp-header-new-course-right .draft {
  font-weight: 600;
  font-size: 15px;
  color: #57595f;
  margin-right: 15px;
}

.tp-header-new-course-right .preview {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 6px;
  background: #e9ecff;
  margin-right: 10px;
}

.tp-header-new-course-right .preview:hover {
  color: var(--color-white);
}

.tp-header-new-course-right .pulish {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 6px;
  margin-right: 18px;
  color: var(--color-white);
  box-shadow:
    0 0 1px 0 #1438b5,
    0 1px 2px 0 rgba(20, 56, 181, 0.25);
}

.tp-header-new-course-right .pulish:hover {
  box-shadow: none;
}

.tp-header-user-hover {
  position: relative;
}

.tp-header-user-hover.active .tp-header-user-box {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.tp-header-user-box {
  position: absolute;
  width: 260px;
  opacity: 0;
  top: 57px;
  right: 0;
  padding: 4px;
  z-index: 99;
  border-radius: 6px;
  background: #faf9fb;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 0px 20px 40px 0px rgba(18, 20, 32, 0.1);
}

.tp-header-user-profile {
  padding: 15px 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(87, 87, 90, 0.08);
}

.tp-header-user-profile-thumb {
  margin-right: 15px;
}

.tp-header-user-profile-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #191822;
  margin: 0;
}

.tp-header-user-profile-content span {
  font-size: 13px;
  font-weight: 400;
  color: #939397;
  display: inline-block;
}

.tp-header-user-list {
  margin-bottom: 15px;
}

.tp-header-user-list ul li {
  list-style: none;
}

.tp-header-user-list ul li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #57575a;
  display: block;
  padding: 5px 20px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-header-user-list ul li a span {
  margin-right: 10px;
  display: inline-block;
}

.tp-header-user-list ul li a:hover {
  background: #f2f1f5;
  color: var(--color-black);
}

.tp-header-user-list ul li.hr-border {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(87, 87, 90, 0.08);
}

/*----------------------------------------*/
/*  Main menu css
/*----------------------------------------*/
.main-menu>nav>ul>li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0px 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li {
    margin-left: 25px;
  }
}

.main-menu>nav>ul>li>a {
  display: inline-block;
  color: var(--color-white);
  padding: 35px 0 35px 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.main-menu>nav>ul>li.has-dropdown>a {
  position: relative;
}

.main-menu>nav>ul>li.has-dropdown>a::after {
  content: "+";
  font-size: 14px;
  color: var(--color-white);
  font-weight: 400;
  margin-left: 6px;
  display: inline-block;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu>nav>ul>li.has-dropdown>a.tp-static {
  position: static;
}

.main-menu>nav>ul>li>.tp-submenu {
  position: absolute;
  top: 100%;
  left: -30px;
  width: 240px;
  z-index: 99;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  transition: 0.5s;
  border-radius: 0px 0px 8px 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
  padding: 30px 0 15px;
  text-align: start;
}

.main-menu>nav>ul>li>.tp-submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.main-menu>nav>ul>li>.tp-submenu li:not(:last-of-type) {
  margin-bottom: 12px;
}

.main-menu>nav>ul>li>.tp-submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.main-menu>nav>ul>li>.tp-submenu li>a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #55585b;
  padding-left: 30px;
  display: inline-block;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu>nav>ul>li>.tp-submenu li>a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu>nav>ul>li>.tp-submenu li>.tp-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 240px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: 0.5s;
  border-radius: 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
  padding: 30px 0 15px;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a,
.main-menu>nav>ul>li>.tp-submenu li.active>a {
  color: var(--color-primary);
  padding-left: 35px;
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a::after,
.main-menu>nav>ul>li>.tp-submenu li.active>a::after {
  color: var(--color-white);
}

.main-menu>nav>ul>li>.tp-submenu li:hover>a::before,
.main-menu>nav>ul>li>.tp-submenu li.active>a::before {
  width: 12px;
}

.main-menu>nav>ul>li>.tp-submenu li:hover .tp-submenu,
.main-menu>nav>ul>li>.tp-submenu li.active .tp-submenu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu>nav>ul>li.tp-static {
  position: static;
}

.main-menu>nav>ul>li:hover>a {
  color: rgba(255, 255, 255, 0.7);
}

.main-menu>nav>ul>li:hover>a::after {
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.7);
}

.main-menu>nav>ul>li:hover .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu>nav>ul>li:hover .tp-submenu li:hover>.tp-submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu>nav>ul>li:hover>.tp-megamenu-main {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu.main-menu-4>nav>ul>li {
  margin: 0;
}

.main-menu.main-menu-4>nav>ul>li:not(:last-of-type) {
  margin-right: 30px;
}

.main-menu.main-menu-4>nav>ul>li>a {
  padding: 28px 0 27px 0;
}

.tp-megamenu-main {
  position: absolute;
  z-index: 99;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 0 0;
  visibility: hidden;
  transition: 0.3s;
  top: 100%;
  left: 0;
  right: 0;
}

.tp-megamenu-small {
  top: 100%;
  left: -40px;
  width: 580px;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-small {
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-small-content {
  padding: 30px 40px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-small-content {
    padding: 10px 0 0 25px;
  }
}

.tp-megamenu-small-content .tp-megamenu-list a {
  position: relative;
  display: block;
  color: #55585b;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
}

.tp-megamenu-small-content .tp-megamenu-list a:hover {
  padding-left: 15px;
}

.tp-megamenu-small-content .tp-megamenu-list a:hover::before {
  width: 12px;
}

.tp-megamenu-small-content .tp-megamenu-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-fullwidth {
  top: 100%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth {
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list {
    margin-bottom: 10px;
  }
}

.tp-megamenu-fullwidth-list ul li {
  list-style: none;
  width: 100%;
  display: block;
}

.tp-megamenu-fullwidth-list ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.tp-megamenu-fullwidth-list ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #57595f;
  display: block;
}

.tp-megamenu-fullwidth-list ul li a:hover {
  padding-left: 15px;
}

.tp-megamenu-fullwidth-list ul li a:hover::before {
  width: 12px;
}

.tp-megamenu-fullwidth-list ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-fullwidth-list-wrapper {
  padding: 40px 0px 40px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-list-wrapper {
    padding: 40px 0px 40px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list-wrapper {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list-wrapper.home-2 {
    padding: 10px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-list-wrapper.home-2 .tp-megamenu-fullwidth-list {
    margin-bottom: 10px;
  }
}

.tp-megamenu-fullwidth-title {
  font-size: 17px;
  font-weight: 500;
  color: #4f5158;
  letter-spacing: -0.17px;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-fullwidth-title {
    margin-bottom: 10px;
  }
}

.tp-megamenu-fullwidth-item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 137, 180, 0.16) 0%, rgba(204, 201, 122, 0.16) 100%);
}

.tp-megamenu-fullwidth-item.bg {
  background: linear-gradient(90deg, #f6ebff 0%, #ffebf9 100%);
}

.tp-megamenu-fullwidth-item-wrap {
  margin-left: 77px;
  padding: 6px 6px 6px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-item-wrap {
    margin-left: 0;
  }
}

.tp-megamenu-fullwidth-content {
  padding: 30px 0 30px 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-fullwidth-content {
    padding: 30px 0 30px 26px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-content {
    padding: 25px 0 25px 20px;
  }
}

.tp-megamenu-fullwidth-content-title {
  color: #15161d;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.24px;
  font-family: var(--font-secondary);
}

.tp-megamenu-fullwidth-content .tp-btn {
  padding: 3px 14px 4px;
  color: #15161d;
  font-size: 15px;
  background-color: transparent;
  border: 1.5px solid rgba(21, 22, 29, 0.1);
}

.tp-megamenu-fullwidth-content .tp-btn:hover {
  box-shadow: none;
  color: var(--color-white);
}

.tp-megamenu-fullwidth-content-thumb {
  position: absolute;
  bottom: 0;
  right: 22px;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-megamenu-fullwidth-content-thumb {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-fullwidth-content-thumb {
    right: -28px;
  }

  .tp-megamenu-fullwidth-content-thumb img {
    width: 80%;
  }
}

.tp-megamenu-fullwidth-content.blue .tp-btn:hover {
  box-shadow: none;
  color: var(--color-white);
}

.tp-megamenu-container {
  top: 100%;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  padding: 40px 30px 0;
  border-radius: 0px 0px 8px 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-container {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-home-item {
  overflow: hidden;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-thumb {
  box-shadow: none;
}

.tp-megamenu-home-item:hover .tp-megamenu-home-thumb img {
  transform: scale(1.1);
}

.tp-megamenu-home-item:hover .tp-megamenu-home-thumb::after {
  opacity: 1;
  visibility: visible;
}

.tp-megamenu-home-thumb {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
  background: #dcdcdc;
  border: 1px solid #e3e4e9;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.14);
}

.tp-megamenu-home-thumb img {
  width: 270px;
  height: 170px;
  border-radius: 6px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-home-thumb img {
    height: inherit;
  }
}

.tp-megamenu-home-thumb::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  background-color: rgba(1, 15, 28, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-megamenu-home-thumb.home-2 img {
    height: 100%;
  }
}

.tp-megamenu-home-title {
  font-size: 17px;
  font-weight: 500;
  color: #2a2b30;
  letter-spacing: -0.16px;
}

.tp-megamenu-home-title a {
  position: relative;
}

.tp-megamenu-academics {
  top: 100%;
  left: 0;
  right: 0;
  width: 1075px;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-academics-border {
  padding: 0 0px 0 44px;
  border-bottom: 1px solid #ededed;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-border {
    padding: 0 0px 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-border.home-2 {
    padding: 0 0px 0 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-border.home-2 .tp-megamenu-academics-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tp-megamenu-academics-list {
  padding-top: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-academics-list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tp-megamenu-academics-list a {
  position: relative;
  display: block;
  color: #55585b;
  font-size: 16px;
  font-weight: 400;
}

.tp-megamenu-academics-list a:not(:last-of-type) {
  margin-bottom: 14px;
}

.tp-megamenu-academics-list a:hover {
  padding-left: 15px;
}

.tp-megamenu-academics-list a:hover::before {
  width: 12px;
}

.tp-megamenu-academics-list a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-megamenu-academics-btns {
  padding: 24px 0;
}

.tp-megamenu-academics-btns a {
  font-size: 15px;
  font-weight: 600;
  color: #031f42;
  display: inline-block;
  border-radius: 6px;
  padding: 7px 70px;
  background: rgba(81, 105, 241, 0.1);
}

.tp-megamenu-academics-btns a:not(:last-of-type) {
  margin-right: 8px;
}

.tp-megamenu-courses {
  top: 100%;
  left: 0;
  right: 0;
  width: 580px;
  margin: 0 auto;
  overflow: hidden;
  text-align: start;
  border-radius: 0px 0px 8px 8px;
  background: var(--color-white);
  border: 1px solid rgba(48, 48, 47, 0.1);
  box-shadow:
    0px 1px 2px 1px rgba(3, 11, 30, 0.06),
    0px 1px 1px 0px rgba(3, 11, 30, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }
}

.tp-megamenu-courses-content {
  padding: 30px 40px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses-content {
    padding: 15px 0px 0px 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-megamenu-courses-content.home-2 {
    padding: 15px 0px 0px 15px;
  }
}

.tp-megamenu-courses-wrap {
  position: relative;
  border-radius: 6px;
  margin: 0 6px 5px 6px;
  padding: 26px 35px 22px;
  background-color: #d1f4ff;
}

.tp-megamenu-courses-wrap-title {
  color: #073742;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.18px;
}

.tp-megamenu-courses-wrap p {
  color: #57595f;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.tp-megamenu-courses-thumb {
  position: absolute;
  bottom: 0;
  right: 40px;
}

.tp-megamenu-courses-title {
  font-size: 17px;
  font-weight: 500;
  color: #4f5158;
  letter-spacing: -0.17px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

/*----------------------------------------*/
/*  Mobile menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-main-menu-content {
    margin-bottom: 40px;
  }
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}

.tp-main-menu-mobile .tp-megamenu-main {
  display: none;
}

.tp-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}

.tp-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tp-main-menu-mobile ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tp-main-menu-mobile ul li:not(:last-child)>a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: end;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::before {
  height: 12px;
  width: 2px;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-black);
  transition: 0.4s ease 0.1s;
  margin: auto;
}

.tp-main-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn::after {
  height: 2px;
  width: 12px;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color-black);
  transition: 0.4s ease 0.1s;
  margin: auto;
}

.tp-main-menu-mobile ul li.has-dropdown.expanded {
  color: var(--color-primary);
}

.tp-main-menu-mobile ul li.has-dropdown.expanded>a .dropdown-toggle-btn::before {
  transform: rotate(90deg);
}

.tp-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}

.tp-main-menu-mobile ul li>a {
  display: block;
  font-size: 16px;
  color: var(--color-black);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li>a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-main-menu-mobile ul li>a>i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.tp-main-menu-mobile ul li>a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #eaebed;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}

.tp-main-menu-mobile ul li img {
  width: 100%;
}

.tp-main-menu-mobile ul li ul {
  padding: 0;
}

.tp-main-menu-mobile ul li ul li {
  padding: 0;
}

.tp-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile ul li:hover>a {
  color: var(--color-primary);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::after {
  background-color: var(--color-primary);
}

.tp-main-menu-mobile ul li:hover>a .dropdown-toggle-btn::before {
  background-color: var(--color-primary);
}

.tp-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.tp-main-menu-mobile ul li .mega-menu,
.tp-main-menu-mobile ul li .tp-megamenu-main,
.tp-main-menu-mobile ul li .tp-submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
  transform: scale(1);
  transform-origin: inherit;
  transition: none;
}

.tp-main-menu-mobile ul li .mega-menu li,
.tp-main-menu-mobile ul li .tp-megamenu-main li,
.tp-main-menu-mobile ul li .tp-submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .tp-megamenu-main li:hover a .dropdown-toggle-btn,
.tp-main-menu-mobile ul li .tp-submenu li:hover a .dropdown-toggle-btn {
  color: var(--color-primary);
}

.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-small,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-container,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-academics,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-courses,
.tp-main-menu-mobile ul li .mega-menu .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-small,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-container,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-academics,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-courses,
.tp-main-menu-mobile ul li .tp-megamenu-main .tp-megamenu-fullwidth,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-small,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-container,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-academics,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-courses,
.tp-main-menu-mobile ul li .tp-submenu .tp-megamenu-fullwidth {
  top: initial;
  left: initial;
  width: 100%;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-widget ul li {
  list-style: none;
}

.tp-footer-widget ul li:not(:last-child) {
  margin-bottom: 5px;
}

.tp-footer-widget ul li a {
  color: var(--color-grey-1);
  font-size: 18px;
}

.tp-footer-widget ul li a:hover {
  color: var(--color-primary);
}

.tp-footer-newsletter-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.tp-footer-newsletter-submit .tp-btn {
  padding: 6px 20px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.tp-footer-newsletter-social a {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
}

.tp-footer-newsletter-social a:not(:last-of-type) {
  margin-right: 3px;
}

.tp-footer-newsletter-social.tp-footer-inner-social a {
  background: var(--color-white);
  border: 1px solid var(--color-white);
  box-shadow: 0px 1px 2px 0px rgba(3, 11, 30, 0.14);
}

.tp-footer-bottom {
  padding: 17px 0;
  background-color: var(--color-grey-2);
}

.tp-footer-bottom-social a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #edeff2;
  border-radius: 50%;
  display: inline-block;
  font-size: 14px;
  color: var(--color-text-body);
  margin-right: 4px;
}

.tp-footer-bottom-social a:hover {
  color: var(--color-white);
}

.tp-footer-copyright span {
  color: #57595f;
  font-size: 13px;
  line-height: 24px;
}

.tp-footer-copyright span a:hover {
  color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .tp-footer-copyright-payment {
    padding-top: 20px;
  }
}

.tp-footer-2 .tp-footer-widget-content>p {
  margin-bottom: 26px;
}

.tp-footer-2 .tp-footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(30, 30, 47, 0.1);
  background-color: var(--color-white);
}

@media only screen and (max-width: 767px) {
  .tp-footer-2 .tp-footer-bottom-social {
    text-align: start;
  }
}

@media only screen and (max-width: 767px) {
  .tp-footer-2 .tp-footer-copyright {
    padding: 20px 0;
  }
}

.tp-footer-2 .tp-footer-copyright span a:hover {
  color: var(--color-text-body);
}

a:hover.social-fb {
  border-color: #00338b;
}

a:hover.social-whats {
  border-color: #00812f;
}

a:hover.social-insta {
  color: #8a005e;
}

a:hover.social-yout {
  border-color: #8f1a00;
}

a.social-fb {
  color: #337fff;
}

a.social-whats {
  color: #25D366;
}

a.social-insta {
  color: #d30391;
}

a.social-yout {
  color: #ff3000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-col-3 {
    margin-left: -30px;
  }
}

.tp-footer-col-4 {
  margin-left: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-col-4 {
    margin-left: 0;
  }
}

.tp-footer-2-col-1 {
  margin-right: -18px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-2-col-1 {
    margin-right: 0;
  }
}

.tp-footer-2-col-2 {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-2-col-2 {
    margin-left: 0;
  }
}

.tp-footer-2-col-3 {
  margin-left: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-2-col-3 {
    margin-left: 0;
  }
}

.tp-footer-2-col-4 {
  margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-footer-2-col-4 {
    margin-left: 0;
  }
}

.tp-footer-3-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.tp-footer-3 .tp-footer-main {
  padding-top: 190px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-3 .tp-footer-main {
    padding-bottom: 0;
  }
}

.tp-footer-3 .tp-footer-widget-content p {
  font-size: 17px;
  color: var(--color-white);
}

.tp-footer-3 .tp-footer-widget-title {
  color: var(--color-white);
  font-size: 22px;
}

.tp-footer-3 .tp-footer-widget ul li a {
  position: relative;
  color: var(--color-white);
  font-weight: 500;
}

.tp-footer-3 .tp-footer-widget ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-white);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-3 .tp-footer-widget ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-3 .tp-footer-newsletter-wrap p {
  color: var(--color-white);
}

.tp-footer-3 .tp-footer-newsletter-submit .tp-btn {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 19px;
  border-radius: 14px;
  border: none;
}

.tp-footer-3 .tp-footer-newsletter-input input {
  border-radius: 14px;
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
}

.tp-footer-3 .tp-footer-newsletter-social a {
  color: var(--color-white);
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.tp-footer-3 .tp-footer-newsletter-social a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.tp-footer-3 .tp-footer-contact>span,
.tp-footer-3 .tp-footer-contact>a {
  color: var(--color-white);
}

.tp-footer-3 .tp-footer-contact-mail a {
  color: var(--color-white);
}

.tp-footer-3 .tp-footer-contact-mail a span {
  color: var(--color-white);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-3 .tp-footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}

.tp-footer-3 .tp-footer-copyright span {
  color: var(--color-white);
}

.tp-footer-3-shape-1 {
  position: absolute;
  bottom: 3px;
  left: 60px;
  animation: tpswing 4s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
  z-index: -1;
}

.tp-footer-3-shape-2 {
  position: absolute;
  top: -10px;
  left: 320px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-3-shape-2 {
    left: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-3-shape-2 {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-footer-3-shape-2 {
    display: none;
  }
}

.tp-footer-3-shape-3 {
  position: absolute;
  top: 155px;
  right: 225px;
  z-index: -1;
  animation: opacity 2s ease-in-out 0.1s forwards infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-3-shape-3 {
    right: 10px;
  }
}

.tp-footer-3-shape-4 {
  position: absolute;
  bottom: 4px;
  left: 130px;
  animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom right;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .tp-footer-3-shape-4 {
    display: none;
  }
}

.tp-footer-3-shape-5 {
  position: absolute;
  bottom: 10px;
  right: 180px;
  animation-duration: 5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-footer-3-shape-5 {
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-footer-3-shape-5 {
    display: none;
  }
}

.tp-footer-3-col-2 {
  margin-left: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-3-col-2 {
    margin-left: 0;
  }
}

.tp-footer-3-col-3 {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-3-col-3 {
    margin-left: 0;
  }
}

.tp-footer-3-col-4 {
  margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-3-col-4 {
    margin-left: 0;
  }
}

.tp-footer-4-bg.tp-footer-inner {
  background-color: var(--color-grey-2);
}

.tp-footer-4-top {
  padding-top: 67px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-footer-4-top-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: var(--color-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-top-title {
    margin-bottom: 30px;
  }
}

.tp-footer-4-top-form {
  position: relative;
}

.tp-footer-4-top-form input {
  border: none;
  height: 66px;
  padding-right: 140px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.tp-footer-4-top-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.tp-footer-4-top-form input:focus {
  border: 1px solid var(--color-white);
}

.tp-footer-4-top-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  padding: 19px 35px;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
  border: 1px solid var(--color-white);
  background-color: var(--color-white);
}

.tp-footer-4-top-btn span {
  display: inline-block;
  margin-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-4-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tp-footer-4-btn a {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  padding: 11px 5px;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-4-btn a:hover,
.tp-footer-4-btn a.active {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.tp-footer-4-btn a.active:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.tp-footer-4-btn.tp-footer-btn-inner a:hover,
.tp-footer-4-btn.tp-footer-btn-inner a.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.tp-footer-4-info span {
  color: var(--color-grey-1);
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  margin-bottom: 15px;
}

.tp-footer-4-mail a {
  color: var(--color-grey-1);
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}

.tp-footer-4-phone a {
  color: var(--color-primary);
  font-size: 20px;
  display: inline-block;
  margin-bottom: 7px;
}

.tp-footer-4-phone a:hover {
  color: var(--color-secondary);
}

.tp-footer-4-bottom {
  padding: 17px 0;
}

.tp-footer-4-bottom.tp-footer-inner-bottom {
  background-color: var(--color-grey);
}

.tp-footer-4-copyright span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding-left: 18px;
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 768px) {
  .tp-footer-4-copyright span {
    padding: 15px 0 15px 10px;
  }

  .tp-footer-4-copyright span:first-child {
    padding-left: 0;
    margin-left: 0;
  }

  .tp-footer-4-copyright span:first-child::before {
    display: none;
  }

  .tp-footer-4-copyright span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .tp-footer-4-copyright span::before {
    top: 10px;
    height: 60%;
  }

}


@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-4-copyright span.span {
    display: none;
  }
}

.tp-footer-4-copyright a {
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-4-copyright a:hover {
  color: var(--color-grey-1);
}

.tp-footer-4-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-left: 3px;
  color: var(--color-grey-1);
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-footer-4-social a:hover {
  background-color: #b1040e;
}

.tp-footer-widget-4 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tp-footer-widget-4 ul li a {
  color: var(--color-grey-1);
  position: relative;
  padding-left: 17px;
}

.tp-footer-widget-4 ul li a::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 50%;
  top: 10px;
  left: 0;
  background-color: var(--color-grey-1);
}

.tp-footer-widget-4 ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-primary);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-widget-4 ul li a:hover {
  color: var(--color-primary);
}

.tp-footer-widget-4 ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-4-col-1 {
  margin-right: -23px;
}

@media only screen and (max-width: 767px) {
  .tp-footer-4-col-1 {
    margin-right: 0;
  }
}

.tp-footer-4-col-2 {
  margin-left: 128px;
  /* margin-right: 40px; */
  margin-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-col-2 {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-col-2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-4-col-2 {
    margin-left: 30px;
  }
}

.tp-footer-4-col-3 {
  margin-left: 53px;
  /* margin-right: 26px; */
  margin-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-col-3 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-col-3 {
    margin-left: 0;
  }
}

.tp-footer-4-col-4 {
  margin-left: 79px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-4-col-4 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-footer-4-col-4 {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-4-col-4 {
    margin-left: 30px;
  }
}

.tp-footer-5-newsletter-input input {
  border: 2px solid #e4e2dc;
  border-radius: 6px;
  height: 60px;
}

.tp-footer-5-newsletter-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.tp-footer-5-newsletter-submit .tp-btn-4 {
  color: var(--color-secondary);
  font-size: 13px;
  line-height: 0px;
  letter-spacing: 0.52px;
  padding: 21px 23px;
}

.tp-footer-5-bottom {
  padding: 17px 0;
  background-color: #e5edcc;
}

.tp-footer-5-bottom.tp-footer-inner-bottom {
  background-color: #f3f4f8;
}

.tp-footer-5-bottom.tp-footer-shop-bottom {
  background-color: #f5f5f5;
  padding: 24px 0;
}

.tp-footer-5-col-2 {
  margin-left: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-5-col-2 {
    margin-left: 0;
  }
}

.tp-footer-5-col-2 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--color-grey-1);
}

.tp-footer-5-col-2 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-grey-1);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-5-col-2 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-5-col-3 {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-5-col-3 {
    margin-left: 0;
  }
}

.tp-footer-5-col-3 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--color-grey-1);
}

.tp-footer-5-col-3 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-grey-1);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-5-col-3 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-5-col-4 {
    margin-left: -60px;
  }
}

.tp-footer-shop-col-2 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--color-grey-1);
}

.tp-footer-shop-col-2 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-grey-1);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-shop-col-2 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-shop-col-3 .tp-footer-widget-link ul li a {
  position: relative;
  color: var(--color-grey-1);
}

.tp-footer-shop-col-3 .tp-footer-widget-link ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-grey-1);
  left: auto;
  right: 0;
  bottom: -2px;
  opacity: 0;
  transition: all 0.3s linear;
}

.tp-footer-shop-col-3 .tp-footer-widget-link ul li a:hover::after {
  opacity: 1;
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.3s linear;
}

.tp-footer-shop {
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 31, 63, 0.08);
}

.tp-footer-shop-col-2 {
  margin-left: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-shop-col-2 {
    margin-left: 0;
  }
}

.tp-footer-shop-col-3 {
  margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-footer-shop-col-3 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-shop-col-4 {
    margin-left: -60px;
  }
}

/*----------------------------------------*/
/*  Hero css
/*----------------------------------------*/
.tp-hero-item {
  padding-top: 300px;
  padding-bottom: 254px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
  .tp-hero-item {
    padding-top: 250px;
    padding-bottom: 250px;
  }
}

.tp-hero-bg {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition:
    transform 6000ms ease,
    opacity 1000ms ease-in,
    -webkit-transform 6000ms ease;
}

.tp-hero-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.tp-hero-subtitle {
  color: var(--color-white);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.tp-hero-title {
  color: var(--color-white);
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-title {
    font-size: 24px;
  }
}

.tp-hero-2-wrap {
  position: relative;
}

.tp-hero-2-thumb {
  position: absolute;
  bottom: 0;
  right: 230px;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-thumb {
    right: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
  .tp-hero-2-thumb {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-thumb {
    right: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-thumb img {
    max-width: 100%;
  }
}

.tp-hero-2-bg {
  position: relative;
  z-index: 1;
}

.tp-hero-2-subtitle {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 6px;
}

.tp-hero-2-title {
  font-size: 76px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -1.52px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 50px;
  }
}

.tp-hero-2-title span {
  position: relative;
  z-index: 1;
}

.tp-hero-2-title span img {
  position: absolute;
  bottom: 0px;
  left: 35px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-title span img {
    bottom: -5px;
    left: 0px;
  }
}

.tp-hero-2-content {
  padding-top: 162px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-content {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.tp-hero-2-content p {
  color: rgba(3, 31, 66, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-content p br {
    display: none;
  }
}

.tp-hero-2-shape-1 {
  position: absolute;
  bottom: 0;
  right: 145px;
  z-index: -2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-shape-1 {
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-shape-1 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-shape-1 {
    right: 0;
  }
}

.tp-hero-2-shape-1 span svg path.line-2 {
  stroke: #ffbf8e;
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}

.tp-hero-2-shape-2 {
  position: absolute;
  top: 160px;
  left: 110px;
  z-index: -1;
  animation: hero-dot-1 5s linear 0s infinite alternate;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-shape-2 {
    display: none;
  }
}

.tp-hero-2-shape-3 {
  position: absolute;
  bottom: 69px;
  left: 130px;
  z-index: -1;
  animation: hero-dot-2 4s linear 0s infinite alternate;
}

.tp-hero-2-shape-4 {
  position: absolute;
  left: 22%;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-shape-4 {
    display: none;
  }
}

.tp-hero-2-course {
  margin-left: 12px;
}

@media only screen and (max-width: 767px) {
  .tp-hero-2-course {
    margin-left: 0;
  }
}

.tp-hero-2-course .tp-course-item {
  box-shadow: 4px 4px 10px 0px rgba(26, 12, 2, 0.15);
}

.tp-hero-2-course .tp-course-thumb {
  border-radius: 10px;
}

.tp-hero-2-course .tp-course-thumb img {
  border-radius: 10px;
}

.tp-hero-2-btn .tp-btn-border {
  padding: 12px 32px;
}

.tp-hero-3-bg {
  padding-top: 168px;
  padding-bottom: 142px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-hero-3-title {
  color: #0a1d3a;
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1.1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-title {
    font-size: 88px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-title {
    font-size: 50px;
  }
}

.tp-hero-3-content-shape {
  position: absolute;
  top: -3px;
  left: -15px;
  z-index: 0;
  animation: tpswing 3s ease-in-out 0.1s forwards infinite alternate;
  transform-origin: bottom left;
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-content-shape {
    display: none;
  }
}

.tp-hero-3-thumb {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-3-thumb-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.tp-hero-3-thumb-2 img {
  max-width: 100%;
}

.tp-hero-3-thumb-3 img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-shape {
    display: none;
  }
}

.tp-hero-3-shape-1 {
  position: absolute;
  top: 88px;
  right: 38px;
  animation: a 1.5s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape-1 {
    right: 38%;
  }
}

.tp-hero-3-shape-2 {
  position: absolute;
  top: 29px;
  right: -10px;
  animation: a 2s linear 0s infinite alternate;
  -webkit-animation: a 2s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape-2 {
    right: 32%;
  }
}

.tp-hero-3-shape-3 {
  position: absolute;
  top: 89px;
  right: -47px;
  animation: a 2s linear 0s infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-shape-3 {
    right: 26%;
  }
}

.tp-hero-3-shape-4 {
  position: absolute;
  top: 175px;
  left: -55px;
  animation: neptune 10s infinite linear;
  z-index: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-3-shape-4 {
    left: -125px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-3-shape-4 {
    left: -155px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-3-shape-4 {
    top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-3-shape-4 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-3-apply-btn {
    margin-bottom: 30px;
  }
}

.tp-hero-3-apply-btn a {
  display: inline-block;
  padding: 53px 36px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
  background-color: #ff7162;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.tp-hero-3-apply-btn a span {
  display: inline-block;
  margin-bottom: 7px;
}

.tp-hero-3-apply-btn a:hover {
  animation: morph 3s linear infinite;
  background-color: var(--color-black);
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
}

.tp-hero-3-text {
  margin-left: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-3-text {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tp-hero-3-text {
    margin-left: 0;
  }
}

.tp-hero-3-text p {
  color: #636366;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-3-text p br {
    display: none;
  }
}

.tp-hero-4-bg {
  padding-top: 186px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tp-hero-4-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-4-bg {
    padding-top: 170px;
    padding-bottom: 160px;
  }
}

.tp-hero-4-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -4px;
  margin-bottom: 37px;
  margin-top: 5px;
  color: var(--color-white);
}

.tp-hero-4-title::after {
  position: absolute;
  content: "";
  width: 296px;
  height: 25px;
  left: -6px;
  top: 70px;
  z-index: -1;
  background: #dd000d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-title::after {
    height: 20px;
    width: 235px;
    top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-4-title::after {
    width: 200px;
    top: 50px;
    height: 20px;
    left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-4-title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 767px) {
  .tp-hero-4-title {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 30px;
  }
}

.tp-hero-4-btn {
  flex: 0 0 auto;
  margin-right: 43px;
  display: inline-block;
  padding: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tp-hero-4-info-list ul li {
  font-size: 20px;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 19px;
  letter-spacing: 0.5px;
  color: var(--color-white);
}

.tp-hero-4-info-list ul li:not(:last-of-type) {
  margin-bottom: 7px;
}

.tp-hero-4-info-list ul li::before {
  position: absolute;
  content: "";
  height: 5px;
  top: 10px;
  left: 0;
  width: 5px;
  border-radius: 50%;
  background-color: var(--color-white);
}

/*----------------------------------------*/
/* Slider starts */
/*----------------------------------------*/
.slick-active .tp-slider-5-content>span,
.slick-active .tp-slider-5-title,
.slick-active .tp-btn-white {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.slick-active .tp-slider-5-content>span {
  animation-delay: 0.7s;
  animation-duration: 0.6s;
}

.slick-active .tp-slider-5-title {
  animation-delay: 0.9s;
  animation-duration: 0.8s;
}

.slick-active .tp-btn-white {
  animation-delay: 2s;
  animation-duration: 0.9s;
}

.tp-slider-active .swiper-slide-active .tp-hero-subtitle,
.tp-slider-active .swiper-slide-active .tp-hero-title,
.tp-slider-active .swiper-slide-active .tp-hero-btn {
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.tp-slider-active .swiper-slide-active .tp-hero-subtitle {
  animation-delay: 0.8s;
  animation-duration: 0.6s;
}

.tp-slider-active .swiper-slide-active .tp-hero-title {
  animation-delay: 0.9s;
  animation-duration: 0.8s;
}

.tp-slider-active .swiper-slide-active .tp-hero-btn {
  animation-delay: 1s;
  animation-duration: 0.9s;
}

.tp-slider-active .swiper-slide-active .tp-hero-bg {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

/*----------------------------------------*/
/* Slider end */
/*----------------------------------------*/
/*----------------------------------------*/
/* About-start */
/*----------------------------------------*/
.tp-about-area h2,
a {
  color: var(--color-primary);
}

.welcome-color {
  color: var(--color-secondary);
}

.tp-about-area p {
  color: #1e293b;
}

.card-lift:hover {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-0.25rem);
}

.card-lift {
  border-radius: 0.75rem;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.rr-btn.btn-transparent {
  border: 1px solid rgba(3, 6, 17, 0.14);
  color: #550618;
  background-color: transparent;
}

.rr-btn {
  background-color: #550618;
  color: #1e293b;
  font-size: 16px;
  font-style: normal;
  line-height: 19px;
  padding: 11px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.rr-btn.btn-transparent:hover {
  color: #ffff;
  border: 1px solid #550618;
}

.rr-btn.btn-transparent::before {
  background-color: #550618;
}

.rr-btn:hover::before {
  transform: translate(0, 0);
}

.rr-btn::before {
  background: #ffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-165%, 0) rotate(0deg);
  transform-origin: right bottom;
  transition: all 0.35s;
  z-index: -1;
  content: "";
}

.ttzz {
  color: var(--color-primary);
  font-size: 42px;
  display: inline-block;
  font-weight: 500;
  font-family: "lora";
}

/*----------------------------------------*/
/* About-end */
/*----------------------------------------*/
/*----------------------------------------*/
/* lofty-app-start */
/*----------------------------------------*/
.app-store-btns {
  width: 100%;
  padding-bottom: 20px;
}

.app-store-btns a {
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  flex-grow: 1;
  flex-basis: 0;
  text-decoration: none;
  color: #000;
  background: #fff;
  background-repeat: no-repeat;
  padding: 6px 12px 6px 44px;
  min-height: 40px;
  font-weight: 400;
  background-position: 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  border-bottom: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.app-store-btns a.apple {
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K");
  background-size: 21px 25px;
}

.app-store-btns a.google {
  background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
  background-size: 22px 25px;
}

/*----------------------------------------*/
/* lofty-app-end */
/*----------------------------------------*/
/*----------------------------------------*/
/* Facilities-start */
/*----------------------------------------*/
.section-padding {
  padding: 60px 60px;
}

.bg-lightbrown {
  background-color: var(--color-grey);
}

.section-subtitle {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--color-primary);
  font-size: 15px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-title {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: var(--color-secondary);
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.amenities {
  position: relative;
}

.amenities .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  border-radius: 6px !important;
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  background-color: #fff;
}

.amenities .item .cont {
  padding-left: 10% !important;
  padding-bottom: 13% !important;
  padding-right: 10% !important;
  padding-top: 13% !important;
}

.amenities .item .cont .icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 70px;
  color: var(--color-primary);
  justify-content: center !important;
}

.amenities .item .cont .text h5 {
  display: inline-block !important;
  font-size: 21px;
  font-weight: 400;
  color: #141414;
  margin-bottom: 10px;
}

.amenities .item .cont .text p {
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  padding: 0 0;
}

.amenities .item .cont.up {
  will-change: transform;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.amenities .item .cont.up .text-visible {
  opacity: 0;
}

.amenities .item.hover-box * {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}

.amenities .item:hover {
  background: var(--color-primary);
}

.amenities .item:hover .cont h5,
.amenities .item:hover .cont .icon i {
  color: #fff;
}

.amenities .item:hover .cont.up {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.amenities .item:hover .cont.up .text-visible {
  opacity: 1;
}

/*----------------------------------------*/
/* Facilities-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* Latest-Announcement-start */
/*----------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 1728px) {
  .list-box {
    display: flex;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .list-box {
    display: grid;
  }

  .list-text h5 {
    font-size: 16px !important;
  }

  .list-text p {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .list-img {
    width: 400px !important;
    height: 100px !important;
  }
}

.list-img {
  width: 100px;
  height: auto;
}

.list-group {
  cursor: pointer;
  max-height: 355px;
}

.list-group-item {
  background-color: var(--color-grey);
}

.list-group-item :hover h5 a {
  color: var(--color-secondary);
}

.list-group-item:hover p {
  color: var(--color-primary);
}

.fancy-title h3 {
  font-size: 30px;
  margin-bottom: 0px;
  padding-bottom: 9px;
  position: relative;
}

.fancy-title h3::before {
  background-color: var(--color-secondary);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 48px;
  height: 2px;
}

/*----------------------------------------*/
/* Latest-Announcement-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* Messages-start */
/*----------------------------------------*/
.inner-bg{
  background-color: var(--color-primary);
  padding: 30px;
  border-radius: 6px;
  cursor: pointer;
}

.carousel-inner h5 {
  color: var(--color-grey);
}

.carousel-inner span {
  color: rgb(219, 219, 219);
}

.carousel-inner p {
  color: rgb(219, 219, 219);
}

/*----------------------------------------*/
/* Messages-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* Admission-start */
/*----------------------------------------*/
.program {
  background: url(../img/pro-banner.png);
  background-size: cover;
  background-position: center;
  padding: 100px 50px 55px;
  border-radius: 15px;
}

.program h2 {
  font-size: 40px;
  line-height: 50px;
  color: var(--color-white);
  max-width: 638px;
}

.apply-btn {
  padding: 17px 38px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #170006;
  background: var(--color-button);
  border-style: none;
  padding: 19px 38px;
  align-self: center;
  position: relative;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.01px;
  border-radius: 80px;
  transition: var(--transition);
  z-index: 1;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.apply-btn:hover {
  color: var(--color-button);
  background: #170006;
}

.apply-btn i{
  font-size: 20px;
}

@media only screen and (max-width: 700px) {
  .program h2 {
    font-size: 18px;
    line-height: 35px;
  }

  .apply-btn {
    font-size: 14px;
    padding: 11px 22px;
  }
}

/*----------------------------------------*/
/* Admission-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* News-and-events-start */
/*----------------------------------------*/

.fancy-title-1 {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.fancy-title-1 h3 {
  font-size: 30px;
  margin-bottom: 0px;
  padding-bottom: 9px;
  position: relative;
}

.fancy-title-1 h3::before {
  background-color: #141414;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 48px;
  height: 2px;
  margin-left: -24px;
}

.news {
  background: var(--color-grey);
}

@media only screen and (max-width: 700px) {
  .section-padding {
    padding: 20px 20px !important;
  }
}

.news__single--item.v__2 {
  background: var(--color-white);
  border-radius: 10px;
  border-color: transparent;
}

.news__single--item {
  display: flex;
  gap: 30px;
  align-items: center;
  border: 1px solid #eee;
  padding: 20px 35px 20px 20px;
}

.news__single--item.v__2 .news__single--item--link {
  width: 100%;
  border-radius: 10px;
}

.news__single--item--link {
  overflow: hidden;
  min-height: 260px;
  min-width: 260px;
}

.news__single--item--link img {
  width: 100%;
  transform: scale(1);
  transition: var(--transition);
}

.news__single--item--meta .blog__cat {
  padding: 6px 15px;
  background: #ffeaee;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 100%;
  color: var(--color-primary);
}

.news__single--item--title {
  margin-bottom: 15px;
}

.news__single--item--title a {
  color: var(--color-primary);
  transition: var(--transition);
  line-height: 34px;
}

.news__single--item--info {
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 1400px) {
  .news__single--item--info {
    gap: 10px;
    flex-wrap: wrap;
  }
}

.news__single--item--info .author,
.news__single--item--info .date {
  display: flex;
  gap: 8px;
  align-items: center;
}

.news__single--item--info .author span i,
.news__single--item--info .date span i {
  color: var(--color-primary);
  font-weight: 300;
}

.news__single--item--link:hover img {
  transform: scale(1.1);
}

.news__single--item--meta p {
  line-height: 1.6em;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .news__single--item {
    flex-direction: column;
    padding: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .news__single--item--link img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1200px) {
  .news__single--item--link {
    width: 100%;
    width: 100%;
    min-height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news__single--item {
    padding: 25px;
  }
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------*/
/* News-and-events-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* gallery-home-start */
/*----------------------------------------*/
.offers1 .item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offers1 .item .img {
  position: relative;
}

.offers1 .item .img img {
  height: 330px;
}

.offers1 .item .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  border-radius: 5px;
}

.offers1 .item .img img {
  width: 100%;
  border-radius: 5px;
}

.offers1 .item .con {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offers1 .item .con .title {
  font-family: "Gilda Display", serif;
  font-size: 27px;
  font-weight: 400;
  color: #fff;
}

.offers1 .item .con .arrow {
  position: relative;
  display: block;
  top: 0px;
  transform: translateX(-66%);
  transition:
    opacity 500ms ease,
    visibility 500ms ease,
    transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.offers1 .item .con .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 15px;
  color: #170006;
  background: var(--color-button);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offers1 .item:hover {
  transform: translateY(-5px);
}

.offers1 .item:hover .con .arrow {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

/*----------------------------------------*/
/* gallery-home-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* staff-section-start */
/*----------------------------------------*/
.team-card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.team-card:hover img {
  opacity: 0.9;
}

.card-body {
  text-align: center;
  padding: 1rem;
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

.team-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  transition: color 0.3s ease;
}

.team-card:hover .team-name {
  color: var(--color-primary);
}

.team-role {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .team-name {
    font-size: 12px;
  }

  .team-role {
    font-size: 12px;
  }
}

/*----------------------------------------*/
/* staff-section-end  */
/*----------------------------------------*/

/*----------------------------------------*/
/* contact-section-start  */
/*----------------------------------------*/
.contact-mb-20 {
  margin-bottom: 20px;
}

.contact-section-title.contact-style-1 .contact-section-sub-title {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  color: #141414;
  margin: 0 0 10px;
  display: inline-block;
  letter-spacing: 1px;
}

.contact-section-title.contact-style-1 .contact-section-main-title {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  z-index: 9;
  color: var(--color-primary);
  padding: 0;
  margin: 0 0;
  position: relative;
  display: block;
}

.contact-icon-box.contact-style-10 {
  display: flex;
  align-items: center;
}

.contact-icon-box.contact-style-10 .contact-icon {
  margin-right: 15px;
}

.contact-icon-box.contact-style-10 .contact-icon i {
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  color: var(--color-primary);
}

.contact-icon-box.contact-style-10 .contact-icon-box-content .contact-icon-box-description {
  margin: 0;
}

.map {
  line-height: 0;
  filter: grayscale();
}

.map iframe {
  width: 100%;
  border: 0;
  height: 300px;
  border-radius: 5px;
}

.contact-mb-30 {
  margin-bottom: 30px;
}

.contact-contact-form-div {
  padding: 40px;
  background-color: var(--color-grey-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  border-radius: 5px;
}

.contact-contact-form-title {
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  background-color: var(--color-white);
  margin-bottom: 20px;
}

input,
input.form-control {
  background: #faf6f3;
  border: 1px solid #faf6f3;
  color: #0a1d35;
  width: 100%;
  float: none;
  font-size: 16px;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: none;
  background-color: #faf6f3;
}

.contact-form textarea {
  height: 150px;
}

textarea {
  background: #faf6f3;
  border: 1px solid #faf6f3;
  color: var(--color-primary);
  width: 100%;
  float: none;
  padding: 10px 15px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.contact-form .contact-button {
  display: block;
  text-align: center;
  background-color: var(--color-primary);
  color: var(--color-white);
}

.contact-button {
  font-family: var(--font-secondary);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 16px;
  padding: 12px 34px;
  position: relative;
  width: auto;
  background: var(--color-primary);
  color: var(--color-white);
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  fill: var(--color-white);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.contact-form .contact-button:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .contact-contact-form-div {
    padding: 20px;
}
.tp-breadcrumb__list span {
  font-size: 16px;
}
.tp-footer-4-info span {
  font-size: 16px;
  margin-bottom: 10px;
}
.tp-footer-4-mail a {
  font-size: 16px;
  margin-bottom: 10px;
}
.tp-footer-4-phone a {
  font-size: 16px;
  margin-bottom: 0px !important;
}
.tp-header-right-list a {
  font-size: 12px;
}
}
/*----------------------------------------*/
/* contact-section-end  */
/*----------------------------------------*/

/*----------------------------------------*/
/* coming-soon-section-start  */
/*----------------------------------------*/
.svg-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
}

.svg-rocket {
  height: 50vh;
}

.rocket-inner {
  fill: var(--color-primary);
  animation: rocket-final-takeoff var(--anima-duration) ease-in-out 0s infinite backwards;
}

.rocket-inner__rocket-and-lines {
  animation: rocket-inital-takeoff var(--anima-duration) ease-in-out 0s infinite backwards;
  transform-origin: bottom;
}

.rocket-lines__lines {
  transform-origin: bottom;
  animation: rocket-lines var(--anima-duration) ease-in-out 0s infinite forwards;
}

.rocket-clouds__bubble:nth-child(1) {
  animation: cloud-bubbles-1 var(--anima-duration) ease-in-out 0s infinite forwards;
}

.rocket-clouds__bubble:nth-child(2) {
  animation: cloud-bubbles-2 var(--anima-duration) ease-in-out 0s infinite forwards;
}

.rocket-clouds__bubble:nth-child(3) {
  animation: cloud-bubbles-3 var(--anima-duration) ease-in-out 0s infinite forwards;
}

.rocket-clouds__bubble:nth-child(4) {
  animation: cloud-bubbles-4 var(--anima-duration) ease-in-out 0s infinite forwards;
}

.rocket-clouds__bubble:nth-child(5) {
  animation: cloud-bubbles-5 var(--anima-duration) ease-in-out 0s infinite forwards;
}

.rocket-clouds__cloud {
  transform-origin: top;
  animation: cloud-fade-in var(--anima-duration) ease-in-out 0s infinite forwards;
}

/* ======================
   KEYFRAMES
====================== */
@keyframes rocket-inital-takeoff {
  0% {
    transform: translate3d(0, 54%, 0) rotate(0deg);
  }

  80% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rocket-final-takeoff {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }
}

@keyframes rocket-lines {
  0% {
    transform: scaleY(0);
  }

  60% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(1) translate3d(0, 0, 0);
  }
}

@keyframes cloud-fade-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scaley(1);
  }

  40% {
    opacity: 0;
    transform: translate3d(0, 39%, 0) scaley(1);
  }

  80% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaley(1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cloud-bubbles-1 {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cloud-bubbles-2 {
  0% {
    opacity: 0;
  }

  64% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cloud-bubbles-3 {
  0% {
    opacity: 0;
  }

  68% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cloud-bubbles-4 {
  0% {
    opacity: 0;
  }

  72% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cloud-bubbles-5 {
  0% {
    opacity: 0;
  }

  76% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

/*----------------------------------------*/
/* coming-soon-section-end  */
/*----------------------------------------*/

/*----------------------------------------*/
/* banner-fixed-button-start  */
/*----------------------------------------*/
.fixed {
  position: fixed;
  top: 300px;
  right: 0;
  width: 130px;
  z-index: 999;
}

.button {
  display: block;
  border: 0;
  line-height: 2.5;
  margin-bottom: 10px;
  outline: none;
  text-decoration: none;
  color: #fff;
  width: 250px;
  font-size: 16px;
}

.buttonDiv {
  padding: 0 20px;
  border-radius: 5px 0 0 5px;
  transition: var(--transition);
}

.buttonDiv:hover {
  background: white;
  transition: margin 500ms;
  margin-left: -30px;
}

/* Button Css */
.bg-b-red {
  color: #fff;
  background: linear-gradient(45deg, #810000, #750000);
}

.bg-b-red:hover {
  background: linear-gradient(45deg, #690707, #831010);
}

.bg-b-yellow {
  color: #000;
  background: linear-gradient(45deg, #fdb714, #ffb300);
}

.bg-b-yellow:hover {
  background: linear-gradient(45deg, #dfa111, #d39400);
}

.bg-b-blue {
  color: #ffffff;
  background: linear-gradient(45deg, #121c7e, #000958);
}

.bg-b-blue:hover {
  background: linear-gradient(45deg, #000958, #121c7e);
}

@media screen and (max-width: 991px) {
  .tp-header-logo-1 img {
    width: 200px;
  }

  .tp-footer-4-logo img {
    width: 200px;
    margin-bottom: 15px;
  }

  .tp-footer-newsletter-social {
    margin-top: 15px;
  }

  .tp-footer-copyright span {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 12px;
  }

  .fixed {
    top: 380px;
    width: 100px;
  }

  .tp-header-logo-1 img {
    width: 200px;
  }

  .tp-footer-4-logo img {
    width: 200px;
    margin-bottom: 15px;
  }

  .tp-footer-newsletter-social {
    margin-top: 15px;
  }

  .tp-footer-copyright span {
    font-size: 10px;
  }
}

/*----------------------------------------*/
/* banner-fixed-button-end  */
/*----------------------------------------*/

/*----------------------------------------*/
/* download-file-start  */
/*----------------------------------------*/
.download-list {
  list-style: none;
  gap: 1.5rem;
  margin: 0;
}

.download-item {
  flex: 1 1 calc(25% - 1.5rem);
  /* 4 items per row on larger screens */
  max-width: calc(25% - 1.5rem);
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .download-item {
    flex: 1 1 calc(50% - 1rem);
    /* 2 items per row on medium screens */
    max-width: calc(50% - 1rem);
  }
}

@media (max-width: 576px) {
  .download-item {
    flex: 1 1 100%;
    /* 1 item per row on smaller screens */
    max-width: 100%;
  }
}

.download-box {
  background-color: var(--color-grey);
  border-radius: 8px;
  padding: 1.5rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.icon-box i {
  color: var(--color-primary);
  font-size: xxx-large;
}

.download-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.download-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-family:  var(--font-body);
}

/*----------------------------------------*/
/* download-file-end  */
/*----------------------------------------*/

/*----------------------------------------*/
/* news-and-events-start */
/*----------------------------------------*/
.event-item {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.event-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.event-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.event-item:hover img {
  transform: scale(1.05);
}

.event-content {
  padding: 1rem;
  text-align: left;
  background-color: var(--color-grey);
}

.event-content span {
  font-size: 1rem;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
  font-weight: 500px;
}

.event-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease;
}

/*----------------------------------------*/
/* news-and-events-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* about-page-start */
/*----------------------------------------*/
.about-item-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.about-details h5 {
  color: var(--color-secondary);
}

.about-details h3 {
  color: var(--color-secondary);
}

.custom-divider {
  border-top: 2px solid var(--color-secondary);
  margin-top: 10px;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .about-details h2 {
    font-size: 18px;
  }

  .about-details h5 {
    font-size: 18px;
  }

  .about-details p {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/* about-page-end */
/*----------------------------------------*/

/*----------------------------------------*/
/* Mission and Vision-page-start */
/*----------------------------------------*/
.title {
  color: var(--color-primary);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: capitalize;
  display: block;
}

.mission-vision-item {
  background-color: var(--color-primary);
  padding: 40px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mission-vision-item .mission-item-title {
  font-size: 40px;
  margin-bottom: 25px;
  color: var(--color-white);
}

.mission-vision-item .mission-item-content {
  color: #fad3d7;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 26px;
}

.mission-vision-item .mission-item-subtitle {
  color: var(--color-white);
  margin-bottom: 30px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.mission-vision-item .mission-item-list li:not(:last-child) {
  margin-bottom: 6px;
}

.mission-vision-item .mission-item-list li {
  color: var(--color-white);
  display: flex;
  align-items: center;
}

.mission-vision-item .mission-item-list li span {
  margin-right: 10px;
}

.mission-vision-item .mission-item-shape .shape-1 {
  bottom: 0;
  left: 0;
}

.mission-vision-item .mission-item-shape .shape {
  position: absolute;
  z-index: -1;
}

.mission-vision-item .mission-item-shape .shape-2 {
  top: 0;
  right: 0;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .title {
    font-size: 18px;
  }

  .fancy-title h3 {
    font-size: 18px;
  }

  .tp-header-logo img {
    width: 180px;
  }

  .mission-vision-item .mission-item-title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .mission-item-subtitle {
    font-size: 20px;
  }

  .contact-section-title.contact-style-1 .contact-section-main-title {
    font-size: 20px;
  }

  .contact-contact-form-title {
    font-size: 20px !important;
  }

  .contact-button {
    font-size: 12px;
  }

  .event-title {
    font-size: 18px;
  }

  .offcanvas-title.sm {
    font-size: 18px;
  }
}


/*----------------------------------------*/
/* Principal-Message-page-start */
/*----------------------------------------*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .message-info h3 {
    font-size: 18px !important;
  }

  .message-info h5 {
    font-size: 16px !important;
  }

  .message-main h3 {
    font-size: 16px !important;
  }

  .card-title {
    font-size: 18px !important;
  }

  .about-details h3 {
    font-size: 18px !important;
  }

  .mt-30 {
    margin-top: 10px;
  }

  .accordion .accordion-button {
    font-size: 18px;
    padding: 16px 20px;
  }
}

.message-info h5 {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-secondary);
}

.message-main p {
  font-size: 1rem;
  line-height: 1.6;
}

.message-main p:not(:last-child) {
  margin-bottom: 1rem;
}

.signature {
  font-family: "Mrs Saint Delafield", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.text-end p {
  margin-bottom: 0.5rem;
}

.text-end p.fst-italic {
  font-size: 0.9rem;
  color: var(--color-secondary)
}

@media (max-width: 991.98px) {
  .message-main h3 {
    text-align: center;
  }

  .message-info {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .signature {
    font-size: 25px;
  }
}

/*----------------------------------------*/
/* Principal-Message-page-end */
/*----------------------------------------*/

/* ------------------------------------------ */
/* --------------- popup start -------------- */
/* ------------------------------------------ */
.modal-content {
  color: var(--color-white);
  border-radius: 15px;
  animation: pop-in 2s linear both;
  background: linear-gradient(45deg, #fafafa 0%, #fafafa 5%, transparent 5%, transparent 10%, #fafafa 10%, #fafafa 15%, transparent 15%, transparent 20%, #fafafa 20%, #fafafa 25%, transparent 25%, transparent 30%, #fafafa 30%, #fafafa 35%, transparent 35%, transparent 40%, #fafafa 40%, #fafafa 45%, transparent 45%, transparent 50%, #fafafa 50%, #fafafa 55%, transparent 55%, transparent 60%, #fafafa 60%, #fafafa 65%, transparent 65%, transparent 70%, #fafafa 70%, #fafafa 75%, transparent 70%, transparent 80%, #fafafa 80%, #fafafa 85%, transparent 85%, transparent 90%, #fafafa 90%, #fafafa 95%, transparent 95%), linear-gradient(135deg, #fafafa 0%, #fafafa 5%, transparent 5%, transparent 10%, #fafafa 10%, #fafafa 15%, transparent 15%, transparent 20%, #fafafa 20%, #fafafa 25%, transparent 25%, transparent 30%, #fafafa 30%, #fafafa 35%, transparent 35%, transparent 40%, #fafafa 40%, #fafafa 45%, transparent 45%, transparent 50%, #fafafa 50%, #fafafa 55%, transparent 55%, transparent 60%, #fafafa 60%, #fafafa 65%, transparent 65%, transparent 70%, #fafafa 70%, #fafafa 75%, transparent 70%, transparent 80%, #fafafa 80%, #fafafa 85%, transparent 85%, transparent 90%, #fafafa 90%, #fafafa 95%, transparent 95%);
  background-size: 3em 3em;
  background-color: #ffffff;
  opacity: 1;
  -webkit-animation: pop-in 2s linear both;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: bold;
}

.modal-body {
  font-size: 1.1rem;
  line-height: 1.6;
}

.close-btn {
  background-color: var(--color-primary);
  color: white;
  border: none;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: var(--color-text-body);
}

.modal-footer {
  border-top: none;
}

@keyframes pop-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* ------------------------------------------ */
/* ---------------- popup end --------------- */
/* ------------------------------------------ */

/* ------------------------------------------------ */
/* -------------- scroll top start ---------------- */
/* ------------------------------------------------ */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 30px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -27px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}

.scroll-to-top-text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
  color: var(--color-grey-1);
}

.scroll-to-top-wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--color-primary);
  position: relative;
  overflow: hidden;
}

.scroll-to-top-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

/* ---------------------------------------------- */
/* -------------- scroll top end ---------------- */
/* ---------------------------------------------- */

/* ---------------------------------------------------- */
/* ---------------- testimonial start ----------------- */
/* ---------------------------------------------------- */
.testimonial-item {
  background: #f6f6f6;
  padding: 40px 25px 40px 25px;
  position: relative;
  border-radius: 6px;
}

.quote-icon {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0.5;
}

/* --------------------------------------------------- */
/* ----------------- testimonial end ----------------- */
/* --------------------------------------------------- */

/* -------------------------------------------------------------- */
/* ----------------- Mandatory Disclosure start ----------------- */
/* -------------------------------------------------------------- */

.program-accordion .accordion,
.program-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accordion .accordion-item {
  border: none;
}

.accordion .accordion-button {
  font-size: 20px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  padding: 16px 20px;
  line-height: 100%;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.accordion .accordion-button:focus,
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
  border: 1px solid var(--color-primary);
}

.accordion .accordion-button::after {
  content: '\2b';
  background-image: none;
  font-family: var(--font-fontAwesome);
  height: 24px;
  width: 24px;
  border: 1px solid var(--color-secondary);
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-secondary);
}

.accordion .accordion-button:not(.collapsed)::after {
  content: '-';
  font-size: 14px;
  font-weight: 500;
  background-image: none;
}

.accordion-body-content .pdf-container {
  margin-top: 20px;
}

/* Responsive PDF Container */
.pdf-container {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.pdf-container iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 14px !important;
    padding: 13px 13px !important;
}
}
/* -------------------------------------------------------------- */
/* ------------------- Mandatory Disclosure end ----------------- */
/* -------------------------------------------------------------- */

/* -------------------------------------------------------- */
/* ------------------- school rules start ----------------- */
/* -------------------------------------------------------- */
.single-rules:not(:last-child) {
  margin-bottom: 20px;
}

.single-rules {
  position: relative;
  margin-left: 30px;
}

.single-rules::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 5px;
  background-image: url(../img/arrow-rotate.svg);
  height: 18px;
  width: 14px;
}

.check-area-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.requirement-content {
  border-radius: 6px;
  background: var(--color-grey);
  padding: 30px;
}

.requirement-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
}

.requirement-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.requirement-content ul li::before {
  position: absolute;
  content: "";
  background-image: url(../img/check.svg);
  left: -30px;
  height: 15px;
  width: 18px;
  background-repeat: no-repeat;
  top: 5px;
}

.requirement-content ul li {
  margin: 0;
  position: relative;
  margin-left: 30px;
  color: var(--color-black);
  font-size: 16px;
}

.about-details h6 {
  font-family: var(--font-body);
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .requirement-content ul {
    display: grid;
  }
  .section-title {
    font-size: 25px;
    margin-bottom: 10px;
}
.fancy-title-1 h3 {
  font-size: 20px;
}
.news__single--item--title {
  font-size: 18px !important;
}
.offers1 .item .con {
  bottom: 10px;
  left: 30px;
  right: 30px;
}
.offers1 .item .con .title {
  font-size: 20px;
}
.offers1 .item .con .arrow a {
  width: 40px;
  height: 40px;
}
.amenities .item .cont .text h5 {
  font-size: 18px;
}
.amenities .item .cont .text h5 {
  margin-bottom: 10px;
}
.school-name{
  font-size: 24px !important;
}
.tp-footer-widget ul li a {
  font-size: 16px;
}
}

/* -------------------------------------------------------- */
/* -------------------- school rules end ------------------ */
/* -------------------------------------------------------- */
/*--------------------------------------------------------------
  # Image Gallery Lightbox Page Start
----------------------------------------------------------------*/
.lightboxpreview {
  transition: all .3s linear;
  cursor: pointer;
  background-size: cover;
}

.lightbox-content {
  max-height: 75vh;
  height: 75vh;
  width: 100%;
  max-width: 1000px;
}

.lightbox-close {
  cursor: pointer;
  margin-left: auto;
  position: absolute;
  right: -30px;
  top: -30px;
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}

.modal-content {
  width: 100%;
}


.modalscale {
  transform: scale(0);
  opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled:hover {
  transform: scale(1.1)
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}

.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}

.lightbox-btn,
#close {
  color: var(--color-primary);
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 40px;
}

.lightbox-btn i{
  color: var(--color-primary);
  font-size: 30px;
}

.lightbox-btn:focus {
  outline: none;
}

.left {
  left: 50px;
}

.right {
  right: 50px;
}

#close {
  top: 50px;
  right: 50px;
}

.lightbox-image {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  object-fit: cover;
}

@keyframes slideleft {
  33% {
      transform: translateX(-300px);
      opacity: 0;
  }

  66% {
      transform: translateX(300px);
      opacity: 0;
  }
}


.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}

@keyframes slideright {
  33% {
      transform: translateX(300px);
      opacity: 0;
  }

  66% {
      transform: translateX(-300px);
      opacity: 0;
  }
}


.slideright {
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}

/*--------------------------------------------------------------
  # Image Gallery Lightbox Page End
----------------------------------------------------------------*/

/* top achievers css */
  /* LEFT */
  .top-achievers {
    background: #000;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
  }

  .top-achievers h3 {
    margin-bottom: 20px;
  }

  .achiever-slider {
    position: relative;
    height: 360px;
  }

  .achiever-card {
    position: absolute;
    inset: 0;
    opacity: 0;
    color: white;
    transition: opacity 1s ease;
  }

  .achiever-card.active {
    opacity: 1;
  }

  .achiever-card img {
    width: 160px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .view-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: #b33;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
  }

  /* RIGHT */
  .news-section h3 {
    margin-bottom: 15px;
  }

  .news-slider {
    position: relative;
    min-height: 360px;
  }

  .news-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .news-item.active {
    opacity: 1;
  }

  .news-item img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .date {
    font-size: 13px;
    color: #888;
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .container {
      grid-template-columns: 1fr;
          max-width: 420px;
          justify-content: start;
    }

    .news-item,
    .achiever-card {
      position: relative;
      opacity: 1;
      margin-bottom: 20px;
    }
  }

  @media (min-width: 723px) and (max-width: 768px) {
    .achiever-slider,
    .news-slider {
        max-width: 651px;
        overflow-y: auto;
    }
}

  @media (min-width: 653px) and (max-width: 722px) {
    .achiever-slider,
    .news-slider {
        max-width: 587px;
        overflow-y: auto;
    }
}

  @media (min-width: 353px) and (max-width: 652px) {
    .achiever-slider,
    .news-slider {
        max-width: 287px;
        overflow-y: auto;
    }
}
  @media (min-width: 300px) and (max-width: 352px) {
    .achiever-slider,
    .news-slider {
        max-width: 207px;
        overflow-y: auto;
    }
}

  /* new css for activity */
  .activities-section {
    padding: 60px 15px;
    background: #f9f9f9;
  }

  /* Grid Layout */
  .activities-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  /* ====== TOP ACHIEVERS ====== */
  .top-achievers {
    background: #000;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .achiever-slider {
    position: relative;
    overflow: hidden;
    height: 300px;
  }

  .achiever-card {
    position: absolute;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: .6s;
  }

  .achiever-card.active {
    opacity: 1;
  }

  .achiever-card img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .view-btn {
    display: inline-block;
    margin-top: 15px;
    background: #ff7a00;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
  }

  /* ====== NEWS / ACTIVITIES ====== */
  .news-section {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .news-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .news-item {
    min-width: 280px;
    background: #fafafa;
    padding: 12px;
    border-radius: 10px;
    scroll-snap-align: start;
    transition: .3s;
  }

  .news-item:hover {
    transform: translateY(-5px);
  }

  /* Fixed Image Size for Any Upload */
  .news-img {
    width: 100%;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
  }

  .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
  }

  /* Responsive */
  @media (max-width: 992px) {
    .activities-grid {
      grid-template-columns: 1fr;
    }
  }
  /* achievers-stroke animation */
  .gradient-border {
    margin-bottom: 2.7rem;
    position: relative;
    border-radius: 26px;
    padding: 10px; /* thickness */
    background: linear-gradient(
      90deg,
      #ffb300c0,
      #ff6a00e8,
      #ff2a2ade,
      #ff6a00e5,
      #ffb300c9
    );
    background-size: 400% 400%;
    animation: gradientMove 6s linear infinite;
  }

  /* inner black card */
  .gradient-border .inner-content {
    background: #000;
    border-radius: 16px;
    padding: 20px 10px 30px;
    height: 100%;
  }

  /* gradient animation */
  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 400% 50%;
    }
  }
  /* mobile css */
  @media (max-width: 768px) {

    /* ===== FORCE VERTICAL ACHIEVERS ===== */
    #achieverSlider {
      display: flex !important;
      flex-direction: column;
      gap: 32px;
      height: auto !important;
    }

    #achieverSlider .achiever-card {
      position: relative !important;
      inset: auto !important;
      opacity: 1 !important;
      transform: none !important;
      display: block !important;
    }

    /* stop desktop fade animation */
    #achieverSlider .achiever-card.active {
      opacity: 1 !important;
    }

    /* image sizing */
    .achiever-card img {
      width: 180px;
      height: 180px;
    }

    /* gradient border thinner on mobile */
    .gradient-border {
      padding: 6px;
    }
  }
  
/* timing csss */
.timing-container {
        max-width: 900px;
        margin: 20px auto;
        border: 1px solid #ddd;
        border-radius: 4px;
        overflow: hidden;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 14px 16px;
        text-align: left;
    }

    th {
        font-size: 18px;
        font-weight: bold;
        background: #fafafa;
    }

    .season {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .summer {
        color: #ff5722;
    }

    .winter {
        color: #e53935;
    }

    .icon {
        font-size: 22px;
    }

    .timing-text {
        letter-spacing: 2px;
        font-weight: 600;
        font-size: 14px;
    }

    /* Responsive */
    @media (max-width: 600px) {
        th, td {
            font-size: 13px;
            padding: 10px;
        }

        .season {
            font-size: 16px;
        }
    }

    /* message css */
    
    .messages-section {
    width: 100%;
    overflow: hidden;
  }

  .messages-track {
    display: flex;
    height: 450px;
  }

  .msg-card {
    flex: 1;
    position: relative;
    overflow: hidden;
  }

  .msg-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Overlay hidden by default */
  .msg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(90, 80, 70, 0.9);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.35s ease;
  }

  /* DESKTOP hover */
  @media (min-width: 769px) {
    .msg-card:hover .msg-overlay {
      transform: translateY(0);
    }
  }

  /* ================= MOBILE ================= */
  @media (max-width: 768px) {

    .messages-track {
      height: 380px;
    }

    .msg-card {
      display: none;
      height: 100%;
    }

    .msg-card.active {
      display: block;
    }

    /* SHOW ONLY WHEN TAPPED */
    .msg-card.show .msg-overlay {
      transform: translateY(0);
    }
  }
  .msg-card {
    position: relative;
    overflow: hidden;
    border: 6px solid #ffffff;
  }

  .msg-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* IMAGE HEADING */
  .img-heading {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
  }
  .messages-section {
    width: 100%;
    overflow: hidden;
  }

  .messages-track {
    display: flex;
    gap: 15px;
    transition: transform 0.6s ease;
  }

  /* CARD */
  .msg-card {
    min-width: 33.333%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff; /* 3px stroke */
  }

.msg-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}

/* Heading on image */
.img-heading {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}

/* Overlay */
.msg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(80, 70, 60, 0.9);
  color: #fff;
  padding: 25px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

/* Desktop hover */
@media (min-width: 769px) {
  .msg-card:hover .msg-overlay {
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .msg-card {
    min-width: 100%;
  }

  .msg-card img {
    height: 360px;
  }

  /* simulated hover */
  .msg-card.hover .msg-overlay {
    transform: translateY(0);
  }
}

/* message  css */
.msg-carousel{
  overflow:hidden;
  width:100%;
}

.msg-track{
  display:flex;
  animation: scroll 18s linear infinite;
}

.msg-card{
  position:relative;
  min-width:33.33%;
  overflow:hidden;
}

.msg-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.msg-title{
  position:absolute;
  bottom:10px;
  left:15px;
  color:#fff;
  font-weight:600;
}

.msg-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
  color:#fff;
  padding:30px;
  opacity:0;
  transition:.4s;
}

.msg-card:hover .msg-overlay{
  opacity:1;
}

/* Infinite scroll animation */
@keyframes scroll{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}
@media (max-width: 768px){

  .msg-track{
    animation:none;
  }

  .msg-card{
    min-width:100%;
  }

  /* Show overlay on tap */
  .msg-card.active .msg-overlay{
    opacity:1;
  }

}
.msg-card{
  position:relative;
  overflow:hidden;
}

/* IMAGE */
.msg-card img{
  width:100%;
  display:block;
}

/* TITLE BAR (DEFAULT VIEW) */
.msg-title{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:12px 16px;
  background:rgba(0,0,0,0.55);
  color:#fff;
  font-weight:600;
  margin:0;
  z-index:2;
}

/* OVERLAY */
.msg-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.55);
  color:#fff;
  opacity:0;
  transition:.4s ease;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

/* TEXT ON TOP */
.msg-text{
  padding:20px;
  font-size:15px;
}

/* READ MORE BAR (LIKE IMAGE 2) */
.readmore-bar{
  background:#7b1d12;   /* maroon */
  padding:16px 20px;
}

.readmore-bar a{
  color:#fff;
  font-weight:600;
  text-decoration:none;
}

/* HOVER EFFECT */
.msg-card:hover .msg-overlay{
  opacity:1;
}

.msg-card:hover .msg-title{
  opacity:0;
}

/* gallery img css */
.item .img{
  width: 100%;
  height: 330px;          /* fixed image height */
  overflow: hidden;
}

.item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;      /* prevents stretching */
}
@media (max-width: 992px){
  .item .img{ height: 250px; }
}

@media (max-width: 576px){
  .item .img{ height: 200px; }
}

/* gallery-inner css */
.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

/* Close */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* Navigation */
.lightbox .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.lightbox .prev { left: 20px; }
.lightbox .next { right: 20px; }

/* Mobile */
@media (max-width: 576px) {
  .gallery-img { height: 200px; }
  .lightbox .nav { font-size: 30px; }
}


/* faq css */
.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* Question */
.faq-question {
  width: 100%;
  background: #f8f9fa;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .arrow {
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}

.faq-item.active .faq-answer {
  max-height: 120px;
}

/* PDF Row (Single Line) */
.pdf-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 15px;
}

.pdf-name {
  font-size: 15px;
  color: #333;
  word-break: break-word;
}

/* Download Button */
.download-btn {
  background: #084298;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background: #690303;
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 576px) {
  .pdf-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* toppers css */
.toppers {
  animation: fadeUp 0.8s ease forwards;
}

.topper-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topper-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

/* Student image */
.topper-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Rank badge */
.rank-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ffc107;
  color: #000;
  font-weight: 700;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pop 0.6s ease;
}

/* Rank colors */
.rank-1 .rank-badge { background: #ffd700; }
.rank-2 .rank-badge { background: #c0c0c0; }
.rank-3 .rank-badge { background: #cd7f32; }

/* Text */
.topper-card h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.topper-card p {
  font-size: 14px;
  color: #666;
}

/* Animations */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pop {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

/* Mobile */
@media (max-width: 576px) {
  .topper-card img {
    width: 130px;
    height: 130px;
  }
}

/* disclosure css */
.school-info-wrapper {
    padding: 20px;
        background: linear-gradient(to right, #fcddfc, #fcdf01);
    border-radius: 10px;
}

.school-info-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.school-info-table th {
    background: #031134;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    font-weight: 600;
}

.school-info-table td {
    border: 1px solid #d9e1e8;
    padding: 12px;
    font-size: 16px;
}

.school-info-table td:first-child {
    text-align: center;
    font-weight: 600;
    width: 80px;
}

.school-info-table tbody tr:nth-child(even) {
    background: #f9fbfc;
}

/* Responsive */
@media (max-width: 768px) {
    .school-info-table th,
    .school-info-table td {
        font-size: 16px;
        padding: 10px;
    }
}