
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css?family=Poppins");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #001659;
  --theme2: #FF5E15;
  --theme3: #ffbc13;
  --header: #001659;
  --header-2: #111;
  --base: #001659;
  --text: #666;
  --text2: #CFCFCF;
  --text2: #444;
  --border: #C5C5C5;
  --border2: #E8E8E9;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #F2F3F5;
  --bg2: #DF0A0A0D;
}

.theme-btn {
  padding: 10px 25px;
  display: inline-block;
  background-color: var(--white);
  position: relative;
}
.theme-btn .theme-effect {
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  transition: all 0.4s ease-in-out;
  color: var(--theme);
  font-weight: 500;
  position: relative;
  overflow: hidden;
  display: block;
  height: 20px;
  line-height: normal;
}
@media (max-width: 575px) {
  .theme-btn .theme-effect {
    font-size: 14px;
    height: 16px;
  }
}
.theme-btn .theme-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.theme-btn .theme-effect i {
  position: relative;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  margin-right: 5px;
}
.theme-btn::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--theme2);
  transition: all 0.4s ease-in-out;
}
.theme-btn:hover span, .theme-btn:hover i {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 100%;
  left: 0px;
}
.theme-btn.bg-color-2 {
  background-color: var(--theme2);
}
.theme-btn.bg-color-2 span, .theme-btn.bg-color-2 i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.theme-btn.bg-color-2::before {
  background-color: var(--white);
}
.theme-btn.bg-color-2:hover span, .theme-btn.bg-color-2:hover i {
  color: var(--theme2);
}
.theme-btn.bg-color-3 {
  background-color: var(--theme);
}
.theme-btn.bg-color-3 span, .theme-btn.bg-color-3 i {
  color: var(--white);
}
.theme-btn.bg-color-3::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-4 {
  background-color: var(--white);
  border: 2px solid var(--theme);
  padding: 20px 45px;
}
.theme-btn.bg-color-4 span, .theme-btn.bg-color-4 i {
  color: var(--theme);
}
.theme-btn.bg-color-4::before {
  background-color: var(--theme);
}
.theme-btn.bg-color-4:hover span, .theme-btn.bg-color-4:hover i {
  color: var(--white);
}
@media (max-width: 991px) {
  .theme-btn.bg-color-4 {
    padding: 18px 35px;
  }
}
@media (max-width: 575px) {
  .theme-btn.bg-color-4 {
    padding: 16px 32px;
  }
}
.theme-btn.bg-color-5 {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.theme-btn.bg-color-5 span, .theme-btn.bg-color-5 i {
  color: var(--white);
}
.theme-btn.bg-color-5::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-5:hover span, .theme-btn.bg-color-5:hover i {
  color: var(--white);
}
.theme-btn.bg-color-6 {
  background: #0D2468;
}
.theme-btn.bg-color-6 span, .theme-btn.bg-color-6 i {
  color: var(--white);
}
.theme-btn.bg-color-6::before {
  background-color: var(--theme2);
}
.theme-btn.bg-color-6:hover span, .theme-btn.bg-color-6:hover i {
  color: var(--white);
}
.theme-btn.bg-color-6-active {
  background-color: var(--theme2);
}
.theme-btn.bg-color-6-active span, .theme-btn.bg-color-6-active i {
  color: var(--white);
}
.theme-btn.bg-color-6-active::before {
  background: #0D2468;
}
.theme-btn.bg-color-6-active:hover span, .theme-btn.bg-color-6-active:hover i {
  color: var(--white);
}
.theme-btn.hover-color {
  background-color: var(--theme);
}
.theme-btn.hover-color span, .theme-btn.hover-color i {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.theme-btn.hover-color::before {
  background-color: var(--theme);
}
.theme-btn.hover-color:hover span, .theme-btn.hover-color:hover i {
  color: var(--white);
}
.theme-btn.white-border {
  border: 2px solid var(--white);
  background-color: transparent;
}
.theme-btn.white-border span, .theme-btn.white-border i {
  color: var(--white);
}
.theme-btn.white-border::before {
  background-color: var(--theme2);
}
.theme-btn.white-border:hover {
  border: 2px solid var(--theme2);
}
.theme-btn.padding-style {
  padding: 22px 35px;
}
@media (max-width: 991px) {
  .theme-btn {
    font-size: 15px;
    padding: 20px 35px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 18px 32px;
  }
}
.theme-btn:hover .theme-effect .effect-1 {
  top: -100%;
}
.theme-btn.theme-bg-2 {
  background-color: var(--theme3);
}
.theme-btn.theme-bg-2 span, .theme-btn.theme-bg-2 i {
  color: var(--white);
}
.theme-btn.theme-bg-2::before {
  background-color: var(--header-2);
}
.theme-btn.border-style-2 {
  background-color: transparent;
  border: 1px solid var(--border);
}
.theme-btn.border-style-2 span, .theme-btn.border-style-2 i {
  color: var(--header-2);
}
.theme-btn.border-style-2::before {
  background-color: var(--theme3);
}
.theme-btn.border-style-2:hover {
  border: 1px solid transparent;
}
.theme-btn.border-style-2:hover span, .theme-btn.border-style-2:hover i {
  color: var(--white);
}

.link-btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.link-btn i {
  margin-left: 10px;
  font-size: 18px;
}
.link-btn:hover {
  color: var(--theme2);
}
.link-btn.color-2 {
  color: var(--header-2);
}
.link-btn.color-2:hover {
  color: var(--theme3);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 120%;
  }
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  line-height: 170%;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 137%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Unbounded", sans-serif, "Rubik", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme2);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--theme);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;

  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--header);
}

input.main-search-input::-moz-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 25px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  color: var(--theme);
  margin-bottom: 8px;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.section-title span img {
  margin-right: 5px;
}
.section-title span .title-img-2 {
  margin-left: 5px;
}
.section-title span.white-text {
  color: var(--white) !important;
}
.section-title.white-color span {
  color: var(--theme2);
}
.section-title.white-color h2 {
  color: var(--white);
  margin-bottom: 30px;
}
.section-title.color-white-2 span {
  color: var(--white);
}
.section-title.color-white-2 h2 {
  color: var(--white);
}
.section-title .text-color {
  color: var(--theme2);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section-title .text-color {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .section-title .text-color {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title .text-color {
    font-size: 28px;
  }
}
.section-title.style-2 {
  margin-bottom: 35px;
}
.section-title.style-2 h2 .text-color {
  color: var(--theme2);
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .section-title.style-2 h2 .text-color {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .section-title.style-2 h2 .text-color {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 h2 .text-color {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-title.style-2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 {
    margin-bottom: 25px;
  }
}
.section-title.style-3 span {
  color: var(--text3);
  font-weight: 600;
}
.section-title.style-3 h2 {
  color: var(--header-2);
  font-size: 32px;
  line-height: 145%;
}
@media (max-width: 1399px) {
  .section-title.style-3 h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .section-title.style-3 h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title.style-3 h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .section-title.style-3 h2 {
    font-size: 20px;
  }
}

.right-text {
  position: relative;
}
.right-text h3 {
  font-size: 120px;
  opacity: 0.2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  line-height: 120%;
}
.right-text h6 {
  position: absolute;
  top: 45%;
  left: 35%;
  font-size: 16px;
}
@media (max-width: 991px) {
  .right-text h6 {
    left: 8%;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--theme);
}

.theme-bg-2 {
  background-color: var(--theme2);
}

.section-padding {
  padding: 55px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(0.7);
  }
  40% {
    transform: scale(0.4);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moverightbounce {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 50px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-y {
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  animation: bounce-x 10s infinite linear;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes right-image-bounce {
  0% {
    transform: translateX(8px);
  }
  50% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(8px);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(8px);
  }
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 240px;
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header-top-wrapper {
    display: none;
  }
}
@media (max-width: 1399px) {
  .header-top-wrapper {
    margin-left: 0;
  }
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper .contact-list li {
  font-size: 14px;
  color: var(--theme);
}
.header-top-wrapper .contact-list li i {
  color: var(--theme2);
  margin-right: 10px;
  font-weight: 900;
}
.header-top-wrapper .contact-list li span {
  font-weight: 500;
}
.header-top-wrapper span {
  font-size: 14px;
  color: var(--theme);
}
.header-top-wrapper span a {
  font-weight: 500;
  color: var(--theme2);
  text-decoration-line: underline;
}
.header-top-wrapper .top-left {
  gap: 25px;
}
.header-top-wrapper .top-left .form-clt {
  border-left: 1px solid var(--border2);
  position: relative;
  z-index: 99999;
}
.header-top-wrapper .top-left .form-clt .nice-select {
  background-color: transparent;
  z-index: 999;
}
.header-top-wrapper .top-left .form-clt .nice-select span {
  font-size: 14px;
  color: var(--theme);
  font-weight: 400;
  text-transform: uppercase;
}
.header-top-wrapper.top-2 {
  margin-left: 0;
  border-right: 1px solid var(--border2);
}

.header-top-4 {
  position: relative;
  background-color: var(--white);
  padding: 9px 0;
  z-index: 9;
    border-bottom: 1px solid #001659;
}
@media (max-width: 991px) {
  .header-top-4 {
    display: none;
  }
}
.header-top-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 40%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
          clip-path: polygon(0 0, 96% 0, 100% 99%, 0% 100%);
}
.header-top-4 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-top-4 .container-fluid {
    padding: 0 20px;
  }
}

.header-top-wrapper-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-wrapper-4 .header-top-left p {
  color: var(--white);
}
.header-top-wrapper-4 .header-top-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-wrapper-4 .header-top-right .contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-wrapper-4 .header-top-right .contact-list li a {
  color: var(--theme);
}
.header-top-wrapper-4 .header-top-right .contact-list li i {
  margin-right: 5px;
  color: var(--theme);
}
.header-top-wrapper-4 .header-top-right .social-icon {
  gap: 15px;
}
.header-top-wrapper-4 .header-top-right .social-icon i {
  color: var(--theme);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 15px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme);
  padding: 7px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--theme);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    color: var(--theme);
    font-weight: 600;
    font-size: 13px;
    padding: 0 15px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    text-transform: capitalize;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: #ECECEC;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 1200px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -50px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 15px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn span {
  font-size: 14px;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 12px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 1399px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-1 {
  position: relative;
  z-index: 9999;
  overflow-x: clip;
}
.header-1 .header-logo {
  position: absolute;
  top: 0;
  left: 45px;
}
@media (max-width: 1399px) {
  .header-1 .header-logo {
    margin-top: 30px;
  }
}
.header-1 .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 240px;
  border-left: 1px solid var(--border2);
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .header-1 .header-main {
    border: none;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}
.header-1 .bar-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  font-size: 22px;
  transform: scaleX(-1);
}
.header-1 .header-right {
  gap: 20px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .header-button {
    display: none;
  }
}
.header-1 .header-right .header__hamburger .sidebar__toggle .bar-icon {
  background-color: var(--theme);
  padding: 25px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 991px) {
  .header-2 {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .header-2 .header-main .header-button {
    display: none;
  }
}
.header-2 .header-main .main-menu ul li .has-homemenu {
  left: -300px;
}

.header-3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-3 .header-top-text {
  padding: 10px 0;
}
.header-3 .header-top-text span {
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}
.header-3 .header-top-text span a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main {
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 0 30px;
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main {
    padding: 0 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .header-3 .mega-menu-wrapper .header-main .header-left {
    padding: 20px 0;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
  border-right: 1px solid var(--theme2);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
  display: none;
}
.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .header-logo {
    margin-right: 40px;
  }
}
@media (max-width: 1399px) {
  .header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li {
    margin-inline-end: 20px;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a {
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li a:hover {
  color: var(--theme2);
}
.header-3 .mega-menu-wrapper .header-main .header-left .main-menu ul li .submenu li a {
  color: var(--theme);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
  text-align: right;
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .header-content {
    display: none;
  }
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content span {
  font-size: 14px;
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a {
  color: var(--white);
}
.header-3 .mega-menu-wrapper .header-main .header-right .header-content h5 a:hover {
  color: var(--theme2);
}
@media (max-width: 1199px) {
  .header-3 .mega-menu-wrapper .header-main .header-right .sidebar__toggle .bar-2 {
    display: none;
  }
}
.header-3 .main-menu ul li .has-homemenu {
  left: -330px;
}

.header-4 .container-fluid {
  padding: 0 45px;
    border-bottom: 1px solid #001659;
}
@media (max-width: 1199px) {
  .header-4 .container-fluid {
    padding: 20px 20px;
  }
}
@media (max-width: 1899px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -250px;
  }
}
.header-4 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-4 .header-main .header-right .header-button {
    display: none;
  }
}

.header-5 {
  position: absolute;
  z-index: 99;
  overflow-x: clip;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #36343c;
}
.header-5 .container-fluid {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .header-5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header-5 .container-fluid {
    padding: 15px 20px;
  }
}
@media (max-width: 1199px) {
  .header-5 .mega-menu-wrapper .header-main {
    gap: 20px;
  }
}
.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
  display: none;
}
@media (max-width: 1199px) {
  .header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li {
    margin-inline-end: 20px;
  }
}
.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--white);
}
.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}
.header-5 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}
.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--white);
}
.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--white);
}
.header-5 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}
@media (max-width: 1399px) {
  .header-5 .header-main .main-menu ul li .has-homemenu {
    left: -400px;
  }
}
.header-5 .header-main .header-right {
  gap: 40px;
}
@media (max-width: 1199px) {
  .header-5 .header-main .header-right .header-button {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: 0px 0px 62px 0px rgba(0, 22, 89, 0.17);
  transition: all 0.9s;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky .header-logo {
  top: 28px;
}
@media (max-width: 1399px) {
  .sticky .header-logo {
    margin-top: 0;
  }
}
.sticky.header-5 {
  border-bottom: none;
}
.sticky.header-5 .mega-menu-wrapper .header-main {
  padding: 0px 0px;
}
@media (max-width: 991px) {
  .sticky.header-5 .mega-menu-wrapper .header-main {
    padding: 12px 0px !important;
  }
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-logo-2 {
  display: block;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-logo {
  display: none;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li a {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu li .submenu li a {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right {
  gap: 30px;
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .search-icon {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .cart-icon {
  color: var(--header);
}
.sticky.header-5 .mega-menu-wrapper .header-main .header-right .header__hamburger .sidebar__toggle {
  color: var(--header);
}
.sticky.header-3 .header-top-text {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main {
  background: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  padding: 0;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-1 {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .sidebar__toggle .bar-2 {
  display: block;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-1 {
  display: none;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .header-logo .logo-2 {
  display: block;
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-left .mean__menu-wrapper .main-menu ul li a {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-2 {
    display: block;
  }
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .bar-1 {
    display: none;
  }
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
  display: block;
}
@media (max-width: 1199px) {
  .sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-button {
    display: none;
  }
}
.sticky.header-3 .mega-menu-wrapper .header-main .header-right .header-content {
  display: none;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme2);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999990;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  cursor: pointer;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 330px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(155, 155, 155, 0.1) 100%);
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
      padding-top: 59px;
      padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
      padding-top: 32px;
      padding-bottom: 6px;
  }
}
.breadcrumb-wrapper .page-heading .icon-shape {
  position: absolute;
  bottom: 18%;
  left: 30%;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .icon-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading span img {
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 40px;
  position: relative;
  z-index: 9;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 52px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .page-heading h1 span {
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 span {
    font-size: 32px;
  }
}
.breadcrumb-wrapper .breadcrumb-items {
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-items {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper .breadcrumb-items li {
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb-items li a {
  color: rgba(255, 255, 255, 0.7019607843);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .breadcrumb-items li a:hover {
  color: var(--theme2);
}
.breadcrumb-wrapper .breadcrumb-items li i {
  font-weight: 400;
  font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb-items .text {
  text-decoration: underline;
}
.breadcrumb-wrapper.error-page {
  height: 100vh;
}
.breadcrumb-wrapper.error-page .page-heading {
  padding: 250px 0;
}
.breadcrumb-wrapper.error-page .page-heading h1 {
  font-size: 200px;
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper.error-page .page-heading h1 {
    font-size: 80px;
  }
}
.breadcrumb-wrapper.error-page .page-heading h3 {
  color: var(--white);
}
.breadcrumb-wrapper.coming-page {
  height: 100vh;
}
.breadcrumb-wrapper.coming-page .page-heading ul {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 650px;
  justify-content: center;
  margin: 30px auto;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper.coming-page .page-heading ul {
    flex-wrap: wrap;
  }
}
.breadcrumb-wrapper.coming-page .page-heading ul li span {
  font-size: 42px;
  color: var(--white);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  border: 3px solid var(--border2);
  display: inline-block;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper.coming-page .page-heading ul li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }
}
.breadcrumb-wrapper.coming-page .page-heading ul li p {
  color: var(--white);
  margin-top: 10px;
  text-transform: uppercase;
}
.breadcrumb-wrapper.coming-page .page-heading .form {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
}
.breadcrumb-wrapper.coming-page .page-heading .form input {
  color: var(--text);
  width: 100%;
  padding: 19px 35% 19px 30px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb-wrapper.coming-page .page-heading .form .button-area {
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb-wrapper.coming-page .page-heading .form .button-area .theme-btn {
  padding: 25px 45px;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper.coming-page .page-heading h1 {
    font-size: 36px;
  }
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb {
  position: relative;
  width: 280px;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu .homemenu-content .homemenu-title {
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--theme);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-top: 1px solid var(--border2);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.hero-1 {
  position: relative;
  padding: 240px 0;
}
@media (max-width: 1600px) {
  .hero-1 {
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 220px 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding-top: 150px;
    padding-bottom: 250px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.hero-1 .pattern-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-1 .pattern-shape {
    display: none;
  }
}
.hero-1::before {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .hero-1::before {
    display: none;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .hero-1 .hero-content br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme);
}
.hero-1 .hero-content .title img {
  margin-right: 10px;
}
.hero-1 .hero-content h1 {
  margin-top: 10px;
  font-size: 86px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 76px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-1 .hero-content h1 .text {
  color: #5C6C9C;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 .text {
    color: var(--theme);
  }
}
.hero-1 .hero-content h1 .text-2 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 .text-2 {
    color: var(--theme);
  }
}
.hero-1 .service-btn {
  width: 120px;
  height: 120px;
  background-color: var(--theme2);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  padding: 35px 35px;
  position: absolute;
  left: 44%;
  bottom: 5%;
  z-index: 99;
  transform: translate(-50%, -50%);
  animation: moverightbounce 3.5s linear infinite;
  transition: all 0.3s ease-in-out;
}
.hero-1 .service-btn:hover {
  background: var(--white);
  color: var(--theme2);
}
@media (max-width: 575px) {
  .hero-1 .service-btn {
    left: 50%;
    bottom: 4%;
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
.hero-1 .service-btn span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}
.hero-1 .hero-image {
  position: absolute;
  bottom: 0;
  right: 205px;
  width: 940px;
  height: 865px;
  z-index: 9;
}
.hero-1 .hero-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .hero-1 .hero-image {
    right: 180px;
    width: 800px;
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    right: 0;
    width: 550px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-image {
    display: none;
  }
}
.hero-1 .hero-image::after {
  position: absolute;
  top: 18%;
  left: 32%;
  width: 650px;
  height: 650px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme2);
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image::after {
    display: none;
  }
}

.hero-2 {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding: 110px 0 0;
  }
}
@media (max-width: 767px) {
  .hero-2 {
    padding: 80px 0 0;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding: 60px 0 0;
  }
}
.hero-2 .swiper-dot {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--white);
  padding: 18px 20px;
}
@media (max-width: 1199px) {
  .hero-2 .swiper-dot {
    display: none;
  }
}
.hero-2 .hero-image-slider {
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.hero-2 .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-2 .hero-image {
    display: none;
  }
}
.hero-2 .hero-image img {
  max-width: 100%;
}
.hero-2 .text-circle {
  position: absolute;
  right: 38%;
  bottom: -5%;
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .hero-2 .text-circle {
    display: none;
  }
}
.hero-2 .hero-content {
  position: relative;
}
@media (max-width: 767px) {
  .hero-2 .hero-content br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}
.hero-2 .hero-content .hero-button {
  position: absolute;
  top: 30%;
  left: 0;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-button {
    top: 27%;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    top: 25%;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content .hero-button {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    top: 40%;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    left: 23%;
    top: 45%;
  }
}
.hero-2 .hero-content h1 {
  font-size: 120px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 92px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 82px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 58px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
    margin-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 32px;
    margin-bottom: 110px;
  }
}
.hero-2 .hero-content h1 span {
  margin-left: 250px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 span {
    margin-left: 0;
  }
}
.hero-2 .hero-content p {
  max-width: 560px;
  font-size: 24px;
  border-left: 2px solid var(--theme);
  padding-left: 40px;
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content p {
    padding-left: 0;
    border: none;
  }
}

.hero-3 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-3 .array-btn {
  position: absolute;
  right: 16.4%;
  top: 32%;
  z-index: 99;
  display: grid;
  gap: 20px;
}
.hero-3 .array-btn .array-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--white);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.hero-3 .array-btn .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .hero-3 .array-btn {
    right: 10%;
  }
}
@media (max-width: 1199px) {
  .hero-3 .array-btn {
    display: none;
  }
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
}
.hero-3 .hero-text-slider-2 {
  height: 613px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-text-slider-2 {
    height: 564px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-text-slider-2 {
    height: 502px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-text-slider-2 {
    height: 482px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-text-slider-2 {
    height: 400px;
  }
}
.hero-3 .hero-content {
  padding-top: 300px;
  padding-bottom: 170px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content {
    padding-top: 270px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.hero-3 .hero-content span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--white);
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 36px;
  }
}
.hero-3 .hero-content .hero-button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.hero-4 {
  position: relative;
}
.hero-4 .array-button {
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-4 .array-button .array-prev {
  color: var(--theme);
}
.hero-4 .array-button .array-next {
  color: var(--theme2);
}
.hero-4 .swiper-dot-2 {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  transform: rotate(-90deg);
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: var(--text);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--text);
  content: "";
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme2);
  transition: 0.6s;
  position: relative;
}
.hero-4 .swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme2);
}
@media (max-width: 1399px) {
  .hero-4 .swiper-dot-2 {
    display: none;
  }
}
.hero-4 .swiper-slide-active .hero-image {
  transform: scale(1.12);
}
.hero-4 .hero-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
}
.hero-4 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-color: rgb(10, 12, 0);*/
  opacity: 0.749;
}
.hero-4 .hero-content {
  position: relative;
  padding: 180px 0;
}
@media (max-width: 1199px) {
  .hero-4 .hero-content {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
  }
}
.hero-4 .hero-content h1 {
  margin-top: -23px;
  line-height: 140%;
}
.hero-4 .hero-content h1 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(255, 255, 255, 0.15) 50%, white 50%, rgba(255, 255, 255, 0.15) 70%);
  -webkit-mask-size: 200%;
}
@media (max-width: 1399px) {
  .hero-4 .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.hero-4 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-4 .hero-content .hero-button {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-4.style-2 .array-button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: initial;
  transform: translateY(-50%);
  bottom: initial;
  right: 5%;
  z-index: 9;
  padding: initial;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-4.style-2 .array-button {
    display: none;
  }
}
.hero-4.style-2 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-4.style-2 .array-button .array-prev:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid transparent;
}
.hero-4.style-2 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.hero-4.style-2 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header-2);
  border: 1px solid transparent;
}
.hero-4.style-2 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: 0.749;
}
.hero-4.style-2 .hero-content {
  position: relative;
  padding-top: 300px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .hero-4.style-2 .hero-content {
    padding-top: 250px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .hero-4.style-2 .hero-content {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content {
    text-align: center;
    padding-top: 176px;
    padding-bottom: 100px;
  }
}
.hero-4.style-2 .hero-content h1 {
  font-size: 60px;
}
@media (max-width: 1399px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.hero-4.style-2 .hero-content p {
  color: var(--white);
  margin-top: 10px;
}
.hero-4.style-2 .hero-content .hero-button {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content .hero-button {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4.style-2 .hero-content .hero-button .theme-btn {
  background: var(--theme3);
  border-color: var(--theme3);
}
.hero-4.style-2 .hero-content .hero-button .theme-btn span, .hero-4.style-2 .hero-content .hero-button .theme-btn i {
  color: var(--white);
}
.hero-4.style-2 .hero-content .hero-button .video-box {
  position: relative;
  z-index: 2;
}
.hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
  background-color: var(--theme3);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-4.style-2 .hero-content .hero-button .video-box .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.hero-4.style-3 {
  position: relative;
  z-index: 9;
}
.hero-4.style-3 .array-button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: initial;
  transform: translateY(-50%);
  bottom: initial;
  right: 5%;
  z-index: 9;
  padding: initial;
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .hero-4.style-3 .array-button {
    display: none;
  }
}
.hero-4.style-3 .array-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.hero-4.style-3 .array-button .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}
.hero-4.style-3 .array-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.hero-4.style-3 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--header-2);
  border: 1px solid transparent;
}
.hero-4.style-3 .shape-1 {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 9;
}
@media (max-width: 1399px) {
  .hero-4.style-3 .shape-1 {
    display: none;
  }
}
.hero-4.style-3 .shape-2 {
  position: absolute;
  bottom: -4px;
  right: -20%;
  z-index: 2;
  top: -20px;
}
.hero-4.style-3 .shape-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .hero-4.style-3 .shape-2 {
    display: none;
  }
}
.hero-4.style-3 .hero-content {
  position: relative;
  z-index: 99;
}
.hero-4.style-3 .hero-content h6 {
  color: var(--white);
  font-size: 14px;
  margin-bottom: 40px;
}
.hero-4.style-3 .hero-content .hero-button {
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .hero-4.style-3 .hero-content .hero-button {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4.style-3 .hero-content .hero-button .theme-btn span, .hero-4.style-3 .hero-content .hero-button .theme-btn i {
  color: var(--white);
}
.hero-4.style-3 .hero-content .hero-button .video-box {
  position: relative;
  z-index: 2;
}
.hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 70px;
  width: 70px;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .hero-4.style-3 .hero-content .hero-button .video-box .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.video-items {
  position: relative;
}
.video-items .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-items .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
.video-items .circle-box .video-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: var(--white);
  border-radius: 50%;
  color: var(--theme);
  font-size: 18px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-items-2 {
  position: relative;
  z-index: 9;
}
.video-items-2 .video-button {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header-2);
  display: inline-block;
}
@media (max-width: 767px) {
  .video-items-2 .video-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .video-items-2 .video-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
  }
}

.video-section-2 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 250px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .video-section-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .video-section-2 {
    padding-top: 80px;
    padding-bottom: 180px;
  }
}
.video-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--black);
  opacity: 0.8;
}

.video-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 315px 0;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .video-section {
    padding: 250px 0;
  }
}
@media (max-width: 991px) {
  .video-section {
    padding: 200px 0;
  }
}
@media (max-width: 575px) {
  .video-section {
    padding: 150px 0;
  }
}

.funfact-wrapper {
  border-bottom: 1px solid var(--theme2);
}

.single-funfact-items {
  margin-bottom: -6px;
  margin-top: -15px;
}
.single-funfact-items .funfact-content h2 {
  font-size: 80px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .single-funfact-items .funfact-content h2 {
    font-size: 62px;
    margin-top: 20px;
  }
}
.single-funfact-items .funfact-content p {
  margin-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--theme);
}
@media (max-width: 575px) {
  .single-funfact-items .funfact-content p {
    padding-bottom: 30px;
  }
}
.single-funfact-items .funfact-content .title {
  margin-top: 20px;
}
.single-funfact-items .funfact-content .title h6 {
  font-size: 16px;
  font-weight: 600;
}
.single-funfact-items .funfact-content .title .icon {
  font-size: 16px;
  color: var(--theme2);
}

.achievement-section {
  position: relative;
}
.achievement-section .shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
}

.achievement-wrapper {
  position: relative;
  z-index: 9;
}
.achievement-wrapper .achievement-content .about-button {
  margin-top: 40px;
}
.achievement-wrapper .counter-area {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .achievement-wrapper .counter-area {
    margin-left: 0;
  }
}
.achievement-wrapper .counter-area .counter-items {
  background-color: var(--white);
  text-align: center;
  padding: 30px;
}
.achievement-wrapper .counter-area .counter-items .content {
  margin-top: 20px;
}
.achievement-wrapper .counter-area .counter-items .content h2 {
  font-size: 42px;
  color: var(--header-2);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .achievement-wrapper .counter-area .counter-items .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .achievement-wrapper .counter-area .counter-items .content h2 {
    font-size: 32px;
  }
}

.about-wrapper {
  position: relative;
}
.about-wrapper .section-header {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .about-wrapper .section-header {
    padding-bottom: 50px;
  }
}
.about-wrapper .section-header .circle-box {
  position: absolute;
  top: 0;
}
.about-wrapper .section-header .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
@media (max-width: 575px) {
  .about-wrapper .section-header .circle-box {
    display: none;
  }
}
.about-wrapper .section-header .circle-box .icon-img {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper .section-header h2 {
  margin-left: 250px;
}
@media (max-width: 991px) {
  .about-wrapper .section-header h2 {
    margin-left: 185px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .section-header h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-wrapper .section-header h2 {
    margin-left: 0;
  }
}
.about-wrapper .section-header h2 span {
  position: absolute;
  right: 8%;
  color: var(--theme2);
}
@media (max-width: 767px) {
  .about-wrapper .section-header h2 span {
    position: initial;
  }
}
@media (max-width: 575px) {
  .about-wrapper .section-header h2 span {
    position: initial;
  }
}
.about-wrapper .about-image {
  position: relative;
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .counter-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  width: 200px;
  height: 200px;
  text-align: center;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-content {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-image .counter-content {
    width: 170px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-image .counter-content {
    width: 170px;
    height: 130px;
  }
}
.about-wrapper .about-image .counter-content h6 {
  font-size: 14px;
  margin-top: 30px;
  font-weight: 400;
  color: var(--theme2);
}
.about-wrapper .about-image .counter-content h2 {
  font-size: 60px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  margin-top: 10px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .counter-content h2 {
    font-size: 42px;
  }
}
.about-wrapper .about-image .dot {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-wrapper .about-content {
  margin-left: 70px;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content {
    margin-left: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content {
    margin-left: 0;
    margin-top: 50px;
  }
}
.about-wrapper .about-content .about-image-2 {
  margin-top: 110px;
}
.about-wrapper .about-content .about-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-image-2 {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .about-image-2 {
    margin-top: 50px;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
}
.about-wrapper-2 .about-image img {
  width: 100%;
}
.about-wrapper-2 .about-image .circle-box {
  position: absolute;
  right: -13%;
  top: 35%;
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .circle-box {
    display: none;
  }
}
.about-wrapper-2 .about-image .circle-box .text-circle {
  animation: cir36 10s linear infinite;
}
.about-wrapper-2 .about-image .circle-box .box-img {
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-2 .about-image .circle-box .box-img img {
  width: initial !important;
}
.about-wrapper-2 .about-content {
  max-width: 600px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .nav {
  border: unset;
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-wrapper-2 .about-content .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.about-wrapper-2 .about-content .nav .nav-link .title {
  font-weight: 600;
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
}
.about-wrapper-2 .about-content .nav .nav-link.active .title {
  color: var(--theme2);
  text-decoration: underline;
  position: relative;
}
.about-wrapper-2 .about-content .tab-content {
  margin-top: 20px;
}
.about-wrapper-2 .about-content.about-inner {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content.about-inner {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-content.about-inner {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-growth-items .growth-box-number {
  border: 2px solid var(--border2);
  padding: 70px 20px;
}
.about-wrapper-2 .about-growth-items .growth-box-number h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme2);
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 50px;
}
.about-wrapper-2 .about-growth-items .growth-box-number h6 {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-number {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-growth-items .growth-box-number {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-image {
    margin-bottom: 30px;
  }
}
.about-wrapper-2 .about-growth-items .growth-box-image .text-circle {
  animation: cir36 10s linear infinite;
  margin-bottom: 30px;
}
.about-wrapper-2 .about-growth-items .growth-box-image-2 {
  width: 190px;
  margin-left: 15px;
  margin-top: 0px;
}
.about-wrapper-2 .about-growth-items .growth-box-image-2 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-growth-items .growth-box-image-2 {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-image-items {
  max-width: 620px;
  position: relative;
}
.about-wrapper-2 .about-image-items .about-image-1 {
  max-width: 300px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    text-align: center;
    margin: 0 auto;
  }
}
.about-wrapper-2 .about-image-items .about-image-1 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-image-items .about-image-2 {
  max-width: 300px;
  margin-top: 120px;
}
.about-wrapper-2 .about-image-items .about-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-2 {
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
  }
}
.about-wrapper-2 .about-image-items .circle-box {
  width: 280px;
  position: absolute;
  bottom: -60px;
  left: 10px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .circle-box {
    display: none;
  }
}
@media (max-width: 1399px) {
  .about-wrapper-2.wrapper-2 .about-content {
    margin-left: 0;
  }
}

.about-company-wrapper .about-company-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-company-wrapper .about-company-items {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items {
    gap: 30px;
    justify-content: center;
  }
}
.about-company-wrapper .about-company-items:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items:not(:last-child) {
    margin-bottom: 35px;
  }
}
.about-company-wrapper .about-company-items .company-title {
  position: relative;
}
.about-company-wrapper .about-company-items .company-title h2 {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items .company-title h2 {
    margin-bottom: 35px;
  }
}
.about-company-wrapper .about-company-items .company-title h3 {
  font-size: 80px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  line-height: 115%;
}
.about-company-wrapper .about-company-items .company-items .company-image {
  max-width: 550px;
}
.about-company-wrapper .about-company-items .company-items .company-image img {
  width: 100%;
  height: 100%;
}
.about-company-wrapper .about-company-items .company-items .company-content {
  max-width: 550px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .about-company-wrapper .about-company-items .company-items .company-content {
    text-align: center;
    margin: 30px auto;
  }
  .about-company-wrapper .about-company-items .company-items .company-content h3 {
    margin-bottom: 10px;
  }
}
.about-company-wrapper .about-company-items.border-line {
  position: relative;
}
.about-company-wrapper .about-company-items.border-line::before {
  position: absolute;
  top: -50%;
  left: 10%;
  content: "";
  background-color: var(--border2);
  width: 1px;
  height: 406px;
}
@media (max-width: 1399px) {
  .about-company-wrapper .about-company-items.border-line::before {
    display: none;
  }
}
.about-company-wrapper .about-company-items.border-line-2 {
  position: relative;
}
.about-company-wrapper .about-company-items.border-line-2::before {
  position: absolute;
  bottom: -50%;
  left: 10%;
  content: "";
  background-color: var(--border2);
  width: 1px;
  height: 330px;
}
@media (max-width: 1399px) {
  .about-company-wrapper .about-company-items.border-line-2::before {
    display: none;
  }
}

.about-wrapper-3 .about-image-items {
  position: relative;
}
.about-wrapper-3 .about-image-items .exp-box {
  position: absolute;
  left: -80px;
  top: 90px;
  z-index: 9;
  padding: 40px 40px 60px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: -40px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .exp-box {
    left: 0;
    padding: 30px 30px 50px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box {
    padding: 20px 20px 40px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item {
    gap: 15px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
  font-size: 62px;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .exp-box .icon-item .icon {
    font-size: 32px;
  }
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content h2 {
  color: var(--white);
}
.about-wrapper-3 .about-image-items .exp-box .icon-item .content p {
  color: var(--white);
}
.about-wrapper-3 .about-image-items .about-image-1 {
  max-width: 490px;
  height: 585px;
  position: relative;
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 {
    height: 450px;
  }
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
  position: absolute;
  right: -28%;
  bottom: -12%;
  max-width: 330px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -4%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: -10%;
    bottom: -5%;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
    bottom: 0;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-image-items .about-image-1 .about-image-2 {
    max-width: 200px;
  }
}
.about-wrapper-3 .about-image-items .about-image-1 .about-image-2 img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-3 .about-content .about-list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3 .about-content .about-list-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .about-list-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .about-list-items .list-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-3 .about-content .about-list-items .list-area li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .about-list-items .list-area li i {
  color: var(--theme2);
  margin-right: 5px;
}
.about-wrapper-3 .about-content .pro-items {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-content .pro-items {
    margin-top: 20px;
  }
}
.about-wrapper-3 .about-content .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-wrapper-3 .about-content .pro-items .pro-head .title {
  font-size: 16px;
  text-transform: capitalize;
}
.about-wrapper-3 .about-content .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
  color: var(--header);
}
.about-wrapper-3 .about-content .pro-items .progress {
  background: var(--bg2);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 10px;
  width: 100%;
}
.about-wrapper-3 .about-content .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 10px;
  background: var(--theme2);
  height: 10px;
  width: 0;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}
.about-wrapper-3 .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .about-wrapper-3 .about-author {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.about-wrapper-3 .about-author .author-contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-3 .about-author .author-contact .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  background-color: var(--theme2);
  color: var(--white);
}
.about-wrapper-3 .about-author .author-contact .content h6 {
  font-size: 15px;
  margin-top: 5px;
}
.about-wrapper-3.style-2 {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 {
    margin-bottom: 0;
  }
}
.about-wrapper-3.style-2 .about-image-items {
  position: relative;
  height: 500px;
}
.about-wrapper-3.style-2 .about-image-items::before {
  content: "";
  background-image: url(../../assets/img/about/new/about-bg.png);
  background-repeat: repeat;
  position: absolute;
  top: 48px;
  right: 23px;
  height: 240px;
  width: 108px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation: bounce-y 10s infinite linear;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-image-items::before {
    right: 20%;
  }
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 {
  height: 500px;
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
  right: -15%;
  bottom: -12%;
  max-width: 250px;
}
@media (max-width: 1399px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: -60px;
    right: -5%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 10%;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: -15%;
    bottom: -12%;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: 10%;
  }
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
  background-color: var(--theme3);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .about-wrapper-3.style-2 .about-image-items .about-image-1 .about-image-2 .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.about-wrapper-3.style-2 .about-content .list-area-2 {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    flex-wrap: initial;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-3.style-2 .about-content .list-area-2 {
    margin-top: 20px;
    gap: 20px;
  }
}
.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-3.style-2 .about-content .list-area-2 .list-item li i {
  color: var(--theme3);
  margin-right: 10px;
}
.about-wrapper-3.style-2 .about-content .about-author .author-contact .icon {
  background-color: var(--theme3);
  color: var(--white);
}
.about-wrapper-3.style-2 .about-content .about-author .author-contact .content h6 a {
  color: var(--header-2);
}

.service-wrapper .service-icon-area {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .service-wrapper .service-icon-area {
    margin-right: 0;
  }
}
.service-wrapper .service-icon-area .icon-items {
  display: flex;
  gap: 20px;
  background-color: var(--white);
  padding: 30px 25px;
}
.service-wrapper .service-icon-area .icon-items .icon {
  color: var(--theme2);
  font-size: 60px;
}
.service-wrapper .service-icon-area .icon-items .content h6 {
  margin-bottom: 10px;
}
.service-wrapper .service-icon-area .icon-items .content h6 a:hover {
  color: var(--theme2);
}
.service-wrapper .service-icon-area .icon-items .content p {
  font-size: 16px;
}
.service-wrapper .service-image img {
  width: 100%;
  height: 100%;
}

.single-service-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .single-service-wrapper {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .single-service-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .single-service-wrapper {
    justify-content: center;
  }
}
.single-service-wrapper .service-box-items {
  margin-bottom: -6px;
}
.single-service-wrapper .service-box-items:nth-of-type(2) .icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE4D7 100%);
}
.single-service-wrapper .service-box-items:nth-of-type(3) .icon {
  background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 100%);
}
.single-service-wrapper .service-box-items:nth-of-type(4) .icon {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE4D7 100%);
}
.single-service-wrapper .service-box-items .icon {
  width: 180px;
  height: 180px;
  line-height: 210px;
  background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 55%);
  text-align: center;
  border-radius: 50%;
  font-size: 90px;
  color: var(--theme2);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .single-service-wrapper .service-box-items .icon {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    line-height: 160px;
    font-size: 60px;
  }
}
.single-service-wrapper .service-box-items .content {
  margin-top: 35px;
  text-align: center;
}
@media (max-width: 575px) {
  .single-service-wrapper .service-box-items .content {
    margin-top: 20px;
  }
}
.single-service-wrapper .service-box-items .content h5 a:hover {
  color: var(--theme2);
}
.single-service-wrapper .service-box-items .content .text-bottom {
  font-size: 50px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--theme2);
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
.single-service-wrapper .service-box-items:hover .icon {
  background: linear-gradient(180deg, #FFE4D7 0%, rgba(255, 255, 255, 0) 100%);
}
.single-service-wrapper .service-box-items.style-2 {
  margin-top: 35px;
}

.single-service-wrapper-2 {
  position: relative;
  z-index: 99;
}
.single-service-wrapper-2 .service-box-items-2 {
  padding: 40px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: relative;
  transition: all 0.4s ease-in-out;
  border-bottom: 3px solid transparent;
}
@media (max-width: 575px) {
  .single-service-wrapper-2 .service-box-items-2 {
    padding: 30px 25px;
  }
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 30px;
  top: -25px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon i {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon:hover {
  background-color: var(--theme2);
}
.single-service-wrapper-2 .service-box-items-2 .arrow-icon:hover i {
  color: var(--white);
}
.single-service-wrapper-2 .service-box-items-2 .icon {
  font-size: 90px;
  color: var(--white);
}
.single-service-wrapper-2 .service-box-items-2 .content {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .single-service-wrapper-2 .service-box-items-2 .content {
    margin-top: 20px;
  }
}
.single-service-wrapper-2 .service-box-items-2 .content h5 {
  font-size: 18px;
}
.single-service-wrapper-2 .service-box-items-2 .content h5 a {
  color: var(--white);
}
.single-service-wrapper-2 .service-box-items-2 .content h5 a:hover {
  color: var(--theme2);
}
.single-service-wrapper-2 .service-box-items-2.active {
  border-bottom: 3px solid var(--white);
  border-radius: none;
}
.single-service-wrapper-2 .service-box-items-2.active .arrow-icon {
  opacity: 1;
}

.service-image-wrapper .service-image img {
  width: 100%;
  height: 100%;
}

.service-details-content .details-thumb img {
  width: 100%;
  height: 100%;
}
.service-details-content .service-details-content {
  margin-top: 30px;
}
.service-details-content .service-details-content .service-single-items {
  text-align: center;
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px 20px;
  transition: all 0.4s ease-in-out;
}
.service-details-content .service-details-content .service-single-items .icon {
  font-size: 52px;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.service-details-content .service-details-content .service-single-items .icon-content {
  margin-top: 15px;
}
.service-details-content .service-details-content .service-single-items .icon-content h5 {
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
.service-details-content .service-details-content .service-single-items:hover {
  background-color: var(--theme);
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
}
.service-details-content .service-details-content .service-single-items:hover .icon {
  color: var(--white);
}
.service-details-content .service-details-content .service-single-items:hover .icon-content h5 {
  color: var(--white);
}
.service-details-content .service-details-content .service-single-items:hover .icon-content p {
  color: var(--white);
}
.service-details-content .service-details-content .hilight-text {
  padding: 30px 35px;
  position: relative;
  border-left: 4px solid var(--theme);
  margin-top: 30px;
}
.service-details-content .service-details-content .hilight-text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  opacity: 0.06;
}
.service-details-content .service-details-content .hilight-text .text {
  color: var(--theme);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.service-details-content .service-details-content .hilight-text h6 {
  font-size: 14px;
  font-weight: 500;
}
.service-details-content .service-details-content .hilight-text h6 span {
  color: var(--theme2);
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process {
  background-color: var(--bg);
  padding: 40px 20px;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .icon {
  width: 100px;
  height: 100px;
  line-height: 115px;
  font-size: 46px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--white);
  color: var(--theme2);
  border-radius: 50%;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .content {
  margin-top: 20px;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .content h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.service-details-content .service-details-content .service-process-wrapper .single-service-process .content p {
  font-size: 16px;
}

.service-wrapper-2 {
  margin-right: -25%;
}
@media (max-width: 1199px) {
  .service-wrapper-2 {
    margin-right: 0;
  }
}
.service-wrapper-2 .service-card-items {
  background-color: var(--white);
  margin-top: 30px;
}
.service-wrapper-2 .service-card-items .service-image {
  overflow: hidden;
  position: relative;
}
.service-wrapper-2 .service-card-items .service-image img {
  width: 100%;
  height: 100%;
}
.service-wrapper-2 .service-card-items .service-content {
  padding: 25px 30px;
}
.service-wrapper-2 .service-card-items .service-content h5 {
  margin-bottom: 10px;
}
.service-wrapper-2 .service-card-items .service-content h5 a:hover {
  color: var(--theme2);
}

.service-card-items-2 {
  padding: 40px;
  background-color: var(--bg);
  margin-top: 30px;
}
@media (max-width: 767px) {
  .service-card-items-2 {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .service-card-items-2 {
    padding: 30px 20px;
  }
}
.service-card-items-2 .icon {
  font-size: 60px;
  color: var(--theme3);
}
.service-card-items-2 .content {
  margin-top: 20px;
}
.service-card-items-2 .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.service-card-items-2 .content h5 a {
  color: var(--header-2);
}
.service-card-items-2 .content h5 a:hover {
  color: var(--theme3);
}

.sposors-wrapper {
  position: relative;
}
.sposors-wrapper .sponsors-content {
  border-right: 1px solid rgba(255, 94, 21, 0.3411764706);
}
@media (max-width: 1399px) {
  .sposors-wrapper .sponsors-content {
    border: none;
  }
}
.sposors-wrapper .sponsors-content p {
  color: var(--white);
  opacity: 0.7;
  max-width: 480px;
}
.sposors-wrapper .sponsors-content .soposors-button {
  margin-top: 40px;
}
.sposors-wrapper .sponsor-right {
  margin-left: 90px;
}
@media (max-width: 1399px) {
  .sposors-wrapper .sponsor-right {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .sposors-wrapper .sponsor-right .sponsor-items {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: initial !important;
  }
}
.sposors-wrapper .sponsor-right .sponsor-items:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .sposors-wrapper .sponsor-right .sponsor-items:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .sposors-wrapper .sponsor-right .sponsor-items:not(:last-child) {
    margin-bottom: 50px;
  }
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

.video-pulse::after,
.video-pulse::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}

.video-pulse::before {
  animation-delay: 1s;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: rippleOne 3s infinite;
}
.ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot {
  margin-bottom: -5px;
}
.swiper-dot .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  transition: 0.6s;
  background-color: rgba(0, 22, 89, 0.1);
  opacity: 1;
  border-radius: 0;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  width: 40px;
}

.arry-button .array-prev {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  color: var(--theme);
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
}
.arry-button .array-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.arry-button .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.arry-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}
@media (max-width: 767px) {
  .arry-button {
    display: none;
  }
}

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

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

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .mt-100 {
    margin-top: 0;
  }
}

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

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

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

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

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

@media (max-width: 575px) {
  br {
    display: none;
  }
}

.border-none {
  border-bottom: none !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border2);
}

.bg-white {
  background-color: var(--white);
}

.nice-select {
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  font-weight: 400;
  width: unset;
  outline: none;
  padding: 18px 35px;
  border: none;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .nice-select {
    padding: 15px 20px;
  }
}
.nice-select span {
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.nice-select:hover::after {
  border-bottom: 1px solid var(--theme);
  border-right: 1px solid var(--theme);
}

.nice-select option {
  color: #7A7A7A;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 1px solid var(--header);
  border-right: 1px solid var(--header);
  width: 10px;
  height: 10px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 14px;
  width: 100%;
  text-transform: uppercase;
  color: var(--theme);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--theme);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.border-right {
  border-right: 1px solid var(--theme);
  height: 330px;
}
@media (max-width: 1399px) {
  .border-right {
    border: none;
  }
}

.border-left-right {
  border-right: 1px solid var(--theme);
  border-left: 1px solid var(--theme);
  height: 330px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .border-left-right {
    border: none;
    height: initial;
  }
}
@media (max-width: 767px) {
  .border-left-right {
    text-align: initial;
    margin: initial;
  }
}

.custom-width {
  max-width: 320px;
}

.sub-color {
  color: var(--theme2) !important;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme2);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.star-color {
  color: #D8D8D8 !important;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.border-none {
  border-top: none !important;
}

.single-team-items {
  margin-top: 35px;
  margin-bottom: -6px;
}
.single-team-items .team-image {
  position: relative;
  height: 500px;
}
@media (max-width: 575px) {
  .single-team-items .team-image {
    height: 380px;
  }
}
.single-team-items .team-image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  .single-team-items .team-image img {
    max-width: initial;
  }
}
@media (max-width: 991px) {
  .single-team-items .team-image img {
    max-width: 100%;
    height: 100%;
  }
}
.single-team-items .team-image .icon-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}
.single-team-items .team-image .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-team-items .team-image .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}
.single-team-items .team-image .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.single-team-items .team-content {
  margin-top: 30px;
}
.single-team-items .team-content p {
  font-weight: 500;
  color: var(--theme2);
  text-transform: uppercase;
  font-size: 16px;
}
.single-team-items .team-content h4 {
  margin-top: 5px;
}
.single-team-items .team-content h4 a:hover {
  color: var(--theme2);
}
.single-team-items:hover .social-icon a {
  transform: scaleX(1);
}

@media (min-width: 1220px) {
  .team-wrapper {
    margin-right: calc(-50vw + 635px);
  }
}
.team-wrapper .single-team-style-2 {
  margin-bottom: -6px;
}
.team-wrapper .single-team-style-2 .single-team-items {
  background-color: var(--theme);
  position: relative;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image {
  padding: 30px 30px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 9;
  text-align: center;
  height: 470px;
}
@media (max-width: 575px) {
  .team-wrapper .single-team-style-2 .single-team-items .team-image {
    height: 400px;
  }
}
.team-wrapper .single-team-style-2 .single-team-items .team-image img {
  z-index: 9;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile {
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  transition: all 0.4s ease-in-out;
  z-index: 9;
  display: inline-block;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile .plus-btn:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: white;
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-wrapper .single-team-style-2 .single-team-items .team-image .social-profile:hover a {
  opacity: 1;
  visibility: visible;
}
.team-wrapper .single-team-style-2 .single-team-items .icon-shape {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 0;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .team-wrapper .single-team-style-2 .single-team-items .icon-shape {
    left: 90px;
  }
}
@media (max-width: 1199px) {
  .team-wrapper .single-team-style-2 .single-team-items .icon-shape {
    left: 15px;
  }
}
.team-wrapper .single-team-style-2 .team-content {
  margin-top: 20px;
}
.team-wrapper .single-team-style-2 .team-content span {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme2);
}
.team-wrapper .single-team-style-2 .team-content h4 a:hover {
  color: var(--theme2);
}

.team-section {
  position: relative;
}
.team-section .line-shape {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}
.team-section .line-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .team-section .line-shape {
    display: none;
  }
}
.team-section .line-shape-2 {
  position: absolute;
  left: 10%;
  bottom: 0;
}
.team-section .line-shape-2 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .team-section .line-shape-2 {
    display: none;
  }
}

.team-details-wrapper .team-image {
  width: 407px;
  position: relative;
}
.team-details-wrapper .team-image img {
  width: 100%;
  height: 100%;
}
.team-details-wrapper .team-image .icon-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme2);
}
.team-details-wrapper .team-details-content h4 {
  margin-bottom: 15px;
}
.team-details-wrapper .team-details-content .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.team-details-wrapper .team-details-content .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--bg);
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-details-wrapper .team-details-content ul {
  margin-top: 30px;
}
.team-details-wrapper .team-details-content ul li {
  font-size: 18px;
}
.team-details-wrapper .team-details-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.team-details-wrapper .team-details-content ul li span {
  font-size: 18px;
  color: var(--theme);
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 400;
}
.team-details-wrapper .team-details-content .header-title {
  margin-top: 40px;
}

.team-wrapper-2 {
  margin-right: -25%;
}
@media (max-width: 1899px) {
  .team-wrapper-2 {
    margin-right: -5%;
  }
}
@media (max-width: 1399px) {
  .team-wrapper-2 {
    margin-right: -8%;
  }
}
@media (max-width: 1199px) {
  .team-wrapper-2 {
    margin-right: 0;
  }
}
.team-wrapper-2 .team-image-inner {
  padding: 0 25px;
}
.team-wrapper-2 .team-image-inner .team-image {
  position: relative;
  padding: 15px 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .team-wrapper-2 .team-image-inner .team-image {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .team-wrapper-2 .team-image-inner .team-image {
    height: 400px;
  }
}
.team-wrapper-2 .team-image-inner .team-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: 100px;
  border: 2px solid var(--theme);
  border-radius: 10px;
  content: "";
  transform: skew(17deg);
  transform-origin: left top;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0.1;
}
.team-wrapper-2 .team-image-inner .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-wrapper-2 .team-image-inner .team-image .social-icon {
  display: grid;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-wrapper-2 .team-image-inner .team-image .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.team-wrapper-2 .team-image-inner .team-image .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-wrapper-2 .team-image-inner .team-content {
  margin-top: 10px;
}
.team-wrapper-2 .team-image-inner .team-content h5 a:hover {
  color: var(--theme2);
}
.team-wrapper-2 .team-image-inner:hover .team-image::before {
  border: 2px solid var(--theme2);
  opacity: 1;
}
.team-wrapper-2 .team-image-inner:hover .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  left: -20px;
}
.team-wrapper-2 .team-image-inner.active .team-image::before {
  border: 2px solid var(--theme2);
  opacity: 1;
}
.team-wrapper-2 .team-image-inner.active .team-image .social-icon {
  opacity: 1;
  visibility: visible;
  left: -20px;
}

.choose-wrapper .choose-icon-items {
  display: flex;
  align-items: center;
}
.choose-wrapper .choose-items {
  padding: 30px 20px;
  position: relative;
  font-size: 24px;
}
.choose-wrapper .choose-items .arrow-icon {
  position: absolute;
  right: 15px;
  top: 0;
  color: var(--theme);
  transform: rotate(-45deg);
}
.choose-wrapper .choose-items .content {
  margin-top: 20px;
}
.choose-wrapper .choose-items .content h6 {
  font-size: 14px;
  font-weight: 600;
}
.choose-wrapper .choose-items.style-2 {
  border-top: none;
}
.choose-wrapper .choose-image .choose-image-1 {
  max-width: 300px;
}
.choose-wrapper .choose-image .choose-image-1 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .choose-wrapper .choose-image .choose-image-1 {
    text-align: center;
    margin: 0 auto;
  }
}
.choose-wrapper .choose-image .choose-image-2 {
  max-width: 300px;
}
.choose-wrapper .choose-image .choose-image-2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .choose-wrapper .choose-image .choose-image-2 {
    text-align: center;
    margin: 0 auto;
  }
}
.choose-wrapper .choose-image .choose-image-3 {
  max-width: 480px;
  margin-top: 30px;
  margin-left: -150px;
}
.choose-wrapper .choose-image .choose-image-3 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .choose-wrapper .choose-image .choose-image-3 {
    display: none;
  }
}

.choose-us-wrapper-2 .choose-us-content .icon-items {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items {
    margin-top: 20px;
  }
}
.choose-us-wrapper-2 .choose-us-content .icon-items .icon {
  font-size: 48px;
  color: var(--theme);
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items .content h5 {
    font-size: 18px;
  }
}
.choose-us-wrapper-2 .choose-image-items {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .choose-us-wrapper-2 .choose-image-items {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items {
    margin-bottom: -10px;
  }
}
.choose-us-wrapper-2 .choose-image-items .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-us-wrapper-2 .choose-image-items .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 18px;
  height: 95px;
  width: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.choose-us-wrapper-2 .choose-image-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-1 {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-1 {
    height: 380px;
  }
}
.choose-us-wrapper-2 .choose-image-items .choose-image-2 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-2 {
    height: 450px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .choose-image-items .choose-image-2 {
    height: 380px;
  }
}

.choose-us-wrapper-3 .choose-image {
  margin: 0 40px;
}
@media (max-width: 1399px) {
  .choose-us-wrapper-3 .choose-image {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper-3 .choose-image {
    height: 400px;
  }
}
.choose-us-wrapper-3 .choose-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-us-wrapper-3 .icon-area .icon-items {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.choose-us-wrapper-3 .icon-area .icon-items .icon {
  font-size: 62px;
  color: var(--header-2);
}
.choose-us-wrapper-3 .icon-area .icon-items .content h5 {
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--header-2);
}

.single-product-items {
  margin-top: 35px;
  margin-bottom: -6px;
}
.single-product-items .product-image {
  position: relative;
}
.single-product-items .product-image img {
  width: 100%;
  height: 100%;
}
.single-product-items .product-image .box {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--theme);
  text-align: center;
}
.single-product-items .product-image .box span {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.single-product-items .product-image .product-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 999;
  gap: 10px;
}
.single-product-items .product-image .product-icon li {
  background-color: var(--white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}
.single-product-items .product-image .product-icon li i {
  color: var(--theme);
}
.single-product-items .product-image .product-icon li.style-2 {
  background-color: var(--theme2);
  cursor: pointer;
  width: 135px;
}
.single-product-items .product-image .product-icon li.style-2 a {
  color: var(--white);
}
.single-product-items .product-image .product-icon li.style-2 a i {
  color: var(--white);
  margin-right: 3px;
}
.single-product-items .product-content .price {
  margin-bottom: 5px;
}
.single-product-items .product-content .price span {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme2);
}
.single-product-items .product-content .price del {
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
}
.single-product-items .product-content h5 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.single-product-items .product-content h5 a:hover {
  background-size: 100% 1px;
  color: var(--theme2);
}
.single-product-items:hover .product-image .product-icon li {
  transform: scaleX(1);
}
.single-product-items.active .product-image .product-icon li {
  transform: scaleX(1);
}

.woocommerce-notices-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .woocommerce-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.woocommerce-notices-wrapper .product-showing {
  padding: 18px 20px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--border2);
  display: inline-block;
  font-size: 16px;
}
.woocommerce-notices-wrapper .form-clt {
  width: 250px;
}
.woocommerce-notices-wrapper .form-clt .nice-select {
  padding: 18px 20px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--border2);
}

.product-details-wrapper .shop-single-slide .product-image {
  position: relative;
}
.product-details-wrapper .shop-single-slide .product-image img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.product-details-wrapper .shop-single-slide .product-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.product-details-wrapper .shop-single-slide .product-image .icon:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.product-details-wrapper .shop-single-slide:hover .icon {
  opacity: 1;
}
.product-details-wrapper .product-image-items .slide-smoll img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-details-wrapper .product-image-items .shop-slider-thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--theme2);
  opacity: 1;
}
.product-details-wrapper .product-details-content {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .product-details-wrapper .product-details-content {
    margin-left: 0;
  }
}
.product-details-wrapper .product-details-content .star i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper .product-details-content .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity {
  padding-right: 15px;
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border2);
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .minus {
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .plus {
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .cart-quantity .qty {
  color: var(--header);
}
.product-details-wrapper .product-details-content .cart-wrp .discount input {
  border: 1px solid var(--border2);
  padding: 10px 20px;
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--text);
}
.product-details-wrapper .single-tab {
  padding-top: 40px;
}
.product-details-wrapper .single-tab .nav {
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  padding: 15px 0;
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link.active {
  background: none;
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link.active h5 {
  color: var(--theme2);
}
.product-details-wrapper .single-tab .nav .nav-item .nav-link h5 {
  color: var(--theme);
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-items .admin-items {
    justify-content: center;
  }
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content {
  position: relative;
  border: 1px solid var(--border2);
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-items .admin-items .content::before {
    display: none;
  }
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content .head-content h5 span {
  font-size: 14px;
  margin-left: 30px;
}
.product-details-wrapper .single-tab .tab-content .review-items .admin-items .content .star i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper .single-tab .tab-content .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.product-details-wrapper .single-tab .tab-content .review-title .rate-now p {
  font-size: 16px;
  text-transform: uppercase;
}
.product-details-wrapper .single-tab .tab-content .review-title .rate-now i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper .single-tab .tab-content .review-form {
  margin-top: 40px;
}
.product-details-wrapper .single-tab .tab-content .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.product-details-wrapper .single-tab .tab-content .review-form .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper .single-tab .tab-content .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}

.main-cart-wrapper {
  border-radius: 5px;
}
.main-cart-wrapper .cart-wrapper {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 40px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table {
  width: 100%;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table thead {
  border-bottom: 1px solid var(--border2);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table thead tr th {
  padding-bottom: 16px;
  color: var(--theme);
  text-transform: uppercase;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item td {
  border-bottom: 1px solid var(--border2);
  padding: 16px 0;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-info img {
  border-radius: 5px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-price {
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--bg);
  width: 100px;
  border-radius: 5px;
  padding: 2px 20px;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity span {
  display: block;
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a {
  display: block;
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-quantity .cart-item-quantity-controller a i {
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper .cart-items-wrapper table tbody .cart-item .cart-item-remove a i {
  color: var(--theme);
}
.main-cart-wrapper .cart-wrapper-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.main-cart-wrapper .cart-wrapper-footer form {
  border: 1px solid var(--border2);
  padding: 8px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-cart-wrapper .cart-wrapper-footer form input {
  padding: 5px 5px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  outline: none;
  background: transparent;
}
.main-cart-wrapper .cart-wrapper-footer form button {
  outline: none;
  border: none;
}
.main-cart-wrapper .cart-pragh-box {
  margin-top: 24px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.main-cart-wrapper .cart-graph {
  border: 1px solid var(--border2);
  padding: 30px 30px;
  border-radius: 5px;
}
.main-cart-wrapper .cart-graph h4 {
  text-align: center;
  color: var(--theme);
  margin-bottom: 30px;
}
.main-cart-wrapper .cart-graph ul {
  margin-bottom: 30px;
}
.main-cart-wrapper .cart-graph ul li {
  display: flex;
}
.main-cart-wrapper .cart-graph ul li:not(:last-child) {
  border-bottom: 1px solid var(--border2);
}
.main-cart-wrapper .cart-graph ul li span {
  width: 50%;
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .cart-wrapper {
    overflow-x: scroll;
  }
  .cart-wrapper .cart-items-wrapper {
    width: 700px;
  }
  .cart-wrapper .cart-wrapper-footer {
    width: 700px;
  }
}
.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--theme);
}
.checkout-radio h4 {
  color: var(--theme);
  margin-bottom: 16px;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid var(--border2);
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--theme);
  text-transform: uppercase;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--theme);
  margin-bottom: 2rem;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid var(--border2);
  border-radius: 5px;
  padding: 12px 24px;
  color: var(--theme);
  text-transform: uppercase;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--theme);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::-moz-placeholder {
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
  background-color: var(--white);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
  font-size: 18px;
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--theme);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.checkout-single-wrapper .boxshado-single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 32px;
}
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid var(--border2);
  background: transparent;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--border2);
  background-color: var(--theme);
  outline: none;
  color: var(--theme);
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
}

.product-details-wrapper-2 .product-image-items .tab-content .tab-pane .product-image img {
  width: 100%;
  height: 100%;
}
.product-details-wrapper-2 .product-image-items .tab-content .tab-pane.active {
  border: 1px solid var(--theme2);
}
.product-details-wrapper-2 .product-image-items .nav {
  border: unset;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.product-details-wrapper-2 .product-image-items .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.product-details-wrapper-2 .product-image-items .nav .nav-link .image-tab {
  border: 1px solid var(--border2);
}
.product-details-wrapper-2 .product-image-items .nav .nav-link .image-tab img {
  width: 100%;
  height: 100%;
}
.product-details-wrapper-2 .product-image-items .nav .nav-link.active .image-tab {
  border: 1px solid var(--theme2);
}
.product-details-wrapper-2 .product-details-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .product-details-wrapper-2 .product-details-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrapper-2 .product-details-content {
    margin-left: 0;
  }
}
.product-details-wrapper-2 .product-details-content .star a {
  color: var(--theme2);
  font-size: 14px;
  font-weight: 600;
}
.product-details-wrapper-2 .product-details-content .price-list {
  gap: 20px;
  border-bottom: 1px solid var(--border2);
  padding-bottom: 30px;
}
.product-details-wrapper-2 .product-details-content .price-list span {
  padding: 8px;
  background-color: var(--theme);
  font-size: 14px;
  color: var(--white);
}
.product-details-wrapper-2 .product-details-content .price-list del {
  font-size: 14px;
  color: var(--theme);
  opacity: 0.4;
  font-weight: 500;
}
.product-details-wrapper-2 .product-details-content .price-list h3 {
  font-size: 40px;
  color: var(--theme2);
}
.product-details-wrapper-2 .product-details-content .cart-wrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity {
  padding-right: 15px;
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity input {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border2);
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .minus {
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .plus {
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .cart-quantity .qty {
  color: var(--header);
}
.product-details-wrapper-2 .product-details-content .cart-wrp .icon {
  width: 50px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--border2);
  color: var(--header);
  line-height: 40px;
}
.product-details-wrapper-2 .product-details-content .details-info {
  position: relative;
}
.product-details-wrapper-2 .product-details-content .details-info:not(:last-child) {
  margin-bottom: 10px;
}
.product-details-wrapper-2 .product-details-content .details-info span {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 2px;
}
.product-details-wrapper-2 .product-details-content .details-info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  margin-left: 150px;
  text-transform: capitalize;
}
.product-details-wrapper-2 .single-tab {
  padding-top: 80px;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab {
    padding-top: 50px;
  }
}
.product-details-wrapper-2 .single-tab .nav {
  justify-content: center;
  border-bottom: 1px solid var(--border2);
  padding-bottom: 20px;
}
.product-details-wrapper-2 .single-tab .nav .nav-link.active {
  position: relative;
}
.product-details-wrapper-2 .single-tab .nav .nav-link.active h6 {
  color: var(--theme2);
}
.product-details-wrapper-2 .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #ff5e14;
  transition: 0.3s;
}
.product-details-wrapper-2 .single-tab .description-items .description-content {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .product-details-wrapper-2 .single-tab .description-items .description-content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrapper-2 .single-tab .description-items .description-content {
    margin-right: 0;
  }
}
.product-details-wrapper-2 .single-tab .description-items .description-content h3 {
  margin-bottom: 15px;
}
.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items .description-list li {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--theme);
  font-weight: 500;
}
.product-details-wrapper-2 .single-tab .description-items .description-content .description-list-items .description-list li span {
  color: var(--text);
  font-weight: 400;
}
.product-details-wrapper-2 .single-tab .description-items .description-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .product-details-wrapper-2 .single-tab .review-items .admin-items {
    justify-content: center;
    gap: 30px;
  }
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content {
  position: relative;
  border: 1px solid var(--border2);
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .review-items .admin-items .content::before {
    display: none;
  }
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content .head-content h5 span {
  font-size: 14px;
  margin-left: 30px;
}
.product-details-wrapper-2 .single-tab .review-items .admin-items .content .star i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper-2 .single-tab .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.product-details-wrapper-2 .single-tab .review-title .rate-now p {
  font-size: 16px;
  text-transform: uppercase;
}
.product-details-wrapper-2 .single-tab .review-title .rate-now i {
  font-size: 16px;
  color: #ff9200;
}
.product-details-wrapper-2 .single-tab .review-form {
  margin-top: 40px;
}
.product-details-wrapper-2 .single-tab .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.product-details-wrapper-2 .single-tab .review-form .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .product-details-wrapper-2 .single-tab .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}

.faq-section {
  position: relative;
}
.faq-section::before {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-section::before {
    top: 12%;
  }
}

@media (min-width: 1220px) {
  .faq-wrapper {
    margin-left: calc(-50vw + 635px);
  }
}
@media (max-width: 575px) {
  .faq-wrapper .faq-image {
    height: 400px;
  }
}
.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-wrapper .faq-content {
  margin-left: 70px;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .faq-wrapper .faq-content {
    margin-left: 40px;
  }
  .faq-wrapper .faq-content .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .faq-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.faq-wrapper .faq-content .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--white);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 40px;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 30px;
  left: 0;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-top: 12px;
}
.faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 5px;
  color: var(--white);
  padding-bottom: 25px;
  opacity: 0.7;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-content .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1220px) {
  .faq-wrapper.style-2 {
    margin-right: calc(-50vw + 635px);
    margin-left: initial;
  }
}
.faq-wrapper.style-2 .faq-content {
  margin-left: 0;
  margin-top: 0;
  margin-right: 70px;
}
.faq-wrapper.style-2 .faq-image {
  position: relative;
}
.faq-wrapper.style-2 .faq-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-wrapper.style-2 .faq-image .video-button .video-popup {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.faq-area .faq-accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--theme);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 25px 40px;
  border-top: 1px solid var(--border2);
  text-transform: uppercase;
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: all 0.3s ease-in-out !important;
  position: absolute;
  top: 25px;
  left: 0;
}
.faq-area .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background: transparent;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-top: 12px;
}
.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  padding-top: 5px;
  color: var(--text);
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.faq-area .faq-accordion .accordion-item .accordion-collapse .accordion-body img {
  width: 100%;
  height: 100%;
}
.faq-area.faq-wrapper-2 .faq-image img {
  width: 100%;
  height: 100%;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item {
  border: none;
  background-color: var(--white);
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button {
  color: var(--header-2);
  padding: 18px 20px;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button::after {
  position: initial;
  top: initial;
  left: initial;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  margin-top: 0;
}
.faq-area.faq-wrapper-2 .faq-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 20px;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}
.faq-area.faq-wrapper-2 .faq-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .faq-area.faq-wrapper-2 .faq-content {
    margin-left: 0;
  }
}

.faq-section-2 {
  position: relative;
}
.faq-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 78.4%;
  content: "";
  background-color: var(--theme);
  z-index: -1;
}
@media (max-width: 1399px) {
  .faq-section-2::before {
    height: 100%;
  }
}

.main-sidebar {
  margin-left: 35px;
}
@media (max-width: 1199px) {
  .main-sidebar {
    margin-left: 0;
  }
}
.main-sidebar .single-sidebar-widget {
  background-color: var(--bg);
  padding: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .main-sidebar .single-sidebar-widget {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    margin-bottom: 30px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title span {
  text-transform: uppercase;
  font-size: 14px;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input {
  position: relative;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input input, .main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
  margin-bottom: 20px;
  padding: 18px 20px;
  line-height: 1;
  font-size: 14px;
  width: 100%;
  border: none;
  color: var(--text);
  text-transform: uppercase;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input .icon {
  position: absolute;
  right: 20px;
  top: 12px;
  color: var(--theme);
  border-left: 1px solid var(--border2);
  padding-left: 15px;
}
.main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
  padding: 18px 20px 90px;
}
.main-sidebar .single-sidebar-widget .faq-category-link a {
  padding: 18px 20px;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.main-sidebar .single-sidebar-widget .faq-category-link a:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .faq-category-link a i {
  margin-right: 15px;
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .faq-category-link a::before {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
}
.main-sidebar .single-sidebar-widget .faq-category-link a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .faq-category-link a:hover i {
  color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .faq-category-link a.active {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .faq-category-link a.active i {
  color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .info-list li {
  text-transform: capitalize;
}
.main-sidebar .single-sidebar-widget .info-list li:not(:last-child) {
  margin-bottom: 10px;
}
.main-sidebar .single-sidebar-widget .info-list li span {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .download-service-doc a {
  width: 100%;
  padding: 18px 20px;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.main-sidebar .single-sidebar-widget .download-service-doc a i {
  font-size: 22px;
  margin-right: 15px;
  color: var(--theme2);
}
.main-sidebar .single-sidebar-widget .download-service-doc a:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .main-sidebar .single-sidebar-widget .download-service-doc a {
    font-size: 16px;
    padding: 18px 40px;
  }
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .download-service-doc a {
    font-size: 15px;
    padding: 18px 25px;
  }
}
.main-sidebar .single-sidebar-widget .download-service-doc a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .download-service-doc a.active {
  background-color: var(--theme);
  color: var(--white);
}

.prev-next-btns {
  padding: 20px 0;
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
}
.prev-next-btns .text {
  font-size: 14px;
  color: var(--theme);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.prev-next-btns .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: var(--theme);
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--border2);
  transition: all 0.4s ease-in-out;
}
.prev-next-btns .prev-btn, .prev-next-btns .next-btn {
  gap: 15px;
}
.prev-next-btns .prev-btn:hover .text, .prev-next-btns .next-btn:hover .text {
  color: var(--theme2);
}
.prev-next-btns .prev-btn:hover .icon, .prev-next-btns .next-btn:hover .icon {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid var(--theme2);
}

.cta-call-to-action {
  position: relative;
}
@media (max-width: 1199px) {
  .cta-call-to-action {
    padding-bottom: 0;
  }
}
.cta-call-to-action .dot-shape {
  position: absolute;
  top: 10%;
  left: 10%;
}
@media (max-width: 1199px) {
  .cta-call-to-action .dot-shape {
    display: none;
  }
}
.cta-call-to-action .cta-img {
  position: absolute;
  top: 10%;
  left: 25%;
  animation: scale-up-two 8s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img {
    display: none;
  }
}
.cta-call-to-action .cta-img-2 {
  position: absolute;
  top: 50%;
  left: 2%;
  animation: scale-up-two 9s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-2 {
    display: none;
  }
}
.cta-call-to-action .cta-img-3 {
  position: absolute;
  bottom: 20%;
  left: 27%;
  animation: scale-up-two 10s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-3 {
    display: none;
  }
}
.cta-call-to-action .cta-img-4 {
  position: absolute;
  top: 10%;
  right: 25%;
  animation: scale-up-two 11s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-4 {
    display: none;
  }
}
.cta-call-to-action .cta-img-5 {
  position: absolute;
  right: 10%;
  bottom: 22%;
  animation: scale-up-two 12s infinite linear;
}
@media (max-width: 1199px) {
  .cta-call-to-action .cta-img-5 {
    display: none;
  }
}

.cta-content-items {
  position: relative;
  z-index: 9;
}
.cta-content-items .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: var(--theme);
  text-align: center;
  margin: 0 auto 50px;
}
.cta-content-items span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--theme);
}
.cta-content-items h2 {
  margin-top: 10px;
}
.cta-content-items h2 .text {
  font-size: 50px;
  font-weight: 600;
  color: rgba(0, 22, 89, 0.2);
}
@media (max-width: 1199px) {
  .cta-content-items h2 .text {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .cta-content-items h2 .text {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-content-items h2 .text {
    font-size: 28px;
  }
}
.cta-content-items h2 .text-2 {
  font-size: 50px;
  font-weight: 600;
  color: var(--theme2);
}
@media (max-width: 1199px) {
  .cta-content-items h2 .text-2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .cta-content-items h2 .text-2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-content-items h2 .text-2 {
    font-size: 28px;
  }
}
.cta-content-items .cta-button {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 20px;
  justify-content: center;
}

.cta-banner-wrapper {
  border-bottom: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-banner-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
}
.cta-banner-wrapper .cta-content {
  gap: 30px;
  display: flex;
  align-items: center;
}
.cta-banner-wrapper .cta-content p {
  font-size: 16px;
  max-width: 310px;
}
.cta-banner-wrapper form {
  position: relative;
}
@media (max-width: 575px) {
  .cta-banner-wrapper form {
    width: 100%;
  }
}
.cta-banner-wrapper form input {
  width: 500px;
  color: var(--text);
  border: none;
  outline: none;
  background: var(--bg);
  padding: 18px 20px;
  font-size: 14px;
  position: relative;
}
.cta-banner-wrapper form button {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.cta-join-wrapper {
  position: relative;
  padding: 0 50px;
  background-color: var(--bg);
  border-left: 4px solid var(--theme);
}
@media (max-width: 1199px) {
  .cta-join-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .cta-join-wrapper {
    justify-content: center !important;
    gap: 20px;
  }
}
.cta-join-wrapper .team-image {
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .cta-join-wrapper .team-image {
    display: none;
  }
}

.cta-join-us {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .cta-join-us {
    padding-top: 0;
  }
}

.cta-banner-2 {
  position: relative;
}
.cta-banner-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.6;
}

.cta-wrapper-2 {
  margin-bottom: 110px;
}
@media (max-width: 575px) {
  .cta-wrapper-2 {
    margin-bottom: 115px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper-2 .section-title h2 {
    font-size: 22px;
  }
}

.counter-wrapper-2 {
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  padding: 80px;
  margin-top: -120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .counter-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .counter-wrapper-2 {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .counter-wrapper-2 {
    padding: 40px;
  }
}
.counter-wrapper-2 .counter-content h2 {
  color: var(--white);
  margin-bottom: 10px;
}
.counter-wrapper-2 .counter-content p {
  color: var(--white);
}

.cta-area-3 {
  background-color: var(--theme);
  position: relative;
  display: block;
  margin-top: 40px;
}

.cta-img-box {
  position: absolute;
  top: -38px;
  bottom: -1px;
  left: 0;
  max-width: 694px;
  width: 100%;
}
@media (max-width: 575px) {
  .cta-img-box {
    top: 0;
  }
}
.cta-img-box::before {
  position: absolute;
  top: 0;
  right: -20px;
  content: "";
  border-left: 17px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 38px solid var(--roofsie-black, #FF5E15);
  z-index: 2;
  transform: rotate(-1deg);
}
.cta-img-box .cta-img {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.cta-img-box .cta-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1899px) {
  .cta-img-box .cta-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.8;
  }
}

.cta-one-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 400px;
  padding-top: 77px;
  padding-bottom: 77px;
}
@media (max-width: 1899px) {
  .cta-one-inner {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cta-one-inner {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cta-one-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cta-one-inner .section-title span {
  color: var(--white);
}
.cta-one-inner .section-title h2 {
  color: var(--white);
  font-size: 36px;
}
@media (max-width: 767px) {
  .cta-one-inner .section-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cta-one-inner .section-title h2 {
    font-size: 26px;
  }
}

.pricing-wrapper .package-list-items {
  margin-top: 35px;
  width: 100%;
}
@media (max-width: 991px) {
  .pricing-wrapper .package-list-items {
    margin-top: 43px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .package-list-items {
    margin-bottom: -75px;
  }
}
.pricing-wrapper .package-list-items .price-header-img {
  padding: 50px 30px;
  border: 1px solid #192D69;
}
@media (max-width: 575px) {
  .pricing-wrapper .package-list-items .price-header-img {
    padding: 20px 30px;
  }
}
.pricing-wrapper .package-list-items .price-header {
  padding: 50px 50px;
  border: 1px solid #192D69;
}
@media (max-width: 575px) {
  .pricing-wrapper .package-list-items .price-header {
    padding: 20px 30px;
  }
}
.pricing-wrapper .package-list-items ul li {
  font-size: 16px;
  color: var(--white);
  padding: 20px 30px;
  border: 1px solid #192D69;
  border-top: none;
}
@media (max-width: 575px) {
  .pricing-wrapper .package-list-items ul li {
    padding: 15px 20px;
  }
}
.pricing-wrapper .package-list-items ul li i {
  color: var(--white);
  font-size: 18px;
}
.pricing-wrapper .package-list-items ul li.border-none {
  border: none;
  margin-top: 51px;
}
.pricing-wrapper .signle-pricing-items {
  margin-top: 35px;
}
.pricing-wrapper .signle-pricing-items .price-header {
  padding: 50px 50px;
  border: 1px solid #192D69;
}
@media (max-width: 767px) {
  .pricing-wrapper .signle-pricing-items .price-header {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .signle-pricing-items .price-header {
    padding: 20px 30px;
  }
}
.pricing-wrapper .signle-pricing-items .price-header h3 {
  font-size: 40px;
  color: var(--white);
  line-height: 125%;
}
@media (max-width: 575px) {
  .pricing-wrapper .signle-pricing-items .price-header h3 {
    font-size: 32px;
  }
}
.pricing-wrapper .signle-pricing-items .price-header span {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.7;
  text-transform: uppercase;
}
.pricing-wrapper .signle-pricing-items .price-body li {
  font-size: 16px;
  color: var(--white);
  padding: 20px 30px;
  border: 1px solid #192D69;
  border-top: none;
}
.pricing-wrapper .signle-pricing-items .price-body li .pr-text {
  display: none;
}
@media (max-width: 991px) {
  .pricing-wrapper .signle-pricing-items .price-body li .pr-text {
    display: block;
  }
}
.pricing-wrapper .signle-pricing-items .price-body li .pr-icon {
  opacity: 0;
}
@media (max-width: 991px) {
  .pricing-wrapper .signle-pricing-items .price-body li .pr-icon {
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .signle-pricing-items .price-body li {
    padding: 15px 20px;
  }
}
.pricing-wrapper .signle-pricing-items .price-body li i {
  color: var(--white);
  font-size: 18px;
}
.pricing-wrapper .signle-pricing-items .price-body li.border-none {
  border: none;
  margin-top: 15px;
}

.border-right-none {
  border-right: none !important;
}
@media (max-width: 1199px) {
  .border-right-none {
    border-right: 1px solid #192D69 !important;
  }
}

.pricing-card-items {
  margin-top: 30px;
  border: 1px solid var(--border2);
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-card-items {
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items {
    padding: 30px 20px;
  }
}
.pricing-card-items .icon {
  position: absolute;
  right: 40px;
  top: 40px;
  color: var(--theme3);
  font-size: 90px;
  line-height: 1;
}
@media (max-width: 767px) {
  .pricing-card-items .icon {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .icon {
    top: 20px;
    right: 20px;
  }
}
.pricing-card-items .pricing-header {
  position: relative;
}
.pricing-card-items .pricing-header h2 {
  font-size: 42px;
  color: var(--header-2);
}
@media (max-width: 767px) {
  .pricing-card-items .pricing-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header h2 {
    font-size: 28px;
  }
}
.pricing-card-items .pricing-header h2 span {
  font-size: 16px;
  color: var(--text);
  margin-left: -5px;
}
.pricing-card-items .pricing-header h3 {
  font-size: 22px;
  color: var(--header-2);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .pricing-card-items .pricing-header h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header h3 {
    font-size: 18px;
  }
}
.pricing-card-items .pricing-header p {
  border-bottom: 1px solid var(--border2);
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .pricing-card-items .pricing-header p {
    padding-bottom: 20px;
  }
}
.pricing-card-items ul {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .pricing-card-items ul {
    margin-top: 20px;
  }
}
.pricing-card-items ul li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-card-items ul li i {
  margin-right: 5px;
}
.pricing-card-items .pricing-button {
  margin-top: 40px;
}
.pricing-card-items .pricing-button .theme-bg-2 {
  background-color: #F8F8F8;
  width: 100%;
  text-align: center;
}
.pricing-card-items .pricing-button .theme-bg-2.active {
  background-color: var(--theme3);
}
.pricing-card-items .pricing-button .theme-bg-2 span, .pricing-card-items .pricing-button .theme-bg-2 i {
  color: var(--header-2);
}
.pricing-card-items .pricing-button .theme-bg-2::before, .pricing-card-items .pricing-button .theme-bg-2::after {
  background-color: var(--theme3);
}
.pricing-card-items .pricing-button .theme-bg-2:hover span, .pricing-card-items .pricing-button .theme-bg-2:hover i {
  color: var(--white);
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 953px;
    }
}

.marquee-wrapper {
  background: var(--white);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -15px;
}
.marquee-wrapper.style-2 {
  text-transform: uppercase;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  opacity: 1;
  margin-top: 0;
  margin-bottom: -25px;
}
@media (max-width: 575px) {
  .marquee-wrapper.style-2 {
    margin-bottom: -7px;
  }
}

.text-slider {
  font-size: 80px;
  height: 100px;
  line-height: 90px;
  font-weight: 600;
  color: var(--theme);
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--theme);
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .text-slider {
    font-size: 50px;
    height: 70px;
  }
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}
.testimonial-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1199px) {
  .testimonial-bg {
    overflow: hidden;
  }
}
.testimonial-bg .text-circle {
  position: absolute;
  top: -8%;
  right: 17%;
  animation: cir36 10s linear infinite;
}
@media (max-width: 1199px) {
  .testimonial-bg .text-circle {
    display: none;
  }
}
.testimonial-bg .section-title {
  display: inline-block;
}
@media (max-width: 1199px) {
  .testimonial-bg .section-title h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .testimonial-bg .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .section-title h2 {
    font-size: 28px;
  }
}
.testimonial-bg .section-title h2 .text {
  font-size: 50px;
  margin-left: 170px;
  color: var(--white);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .testimonial-bg .section-title h2 .text {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .testimonial-bg .section-title h2 .text {
    font-size: 32px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .section-title h2 .text {
    font-size: 28px;
  }
}
.testimonial-bg .section-title h2 .text-2 {
  font-size: 50px;
  color: var(--theme2);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .testimonial-bg .section-title h2 .text-2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .testimonial-bg .section-title h2 .text-2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .section-title h2 .text-2 {
    font-size: 28px;
  }
}
.testimonial-bg .testimonial-wrapper {
  overflow: hidden;
}
.testimonial-bg .testimonial-wrapper .array-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 20%;
  bottom: 13.5%;
  z-index: 99;
}
@media (max-width: 991px) {
  .testimonial-bg .testimonial-wrapper .array-btn {
    display: none;
  }
}
.testimonial-bg .testimonial-wrapper .array-btn .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
}
.testimonial-bg .testimonial-wrapper .array-btn .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme2);
  border-radius: 50%;
  color: var(--white);
}
.testimonial-bg .testimonial-wrapper .client-image-items .client-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .testimonial-bg .testimonial-wrapper .client-image-items {
    display: none;
  }
}
.testimonial-bg .testimonial-wrapper .client-image-items .testimonial-image-slider {
  height: 410px;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content {
  height: 480px;
}
@media (max-width: 1199px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 550px;
  }
}
@media (max-width: 450px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content {
    height: 650px;
  }
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content {
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content {
    padding: 40px;
  }
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content ul li {
  font-size: 16px;
  color: var(--theme2);
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content h3 {
  color: var(--white);
  font-weight: 500;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content h4 {
  color: var(--white);
  margin-top: 15px;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info {
  margin-top: 30px;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info h6 {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.testimonial-bg .testimonial-wrapper .testimonial-slide-content .testimonial-content .client-info h6 span {
  color: var(--theme2);
}

@media (min-width: 1220px) {
  .testimonial-wrapper-2 {
    margin-left: calc(-50vw + 555px);
  }
}
.testimonial-wrapper-2 .testimonial-image {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-image img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-2 .testimonial-image .vdieo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-wrapper-2 .testimonial-image .video-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.testimonial-wrapper-2 .testimonial-image .video-btn a {
  position: relative;
  color: var(--theme);
  font-size: 16px;
  z-index: 1;
  background-color: var(--white);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  display: block;
  transition: 0.4s;
}
.testimonial-wrapper-2 .testimonial-image .video-btn a i {
  color: var(--theme);
}
.testimonial-wrapper-2 .testimonial-content-items {
  padding: 50px;
  background-color: var(--white);
  margin-left: -250px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content-items {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content-items {
    padding: 35px;
  }
}
.testimonial-wrapper-2 .testimonial-content-items ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-content-items ul li i {
  color: var(--theme2);
}
.testimonial-wrapper-2 .testimonial-content-items h4 {
  font-weight: 400;
  line-height: 150%;
}
.testimonial-wrapper-2 .testimonial-content-items .client-info {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-content-items .client-info {
    margin-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-content-items .client-info .info-content h6 {
  font-size: 16px;
  color: var(--text);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.testimonial-wrapper-2 .testimonial-content-items .client-info .info-content h6 span {
  color: var(--theme2);
  font-weight: 500;
}

.testimonial-wrapper-4 {
  position: relative;
}
.testimonial-wrapper-4 .testimonial-items {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items {
    padding: 30px;
  }
}
.testimonial-wrapper-4 .testimonial-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  top: 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items::before {
    top: 70px;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.testimonial-wrapper-4 .testimonial-items .client-info {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .client-info {
    margin-top: 10px;
  }
}
.testimonial-wrapper-4 .testimonial-items .client-info h5 {
  font-size: 18px;
  text-transform: uppercase;
}
.testimonial-wrapper-4 .testimonial-items .client-info h6 {
  font-size: 16px;
  margin-top: 5px;
}
.testimonial-wrapper-4 .testimonial-items .client-info h6 span {
  color: var(--theme);
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content {
  max-width: 950px;
  text-align: center;
  margin: 50px auto;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 20px auto;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content {
    margin: 10px auto;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
  font-size: 30px;
  line-height: 180%;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 20px;
    line-height: 170%;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 18px;
    line-height: 165%;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content h3 {
    font-size: 15px;
    line-height: 160%;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-4 .testimonial-items .testimonial-content .star {
    margin-top: 10px;
  }
}
.testimonial-wrapper-4 .testimonial-items .testimonial-content .star span {
  font-size: 14px;
  color: var(--ratting);
}

.testimonial-section-4 {
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-section-4 {
    margin-top: -40px;
  }
}
.testimonial-section-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  z-index: -1;
  top: 30%;
}
.testimonial-section-4::after {
  position: absolute;
  bottom: 11%;
  right: 20%;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: var(--theme2);
  content: "";
  z-index: -1;
}
.testimonial-section-4 .client-1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .testimonial-section-4 .client-1 {
    display: none;
  }
}
.testimonial-section-4 .client-1 img {
  width: 100%;
  height: 100%;
}
.testimonial-section-4 .client-2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .testimonial-section-4 .client-2 {
    display: none;
  }
}

.brand-wrapper {
  border-bottom: 1px solid var(--theme);
}
.brand-wrapper.style-2 {
  position: relative;
  z-index: 9;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 80px;
  margin-top: -100px;
}

@media (max-width: 1399px) {
  .padding-style {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .padding-style {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .padding-style {
    padding-top: 70px;
  }
}

.news-image {
  margin-top: 35px;
  position: relative;
}
.news-image img {
  width: 100%;
  height: 100%;
}
.news-image .post-cat-item {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-image .post-cat-item .post-title {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  color: var(--white);
  cursor: pointer;
}
@media (max-width: 575px) {
  .news-image .post-cat-item .post-title {
    font-size: 11px;
  }
}
.news-image .post-cat-item .post-title a {
  color: var(--white);
}
.news-image .post-cat-item .post-title-2 {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  color: var(--white);
  cursor: pointer;
}
@media (max-width: 575px) {
  .news-image .post-cat-item .post-title-2 {
    font-size: 11px;
  }
}
.news-image .post-cat-item .post-title-2 a {
  color: var(--white);
}
.news-image .news-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
}
.news-image .news-content .post-date {
  margin-bottom: 15px;
}
.news-image .news-content .post-date li {
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
}
.news-image .news-content .post-date li i {
  margin-right: 5px;
}
.news-image .news-content .post-date li span {
  color: var(--theme2);
}
.news-image .news-content h4 a {
  color: var(--white);
}
.news-image .news-content h4 a:hover {
  color: var(--theme2);
}
.news-image.style-2 .post-cat-item .post-title {
  background-color: var(--theme3);
}
.news-image.style-2 .post-cat-item .post-title-2 {
  background-color: var(--theme3);
}
.news-image.style-2 .news-content .post-date li span {
  color: var(--theme3);
}
.news-image.style-2 .news-content h4 a:hover {
  color: var(--theme3);
}

.news-right-content {
  margin-left: 30px;
  margin-top: 35px;
}
.news-right-content .single-news-items:not(:last-child) {
  padding-bottom: 30px;
}
.news-right-content .single-news-items .news-content {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}
.news-right-content .single-news-items .news-content .post-date {
  margin-bottom: 15px;
}
.news-right-content .single-news-items .news-content .post-date li {
  font-size: 16px;
  text-transform: uppercase;
}
.news-right-content .single-news-items .news-content .post-date li i {
  margin-right: 5px;
  color: var(--theme);
}
.news-right-content .single-news-items .news-content .post-date li span {
  color: var(--theme);
  font-weight: 500;
}
.news-right-content .single-news-items .news-content h5 a:hover {
  color: var(--theme2);
}
.news-right-content .single-news-items .news-content.border-none {
  border: none;
  padding-bottom: 0;
}
.news-right-content.style-2 .single-news-items:not(:last-child) {
  padding-bottom: 30px;
}
.news-right-content.style-2 .single-news-items .news-content .post-date li i {
  color: var(--header-2);
}
.news-right-content.style-2 .single-news-items .news-content .post-date li span {
  color: var(--theme3);
}
.news-right-content.style-2 .single-news-items .news-content h5 a {
  color: var(--header-2);
}
.news-right-content.style-2 .single-news-items .news-content h5 a:hover {
  color: var(--theme3);
}

.single-news-style-2 {
  margin-top: 35px;
  background-color: var(--white);
}
.single-news-style-2 .news-image {
  position: relative;
  height: 225px;
}
.single-news-style-2 .news-image img {
  width: 100%;
  height: 100%;
}
.single-news-style-2 .news-image .post-cat {
  font-size: 14px;
  padding: 10px;
  background-color: var(--theme2);
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 0;
}
.single-news-style-2 .news-image .post-cat a {
  color: var(--white);
}
.single-news-style-2 .news-content {
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .single-news-style-2 .news-content {
    padding: 30px 25px;
  }
}
.single-news-style-2 .news-content .post-date {
  margin-bottom: 10px;
}
.single-news-style-2 .news-content .post-date li {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--theme);
}
.single-news-style-2 .news-content .post-date li i {
  color: var(--theme2);
  margin-right: 10px;
}
.single-news-style-2 .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-style-2 .news-content .post-item {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-news-style-2 .news-content .post-item .post-img {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-news-style-2 .news-content .post-item .post-img li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-news-style-2 .news-content .post-item .post-img li span {
  font-weight: 500;
  color: var(--theme);
}
.single-news-style-2 .news-content .post-item .post-icon {
  gap: 20px;
}
.single-news-style-2 .news-content .post-item .post-icon li i {
  margin-right: 5px;
  color: var(--theme);
}

.single-news-style-3 {
  border-top: 1px solid var(--border);
  margin-top: 35px;
}
.single-news-style-3 .news-image {
  position: relative;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  height: 600px;
}
.single-news-style-3 .news-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white);
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}
.single-news-style-3 .news-image::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 490px;
  background-color: var(--border);
  content: "";
}
@media (max-width: 1199px) {
  .single-news-style-3 .news-image::after {
    height: 100%;
  }
}
.single-news-style-3 .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-news-style-3 .news-image .post-cat {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme2);
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .post-cat {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .post-cat {
    left: 20px;
  }
}
.single-news-style-3 .news-image .post-cat a {
  color: var(--white);
}
.single-news-style-3 .news-image .news-content {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  padding: 0 35px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-content {
    padding: 0 30px;
    bottom: 140px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-content {
    padding: 0 20px;
    padding-bottom: 20px;
    bottom: 100px;
  }
}
.single-news-style-3 .news-image .news-content .post-date li {
  color: var(--theme);
}
.single-news-style-3 .news-image .news-content .post-date li i {
  color: var(--theme2);
}
.single-news-style-3 .news-image .news-content .post-date li span {
  color: var(--theme);
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-content h4 {
    font-size: 17px;
  }
}
.single-news-style-3 .news-image .news-content h4 a {
  color: var(--theme);
}
.single-news-style-3 .news-image .news-button {
  position: absolute;
  left: 35px;
  bottom: 50px;
  opacity: 0;
}
@media (max-width: 991px) {
  .single-news-style-3 .news-image .news-button {
    left: 30px;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image .news-button {
    left: 20px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-news-style-3 .news-image::before {
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .single-news-style-3 .news-image::after {
    display: none;
  }
  .single-news-style-3 .news-image .news-content {
    border: none;
  }
  .single-news-style-3 .news-image .news-content .post-date li {
    color: var(--white);
  }
  .single-news-style-3 .news-image .news-content .post-date li i {
    color: var(--white);
  }
  .single-news-style-3 .news-image .news-content .post-date li span {
    color: var(--text2);
  }
  .single-news-style-3 .news-image .news-content h4 a {
    color: var(--white);
    transition: all 0.4s ease-in-out;
  }
  .single-news-style-3 .news-image .news-content h4 a:hover {
    color: var(--theme2);
  }
  .single-news-style-3 .news-image .news-button {
    opacity: 1;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .single-news-style-3 .news-image {
    height: 400px;
  }
}
.single-news-style-3.active .news-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-news-style-3.active .news-image::after {
  display: none;
}
.single-news-style-3.active .news-image .news-content {
  border: none;
}
.single-news-style-3.active .news-image .news-content .post-date li {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-content .post-date li i {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-content .post-date li span {
  color: var(--text2);
}
.single-news-style-3.active .news-image .news-content h4 a {
  color: var(--white);
}
.single-news-style-3.active .news-image .news-button {
  opacity: 1;
  display: inline-block;
}
.single-news-style-3:hover .news-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 66.67%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.single-news-style-3:hover .news-image::after {
  display: none;
}
.single-news-style-3:hover .news-image .news-content {
  border: none;
}
.single-news-style-3:hover .news-image .news-content .post-date li {
  color: var(--white);
}
.single-news-style-3:hover .news-image .news-content .post-date li i {
  color: var(--white);
}
.single-news-style-3:hover .news-image .news-content .post-date li span {
  color: var(--text2);
}
.single-news-style-3:hover .news-image .news-content h4 a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.single-news-style-3:hover .news-image .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-style-3:hover .news-image .news-button {
  opacity: 1;
  display: inline-block;
}

.news-section-3 {
  border-bottom: 1px solid var(--border);
}

.single-news-items-3 {
  margin-top: 30px;
}
.single-news-items-3 .news-image {
  height: 260px;
  position: relative;
}
.single-news-items-3 .news-image .post-date {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: var(--theme);
  padding: 10px 20px;
}
.single-news-items-3 .news-image .post-date h5 {
  color: var(--white);
}
.single-news-items-3 .news-image .post-date h5 span {
  font-size: 16px;
}
.single-news-items-3 .news-content {
  padding: 30px;
  background-color: var(--white);
  margin-left: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 575px) {
  .single-news-items-3 .news-content {
    margin-left: 0;
  }
}
.single-news-items-3 .news-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.single-news-items-3 .news-content ul li {
  font-size: 16px;
}
.single-news-items-3 .news-content ul li i {
  margin-right: 5px;
  color: var(--theme2);
}
.single-news-items-3 .news-content h4 {
  font-size: 18px;
}
.single-news-items-3 .news-content h4 a:hover {
  color: var(--theme2);
}
.single-news-items-3 .news-content .news-btn {
  margin-top: 30px;
}

.border-wrap {
  border: 2px solid #ededed;
}

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
  font-weight: 700;
}
.blog-wrapper .border-wrap {
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-wrapper .border-wrap {
    padding: 50px 15px;
  }
}
.blog-wrapper .border-wrap .single-blog-post .post-content {
  padding: 0px;
}
.blog-wrapper .single-blog-post {
  margin-bottom: 40px;
  position: relative;
}
.blog-wrapper .single-blog-post .video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .video__button .video__btn__wrp {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post.post-details.format-quote .post-content {
  position: relative;
  background: transparent;
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content {
  border: none;
}
.blog-wrapper .single-blog-post.post-details .post-content img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-wrapper .single-blog-post.post-details .post-content h1 {
  font-size: 36px;
  line-height: 1.4;
}
.blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
  margin-top: 10px;
}
.blog-wrapper .single-blog-post.post-details .post-content table {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
    font-size: 28px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h3 {
    font-size: 20px;
  }
}
.blog-wrapper .single-blog-post.post-details .post-content a:hover {
  color: var(--theme2);
}
.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
  background-color: var(--theme);
  color: var(--white);
  font-size: 26px;
  line-height: 1.4;

  font-weight: 400;
  padding: 60px;
  text-align: center;
  margin: 40px 0px;
  position: relative;
  z-index: 1;
}
.blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
  color: var(--white);
}
.blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
  color: var(--text);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
  right: 30px;
  font-size: 110px;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  bottom: -20px;
  color: var(--white);
  z-index: -1;
  opacity: 0.1;
  font-weight: 900;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
  z-index: 1;
  position: relative;
}
.blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #282835;
  opacity: 0.3;
  z-index: -1;
}
.blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
  position: relative;
  background-color: var(--theme);
  background-image: url("../img/quotepost.png");
  border: none;
}
.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
  overflow: hidden;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
    text-align: center;
    font-size: 24px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
  font-size: 70px;
  line-height: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 585px) {
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 50px;
    line-height: 60px;
  }
}
.blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
  overflow: hidden;
}
.blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
  margin-top: -2px;
  font-size: 30px;
  color: var(--white);
}
.blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span {
  color: var(--white);
}
.blog-wrapper .single-blog-post:last-child {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-featured-thumb {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-featured-thumb {
    height: 230px;
  }
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.blog-wrapper .single-blog-post .post-content {
  padding: 50px;
  border: 2px solid #ededed;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-wrapper .single-blog-post .post-content h2 {
  line-height: 1.4;
  font-size: 30px;
  font-weight: 700;
}
.blog-wrapper .single-blog-post .post-content h2 a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content {
    padding: 50px 10px;
  }
}
@media (max-width: 414px) {
  .blog-wrapper .single-blog-post .post-content h2 {
    font-size: 22px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a {
  color: var(--white);
  display: inline-block;
  background-color: var(--theme);
  padding: 14px 18px 12px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-cat a {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-cat a:hover {
  background-color: var(--theme2);
}
.blog-wrapper .single-blog-post .post-content ul {
  margin-bottom: 0;
  list-style-type: disc;
  margin-top: 30px;
}
.blog-wrapper .single-blog-post .post-content ul ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
  color: var(--text);
  position: relative;
  font-size: 18px;
  padding-left: 30px;
}
.blog-wrapper .single-blog-post .post-content ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  color: var(--theme);
}
.blog-wrapper .single-blog-post .post-content ol {
  margin-bottom: 0;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content ol ul {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol ol {
  margin-bottom: 0;
}
.blog-wrapper .single-blog-post .post-content ol li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: decimal;
}
.blog-wrapper .single-blog-post .post-content p {
  margin-top: 15px;
}
.blog-wrapper .single-blog-post .post-content .post-meta {
  margin-top: 10px;
  font-weight: 500;
}
.blog-wrapper .single-blog-post .post-content .post-meta span {
  color: var(--theme);
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-meta span {
    font-size: 13px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-meta span i {
  margin-right: 5px;
}
.blog-wrapper .single-blog-post .post-content .author-info {
  overflow: hidden;
}
.blog-wrapper .single-blog-post .post-content .author-info .author-img {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 15px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
    margin-right: 5px;
  }
}
.blog-wrapper .single-blog-post .post-content .author-info h5 {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  margin-top: 9px;
}
.blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
    font-size: 14px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a {
  font-weight: 500;
}
.blog-wrapper .single-blog-post .post-content .post-link a:hover {
  color: var(--theme2);
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a {
    font-size: 16px;
  }
}
.blog-wrapper .single-blog-post .post-content .post-link a i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .blog-wrapper .single-blog-post .post-content .post-link a i {
    margin-right: 3px;
  }
}

@media (min-width: 991px) {
  .news-area .main-sidebar {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .news-area .main-sidebar {
    margin-top: 40px;
  }
}
.news-area .main-sidebar .single-sidebar-widget {
  border: 2px solid #ededed;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 40px;
}
.news-area .main-sidebar .single-sidebar-widget ul {
  padding-left: 0;
}
.news-area .main-sidebar .single-sidebar-widget ul > li {
  margin-bottom: 10px;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a {
  font-size: 18px;
  text-transform: capitalize;
}
.news-area .main-sidebar .single-sidebar-widget ul > li a:hover {
  color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget ul ul {
  padding-left: 20px;
}
.news-area .main-sidebar .single-sidebar-widget ul ul li {
  margin-top: 5px;
}
.news-area .main-sidebar .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  position: relative;
  padding-left: 45px;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title h3 {
  font-size: 20px;
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 18px;
  border-radius: 5px;
  position: absolute;
  background-color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget .wid-title::after {
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--theme);
}
.news-area .main-sidebar .single-sidebar-widget .social-link a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.news-area .main-sidebar .single-sidebar-widget .social-link a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.news-area .main-sidebar form .theme-btn {
  font-size: 14px !important;
}

.search_widget form {
  width: 100%;
  position: relative;
}
.search_widget form input {
  background-color: var(--white);
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--header);
}
.search_widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.search_widget form button:hover {
  background-color: var(--header);
}

.popular-posts .single-post-item, .popular_posts .single-post-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.popular-posts .single-post-item:last-child, .popular_posts .single-post-item:last-child {
  margin-bottom: 0;
  border: none;
}
.popular-posts .single-post-item .thumb, .popular_posts .single-post-item .thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f2f2f2;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.popular-posts .single-post-item .post-content, .popular_posts .single-post-item .post-content {
  overflow: hidden;
}
.popular-posts .single-post-item .post-content h5, .popular_posts .single-post-item .post-content h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
}
.popular-posts .single-post-item .post-content h5 a:hover, .popular_posts .single-post-item .post-content h5 a:hover {
  color: var(--theme2);
}
.popular-posts .single-post-item .post-content .post-date, .popular_posts .single-post-item .post-content .post-date {
  margin-top: 5px;
  color: var(--theme2);
  font-weight: 500;
  font-size: 14px;
}
.popular-posts .single-post-item .post-content .post-date i, .popular_posts .single-post-item .post-content .post-date i {
  margin-right: 7px;
}

.widget_categories ul li {
  display: block;
}
.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.widget_categories ul li a {
  position: relative;
  background: var(--white);
  padding: 17px 30px;
  line-height: 1;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.widget_categories ul li a:hover {
  color: var(--theme);
}
.widget_categories ul li a span {
  position: absolute;
  width: 60px;
  line-height: 55px;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 0;
  top: 0;
  text-align: center;
  color: var(--white);
}

.tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--white);
  margin-right: 8px;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 14px;
  }
}
.tagcloud a:last-child {
  margin-right: 0;
}
.tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.widget_categories ul li {
  display: block;
  margin-bottom: 10px;
}

p.sticky-label {
  position: absolute;
  right: 0;
  background: var(--theme);
  color: var(--white);
  padding: 10px 40px;
  z-index: -1;
  top: 0;
  font-weight: 700;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #f6f6f6;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
}

.social-share a {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
}
.social-share a:hover {
  color: var(--theme);
}

.tag-share-wrap {
  padding-bottom: 50px;
}
.tag-share-wrap h5 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tag-share-wrap h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.tag-share-wrap .tagcloud a {
  background: var(--theme);
  color: var(--white);
}
.tag-share-wrap .tagcloud a:hover {
  background: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .tag-share-wrap .tagcloud {
    margin-bottom: 20px;
  }
}

.comments-section-wrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .comments-heading h5, .related-post-wrap h5, .comment-form-wrap h5 {
    font-size: 18px;
  }
}

.comments-item-list .single-comment-item {
  margin-top: 30px;
}
.comments-item-list .single-comment-item ul {
  margin-bottom: 15px;
}
.comments-item-list .single-comment-item p, .comments-item-list .single-comment-item span {
  font-size: 16px;
}
.comments-item-list .single-comment-item .author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .comments-item-list .single-comment-item .author-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 585px) {
  .comments-item-list .single-comment-item .author-img {
    float: none;
    margin-bottom: 20px;
  }
}
.comments-item-list .single-comment-item .author-info-comment {
  overflow: auto;
  padding-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.comments-item-list .single-comment-item .author-info-comment .info {
  position: relative;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
  padding: 7px 18px;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--white);
  background: var(--theme);
  transition: all 0.4s ease-in-out;
  box-shadow: inherit;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn i {
  margin-right: 7px;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::before, .comments-item-list .single-comment-item .author-info-comment .info .theme-btn.minimal-btn::after {
  background-color: initial;
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover {
  background: var(--theme2);
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .info .theme-btn:hover a {
  color: var(--white) !important;
}
.comments-item-list .single-comment-item .author-info-comment .info h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .info h5 {
    font-size: 16px;
  }
}
.comments-item-list .single-comment-item .author-info-comment span {
  color: var(--theme2);
  font-weight: 500;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn {
  padding: 7px 18px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .comments-item-list .single-comment-item .author-info-comment .theme-btn {
    font-size: 12px;
  }
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn i {
  margin-right: 5px;
}
.comments-item-list .single-comment-item .author-info-comment .theme-btn:hover a {
  color: var(--white);
}
.comments-item-list .single-comment-item .author-info-comment .comment-text {
  margin-top: 15px;
}

.comment-form {
  background-color: #f0f0f0;
  padding: 50px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form {
    padding: 30px;
  }
}
@media (max-width: 585px) {
  .comment-form {
    padding: 30px 15px;
  }
}
.comment-form label {
  margin-bottom: 4px;
}
.comment-form input, .comment-form textarea {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  color: var(--header);
}
@media (max-width: 585px) {
  .comment-form input, .comment-form textarea {
    padding: 15px;
  }
}
.comment-form textarea {
  height: 200px;
  line-height: 1.3;
  border: none;
}
@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
}
.comment-form .theme-btn {
  display: inline-block;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 60px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .comment-form .theme-btn {
    padding: 20px 40px;
  }
}
@media (max-width: 585px) {
  .comment-form .theme-btn {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.comment-form .theme-btn i {
  margin-right: 10px;
}

.comment ul {
  list-style-type: disc;
}
.comment ul ol {
  margin-bottom: 0;
}
.comment ul li {
  line-height: 1.5;
  margin-top: 10px;
  list-style-type: disc;
}
.comment ol ul {
  margin-bottom: 0;
}
.comment ol ol {
  margin-bottom: 0;
}
.comment ol li {
  line-height: 1.5;
  margin-top: 10px;
}

.site_info_widget .single-contact-info {
  overflow: auto;
  margin-bottom: 20px;
}
.site_info_widget .single-contact-info span {
  display: block;
  color: var(--theme);
}
.site_info_widget .single-contact-info .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  background-color: var(--theme);
  float: left;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  margin-right: 20px;
}
.site_info_widget .single-contact-info:nth-child(2n) .icon {
  background-color: var(--theme);
}
.site_info_widget .single-contact-info:nth-child(3n) .icon {
  background-color: var(--theme);
}
.site_info_widget .social-link {
  margin-top: 35px;
}
.site_info_widget .social-link a {
  margin-right: 8px !important;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.portfolio-section {
  position: relative;
  padding-bottom: 195px;
}
@media (max-width: 1199px) {
  .portfolio-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .portfolio-section {
    padding-bottom: 80px;
  }
}
.portfolio-section .pattern-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio-section .pattern-shape img {
  width: 100%;
  height: 100%;
}
.portfolio-section .array-btn {
  display: grid;
}
.portfolio-section .array-btn .array-prev {
  position: absolute;
  top: 50%;
  left: 13%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme2);
  transform: rotate(-90deg);
}
.portfolio-section .array-btn .array-next {
  position: absolute;
  top: 55%;
  left: 13%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  transform: rotate(-90deg);
}

.portfolio-wrapper {
  margin-top: 60px;
}
@media (min-width: 1220px) {
  .portfolio-wrapper {
    margin-right: calc(-50vw + 555px);
  }
}
.portfolio-wrapper .portfolio-items {
  padding: 60px;
  background-color: var(--theme2);
  position: relative;
  margin-right: -100px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .portfolio-wrapper .portfolio-items {
    padding: 45px;
  }
}
@media (max-width: 1199px) {
  .portfolio-wrapper .portfolio-items {
    margin-right: 0;
    padding: 40px;
  }
}
.portfolio-wrapper .portfolio-items .text-right {
  position: absolute;
  right: -5px;
  top: -20px;
  font-size: 200px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575px) {
  .portfolio-wrapper .portfolio-items .text-right {
    font-size: 100px;
    top: 10px;
  }
}
.portfolio-wrapper .portfolio-items .portfolio-content {
  margin-top: 200px;
}
@media (max-width: 575px) {
  .portfolio-wrapper .portfolio-items .portfolio-content {
    margin-top: 110px;
  }
}
.portfolio-wrapper .portfolio-items .portfolio-content .sub-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.portfolio-wrapper .portfolio-items .portfolio-content .sub-content span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.portfolio-wrapper .portfolio-items .portfolio-content .sub-content .portfolio-btn a {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.portfolio-wrapper .portfolio-items .portfolio-content h3 {
  padding-top: 20px;
}
.portfolio-wrapper .portfolio-items .portfolio-content h3 a {
  color: var(--white);
}
.portfolio-wrapper .portfolio-image img {
  width: 100%;
  height: 100%;
}

.work-cases-section .arry-button .array-prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--text);
  border-radius: 50%;
  border: 2px solid var(--border2);
  margin-right: 20px;
}
.work-cases-section .arry-button .array-next {
  width: 50px;
  height: 50px;
  background-color: var(--theme2);
  color: var(--white);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .work-cases-section .arry-button {
    display: none;
  }
}

.work-cases-wrapper {
  margin-top: 35px;
}
@media (min-width: 1220px) {
  .work-cases-wrapper {
    margin-right: calc(-50vw + 635px);
  }
}
.work-cases-wrapper .work-case-content .nav {
  border: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .work-cases-wrapper .work-case-content .nav {
    justify-content: initial;
  }
}
.work-cases-wrapper .work-case-content .nav .nav-link {
  padding: 0;
  border: unset;
  background: none;
}
.work-cases-wrapper .work-case-content .nav .nav-link .title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--theme);
}
.work-cases-wrapper .work-case-content .nav .nav-link.active .title {
  color: var(--theme2);
  position: relative;
  padding-left: 70px;
}
.work-cases-wrapper .work-case-content .nav .nav-link.active .title::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 50px;
  background-color: var(--theme2);
}
.work-cases-wrapper .work-cases-items {
  margin-bottom: -6px;
}
.work-cases-wrapper .work-cases-items .cases-image {
  position: relative;
  height: 500px;
}
@media (max-width: 575px) {
  .work-cases-wrapper .work-cases-items .cases-image {
    height: 400px;
  }
}
.work-cases-wrapper .work-cases-items .cases-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-cases-wrapper .work-cases-items .cases-image .icon {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--theme);
  background-color: var(--white);
  line-height: 60px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
.work-cases-wrapper .work-cases-items .cases-image .icon:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.work-cases-wrapper .work-cases-items .cases-content {
  margin-top: 30px;
}
.work-cases-wrapper .work-cases-items .cases-content span {
  color: var(--theme2);
  text-transform: uppercase;
  font-size: 14px;
}
.work-cases-wrapper .work-cases-items .cases-content h4 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.work-cases-wrapper .work-cases-items .cases-content h4 a:hover {
  background-size: 100% 1px;
  color: var(--theme2);
}
.work-cases-wrapper .work-cases-items:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.case-study-wrapper .icon-box {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 40px 80px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
}
.case-study-wrapper .icon-box::before, .case-study-wrapper .icon-box::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  border: 1px solid var(--border2);
  left: -15px;
  top: -15px;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-name: video-animation;
  animation-iteration-count: infinite;
}
.case-study-wrapper .icon-box::before {
  animation-delay: 1s;
}
.case-study-wrapper .case-study-items {
  margin-top: 35px;
  margin-bottom: -13px;
}
.case-study-wrapper .case-study-items .case-study-image {
  position: relative;
  height: 450px;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-items .case-study-image {
    height: 380px;
  }
}
.case-study-wrapper .case-study-items .case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-wrapper .case-study-items .case-study-image .icon {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  fill: rgba(255, 255, 255, 0.01);
  filter: drop-shadow(0px 40px 80px rgba(0, 0, 0, 0.9));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 2;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-items .case-study-image .icon {
    height: 70px;
    width: 70px;
    line-height: 80px;
  }
}
.case-study-wrapper .case-study-items .case-study-image .icon i {
  color: var(--white);
  font-size: 24px;
}
.case-study-wrapper .case-study-items .case-study-content {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  padding: 30px 20px 0;
}
.case-study-wrapper .case-study-items .case-study-content ul {
  border-bottom: 1px solid var(--border2);
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-items .case-study-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.case-study-wrapper .case-study-items .case-study-content ul li {
  text-transform: uppercase;
  font-size: 14px;
}
.case-study-wrapper .case-study-items .case-study-content ul li span {
  color: var(--theme);
  font-weight: 500;
}
.case-study-wrapper .case-study-items .case-study-content h3 {
  margin-top: 20px;
}
.case-study-wrapper .case-study-items .case-study-content h3 a:hover {
  color: var(--theme2);
}
.case-study-wrapper .case-study-items:hover .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.case-study-wrapper .case-study-items:hover .case-study-content {
  opacity: 1;
  visibility: visible;
}
.case-study-wrapper .swiper-slide.swiper-slide-active .case-study-items .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.case-study-wrapper .swiper-slide.swiper-slide-active .case-study-items .case-study-content {
  opacity: 1;
  visibility: visible;
}

.work-cases-wrapper-2 .work-cases-image {
  height: 440px;
}
.work-cases-wrapper-2 .work-cases-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-study-wrapper-3 .case-study-single-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .case-study-wrapper-3 .case-study-single-items {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .case-study-wrapper-3 .case-study-single-items {
    justify-content: center;
  }
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 {
  max-width: 600px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image {
  position: relative;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image img {
  width: 100%;
  height: 100%;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  transform: rotate(-45deg);
  cursor: pointer;
  color: var(--theme);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon i {
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon:hover {
  background-color: var(--theme2);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-image .icon:hover i {
  color: var(--white);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content {
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2 .case-study-content ul li {
  text-transform: uppercase;
  color: var(--theme);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 {
  max-width: 400px;
}
@media (max-width: 1199px) {
  .case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 {
    margin-bottom: 30px;
  }
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.style-2 .case-study-image .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content {
  opacity: 1;
  visibility: visible;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h4 a, .case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h6 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h4 a:hover, .case-study-wrapper-3 .case-study-single-items .case-study-items-2:hover .case-study-content h6 a:hover {
  background-size: 100% 1px;
  color: var(--theme2);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-image .icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
  background-color: var(--theme2);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-image .icon i {
  color: var(--white);
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content {
    margin-bottom: 30px;
  }
}
.case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content h4 a, .case-study-wrapper-3 .case-study-single-items .case-study-items-2.active .case-study-content h6 a {
  background-image: linear-gradient(var(--theme2), var(--theme2));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-size: 100% 1px;
  color: var(--theme2);
}

.work-details-wrapper .header-title {
  margin-top: 40px;
}
.work-details-wrapper .hilight-text {
  padding: 30px 35px;
  position: relative;
  border-left: 4px solid var(--theme);
  margin-top: 30px;
}
.work-details-wrapper .hilight-text::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  opacity: 0.06;
}
.work-details-wrapper .hilight-text .text {
  color: var(--theme);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.work-details-wrapper .hilight-text h6 {
  font-size: 14px;
  font-weight: 500;
}
.work-details-wrapper .hilight-text h6 span {
  color: var(--theme2);
}
.work-details-wrapper .case-details-image {
  position: relative;
}
.work-details-wrapper .case-details-image img {
  width: 100%;
  height: 100%;
}
.work-details-wrapper .case-details-image .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.work-details-wrapper .case-details-image .video-button .video-popup {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  background-color: var(--white);
  border-radius: 50%;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 575px) {
  .work-details-wrapper .case-details-image .video-button .video-popup {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.project-wrapper .project-items {
  margin-top: 30px;
}
.project-wrapper .project-items .project-image {
  position: relative;
  height: 530px;
}
@media (max-width: 767px) {
  .project-wrapper .project-items .project-image {
    height: 470px;
  }
}
@media (max-width: 575px) {
  .project-wrapper .project-items .project-image {
    height: 420px;
  }
}
.project-wrapper .project-items .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-wrapper .project-items .project-image::before {
  background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, #001659 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  content: "";
}
.project-wrapper .project-items .project-content {
  position: absolute;
  bottom: -100px;
  left: 40px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
}
.project-wrapper .project-items .project-content p {
  color: var(--white);
  letter-spacing: 1.1px;
}
@media (max-width: 575px) {
  .project-wrapper .project-items .project-content h5 {
    font-size: 18px;
  }
}
.project-wrapper .project-items .project-content h5 a {
  color: var(--white);
}
.project-wrapper .project-items:hover .project-image::before {
  visibility: visible;
  opacity: 1;
}
.project-wrapper .project-items:hover .project-content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
.project-wrapper .swiper-slide.swiper-slide-active .project-items .project-image::before {
  visibility: visible;
  opacity: 1;
}
.project-wrapper .swiper-slide.swiper-slide-active .project-items .project-content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}

.project-section-2 {
  background-color: var(--black);
}

.project-section-2 {
  position: relative;
}
.project-section-2 .pattren-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.project-wrapper-2 {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
}
.project-wrapper-2 .project-items-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .project-wrapper-2 .project-items-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.project-wrapper-2 .project-items-2 .project-title {
  width: 300px;
}
.project-wrapper-2 .project-items-2 .project-title a {
  color: var(--white);
}
.project-wrapper-2 .project-items-2 .project-title a:hover {
  color: var(--theme3);
}
.project-wrapper-2 .project-items-2 P {
  color: rgba(255, 255, 255, 0.4);
  max-width: 370px;
  margin: 0 auto;
}
.project-wrapper-2 .project-items-2 .project-button .theme-btn span, .project-wrapper-2 .project-items-2 .project-button .theme-btn i {
  color: var(--white);
}
.project-wrapper-2 .project-items-2 .project-hover {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 10%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.project-wrapper-2 .project-items-2:hover .project-hover {
  opacity: 1;
  visibility: visible;
}

.contact-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 50px;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .contact-info-wrapper {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact-info-wrapper .contact-info-items {
  gap: 50px;
}
.contact-info-wrapper .contact-info-items:not(:last-child) {
  border-right: 1px solid var(--border2);
  padding-right: 70px;
}
@media (max-width: 1399px) {
  .contact-info-wrapper .contact-info-items:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 575px) {
  .contact-info-wrapper .contact-info-items {
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .contact-info-wrapper .contact-info-items .content {
    text-align: center;
  }
}
.contact-info-wrapper .contact-info-items .content span {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--theme);
}
.contact-info-wrapper .contact-info-items .content h5 {
  text-transform: initial;
}
.contact-info-wrapper.style-2 {
  padding: 0;
  padding-top: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--theme);
}

.contact-info-section {
  position: relative;
}
.contact-info-section::after {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bg);
  z-index: -1;
}
.contact-info-section::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--theme);
  z-index: -1;
}
.contact-info-section .pattern-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.contact-info-section .pattern-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .contact-info-section .pattern-shape {
    display: none;
  }
}

.contact-form-area {
  padding-top: 50px;
}
.contact-form-area .map-item {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .contact-form-area .map-item {
    margin-left: 0;
  }
}
.contact-form-area .map-item .googpemap {
  height: 655px;
  position: relative;
}
@media (max-width: 575px) {
  .contact-form-area .map-item .googpemap {
    height: 430px;
  }
}
.contact-form-area .map-item .googpemap .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
}
.contact-form-area .map-item .googpemap iframe {
  width: 100%;
  height: 100%;
}
.contact-form-area.style-2 {
  margin-top: 30px !important;
  display: inline-block;
}

.contact-form-items .form-clt {
  position: relative;
}
.contact-form-items .form-clt span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt span {
    margin-bottom: 5px;
  }
}
.contact-form-items .form-clt .icon {
  position: absolute;
  top: 55px;
  left: 15px;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt .icon {
    display: none;
  }
}
.contact-form-items .form-clt .icon i {
  color: var(--theme);
  font-size: 14px;
}
.contact-form-items .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt input {
    padding: 15px 20px;
  }
}
.contact-form-items .form-clt-big span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
}
.contact-form-items .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 14px;
  border: none;
  text-transform: uppercase;
}

.contact-text {
  padding: 25px 40px;
  background-color: var(--theme);
}
@media (max-width: 1199px) {
  .contact-text {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center !important;
  }
}
.contact-text h6 {
  color: var(--white);
}
@media (max-width: 1199px) {
  .contact-text h6 {
    text-align: center;
  }
}

.contact-info-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-info-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.contact-info-items-2 .contact-title span {
  font-size: 14px;
  text-transform: uppercase;
}
.contact-info-items-2 .contact-title h5 {
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.contact-info-items-2 .contact-title h5:hover {
  background-size: 100% 1px;
  color: var(--theme);
}
.contact-info-items-2 .list-info {
  margin-top: 25px;
}
.contact-info-items-2 .list-info li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--theme);
}
.contact-info-items-2 .list-info li:not(:last-child) {
  margin-bottom: 10px;
}
.contact-info-items-2 .list-info li i {
  color: var(--theme2);
  font-size: 16px;
}

.contact-form {
  margin-top: 35px;
  display: inline-block;
}
.contact-form .contact-image {
  margin-left: 50px;
}
.contact-form .contact-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .contact-form .contact-image {
    margin-left: 0;
  }
}

.map-area .googpemap {
  height: 550px;
  position: relative;
}
.map-area .googpemap .circle-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
}
.map-area .googpemap iframe {
  width: 100%;
  height: 100%;
}

.contact-section-2 {
  position: relative;
  z-index: 9;
}
.contact-section-2 .contact-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  animation: right-image-bounce 3s infinite ease-in-out;
}

.contact-wrapper-2 .contact-content .contact-info-area {
  margin-top: 50px;
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .icon {
  font-size: 28px;
  color: var(--header-2);
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 {
  font-size: 18px;
  margin-top: 5px;
  text-transform: initial;
  color: var(--header-2);
}
.contact-wrapper-2 .contact-content .contact-info-area .contact-info-items .content h3 a {
  color: var(--header-2);
}
.contact-wrapper-2 .contact-box {
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  padding: 60px 45px;
}
.contact-wrapper-2 .contact-box .contact-title {
  text-align: center;
  margin-bottom: 30px;
}
.contact-wrapper-2 .contact-box .contact-title h3 {
  font-size: 24px;
  color: var(--header-2);
}
.contact-wrapper-2 .contact-box .contact-title p {
  color: var(--black);
  margin-top: 5px;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt {
  position: relative;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt input, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea {
  border: 1px solid #E4E4E4;
  color: var(--text);
  font-size: 16px;
  background-color: transparent;
  text-transform: uppercase;
  padding: 16px 20px;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt input::-moz-placeholder, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea::-moz-placeholder {
  color: var(--text);
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt input::placeholder, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-box .contact-form-items .form-clt input, .contact-wrapper-2 .contact-box .contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select {
  background-color: transparent;
  border: 1px solid #E4E4E4;
  padding: 16px 20px;
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select {
    padding: 12px 20px;
  }
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .nice-select span {
  color: var(--text);
  font-size: 16px;
  text-transform: uppercase;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .icon {
  position: absolute;
  top: 18px;
  right: 30px;
}
.contact-wrapper-2 .contact-box .contact-form-items .form-clt .icon i {
  color: var(--header-2);
}
.contact-wrapper-2 .contact-box .contact-form-items textarea {
  padding: 16px 20px 90px !important;
  width: 100%;
}
@media (max-width: 575px) {
  .contact-wrapper-2 .contact-box .contact-form-items textarea {
    padding: 12px 20px 90px !important;
  }
}
.contact-wrapper-2 .contact-box .contact-form-items .theme-btn {
  display: inherit;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto;
}

.footer-widgets-wrapper {
  padding: 45px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 40px 0 70px;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 21px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 img {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li a {
  color: var(--white);
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li a i {
  font-size: 16px;
  color: #415698;
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list-items ul li:hover a i {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list li a {
  color: var(--white);
  font-size: 16px;
}
.footer-widgets-wrapper .single-footer-widget .list li a i {
  font-size: 16px;
  color: #415698;
  margin-right: 10px;
}

.footer-menu-map {
  padding-bottom: 70px;
}

.footer-menu-map .single-footer-widget {
  height: 100%;
  margin-top: 10px;
}

.footer-menu-map .single-footer-widget .widget-head {
  margin-bottom: 16px;
}

.footer-menu-map .single-footer-widget .widget-head h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.25;
}

.footer-menu-map .single-footer-widget .list li:not(:last-child) {
  margin-bottom: 11px;
}

.footer-menu-map .single-footer-widget .list li a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.45;
}

.footer-menu-map .single-footer-widget .list li a i {
  flex: 0 0 auto;
  margin: 5px 0 0;
  font-size: 13px;
}

.footer-menu-map .single-footer-widget .list li:hover a {
  color: var(--theme2);
}

.footer-menu-map .single-footer-widget .list li:hover a i {
  color: var(--theme2);
}

@media (max-width: 767px) {
  .footer-menu-map {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .footer-menu-map .single-footer-widget .widget-head h4 {
    font-size: 21px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items {
  background-color: var(--white);
  padding: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content h4 img {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon {
    top: 12px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input .icon i {
  color: var(--theme);
  font-size: 14px;
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
  width: 100%;
  font-size: 14px;
  padding: 18px 20px 18px 40px;
  border: none;
  background-color: var(--bg);
  color: var(--text);
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input input {
    padding: 14px 20px 14px 40px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::-moz-placeholder {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .footer-input::placeholder {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-contact-items .contact-content .theme-btn {
  width: 100%;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .widget-head h4 {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .text-area {
    margin: initial;
  }
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--theme);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .social-icon.style-2 {
    justify-content: initial !important;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items {
    justify-content: initial !important;
    gap: 60px;
  }
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li a i {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list-items ul li:hover a i {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li a i {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a {
  color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget.footer-widget-2 .list li:hover a i {
  color: var(--theme2);
}

.social-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .social-icon-items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.social-icon-items .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 30px;
}
@media (max-width: 575px) {
  .social-icon-items .social-icon {
    gap: 15px;
  }
}
.social-icon-items .social-icon:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 200px;
}
@media (max-width: 1600px) {
  .social-icon-items .social-icon:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}
.social-icon-items .social-icon i {
  font-size: 20px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.social-icon-items .social-icon h6 {
  font-size: 16px;
}
.social-icon-items .social-icon h6 a {
  color: var(--white);
}
.social-icon-items .social-icon:hover i {
  color: var(--theme2);
}
.social-icon-items .social-icon:hover h6 a {
  color: var(--theme2);
}

.footer-bottom {
  padding: 18px 0;
  background-color: #001248;
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  text-transform: uppercase;
  color: var(--white);
  font-size: 16px;
}
.footer-bottom .footer-bottom-wrapper p a {
  color: var(--theme2);
}
.footer-bottom .footer-bottom-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li {
  font-size: 16px;
  font-weight: 500;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme2);
}
.footer-bottom.style-2 {
  background-color: var(--white);
  padding: 0;
}
.footer-bottom.style-2 .footer-bottom-wrapper {
  border-top: 1px solid var(--theme);
  padding: 30px 0;
}
.footer-bottom.style-2 .footer-bottom-wrapper p {
  color: var(--text);
}
.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a {
  color: var(--theme);
}
.footer-bottom.style-2 .footer-bottom-wrapper .footer-menu li a:hover {
  color: var(--theme2);
}

.footer-section .eonfik-text {
  margin-top: -35px;
  margin-bottom: -32px;
}
@media (max-width: 991px) {
  .footer-section .eonfik-text {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .footer-section .eonfik-text {
    margin-top: -15px;
  }
}
@media (max-width: 575px) {
  .footer-section .eonfik-text {
    margin-top: -10px;
  }
}
.footer-section .eonfik-text h2 {
  font-size: 275px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--bg);
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media (max-width: 1399px) {
  .footer-section .eonfik-text h2 {
    font-size: 250px;
  }
}
@media (max-width: 1199px) {
  .footer-section .eonfik-text h2 {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .footer-section .eonfik-text h2 {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .footer-section .eonfik-text h2 {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .footer-section .eonfik-text h2 {
    font-size: 90px;
  }
}

.footer-section-2 {
  position: relative;
}
.footer-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0.85;
}

.footer-widgets-wrapper-2 {
  padding: 90px 0 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper-2 {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper-2 {
    padding: 40px 0 70px;
  }
}
.footer-widgets-wrapper-2 .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content p {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input {
  position: relative;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input {
  width: 100%;
  background: #272727;
  border: none;
  padding: 16px 20px;
  text-transform: capitalize;
  font-size: 14px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .newsletter-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info {
  margin-top: 30px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li a {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .footer-input .contact-info li i {
  margin-right: 5px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border2);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-content .social-icon a:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a {
  color: var(--white);
  position: relative;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--theme2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover {
  padding-left: 20px;
  color: var(--theme2);
}
.footer-widgets-wrapper-2 .single-footer-widget .list-area li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item {
  margin-bottom: 35px;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 {
  font-size: 15px;
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a {
  color: var(--white);
}
.footer-widgets-wrapper-2 .single-footer-widget .popular-posts .single-post-item .post-content h5 a:hover {
  color: var(--theme2);
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
  position: relative;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    width: 100px;
  }
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb img {
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 94, 21, 0.85);
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon i {
  color: var(--white);
  font-size: 22px;
  z-index: 99;
  position: relative;
  margin-top: 35px;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon {
  opacity: 1;
}
.footer-widgets-wrapper-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
  opacity: 1;
}
.footer-widgets-wrapper-2.style-2 {
  padding: 90px 0 110px;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper-2.style-2 {
    padding: 70px 0 90px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper-2.style-2 {
    padding: 50px 0 70px;
  }
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .social-icon a:hover {
  background-color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a::before {
  background-color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .list-area li a:hover {
  color: var(--theme3);
}
.footer-widgets-wrapper-2.style-2 .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
  background-color: rgba(229, 218, 56, 0.85);
}

.footer-bottom-2 {
  position: relative;
  z-index: 9;
}
.footer-bottom-2 .footer-bottom-wrapper-2 {
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 p {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 p a:hover {
  color: var(--white);
}

.footer-section-3 {
  position: relative;
  background-color: #101010;
}
.footer-section-3 .pattren-shape {
  position: absolute;
  top: 0;
  left: 0;
}


/*top menu*/
.top-header-3{
    position: initial;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.skpp-top-brand {
    position: relative;
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr) 138px;
    align-items: center;
    gap: 30px;
    width: 100%;
    min-height: 190px;
    padding: 11px 40px 10px;
    overflow: hidden;
    background: #ffffff;
    border-top: 6px solid #e9531d;
    border-bottom: 1px solid #092f62;
    box-shadow: 0 10px 28px rgba(9, 47, 98, 0.09);
}

.skpp-top-brand-no-left {
    grid-template-columns: minmax(0, 1fr) 138px;
}

.skpp-top-brand::before,
.skpp-top-brand::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.skpp-top-brand::before {
    top: 0;
    left: 0;
    width: 26%;
    height: 6px;
    background: #159447;
}

.skpp-top-brand::after {
    right: 0;
    bottom: 0;
    width: 22%;
    height: 5px;
    background: #e9531d;
}

.skpp-brand-emblem,
.skpp-brand-seal {
    display: grid;
    place-items: center;
    width: 132px;
    height: 165px;
    justify-self: center;
    padding: 10px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0 10px 24px rgba(18, 41, 66, 0.12);
}

.skpp-brand-emblem img,
.skpp-brand-seal img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.skpp-brand-content {
    min-width: 0;
    text-align: center;
    color: #102f4f;
}

.skpp-brand-content h1,
.skpp-brand-content h2,
.skpp-brand-content h3 {
    margin: 0;
    overflow-wrap: anywhere;
}

.skpp-brand-kicker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #176a3a;
}

.skpp-brand-kicker span {
    width: 42px;
    height: 2px;
    flex: 0 0 auto;
    background: #e3a127;
}

.skpp-brand-kicker p {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.skpp-brand-content h1 {
    max-width: 1100px;
    margin: 8px auto 0;
    color: #092f62;
    font-size: 38px;
    line-height: 1.08;
    font-weight: 900;
    text-transform: uppercase;
    text-wrap: balance;
}

.skpp-brand-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 22px;
    margin-top: 12px;
}

.skpp-brand-content h2,
.skpp-brand-content h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #30445b;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.skpp-brand-content h2 i,
.skpp-brand-content h3 i {
    flex: 0 0 auto;
    color: #e9531d;
    font-size: 14px;
}

@media (max-width: 1399px) {
    .skpp-top-brand {
        grid-template-columns: 116px minmax(0, 1fr) 116px;
        min-height: 172px;
        padding: 20px 32px 24px;
        gap: 22px;
    }

    .skpp-top-brand-no-left {
        grid-template-columns: minmax(0, 1fr) 116px;
    }

    .skpp-brand-emblem,
    .skpp-brand-seal {
        width: 112px;
        height: 112px;
    }

    .skpp-brand-kicker p {
        font-size: 15px;
    }

    .skpp-brand-content h1 {
        font-size: 31px;
    }

    .skpp-brand-content h2,
    .skpp-brand-content h3 {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .skpp-top-brand {
        grid-template-columns: 82px minmax(0, 1fr) 82px;
        min-height: 148px;
        padding: 16px 16px 20px;
        gap: 14px;
    }

    .skpp-top-brand-no-left {
        grid-template-columns: minmax(0, 1fr) 82px;
    }

    .skpp-brand-emblem,
    .skpp-brand-seal {
        width: 78px;
        height: 78px;
        padding: 7px;
    }

    .skpp-brand-kicker {
        gap: 8px;
    }

    .skpp-brand-kicker span {
        width: 24px;
    }

    .skpp-brand-kicker p {
        font-size: 12px;
    }

    .skpp-brand-content h1 {
        margin-top: 6px;
        font-size: 23px;
    }

    .skpp-brand-details {
        gap: 3px 12px;
        margin-top: 8px;
    }

    .skpp-brand-content h2,
    .skpp-brand-content h3 {
        font-size: 10px;
    }
}

@media (max-width: 575px) {
    .skpp-top-brand {
        grid-template-columns: 58px minmax(0, 1fr) 58px;
        gap: 7px;
        min-height: 132px;
        padding: 12px 8px 16px;
        border-top-width: 4px;
        border-bottom-width: 4px;
    }

    .skpp-top-brand-no-left {
        grid-template-columns: minmax(0, 1fr) 58px;
    }

    .skpp-brand-emblem,
    .skpp-brand-seal {
        width: 54px;
        height: 62px;
        padding: 4px;
        box-shadow: 0 5px 12px rgba(18, 41, 66, 0.1);
    }

    .skpp-brand-content {
        align-self: center;
    }

    .skpp-brand-content h1,
    .skpp-brand-content h2,
    .skpp-brand-content h3 {
        overflow-wrap: normal;
        word-break: normal;
        text-wrap: balance;
    }

    .skpp-brand-kicker {
        gap: 5px;
    }

    .skpp-brand-kicker span {
        width: 12px;
        height: 1px;
    }

    .skpp-brand-kicker p {
        font-size: 8px;
        line-height: 1.25;
    }

    .skpp-brand-content h1 {
        margin-top: 4px;
        font-size: 15px;
        line-height: 1.1;
    }

    .skpp-brand-details {
        display: block;
        margin-top: 6px;
    }

    .skpp-brand-content h2,
    .skpp-brand-content h3 {
        display: flex;
        gap: 4px;
        font-size: 7.5px;
        line-height: 1.3;
    }

    .skpp-brand-content h3 {
        margin-top: 2px;
    }

    .skpp-brand-content h2 i,
    .skpp-brand-content h3 i {
        font-size: 7px;
    }
}

@media (max-width: 390px) {
    .skpp-top-brand {
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 4px;
        min-height: 120px;
        padding: 10px 5px 14px;
    }

    .skpp-top-brand-no-left {
        grid-template-columns: minmax(0, 1fr) 48px;
    }

    .skpp-brand-emblem,
    .skpp-brand-seal {
        width: 45px;
        height: 54px;
    }

    .skpp-brand-kicker p {
        font-size: 7px;
    }

    .skpp-brand-content h1 {
        font-size: 13px;
    }

    .skpp-brand-content h2,
    .skpp-brand-content h3 {
        font-size: 6.8px;
    }
}

.title-style-heading {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 18px 0 34px;
}

.title-style-heading::after {
    content: "";
    flex: 1 1 auto;
    height: 2px;
    background: #001659;
}

.title-style-heading::before {
    content: none;
}

.title-style-name {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 50px;
    padding: 10px 52px 10px 26px;
    background: #001659;
    color: #fff;
    text-align: left;
    margin-right: 26px;
}

.title-style-name::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
}

.title-style-name::before {
    content: none;
}

.title-style-name::after {
    right: -26px;
    border-top: 50px solid #001659;
    border-right: 26px solid transparent;
}

.title-style-name-text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .2px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .title-style-heading {
        margin: 12px 0 26px;
    }

    .title-style-name {
        width: auto;
        max-width: calc(100% - 28px);
        min-height: 42px;
        padding: 8px 36px 8px 18px;
        margin-right: 22px;
    }

    .title-style-name::after {
        right: -22px;
        border-top-width: 42px;
        border-right-width: 22px;
    }

    .title-style-name-text {
        font-size: 16px;
    }
}

.about-college-style {
    display: grid;
    grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
    align-items: center;
    gap: 54px;
    padding: 10px 0 20px;
}

.about-college-image {
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f7;
    box-shadow: 0 20px 44px rgba(0, 22, 89, 0.12);
}

.about-college-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.about-college-info {
    color: #515b6b;
}

.about-college-kicker {
    display: inline-block;
    margin-bottom: 22px;
    color: #001659;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-college-kicker strong {
    color: #ff4d17;
    font-weight: 700;
}

.about-college-info h2 {
    margin: 0 0 24px;
    color: #001659;
    font-size: 35px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.about-college-info p {
    margin: 0 0 16px;
    color: #535b68;
    font-size: 18px;
    line-height: 1.72;
}

.about-college-info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.about-college-info li {
    position: relative;
    padding-left: 28px;
    color: #001659;
    font-size: 16px;
    font-weight: 700;
}

.about-college-info li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 14px;
    height: 8px;
    border-left: 3px solid #ff4d17;
    border-bottom: 3px solid #ff4d17;
    transform: rotate(-45deg);
}

@media (max-width: 1199px) {
    .about-college-style {
        gap: 34px;
    }

    .about-college-info h2 {
        font-size: 38px;
    }

    .about-college-info p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-college-style {
        grid-template-columns: 1fr;
    }

    .about-college-image img {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 575px) {
    .about-college-info h2 {
        font-size: 28px;
    }

    .about-college-info ul {
        grid-template-columns: 1fr;
    }
}

.about-sanstha-style {
    padding: 8px 0 24px;
}

.about-sanstha-intro {
    display: grid;
    grid-template-columns: minmax(240px, 430px) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
}

.about-sanstha-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 30px;
    border-radius: 8px;
    background: linear-gradient(145deg, #ffffff, #f4f8f6);
    box-shadow: 0 20px 44px rgba(0, 22, 89, 0.10);
}

.about-sanstha-logo img {
    display: block;
    width: min(100%, 360px);
    height: auto;
}

.about-sanstha-info {
    color: #515b6b;
}

.about-sanstha-kicker {
    display: inline-block;
    margin-bottom: 18px;
    color: #001659;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-sanstha-kicker strong {
    color: #ff4d17;
    font-weight: 700;
}

.about-sanstha-info h2 {
    margin: 0 0 24px;
    color: #001659;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.about-sanstha-info p {
    margin: 0 0 18px;
    color: #202938;
    font-size: 18px;
    line-height: 1.78;
    text-align: justify;
}

.about-sanstha-leadership {
    margin-top: 56px;
    padding: 38px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f3f7ff 0%, #fff 58%, #eefcf9 100%);
    box-shadow: 0 18px 44px rgba(0, 22, 89, .08);
}

.about-sanstha-leadership-heading {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.about-sanstha-leadership-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #ff4d17;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.about-sanstha-leadership-heading > span::before,
.about-sanstha-leadership-heading > span::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #ff4d17;
}

.about-sanstha-leadership-heading h3 {
    margin: 0;
    color: #001659;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.about-sanstha-leadership-heading p {
    margin: 14px auto 0;
    color: #526276;
    font-size: 16px;
    line-height: 1.7;
}

.about-sanstha-leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-sanstha-leader {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    padding: 18px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 22, 89, .06);
}

.about-sanstha-leader-featured {
    grid-column: span 2;
    background: #001659;
    border-color: #001659;
}

.about-sanstha-leader-photo,
.about-sanstha-leader-initials {
    flex: 0 0 82px;
    width: 82px;
    height: 92px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(145deg, #1268c8, #10a6a0);
}

.about-sanstha-leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.about-sanstha-leader-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.about-sanstha-leader-info {
    min-width: 0;
}

.about-sanstha-leader-role {
    display: block;
    margin-bottom: 5px;
    color: #ff4d17;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.about-sanstha-leader-info h4 {
    margin: 0;
    color: #001659;
    font-size: 18px;
    line-height: 1.32;
    font-weight: 900;
    letter-spacing: 0;
}

.about-sanstha-leader-info p {
    margin: 5px 0 0;
    color: #667389;
    font-size: 13px;
    line-height: 1.45;
}

.about-sanstha-leader-featured .about-sanstha-leader-info h4 {
    color: #fff;
}

.about-sanstha-leader-featured .about-sanstha-leader-info p {
    color: rgba(255, 255, 255, .72);
}

.about-sanstha-institutions {
    margin-top: 56px;
    padding: 38px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 22, 89, 0.08);
}

.about-sanstha-institutions h3 {
    margin: 0 0 26px;
    color: #001659;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.about-sanstha-institutions ul {
    columns: 2;
    column-gap: 58px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-sanstha-institutions li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 14px;
    padding-left: 22px;
    color: #07122c;
    font-size: 17px;
    line-height: 1.55;
}

.about-sanstha-institutions li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #001659;
    box-shadow: 0 0 0 4px rgba(0, 22, 89, 0.08);
}

@media (max-width: 1199px) {
    .about-sanstha-intro {
        gap: 38px;
    }

    .about-sanstha-info h2 {
        font-size: 34px;
    }

    .about-sanstha-info p,
    .about-sanstha-institutions li {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .about-sanstha-intro {
        grid-template-columns: 1fr;
    }

    .about-sanstha-logo {
        min-height: 280px;
    }

    .about-sanstha-institutions ul {
        columns: 1;
    }

    .about-sanstha-leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .about-sanstha-logo {
        min-height: 220px;
        padding: 24px;
    }

    .about-sanstha-info h2 {
        font-size: 28px;
    }

    .about-sanstha-info p {
        text-align: left;
    }

    .about-sanstha-institutions {
        margin-top: 34px;
        padding: 24px;
    }

    .about-sanstha-leadership {
        margin-top: 34px;
        padding: 24px;
    }

    .about-sanstha-leadership-heading {
        text-align: left;
    }

    .about-sanstha-leadership-heading > span::after {
        display: none;
    }

    .about-sanstha-leadership-heading h3 {
        font-size: 24px;
    }

    .about-sanstha-leadership-grid {
        grid-template-columns: 1fr;
    }

    .about-sanstha-leader-featured {
        grid-column: auto;
    }

    .about-sanstha-leader-photo,
    .about-sanstha-leader-initials {
        flex-basis: 70px;
        width: 70px;
        height: 80px;
    }

    .about-sanstha-institutions h3 {
        font-size: 24px;
        text-align: left;
    }
}

.home-updates-board {
    position: relative;
}

.home-update-card {
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #d8e9f3;
    box-shadow: 0 18px 42px rgba(0, 80, 112, 0.10);
}

.home-update-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #008a7a, #005b72);
    color: #fff;
}

.update-notices .home-update-head {
    background: linear-gradient(135deg, #ff7a1a, #c74418);
}

.update-links .home-update-head {
    background: linear-gradient(135deg, #0b5fb4, #001659);
}

.home-update-head span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
}

.home-update-head h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.home-update-window {
    position: relative;
    height: 360px;
    margin: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f7fcfd);
    border: 1px solid #dcecf4;
    scrollbar-color: #5fa9b4 #edf8fa;
    scrollbar-width: thin;
}

.home-update-window::-webkit-scrollbar {
    width: 8px;
}

.home-update-window::-webkit-scrollbar-track {
    background: #edf8fa;
    border-radius: 999px;
}

.home-update-window::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #19b7a6, #005b72);
    border-radius: 999px;
}

.home-update-window::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff7a1a, #c74418);
}

.home-update-window::before,
.home-update-window::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 42px;
    pointer-events: none;
}

.home-update-window::before {
    top: 0;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}

.home-update-window::after {
    bottom: 0;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.home-update-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 92px;
    padding: 16px 18px;
    border-bottom: 1px solid #e5f0f3;
    color: #003d4d;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.home-update-item:hover {
    background: #effaf8;
    color: #005b72;
    transform: translateX(3px);
}

.home-update-item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e7f7f4;
    color: #008a7a;
    box-shadow: inset 0 0 0 4px #c9ebe6;
}

.update-notices .home-update-item > i {
    background: #fff1e8;
    color: #c74418;
    box-shadow: inset 0 0 0 4px #ffd4bd;
}

.update-links .home-update-item > i {
    background: #eaf2ff;
    color: #0b5fb4;
    box-shadow: inset 0 0 0 4px #ccdcf7;
}

.home-update-item strong {
    display: block;
    color: #002a3a;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.home-update-item small {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    color: #52666f;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 650;
}

.home-update-item em {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #c74418;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.mandatory-disclosures-style {
    color: #001659;
}

.mandatory-disclosure-section {
    margin-bottom: 34px;
}

.mandatory-disclosure-section:last-child {
    margin-bottom: 0;
}

.mandatory-disclosure-heading {
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #472061;
    color: #472061;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mandatory-document-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 22px;
}

.mandatory-document-card {
    min-height: 236px;
    padding: 26px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e4ebf5;
    box-shadow: 0 18px 42px rgba(0, 22, 89, .08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mandatory-document-card:hover {
    transform: translateY(-3px);
    border-color: #cfe0f7;
    box-shadow: 0 24px 52px rgba(0, 22, 89, .13);
}

.mandatory-pdf-icon {
    width: 66px;
    height: 74px;
    margin-bottom: 22px;
    border-radius: 8px;
    background: linear-gradient(180deg, #f4f7fb, #dfe6ef);
    color: #ff2781;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: inset 0 0 0 1px #dbe3ed;
}

.mandatory-pdf-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #c8d2de;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    border-top-right-radius: 8px;
}

.mandatory-pdf-icon i {
    font-size: 23px;
    margin-bottom: 4px;
}

.mandatory-pdf-icon span {
    background: #ff2781;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 4px;
    text-transform: uppercase;
}

.mandatory-document-card h3 {
    margin: 0 0 8px;
    color: #243a5a;
    font-size: 14px;
    line-height: 1.42;
    font-weight: 600;
    letter-spacing: 0;
}

.mandatory-document-btn,
.mandatory-document-pending {
    margin-top: auto;
    min-width: 104px;
    min-height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
}

.mandatory-document-btn {
    background: #1377ff;
    color: #fff;
    box-shadow: 0 12px 24px rgba(19, 119, 255, .22);
}

.mandatory-document-btn:hover {
    background: #005edc;
    color: #fff;
}

.mandatory-document-pending {
    background: #eef3f8;
    color: #64748b;
    padding: 0 16px;
}

.home-about-modern {
    display: grid;
    grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
    align-items: start;
    gap: 58px;
}

.home-about-visual {
    display: grid;
    gap: 18px;
}

.home-about-photo {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(0, 22, 89, .14);
}

.home-about-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: cover;
}

.home-about-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 16px 18px;
    border-radius: 8px;
    background: rgba(0, 22, 89, .92);
    color: #fff;
    backdrop-filter: blur(8px);
}

.home-about-badge strong,
.home-about-badge span {
    display: block;
}

.home-about-badge strong {
    color: #fff;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.2;
}

.home-about-badge span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    line-height: 1.45;
}

.home-about-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-about-mini-grid div {
    min-height: 96px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dfe8f5;
    box-shadow: 0 14px 34px rgba(0, 22, 89, .08);
}

.home-about-mini-grid strong {
    display: block;
    color: #001659;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}

.home-about-mini-grid span {
    display: block;
    margin-top: 7px;
    color: #4c5b70;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.home-about-content {
    max-width: 720px;
}

.home-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #ff4d17;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-about-kicker::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: #ff4d17;
}

.home-about-content h2 {
    margin: 0 0 18px;
    color: #001659;
    font-size: 32px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-about-content p {
    margin: 0 0 14px;
    color: #3f4d61;
    font-size: 16px;
    line-height: 1.78;
}

.home-about-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 20px;
}

.home-about-highlights div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dfe8f5;
    color: #001659;
    font-size: 14px;
    font-weight: 800;
}

.home-about-highlights i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eaf8f4;
    color: #0d9b72;
    font-size: 12px;
}

.home-about-firsts {
    margin: 0 0 28px;
    padding-top: 20px;
    border-top: 1px solid #d9e3ef;
}

.home-about-firsts h3 {
    margin: 0 0 14px;
    color: #001659;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}

.home-about-firsts ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-about-firsts li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: #3f4d61;
    font-size: 14px;
    line-height: 1.55;
}

.home-about-firsts li i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #001659;
    border-radius: 50%;
    font-size: 12px;
}

.home-about-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: #1377ff;
    color: #fff;
    font-weight: 850;
    box-shadow: 0 16px 30px rgba(19, 119, 255, .24);
}

.home-about-link:hover {
    background: #005edc;
    color: #fff;
}

.home-purpose-section {
    background: #f3f8f7;
    border-top: 1px solid #dce9e6;
    border-bottom: 1px solid #dce9e6;
}

.home-purpose-head {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
}

.home-purpose-head .home-about-kicker {
    justify-content: center;
}

.home-purpose-head h2 {
    margin: 0 0 14px;
    color: #001659;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 900;
}

.home-purpose-head > p {
    margin: 0;
    color: #506175;
    font-size: 16px;
    line-height: 1.7;
}

.home-purpose-layout {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    align-items: stretch;
    gap: 58px;
}

.home-mission-panel,
.home-vision-panel {
    position: relative;
}

.home-mission-panel {
    min-height: 100%;
    padding: 48px;
    overflow: hidden;
    color: #fff;
    background: #052b5c;
    border-radius: 8px;
    box-shadow: 0 24px 52px rgba(5, 43, 92, .2);
}

.home-mission-panel::after {
    position: absolute;
    right: -18px;
    bottom: -54px;
    content: "+";
    color: rgba(255, 255, 255, .06);
    font-size: 210px;
    line-height: 1;
    font-weight: 700;
    pointer-events: none;
}

.home-purpose-number {
    position: absolute;
    top: 14px;
    right: 18px;
    color: #0b9b91;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.home-mission-panel .home-purpose-number {
    color: rgba(255, 255, 255, .52);
}

.home-purpose-symbol {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 26px;
    color: #052b5c;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
}

.home-purpose-label {
    display: block;
    margin-bottom: 10px;
    color: #ef7b32;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

.home-mission-panel h3,
.home-vision-panel h3 {
    margin: 0;
    font-weight: 900;
}

.home-mission-panel h3 {
    max-width: 520px;
    color: #fff;
    font-size: 31px;
    line-height: 1.23;
}

.home-mission-panel > p {
    position: relative;
    z-index: 1;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.8;
}

.home-mission-values {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 28px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    list-style: none;
}

.home-mission-values li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 800;
}

.home-mission-values i {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    color: #052b5c;
    background: #65d4b4;
    border-radius: 50%;
    font-size: 10px;
}

.home-vision-panel {
    padding: 18px 0 0;
}

.home-vision-panel .home-purpose-label {
    color: #0b9b91;
}

.home-vision-panel h3 {
    max-width: 600px;
    color: #001659;
    font-size: 45px;
    line-height: 1.14;
}

.home-vision-intro {
    margin: 18px 0 0;
    color: #506175;
    font-size: 15px;
    line-height: 1.7;
}

.home-vision-commitments {
    margin: 26px 0 0;
    padding: 0;
    border-top: 1px solid #d6e3e2;
    list-style: none;
}

.home-vision-commitments li {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #d6e3e2;
}

.home-vision-commitments li > span {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: #0b8f86;
    background: #e3f5f1;
    border-radius: 50%;
    font-size: 19px;
}

.home-vision-commitments strong {
    display: block;
    color: #153451;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.home-vision-commitments p {
    margin: 3px 0 0;
    color: #5a6879;
    font-size: 14px;
    line-height: 1.5;
}

.home-departments {
    width: 100%;
}

.home-clinical-section {
    background: #fff;
}

.home-departments-head {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.home-departments-head .home-about-kicker {
    justify-content: center;
}

.home-departments-head h2 {
    margin: 0 0 12px;
    color: #001659;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-departments-head p {
    margin: 0;
    color: #4c5b70;
    font-size: 16px;
    line-height: 1.72;
}

.home-department-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-department-card {
    --department-color: #1478ed;
    --department-soft: #edf6ff;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 18px;
    min-height: 205px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce7f4;
    box-shadow: 0 16px 40px rgba(0, 22, 89, .08);
    color: inherit;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-department-card.tone-teal {
    --department-color: #0b9b91;
    --department-soft: #eaf9f7;
}

.home-department-card.tone-orange {
    --department-color: #ef7b32;
    --department-soft: #fff4e9;
}

.home-department-card.tone-green {
    --department-color: #279765;
    --department-soft: #edf9f3;
}

.home-department-card.tone-violet {
    --department-color: #7158c7;
    --department-soft: #f2effc;
}

.home-department-card.tone-coral {
    --department-color: #df5f55;
    --department-soft: #fff0ef;
}

.home-department-card:hover {
    transform: translateY(-4px);
    border-color: var(--department-color);
    box-shadow: 0 24px 52px rgba(0, 22, 89, .14);
}

.home-department-media,
.home-department-arrow {
    display: grid;
    place-items: center;
}

.home-department-media {
    position: relative;
    width: 108px;
    height: 112px;
    color: var(--department-color);
    background: var(--department-soft);
    border: 1px solid color-mix(in srgb, var(--department-color) 24%, #fff);
    border-radius: 8px;
    font-size: 43px;
}

.home-department-media::after {
    position: absolute;
    top: 8px;
    right: 10px;
    content: "+";
    color: var(--department-color);
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    opacity: .35;
}

.home-department-copy {
    min-width: 0;
}

.home-department-copy strong {
    display: block;
    color: #001659;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.home-department-copy small {
    display: block;
    margin-top: 8px;
    color: #516174;
    font-size: 13px;
    line-height: 1.48;
    font-weight: 650;
}

.home-department-arrow {
    width: 38px;
    height: 38px;
    color: var(--department-color);
    background: var(--department-soft);
    border-radius: 8px;
    font-size: 15px;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.home-department-card:hover .home-department-arrow {
    color: #fff;
    background: var(--department-color);
    transform: translateX(3px);
}

.home-testimonials-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(230, 248, 245, .88), rgba(255, 255, 255, .94) 42%, rgba(255, 244, 233, .78)),
        #f7fbfb;
    border-top: 1px solid #dce9e6;
}

.home-testimonials-section::before {
    position: absolute;
    top: 48px;
    left: max(18px, calc((100vw - 1320px) / 2));
    content: "+";
    color: rgba(11, 155, 145, .1);
    font-size: 92px;
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
}

.home-testimonials-head {
    max-width: 790px;
    margin: 0 auto 44px;
    text-align: center;
}

.home-testimonials-head .home-about-kicker {
    justify-content: center;
}

.home-testimonials-head h2 {
    margin: 0 0 12px;
    color: #001659;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.home-testimonials-head p {
    margin: 0;
    color: #4c5b70;
    font-size: 16px;
    line-height: 1.72;
}

.home-testimonials-shell {
    position: relative;
}

.home-testimonial-slider {
    overflow: hidden;
    padding: 4px 4px 18px;
}

.home-testimonial-slider .swiper-wrapper {
    align-items: stretch;
}

.home-testimonial-slider .swiper-slide {
    height: auto;
}

.home-testimonial-card {
    position: relative;
    display: flex;
    min-height: 390px;
    height: 100%;
    flex-direction: column;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #d8e7ee;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 42px rgba(0, 22, 89, .09);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-testimonial-card::after {
    position: absolute;
    right: -36px;
    bottom: -42px;
    width: 132px;
    height: 132px;
    content: "";
    border: 18px solid rgba(11, 155, 145, .08);
    border-radius: 50%;
    pointer-events: none;
}

.home-testimonial-card:hover {
    transform: translateY(-4px);
    border-color: #8ad6cb;
    box-shadow: 0 26px 54px rgba(0, 22, 89, .14);
}

.home-testimonial-top {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.home-testimonial-photo {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(135deg, #052b5c, #0b9b91);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(5, 43, 92, .16);
    font-size: 22px;
    font-weight: 900;
}

.home-testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-testimonial-person h3 {
    margin: 0;
    color: #001659;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}

.home-testimonial-person p {
    margin: 4px 0 0;
    color: #586779;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.home-testimonial-person div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.home-testimonial-person span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    color: #0b746e;
    background: #e7f7f4;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
}

.home-testimonial-person span + span {
    color: #bf5727;
    background: #fff0e7;
}

.home-testimonial-quote {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    color: #ef7b32;
    background: #fff3e9;
    border-radius: 50%;
    font-size: 18px;
}

.home-testimonial-text {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #3f4d61;
    font-size: 15px;
    line-height: 1.78;
}

.home-testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}

.home-testimonial-prev,
.home-testimonial-next {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    color: #052b5c;
    background: #fff;
    border: 1px solid #d5e5ee;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(0, 22, 89, .08);
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.home-testimonial-prev:hover,
.home-testimonial-next:hover {
    color: #fff;
    background: #0b9b91;
    border-color: #0b9b91;
    transform: translateY(-2px);
}

.home-testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 96px;
}

.home-testimonial-dots .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background: #9cb5c0;
    opacity: 1;
}

.home-testimonial-dots .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 999px;
    background: #0b9b91;
}

@media (max-width: 991px) {
    .home-update-window {
        height: 300px;
    }

    .home-about-modern {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-about-content {
        max-width: none;
    }

    .home-about-content h2 {
        font-size: 34px;
    }

    .home-purpose-head h2 {
        font-size: 34px;
    }

    .home-purpose-layout {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .home-vision-panel {
        padding-top: 0;
    }

    .home-department-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-departments-head h2 {
        font-size: 34px;
    }

    .home-testimonials-head h2 {
        font-size: 34px;
    }

    .home-testimonial-card {
        min-height: 360px;
    }
}

@media (max-width: 575px) {
    .home-update-head {
        padding: 16px;
    }

    .home-update-head h3 {
        font-size: 19px;
    }

    .home-update-window {
        height: 330px;
        margin: 14px;
    }

    .home-update-item {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 86px;
        padding: 14px;
    }

    .home-update-item > i {
        width: 34px;
        height: 34px;
    }

    .home-about-photo img {
        aspect-ratio: 1 / .92;
    }

    .home-about-badge {
        position: static;
        border-radius: 0;
    }

    .home-about-mini-grid,
    .home-about-highlights {
        grid-template-columns: 1fr;
    }

    .home-about-content h2 {
        font-size: 28px;
    }

    .home-about-firsts ul {
        grid-template-columns: 1fr;
    }

    .home-purpose-head {
        margin-bottom: 34px;
        text-align: left;
    }

    .home-purpose-head .home-about-kicker {
        justify-content: flex-start;
    }

    .home-purpose-head h2 {
        font-size: 28px;
    }

    .home-mission-panel {
        padding: 32px 24px;
    }

    .home-purpose-symbol {
        width: 54px;
        height: 54px;
        margin-bottom: 22px;
        font-size: 22px;
    }

    .home-mission-panel h3 {
        font-size: 25px;
    }

    .home-mission-values {
        grid-template-columns: 1fr;
    }

    .home-vision-panel h3 {
        font-size: 34px;
    }

    .home-vision-commitments li {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
    }

    .home-vision-commitments li > span {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .home-departments-head {
        text-align: left;
    }

    .home-departments-head .home-about-kicker {
        justify-content: flex-start;
    }

    .home-departments-head {
        margin-bottom: 36px;
    }

    .home-departments-head h2 {
        font-size: 28px;
    }

    .home-department-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-department-card {
        grid-template-columns: 82px minmax(0, 1fr) 32px;
        min-height: 148px;
        padding: 14px;
        gap: 12px;
    }

    .home-department-media {
        width: 82px;
        height: 88px;
        font-size: 31px;
    }

    .home-department-copy strong {
        font-size: 16px;
    }

    .home-department-copy small {
        font-size: 12px;
    }

    .home-department-arrow {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .home-testimonials-section::before {
        display: none;
    }

    .home-testimonials-head {
        margin-bottom: 34px;
        text-align: left;
    }

    .home-testimonials-head .home-about-kicker {
        justify-content: flex-start;
    }

    .home-testimonials-head h2 {
        font-size: 28px;
    }

    .home-testimonial-slider {
        padding-right: 0;
        padding-left: 0;
    }

    .home-testimonial-card {
        min-height: auto;
        padding: 24px;
    }

    .home-testimonial-top {
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 13px;
    }

    .home-testimonial-photo {
        width: 70px;
        height: 70px;
        font-size: 19px;
    }

    .home-testimonial-person h3 {
        font-size: 17px;
    }

    .home-testimonial-text {
        font-size: 14px;
        line-height: 1.68;
    }

    .home-testimonial-prev,
    .home-testimonial-next {
        width: 42px;
        height: 42px;
    }
}

.department-detail-style {
    display: grid;
    gap: 26px;
}

.eligibility-criteria-style {
    display: grid;
    gap: 26px;
}

.academic-info-style {
    display: grid;
    gap: 26px;
}

.college-gallery-style {
    display: grid;
    gap: 34px;
}

.home-popup-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .4);
}

.home-popup-modal .modal-header {
    min-height: 35px;
    border-bottom: 1px solid #e4eaf3;
}

.home-popup-modal .modal-title {
    color: #001659;
    font-weight: 900;
}

.home-popup-modal .modal-body {
    max-height: calc(100vh - 130px);
    padding: 0;
    overflow: auto;
    background: #eef2f7;
}

.home-popup-modal .modal-body img {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 130px);
    display: block;
    margin: auto;
    object-fit: contain;
}

@media (max-width: 575px) {
    .home-popup-modal .modal-dialog {
        margin: 12px;
    }

    .home-popup-modal .modal-body,
    .home-popup-modal .modal-body img {
        max-height: calc(100vh - 105px);
    }
}

.college-gallery-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 36px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #fff 58%, #eefcf9 100%);
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.college-gallery-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.college-gallery-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.college-gallery-intro h2 {
    max-width: 760px;
    margin: 14px 0 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.college-gallery-intro p {
    max-width: 790px;
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.8;
}

.college-gallery-summary {
    flex: 0 0 210px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    padding: 24px;
    border-radius: 8px;
    background: #001659;
}

.college-gallery-summary strong {
    color: #54d8bd;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.college-gallery-summary span {
    align-self: center;
    color: rgba(255, 255, 255, .85);
    font-size: 13px;
    font-weight: 800;
}

.college-gallery-album {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.college-gallery-album-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.college-gallery-album-heading > div:first-child > span {
    display: inline-block;
    margin-bottom: 5px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.college-gallery-album-heading h3 {
    margin: 0;
    color: #001659;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.college-gallery-album-heading p {
    max-width: 760px;
    margin: 8px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.65;
}

.college-gallery-count {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1268c8;
    font-size: 12px;
    font-weight: 900;
}

.college-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.college-gallery-item {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #001659;
    box-shadow: 0 12px 28px rgba(0, 22, 89, .12);
    cursor: pointer;
    text-align: left;
}

.college-gallery-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background-image: var(--gallery-image);
    background-size: 300% 200%;
    background-position: var(--gallery-position);
    background-repeat: no-repeat;
    transform: scale(1.002);
    transition: transform .35s ease;
}

.college-gallery-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 2px;
    padding: 30px 16px 14px;
    background: linear-gradient(to top, rgba(0, 15, 55, .96), rgba(0, 15, 55, 0));
    color: #fff;
}

.college-gallery-caption small {
    color: #54d8bd;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.college-gallery-caption strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
}

.college-gallery-caption > span {
    max-height: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
    font-weight: 700;
    opacity: 0;
    transition: max-height .25s ease, opacity .25s ease;
}

.college-gallery-item:hover .college-gallery-photo,
.college-gallery-item:focus-visible .college-gallery-photo {
    transform: scale(1.06);
}

.college-gallery-item:hover .college-gallery-caption > span,
.college-gallery-item:focus-visible .college-gallery-caption > span {
    max-height: 20px;
    opacity: 1;
}

.college-gallery-item:focus-visible {
    outline: 3px solid #ff5a1f;
    outline-offset: 3px;
}

.gallery-modal-open {
    overflow: hidden;
}

.college-gallery-modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 10, 35, .92);
}

.college-gallery-modal.is-open {
    display: flex;
}

.college-gallery-modal-content {
    width: min(720px, 100%);
}

.college-gallery-modal-photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    background-size: 300% 200%;
    background-repeat: no-repeat;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .4);
}

.college-gallery-modal-content h3 {
    margin: 16px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    text-align: center;
}

.college-gallery-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 991px) {
    .college-gallery-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .college-gallery-summary {
        width: 100%;
        grid-template-columns: auto 1fr auto 1fr;
    }

    .college-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .college-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .college-gallery-intro,
    .college-gallery-album {
        padding: 20px;
    }

    .college-gallery-intro h2 {
        font-size: 30px;
    }

    .college-gallery-summary {
        grid-template-columns: auto 1fr;
    }

    .college-gallery-album-heading {
        flex-direction: column;
        gap: 12px;
    }

    .college-gallery-album-heading h3 {
        font-size: 24px;
    }

    .college-gallery-grid {
        grid-template-columns: 1fr;
    }

    .college-gallery-modal {
        padding: 16px;
    }

    .college-gallery-modal-close {
        top: 10px;
        right: 10px;
    }
}

.academic-info-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(290px, .7fr);
    gap: 24px;
    padding: 36px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #fff 58%, #edfdf9 100%);
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.academic-info-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.academic-info-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.academic-info-hero-copy h3 {
    max-width: 780px;
    margin: 14px 0 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.academic-info-hero-copy > p {
    max-width: 800px;
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.8;
}

.academic-info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.academic-info-tags span {
    padding: 9px 14px;
    border: 1px solid #d7e8ff;
    border-radius: 999px;
    background: #fff;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.academic-info-hero-aside {
    padding: 28px;
    border-radius: 8px;
    background: #001659;
    color: #fff;
}

.academic-info-aside-label {
    display: block;
    color: #54d8bd;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.academic-info-hero-aside h4 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.28;
    font-weight: 900;
    letter-spacing: 0;
}

.academic-info-hero-aside p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.68;
}

.academic-info-hero-aside ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.academic-info-hero-aside li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 14px;
    font-weight: 700;
}

.academic-info-hero-aside li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #54d8bd;
}

.academic-info-section {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.academic-info-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.academic-info-section-heading > span {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1268c8;
    font-weight: 900;
}

.academic-info-section-heading small {
    display: block;
    margin-bottom: 3px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.academic-info-section-heading h4,
.academic-info-closing h4 {
    margin: 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
}

.academic-info-section-intro {
    margin: 16px 0 0;
    color: #526276;
    font-size: 15px;
    line-height: 1.72;
}

.academic-info-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.academic-info-card-grid.two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.academic-info-card-grid article {
    padding: 20px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.academic-info-card-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #ff5a1f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.academic-info-card-grid h5,
.academic-info-steps h5 {
    margin: 0;
    color: #001659;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.academic-info-card-grid p,
.academic-info-steps p {
    margin: 9px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.65;
}

.academic-info-card-meta {
    margin-top: 14px;
    color: #087a5b;
    font-size: 13px;
    font-weight: 900;
}

.academic-info-card-grid a {
    display: inline-flex;
    gap: 8px;
    margin-top: 15px;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.academic-info-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.academic-info-steps article {
    display: flex;
    gap: 15px;
    padding: 20px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.academic-info-steps article > span {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1268c8;
    color: #fff;
    font-weight: 900;
}

.academic-info-table-wrap {
    overflow-x: auto;
    margin-top: 22px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
}

.academic-info-table {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
}

.academic-info-table th,
.academic-info-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e3ebf5;
    text-align: left;
}

.academic-info-table th {
    background: #001659;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.academic-info-table td {
    color: #35445a;
    font-size: 14px;
    font-weight: 700;
}

.academic-info-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.academic-info-table tbody tr:last-child td {
    border-bottom: 0;
}

.academic-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin-top: 22px;
}

.academic-info-list > div {
    display: flex;
    gap: 12px;
    padding: 15px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.academic-info-list > div > span {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 7px;
    border-radius: 50%;
    background: #16a085;
}

.academic-info-list p {
    margin: 0;
    color: #415066;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
}

.academic-info-closing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #001659 0%, #1268c8 65%, #0aa6a6 100%);
}

.academic-info-closing .academic-info-kicker,
.academic-info-closing h4 {
    color: #fff;
}

.academic-info-closing p {
    max-width: 850px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.7;
}

.academic-info-closing-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.academic-info-closing-links a {
    white-space: nowrap;
    padding: 11px 16px;
    border-radius: 6px;
    background: #fff;
    color: #0048a8;
    font-size: 13px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .academic-info-hero {
        grid-template-columns: 1fr;
    }

    .academic-info-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .academic-info-closing {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .academic-info-hero,
    .academic-info-section,
    .academic-info-closing {
        padding: 20px;
    }

    .academic-info-hero-copy h3 {
        font-size: 30px;
    }

    .academic-info-card-grid,
    .academic-info-card-grid.two-column,
    .academic-info-steps,
    .academic-info-list {
        grid-template-columns: 1fr;
    }

    .academic-info-section-heading {
        align-items: flex-start;
    }

    .academic-info-section-heading h4,
    .academic-info-closing h4 {
        font-size: 22px;
    }
}

.programs-offered-page .programs-course-panel {
    padding: 34px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(0, 22, 89, .08);
}

.programs-course-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.programs-course-intro span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ff471a;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.programs-course-intro span::before {
    content: "";
    width: 44px;
    height: 3px;
    border-radius: 999px;
    background: #ff471a;
}

.programs-course-intro h3 {
    margin: 12px 0 0;
    color: #001659;
    font-size: 38px;
    line-height: 1.18;
}

.programs-course-intro p {
    margin: 12px auto 0;
    color: #526276;
    font-size: 17px;
    line-height: 1.65;
}

.programs-course-section {
    margin-top: 34px;
    padding: 26px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fbfdff;
}

.programs-course-section:first-of-type {
    margin-top: 0;
}

.programs-course-section h4 {
    width: fit-content;
    margin: 0 auto 24px;
    padding-bottom: 6px;
    border-bottom: 3px solid #ff471a;
    color: #001659;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.programs-course-table-wrap {
    overflow-x: auto;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
}

.programs-course-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    color: #35445a;
    font-size: 15px;
}

.programs-course-table th,
.programs-course-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e3ebf5;
    text-align: left;
    vertical-align: middle;
}

.programs-course-table th {
    background: #001659;
    color: #fff;
    font-weight: 800;
}

.programs-course-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.programs-course-table tbody tr:hover {
    background: #eef7ff;
}

.programs-course-table tbody tr:last-child td {
    border-bottom: 0;
}

.programs-download-link,
.programs-download-pending {
    color: #ff471a;
    font-weight: 700;
}

.programs-download-link:hover {
    color: #001659;
}

.programs-course-table th:first-child,
.programs-course-table td:first-child {
    width: 76px;
    white-space: nowrap;
}

.programs-course-table th:nth-child(3),
.programs-course-table td:nth-child(3),
.programs-course-table th:nth-child(4),
.programs-course-table td:nth-child(4) {
    width: 190px;
}

@media (max-width: 767px) {
    .programs-offered-page .programs-course-panel {
        padding: 20px;
    }

    .programs-course-intro h3 {
        font-size: 28px;
    }

    .programs-course-intro p {
        font-size: 15px;
    }

    .programs-course-section {
        padding: 16px;
    }

    .programs-course-section h4 {
        font-size: 21px;
    }

    .programs-course-table {
        min-width: 620px;
        font-size: 14px;
    }

    .programs-course-table th,
    .programs-course-table td {
        padding: 13px 12px;
    }
}

.eligibility-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 24px;
    padding: 36px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #fff 58%, #edfcfa 100%);
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.eligibility-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.eligibility-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.eligibility-hero-content h3 {
    max-width: 760px;
    margin: 14px 0 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.eligibility-hero-content > p {
    max-width: 790px;
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.8;
}

.eligibility-quick-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.eligibility-quick-facts div {
    padding: 16px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
}

.eligibility-quick-facts strong,
.eligibility-quick-facts span {
    display: block;
}

.eligibility-quick-facts strong {
    color: #001659;
    font-size: 17px;
    font-weight: 900;
}

.eligibility-quick-facts span {
    margin-top: 4px;
    color: #637087;
    font-size: 13px;
    font-weight: 700;
}

.eligibility-hero-panel {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    padding: 30px;
    border-radius: 8px;
    background: #001659;
    color: #fff;
}

.eligibility-panel-number {
    position: absolute;
    top: -18px;
    right: 8px;
    color: rgba(255, 255, 255, .08);
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
}

.eligibility-hero-panel h4 {
    position: relative;
    margin: 54px 0 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
}

.eligibility-hero-panel p {
    position: relative;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.72;
}

.eligibility-section-card,
.eligibility-entry-card,
.eligibility-guidance {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.eligibility-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.eligibility-section-heading > span {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1268c8;
    font-weight: 900;
}

.eligibility-section-heading small {
    display: block;
    margin-bottom: 3px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.eligibility-section-heading h4,
.eligibility-entry-card h4,
.eligibility-guidance h4 {
    margin: 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0;
}

.eligibility-table-wrap {
    overflow-x: auto;
    border: 1px solid #dce8f6;
    border-radius: 8px;
}

.eligibility-program-table {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
}

.eligibility-program-table th,
.eligibility-program-table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e3ebf5;
    text-align: left;
}

.eligibility-program-table th {
    background: #001659;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.eligibility-program-table td {
    color: #35445a;
    font-weight: 700;
}

.eligibility-program-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.eligibility-program-table tbody tr:last-child td {
    border-bottom: 0;
}

.eligibility-program-table td span {
    display: inline-flex;
    padding: 6px 11px;
    border-radius: 999px;
    background: #e9f8f3;
    color: #087a5b;
    font-size: 13px;
    font-weight: 900;
}

.eligibility-table-note,
.eligibility-intro {
    margin: 16px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.7;
}

.eligibility-rule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.eligibility-rule-grid article {
    display: flex;
    gap: 14px;
    padding: 20px;
    border: 1px solid #e0ebf8;
    border-radius: 8px;
    background: #f8fbff;
}

.eligibility-rule-number {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1268c8;
    color: #fff;
    font-weight: 900;
}

.eligibility-rule-grid h5,
.eligibility-guidance-grid h5 {
    margin: 2px 0 0;
    color: #001659;
    font-size: 17px;
    font-weight: 900;
}

.eligibility-rule-grid p,
.eligibility-rule-grid ul,
.eligibility-entry-card p,
.eligibility-guidance-grid p {
    margin: 9px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.68;
}

.eligibility-rule-grid ul {
    padding-left: 18px;
}

.eligibility-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.eligibility-entry-card {
    border-top: 4px solid #1268c8;
}

.eligibility-entry-card-accent {
    border-top-color: #16a085;
}

.eligibility-entry-label {
    margin-bottom: 10px;
    color: #ff5a1f;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.eligibility-subjects {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.eligibility-subjects span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1268c8;
    font-size: 12px;
    font-weight: 900;
}

.eligibility-guidance {
    background: linear-gradient(135deg, #001659 0%, #12387d 100%);
}

.eligibility-guidance .eligibility-kicker,
.eligibility-guidance h4 {
    color: #fff;
}

.eligibility-guidance .eligibility-kicker::before {
    background: #fff;
}

.eligibility-guidance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.eligibility-guidance-grid article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
}

.eligibility-guidance-grid article > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #54d8bd;
    font-size: 13px;
    font-weight: 900;
}

.eligibility-guidance-grid h5 {
    color: #fff;
}

.eligibility-guidance-grid p {
    color: rgba(255, 255, 255, .78);
}

.eligibility-disclaimer {
    padding: 18px 20px;
    border-left: 4px solid #ff5a1f;
    border-radius: 0 8px 8px 0;
    background: #fff6f1;
    color: #596579;
    font-size: 14px;
    line-height: 1.65;
}

.eligibility-disclaimer strong {
    color: #001659;
}

@media (max-width: 991px) {
    .eligibility-hero,
    .eligibility-rule-grid,
    .eligibility-entry-grid,
    .eligibility-guidance-grid {
        grid-template-columns: 1fr;
    }

    .eligibility-hero-panel h4 {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .eligibility-hero,
    .eligibility-section-card,
    .eligibility-entry-card,
    .eligibility-guidance {
        padding: 20px;
    }

    .eligibility-hero-content h3 {
        font-size: 30px;
    }

    .eligibility-quick-facts {
        grid-template-columns: 1fr;
    }

    .eligibility-section-heading {
        align-items: flex-start;
    }

    .eligibility-section-heading h4,
    .eligibility-entry-card h4,
    .eligibility-guidance h4 {
        font-size: 22px;
    }
}

.department-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 30px;
    align-items: center;
    padding: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #ffffff 55%, #eefcff 100%);
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.department-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.department-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.department-hero-copy h3 {
    margin: 0;
    color: #001659;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.department-hero-copy p,
.department-section-card p,
.department-future-card p {
    margin: 16px 0 0;
    color: #415066;
    font-size: 16px;
    line-height: 1.82;
}

.department-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.department-hero-tags span {
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7e8ff;
    color: #1268c8;
    font-size: 13px;
    font-weight: 900;
}

.department-hero-image {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7e8ff;
    box-shadow: 0 18px 36px rgba(0, 22, 89, .08);
}

.department-hero-image img {
    width: 100%;
    display: block;
}

.department-section-card,
.department-snapshot,
.department-future-card {
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 16px 38px rgba(0, 22, 89, .07);
}

.department-hod-layout {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.department-hod-photo {
    overflow: hidden;
    border-radius: 8px;
    background: #f2f7ff;
    border: 1px solid #d7e8ff;
    box-shadow: 0 14px 30px rgba(0, 22, 89, .08);
}

.department-hod-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.department-hod-content p:first-child {
    margin-top: 0;
}

.department-hod-meta {
    margin-top: 20px;
    padding: 18px 20px;
    border-left: 4px solid #ff5a1f;
    border-radius: 8px;
    background: #fff8f4;
}

.department-hod-meta strong,
.department-hod-meta span,
.department-hod-meta small {
    display: block;
}

.department-hod-meta strong {
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
}

.department-hod-meta span {
    margin-top: 6px;
    color: #ff5a1f;
    font-size: 15px;
    font-weight: 800;
}

.department-hod-meta small {
    margin-top: 4px;
    color: #526276;
    font-size: 14px;
    font-weight: 700;
}

.department-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.department-section-heading span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef5ff;
    color: #1268c8;
    font-weight: 900;
}

.department-section-heading h4,
.department-snapshot h4,
.department-future-card h4 {
    margin: 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.department-highlight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 24px;
}

.department-highlight-grid--mission-only {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

.department-faculty-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.department-faculty-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dce8f6;
    box-shadow: 0 12px 28px rgba(0, 22, 89, .06);
}

.department-faculty-card--no-photo {
    grid-template-columns: 1fr;
}

.department-faculty-photo {
    overflow: hidden;
    align-self: start;
    border-radius: 8px;
    background: #eef6ff;
    border: 1px solid #cfe2fa;
}

.department-faculty-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.department-faculty-copy {
    min-width: 0;
}

.department-faculty-copy h5 {
    margin: 0;
    color: #001659;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.department-faculty-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.department-faculty-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1268c8;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.department-faculty-meta span:first-child {
    background: #fff2ed;
    color: #ff471a;
}

.department-faculty-copy p {
    margin: 12px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

.department-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.department-feature-grid div {
    padding: 18px;
    border-radius: 8px;
    background: #f8fbff;
    border: 1px solid #e0ebf8;
}

.department-feature-grid strong {
    display: block;
    color: #001659;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.department-feature-grid p {
    margin: 8px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.62;
    font-weight: 600;
}

.department-snapshot {
    background: #001659;
}

.department-snapshot h4 {
    color: #fff;
}

.department-snapshot ul {
    display: grid;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.department-snapshot li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
    line-height: 1.55;
}

.department-snapshot li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20c997;
}

.department-career-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.department-career-grid div {
    min-height: 78px;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background: #f8fbff;
    border: 1px solid #e0ebf8;
    color: #001659;
    font-weight: 900;
    line-height: 1.4;
}

.department-future-card {
    background: linear-gradient(135deg, #001659 0%, #1268c8 64%, #0aa6a6 100%);
}

.department-future-card .department-kicker,
.department-future-card h4,
.department-future-card p {
    color: #fff;
}

.department-future-card .department-kicker::before {
    background: #fff;
}

.department-future-card p {
    color: rgba(255, 255, 255, .88);
}

.dental-department-style .department-hero-card {
    background:
        radial-gradient(circle at top right, rgba(25, 183, 166, 0.14), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f3fffc 100%);
}

.dental-department-style .dental-about-card {
    border-left: 5px solid #19b7a6;
}

.dental-department-style .dental-hod-card {
    border-left: 5px solid #ff471a;
    background: #fffaf7;
}

.dental-department-style .department-snapshot {
    background: linear-gradient(135deg, #001659 0%, #0b5fb4 62%, #19b7a6 100%);
}

.dental-department-style .department-snapshot h4,
.dental-department-style .department-snapshot li {
    color: #ffffff;
}

.dental-department-style .department-snapshot li::before {
    background: #ffffff;
}

@media (max-width: 991px) {
    .department-hero-card,
    .department-highlight-grid {
        grid-template-columns: 1fr;
    }

    .department-hero-image {
        max-width: 420px;
    }

    .department-career-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .department-hero-card,
    .department-section-card,
    .department-snapshot,
    .department-future-card {
        padding: 20px;
    }

    .department-hero-copy h3 {
        font-size: 30px;
    }

    .department-section-heading h4,
    .department-snapshot h4,
    .department-future-card h4 {
        font-size: 22px;
    }

    .department-feature-grid,
    .department-faculty-grid,
    .department-career-grid {
        grid-template-columns: 1fr;
    }

    .department-faculty-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .department-hod-layout {
        grid-template-columns: 1fr;
    }

    .department-hod-photo {
        max-width: 220px;
    }
}

.facility-detail-style .department-hero-card {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 52%, #f0fbf6 100%);
}

.facility-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding: 18px;
}

.facility-hero-image img {
    max-height: 240px;
    object-fit: contain;
}

.facility-snapshot {
    background: linear-gradient(145deg, #001659 0%, #063f5c 100%);
}

.facility-benefit-grid div {
    min-height: 92px;
    align-items: flex-start;
}

.facility-support-card {
    background: linear-gradient(135deg, #001659 0%, #0f766e 62%, #20c997 100%);
}

.hospital-services-card {
    padding: 30px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.hospital-equipment-card {
    margin-top: 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #edf9f6 100%);
}

.hospital-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 34px;
    margin-top: 18px;
}

.hospital-equipment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.hospital-service-item {
    position: relative;
    padding-left: 22px;
    color: #4b5c70;
    font-size: 14px;
    line-height: 1.55;
}

.hospital-service-item::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #001659;
    box-shadow: 0 0 0 5px #edf1f7;
}

.hospital-service-item strong {
    color: #001659;
    font-weight: 900;
}

.hospital-service-item span {
    color: #566679;
}

.hospital-equipment-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 13px 14px;
    color: #33455a;
    background: rgba(255, 255, 255, .82);
    border: 1px solid #dce8f6;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 750;
}

.hospital-equipment-item i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #0b8f86;
    background: #e4f6f2;
    border-radius: 50%;
    font-size: 12px;
}

@media (max-width: 575px) {
    .facility-hero-image {
        min-height: 190px;
    }

    .hospital-services-card {
        padding: 20px;
    }

    .hospital-services-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hospital-equipment-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .hospital-equipment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.our-leader-style {
    display: grid;
    gap: 34px;
}

.our-leader-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
    gap: 28px;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f2f7ff 0%, #ffffff 58%, #eefbf8 100%);
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.our-leader-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.our-leader-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.our-leader-intro h3 {
    margin: 0;
    max-width: 780px;
    color: #001659;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.our-leader-intro p {
    margin: 16px 0 0;
    color: #4d5d72;
    font-size: 16px;
    line-height: 1.78;
}

.our-leader-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.our-leader-highlights span {
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    color: #001659;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(0, 22, 89, .06);
}

.our-leader-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.our-leader-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 42px rgba(0, 22, 89, .08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.our-leader-card:hover {
    transform: translateY(-5px);
    border-color: #bcd5f8;
    box-shadow: 0 26px 56px rgba(0, 22, 89, .14);
}

.our-leader-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #eef6ff;
}

.our-leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.our-leader-info {
    position: relative;
    padding: 22px;
}

.our-leader-info span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #1268c8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.our-leader-info h4 {
    margin: 0;
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.our-leader-info p {
    margin: 12px 0 0;
    color: #526276;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .our-leader-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .our-leader-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .our-leader-intro {
        padding: 20px;
    }

    .our-leader-intro h3 {
        font-size: 26px;
    }

    .our-leader-highlights,
    .our-leader-grid {
        grid-template-columns: 1fr;
    }

    .our-leader-info {
        padding: 18px;
    }
}

.secretary-desk-style {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.secretary-profile-card,
.secretary-message-card {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.secretary-profile-card {
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.secretary-profile-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #fff4e8;
}

.secretary-profile-photo::after {
    content: "";
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff5a1f, #001659);
}

.secretary-profile-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.secretary-profile-info {
    padding: 24px;
    background: #001659;
    color: #fff;
}

.secretary-profile-info span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    color: #ffd8c8;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.secretary-profile-info h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.secretary-profile-info p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.secretary-message-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
}

.secretary-message-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #001659, #1677ff, #ff5a1f);
}

.secretary-message-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ff5a1f;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.secretary-message-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #ff5a1f;
}

.secretary-message-card h3 {
    margin: 0 0 22px;
    max-width: 830px;
    color: #001659;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.secretary-message-body {
    display: grid;
    gap: 16px;
}

.secretary-message-body p {
    margin: 0;
    color: #344256;
    font-size: 16px;
    line-height: 1.86;
    text-align: justify;
}

.secretary-message-body strong {
    color: #001659;
}

.secretary-signature {
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 8px;
    background: #f2f7ff;
    border-left: 5px solid #ff5a1f;
}

.secretary-signature strong {
    display: block;
    margin-bottom: 8px;
    color: #4f6075;
    font-size: 14px;
}

.secretary-signature h4 {
    margin: 0;
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.secretary-signature span {
    display: block;
    margin-top: 6px;
    color: #526276;
    font-weight: 700;
}

@media (max-width: 991px) {
    .secretary-desk-style {
        grid-template-columns: 1fr;
    }

    .secretary-profile-card {
        position: static;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .secretary-message-card {
        padding: 26px 20px;
    }

    .secretary-message-card h3 {
        font-size: 26px;
    }

    .secretary-message-body p {
        font-size: 15px;
        text-align: left;
    }
}

.desk-message-style {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.desk-profile-card,
.desk-message-card {
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: 0 18px 46px rgba(0, 22, 89, .08);
}

.desk-profile-card {
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.desk-profile-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #f0fbf6;
}

.desk-profile-photo::after {
    content: "";
    position: absolute;
    inset: auto 22px 22px 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #20c997, #001659);
}

.desk-profile-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.desk-profile-info {
    padding: 24px;
    background: #001659;
    color: #fff;
}

.principal-desk-style .desk-profile-info {
    background: #053f32;
}

.desk-profile-info span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #d7fff2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.desk-profile-info h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
}

.desk-profile-info p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.desk-message-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
}

.desk-message-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #053f32, #20c997, #1677ff);
}

.desk-message-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #087f5b;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.desk-message-kicker::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 999px;
    background: #20c997;
}

.desk-message-card h3 {
    margin: 0 0 22px;
    max-width: 830px;
    color: #001659;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.desk-message-body {
    display: grid;
    gap: 16px;
}

.desk-message-body p {
    margin: 0;
    color: #344256;
    font-size: 16px;
    line-height: 1.86;
    text-align: justify;
}

.desk-message-body strong {
    color: #001659;
}

.desk-signature {
    margin-top: 30px;
    padding: 22px 24px;
    border-radius: 8px;
    background: #f0fbf6;
    border-left: 5px solid #20c997;
}

.desk-signature strong {
    display: block;
    margin-bottom: 8px;
    color: #4f6075;
    font-size: 14px;
}

.desk-signature h4 {
    margin: 0;
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.desk-signature span {
    display: block;
    margin-top: 6px;
    color: #526276;
    font-weight: 700;
}

@media (max-width: 991px) {
    .desk-message-style {
        grid-template-columns: 1fr;
    }

    .desk-profile-card {
        position: static;
        max-width: 440px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .desk-message-card {
        padding: 26px 20px;
    }

    .desk-message-card h3 {
        font-size: 26px;
    }

    .desk-message-body p {
        font-size: 15px;
        text-align: left;
    }
}

.our-inspiration-style {
    display: grid;
    grid-template-columns: minmax(280px, 500px) minmax(0, 1fr);
    align-items: start;
    gap: 56px;
    padding: 10px 0 28px;
}

.inspiration-portrait {
    margin-top: 6px;
}

.inspiration-portrait {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f8fc;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 44px rgba(0, 22, 89, 0.12);
}

.inspiration-portrait img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.78;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.inspiration-name-card {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 18px 20px;
    border-radius: 8px;
    background: rgba(0, 22, 89, 0.92);
    color: #fff;
    backdrop-filter: blur(8px);
}

.inspiration-name-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.inspiration-name-card p,
.inspiration-name-card span {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.45;
}

.inspiration-content {
    color: #515b6b;
}

.inspiration-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #ff4d17;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.inspiration-kicker::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #ff4d17;
}

.inspiration-content h2 {
    margin: 0 0 22px;
    color: #001659;
    font-size: 40px;
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: 0;
}

.inspiration-content p {
    margin: 0 0 16px;
    color: #344154;
    font-size: 17px;
    line-height: 1.78;
    text-align: justify;
}

.inspiration-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.inspiration-values div {
    min-height: 118px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f6f9ff);
    border: 1px solid #dbe6f5;
}

.inspiration-values strong {
    display: block;
    margin-bottom: 8px;
    color: #001659;
    font-size: 17px;
    font-weight: 850;
}

.inspiration-values span {
    display: block;
    color: #4c5b70;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .our-inspiration-style {
        gap: 36px;
    }

    .inspiration-content h2 {
        font-size: 34px;
    }

    .inspiration-content p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .our-inspiration-style {
        grid-template-columns: 1fr;
    }

    .inspiration-values {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .inspiration-portrait img {
        aspect-ratio: 1 / 0.9;
    }

    .inspiration-name-card {
        position: static;
        border-radius: 0;
    }

    .inspiration-content h2 {
        font-size: 28px;
    }

    .inspiration-content p {
        text-align: left;
    }
}

.faculty-profile-section {
    padding: 38px;
    background: #fff;
    border: 1px solid #d8e5f5;
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(0, 22, 89, 0.08);
}

.faculty-profile-heading {
    margin-bottom: 15px;
}

.faculty-profile-group + .faculty-profile-group {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid #dfe8f5;
}

.faculty-profile-heading h2 {
    margin: 0 0 10px;
    color: #001659;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.faculty-profile-heading p {
    margin: 0;
    color: #44516a;
    font-size: 14px;
    line-height: 1.5;
}

.faculty-profile-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.faculty-profile-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e8f4;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 22, 89, 0.08);
}

.faculty-profile-photo {
    background: #f4f7fb;
}

.faculty-profile-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.06;
    object-fit: cover;
    object-position: center top;
}

.faculty-profile-content {
    padding: 18px;
}

.faculty-profile-content h3 {
    margin: 0 0 7px;
    color: #001659;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: 0;
}

.faculty-profile-content p {
    margin: 0;
    color: #526276;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

@media (max-width: 991px) {
    .faculty-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .faculty-profile-section {
        padding: 26px 20px;
    }

    .faculty-profile-heading h2 {
        font-size: 30px;
    }

    .faculty-profile-heading p {
        font-size: 16px;
    }

    .faculty-profile-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .faculty-profile-content {
        padding: 14px;
    }

    .faculty-profile-content h3 {
        font-size: 16px;
    }

    .faculty-profile-content p {
        font-size: 13px;
    }
}
.extra-activities-page-style {
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #f1dcc9;
    background: #fff;
}

.extra-activities-intro {
    padding: 34px 36px 18px;
    text-align: center;
    background: #fff;
}

.extra-activities-intro span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e45f2e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.extra-activities-intro span::before,
.extra-activities-intro span::after {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #e45f2e;
}

.extra-activities-intro h2 {
    margin: 10px 0 0;
    color: #001659;
    font-size: 38px;
    line-height: 1.15;
}

.extra-activities-intro p {
    max-width: 820px;
    margin: 12px auto 0;
    color: #526276;
    font-size: 17px;
    line-height: 1.7;
}

.extra-activity-section {
    padding: 42px 46px;
}

.extra-activity-section.is-cream {
    background: #fff0dd;
}

.extra-activity-section.is-white {
    background: #fff;
}

.extra-activity-heading {
    margin-bottom: 28px;
    text-align: center;
}

.extra-activity-heading h3 {
    display: inline-block;
    margin: 0;
    color: #586271;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .03em;
    text-transform: uppercase;
    border-bottom: 2px solid #f26a2e;
}

.extra-activity-heading p {
    max-width: 760px;
    margin: 10px auto 0;
    color: #6b7280;
    font-size: 16px;
}

.extra-activity-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px;
    color: #5c6675;
}

.extra-activity-content > div:only-child {
    grid-column: 1 / -1;
    max-width: 900px;
    margin: 0 auto;
}

.extra-activity-content p,
.extra-activity-content li {
    color: #5c6675;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: .02em;
}

.extra-activity-content p {
    margin: 0 0 22px;
    text-align: justify;
}

.extra-activity-content strong,
.extra-activity-content b {
    color: #4d5664;
    font-weight: 800;
}

.extra-activity-content ul,
.extra-activity-content ol {
    margin: 8px 0 0;
    padding-left: 26px;
}

.extra-activity-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 30px;
    color: #4d5664;
}

.extra-activity-footer a {
    color: #f26a2e;
    font-style: italic;
    font-weight: 600;
}

.extra-activities-academic .extra-activity-rich ul,
.extra-activities-academic .extra-activity-rich ol {
    margin: 10px 0 0;
    padding-left: 20px;
}

.extra-activities-academic .extra-activity-rich li {
    margin-bottom: 7px;
    color: #526276;
    font-size: 14px;
    line-height: 1.55;
}

.extra-activities-academic .extra-activity-rich p:last-child,
.extra-activities-academic .extra-activity-rich li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .extra-activity-section {
        padding: 32px 24px;
    }

    .extra-activity-content {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 575px) {
    .extra-activities-intro {
        padding: 26px 18px 12px;
    }

    .extra-activities-intro h2 {
        font-size: 28px;
    }

    .extra-activity-heading h3 {
        font-size: 22px;
    }

    .extra-activity-content p,
    .extra-activity-content li {
        font-size: 15px;
    }

    .extra-activity-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

.student-achievement-page {
    background:
        linear-gradient(180deg, rgba(239, 250, 250, 0.55), rgba(255, 255, 255, 0) 340px),
        #ffffff;
}

.student-achievement-panel {
    padding: 36px;
    border: 1px solid #d9e7f2;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(232, 248, 247, 0.9), rgba(255, 255, 255, 0.96) 42%),
        #ffffff;
    box-shadow: 0 24px 60px rgba(0, 22, 89, 0.08);
}

.student-achievement-intro {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center;
}

.student-achievement-intro span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff4d17;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.student-achievement-intro span::before,
.student-achievement-intro span::after {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #ff4d17;
}

.student-achievement-intro h3 {
    margin: 10px 0 10px;
    color: #001659;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.student-achievement-intro p {
    margin: 0;
    color: #4b5a70;
    font-size: 17px;
    line-height: 1.7;
}

.student-achievement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.student-achievement-card {
    overflow: hidden;
    border: 1px solid #dce7f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 22, 89, 0.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.student-achievement-card:hover {
    transform: translateY(-4px);
    border-color: #b9d9e7;
    box-shadow: 0 24px 52px rgba(0, 22, 89, 0.12);
}

.student-achievement-photo-wrap {
    position: relative;
    min-height: 270px;
    background: linear-gradient(135deg, #e7f7f6, #f8fbff);
}

.student-achievement-photo {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center top;
}

.student-achievement-heading {
    position: absolute;
    left: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
    padding: 8px 12px;
    border-radius: 6px;
    background: #001659;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(0, 22, 89, 0.24);
}

.student-achievement-content {
    position: relative;
    padding: 24px 22px 26px;
}

.student-achievement-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 22px;
    width: 54px;
    height: 3px;
    border-radius: 999px;
    background: #ff6a2a;
}

.student-achievement-content h4 {
    margin: 0 0 7px;
    color: #001659;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.student-achievement-subheading {
    margin: 0 0 14px;
    color: #0b8f8c;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.student-achievement-comment {
    margin: 0;
    color: #4d5a6c;
    font-size: 15px;
    line-height: 1.68;
}

@media (max-width: 1199px) {
    .student-achievement-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .student-achievement-panel {
        padding: 24px 18px;
    }

    .student-achievement-intro h3 {
        font-size: 30px;
    }

    .student-achievement-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .student-achievement-photo,
    .student-achievement-photo-wrap {
        height: auto;
        min-height: 0;
    }

    .student-achievement-photo {
        aspect-ratio: 1 / 0.86;
    }
}

/* Refined Student Achievements layout */
.student-achievement-shell {

}

.student-achievement-hero {
    max-width: 900px;
    margin: 0 auto 28px;
    text-align: center;
}

.student-achievement-hero span,
.student-achievement-section-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff4d17;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.student-achievement-hero span::before,
.student-achievement-hero span::after {
    content: "";
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: #ff4d17;
}

.student-achievement-hero h3 {
    margin: 10px 0;
    color: #001659;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
}

.student-achievement-hero p {
    margin: 0;
    color: #4c5b70;
    font-size: 17px;
    line-height: 1.7;
}

.student-achievement-shell .student-achievement-panel {
    padding: 28px;
    border: 1px solid #dfeaf4;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 36px rgba(0, 22, 89, 0.06);
}

.student-achievement-shell .student-achievement-panel + .student-achievement-panel {
    margin-top: 22px;
}

.student-achievement-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2ebf5;
}

.student-achievement-section-head h4 {
    margin: 8px 0 0;
    color: #001659;
    font-size: 26px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
}

.student-achievement-section-head p {
    max-width: 380px;
    margin: 0;
    color: #566579;
    font-size: 15px;
    line-height: 1.55;
    text-align: right;
}

.student-achievement-shell .student-achievement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.student-achievement-shell .student-achievement-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 20px;
    align-items: flex-start;
    padding: 22px;
    overflow: visible;
    border: 1px solid #dbe8f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 22, 89, 0.07);
}

.student-achievement-shell .student-achievement-card:hover {
    transform: translateY(-3px);
    border-color: #b8dbe1;
}

.student-achievement-shell .student-achievement-photo-wrap {
    min-height: 0;
    width: 118px;
    height: 118px;
    padding: 5px;
    border: 1px solid #cfe4ef;
    border-radius: 50%;
    background: linear-gradient(135deg, #ddf7f6, #fff4ed);
}

.student-achievement-shell .student-achievement-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
}

.student-achievement-shell .student-achievement-content {
    padding: 0;
}

.student-achievement-shell .student-achievement-content::before {
    display: none;
}

.student-achievement-shell .student-achievement-heading {
    position: static;
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #e9f8f6;
    color: #007c78;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    box-shadow: none;
}

.student-achievement-shell .student-achievement-content h5 {
    margin: 0 0 6px;
    color: #001659;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 900;
    letter-spacing: 0;
}

.student-achievement-shell .student-achievement-subheading {
    margin: 0 0 11px;
    color: #ff4d17;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.student-achievement-shell .student-achievement-comment {
    margin: 0;
    color: #4d5a6c;
    font-size: 15px;
    line-height: 1.68;
}

@media (max-width: 991px) {
    .student-achievement-shell .student-achievement-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .student-achievement-shell {
        padding: 20px 14px;
    }

    .student-achievement-hero h3 {
        font-size: 30px;
    }

    .student-achievement-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .student-achievement-section-head p {
        max-width: none;
        text-align: left;
    }

    .student-achievement-shell .student-achievement-panel {
        padding: 20px 16px;
    }

    .student-achievement-shell .student-achievement-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .student-achievement-shell .student-achievement-content h5 {
        font-size: 20px;
    }
}

.awards-page {
    background: #f4fbff;
}

.awards-shell {
    background: #f7fcff;
}

.award-section {
    padding-bottom: 28px;
}

.award-card-grid {
    align-items: stretch;
}

.award-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border: 1px solid #cfe1ef;
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(1, 31, 77, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.award-card:hover {
    transform: translateY(-4px);
    border-color: rgba(25, 183, 166, 0.5);
    box-shadow: 0 22px 54px rgba(1, 31, 77, 0.14);
}

.award-card-media {
    background: #e9f3fb;
}

.award-card-media img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.award-card-body {
    flex: 1;
    padding: 24px 24px 26px;
    display: flex;
    flex-direction: column;
}

.award-card-kicker {
    width: fit-content;
    margin-bottom: 15px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e0f7f4;
    color: #04776e;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

.award-card-body h3 {
    margin-bottom: 9px;
    color: #001f5b;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 900;
}

.award-card-body h4 {
    margin-bottom: 14px;
    color: #ff4a17;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.award-card-body p {
    margin-bottom: 0;
    color: #35496a;
    font-size: 15px;
    line-height: 1.62;
}

.award-view-file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin-top: auto;
    padding: 10px 18px;
    border-radius: 6px;
    background: #001f5b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.award-card-body p + .award-view-file-btn {
    margin-top: 20px;
}

.award-view-file-btn:hover {
    transform: translateY(-2px);
    background: #ff4a17;
    color: #ffffff;
}

@media (max-width: 767px) {
    .award-card-media img {
        height: auto;
        min-height: 220px;
        aspect-ratio: 16 / 10;
    }

    .award-card-body {
        padding: 20px;
    }

    .award-card-body h3 {
        font-size: 22px;
    }
}

.contact-dental-page {
    background: #f6fbff;
}

.contact-dental-shell {
    padding: 34px;
    border: 1px solid #d8e8f4;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 31, 91, 0.04), rgba(25, 183, 166, 0.08)),
        #ffffff;
    box-shadow: 0 20px 54px rgba(0, 31, 91, 0.08);
}

.contact-dental-info,
.contact-dental-form-wrap {
    height: 100%;
    border-radius: 8px;
}

.contact-dental-info {
    padding: 34px;
    background: #001f5b;
    color: #ffffff;
}

.contact-dental-kicker,
.contact-dental-form-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ff4a17;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-dental-kicker::before,
.contact-dental-form-head span::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
}

.contact-dental-info h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.24;
    font-weight: 900;
}

.contact-dental-address {
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
}

.contact-dental-card {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-dental-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(25, 183, 166, 0.18);
    color: #5ff0e4;
}

.contact-dental-card span {
    display: block;
    margin-bottom: 6px;
    color: #ffb9a4;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-dental-card strong,
.contact-dental-card a {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 800;
}

.contact-dental-card small {
    color: rgba(255, 255, 255, 0.72);
}

.contact-dental-email-card a {
    display: block;
    word-break: break-word;
}

.contact-dental-form-wrap {
    padding: 34px;
    background: #ffffff;
    border: 1px solid #d8e8f4;
}

.contact-dental-form-head {
    margin-bottom: 24px;
}

.contact-dental-form-head h3 {
    margin-bottom: 10px;
    color: #001f5b;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 900;
}

.contact-dental-form-head p {
    margin-bottom: 0;
    color: #53627a;
    font-size: 16px;
    line-height: 1.65;
}

.contact-dental-form .form-label {
    color: #001f5b;
    font-weight: 800;
}

.contact-dental-form .form-control {
    min-height: 54px;
    border: 1px solid #d4e3f0;
    border-radius: 8px;
    background: #f7fbff;
    color: #1d2b44;
}

.contact-dental-form textarea.form-control {
    min-height: 150px;
}

.contact-dental-hp {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.contact-dental-note {
    color: #53627a;
    display: block;
    font-weight: 600;
}

.contact-dental-form .form-control:focus {
    border-color: #19b7a6;
    box-shadow: 0 0 0 0.2rem rgba(25, 183, 166, 0.14);
}

.contact-dental-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 26px;
    border: 0;
    border-radius: 8px;
    background: #ff4a17;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    transition: background 0.22s ease, transform 0.22s ease;
}

.contact-dental-btn:hover {
    transform: translateY(-2px);
    background: #001f5b;
}

@media (max-width: 767px) {
    .contact-dental-shell,
    .contact-dental-info,
    .contact-dental-form-wrap {
        padding: 22px;
    }

    .contact-dental-info h2,
    .contact-dental-form-head h3 {
        font-size: 26px;
    }

    .contact-dental-card {
        align-items: flex-start;
    }
}

.management-page {
    background:
        radial-gradient(circle at top left, rgba(25, 183, 166, 0.1), transparent 32%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 52%, #f7fbff 100%);
}

.management-hero-panel {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 28px;
    align-items: start;
    padding: 34px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 22, 89, 0.08);
}

.management-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    background: linear-gradient(135deg, #001659, #19b7a6);
    color: #ffffff;
    font-size: 38px;
}

.management-hero-copy span,
.management-profile-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff471a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.management-hero-copy span::before,
.management-profile-tag::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.management-hero-copy h2 {
    margin: 12px 0 14px;
    color: #001659;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
}

.management-hero-copy p,
.management-profile-card p,
.management-note-panel p {
    margin-bottom: 0;
    color: #46566d;
    font-size: 16px;
    line-height: 1.72;
}

.management-profile-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 24px;
}

.management-profile-card {
    height: 100%;
    padding: 26px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, 0.06);
}

.management-profile-card h3 {
    margin: 12px 0 12px;
    color: #001659;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.management-note-panel {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 24px 0;
    padding: 22px 26px;
    border-left: 5px solid #19b7a6;
    border-radius: 8px;
    background: #eefaf8;
}

.management-note-panel i {
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    background: #ffffff;
    color: #19b7a6;
    font-size: 22px;
}

.management-committee-panel {
    margin-top: 24px;
}

.management-committee-section {
    margin-top: 34px;
    padding: 26px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fbfdff;
}

.management-committee-section:first-of-type {
    margin-top: 0;
}

.management-committee-section h3 {
    width: fit-content;
    margin: 0 auto 24px;
    padding-bottom: 6px;
    border-bottom: 3px solid #ff471a;
    color: #53627a;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.management-table {
    min-width: 560px;
}

.management-table th:first-child,
.management-table td:first-child,
.management-table th:nth-child(2),
.management-table td:nth-child(2) {
    width: auto;
}

.initiatives-page {
    background:
        radial-gradient(circle at top right, rgba(25, 183, 166, 0.12), transparent 34%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 44%, #f7fbff 100%);
}

.initiatives-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 22, 89, 0.04), rgba(25, 183, 166, 0.08)),
        #ffffff;
    box-shadow: 0 20px 50px rgba(0, 22, 89, 0.08);
}

.initiatives-hero-copy span,
.initiatives-outreach-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff471a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.initiatives-hero-copy span::before,
.initiatives-outreach-head span::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.initiatives-hero-copy h2 {
    max-width: 860px;
    margin: 12px 0 14px;
    color: #001659;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 900;
}

.initiatives-hero-copy p,
.initiatives-outreach-copy p {
    margin-bottom: 0;
    color: #46566d;
    font-size: 16px;
    line-height: 1.72;
}

.initiatives-hero-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 190px;
    padding: 26px;
    border-radius: 8px;
    background: #001659;
    color: #ffffff;
}

.initiatives-hero-stat strong {
    color: #ffffff;
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}

.initiatives-hero-stat span {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}

.initiatives-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.initiatives-card {
    min-height: 190px;
    padding: 24px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 22, 89, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.initiatives-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0, 22, 89, 0.1);
}

.initiatives-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: #eefaf8;
    color: #19b7a6;
    font-size: 22px;
}

.initiatives-card h3 {
    margin-bottom: 0;
    color: #001659;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.initiatives-outreach-panel,
.initiatives-treatment-panel {
    margin-top: 24px;
    padding: 34px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 22, 89, 0.06);
}

.initiatives-outreach-panel {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.initiatives-outreach-head h3 {
    margin: 12px 0 0;
    color: #001659;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.initiatives-outreach-copy {
    display: grid;
    gap: 14px;
}

.initiatives-treatment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.initiatives-treatment-list div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 58px;
    padding: 15px 16px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fbfdff;
}

.initiatives-treatment-list i {
    flex: 0 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e9f8f5;
    color: #19b7a6;
    font-size: 12px;
}

.initiatives-treatment-list span {
    color: #35445a;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
}

.tribute-page {
    background:
        radial-gradient(circle at top left, rgba(255, 74, 23, 0.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.tribute-intro-panel {
    max-width: 980px;
    margin: 0 auto 28px;
    padding: 32px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 22, 89, 0.07);
}

.tribute-intro-panel span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff471a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.tribute-intro-panel span::before,
.tribute-intro-panel span::after {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.tribute-intro-panel h2 {
    margin: 12px 0 12px;
    color: #001659;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 900;
}

.tribute-intro-panel p {
    max-width: 780px;
    margin: 0 auto;
    color: #53627a;
    font-size: 16px;
    line-height: 1.72;
}

.tribute-list {
    display: grid;
    gap: 26px;
}

.tribute-card {
    overflow: hidden;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 22, 89, 0.07);
}

.tribute-card-warm {
    background: #fff0d7;
}

.tribute-card-light {
    background: #ffffff;
}

.tribute-card-soft {
    background: #eef0f2;
}

.tribute-card-head {
    padding: 30px 34px 10px;
    text-align: center;
}

.tribute-card-head h3 {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 7px;
    color: #53627a;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: uppercase;
}

.tribute-card-head h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ff471a;
}

.tribute-card-head span {
    white-space: nowrap;
}

.tribute-card-body {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    padding: 28px 34px 34px;
}

.tribute-photo {
    overflow: hidden;
    border: 1px solid rgba(0, 22, 89, 0.12);
    border-radius: 6px;
    background: #ffffff;
}

.tribute-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.tribute-content {
    color: #53627a;
}

.tribute-meta {
    display: grid;
    gap: 4px;
    margin-bottom: 24px;
    color: #53627a;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: uppercase;
}

.tribute-content p {
    margin-bottom: 18px;
    color: #53627a;
    font-size: 17px;
    line-height: 1.58;
    text-align: justify;
}

.tribute-content p:last-child {
    margin-bottom: 0;
}

.institutional-document-page {
    background:
        radial-gradient(circle at top right, rgba(25, 183, 166, 0.12), transparent 34%),
        linear-gradient(180deg, #f7fbff 0%, #ffffff 48%, #f7fbff 100%);
}

.institutional-document-hero {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 34px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 22, 89, 0.08);
}

.institutional-document-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    border-radius: 8px;
    background: linear-gradient(135deg, #001659, #19b7a6);
    color: #ffffff;
    font-size: 38px;
}

.institutional-document-copy span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff471a;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.institutional-document-copy span::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.institutional-document-copy h2 {
    margin: 12px 0 10px;
    color: #001659;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 900;
}

.institutional-document-copy p {
    margin-bottom: 0;
    color: #53627a;
    font-size: 16px;
    line-height: 1.65;
}

.institutional-document-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.institutional-document-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 6px;
    background: #001659;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    transition: background 0.22s ease, transform 0.22s ease;
}

.institutional-document-actions a:nth-child(2) {
    background: #ff471a;
}

.institutional-document-actions a:hover {
    transform: translateY(-2px);
    background: #19b7a6;
    color: #ffffff;
}

.institutional-document-viewer {
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 22, 89, 0.06);
}

.institutional-document-viewer iframe {
    display: block;
    width: 100%;
    min-height: 720px;
    border: 0;
}

@media (max-width: 991px) {
    .management-profile-grid {
        grid-template-columns: 1fr;
    }

    .management-hero-copy h2 {
        font-size: 30px;
    }

    .initiatives-hero,
    .initiatives-outreach-panel {
        grid-template-columns: 1fr;
    }

    .initiatives-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tribute-card-body {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 22px;
    }

    .institutional-document-copy h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .management-hero-panel {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .management-hero-icon {
        width: 78px;
        height: 78px;
        font-size: 30px;
    }

    .management-hero-copy h2 {
        font-size: 26px;
    }

    .management-profile-card,
    .management-committee-section {
        padding: 20px;
    }

    .management-note-panel {
        align-items: flex-start;
        padding: 18px;
    }

    .management-committee-section h3 {
        font-size: 21px;
    }

    .initiatives-hero,
    .initiatives-outreach-panel,
    .initiatives-treatment-panel {
        padding: 22px;
    }

    .initiatives-hero-copy h2 {
        font-size: 28px;
    }

    .initiatives-grid,
    .initiatives-treatment-list {
        grid-template-columns: 1fr;
    }

    .initiatives-card {
        min-height: 0;
    }

    .tribute-intro-panel,
    .tribute-card-head,
    .tribute-card-body {
        padding: 22px;
    }

    .tribute-intro-panel h2 {
        font-size: 26px;
    }

    .tribute-card-head h3 {
        font-size: 21px;
    }

    .tribute-card-body {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .tribute-photo {
        width: 150px;
        margin: 0 auto;
    }

    .tribute-content p {
        font-size: 15px;
        text-align: left;
    }

    .institutional-document-hero {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .institutional-document-icon {
        width: 76px;
        height: 76px;
        font-size: 30px;
    }

    .institutional-document-copy h2 {
        font-size: 26px;
    }

    .institutional-document-actions a {
        width: 100%;
    }

    .institutional-document-viewer iframe {
        min-height: 520px;
    }
}

.president-foreword-section {
    background:
        radial-gradient(circle at top left, rgba(25, 183, 166, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.president-foreword-head {
    margin-bottom: 28px;
    text-align: center;
}

.president-foreword-head h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    color: #53627a;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.president-foreword-head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 100%;
    max-width: 310px;
    height: 2px;
    transform: translateX(-50%);
    background: #ff4a17;
}

.president-foreword-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 42px;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px;
    border: 1px solid #d8e8f4;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 56px rgba(0, 31, 91, 0.08);
}

.president-foreword-photo {
    overflow: hidden;
    border: 1px solid #d8e0ea;
    border-radius: 6px;
    background: #f7fbff;
    box-shadow: 0 16px 34px rgba(0, 31, 91, 0.08);
}

.president-foreword-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.president-foreword-content {
    position: relative;
    padding-left: 28px;
    border-left: 4px solid #19b7a6;
}

.president-foreword-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #ff4a17;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.president-foreword-label::before {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.president-foreword-content blockquote {
    margin: 0 0 14px;
    color: #001f5b;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 900;
    text-transform: uppercase;
}

.president-foreword-content h3 {
    margin-bottom: 6px;
    color: #001f5b;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
}

.president-foreword-content p {
    margin-bottom: 0;
    color: #53627a;
    font-size: 16px;
    line-height: 1.55;
}

.home-pratishthan-section {
    padding-top: 0;
    background:
        radial-gradient(circle at bottom right, rgba(255, 74, 23, 0.08), transparent 36%),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
}

.home-pratishthan-about-section {
    padding-top: 0;
}

.home-pratishthan-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    background: #fff4ef;
}

.home-pratishthan-logo-card img {
    width: auto;
    max-width: 82%;
    height: auto;
    max-height: 300px;
    aspect-ratio: auto;
    object-fit: contain;
}

.home-pratishthan-card {
    grid-template-columns: 200px 1fr;
}

.home-pratishthan-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    background: #fff4ef;
}

.home-pratishthan-photo img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 220px;
    padding: 10px;
    object-fit: contain;
}

.home-pratishthan-content h3 {
    margin-bottom: 15px;
    font-size: 26px;
}

.home-pratishthan-content p + p {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .president-foreword-card {
        grid-template-columns: 180px 1fr;
        gap: 28px;
        padding: 28px;
    }

    .president-foreword-content blockquote {
        font-size: 21px;
    }

    .home-pratishthan-card {
        grid-template-columns: 170px 1fr;
    }
}

@media (max-width: 767px) {
    .president-foreword-head h2 {
        font-size: 24px;
    }

    .president-foreword-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 22px;
        text-align: center;
    }

    .president-foreword-photo {
        width: 190px;
        margin: 0 auto;
    }

    .president-foreword-content {
        padding-left: 0;
        border-left: 0;
    }

    .president-foreword-label {
        justify-content: center;
    }

    .president-foreword-content blockquote {
        font-size: 19px;
    }

    .president-foreword-content p {
        font-size: 15px;
    }

    .home-pratishthan-card {
        grid-template-columns: 1fr;
    }

    .home-pratishthan-photo {
        width: 170px;
        min-height: 200px;
    }

    .home-pratishthan-content h3 {
        font-size: 22px;
    }
}

/* Department mega menu */
.header-main .main-menu {
    position: relative;
}

.header-main .main-menu ul li.department-mega-parent {
    position: static;
}

.header-main .main-menu ul li.department-mega-parent .department-mega-menu {
    left: 0;
    inset-inline-start: 0;
    width: min(980px, calc(100vw - 48px)) !important;
    min-width: 0;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0, 30, 90, 0.14);
    transform: translateY(10px);
}

.header-main .main-menu ul li.department-mega-parent:hover > .department-mega-menu {
    transform: translateY(0);
}

.header-main .main-menu ul li.department-mega-parent .department-mega-menu .department-mega-item {
    display: block;
    width: 100%;
}

.header-main .main-menu ul li.department-mega-parent .department-mega-menu .department-mega-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #e8eef7;
    border-radius: 7px;
    background: #f8fbff;
    color: var(--theme);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

.header-main .main-menu ul li.department-mega-parent .department-mega-menu .department-mega-item a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-left: 0;
    border-radius: 7px;
    /*background: rgba(255, 75, 26, 0.1);*/
    /*color: var(--theme2);*/
    font-size: 13px;
}

.header-main .main-menu ul li.department-mega-parent .department-mega-menu .department-mega-item:hover > a {
    background: #fff5f1;
    border-color: rgba(255, 75, 26, 0.28);
    color: var(--theme2) !important;
}

@media (max-width: 1199px) {
    .header-main .main-menu ul li.department-mega-parent .department-mega-menu {
        width: min(720px, calc(100vw - 32px)) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .header-main .main-menu ul li.department-mega-parent {
        position: relative;
    }

    .header-main .main-menu ul li.department-mega-parent .department-mega-menu {
        left: 0;
        width: 100%;
        padding: 10px;
        grid-template-columns: 1fr;
        transform: translateY(10px);
    }

    .header-main .main-menu ul li.department-mega-parent:hover > .department-mega-menu {
        transform: translateY(0);
    }
}

/* Fellowship admission page */
.fellowship-admission-page .fellowship-notice-panel {
    padding: 34px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 75, 26, 0.07), transparent 34%),
        linear-gradient(315deg, rgba(20, 188, 169, 0.1), transparent 38%),
        #fff;
    box-shadow: 0 18px 55px rgba(0, 22, 89, 0.08);
}

.fellowship-notice-head {
    text-align: center;
}

.fellowship-notice-head span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--theme2);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fellowship-notice-head span::before,
.fellowship-notice-head span::after {
    content: "";
    width: 34px;
    height: 3px;
    background: var(--theme2);
}

.fellowship-notice-head h3 {
    max-width: 1050px;
    margin: 14px auto 0;
    color: #001659;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
}

.fellowship-year-badge {
    width: fit-content;
    margin: 24px auto 0;
    padding: 8px 22px;
    border-radius: 999px;
    background: #fff5f1;
    color: var(--theme2);
    font-size: 22px;
    font-weight: 800;
}

.fellowship-intro {
    max-width: 1020px;
    margin: 24px auto 0;
    color: #526276;
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.fellowship-seat-card {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 22px;
    align-items: center;
    margin-top: 30px;
    padding: 24px;
    border-radius: 8px;
    background: #001659;
}

.fellowship-seat-card div {
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.fellowship-seat-card span,
.fellowship-seat-card strong {
    display: block;
    color: #fff;
}

.fellowship-seat-card span {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.fellowship-seat-card strong {
    margin-top: 6px;
    font-size: 44px;
    line-height: 1;
}

.fellowship-seat-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.7;
}

.fellowship-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 22px;
    margin-top: 24px;
}

.fellowship-content-card,
.fellowship-note {
    padding: 24px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #fff;
}

.fellowship-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: rgba(20, 188, 169, 0.12);
    color: #14bca9;
    font-size: 18px;
}

.fellowship-content-card h4 {
    margin: 16px 0 0;
    color: #001659;
    font-size: 23px;
}

.fellowship-content-card ol {
    margin: 16px 0 0;
    padding-left: 20px;
}

.fellowship-content-card li,
.fellowship-content-card p {
    color: #526276;
    font-size: 16px;
    line-height: 1.65;
}

.fellowship-content-card a {
    color: var(--theme2);
    font-weight: 700;
}

.fellowship-contact-card > a {
    display: inline-block;
    margin-top: 4px;
    word-break: break-word;
}

.fellowship-phone-list {
    margin-top: 16px;
    font-weight: 700;
}

.fellowship-note {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    background: #fff8f4;
}

.fellowship-note i {
    color: var(--theme2);
    font-size: 22px;
    margin-top: 4px;
}

.fellowship-note p {
    margin: 0;
    color: #35445a;
    font-size: 16px;
    line-height: 1.65;
}

.fellowship-link-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.fellowship-link-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 16px;
    border: 1px solid #dce8f6;
    border-radius: 8px;
    background: #f8fbff;
    color: #001659;
    font-weight: 800;
}

.fellowship-link-list a i {
    color: var(--theme2);
}

.fellowship-link-list a:hover {
    border-color: rgba(255, 75, 26, 0.32);
    background: #fff5f1;
    color: var(--theme2);
}

@media (max-width: 991px) {
    .fellowship-admission-page .fellowship-notice-panel {
        padding: 22px;
    }

    .fellowship-notice-head h3 {
        font-size: 24px;
    }

    .fellowship-seat-card,
    .fellowship-content-grid,
    .fellowship-link-list {
        grid-template-columns: 1fr;
    }
}
