@font-face {
  font-family: "Canela Deck Black";
  src: url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-Black.woff2") format("woff2"), url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Bold";
  src: url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-Bold.woff2") format("woff2"), url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Bold Italic";
  src: url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-BoldItalic.woff2") format("woff2"), url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Canela Deck Regular Italic";
  src: url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-RegularItalic.woff2") format("woff2"), url("https://dev.carlisletravel.com/wp-content/themes/carlisle-travel/public/fonts/canelaDeck/CanelaDeck-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

img {
  max-width: 100%;
}

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

p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.section-head {
  display: block;
  margin-bottom: 50px;
}
.section-head .section-title {
  color: #779990;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  font-family: "Canela Deck Bold";
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.section-head .section-title i {
  width: 50px;
  height: 50px;
  margin-top: -3px;
  margin-right: 15px;
  position: relative;
  background-color: #779990;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}

.theme-btn {
  color: #779990;
  min-height: 44px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  overflow: hidden;
  border-radius: 100px;
  padding: 5px 12px 5px 20px;
  align-items: center;
  position: relative;
  transition: all 0.35s ease;
  justify-content: space-between;
  background-color: transparent;
  border: 2px solid #779990;
}
.theme-btn i {
  font-size: 20px;
  margin-left: 5px;
}
.theme-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  background-color: #779990;
}
.theme-btn:hover::after {
  width: 100%;
}
.theme-btn:hover span, .theme-btn:hover i {
  color: #fff;
  z-index: 1;
}
.theme-btn.secondary-btn::after {
  z-index: 2;
  background-color: #fff;
}
.theme-btn.secondary-btn:hover, .theme-btn.secondary-btn:hover span, .theme-btn.secondary-btn:hover i {
  color: #779990;
  z-index: 3;
}

.site-header {
  height: 100px;
  top: 0;
  z-index: 999;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.11) 50%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.5s ease;
}
.site-header .navbar .header-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-header .navbar .header-wrap .navbar-brand {
  width: 150px;
}
.site-header .navbar .header-wrap .navbar-brand .brand-logo {
  height: 64.99px;
  transition: all 0.5s ease;
}
.site-header .nav-menu {
  display: flex;
}
.site-header .nav-menu .nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2705882353);
}
.site-header .nav-menu .nav-item .nav-link {
  color: #779990;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 12px 23px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.site-header .nav-menu .nav-item:nth-last-child(1) {
  border-right: 0;
}
.site-header .nav-item.dropdown {
  position: relative;
}
.site-header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .nav-item.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 0;
  border: 1px solid #f7f7f7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #779990;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: block;
  padding: 10px 22px;
  border-bottom: 1px solid #f7f7f7;
}
.site-header .nav-item.dropdown .dropdown-menu .dropdown-item:nth-last-child(1) {
  border-bottom: 0;
}
.site-header .nav-item.dropdown .theme-btn {
  transition: all 0.5s ease;
}
.site-header .action-col {
  display: flex;
  align-items: center;
}
.site-header .action-col .theme-btn {
  width: 158px;
  min-height: auto;
  color: #fff;
  font-size: 0.75rem;
  padding: 3px 12px 3px 20px;
  background-color: #779990;
}
.site-header .action-col .theme-btn:hover {
  color: #779990;
}
.site-header.fixed-header {
  height: 85px;
  background-color: #779990;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.site-header.fixed-header .navbar .header-wrap .navbar-brand .brand-logo {
  height: 51.99px;
  filter: brightness(0) invert(1);
}
.site-header.fixed-header .nav-menu .nav-item {
  border-color: #fff;
}
.site-header.fixed-header .nav-menu .nav-item .nav-link {
  color: #fff;
}
.site-header.fixed-header .theme-btn {
  color: #779990;
  padding: 4px 12px 4px 20px;
  background-color: #fff;
}
.site-header.fixed-header .theme-btn:hover {
  border-color: #fff;
  padding: 2px 12px 2px 20px;
}
.site-header.fixed-header .theme-btn:hover span, .site-header.fixed-header .theme-btn:hover i {
  color: #fff;
}
.site-header.fixed-header .theme-btn:hover::after {
  z-index: 2;
  background-color: #779990;
}

.hero-slider-section {
  position: relative;
}
.hero-slider-section .banner-slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.hero-slider-section .banner-slider .content-pane {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, visibility 0s 300ms;
}
.hero-slider-section .banner-slider .content-pane.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out, visibility 0s 0s;
}
.hero-slider-section .banner-slider .content-pane.slide-out-left {
  opacity: 1;
  transform: translateX(-100%);
}
.hero-slider-section .banner-slider .content-pane.slide-out-right {
  opacity: 1;
  transform: translateX(100%);
}
.hero-slider-section .banner-slider .content-pane.slide-in-left {
  animation: slideInLeft 300ms ease-in-out forwards;
}
.hero-slider-section .banner-slider .content-pane.slide-in-right {
  animation: slideInRight 300ms ease-in-out forwards;
}
.hero-slider-section .banner-slider .content-pane .slide-item {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero-slider-section .banner-slider .content-pane .slide-item .overlay {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.11) 50%, rgba(0, 0, 0, 0) 100%);
}
.hero-slider-section .banner-slider .content-pane .container {
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}
.hero-slider-section .banner-slider .content-pane .container .slider-content {
  color: #fff;
  max-width: 580px;
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .prefix {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0px 0px 15px #ffffff;
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .main-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Canela Deck Bold";
}
.hero-slider-section .banner-slider .content-pane .container .slider-content p {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 35px;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7882352941);
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .theme-btn {
  color: #779990;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  border: 0px;
  background-color: #fff;
  box-shadow: 0 0 26px -5px rgba(0, 0, 0, 0.5803921569);
}
.hero-slider-section .banner-slider .content-pane .container .slider-content .theme-btn i {
  font-size: 20px;
  margin-left: 10px;
}
.hero-slider-section .hero-arrow {
  top: 22%;
  z-index: 5;
  margin: 0 20px;
  position: absolute;
}
.hero-slider-section .hero-arrow.nav-next {
  right: 0;
}
.hero-slider-section .nav-tabs-wrapper {
  top: 85px;
  z-index: 95;
  margin-top: -54px;
  position: sticky;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border: 0;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li {
  width: 100%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
  border-right: 1px solid #fff;
  background-color: hsla(37, 25%, 67%, 0.83);
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-child(1) {
  border-radius: 100px 0 0 0;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li:nth-last-child(1) {
  border-right: 0px;
  border-radius: 0 100px 0 0;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  text-transform: uppercase;
  padding: 12.25px 0;
  justify-content: center;
  align-items: center;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li .data-link i {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li.active, .hero-slider-section .nav-tabs-wrapper .nav-tabs li:hover {
  color: #131413;
  background: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0px 8px 22px -17px rgba(0, 0, 0, 0.631372549);
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li.active .data-link, .hero-slider-section .nav-tabs-wrapper .nav-tabs li:hover .data-link {
  color: #131413;
}
.hero-slider-section .nav-tabs-wrapper .nav-tabs li.active .data-link i, .hero-slider-section .nav-tabs-wrapper .nav-tabs li:hover .data-link i {
  filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(486%) hue-rotate(35deg) brightness(97%) contrast(89%);
}
.hero-slider-section .nav-tabs-wrapper.is-sticky {
  top: 84px;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li {
  background-color: #c0b096;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li:nth-child(1) {
  border-radius: 0 0 0 100px;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li:nth-last-child(1) {
  border-right: 0px;
  border-radius: 0 0 100px 0;
}
.hero-slider-section .nav-tabs-wrapper.is-sticky .nav-tabs li.active {
  background-color: #fff;
}
.hero-slider-section .content-carousal {
  width: 100%;
  min-height: 200px;
  z-index: 5;
  position: relative;
  padding-left: 10vw;
  background-color: #fff;
}
.hero-slider-section .content-carousal .content-pane {
  position: absolute;
  top: 0;
  left: 10vw;
  right: 0;
  width: calc(100% - 10vw);
  opacity: 0;
  visibility: hidden;
  transform: translateX(0);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.hero-slider-section .content-carousal .content-pane.is-active {
  position: relative;
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.hero-slider-section .content-carousal .content-pane.slide-out-left {
  opacity: 0;
  transform: translateX(-100%);
}
.hero-slider-section .content-carousal .content-pane.slide-out-right {
  opacity: 0;
  transform: translateX(100%);
}
.hero-slider-section .content-carousal .content-pane.slide-in-left {
  opacity: 0;
  transform: translateX(-100%);
}
.hero-slider-section .content-carousal .content-pane.slide-in-right {
  opacity: 0;
  transform: translateX(100%);
}

@keyframes slideInLeft {
  from {
    opacity: 1;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 1;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slick-arrow {
  bottom: 20vw;
  position: absolute;
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow.slick-next {
  right: 10px;
}

.slick-prev,
.slick-next {
  color: #fff;
  font-size: 35px;
  line-height: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  z-index: 10;
  border: 0px;
  padding: 0;
  background: transparent;
  transition: all 0.3s ease-out;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev:disabled,
.slick-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.content-carousal .tab-header {
  width: 55%;
  padding: 100px 0 0px;
}
.content-carousal .tab-header .setion-title {
  color: #779990;
  font-size: 3rem;
  font-family: "Canela Deck Bold";
}
.content-carousal .tab-header p {
  line-height: 1.5;
}

.destination-carousal {
  padding: 40px 0;
  width: 100%;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.destination-carousal .slick-list {
  overflow: hidden;
}
.destination-carousal .slick-track {
  display: flex;
  align-items: stretch;
}
.destination-carousal .slick-slide {
  height: auto;
  padding: 0 12.5px;
}
.destination-carousal .slick-slide > div {
  margin-bottom: 20px;
}
.destination-carousal .list-item {
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 100px 8px 100px;
  box-shadow: 0px 11px 17px -5px rgba(0, 0, 0, 0.4705882353);
}
.destination-carousal .list-item .carousal-image-wrap {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/18;
}
.destination-carousal .list-item .carousal-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destination-carousal .list-item .carousal-content-wrap {
  width: 100%;
  height: 100%;
  color: #fff;
  top: 0;
  position: absolute;
  display: flex;
  padding: 40px 15px;
  border-radius: 100px 5px 100px;
  align-content: space-around;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.3s ease-in-out;
}
.destination-carousal .list-item .carousal-content-wrap .country-tag {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 1;
  text-align: center;
  margin: 10px 0 0;
}
.destination-carousal .list-item .carousal-content-wrap .card-information {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 42px;
}
.destination-carousal .list-item .carousal-content-wrap .card-information .destination-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Canela Deck Bold";
}
.destination-carousal .list-item .carousal-content-wrap .card-information p {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.destination-carousal .list-item .carousal-content-wrap .card-information .theme-btn {
  width: 185px;
  margin: 0 auto;
}
.destination-carousal .list-item:hover .carousal-content-wrap {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@media (max-width: 1200px) {
  .destination-carousal .slick-prev {
    left: -30px;
  }
  .destination-carousal .slick-next {
    right: -30px;
  }
}
@media (max-width: 768px) {
  .destination-carousal .slick-prev {
    left: 10px;
  }
  .destination-carousal .slick-next {
    right: 10px;
  }
  .destination-carousal .slick-prev,
  .destination-carousal .slick-next {
    width: 32px;
    height: 32px;
  }
  .destination-carousal .slick-prev svg,
  .destination-carousal .slick-next svg {
    width: 20px;
    height: 20px;
  }
}
.social-widget {
  top: 25%;
  right: 0;
  z-index: 98;
  position: fixed;
  padding: 0px 8px 0 10px;
  border-radius: 10px 0 0 10px;
  background: rgba(0, 0, 0, 0.5);
}
.social-widget .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-widget .menu-list li {
  margin: 15px 0;
}
.social-widget .menu-list li a {
  font-size: 25.5px;
  line-height: 1;
  cursor: pointer;
}
.social-widget .menu-list li a svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.social-widget .menu-list li a i {
  color: #fff;
  font-size: 22px;
  margin-left: 2px;
}

.inner-hero-section {
  padding: 85px 15px 80px;
  margin-top: 100px;
}
.inner-hero-section .content-col {
  width: 47%;
  display: flex;
  align-items: center;
}
.inner-hero-section .content-col .content-wrap {
  padding-right: 50px;
}
.inner-hero-section .content-col .content-wrap .page-header {
  display: block;
  margin: 0 0 20px;
}
.inner-hero-section .content-col .content-wrap .page-header .title-prefix {
  font-size: 0.95rem;
  color: #A99B84;
  font-weight: 600;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 15px;
}
.inner-hero-section .content-col .content-wrap .page-header .page-title {
  color: #779990;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 0;
  display: block;
  text-transform: capitalize;
  font-family: "Canela Deck Bold";
}
.inner-hero-section .image-col {
  width: 53%;
}
.inner-hero-section .image-col .image-wrap {
  height: 100%;
}
.inner-hero-section .image-col .image-wrap img {
  width: 100%;
  border-radius: 250px;
  box-shadow: 10px 20px 30px -17px rgba(0, 0, 0, 0.5019607843);
}

.section-menu-block {
  top: 85px;
  z-index: 3;
  position: sticky;
  padding-top: 10px;
}
.section-menu-block .section-menu {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0 30px;
  list-style: none;
  flex-direction: row;
  justify-content: space-around;
  border-radius: 50px;
  transition: width 0.75s ease;
}
.section-menu-block .section-menu li {
  width: 100%;
  text-align: center;
  display: inline-block;
  transform: translateY(0px);
  border-left: 1px solid #fff;
  transition: all 0.5s ease;
  background-color: #A99B84;
}
.section-menu-block .section-menu li a {
  color: #fff;
  display: flex;
  padding: 17px 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.section-menu-block .section-menu li a i {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: var(--icon-bg) no-repeat center/contain;
  mask: var(--icon-bg) no-repeat center/contain;
}
.section-menu-block .section-menu li:nth-child(1) {
  border-left: 0px;
  border-radius: 50px 0 0 50px;
}
.section-menu-block .section-menu li:nth-last-child(1) {
  border-radius: 0 50px 50px 0;
}
.section-menu-block .section-menu li:hover {
  background-color: #000;
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
.section-menu-block .section-menu li:hover a {
  color: #fff !important;
}
.section-menu-block .section-menu li:hover a i {
  filter: brightness(1) !important;
}
.section-menu-block.menu-fixed .section-menu {
  width: 75%;
}
.section-menu-block.menu-fixed .section-menu li a {
  font-size: 0.7rem;
  letter-spacing: 1.3px;
  padding: 10px 0;
}
.section-menu-block.menu-fixed .section-menu li a.active {
  color: #000;
}
.section-menu-block.menu-fixed .section-menu li a.active i {
  filter: brightness(0);
}

.logo-grid-section.first {
  margin-top: 80px;
}
.logo-grid-section .container {
  padding: 80px 15px 85px;
  border-top: 1px solid #ccc;
}
.logo-grid-section .container .logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-grid-section .container .logo-grid .logo-wrap {
  width: 250px;
  height: 250px;
  padding: 12.5px;
}
.logo-grid-section .container .logo-grid .logo-wrap i {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-radius: 12px;
  background-color: #f2f2f2;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  transition: box-shadow 0.5s ease;
}
.logo-grid-section .container .logo-grid .logo-wrap i:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-section {
  padding: 80px 15px 55px;
}
.timeline-section .page-header {
  padding: 10px;
  font-size: 3.5em;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px 1px black;
}
.timeline-section .timeline {
  margin: 50px 0px;
}
.timeline-section .memory {
  list-style-type: none;
  position: relative;
  margin: 0 auto;
  width: 6px;
  padding-top: 50px;
  background: #A99B84;
}
.timeline-section .memory::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  transition: background 0.5s ease-in-out;
}
.timeline-section .memory.in-view::after {
  background: #A99B84;
}
.timeline-section .memory .memory-container {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  border-radius: 10px;
  background: rgba(191, 179, 156, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline-section .memory .memory-container.in-view {
  transform: none;
  visibility: visible;
  opacity: 1;
}
.timeline-section .memory .memory-container::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-section .memory .memory-container .memory-year {
  width: 100px;
  bottom: 0;
  position: absolute;
  margin-bottom: 0;
}
.timeline-section .memory .memory-container .image-block {
  height: 200px;
  border-radius: 8px;
}
.timeline-section .memory:nth-child(odd) .memory-container {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}
.timeline-section .memory:nth-child(odd) .memory-container .memory-year {
  left: -188px;
  text-align: right;
}
.timeline-section .memory:nth-child(odd) .memory-container.in-view {
  transform: none;
}
.timeline-section .memory:nth-child(odd) .memory-container::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent rgba(191, 179, 156, 0.2) transparent transparent;
}
.timeline-section .memory:nth-child(even) .memory-container {
  right: 442px;
  transform: translate3d(-200px, 0, 0);
}
.timeline-section .memory:nth-child(even) .memory-container .memory-year {
  right: -188px;
}
.timeline-section .memory:nth-child(even) .memory-container.in-view {
  transform: none;
}
.timeline-section .memory:nth-child(even) .memory-container::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent rgba(191, 179, 156, 0.2);
}

@media screen and (max-width: 900px) {
  .memory-container {
    width: 250px;
  }
  .memory:nth-child(even) .memory-container {
    right: 320px; /* 250 + 45 - 6*/
  }
}
@media screen and (max-width: 600px) {
  .memory {
    margin-left: 20px;
  }
  .memory-container {
    width: calc(100vw - 91px);
  }
  .memory:nth-child(even) .memory-container {
    left: 45px;
  }
  .memory:nth-child(even) .memory-container::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #52B3D9 transparent transparent;
  }
}
.flip-card {
  width: 100%;
  height: 610px;
  padding: 0 12px;
  margin-bottom: 50px;
  perspective: 1000px;
  background-color: transparent;
}
.flip-card .flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.flip-card .flip-card-inner .flip-card-front,
.flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-front .front-photo {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.flip-card .flip-card-inner .flip-card-back {
  transform: rotateY(180deg);
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap {
  height: 100%;
  padding: 32px;
  margin-bottom: 0;
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap .profile-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap .theme-btn {
  color: #779990;
  display: flex;
  align-items: center;
  padding: 5px 15px;
  justify-content: space-between;
}
.flip-card .flip-card-inner .flip-card-back .profile-wrap .theme-btn i {
  font-size: 22px;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.profile-wrap {
  padding: 0 12px;
  margin-bottom: 70px;
}
.profile-wrap .profile-image {
  width: 100%;
  height: 350px;
  border-radius: 15px;
  margin-bottom: 20px;
  background: #f2f2f2;
}
.profile-wrap .profile-content .name {
  color: #779990;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-wrap .profile-content .designation {
  color: #A99B84;
}
.profile-wrap .profile-content .action-btn {
  display: flex;
  margin-top: 25px;
  position: relative;
  justify-content: space-between;
}
.profile-wrap .profile-content .action-btn .theme-btn {
  width: 180px;
}
.profile-wrap .profile-content .action-btn .icon-btn {
  width: 42px;
  height: 42px;
  padding: 0 0;
  display: flex;
  font-size: 18px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  background-color: #779990;
}
.profile-wrap .profile-content .action-btn .icon-btn i {
  color: #fff;
}
.profile-wrap .profile-content .action-btn .connect-links {
  right: 2.5px;
  bottom: 0;
  margin: 0;
  padding: 0;
  gap: 5px;
  display: flex;
  flex-direction: column;
  list-style: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.profile-wrap .profile-content .action-btn .connect-links.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50px);
}
.profile-wrap .profile-content .action-btn .connect-links li a {
  width: 38px;
  height: 38px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: #779990;
}
.profile-wrap .profile-content .action-btn .connect-links li a svg {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.profile-wrap .profile-content .action-btn .connect-links li a:hover {
  background-color: #A99B84;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.additional-intro {
  padding: 70px 15px;
  border-top: 1px solid #ccc;
}
.additional-intro .content-wrap {
  height: 100%;
  display: flex;
  padding-left: 30px;
  flex-direction: column;
  justify-content: center;
}
.additional-intro .content-wrap .title-text {
  font-size: 3.75rem;
  display: block;
  margin-bottom: 35px;
  font-family: "Canela Deck Bold";
}

.profile-offcanvas.offcanvas.offcanvas-end {
  width: 550px;
}
.profile-offcanvas.offcanvas.offcanvas-end .offcanvas-header {
  padding-right: 0;
  padding-bottom: 0;
}

.service-block-section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.service-block-section .container {
  z-index: 2;
  position: relative;
}
.service-block-section .content-col {
  padding: 40px 20px;
}
.service-block-section .content-col .content-wrap {
  max-width: 540px;
}
.service-block-section .content-col .content-wrap .service-title {
  color: #779990;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Canela Deck Bold";
}
.service-block-section .content-col .content-wrap .service-title i {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 100px;
  margin-bottom: 2px;
  background: #ccc;
}
.service-block-section .content-col .content-wrap .service-description {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.service-block-section .content-col .content-wrap .service-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.service-block-section .right-col {
  position: relative;
  padding: 0;
}
.service-block-section .right-col .image-wrap {
  width: 50vw;
  height: 100%;
  min-height: 400px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  border-radius: 120px 0 0 120px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.service-block-section .right-col .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-block-section .left-col {
  padding: 0;
  margin-top: 70px;
  position: relative;
}
.service-block-section .left-col .image-wrap {
  width: 100vw;
  height: 280px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-left: calc(-50vw + 50%);
}
.service-block-section .left-col .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-block-section:nth-child(odd) .row {
  flex-direction: row-reverse;
}
.service-block-section:nth-child(odd) .content-col .content-wrap {
  float: right;
}
.service-block-section:nth-child(odd) .content-col .content-wrap .service-title {
  color: #A99B84;
}
.service-block-section:nth-child(odd) .right-col .image-wrap {
  border-radius: 0 120px 120px 0;
  margin-left: calc(-50vw + 100%);
}
.service-block-section:nth-child(odd) .left-col .image-wrap {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.agent-modal {
  background-color: rgba(0, 0, 0, 0.768627451);
}
.agent-modal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 0;
}
.agent-modal .modal-dialog .modal-content {
  width: 100%;
  border: 0px;
  background-color: transparent;
}
.agent-modal .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 200px);
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-content: center;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap {
  width: 20%;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a {
  padding: 15px 20px;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .card-icon {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 0 10px;
  background-image: var(--icon-bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a h4 {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a h4 span {
  color: #9c9c9c;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .btn-col {
  margin-top: 32px;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .btn-col .theme-btn {
  color: #d9d9d9;
  min-height: 40px;
  width: 170px;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  padding: 0px 15px;
  float: right;
  letter-spacing: 0.25px;
  border-color: #d9d9d9;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.agent-modal .modal-dialog .modal-content .modal-body .agent-list .agent-card-wrap a .btn-col .theme-btn i {
  font-size: 18px;
  margin-left: 10px;
}
.agent-modal .modal-dialog .btn-close {
  top: 8px;
  right: 8px;
  padding: 8px;
  z-index: 5;
  position: absolute;
  background-size: 55%;
  background-color: #d0d0d0;
}

.home .site-header {
  height: auto;
  width: calc(100% - 50px);
  top: 20px;
  left: 25px;
  padding: 0 35px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1882352941);
}
.home .site-header .nav-menu .nav-item .nav-link {
  color: #fff;
}
.home .site-header .navbar .header-wrap .navbar-brand .brand-logo {
  height: 57.99px;
  filter: brightness(0) invert(1);
}
.home .site-header.fixed-header {
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  background-color: #77998F;
}
.home .about-intro-section {
  z-index: 5;
  background: #fff;
  position: relative;
  padding: 100px 15px 100px;
}
.home .about-intro-section .row > div {
  display: flex;
  gap: 20px;
}
.home .about-intro-section .widget-container {
  width: 100%;
  display: block;
}
.home .about-intro-section .widget-container .image-wrapper {
  width: 50%;
  height: 650px;
  margin-left: 5vw;
  margin-right: -5vw;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 20px solid #795d69;
  border-radius: 150px 8px 150px 8px;
}
.home .about-intro-section .widget-container .image-wrapper .parallax-img {
  height: 150%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 70vw auto;
  background-position: 100% top;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.home .about-intro-section .widget-container .content-box {
  width: 50%;
  height: calc(100% - 50px);
  color: #fff;
  text-align: right;
  padding: 40px 70px 40px 58px;
  display: flex;
  margin-top: 25px;
  position: relative;
  margin-left: -5vw;
  margin-right: 0vw;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  background-color: #9f7c8a;
  border-radius: 150px 8px 150px 8px;
}
.home .about-intro-section .widget-container .content-box .sub-title {
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 0.7rem;
  letter-spacing: 0.7px;
}
.home .about-intro-section .widget-container .content-box .title {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-bottom: 10px;
  font-family: "Canela Deck Bold";
}
.home .about-intro-section .widget-container .content-box .desc {
  text-align: right;
  font-size: 1.1em;
  line-height: 1.5;
}
.home .about-intro-section .widget-container .content-box .icon-row {
  margin: 25px 0 40px;
  justify-content: flex-end;
}
.home .about-intro-section .widget-container .content-box .icon-row .icon-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.home .about-intro-section .widget-container .content-box .icon-row .icon-circle i {
  width: 50%;
  height: 50%;
  display: block;
  background-size: cover;
  background-position: center;
}
.home .about-intro-section .widget-container .content-box .theme-btn {
  color: #9f7c8a;
  width: 200px;
  text-align: center;
  display: flex;
  z-index: 12;
  padding: 5.5px 0;
  border-color: #fff;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.home .about-intro-section .widget-container .content-box .theme-btn i {
  font-size: 20px;
  margin-left: 10px;
}
.home .about-intro-section .widget-container .content-box .theme-btn::after {
  background-color: #9f7c8a;
}
.home .about-intro-section .widget-container .content-box img {
  width: 65%;
  height: 90%;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(28%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.07;
}
.home .featured-award-section {
  padding: 80px 15px 100px;
  background: #000;
}
.home .featured-award-section .head {
  color: #fff;
  text-align: center;
  margin: 0 0 80px;
}
.home .featured-award-section .head .award-icon {
  width: 80px;
  display: block;
  margin: 0 auto 20px;
}
.home .featured-award-section .head .section-title {
  font-size: 2rem;
  display: block;
  margin-bottom: 25px;
  font-family: "Canela Deck Bold";
}
.home .featured-award-section .row-container {
  padding: 0 80px;
}
.home .featured-award-section .row-container .leader-logo {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
.home .featured-award-section .row-container .leader-logo img {
  height: 100px;
  display: block;
  margin: 0 auto;
}
.home .featured-award-section .row-container .award-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 30px;
  justify-content: space-around;
}
.home .featured-award-section .row-container .award-list .award img {
  height: 150px;
}
.home .services-section {
  margin-top: 150px;
  position: relative;
  padding: 30px 15px 80px;
  background-color: #ede8e2;
}
.home .services-section::before {
  content: "";
  width: 100%;
  height: 250px;
  top: -150px;
  left: 0;
  z-index: 10;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='%23ede8e2' fill-opacity='1' d='M0,40 Q720,240 1440,40 L1440,320 L0,320 Z'%3E%3C/path%3E%3C/svg%3E");
}
.home .services-section .container {
  z-index: 12;
  position: relative;
}
.home .services-section .head {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.home .services-section .head span {
  color: #779990;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home .services-section .head .section-title {
  color: #000;
  font-size: 2.5rem;
  font-family: "Canela Deck Regular Italic";
}
.home .services-section .service-list {
  margin-top: 50px;
}
.home .services-section .service-list .slick-slide > div {
  height: 500px;
  padding: 0 20px;
  padding-bottom: 20px;
}
.home .services-section .service-list .slick-slide > div .service-card {
  height: 100%;
  overflow: hidden;
  padding: 50px 52px;
  position: relative;
  border-radius: 80px 8px;
  border: 1px solid #e3e3e3;
  background-size: cover;
  transition: all 0.1s ease-out;
  box-shadow: 0 2px 4px rgb(119, 153, 143);
}
.home .services-section .service-list .slick-slide > div .service-card > div {
  height: 100%;
  display: flex;
  z-index: 5;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.home .services-section .service-list .slick-slide > div .service-card > div h4 {
  color: #779990;
  font-size: 1.7rem;
  font-family: "Canela Deck Bold";
  margin-bottom: 20px;
}
.home .services-section .service-list .slick-slide > div .service-card > div h4 i {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 0 10px;
  background-image: var(--icon-bg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home .services-section .service-list .slick-slide > div .service-card > div h4 a span {
  color: #779990;
  font-size: 25px;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
}
.home .services-section .service-list .slick-slide > div .service-card .bg-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.1;
  position: absolute;
  background-size: cover;
  background-position: center;
  transition: all 0.1s ease-out;
}
.home .services-section .service-list .slick-slide > div .service-card .theme-btn {
  color: #779990;
  width: 170px;
  padding: 2.5px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .services-section .service-list .slick-slide > div .service-card .theme-btn i {
  font-size: 20px;
  margin-left: 5px;
}
.home .services-section .service-list .slick-slide > div .service-card:hover .bg-image {
  opacity: 0;
  transition: all 0.1s ease-out;
}
.home .agents-section {
  position: relative;
  margin-bottom: 100px;
  padding: 80px 15px 50px;
}
.home .agents-section::before {
  content: "";
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  position: absolute;
  background: #f2f2f2;
}
.home .agents-section .container {
  position: relative;
}
.home .agents-section .head {
  max-width: 850px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.home .agents-section .head .section-title {
  color: #779990;
  font-size: 2.5rem;
  font-family: "Canela Deck Bold";
}
.home .agents-section .head .agent-list {
  display: block;
  margin: 0 auto 80px;
}
.home .agents-section .head .agent-list label {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 5.5px;
}
.home .agents-section .head .agent-list .theme-btn {
  width: 372px;
  padding: 5.5px 12px;
  margin: 5px auto 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: transparent;
  justify-content: space-between;
}
.home .agents-section .head .agent-list .theme-btn i {
  font-size: 20px;
}
.home .agents-section .tilted-gallery .tilted-wrapper {
  display: flex;
  gap: 20px;
  height: 500px;
  transition: all 0.3s ease;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item {
  width: 20%;
  height: 100%;
  transform: skew(-12deg);
  overflow: hidden;
  transition: width 0.4s ease;
  cursor: pointer;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item .inner-img {
  width: 120%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: skew(12deg) translateX(-8%) scale(1.3);
  transition: all 0.4s ease;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:hover {
  width: 35%;
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:hover .inner-img {
  transform: skew(12deg) translateX(-5%) scale(1.25);
}
.home .agents-section .tilted-gallery .tilted-wrapper .tilted-item:nth-child(odd) {
  margin-top: 82px;
  margin-right: 25px;
}
.home .agents-section .tilted-gallery .tilted-wrapper:hover .tilted-item:not(:hover) {
  width: 15%;
  opacity: 1;
}
.home .video-section {
  padding: 80px 15px 100px;
}
.home .video-section .video-wrap {
  height: 500px;
  position: relative;
}
.home .video-section .video-wrap .parallax-video {
  width: 100%;
  height: 100%;
  cursor: auto;
  display: block;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.home .video-section .video-wrap .content-wrao {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .video-section .video-wrap .content-wrao h4 {
  font-size: 3.7rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.home .video-section .video-wrap .content-wrao h4 span {
  font-family: "Canela Deck Regular Italic";
}
.home .join-us-section {
  padding: 50px 15px 100px;
}
.home .join-us-section .head {
  max-width: 750px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.home .join-us-section .head .section-title {
  color: #779990;
  font-size: 2.5rem;
  font-family: "Canela Deck Bold";
}
.home .join-us-section .head .theme-btn {
  width: 200px;
  margin: 25px auto 0;
}

@media (max-width: 992px) {
  .tilted-wrapper {
    gap: 10px;
  }
  .tilted-wrapper .tilted-item {
    width: 25%;
  }
  .tilted-wrapper:hover .tilted-item:not(:hover) {
    width: 12%;
  }
}
@media (max-width: 768px) {
  .tilted-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tilted-wrapper .tilted-item {
    width: 45%;
    margin-bottom: 20px;
  }
  .tilted-wrapper:hover .tilted-item:not(:hover) {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .tilted-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .tilted-wrapper .tilted-item {
    width: 80%;
    transform: none;
    aspect-ratio: 4/3;
  }
  .tilted-wrapper .tilted-item .inner-img {
    transform: none;
  }
}
.page-template-page-who-we-are .section-menu-block .section-menu li a {
  padding: 25.605px 0;
}
.page-template-page-who-we-are .section-menu-block .section-menu li a i {
  display: none;
}
.page-template-page-who-we-are .section-menu-block.menu-fixed .section-menu li a {
  padding: 19.4px 0;
}
.page-template-page-who-we-are .mission-section .container {
  padding: 100px 15px;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .mission-section .image-col .image-wrap {
  width: 100%;
  height: 350px;
  display: block;
  background: #ccc;
}
.page-template-page-who-we-are .mission-section .content-col {
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  justify-content: center;
}
.page-template-page-who-we-are .mission-section .content-col .title-prefix {
  color: #779990;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Canela Deck Bold";
  text-transform: capitalize;
  margin-bottom: 15px;
}
.page-template-page-who-we-are .mission-section .top-row .image-wrap {
  border-radius: 0 150px 0 0;
}
.page-template-page-who-we-are .mission-section .bottom-row .image-wrap {
  border-radius: 0 0 0 150px;
}
.page-template-page-who-we-are .mission-section .bottom-row .content-col .title-prefix {
  color: #A99B84;
}
.page-template-page-who-we-are .team-section .container {
  padding: 80px 15px 35px;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .team-section .container.additional-intro {
  padding: 80px 15px 100px;
}
.page-template-page-who-we-are .accolades-section .container {
  padding: 70px 15px 100px;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .accolades-section .container .header-image {
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
.page-template-page-who-we-are .accolades-section .container .section-title {
  color: #A99B84;
}
.page-template-page-who-we-are .slick-slide {
  margin: 20px 0;
  padding: 0 18px;
}
.page-template-page-who-we-are .slick-slide .accolades-wrap {
  border-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.page-template-page-who-we-are .slick-slide .accolades-wrap .photo img {
  height: 150px;
  display: block;
  margin: 10px auto 20px;
}
.page-template-page-who-we-are .slick-slide .accolades-wrap .content {
  padding: 25px 0 0;
  border-top: 1px solid #ccc;
}
.page-template-page-who-we-are .slick-slide .accolades-wrap .content p {
  line-height: 1.7;
}
.page-template-page-who-we-are .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.page-template-page-who-we-are .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.page-template-page-who-we-are .slick-dots li button {
  color: transparent;
  width: 55px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  border-radius: 100px;
  border: 0;
  background-color: #ccc;
}
.page-template-page-who-we-are .slick-dots li.slick-active button {
  width: 10px;
}

.page-template-page-what-we-do .section-menu-block {
  margin-bottom: 70px;
}
.page-template-page-what-we-do .section-menu-block .section-menu li a {
  padding: 25.605px 0;
}
.page-template-page-what-we-do .section-menu-block .section-menu li a i {
  display: none;
}
.page-template-page-what-we-do .section-menu-block.menu-fixed .section-menu li a {
  padding: 19.4px 0;
}

.page-template-page-contact-us .info-col {
  padding: 0px 15px 0px 15px;
}
.page-template-page-contact-us .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact-us .info-col p {
  font-size: 18px;
}
.page-template-page-contact-us .info-col form.contact-form {
  display: block;
}
.page-template-page-contact-us .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact-us .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact-us .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact-us .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact-us .map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-template-page-contact-us .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact-us .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact-us .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact-us .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact-us .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact-us .contact .section-header h5 {
  color: #779990;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact-us .contact-box-section {
  padding: 50px 15px 100px;
}
.page-template-page-contact-us .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact-us .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #779990;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact-us .contact-box-section .contact-box i.chat-icon {
  background-image: url(../images/icon/live-chat.png);
}
.page-template-page-contact-us .contact-box-section .contact-box i.map-icon {
  background-image: url(../images/icon/address.png);
}
.page-template-page-contact-us .contact-box-section .contact-box i.phone-icon {
  background-image: url(../images/icon/phone-call.png);
}
.page-template-page-contact-us .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact-us .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact-us .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact-us .section-head .section-title {
  margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contac-us .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contac-us .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contac-us .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contac-us .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contac-us .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}
