
/*================================================
[  contents  ]
================================================
/*Transition*/
:root {
  --icon_color: #262626;
  --icon_color_rgba: 212, 22, 64;
  --scrollbar-width: 4px;
  --rt-theme: #3b2947;
  --rt-primary: #4A3558;
  --rt-primary-1: #656B9F;
  --rt-primary-2: #890C25;
  --rt-secondary: #110C2D;
  --transition: all 0.4s ease;
}

/*****************************
    Typography
  *****************************/
body {
  font-family: "Jost", sans-serif;
  /* font-family: "Forum", sans-serif; */
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.7;
  color: #7b7b7b;
  overflow-x: hidden;
  overflow-y: scroll;
}

@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&family=Italiana&family=Marcellus&family=Prata&display=swap');

a {
  outline: medium none !important;
  color: var(--rt-primary);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:focus {
  color: #000000;
  text-decoration: none !important;
}
a:hover {
  color: #000000;
  text-decoration: none !important;
}

a.text-dark:focus {
  color: var(--rt-primary) !important;
}

a.text-dark:hover {
  color: var(--rt-primary) !important;
}

input {
  outline: medium none !important;
  color: var(--rt-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bona Nova", serif;
  /* font-family: "Marcellus", serif; */
  color: #262626;
  margin: 0px 0px 1rem;
  font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #ffffff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #ffffff;
}

.bg-black p,
.bg-dark p {
  color: #7b7b7b;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 72px;
  font-style: normal;
  line-height: 82px;
}

h2 {
  font-size: 62px;
  line-height: 72px;
}

h3 {
  font-size: 34px;
  line-height: 42px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-size: 22px;
  line-height: 34px;
}

h6 {
  font-size: 20px;
  line-height: 32px;
}

*::-moz-selection {
  background: var(--rt-primary);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--rt-primary);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--rt-primary);
  color: #ffffff;
  text-shadow: none;
}

ul li{
  list-style: none !important;
}
/* container-fluid */
.container-fluid.container-space {
  padding: 0 100px;
}


@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1225px;
  }
}

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcap-style-1 {
  float: left;
  display: block;
  background-color: transparent;
  color: #262626;
  font-size: 57px;
  height: 55px;
  line-height: 48px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 60px;
  padding-right: 5px;
  overflow: visible;
}

.dropcap-style-2 {
  float: left;
  display: block;
  font-size: 47px;
  padding: 0;
  color: #ffffff;
  margin: 0.15em 0.4em 0 0;
  text-align: center;
  font-weight: 500;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  line-height: 64px;
  border-radius: 0;
  background-color: var(--rt-primary);
}


/* pagination */

/* blockquote */
.blockquote {
  border-left: 5px solid var(--rt-primary);
  padding-left: 30px;
  font-style: italic;
  position: relative;
  margin: 0;
}

.typography-section .hr {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #eeeeee;
}

/*figure*/
figure.caption {
  width: 253px;
}
figure.caption .caption-text {
  margin: 14px 0px;
  text-align: center;
}
figure.caption.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
figure.caption.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}

/*************************
         Responsive
  *************************/
  

/* color */
.text-primary {
  color: var(--rt-primary) !important;
}

.text-light {
  color: #dfdfdf !important;
}

.text-dark {
  color: #000000 !important;
}

/* fill colors for svg */
.fill-dark {
  fill: #141414;
}

.fill-primary {
  fill: var(--rt-primary);
}

.fill-light {
  fill: #f6f6f6;
}

.fill-white {
  fill: #ffffff;
}

/* background */
.bg-primary {
  background-color: var(--rt-primary) !important;
}

.bg-secondary {
  background-color: #705681  !important;
}

.bg-dark {
  background-color: #141414 !important;
}

.bg-dark1 {
  background-color: #33253c !important;
}

.bg-light {
  background-color: #f1f5f2 !important;
}

.bg-black {
  background-color: #000000 !important;
}

/* Page section margin padding */
.space-ptb {
  padding: 80px 0;
}
.space-pta{
  padding: 60px 0;
}
.space-all {
  padding: 80px 0 0px 0;
}
.space-pt {
  padding: 120px 0 0;
}

.space-pb {
  padding: 100px 0 0px !important;
}

.space-medium-ptb {
  padding: 90px 0;
}

.space-medium-pt {
  padding: 90px 0 0;
}

.space-medium-pb {
  padding: 0 0 90px;
}

.space-small-ptb {
  padding: 60px 0;
}

.space-small-pt {
  padding: 60px 0 0;
}

.space-small-pb {
  padding: 0 0 60px;
}

.padding-start {
  padding-left: 110px;
}

.padding-end {
  padding-right: 110px;
}

.full-width {
  padding: 0 150px;
}

.full-width-md {
  padding: 0 60px;
}

.space-small-pe {
  margin-right: 50px;
}

.row-gap-70 {
  row-gap: 70px;
}

/* Smooth Scroll */
.scroll-wrapper {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* Background overlay */
.bg-overlay-primary-15 {
  position: relative;
  z-index: 1;
}
.bg-overlay-primary-15:before {
  background: rgba(149, 180, 133, 0.15);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* ------------------------
    Splitting Text
  ------------------------*/
.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.pgs-text-animated .char {
  animation-fill-mode: both;
  animation-duration: 1000ms;
  animation-delay: calc(200ms + calc(15ms * var(--char-index)));
}

.splitting.pgs-text-animated .char {
  animation-name: uicoreFadeInUp, uicoreFadeIn !important;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1),
    cubic-bezier(0, 0, 0.2, 1);
}

@keyframes uicoreFadeInUp {
  0% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes uicoreFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes weight {
  from {
    font-weight: 100;
  }
  50% {
    font-weight: 600;
  }
  to {
    font-weight: 500;
  }
}


.grayscale,
.img-grayscale {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.grayscale:hover {
  filter: inherit;
}

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative;
}
.section-bg-half .bg-fixed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.section-bg-half .bg-fixed.clm-3 {
  width: 25%;
}
.section-bg-half .bg-fixed.clm-4 {
  width: 33.3333%;
}
.section-bg-half .bg-fixed.clm-5 {
  width: 41.6666%;
}
.section-bg-half .bg-fixed.clm-6 {
  width: 50%;
}
.section-bg-half .bg-fixed.clm-7 {
  width: 58.3333%;
}
.section-bg-half .bg-fixed.clm-8 {
  width: 66.6666%;
}

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}

.grid-justify-center {
  justify-items: center;
}

.grid-align-center {
  align-items: center;
}

.grid-gap-60 {
  grid-gap: 60px;
}

.grid-gap-50 {
  grid-gap: 50px 30px;
}

.grid-gap-30 {
  grid-gap: 30px 30px;
}

.grid-gap-15 {
  grid-gap: 15px 30px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-5 {
  grid-gap: 5px;
}

.grid-gap-0 {
  grid-gap: 0;
}

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr);
}


/*=====================================================*/
/* Rotate CSS */
/*=====================================================*/
.rotate {
  transform: rotate(2deg);
}

.rotate-inverse {
  transform: rotate(-2deg);
}


/*****************************
    Action box
  *****************************/
.action-box .title {
  color: #ffffff;
}

.action-box .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0 150px;
  color: #ffffff;
}

.action-box.action-box-section {
  margin-top: -200px;
}



@keyframes image-animate-in {
  0% {
    transform: scale(1);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes image-animate-out {
  0% {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
  100% {
    transform: scale(1);
    clip-path: inset(0 0 0 100%);
  }
}


/*****************************
      Owl Carousel for about and news
  *****************************/
.owl-carousel {
  cursor: none;
}
.owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  border: 1px solid #7b7b7b !important;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: inherit;
}
.owl-carousel .owl-nav button i {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(/images/left.svg);
  background-size: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-prev:before {
  position: absolute;
  content: "";
  right: -18px;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background-color: #7b7b7b;
  z-index: -1;
  opacity: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url(/images/left.svg);
}
.owl-carousel .owl-nav button.owl-prev:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}
.owl-carousel .owl-nav button.owl-prev:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}
.owl-carousel .owl-nav button.owl-prev:after {
  position: absolute;
  content: "";
  right: -8px;
  bottom: -18px;
  height: 100%;
  width: 1px;
  background-color: #7b7b7b;
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url(/images/right.svg);
  background-size: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button.owl-next:before {
  position: absolute;
  content: "";
  left: -18px;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background-color: #7b7b7b;
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  content: "";
  left: -8px;
  bottom: -18px;
  height: 100%;
  width: 1px;
  background-color: #7b7b7b;
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url(/images/right.svg);
}
.owl-carousel .owl-nav button.owl-next:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}
.owl-carousel .owl-nav button.owl-next:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}
.owl-carousel .owl-nav button:hover {
  background-color: var(--rt-primary);
  border-color: var(--rt-primary) !important;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.bg-dark .owl-carousel .owl-nav button {
  background-color: #141414 !important;
}
.bg-dark .owl-carousel .owl-nav button:hover {
  background-color: var(--rt-primary) !important;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #000000 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
  background: var(--rt-primary) !important;
  opacity: 1;
}

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible;
}

.owl-carousel.owl-nav-top-right .owl-nav {
  position: absolute;
  right: 0px;
  top: -155px;
  display: flex;
}
.owl-carousel.owl-nav-top-right .owl-nav button.owl-prev {
  left: inherit;
  right: 25px;
}
.owl-carousel.owl-nav-top-right .owl-nav button.owl-next {
  right: 5px;
}

.owl-carousel.owl-nav-center .owl-nav button {
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
}
.owl-carousel.owl-nav-center .owl-nav button:hover {
  background-color: #f1f5f2;
  border-color: transparent !important;
  backdrop-filter: blur(4px);
}
.owl-carousel.owl-nav-center .owl-nav button.owl-next {
  background-image: url(8c112bf5e4d40bcb786a.svg) !important;
  background-size: 50px 32px;
  right: 0;
}
.owl-carousel.owl-nav-center .owl-nav button.owl-prev {
  background-image: url(15f65901e139757b17aa.svg) !important;
  background-size: 50px 32px;
  left: 0;
}

.owl-carousel.owl-nav-bottom-right .owl-nav {
  position: absolute;
  display: flex;
  gap: 45px;
  right: 0;
  bottom: -70px
}

.bg-dark .owl-carousel.owl-nav-center .owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}





/*****************************
    Button
  *****************************/
.btn {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 45px;
  margin-right: 14px;
  background-color: var(--rt-primary);
  border: 1px solid var(--rt-primary);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
  width: auto;
  margin-bottom: 14px;
}
.btn:before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -7px;
  height: 1px;
  width: 100%;
  background-color: var(--rt-primary);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.btn:after {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -15px;
  height: 100%;
  width: 1px;
  background-color: var(--rt-primary);
  z-index: -1;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}
.btn:hover {
  border: 1px solid #39538a;
  background-color: var(--rt-primary-1);
  color: #ffffff;
}
.btn:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}
.btn:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}
.btn:focus {
  box-shadow: none;
  color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: var(--rt-primary);
}
.btn.btn-white:before {
  background-color: #ffffff;
}
.btn.btn-white:after {
  background-color: #ffffff;
}
.btn.btn-white:hover {
  border: 1px solid var(--rt-primary);
  background-color: var(--rt-primary);
  color: #ffffff;
}
.btn.btn-white:focus {
  color: var(--rt-primary);
}
.btn.btn-white.btn-border {
  color: #ffffff;
}
.btn.btn-white.btn-border:hover {
  border: 1px solid var(--rt-primary);
  color: var(--rt-primary);
}
.btn.btn-secondary {
  background-color: #262626;
  border: 1px solid #262626;
  color: #ffffff;
}
.btn.btn-secondary:before {
  background-color: #262626;
}
.btn.btn-secondary:hover {
  background-color: var(--rt-primary);
  border: 1px solid var(--rt-primary);
  color: #ffffff;
}
.btn.btn-secondary.btn-border {
  color: #262626;
}
.btn.btn-secondary.btn-border:hover {
  border: 1px solid var(--rt-primary);
  color: var(--rt-primary);
}
.btn.btn-lg {
  font-size: 28px;
  line-height: 40px;
  padding: 25px 70px;
}
.btn.btn-sm {
  font-size: 16px;
  line-height: 20px;
  padding: 4px 30px;
}
.btn.btn-sm:after {
  height: 40px;
}
.btn.btn-sm:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}
.btn.btn-border {
  background-color: transparent;
  color: var(--rt-primary);
}
.btn.btn-border svg {
  fill: var(--rt-primary);
}
.btn.btn-border:hover {
  border: 1px solid #262626;
  color: #262626;
}
.btn.btn-border:hover svg {
  fill: #262626;
}

.bg-primary .btn.btn-white:hover {
  border: 1px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.bg-primary .btn.btn-secondary:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #262626;
}

.bg-dark .btn:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--rt-primary);
}

/*Button Hover Effect */
.attract-hover {
  display: inline-block;
}

.attract-hover-easing {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ###################################  animatet text */
.pgsUpToDown {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsUpToDown.wow-animated,
.pgsUpToDown.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pgsDownToUP {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsDownToUP.wow-animated,
.pgsDownToUP.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pgsLeftToRight {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsLeftToRight.wow-animated,
.pgsLeftToRight.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.pgsRightToLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pgsRightToLeft.wow-animated,
.pgsRightToLeft.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*Scrollbar*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background-color: var(--rt-primary);
}



/*****************************
    Header
  *****************************/
/* Header default */
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}
.header .nav-right {
  display: flex;
  align-items: center;
}


.header .main-header {
  flex: 0 auto;
  align-items: normal;
  padding: 0px 100px;
}
.header .navbar-brand {
  padding: 15px 0px;
  margin-right: 0;
  color: #ffffff;
  flex: 0 0 150px;
  display: inline-block;
  transition: none;
}
.header .navbar-brand img {
  width: auto;
}
.header .navbar-brand img.sticky {
  display: none;
}
.header .navbar {
  padding: 0px;
}
.header .navbar .navbar-nav {
  height: 100%;
  gap: 25px;
  align-items: center;
}
.header .navbar .navbar-nav > li {
  display: inline-flex;
  height: 100%;
  margin: 0px;
}
.header .navbar .navbar-nav > li:first-child {
  margin-left: 0px;
}
.header .navbar .navbar-nav > li:last-child {
  margin-right: 0px;
}
.header .navbar .navbar-nav > li .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 10px;
  color: #262626;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.header .navbar .navbar-nav > li .nav-link i {
  font-weight: bold;
  margin-left: 13px;
  font-size: 16px;
}
.header .navbar .navbar-nav > li .nav-link:hover {
  color: var(--rt-primary);
}
.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--rt-primary);
}
.header .navbar .navbar-nav .dropdown-menu li .dropdown-item.active {
  color: var(--rt-primary);
}
.header .navbar .dropdown-menu {
  padding: 16px 26px 16px 26px;
  z-index: 999;
}
.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 200px;
}
.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}
.header .navbar-collapse {
  align-items: inherit;
  flex-grow: inherit;
}
.header .menu-btn svg rect {
  fill: #000000;
  transition: all 0.3s ease-in-out;
}
.header .menu-btn:hover svg rect {
  fill: var(--rt-primary);
}
.header .search ul li a svg path {
  fill: #262626;
  transition: all 0.3s ease-in-out;
}
.header .search ul li a:hover svg path {
  fill: var(--rt-primary);
}



/*Hamburger*/
.hamburger {
  padding: 0;
  margin-top: 0px;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  background-color: transparent;
}
.hamburger .hamburger-container {
  position: relative;
  width: 46px;
  height: 22px;
  display: inline-block;
}
.hamburger .hamburger-container .hamburger-inner {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translate(0px, -50%);
  background-color: #262626;
  transition: all 0.3s ease;
  opacity: 1;
}
.hamburger .hamburger-container .hamburger-inner:before {
  position: absolute;
  content: "";
  transform: translate(0px, 0);
  top: -9px;
  width: 100%;
  height: 2px;
  background-color: #262626;
  transition: all 0.3s ease;
  opacity: 1;
}
.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 9px;
  transform: translate(0px, 0);
  width: 50%;
  height: 2px;
  background-color: #262626;
  transition: all 0.3s ease;
  opacity: 1;
}
.hamburger:hover .hamburger-container .hamburger-inner {
  background-color: var(--rt-primary);
}
.hamburger:hover .hamburger-container .hamburger-inner:before {
  background-color: var(--rt-primary);
}
.hamburger:hover .hamburger-container .hamburger-inner:after {
  background-color: var(--rt-primary);
  width: 100%;
}

/* Header Sticky */
header.header.header-sticky.is-sticky {
  position: fixed;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
  top: -110px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
header.header.header-sticky.is-sticky.sticky-show {
  top: 0;
}
header.header.header-sticky.is-sticky .navbar .navbar-brand {
  padding: 15px 0px;
}
header.header.header-sticky.is-sticky .navbar .navbar-brand img {
  height: 50px;
}

.header li > .dropdown-item:focus {
  color: var(--rt-primary);
  background: none;
}

.header li > .dropdown-item:hover {
  color: var(--rt-primary);
  background: none;
}

.header .dropdown-item.active {
  background: none;
}

.header .dropdown-item:active {
  background: none;
}

.header .dropdown-item:focus {
  background: none;
}

.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  align-items: inherit;
  position: relative;
}

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 16px;
  font-weight: 400;
  padding: 6px 20px 6px 0;
  border-radius: 0px;
  position: relative;
  color: #262626;
  font-family: "Jost", sans-serif;
}
.navbar .dropdown > .dropdown-menu li > a span {
  position: relative;
}
.navbar .dropdown > .dropdown-menu li > a span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  right: auto;
  top: auto;
  height: 1px;
  background-color: var(--rt-primary);
  width: 0px;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown > .dropdown-menu li > a:hover {
  color: var(--rt-primary);
}
.navbar .dropdown > .dropdown-menu li > a:hover span:before {
  width: 100%;
}

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: var(--rt-primary);
}
.navbar .navbar-nav .dropdown-menu li.active > a span:before {
  width: 100%;
}
.navbar .dropdown > .dropdown-menu.submenu {
  position: absolute;
  left: 100%;
  top: 0;
}


/* Contact Info */

.offcanvas .logo img {
  height: 60px;
}

.btn-close:focus {
  box-shadow: none;
}

.appointment-form .input-group .input-group-append .input-group-text {
  border-radius: 0;
}

/*offcanvas*/
.offcanvas .offcanvas-header {
  padding: 20px 30px;
}

.offcanvas .btn-close {
  display: flex;
  height: 40px;
  width: 40px;
  border: 2px solid #7b7b7b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  background: inherit;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0px;
  padding: 0px;
}
.offcanvas .btn-close svg {
  width: 20px;
}
.offcanvas .btn-close svg path {
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}
.offcanvas .btn-close:hover {
  border: 2px solid var(--rt-primary);
}
.offcanvas .btn-close:hover svg path {
  stroke: var(--rt-primary);
}

.offcanvas .offcanvas-body {
  padding: 60px;
  padding-top: 0;
}
.offcanvas .offcanvas-body .logo {
  margin-bottom: 50px;
}
.offcanvas .offcanvas-body .about-us-box {
  margin-bottom: 25px;
}
.offcanvas .offcanvas-body .about-us-box .title {
  font-weight: 500;
}
.offcanvas .offcanvas-body .about-us-box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.offcanvas .offcanvas-body .contact-info-box {
  margin-top: 55px;
  margin-bottom: 75px;
}
.offcanvas .offcanvas-body .contact-info-box h4 {
  font-weight: 500;
}
.offcanvas .offcanvas-body .contact-info-box p {
  font-size: 20px;
  line-height: 30px;
  line-height: normal;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .contact-info-box a {
  font-size: 20px;
  line-height: 30px;
  color: #7b7b7b;
  font-family: "Jost", sans-serif;
  font-weight: normal;
}
.offcanvas .offcanvas-body .contact-info-box a:hover {
  color: var(--rt-primary);
}

.offcanvas.header-sidepanel {
  background-color: #000000;
  width: 500px;
}

/*---------------------------------*/
/* Menu Overlay  header*/ 
/*---------------------------------*/
.offcanvas.menu-overlay-offcanvas {
  height: 100vh;
  background-color: #000000;
}
.offcanvas.menu-overlay-offcanvas:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-close {
  position: absolute;
  right: 50px;
  top: 50px;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close {
  background: #ffffff;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close svg path {
  stroke: #000000;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-body {
  padding: 0;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.offcanvas.menu-overlay-offcanvas .container-top {
  margin-top: auto;
  margin-bottom: auto;
  height: 60%;
  overflow: hidden;
}
.offcanvas.menu-overlay-offcanvas .navbar {
  padding: 0;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-right: 50px;
  display: flex;
  align-items: flex-end;
}
.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  background-color: #0c0c0c;
}
.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar {
  width: 3px;
  background-color: #0c0c0c;
}
.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
  gap: 10px;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
  display: inline-flex;
  padding: 0;
  font-family: "Bona Nova", serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  align-items: baseline;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.show,
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
  background: inherit;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
  padding-left: 15px;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:after {
  margin-top: 3px;
  font-size: 18px;
}
.offcanvas.menu-overlay-offcanvas
  .navbar
  .navbar-nav
  .nav-item
  > a.dropdown-toggle:after {
  content: "+";
  border: none;
  font-size: 28px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.offcanvas.menu-overlay-offcanvas
  .navbar
  .navbar-nav
  .nav-item
  > .dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 30px;
  border: none;
  background: transparent;
}
.offcanvas.menu-overlay-offcanvas
  .navbar
  .navbar-nav
  .nav-item
  > .dropdown-menu
  li
  a {
  padding: 8px 0;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
}
.offcanvas.menu-overlay-offcanvas
  .navbar
  .navbar-nav
  .nav-item
  > .dropdown-menu
  li
  a:hover,
.offcanvas.menu-overlay-offcanvas
  .navbar
  .navbar-nav
  .nav-item
  > .dropdown-menu
  li
  a.active {
  color: var(--rt-primary);
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item.active > a {
  background: inherit;
}
.offcanvas.menu-overlay-offcanvas .widget.widget-infobox {
  margin-bottom: 40px;
  max-width: 340px;
}
.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list {
  gap: 10px;
}
.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.offcanvas.menu-overlay-offcanvas
  .bottom-info
  .widget-share
  .share-list
  li
  a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.3);
}
.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
  flex-direction: inherit;
  justify-content: space-between;
}
.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .number {
  color: #ffffff;
}
.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text {
  color: #ffffff;
}
.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text a:hover {
  color: var(--rt-primary);
  text-decoration: underline !important;
}

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.main-menu-offcanvas {
  width: 500px;
}
.main-menu-offcanvas .offcanvas-header .navbar-brand img {
  max-height: 38px;
}
.main-menu-offcanvas .offcanvas-header .btn-close {
  height: 35px;
  width: 35px;
}
.main-menu-offcanvas .offcanvas-body {
  display: flex;
  gap: 50px;
  padding: 30px 30px;
  padding-top: 0;
  flex-direction: column;
  justify-content: space-between;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.main-menu-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 30px;
  justify-content: space-between;
}
.main-menu-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
  display: none;
}
.main-menu-offcanvas .offcanvas-body::-webkit-scrollbar {
  display: none;
}
.main-menu-offcanvas .offcanvas-body .navbar {
  padding: 0;
}
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
  width: 100%;
}
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
  display: flex;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}
.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
  margin-top: 3px;
  font-size: 18px;
}
.main-menu-offcanvas
  .offcanvas-body
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  border: none;
  background: transparent;
}
.main-menu-offcanvas
  .offcanvas-body
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
  color: #e2e0e0;
}
.main-menu-offcanvas
  .offcanvas-body
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active,
.main-menu-offcanvas
  .offcanvas-body
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover {
  background-color: transparent;
}
.main-menu-offcanvas
  .offcanvas-body
  .navbar
  .navbar-nav
  .nav-item:has(.active)
  > .nav-link {
  color: var(--rt-primary);
}
.main-menu-offcanvas .contact-info {
  padding-top: 25px;
  border-top: 3px solid var(--rt-primary);
}
.main-menu-offcanvas .contact-info .number {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 550;
  color: #ffffff;
  margin-bottom: 15px;
}
.main-menu-offcanvas .contact-info .mail {
  display: block;
  color: #7b7b7b;
  font-size: 24px;
  margin-bottom: 15px;
}
.main-menu-offcanvas .contact-info .mail i {
  padding-right: 10px;
  color: var(--rt-primary);
}
.main-menu-offcanvas .contact-info .text {
  display: inline-block;
  margin-bottom: 30px;
}

/* ------------------------
    Keyframes Animation
  ------------------------*/
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*******************************************************************************************
 #                                               Banner
*********************************************************************************************/
.hero-3 {
  position: relative;
  z-index: 9;
}

.hero-3 .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.hero-3 .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero-3 .hero-content {
  position: relative;
  z-index: 9;
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  padding: 170px 0 150px;
}

@media (max-width: 575px) {
  .hero-3 .hero-content {
    padding: 100px 0 120px;
  }
}

.hero-3 .hero-content h6 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 26px;
  letter-spacing: -0.44px;
  position: relative;
  display: inline-block;
  font-family: "Marcellus", serif;
}

.hero-3 .hero-content h6::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/hero/white-bar.png);
  -webkit-animation: width 1.5s linear !important;
          animation: width 1.5s linear !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-position: center;
}

.hero-3 .hero-content h1 {
  color: #ffffff;
  font-size: 90px;
  line-height: 1.2;
  font-family: "Prata", serif;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}

.hero-3 .hero-content p {
  max-width: 795px;
  text-align: center;
  margin: 30px auto 0;
  font-size: 20px;
  color: #ffffff;
  font-family: "Marcellus", serif;
}

@media (max-width: 767px) {
  .hero-3 .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content p {
    font-size: 16px;
  }
}

.hero-3 .hero-button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-3 .hero-button {
    margin-top: 30px;
  }
}

.hero-3 .swiper-slide.swiper-slide-active .slider-bg {
  -webkit-transform: scale(1.19);
  transform: scale(1.19);
}

.hero-3 .hero-slider {
  position: relative;
}

.hero-3 .hero-slider .array-button {
  position: absolute;
  top: 45%;
  left: 8%;
  right: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1399px) {
  .hero-3 .hero-slider .array-button {
    display: none;
  }
}

.hero-3 .hero-slider .array-button .array-prev, .hero-3 .hero-slider .array-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-3 .hero-slider .array-button .array-prev:hover, .hero-3 .hero-slider .array-button .array-next:hover {
  background-color: #ffffff;
  color: var(--theme-red);
}

/* text animation */


.animate span {
	display: inline-block;
}

.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}


/* Animation Seven */


.seven span {
	color: #ffffff;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
  letter-spacing: -6px;
  margin-bottom: 10px;
  font-size: 26px;
  display: inline-block;
  font-family: "Marcellus", serif;
}


@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #dacae4;
	}

	60% {
		color: #7c4d9b;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}

/* button@ slider */

.td_hero_btn_group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 40px;
    padding: 25px 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -65px;
    z-index: 9;
  
  }
  
  .td_white_color {
    color: white;
    font-weight: 500;
  }
  .td_accent_bg {
    background-color: var(--rt-primary);
  }
  @media (max-width: 1199px) {
    .td_hero_btn_group {
        gap:15px 20px;
        padding: 25px 30px
    }
  }
  
  @media (max-width: 767px) {
    .td_hero_btn_group {
        padding:20px;
        gap: 10px
    }
  }
  
  .td_hero_btn_group:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba(163, 163, 163, 0.37);
    backdrop-filter: blur( 1px );
    -webkit-backdrop-filter: blur( 1px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  
  .td_hero_btn_group .td_btn.td_style_1 {
    min-width: 270px
  }
  
  .td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
    padding: 25px 40px
  }
  
  @media (max-width: 767px) {
    .td_hero_btn_group .td_btn.td_style_1 {
        width:100%;
        min-width: 100%
    }
  
    .td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
        padding: 15px 30px
    }
  }
  
  .td_btn.td_style_1 {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none
  }
  
  .td_btn.td_style_1 .td_btn_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 13px 25px;
    gap: 10px;
    border-radius: inherit;
    position: relative;
    z-index: 1
  }
  
  .td_btn.td_style_1 .td_btn_in:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: #3b2947;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
  
  .td_btn.td_style_1 .td_btn_in>* {
    position: relative;
    z-index: 2
  }
  
  .td_btn.td_style_1 .td_btn_in.td_heading_bg:before {
    background-color: #fff3
  }
  
  .td_btn.td_style_1:hover {
    color: #fff
  }
  
  .td_btn.td_style_1:hover .td_btn_in:before {
    opacity: 1
  }
  
  .td_btn.td_style_1.td_with_shadow:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 2px;
    top: 4px;
    border-radius: inherit;
    background-color: #890c25;
    opacity: .3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  

  .td_btn.td_style_1 span{
    font-family: "Marcellus", serif;;  
    font-size: 20px;
    }


  .td_btn.td_style_1.td_with_shadow:hover:after {
    left: 2px;
    top: -4px
  }
  
  .td_btn.td_style_1.td_with_shadow_2 {
    -webkit-box-shadow: 6px 6px 0px 0px #00001b;
    box-shadow: 6px 6px 0 0 #00001b
  }
  
  .td_btn.td_style_1.td_with_shadow_2:hover {
    -webkit-box-shadow: 6px -6px 0px 0px #00001b;
    box-shadow: 6px -6px 0 0 #00001b
  }
  
  .td_btn.td_style_1.td_type_1 {
    -webkit-box-shadow: 0 0 0px 1px #00001b;
    box-shadow: 0 0 0 1px #00001b
  }
  
  .td_btn.td_style_1.td_type_1.td_with_shadow:after {
    background-color: #00001b;
    opacity: 1
  }
  
  .td_btn.td_style_1.td_type_1 .td_btn_in:before {
    background-color: #0000000d
  }
  
  .td_btn.td_style_1.td_type_2 .td_btn_icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: -13px -20px -13px 0;
    border: 1px solid currentColor
  }
  
  .td_btn.td_style_1.td_type_2 .td_btn_in {
    padding: 13px 20px;
    gap: 12px;
    min-width: 170px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  
  .td_btn.td_style_1.td_type_2 .td_btn_in span:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  
  .td_btn.td_style_1.td_type_3 .td_btn_in {
    padding: 12px 24px;
    border: 1px solid currentColor;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
  }
  
  .td_btn.td_style_1.td_type_3:hover .td_btn_in {
    color: #fff;
    border-color: #890c25
  }
  
  .td_btn.td_style_1.td_type_3:hover .td_btn_in:before {
    background-color: #890c25
  }
  
  .td_btn.td_style_1.td_type_4 .td_btn_in {
    padding: 12px 10px;
    border: 1px solid currentColor;
    gap: 0;
    min-width: 50px
  }
  
  .td_btn.td_style_1.td_type_4 .td_btn_text {
    overflow: hidden;
    max-width: 0;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
  
  .td_btn.td_style_1.td_type_4 .td_btn_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .td_btn.td_style_1.td_type_4 .td_btn_icon svg {
    width: 16px;
    height: 16px
  }
  
  .td_btn.td_style_1.td_type_4:hover .td_btn_in {
    color: #fff;
    gap: 10px;
    padding: 12px 24px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
  
  .td_btn.td_style_1.td_type_4:hover .td_btn_in:before {
    background-color: #890c25
  }
  
  .td_btn.td_style_1.td_type_4:hover .td_btn_text {
    max-width: 200px
  }
  
  .td_btn.td_style_1.td_type_5 .td_btn_in:before {
    opacity: .15;
    background-color: #890c25
  }
  
  .td_btn.td_style_1.td_type_5:hover .td_btn_in:before {
    opacity: .25
  }



/*****************************
     Section Title
  *****************************/
.section-title {
  padding-left: 120px;
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
}
.section-title .sub-title {
  position: absolute;
  z-index: -1;
  left: 0;
  top: -36px;
  font-size: 100px;
  font-weight: 700;
  line-height: 128px;
  font-family: "Bona Nova", serif;
  text-transform: uppercase;
  /* -webkit-text-stroke-color: rgba(76, 31, 238, 0.1); */
  -webkit-text-stroke-color: #656b9f24;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  color: transparent;
}

.section-title .title {
  /* font-size: 62px; */
  font-size: 49px;
  line-height: 72px;
  font-weight: normal;
  font-family: "Bona Nova", serif;
  text-transform: capitalize;
  color: #3b264e;
  position: relative;
  z-index: 2;
}
.section-title p {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: #7b7b7b;
}
.section-title.center {
  text-align: center;
  padding-left: 0;
}
.section-title.center .sub-title {
  left: 50%;
  transform: translateX(-50%);
}
.section-title:has(.sub-title) {
  margin-top: 20px;
}
.section-title .title-description {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 100px;
}
.section-title .title-description .description {
  flex: 0 0 auto;
  width: 65%;
}
.section-title .title-description .btn {
  margin-left: auto;
}
.section-title .title-description.without-btn {
  padding-right: 0px;
}
.section-title .title-description.without-btn .description {
  width: 75%;
}

.section-title .title:not(.pgs-text-animated) {
  opacity: 0;
}

.bg-dark .section-title .title {
  color: #ffffff;
}

.bg-dark .section-title p {
  color: #7b7b7b;
}

.section-title-horizontal {
  margin-bottom: 10px;
}
.section-title-horizontal .section-title {
  margin-bottom: 0px;
}
.section-title-horizontal .section-title .title {
  margin-bottom: 0px;
}
.section-title-horizontal .description {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  color: #7b7b7b;
  padding-left: 50px;
}

.section-title:has(.description) .title {
  margin-bottom: 40px;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
}

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: var(--scrollbar-width);
}

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}


[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*testimonial-wrapper*/
.testimonial-wrapper {
  padding-left: 25px;
}
.testimonial-wrapper .clienti-reviews {
  padding-bottom: 70px;
}

.testimonial-content p{
  min-height: 130px;
  max-height: 130px;
overflow-y: hidden;
}
/*FAQ Section*/
.faq-section .section-title {
  padding-right: 50px;
}

/*=========== Ineer page ===========*/
body:has(.header.is-sticky) .site-content {
  margin-top: var(--header-height);
}

/*******************************************************************************************
 #                                               About
*********************************************************************************************/

/*About*/
.about-box .section-title {
  margin-top: 50px;
  margin-bottom: 0;
}

.aboutpara{
  margin-left: 25px;
}
.about-box .about-circle {
  position: relative;
  /* padding-right: 110px; */
  padding-right: 50px;
}

/* .about-box .about-circle img{
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
} */

.circleimg{
  height: 90px;
  width: auto;
}
.about-box .about-circle .about-icon {
  right: 25px;
  bottom: -85px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--rt-primary);
  background-color: #ffffff;
  z-index: 9;
}
.about-box .about-circle .about-icon .icon {
  line-height: 1;
}
.about-box .about-circle .about-icon .icon i {
  font-size: 36px;
  color: var(--rt-primary);
}
.about-box .about-circle .about-icon .circle-text {
  color: #262626;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-animation: textRotation 8s linear infinite;
  animation: textRotation 8s linear infinite;
  text-transform: uppercase;
}
.about-box .about-circle .about-icon .circle-text span {
  padding: 8px;
  color: var(--rt-primary);
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 83px;
  font-family: 'Courier New', Courier, monospace;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.circle-text p i{
  font-size: 10px;
}
/*service*/
.faq-bg {
  padding-left: 50px;
}

#panorama {
  width: 100%;
  height: 100vh;
}
.about-section {
  margin-right: -20%;
  padding-left: 100px;
}
.about-section .section-title {
  margin-bottom: 40px;
}

.about-section .more-project {
  margin-top: 40px;
  padding-left: 120px;
}
.about-section .about-video {
  gap: 30px;
  display: flex;
  margin: 60px 0px;
  align-items: center;
}
.about-section .about-video .video-wrapper {
  display: flex;
  flex: 0 0 312px;
  padding: 85px 0px;
  align-items: center;
}

.about-section .about-video .clienti-reviews.reviews-style-05 {
  padding-left: 50px;
}

/*******************************************************************************************
 #                                               Features
*********************************************************************************************/

.elementor-section {
  position: relative;
}

.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.elementor-column {
  display: flex
;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
      width: 100%;
  }
}

.elementor-widget-wrap {
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.elementor-widget {
  position: relative;
}

.elementor-widget-wrap>.elementor-element {
  width: 100%;
}

.elementor-section {
  position: relative;
}

.elementor-widget-wrap>.elementor-element {
  width: 100%;
}


.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
      width: 33.333%;
  }
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px;
}

.elementor-widget-container img {
  border-radius: 200px 200px 200px 200px;
}

.featured-item.style-3 {
  display: flex;
  margin-bottom: 30px;
}

.featured-icon{
  align-content: center;
}
.featured-item.style-3 .featured-icon i{
  min-width: 80px;
  height: 80px;
  line-height: 76px;
  color:#ffffff;
  background-color: #656B9F;
  font-size: 36px;
  text-align: center;
  border-radius: 100px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  display: block;

}
.featured-item.style-3:hover .featured-icon i{
  background-color: var(--themeht-primary-color);
  color: #311e3d;
  border: #3b2947 1px dashed;
}
.featured-item.style-3 .featured-icon svg{
  width: 45px;
  height: 45px;
  fill: #3F3F44;
}
.featured-item.style-3 .featured-number{
  margin-left: 10px;
}
.featured-item.style-3 .featured-icon img{
  width: 80px;
  height: 80px;
}
.featured-item.style-3 .featured-number span{
  font-size: 14px;
  color: var(--themeht-white-color);
  background: var(--themeht-primary-color);
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
  line-height: 25px;
}
.featured-item.style-3 h4 {
  margin-bottom: 8px;
  line-height: 36px;
  font-size: 26px;
  color: #261F70;
}

.featured-item.style-3.text-end {
  direction: rtl;
}

.featured-item.style-3.text-end .featured-icon i{
  margin-left: 20px;
  margin-right: inherit;
}

/*******************************************************************************************
 #                                               Principal section
*********************************************************************************************/

  :root {
    /* spacing */
    --sg0-space-sm: 1.125rem;
    --sg0-space-md: 2rem;
    --stack-cards-item-ratio: 2/1;
    --stack-cards-gap: var(--sg0-space-sm);
  }
  
  .stacking-card-item .section-title {
    position: relative;
    z-index: 3;
    margin-bottom:0px;
    padding-left: 0px;
  }
  .stacking-card-wrapper {
    grid-gap: 40px;
    --stack-cards-gap: var(--sg0-space-sm);
    --stack-cards-item-ratio: 2/1;
  }
  .stacking-card-wrapper .stacking-card-item {
    display: flex;
    align-self: center;
    align-items: center;
    height: 100%;
    background: #ffffff;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: var(--sg0-space-md);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  .stacking-card-wrapper .stacking-card-item .card-item-info {
    height: 100%;
    padding: 100px;
    position: relative;
    background-color: #4a355812;
    display: flex;
    align-items: center;
  }
  .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-number {
    top: 20px;
    /* right: 90px;
    font-size: 150px;
    line-height: 150px; */
    font-size: 48px;
    line-height: 90px;
    position: absolute;
    stroke-width: 1px;
    stroke: var(--rt-primary);
    color: transparent;
    opacity: 0.5;
    -webkit-text-stroke-width: 1px;
    font-family: "Bona Nova", serif;
    -webkit-text-stroke-color: var(--rt-primary);
  }
  
  .card-item-number {
    /* top: 20px;
    right: 90px;
    font-size: 150px;
    line-height: 150px;
    position: absolute; */
    font-size: 48px;
    line-height: 90px;
    stroke-width: 1px;
    stroke: var(--rt-primary);
    color: transparent;
    opacity: 0.5;
    -webkit-text-stroke-width: 1px;
    font-family: "Bona Nova", serif;
    -webkit-text-stroke-color: var(--rt-primary);
  }
  .stacking-card-wrapper .stacking-card-item .card-item-info .card-item-icon {
    margin-bottom: 30px;
  }
  .stacking-card-wrapper .stacking-card-item .card-item-info .title {
    font-size: 32px;
    line-height: 20px;
    color: #3b264e;
    font-weight: normal;
    padding-top: 18px;
    
  }
  
  .princiname{
    font-family: "Corinthia", cursive;
    margin-bottom: 0px;
    padding-top: 8px;
  }
  .stacking-card-wrapper .stacking-card-item .card-item-img {
    width: 610px;
    height: 550px;
    flex: 0 0 610px;
  }
  .stacking-card-wrapper .stacking-card-item .card-item-img img {
    width: 610px;
    height: 550px;
    object-fit: cover;
  }
  .stacking-card-wrapper .stacking-card-item.sticky {
    top: 50px;
    position: sticky;
  }
  
   .info-link {
    color: var(--rt-primary);
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    fill: var(--rt-primary);
  }
  
  .info-link:hover {
    color: var(--rt-primary-1);
  }
  
   .info-link:hover .btn-arrow svg {
    fill: var(--rt-primary-1);
  }
  
/*******************************************************************************************
 #                                               News & Events section
*********************************************************************************************/
/*****************************
      News
  *****************************/
.blog-post.blog-style-1 .blog-post-info {
  padding-top: 35px;
  position: relative;
  margin-bottom: 10px;
  border-top: 1px solid #8b87ab;
}
.blog-post.blog-style-1 .blog-post-info:before {
  top: -2px;
  left: 0;
  height: 3px;
  width: 83px;
  content: "";
  position: absolute;
  background: var(--rt-primary);
  transition: all 0.3s ease-in-out;
}
.blog-post.blog-style-1 .blog-post-info .post-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: normal;
}
.blog-post.blog-style-1 .blog-post-info .post-title a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #262626;
}
.blog-post.blog-style-1 .blog-post-info .post-title a:hover {
  color: var(--rt-primary);
}
.blog-post.blog-style-1 .blog-post-info .post-meta ul {
  gap: 8px;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  list-style: none;
  text-transform: uppercase;
}
.blog-post.blog-style-1 .blog-post-info .post-meta ul li.post-meta-category {
  color: var(--rt-primary);
  font-size: 18px;
}

.blog-post.blog-style-1 .blog-post-img {
  overflow: hidden;
}
.blog-post.blog-style-1 .blog-post-img img {
  transform: scale(1);
  transition: transform 20s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 300px;
  max-height: 300px;
  object-fit: cover;
  justify-self: anchor-center;
}

.blog-post.blog-style-1:hover .blog-post-info:before {
  width: 100%;
}

.blog-post.blog-style-1:hover .blog-post-img img {
  transform: scale(1.3);
}

.owl-carousel:has(.blog-style-1) .item {
  padding-top: 5px;
}

/*****************************
      Notice
  *****************************/
.rts-notice-section {
  padding-left: 15px;
}
.rts-arrow{
  /* margin-left: 190px; */
  float: inline-end;
}
@media screen and (max-width: 1200px) {
  .rts-notice-section {
    padding-left: 30px;
  }
}
@media screen and (max-width: 992px) {
  .rts-notice-section {
    padding-left: 0;
  }
}
.rts-notice-section .rts-tab .nav {
  margin: 0;
  display: flex;
  gap: 10px;
}
.rts-notice-section .rts-tab .nav-item {
  margin: 30px 0 0 0;
}
.rts-notice-section .rts-tab .nav-item .nav-link {
  padding: 7px 15px;
  border: 1px solid #eee;
  border-radius: 0;
  color: var(--rt-secondary);
  font-size: 14px;
  transition: var(--transition);
  font-weight: 500;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}
.rts-notice-section .rts-tab .nav-item .nav-link:hover {
  background: var(--rt-primary);
  color: #fff;
}
.rts-notice-section .rts-tab .nav-item .nav-link.active {
  background: var(--rt-primary);
  color: #fff;
}
.rts-notice-section .rts-tab .tab-content {
  height: 378px;
  overscroll-behavior: smooth;
  overflow-y: scroll ;
}
.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar {
  width: 12px;
}
.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar-track {
  background: #F1F1FF;
}
.rts-notice-section .rts-tab .tab-content::-webkit-scrollbar-thumb {
  background-color: #36348E;
  border-radius: 0;
  border: 4px solid #F1F1FF;
}
.rts-notice-section .rts-tab .tab-content {
  scrollbar-color: #36348E #F1F1FF;
  scrollbar-width: medium;
}
.rts-notice-section .rts-tab .tab-content {
  -ms-overflow-style: none;
  /* Hide scrollbar in Edge */
  scrollbar-width: thin;
  scrollbar-color: #4a3558 #F1F1FF;
}
.rts-notice-section .rts-tab .notice-content-box {
  position: relative;
}
.rts-notice-section .rts-tab .single-notice {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  margin-right: 40px;
  margin-top: 0;
  margin-bottom: 0;
}
.rts-notice-section .rts-tab .single-notice:first-child {
  border-top: 1px solid #eee;
}
.rts-notice-section .rts-tab .single-notice:last-child {
  border-bottom: none;
}
.rts-notice-section .rts-tab .single-notice-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.rts-notice-section .rts-tab .single-notice-item .notice-date {
  font-size: 24px;
  color: var(--rt-secondary);
  display: flex;
  flex-direction: column;
}
.rts-notice-section .rts-tab .single-notice-item .notice-date span {
  font-size: 16px;
  font-weight: 500;
  color: #737477;
  font-family: var(--font-primary);
}
.rts-notice-section .rts-tab .single-notice-item .notice-content p a {
  color: #737477;
  transition: var(--transition);
}
.rts-notice-section .rts-tab .single-notice-item .notice-content p a:hover {
  color: var(--rt-primary);
}

.rts-notice-details .rts-tab .tab-content {
  height: 100%;
  overflow-y: unset;
}
.rts-notice-details .rts-notice-section {
  background: #F9F8FF;
  padding: 40px;
  margin-left: 40px;
  border: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .rts-notice-details .rts-notice-section {
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .rts-notice-details .rts-notice-section {
    margin-left: 0;
  }
}

/*******************************************************************************************
 #                                               Gallery
*********************************************************************************************/
.gallery-section {
  position: relative;
}

.gallery-section .outer-box {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.rtl .gallery-section .outer-box {
  direction: ltr;
}
.gallery-section .outer-box .gallery.one {
  display: flex;
  white-space: nowrap;
  animation: gallery-one 20s linear infinite;
}
.gallery-section .outer-box .gallery.one:hover {
  animation-play-state: paused;
}
.gallery-section .outer-box .gallery.two {
  display: flex;
  white-space: nowrap;
  animation: gallery-two 20s linear infinite;
}
.gallery-section .outer-box .gallery.two:hover {
  animation-play-state: paused;
}

@keyframes gallery-one {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes gallery-two {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.gallery-block {
  position: relative;
  width: 25%;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .gallery-block {
    width: 50%;
  }
}
.gallery-block .inner-box {
  position: relative;
}
.gallery-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  background-color: #b4abf7a6;
  z-index: 5;
  transition: all 300ms ease;
}
.gallery-block .inner-box:after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #2d143d;
  font-size: 50px;
  line-height: 1em;
  opacity: 0;
  font-family:bootstrap-icons;
  pointer-events: none;
  transform: translate(-50%, -50%);
  content: "\F280";
  z-index: 6;
  transition: all 300ms ease;
}
@media (max-width: 991.98px) {
  .gallery-block .inner-box:after {
    font-size: 80px;
  }
}
.gallery-block .inner-box:hover:before {
  opacity: 0.8;
  transform: scale(1);
}
.gallery-block .inner-box:hover:after {
  opacity: 1;
}
.gallery-block .inner-box .image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
  z-index: 3;
 
}


.gallery-block .inner-box .image:hover img:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.gallery-block .inner-box .image:hover img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.gallery-block .inner-box .image img {
  position: relative;
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  transition: all 500ms ease;
  background-size: cover;
  object-fit:cover ;
  background-position: center;
}
.gallery-block .inner-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

/*******************************************************************************************
 #                                               Footer section
*********************************************************************************************/
.footer {
  /*footer-style-02*/
}

.footer.footer-style-02 {
  padding-top: 80px;
}
.footer.footer-style-02 .min-footer {
  padding: 0px 150px;
  padding-bottom: 80px;
}
.footer.footer-style-02 .min-footer .footer-left {
  padding-right: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.footer-style-02 .min-footer .widget-newsletter p {
  margin-bottom: 40px;
  font-weight: 300;
}

.footer.footer-style-02 .min-footer .footer-right {
  padding-left: 130px;
}
.footer.footer-style-02 .min-footer .footer-right .widget.widget-menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer.footer-style-02 .min-footer .footer-right .footer-right-top {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 40px;
}
.footer.footer-style-02
  .min-footer
  .footer-right
  .footer-right-top
  .widget-address {
  padding-right: 60px;
}
.footer.footer-style-02 .widget .widget-title {
  font-weight: normal;
  margin-bottom: 20px;
  color: #e4e6fa;
}
.footer.footer-style-02 .widget-app ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer.footer-style-02 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 150px;
}
.footer.footer-style-02 .footer-bottom ul.widget-menu {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.footer.footer-style-02 .footer-bottom ul.widget-menu li {
  color: #ffffff;
  font-weight: 300;
  margin: 5px 0;
}
.footer.footer-style-02 .footer-bottom ul.widget-menu li a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
}
.footer.footer-style-02 .footer-bottom ul.widget-menu li a:hover {
  color: var(--rt-primary);
}
.footer .copyright p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  font-weight: 300;
}
.footer .copyright a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.footer .copyright a:hover {
  color: #bec5ff;
}

.footer .designed a:hover{
  color: #bec5ff !important;
}

/* ###################Footerwidget */
.widget .widget-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 8px;
}

.widget p {
  color: rgba(255, 255, 255, 0.8);
}

.widget-menu ul li {
  color: #ffffff;
  margin: 5px 0;
  font-weight: 300;
}
.widget-menu ul li a {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.widget-menu ul li a:hover {
  color: #bec5ff;
}

.widget-address ul li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  font-weight: 300;
}
.widget-address ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.widget-address ul li a:hover {
  color: #bec5ff;
}
.widget-address ul li:last-child {
  margin-bottom: 0px;
}

.widget-newsletter p {
  margin-bottom: 30px;
}
.widget-social .social-icon.social-icon-style-02 ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.widget-social .social-icon.social-icon-style-02 ul li a:before {
  background-color: #ffffff;
}
.widget-social .social-icon.social-icon-style-02 ul li a:after {
  background-color: #ffffff;
}
.widget-social .social-icon.social-icon-style-02 ul li a:hover {
  background-color: var(--rt-primary-1);
  color: #ffffff;
  border: 1px solid var(--rt-primary-1);
}
.widget-social .social-icon.social-icon-style-02 ul li a:hover:before {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  width: 0px;
}
.widget-social .social-icon.social-icon-style-02 ul li a:hover:after {
  opacity: 0;
  transition: 0.5s, opacity 0.3s 0.2s;
  height: 0px;
}

.list-unstyled span{
  font-weight: 400;
}
.footer .widget-social .social-icon ul li a {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.footer .widget-social .social-icon ul li a:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.footer .widget-social .social-icon ul li a:after {
  background-color: rgba(255, 255, 255, 0.7);
}

/*****************************
  Footer  Social Icon 
  *****************************/
  .social-icon {
    flex-shrink: 0;
  }
  .social-icon ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .social-icon ul li {
    position: relative;
    margin: 0 13px;
  }
  .social-icon ul li a {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  .social-icon ul li a:hover {
    color: #262626;
  }
  .social-icon ul li:first-child {
    margin-left: 0px;
  }
  .social-icon ul li:last-child {
    margin-right: 0px;
  }
  .social-icon ul li.social-label {
    font-size: 20px;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    color: #262626;
    position: relative;
    padding-right: 50px;
  }
  .social-icon ul li.social-label:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    background-color: #262626;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .social-icon.social-dark ul li a {
    color: #000000;
  }
  .social-icon.social-dark ul li a:hover {
    color: var(--rt-primary);
  }
  .social-icon.social-dark ul li.social-label {
    color: #000000;
  }
  .social-icon.social-dark ul li.social-label:before {
    background-color: #000000;
  }
  .social-icon.social-icon-style-01 {
    background-color: var(--rt-primary);
    padding: 15px 30px;
    display: inline-block;
  }
  .social-icon.social-icon-style-01 ul li {
    margin: 0 15px;
  }
  .social-icon.social-icon-style-01 ul li a {
    font-size: 20px;
    line-height: normal;
  }
  .social-icon.social-icon-style-01 ul li:first-child {
    margin-left: 0px;
  }
  .social-icon.social-icon-style-01 ul li:last-child {
    margin-right: 0px;
  }
  .social-icon.social-icon-style-02 ul li {
    margin: 0 2px 0 12px;
  }
  .social-icon.social-icon-style-02 ul li.social-label {
    margin-right: 12px;
  }
  .social-icon.social-icon-style-02 ul li a {
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--rt-primary-1);
    line-height: 14px;
    margin: 0 10px 10px 0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(123, 123, 123, 0.7);
    transition: all 0.3s ease-in-out;
  }
  .social-icon.social-icon-style-02 ul li a:before {
    position: absolute;
    content: "";
    right: -10px;
    bottom: -6px;
    height: 1px;
    width: 100%;
    background-color: rgba(123, 123, 123, 0.7);
    z-index: -1;
    opacity: 1;
    transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
  }
  .social-icon.social-icon-style-02 ul li a:after {
    position: absolute;
    content: "";
    right: -6px;
    bottom: -10px;
    height: 100%;
    width: 1px;
    background-color: rgba(123, 123, 123, 0.7);
    z-index: -1;
    opacity: 1;
    transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
  }
  .social-icon.social-icon-style-02 ul li a:hover {
    background-color: var(--rt-primary);
    color: #ffffff;
    border: 1px solid var(--rt-primary);
  }
  .social-icon.social-icon-style-02 ul li a:hover:before {
    opacity: 0;
    transition: 0.5s, opacity 0.3s 0.2s;
    width: 0px;
  }
  .social-icon.social-icon-style-02 ul li a:hover:after {
    opacity: 0;
    transition: 0.5s, opacity 0.3s 0.2s;
    height: 0px;
  }
  .social-icon.social-icon-style-02 ul li:first-child {
    margin-left: 0px;
  }
  .social-icon.social-icon-style-02 ul li:last-child {
    margin-right: 0px;
  }
/*****************************
      Footer app
  *****************************/
  .app-store-btns {
    /* display: flex; */
    width: 100%;
    }
    .app-store-btns a {
    gap: 5px;
    margin-bottom: 10px;
    margin-left: 1px;
    font-size: 15px;
    flex-grow: 1;
    flex-basis: 0;
    text-decoration: none;
    color: #ffffff;
    background: #4A3558;
    background-repeat: no-repeat;
    padding: 6px 12px 6px 48px;
    min-height: 40px;
    font-weight: 400;
    background-position: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 0px;
    border-bottom: none;
    border: 0.5px solid #000;
    border-radius: 3px;
    }
    .app-store-btns a:hover{
    background: #656B9F;
    background-repeat: no-repeat;
    background-position: 10px;
    transform: translateY(-6px);
    }
    .app-store-btns a:nth-child(2) {
    margin-left: 1px;
    }
    .app-store-btns a:nth-child(3) {
    margin-left: 1px;
    }
    .app-store-btns a:nth-child(4) {
    margin-left: 1px;
    }
    .app-store-btns a.apple {
    background-image: url("https://psycatgames.com/images/supporting/app-store.svg");
    background-size: 21px 25px;
    }
    .app-store-btns a.google {
    background-image: url("https://psycatgames.com/images/supporting/google-play.svg");
    background-size: 22px 25px;
    }
  
  
  /* Back to top */
.progress-wrap {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
.progress-wrap::before {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\F281";
  text-align: center;
  line-height: 46px;
  opacity: 1;
  height: 46px;
  width: 46px;
  font-size: 16px;
  font-weight: 600;
  color: var(--rt-primary);
}
.progress-wrap:after {
  content: "";
  mix-blend-mode: difference;
  filter: invert(100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 3px solid rgba(38, 38, 38, 0.6);
  z-index: -1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--rt-primary);
  stroke-width: 4;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/* ############################################################################################################### */


/* breadcrumb */
.inner-banner {
  position: relative;
  z-index: 5;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.inner-banner::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.80;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner-banner-breadcrumb {
  background-color: #dee1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.inner-banner .title{
  color: #ffffff;
  font-family: "Marcellus", serif;
}
.breadcrumb {
  margin-top: 0px;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center;
}
.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  padding-left: 0px;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Bona Nova", serif;
  color: #262626;
}
.breadcrumb .breadcrumb-item a {
  color: var(--rt-primary);
  display: flex;
  align-items: center;
  gap: 15px;
}
.breadcrumb .breadcrumb-item a svg {
  fill: var(--rt-primary);
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--rt-primary);
}
.breadcrumb .breadcrumb-item:before {
  color: #262626;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--rt-primary);
}

/* ##############################################About */

.slider-slick {
  overflow: hidden; }
.slider-slick .slider-for img{
  min-height: 550px;
  max-height: 550px;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.slider-slick .slider-nav img{
  min-height: 120px;
  max-height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

  .slider-slick .slider-for .slick-arrow {
    display: none !important; }
  .slider-slick .slider-nav .slick-arrow {
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    width: 50px;
    height: 50px;
    background-color: var(--rt-primary);
    transition: all 0.3s ease-in-out; }
    .slider-slick .slider-nav .slick-arrow.slick-prev {
      background-image: url(/images/left2.svg); }
      .slider-slick .slider-nav .slick-arrow.slick-prev:before {
        position: absolute;
        content: "" !important;
        right: -15px;
        bottom: -7px;
        height: 1px;
        width: 100%;
        background-color: var(--rt-primary);
        z-index: -1;
        opacity: 1;
        transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55); }
      .slider-slick .slider-nav .slick-arrow.slick-prev:after {
        position: absolute;
        content: "" !important;
        right: -7px;
        bottom: -15px;
        height: 100%;
        width: 1px;
        background-color: var(--rt-primary);
        z-index: -1;
        opacity: 1;
        transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55); }
    .slider-slick .slider-nav .slick-arrow.slick-next {
      background-image: url(/images/right2.svg); }
      .slider-slick .slider-nav .slick-arrow.slick-next:before {
        position: absolute;
        content: "" !important;
        left: -15px;
        bottom: -7px;
        height: 1px;
        width: 100%;
        background-color: var(--rt-primary);
        z-index: -1;
        opacity: 1;
        transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55); }
      .slider-slick .slider-nav .slick-arrow.slick-next:after {
        position: absolute;
        content: "" !important;
        left: -7px;
        bottom: -15px;
        height: 100%;
        width: 1px;
        background-color: var(--rt-primary);
        z-index: -1;
        opacity: 1;
        transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55); }
  .slider-slick .slider-nav:hover .slick-arrow {
    opacity: 1;
    z-index: 9; }
    .slider-slick .slider-nav:hover .slick-arrow.slick-prev {
      left: 0; }
    .slider-slick .slider-nav:hover .slick-arrow.slick-next {
      right: 0; }
    .slider-slick .slider-nav:hover .slick-arrow:hover {
      background-color: var(--rt-primary-1); }
      .slider-slick .slider-nav:hover .slick-arrow:hover:before {
        opacity: 0;
        transition: 0.5s, opacity 0.3s 0.2s;
        width: 0px; }
      .slider-slick .slider-nav:hover .slick-arrow:hover:after {
        opacity: 0;
        transition: 0.5s, opacity 0.3s 0.2s;
        height: 0px; }
  .slider-slick .slider-nav .slick-track .slick-slide {
    margin-left: 5px;
    margin-right: 5px; }

/* content */
.about-single .nav-tabs-02 .nav-tabs {
        border-top: 1px solid #dddddd !important;
        border-bottom: 1px solid #dddddd !important;
        padding: 20px 0 10px 0;
    }
.about-single .nav-tabs-02 .nav-item {
      margin: 0 5px 10px;
  }
.about-single .nav-tabs-02 .nav-item .nav-link.active {
    border: inherit;
    color: var(--rt-primary-1);
}
.about-single .nav-tabs-02 .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  border: inherit;
  color: #262626;
  background: inherit;
}

/* tips */
.tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-self: center;
 }
  .tips-list li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 5px; }
    .tips-list li i {
      font-size: 20px;
    color: var(--rt-primary);
    }
    .tips-list li span {
      font-size: 20px;
      line-height: normal;
 }
    .tips-list li:last-child {
      margin-bottom: 0px; }


      /* principal */
      .title{
        color:var(--rt-primary);
      }

      .member-name{
        font-family: "Love Light", cursive;
        font-size: 32px;
        margin-bottom: 1px;
        padding-top: 10px;
        color:var(--rt-primary);
      }
      .member-position{
        font-family: "Prata", serif;
        font-size: 18px;
        padding-top: 10px;
      }
      /* ############################### admission */

      .list_style{
        padding-left: 2px;
      }
      .list_style li{
        display: flex;
      }
      .list_style li i {
        color: var(--rt-primary);
      }

      .list_style span{
        color: var(--rt-primary-1);
      }

      .service-single .service-content .service-images {
        margin-bottom: 30px; }
        .service-single .service-content .service-images .service-images-list {
          padding: 20px;
          height: 100%;
          display: flex;
          justify-content: space-between;
          flex-direction: column;
          background-color: #F1F5F2; }
          .service-single .service-content .service-images .service-images-list .service-list {
            margin-bottom: 0; }
            .service-single .service-content .service-list li svg {
              flex-shrink: 0;
              height: 28px;
          }
          .service-single .service-content .service-list li {
            display: flex;
            gap: 15px;
        }
        .service-single .service-content .service-list {
          list-style: none;
          padding: 0;
          display: flex;
          gap: 15px;
          flex-direction: column;
          margin: 0;
          margin-bottom: 40px;
      }      

/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  background-color: inherit;
  margin-bottom: 0px;
  position: relative;
  z-index: 99;
}
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 26px;
    line-height: 32px;
    font-family: "Bona Nova", serif;
    padding: 40px 30px;
    font-weight: normal;
    background-color: inherit;
    color: #262626; }
    .accordion .accordion-item .accordion-header .accordion-button span {
      width: 100%;
      padding-right: 40px; }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      position: absolute;
      top: 50%;
      right: 26px;
      transform: translateY(-50%);
      content: "";
      background-image: none;
      background-size: cover;
      font-weight: 600;
      font-size: 20px;
      color: var(--rt-primary-1);
      height: 26px;
      width: 40px; }
    .accordion .accordion-item .accordion-header .accordion-button:hover {
      color: var(--rt-primary-1); }
  .accordion .accordion-item .accordion-header .accordion-button:hover:after {
    color: var(--rt-primary-1);
    content: "";
    background-image: url(/images/right.svg); }
  .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: inherit;
    box-shadow: inherit;
    outline: inherit;
    color: var(--rt-primary-1); }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
      content: "";
      background-image: url(/images/right.svg);
      color: var(--rt-primary-1); }
  .accordion .accordion-item .accordion-button:focus {
    border-color: inherit;
    box-shadow: inherit; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 30px;
    padding-top: 0px;
    color: #7B7B7B;
    font-size: 18px;
    line-height: 30px;
    /* position: relative;
    z-index: 99; */
  background-color: #ffffff;
}
  .accordion .accordion-item:first-of-type {
    border-radius: 0px; }
  .accordion .accordion-item:last-of-type {
    border-radius: 0px; }
  .accordion .accordion-item:last-child {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .accordion_list li{
      display: flex;
    }
    .accordion_list li i{
      padding-top: 2px;
      color: var(--rt-primary);
    }
    .accordion_list{
      padding-left: 2px;
    }

    .accordion_lispan{
      color: var(--rt-primary-1);
    }

    /*Contact Us*/
.contact-us-section .section-title {
  margin-bottom: 35px; }
  .contact-us-section .section-title .title {
    padding-left: 130px;
    line-height: 72px; }
  .contact-us-section .section-title .sub-title {
    text-transform: none; }

.contact-box .social-icon {
  margin-top: 50px; }

.contact-icon-box {
  display: flex;
  gap: 15px; }
  .contact-icon-box .icon-box-info .title {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 10px;
    font-weight: normal; }
  .contact-icon-box .icon-box-info .description {
    margin-bottom: 0;
    font-size: 20px;
    line-height: normal; }

.contact-us-form {
  background-color: #dee1ffd0;
  padding: 60px;
  backdrop-filter: blur(150px);
  border: 2px solid rgba(255, 255, 255, 0.5); ;
}
  .contact-us-form .section-title {
    margin-top: 0;
    margin-bottom: 30px; }
    .contact-us-form .section-title .title {
      font-size: 36px;
      line-height: 60px;
      margin-bottom: 20px; }

.bg-dark.contact-us-form {
  border: none; }
  .bg-dark.contact-us-form .section-title .description {
    color: #ffffff; }

.map {
  -webkit-filter: grayscale(100%) invert(5%);
  -moz-filter: grayscale(100%) invert(5%);
  -ms-filter: grayscale(100%) invert(5%);
  -o-filter: grayscale(100%) invert(5%);
  filter: grayscale(100%) invert(5%);
  margin-bottom: -3px;
  height: 600px; }

.contact-form-section {
  margin-bottom: 120px; }
  .contact-form-section .section-title {
    margin-top: 0;
    margin-bottom: 50px; }
    .contact-form-section .section-title .title {
      font-size: 36px;
      line-height: 60px;
      margin-bottom: 0; }
    .contact-form-section .section-title .description {
      margin-top: 15px; }

  /*****************************
  Form Control
*****************************/
form .form-control {
  font-size: 18px;
  line-height: 28px;
  border-radius: 0px;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid var(--rt-primary);
  color: #7B7B7B;
  margin-bottom: 30px; }
  form .form-control::-ms-input-placeholder {
    color: #7B7B7B; }
  form .form-control::placeholder {
    color: #7B7B7B; }
  form .form-control:focus {
    box-shadow: none;
    border-color: var(--rt-primary); }

form textarea.form-control {
  margin-bottom: 50px; }

form .form-check .form-check-input {
  float: none;
 }

.form-check-input {
  margin: 0;
  vertical-align: middle;
  margin-right: 5px; }

.form-check-label {
  vertical-align: middle; }

.contact-form.form-transparent .form-control {
  background-color: transparent; }

.contact-form.fullborder .form-control {
  padding: 15px 20px;
  border: 1px solid #eeeeee; }
  .contact-form.fullborder .form-control:focus {
    box-shadow: none;
    border-color: var(--rt-primary); }

.contact-form .form-select option:hover {
  color: #ffffff;
  background-color: var(--rt-primary); }

.contact-form .custom-select {
  margin-bottom: 30px; }

.contact-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  padding: 15px 0;
  font-size: 18px;
  line-height: 28px;
  height: auto;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid var(--rt-primary);
  color: #7B7B7B;
  position: relative; }
  .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 9px;
    height: auto;
    width: auto; }

.bg-dark .contact-form .form-control {
  color: #ffffff; }
  .bg-dark .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff; }
  .bg-dark .contact-form .form-control::placeholder {
    color: #ffffff; }

/*=============================
	facilities
===============================*/
.rts-mission{
  padding-top: 60px;
  padding-bottom: 60px;
}

.rts-timeline-content {
  display: flex;
  justify-content: space-between;
}
.rts-timeline-content .left-side {
  margin-top: 90px;
  position: relative;
  left: -20px;
}
.rts-timeline-content .single-timeline-item:not(:last-child) {
  margin-bottom: 100px;
}
.rts-timeline-content .left-side .single-timeline-item {
  position: relative;
  text-align: right;
}
.rts-timeline-content .single-timeline-item h5 {
  margin-bottom: 10px;
  position: relative;
  color:var(--rt-primary);
}
.rts-timeline-content .single-timeline-item h5::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 85px;
  background: #D9D9D9;
  top: 15px;
  right: -19%;
}
.rts-timeline-content .single-timeline-item h5 {
  margin-bottom: 10px;
  position: relative;
}
.rts-timeline-content .left-side .single-timeline-item p {
  max-width: 380px;
  margin-right: 0 ;
}
.rts-timeline-content .single-timeline-item p {
  max-width: 330px;
  margin-right: 0;
  margin-bottom: 30px;
margin: 0 auto 20px;
}
.rts-timeline-content .separator {
  position: relative;
}
.rts-timeline-content .separator::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 90%;
  width: 1px;
  background: #D9D9D9;
  content: "";
}
.rts-timeline-content .right-side {
  margin-top: 40px;
  position: relative;
  right: -20px;
}
.rts-timeline-content .right-side .single-timeline-item:not(:last-child) {
  margin-bottom: 100px;
}
.rts-timeline-content .right-side .single-timeline-item h5 {
  margin-bottom: 10px;
  position: relative;
}
.rts-timeline-content .right-side .single-timeline-item h5::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 85px;
  background: #D9D9D9;
  top: 15px;
  left: -19%;
}
.single-timeline-item img {
  width: 100%;
  max-width: 520px;
}
.rts-timeline-content .right-side .single-timeline-item h5 {
  margin-bottom: 10px;
  position: relative;
}
.rts-timeline-content .right-side .single-timeline-item p {
  max-width: 380px;
  margin-left: 0;
  /* margin-bottom: 30px; */
}

/* downlods */
#tblDownloads {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;

}

.download {
  display: flex;
  align-items: center;
  background-color: var(--rt-primary);
  color: #ffffff !important;
  height: 50px !important;
}

.list-group :hover{
  background-color: var(--rt-primary-1);
}

.download h6 {
  color: #ffffff !important;

}

.download i {
  font-size: 20px;
  padding: 2px;
}


/* news and events */


.blog-standard-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.blog-standard-wrapper .blog-body{
  padding: 20px;
}

.blog-standard-wrapper h3{
  color: var(--rt-primary);
  margin-bottom: 5px;
}

.post-meta-date{
  display: flex;
  gap: 10px;
  color: var(--rt-primary-1);
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery-image {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.img-box img {
  background-size: cover;
  min-height: 280px;
  max-height: 280px;
  width: 100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 280px;
  /* width: 280px; */
  overflow: hidden;
  display: inline-block;
  color: #fff !important;
  position: relative;
  background-color: rgb(255, 255, 255);
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #fff;
}

.img-box h5 {
  color: #fff !important;
}

.transparent-box {
  height: 280px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.055);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.829);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 0.8;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
  color: white;
}

.opacity-low {
  opacity: 0.5;
}

/* inner video gallery */

.playbttn{
  top: -62px;
  position: relative;
  left: 104px;
} 

/* innergallery */
.main .contain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.main .gcard {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}

.main .gcard-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}

.main .gcard-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .contain {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}


/*****************************
	staff
*****************************/
.team-item .team-img {
  overflow: hidden;
  position: relative; }
  .team-item .team-img img {
    transition: all 1s ease-in-out; }
  .team-item .team-img .team-social {
    position: absolute;
    bottom: 0px;
    right: auto;
    top: auto;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: all 0.3s ease-in-out; }

.team-item .team-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px; }
  .team-item .team-info .team-title {
    font-size: 24px;
    line-height: normal;
    color: var(--rt-primary);
    font-family: "Bona Nova", serif;
   }

    .team-item .team-info .team-title:hover {
      color: var(--rt-primary-1);
     }

.team-item:hover .team-img img {
  transform: scale(1.1); }

.team-item:hover .team-img .team-social {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0px); }


  /* animatiom */
  #confettiCanvas {
background-image: url(/images/abt1.jpg);
    position: absolute;
    top: 0;
    left: 0;
  }


.video-banner {
    height: 700px !important; /* Full screen height */
    overflow: hidden;
    position:relative;
}

    .video-banner video {
        object-fit: cover; /* Crop instead of stretch */
        z-index: -1; /* Push video behind text */
        width: 100%;
        height: 100%;
        position:absolute;
    }

.banner-content {
    z-index: 1;
    padding: 20px;
}