.slide-carousel-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.owl-carousel .owl-item .guest-images img {
    width: auto !important;
}
 .slide-content {
    position: relative;
    z-index: 999;
}
.slide-carousel-image {
    position: relative;
    z-index: 9;
    padding: 9em 0 10em 0;
}

#slider .owl-carousel .owl-dots {
     position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    bottom: 58px;
    margin: 0 auto;
    z-index: 99;
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.slide-heading {
    color: white;
    font-weight: 800;
    font-size: 64px;
    line-height: 1.1;
    padding: 0;
    font-family: var(--primary-font);
}
.slide_btn {
  display: inline-block;
}
.slide-heading span {
  display: block;
}
#slider .owl-item.active .slide-heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-item.active .slide-text {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.slide-text {
  margin: 19px 0 30px 0;
}
#slider .owl-item.active .slide_btn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.7s;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
.inner_carousel.container {
  position: relative;
}
#slider .slidesmalltext {
  font-weight: 300;
  color: white;
}
#slider h1, #slider h2 {
  font-size: 50px;
  font-weight: 700;
  color: white;
  font-weight: 500;
  letter-spacing: 1.9px;
}
.slide-text {
    color: white;
    opacity: 0.8;
    font-style: italic;
    font-size: 30px;
    font-weight: 500;
    line-height: 31px;
}
.guest-images {
  display: flex;
  align-items: center;
  max-width: 175px;
  margin: 38px auto 23px auto;
  margin-bottom: 14px;
}
.guest-tagline {
    font-style: italic;
    color: white;
    font-size: 30px;
    font-weight: 500;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slide-carousel-image  img {
  position: relative;
  z-index: 9;
}
.owl-carousel .owl-item .guest-images img {
    width: auto !important;
    margin: 0 !important;
    margin-right: -14px !important;
}
span.guest-icon {
    background-color: #CEBF94;
    border-radius: 50%;
    c0: whi;
    color: white;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.owl-carousel .owl-item .guest-images img {
    width: auto !important;
}
.slider-box {
  text-align: center;
  max-width: 77%;
  margin: 0 auto;
}
/* .slider-box:before {
  content: '';
  width: 140px;
  height: 535px;
  border: 10px solid white;
  display: inline-block;
  position: absolute;
  left: -61px;
  top: 15px;
} */

#slider .slide-tagline {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
div#slider {
  overflow: hidden;
  padding-bottom: 0 !important;
}
 .slider-overlay {
  background-color: var(--color-primary);
  padding: 1em;
}
.slider-overlay-wrap {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    width: 100%;
}
.slide-image-inner {
  position: relative;
}
.section_main_head {
  position: relative;
}
.custom-slider-nav.owl-nav {
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 99;
  width: 100%;
  text-align: right;
}
#slider button.owl-prev {
  margin-bottom: 14px;
}
#slider .owl-carousel .owl-nav i, #slider .owl-nav i {
    background-color: white;
    color: var(--color-primary);
}
#slider .owl-carousel .owl-nav i:hover, #slider .owl-nav i:hover {
    background-color: var(--color-primary);
    color: white;
}
/* --------- venues --------- */
.venues-content {
    padding-top: 11px;
}
.venues-section-btn .theme_button i, .service-highlights-btn .theme_button i, .service-highlights-btn .theme_button2 i, .team-btn .theme_button i, .plan-main-btn .theme_button2 i, .new_btn .theme_button i{
  transform: rotate(-31deg);
}
#venues .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
}
#venues .box {
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
#venues .box:hover {
    transform: scale(1.04);
}
/*------------------ Gallery -------------------*/
/* Main CSS */
.grid-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
    grid-auto-rows: 321px;
    grid-auto-flow: dense;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
    width: 100%;
}
#venues {
  padding-top: 0;
}
.venues-content h5 a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.venues-type h5 {
  padding-top: 4px;
}
.venues-item h5 a {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}
.venues-capacity {
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.venues-tab-block .box .box-content p {
    color: #3D3D3D;
    max-width: 73%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.venues-tab-block.row {
    row-gap: 25px;
}
.venues-tab-block .box{
    text-align: center;
    overflow: hidden;
    perspective: 800px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.venues-tab-block .box:before{
    content: "";
    background: white;
    transform: rotateY(90deg);
    transform-origin: 0 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.venues-tab-block .box:hover:before {
    opacity: 1;
    transform: rotateY(0);
}
.venues-tab-block .box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.venues-tab-block .box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-35%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.venues-tab-block .box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.venues_image_box  h5 a:hover {
  color: var(--color-primary);
}
.venues-type span {
  color: #000000;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  display: inline-block;
  font-size: 16px;
}
#venues .box-content h5 {
    padding-bottom: 2px;
}
.venues-type {
  position: relative;
  z-index: 9;
}
#venues .box img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
/* --------- About Us --------- */
#link-hover {
	 overflow: hidden;
	 position: relative;
	 display: inline-block;
}
 .link-hover::before, .link-hover::after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 left: 0;
}
 .link-hover::before {
	 background-color: var(--color-primary);
	 height: 2px;
	 bottom: 0;
	 transform-origin: 100% 50%;
	 transform: scaleX(0);
	 transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
 .link-hover:hover::before {
	 transform-origin: 0% 50%;
	 transform: scaleX(1);
}
 .link-hover::after {
	 content: attr(data-replace);
	 height: 100%;
	 top: 0;
	 transform-origin: 100% 50%;
	 transform: translate3d(200%, 0, 0);
	 transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
	 color: var(--color-primary);
}
 .link-hover:hover::after {
	 transform: translate3d(0, 0, 0);
}
 .link-hover span {
	 display: inline-block;
	 transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
 .link-hover:hover span {
	 transform: translate3d(-200%, 0, 0);
}
.about-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.about-contact-title {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
}
.call-image-block {
  position: relative;
  z-index: 9999;
}
a.about-contact-text:hover {
    color: var(--color-primary);
}
.about-git-block svg {
  width: 25px;
}
.about-git-block {
    padding-top: 9%;
}
.about-git-block svg path {
  fill: white;
}
a.about-contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 12px;
}
.about-video-icon:after {
    content: "";
    position: absolute;
    left: -4px;
    right: 0;
    width: 58px;
    height: 58px;
    background-color: var(--color-primary);
    border-radius: 50%;
    opacity: 0;
    z-index: -2;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: shadow-blink;
    -webkit-animation-name: shadow-blink;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: var(--color-primary);
}
.about-video-icon {
  display: none;
  color: var(--color-primary);
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 9;
  /* background-color: white; */
  border: 3px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@-webkit-keyframes shadow-blink {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7)
    }
}

@keyframes shadow-blink {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7)
    }
}
.about-us-git-block-icon {
  width: 50px;
  height: 50px;
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 10px;
}
a.about_us-contact-text {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0;
}
.founder-box img {
    width: 201px;
    margin-right: 10px;
    clip-path: polygon(50% 0%, /* top corner */ 93% 25%, /* top-right */ 93% 75%, /* bottom-right */ 50% 100%, /* bottom corner */ 7% 75%, /* bottom-left */ 7% 25% /* top-left */);
}
.founder-title {
  margin-bottom: 15px;
}
.about-head-outer ul {
  margin-left: 15px;
}
.founder-name {
  color: #000000;
  font-weight: 700;
}
.customer-box-block {
    box-shadow: 0px 1px 14px 0px #00000040;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
}
.customer-heading , .exp-heading {
  color: rgb(0 0 0 / 65%);
  font-weight: 500;
  font-size: 12px;
}

.about-head-outer h4 {
  font-size: 40px;
  max-width: 66%;
}
.column-text, .column-text p {
  color: #1E1E1E;
  font-weight: 300;
  font-size: 15px;
}
.about-image1 {
  position: relative;
  text-align: center;
}
.about-image-outer img {
    border-radius: 0px;
}
.about-image-box.about-image1 {
  position: relative;
  z-index: 9;
}
.about-image-box {
    max-width: 77%;
}
.about-image-block:after {
    content: '';
    background-color: white;
    position: absolute;
    top: -4em;
    width: 93%;
    display: block;
    height: 100%;
}
.about-image2 {
  display: block;
  text-align: right;
  position: absolute !important;
  bottom: 0;
  right: 0;
  z-index: 9999;
  max-width: 100%;
}
.about-image1:before {
    content: '';
    width: 46%;
    height: 183px;
    position: absolute;
    top: -20px;
    display: inline-block;
    margin: 0;
    border-top: 1px solid black;
    border-right: 1px solid black;
    z-index: 9;
    right: -20px;
}
.about-head-outer .section-tagline {
    margin-left: -28%;
    margin-bottom: 28px;
}
.about-image2-inner {
  display: inline-block;
  position: relative;
}
.about-image1 img {
  z-index: 99;
  position: relative;
}
.about-head-outer ul li {
  color: black;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  font-weight: 700;
}
.about-head-outer ul li i {
  margin-right: 8px;
  color: var(--color-secondry);
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
 .column-image:hover img {
  /* opacity: 0.25; */
  transform: scale(1.15);
  transition: all 0.25s linear;
}
.column-image {
  overflow: hidden;
  border-radius: 0;
}
.column-image img {
  width: 100%;
  height: auto;
  /* transform: scale3d(1.1, 1.1, 1); */
  transition: all 0.25s linear;
}
.column-image {
    overflow: hidden;
    border-radius: 0;
    clip-path: polygon(100% 0, 100% 100%, 12% 100%, 0 85%, 0 0);
}
a.about_us-contact-text:hover {
    color: var(--color-primary);
}
#about-us .theme_button .highlighted {
  border-bottom: 1px solid white;
  display: inline-block;
}
#about-us .section_main_head .section-text {
    color: #2A2A2A;
    margin-top: 21px;
    font-weight: 600;
    font-size: 18px;
}
#about-us .section_main_head h3:after {
    margin: 0;
}
.about-head-outer ul {
  margin-left: 0;
  margin-bottom: 33px !important;
}
.about-head {
  padding-top: 20px;
}
/*--------------- Our Partner ---------------*/
#our-partner {
    background-color: var(--color-primary);
    padding: 13px 0;
}
/* --------- Services --------- */

#services .box{
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
#services .box:hover {
  border: 5px solid var(--color-primary);
  transform: scale(1.04);
}
span.service-tagline {
    color: #3F4132;
    font-size: 18px;
}
#services .box:after {
    content: '';
    background: white;
    transition: all 0.4s ease;
    width: 79%;
    height: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    opacity: 0;
    z-index: 9;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0 auto;
}
#services .box:hover:after{
   opacity: 1;
    transition: all 0.4s ease;
}
#services .box:hover::before{ transform: scale(1.2); transition: all 0.4s ease; }
.services-content h6, .services-content h6 a {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    z-index: 99;
}
.services-p {
  color: black;
}
.services-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  opacity: 0;
}
.services-bottom-top {
    margin-bottom: -39px;
    margin-right: -43px;
}
.services-bottom-box {
    margin-top: -39px;
    margin-left: -43px;
}
.services-bottom-box .services-extra-box {
    bottom: unset;
    top: -15px;
    right: unset;
    left: -14px;
}
.services-bottom-box span.services-span-text {
    bottom: unset;
    top: 82px;
}
span.services-span-text {
    color: black;
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    text-align: center;
}
.services-extra-box {
  position: relative;
  max-width: 63%;
  margin: 0 0 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
#services .box:hover .services-content{
  opacity: 1;
}
#services .box:hover .services-icon-image-box{
  background-color: black;
}
.heading-width {
  max-width: 55%;
  margin: 0 auto;
}
#services .section-tagline {
    color: var(--color-primary);
}
.services-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.service-item {
  position: relative;
  z-index: 9;
}
.service-item h5 a {
  color: #4B3941;
  font-weight: 700;
  font-size: 22px;
}

/* --------- Records --------- */
.record_detail {
  text-align: center;
}
.records-box .box-count {
  font-size: 54px;
  font-weight: 500;
  margin-bottom: 0;
  color: black;
  background-color: transparent;
  display: flex;
  align-items: center;
  line-height: 34px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 8px;
  justify-content: center;
}
#records {
    padding-top: 4em;
}
/* .records-box {
  padding: 53px;
} */
.records-info h6, .records-info h6 a {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
    line-height: 22px;
}
/*--------------- Promotional Banner ---------------*/
.promo-banner-container {
  border: 1px solid var(--color-primary);
  max-width: 56%;
  margin: 0 auto;
  padding: 10px;
}
.promo_text{
  padding: 18px;
  text-align: center;
  background-color: var(--color-primary);
}
.promo-banner-container .section_main_head h3 {
  color: white;
  font-weight: 400;
  font-size: 2;
  max-width: 81%;
  margin: 0 auto 19px auto;
}
.promo-text {
    color: white;
    font-size: 17px;
}
a.video-link {
  width: 40px;
  height: 40px;
  background-color: white;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.promo-btn.mt-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------- Why Choose Us ---------------*/
.why-choose-us-list:last-child {
    margin-bottom: 0 !important;
}
#why-choose-us {
  background-color: #F1F7F4;
}
#why-choose-us .container {
  position: relative;
  z-index: 9;
}
#why-choose-us .section_main_head h3 {
  font-size: 14px;
  margin-bottom: 12px;
  padding-bottom: 19px;
}
#why-choose-us .exp-number {
    font-size: 51px;
    font-weight: 700;
    margin-right: 0;
}
#why-choose-us .why-choose-exp-box .exp-title {
    font-size: 12px;
    /* font-weight: 400; */
    line-height: 18px;
}
.why-choose-us-box-image-div {
  margin-right: 10px;
}
.why-choose-exp-box {
  border: 1px solid #D9D9D9;
  padding: 18px;
}
.why-choose-us-head {
  padding-right: 3em;
}
.why-choose-us-tab-row ul.nav.nav-tabs {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  bottom: 0;
}
.why-choose-us-tab-row img {
    border-radius: 15px;
}
h4.section-subtitle {
    font-size: 32px;
}
.box-image-block {
  background-color: #D9D9D92B;
  padding: 21px;
  border-radius: 15px;
  text-align: center;
}
.box-image-block:hover .box-image-div img {
  transform: rotateY(360deg);
}
.why-choose-image-box img {
  border-radius: 15px;
}
.why-choose-us-tab-row .nav-tabs .nav-link {
  color: black;
  font-weight: 500;
  background-color: white;
  border-top-right-radius: 15px;
  padding: 8px 30px;
  border: none;
  margin-right: 10px;
}
.why-choose-us-tab-text {
  color: #000000;
  margin-top: 21px;
}
.why-choose-us-tab-row .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: white;
  border: none;
}
.why-choose-us-features li {
  font-weight: 300;
  margin-bottom: 8px;
}
.why-choose-us-features li {
  font-weight: 300;
  margin-bottom: 8px;
  list-style: none;
}
#why-choose-us .section_main_head h3:after {
  margin: 0;
}
.why-choose-us-features ul {
  margin-left: 0 !important;
}
.why-choose-us-features li i {
  margin-right: 6px;
  color: var(--color-primary);
}
.box-image-div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background:var(--color-secondry);
  transition: .5s;
  z-index: 2;
  clip-path: polygon(
    50% 0%,    /* top corner */
    93% 25%,   /* top-right */
    93% 75%,   /* bottom-right */
    50% 100%,  /* bottom corner */
    7% 75%,    /* bottom-left */
    7% 25%     /* top-left */
  );
}
.box-image-block:hover .box-image-div:before {
  top: 0;
}
.happy-customer-box {
  background-color: white;
  padding: 30px;
  border-radius: 15px;
  display: inline-block;
  max-width: 194px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.why-choose-image-box:first-child {
  margin-top: 7em;
}
.customer-title {
  color: var(--color-secondry);
  font-weight: 400;
  font-size: 15px;
}
.customer-number {
  color: var(--color-secondry);
  font-weight: 700;
  font-size: 23px;
}
.why-choose-us-list .box-image-div {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  background-color: #ccc;
  border: 1px solid;
  border: none;
  padding: 3px;
  margin: 0 auto;
}
.why-choose-us-list .box-image-div img {
  position: relative;
  z-index: 9;
  width: 49px;
}
.why-choose-us-list .box-image-div {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid;
    border: none;
    padding: 3px;
    margin: 0 auto;
    overflow: hidden;
}
.why-choose-us-list h6 {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 4px;
  padding-top: 3px;
}
.why-choose-us-list .exp-title {
    color: black;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 2px;
}
.why-choose-us-list:last-child {
  margin-bottom: 0 !important;
}
.why-choose-us-list .section-text {
  color: #474747;
  font-size: 14px;
}
.why-choose-us-list:hover .box-image-div-inner{
  background-color: black;
  /* transition: transform 0.5s ease-in-out; */
}
.why-choose-us-list:hover .box-image-div-inner img{
  /* transition: transform 0.5s ease-in-out; */
  transform: rotate(360deg);
}
.cursor-box {
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}

.cursor-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: -100%;
  transition: all 0.5s ease;
}

.cursor-box:hover::before {
  top: 100%;
  left: 100%;
}
/* --------- Gallery --------- */
#our-gallery .grid-wrapper.container-gallery {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
    grid-auto-rows: 260px;
    grid-auto-flow: dense;
}
#our-gallery .section_main_head h3:after, #our-gallery .section_main_head h3:before, #latest-news .section_main_head h3:after, #latest-news .section_main_head h3:before, #services .section_main_head h3:after, #services .section_main_head h3:before{
  display: none;
}
#our-gallery .section_main_head h3, #latest-news .section_main_head h3, #services .section_main_head h3 {
    padding-bottom: 9px;
}
#our-gallery .box {
  background-color: var(--color-primary);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#our-gallery .box:before,
#our-gallery .box:after,
#our-gallery .box .box-content:before,
#our-gallery .box .box-content:after{
     content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    transition: all 600ms ease;
}
#our-gallery .box:after{
    top: auto;
    bottom: 30px;
    left: auto;
    right: 30px;
}
#our-gallery .box .box-content:before,
#our-gallery .box .box-content:after{
    width: 4px;
    height: 0;
}
#our-gallery .box .box-content:after{
    left: auto;
    right: 30px;
    top: auto;
    bottom: 30px;
}
#our-gallery .box:hover:before,
#our-gallery .box:hover:after{    
    width: calc(100% - 60px);
}
#our-gallery .box:hover .box-content:before,
#our-gallery .box:hover .box-content:after{
    height: calc(100% - 60px);
}
#our-gallery .box img{
    width: 100%;
    height: auto; 
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
#our-gallery .box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
#our-gallery .box .inner-content{
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
#our-gallery .box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
#our-gallery .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
#our-gallery .box .icon li{
    display: inline-block;
    margin: 0 4px;
}
#our-gallery .box .icon li a {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    height: 63px;
    width: 63px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: flex;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}
#our-gallery .box .icon li a:hover{
    color: #0c7475;
    background: #fff;
    border-radius: 0 10px 0 10px;
}
#our-gallery .box .icon li  a i{line-height:inherit;}

/*--------------- How It Works ---------------*/
.how_it_works-block{
    position: relative;
}
#how-it-works .section_main_head h3, #how-it-works .section_main_head  .section-tagline {
  color: white;
}
span.how-it-works-steps {
  color: #006FC9;
  background-color: white;
  width: 54px;
  height: 54px;
  display: inline-flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
}
#how-it-works {
  overflow: hidden;
}
.how_it-works-image-box {
  background-color: #00B2FF;
  display: inline-block;
  width: 168px;
  border-radius: 15px;
  padding: 43px 41px;
  position: relative;
}
.how_it_works-block h5 {
  font-family: var(--primary-font);
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
.how_it_works-content {
  padding: 31px 0 0 0;
}
.how_it_works-block svg {
  position: absolute;
  top: 7em;
  right: -63px;
  width: 138px;
}
.how_it_works-block:nth-child(2), .how_it_works-block:nth-child(4) {
  padding-top: 4em;
}
.how_it_works-block:last-child svg {
  display: none;
}
#how-it-works .section_main_head .section-text {
    color: white;
}
.how_it_works-content h6, .how_it_works-content h6 a {
  color: white;
  font-size: 17px;
}
.how-it-works-p {
    color: white;
}
.how-it-works-box {
  max-width: 69%;
  margin: 0 auto;
}
.how-it-works-box:hover .how_it-works-image-box{
  background-color: var(--color-secondry);
}
/*--------------- Apply Now ---------------*/
.shape-about {
    display: block;
    width: 100%;
    filter: url('#goo');
}
.shape-about::before {
    content: "";
    display: block;
    background: var(--b, white);
    padding-top: 41%;
    clip-path: polygon(37% 0, 46% 27%, 55% 27%, 64% 56%, 100% 56%, 100% 100%, 0 100%, 0 0);
}
.apply-now-heading {
    max-width: 52%;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
#apply-now-section h3 {
  color: black;
}
.apply-now-form-wrapper input[type="email"] {
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  color: #00000038;
  border-radius: 15px;
  padding: 9px 19px;
  background-color: white;
}
.apply-now-form-wrapper form {
  max-width: 73%;
  margin: 0 0 0 auto;
  position: relative;
  margin-top: 12px;
}
#apply-now-section {
  background-color: #FAFFF6;
}
.apply-now-form-wrapper input[type="submit"] {
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
/* ----------- Team ------------- */
#team h3 {
  color: white;
}
.our-team.team-box {
  border-radius: 12px;
}
.post-img{
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-item .our-team .team-img img, .post-img img {
  width: 100% !important;
  height: auto !important;
}
.team-box-inner-content span {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.team-contact{
  margin-top: 1px;
}
a.team-contact-text {
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
}
.team-contact-text i.fa-solid.fa-envelope {
  margin-right: 9px;
}
.team_head a {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
h5.team_head {
  padding-top: 0;
  padding-bottom: 0;
}
.team-img {
  position: relative;
  text-align: center;
  border-radius: 50%;
  max-width: 64%;
  margin: 0 auto;
}
.our-team .social{
  width: 100%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%) rotate(-30deg);
  transition: all 0.3s ease 0s;
  border-radius: 12px;
}
.our-team:hover .social{
  height: 100%;
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: -27px;
  right: 39px;
}
.our-team .social ul li{
    display: block;
}
.our-team .social ul li a {
  display: flex;
  width: 53px;
  height: 44px;
  line-height: 30px;
  border-radius: 12px;
  font-size: 15px;
  margin-right: 6px;
  color: white;
  background: var(--color-primary);
  transition: all 0.3s ease 0s;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  /* margin: 0 auto; */
  margin-bottom: 8px;
}
.team-box-inner.team-content {
  padding: 15px;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-img img {
  border-radius: 20px;
}
.our-team .social-profiles i {
  padding-right: 0;
}
.our-team .social ul li a:hover{
  background: white;
  color: black;
  text-decoration: none;
}
.team-share {
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 12px;
  display: inline-block;
  margin-left: 7px;
}
.news-box .metabox a, .news-box .metabox .metabox .entry-comments, .news-box .metabox .entry-date, .news-box  .metabox .entry-author a {
  font-size: 13px;
  color: white;
}
.our-team:hover .team-share{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.our-team:hover .team-share i{
  color: white;
}
#team .owl-carousel .owl-dots button.owl-dot span, #team .owl-dots button.owl-dot span, #latest-news .owl-carousel .owl-dots button.owl-dot span, #latest-news .owl-dots button.owl-dot span {
  padding: 0;
}
#team .owl-carousel .owl-dots button.owl-dot.active, #team button.owl-dot.active, #latest-news  .owl-carousel .owl-dots button.owl-dot.active, #latest-news  button.owl-dot.active {
    background-color: var(--color-primary) !important;
    padding: 0px !important;
}
#team .owl-carousel .owl-dots button.owl-dot, #team .owl-dots button.owl-dot, #latest-news  .owl-carousel .owl-dots button.owl-dot, #latest-news .owl-dots button.owl-dot {
  background-color: #D9D9D9 !important;
  border: none !important;
  border-radius: 0;
  height: 3px !important;
  width: 60px !important;
  margin: 0 !important;
  padding: 0 !important;
}
#team .owl-dots, #latest-news .owl-dots {
  margin-top: 40px;
}
.social-menu {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-menu .share .share-ball {
  padding: 6px;
  background-color: white;
  color: var(--color-secondry);
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 07px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.team-box:hover .share .share-ball {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}
.social-menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 86px;
    left: 9px;
    border-radius: 32px;
    overflow: hidden;
}
.social-menu .submenu li {
  transition: all ease-in-out 0.5s;
  /* position: absolute;
  top: 0;
  left: 8px;
  z-index: -1; */
  opacity: 0;
}
ul.submenu.social-profiles {
  background-color: var(--color-primary);
  opacity: 0;
}
.team-box:hover ul.submenu.social-profiles {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.social-menu .submenu li a {
    background-color: transparent;
    padding: 10px 8px;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 0;
    color: white;
    text-align: center;
    outline: none;
    border: none;
}
.social-menu .submenu li a:hover{
  background-color: white;
  color: var(--color-secondry);
}
.social-menu .submenu li a i {
  padding: 0;
}
.social-menu .submenu li a:hover i.fa {
   color: #fff;
}
.social-menu .submenu li:nth-child(1) {
   transform: rotateX(45deg);
}
.social-menu .submenu li:nth-child(2) {
   transform: rotateX(90deg);
}
.social-menu .submenu li:nth-child(3) {
   transform: rotateX(135deg);
}
.social-menu .submenu li:nth-child(4) {
   transform: rotateX(180deg);
}
.team-box:hover .social-menu  .share .share-ball {
  background-color: white;
  color: var(--color-secondry);
  border: 1px solid var(--color-secondry);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(1) {
   opacity: 1;
   top: -44px;
   transition-delay: 0.08s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(2) {
   opacity: 1;
   top: -86px;
   transition-delay: 0.16s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(3) {
   opacity: 1;
   top: -129px;
   transition-delay: 0.24s;
   transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(4) {
  opacity: 1;
  top: -171px;
  transition-delay: 0.32s;
  transform: rotateY(0deg);
}
.team-box:hover .social-menu  .share.top .submenu li:nth-child(5) {
   opacity: 1;
   top: -193px;
   transition-delay: 0.4s;
   transform: rotateY(0deg);
}
a.team-contact-text:hover, .team-box:hover a.team-contact-text{
  background-color: var(--color-secondry);
  color: white
}
.team-box:hover .share-ball {
  background-color: var(--color-secondry);
  color: white;
}
#team a.theme_button {
  background-color: white;
  color: #16523E;
  border-color: white;
}
#team a.theme_button:hover {
    color: white;
}
#team .theme_button:before, #team .theme_button2:before {
    background: #101B17;
}
/*------------ Gallery --------------*/
#gallery {
  padding-bottom: 0;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}
.gallery_image_box1 img, .gallery_image_box5 img, .gallery_image_box6 img, .gallery_image_box7 img, .gallery_image_box12 img,  .gallery_image_box4 img {
  width: 102px;
}
.image-colmun1 {
  text-align: right;
}

.gallery img {
  margin-bottom: 10px;
}
.gallery img {
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.image-colmun2, .image-colmun3, .image-colmun7{
    margin-top: 24px;
}
.image-colmun3 img {
  width: 100%;
}
.gallery .row {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery .row>* {
  padding: 0 7px;
}
.image-colmun3 {
    width: 12%;
}
.gallery .row {
    display: flex;
    justify-content: center;
}
.gallery img:hover {
  transform: scale(1.03);
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
.gallery-title-box .gallery-box-title {
  background-color: var(--color-secondry);
}
.gallery-title-box  .gallery-box-title h4 {
  color: var(--color-primary);
  font-family: var(--primary-font);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 30px;
}
.gallery-title-box h6 {
  color: white;
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 21px;
  max-width: 53%;
  margin: 0 auto;
}
/* ----------- Latest News ------------- */
#latest-news .box {
    background: var(--color-primary);
    overflow: hidden;
    position: relative;
}
#latest-news .box img{
    width: 100%;
    height: auto;
    transition: all 0.45s;
}
#latest-news .box:hover img{
  transform: scale(1.04);
}
.news-box {
    position: relative;
}
.news-box h5 a {
  font-size: 20px;
  color: black;
  font-weight: 600;
  line-height: 30px;
}
.middle-column-post .post-desc h5 a:hover, .post-desc h5 a:hover {
    color: var(--color-primary);
}
.post-text p {
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.post-text {
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
  color: #1D1C1C;
  font-weight: 300;
}
.new-title-text {
  max-width: 90%;
  position: relative;
  padding-left: 18px;
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.news-box .metabox span, .news-box .metabox a {
  margin: 0;
}
.news-box-inner .metabox .metabox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-box-inner .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1,1);
  transition: transform 0.50s linear;
}
.post-img {
  height: 100%;
  width: 100%;
}
.post-img img {
  height: 100% !important;
  object-fit: cover;
}
.news-box:hover .news-box-inner .post-img img{
  transform: scale(1.2,1.2);
}
.news-box .metabox span i {
  margin-right: 5px;
  color: black;
  margin-bottom: 0;
}

.post-link-box a {
  font-weight: 700;
}
.post-link-box a i{
  font-weight: 700;
}
.author-meta small {
    color: #000000;
}
.author-meta strong {
    color: var(--color-primary);
    text-transform: capitalize;
    font-weight: 700;
}
span.link-title {
  color: black;
  font-weight: 400;
  padding-left: 16px;
  padding-top: 12px;
}
.middle-column-post .post-desc h5 a {
  font-size: 24px;
  font-weight: 700;
}
.post-image-block {
  padding-left: 10px;
  position: relative;
}
.post-desc {
    padding-top: 10px;
}
.news-box-inner {
  overflow: hidden;
  position: relative;
}
.post-desc span.entry-date {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
}
.post-desc h5 a {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.post-desc h5 {
    padding: 0;
    padding-top: 6px;
}
.news-post-btn  a.theme_button {
  background-color: black;
  border-color: black;
  border-radius: 0;
  padding: 7px 19px;
}
.news-post-btn  a.theme_button:hover {
  border-color: var(--color-primary);
  border-radius: 15px;
}
.news-blog1  h5 {
    max-width: 69%;
}
.news-post-btn .theme_button:before, .news-post-btn .theme_button2:before {
    background-color: var(--color-primary);
}
.author-avatar img {
    border-radius: 50%;
}
.post-image-block-inner{
  position: relative;
}
.post-link-box {
  background-color: #353535;
  border-radius: 15px;
}
.post-link-box a {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
span.link-icon {
  background-color: white;
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 21px 19px 11px;
  border-radius: 7px;
  transform: skewX(-15deg);
  margin-right: -5px;
}
span.link-icon i {
    transform: rotate(-56deg);
}
.news-box:hover .news-box-inner .metabox{
  background-color: #353535;
}
.news-box:hover .news-box-inner .post-link-box{
  background-color: var(--color-primary);
}
.news-box:hover span.link-icon{
  background-color: #353535;
  color: white;
}
#latest-news button.owl-prev, #latest-news  button.owl-next {
  background-color: var(--color-primary);
  padding: 5px 10px;
  border-radius: 9px;
  color: white;
}
#latest-news .owl-carousel .owl-nav i, #latest-news .owl-nav i {
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}
#latest-news  .owl-nav button.owl-prev i{
  margin-right: 5px;
}
#latest-news .owl-nav button.owl-next i{
  margin-left: 5px;
}
#latest-news button.owl-prev:hover, #latest-news button.owl-next:hover{
  background-color: #353535;
}


/* ----------- Testimonials ------------- */
.team-excerpt p {
    font-size: 16px;
    font-weight: 700;
}
.testimonials-header-container .owl-stage-outer {
    background-color: #515446B5;
    position: relative;
    z-index: 999999;
}
.testimonial-block.quote_box {
    padding: 25px;
}
.testimonial-image img {
  border-radius: 15px;
}
#testimonials .section_main_head h3 {
    padding-bottom: 13px;
}
.t-desig {
  font-size: 12px;
  font-weight: 300;
  display: block;
  color: #1E1E1E;
}
.testimonial-image {
  width: 85px;
  border-radius: 12px;
  margin-right: 10px;
}
.quote_box i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 25px;
}
.testimonial-block-outer {
  position: relative;
}
.testimonial_text, .testimonial_text p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 19px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 16px !important;
}

.testimonials-head{
    margin-bottom: 5em;
}
.testimonials-header-container {
  width: 122%;
  position: relative;
  left: -22%;
}
.testimonial-title {
  padding-bottom: 0;
  /* line-height: 1.1; */
  position: relative;
  display: block;
}
.testimonial-title a {
  position: relative;
  color: #1E1E1E;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--primary-font);
}
.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 100% !important;
  border-radius: 50%;
}
.testimonials_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials_image {
  width: 67px;
  margin-right: 10px;
}
.testimonial-data-block {
  padding: 0 0;
  position: relative;
}
#testimonials .testimonial-star i {
  color: #FFCB12;
  font-size: 10px;
  margin-right: 1px;
}
#testimonials .testimonial-star .without_filled i {
  color: #E3E3E3;
}
.testimonial-col-image {
    position: relative;
    text-align: center;
}
.testimonial-col-image img {
    position: relative;
}
.testimonial-col-image {
    position: relative;
}figure {
    margin: 0;
}
.testimonials-body {
  position: relative;
}
.testimonials-body i.fas.fa-quote-left {
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  left: 12px;
  top: 20px;
}
.testimonials-body i.fas.fa-quote-right {
  color: var(--color-primary);
  font-size: 20px;
  position: absolute;
  right: 12px;
  bottom: 8px;
}
.owl-item.active.center .testimonial-semi-circle {
  height: 11rem;
  width: 114%;
  border-radius: 1rem;
  background-color: var(--color-primary);
  /* height: 5rem; */
  /* width: 10rem; */
  border-radius: 15rem 15rem 0 0;
  transform: rotate(180deg);
  position: absolute;
  z-index: -1;
  top: -5em;
  margin: 0 auto;
  left: -24px;
}
#testimonials .owl-carousel .owl-dots, #testimonials .owl-dots {
  text-align: center;
  margin: 0;
  display: inline-flex;
  margin-top: 16px;
  position: absolute;
  bottom: -43px;
  z-index: 999;
  z-index: 99;
  left: 43%;
}
.testimonials-header-container a:hover {
  color: black;
}
.testimonial-block i.fa-solid.fa-quote-right {
    position: absolute;
    right: 74px;
    color: #FFFFFF;
    font-size: 23px;
    bottom: 20px;
    z-index: 99;
}
#testimonials .owl-dots button.owl-dot:nth-child(1), #testimonials .owl-carousel .owl-dots button.owl-dot:nth-child(1){
  background-color: black !important;
}
#testimonials .owl-dots button.owl-dot:nth-child(2), #testimonials .owl-carousel .owl-dots button.owl-dot:nth-child(2){
  background-color: #3D3D3DCC !important;
}
#testimonials .owl-dots button.owl-dot:nth-child(3), #testimonials .owl-carousel .owl-dots button.owl-dot:nth-child(3){
  background-color: #7C7C7C99 !important;
}
#testimonials .owl-dots button.owl-dot:nth-child(4), #testimonials .owl-carousel .owl-dots button.owl-dot:nth-child(4){
  background-color: #8E8E8E66 !important;
}
#testimonials .owl-dots button.owl-dot:nth-child(5), #testimonials .owl-carousel .owl-dots button.owl-dot:nth-child(5){
  background-color: #D8D8D880 !important;
}
#testimonials .owl-dots button.owl-dot:nth-child(6), #testimonials .owl-carousel .owl-dots button.owl-dot:nth-child(6){
  background-color: #E4E4E44D !important;
}
#testimonials .owl-dots button.owl-dot.active, #testimonials .owl-carousel .owl-dots button.active{
  background-color: black !important;
}
/*-----------------------related Products--------------------------*/
#related-products {
    padding-top: 0;
}
.flash_product .title-price a:hover {
    color: var(--color-primary);
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flex-item {
  flex: 1 1 calc(20% - 20px);
  box-sizing: border-box;
}
.star-rating {
  color: #FFD700; /* gold */
  font-size: 1.2em;
}
.related-products-heading {
  margin: 0;
}
a.add_to_cart_button, a.added_to_cart {
  background-color: white;
  padding: 3px 10px;
  border-radius: 9px;
  color: black;
  font-family: 'Inter';
  text-transform: uppercase;
  font-size: 12px;
}

.custom_product_meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(0deg, #666956, #66695617), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.flash_product:hover .custom_product_meta {
  opacity: 1;
}
.custom_product_meta .add_to_cart_button:before, .best-seller-right-column .woocommerce div.product form.cart .button:before, .woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: "\f290";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #212121;
    font-size: 12px;
    margin-right: 6px;
}
.custom_product_meta .added_to_cart:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #797979;
  font-size: 12px;
  margin-left: 6px;
}
.flash_product .add_to_cart_button.ajax_add_to_cart.added {
  display: none;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: #797979;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
  }
  .custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
  }
  @keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
  }

span.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.yith-add-to-wishlist-button-block {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
}
.product_img_box {
    position: relative;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor img {
    max-width: 22px;
}
.flash_product .title-price  a {
    color: #000000;
    font-weight: 700;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.title-price del {
    display: none;
}
.title-price ins {
    font-weight: 500;
    color: black;
    font-size: 19px;
    text-decoration: none;
}
.product-tagline {
    color: black;
    font-weight: 700;
    font-size: 15px;
}
.product_img_box {
  margin-bottom: 10px;
}
.star-rating {
    margin-top: 8px;
}
.team-head {
    max-width: 67%;
    margin: auto !important;
    margin: auto !important;
    margin-right: 0 !important;
}
.team-box-inner.team-content {
    text-align: center;
}
.team-box:hover img {
    transform: translateY(-10px);
    transition: transform 0.50s linear;
}
.team-box img {
    transform: translateY(0px);
    transition: transform 0.50s linear;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fcb01f;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 7.4em;
  font-family: star;
}
.star-rating {
  color: #FEC004;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.9em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #FEC004;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 font-size: 12px;
 letter-spacing: 5px;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-size: 12px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}

/*-----------------------faq--------------------------*/
#records-faq{
  overflow: hidden;
}
.faq-image-box, .faq-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#our-faq .section_main_head h3 {
  color: #101B17;
  font-weight: 700;
  font-size: 30px;
}
#our-faq .section_main_head h3:after {
  margin: 0;
}
.accordion-item {
  margin-bottom: 20px !important;
}
span.faq-counter {
  margin-right: 21px;
}
#accordionfaq button.accordion-button {
    color: #000000;
    font-weight: 500;
    padding: 11px 12px 12px 18px;
    border: none;
    width: 100%;
    display: block;
    box-shadow: none;
    text-transform: capitalize;
    border-bottom: none;
    margin-bottom: 0;
    background-color: #CBC5BF;
    border-radius: 5px;
    font-size: 18px;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: var(--color-primary);
  border: 1px solid white;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
.faq-block {
    margin-bottom: 18px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000000;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
    content: "\f0de";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
    color: #000000;
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    top: 17px !important;
}
.accordion-collapse .accordion-body {
    color: white;
    padding: 14px 15px 12px 16px;
}
.accordion-body {
    padding: 0;
    margin-top: 0;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f0dd";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  color: var(--color-primary);
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.accordion-item {
margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-collapse{
  padding: 0px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-body p {
    font-size: 14px;
    color: #3D3D3D;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.faq-box {
  padding: 8em 5em 8em 0em;
}
.faq-box .section-text {
  color: #030303;
}
.faq-image img {
  height: 100%;
  width: 100%;
}
.faq-box {
  padding: 8em 5em 8em 0em;
  padding-left: 6em;
}
.accordion-item {
    position: relative;
}
#accordionfaq button.accordion-button:after {
    position: absolute !important;
    right: 0;
    top: 11px !important;
    transform: translateY(0%) !important;
    padding: 0;
    /* height: 100%; */
    border-radius: 0;
    width: 48px;
}
/*---------------Contact us ---------------*/
.col-half { flex: 1;  } .col-half input { width: 100%; }
/*---------------Contact Us ---------------*/
.col-half { flex: 1;  } .col-half input { width: 100%; }
.contact-image .section_main_head {
  background-color: white;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px;
  width: 65%;
  border-radius: 15px;
}
button.theme_button.gradient_button {
    font-style: normal;
}
#contact_us_form_section .section_main_head h3 {
  padding-top: 0;
  padding-bottom: 8px;
}
.contact-us-git-block:last-child a.contact-us-contact-text {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
a.contact-us-contact-text {
  color: #656B73;
  font-size: 15px;
  margin-bottom: 18px;
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(14 11 22 / 20%);
}
.contact-us-contact-text i {
    background: linear-gradient(90deg, #E91663 0%, #5D469E 98.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 7px;
}
.contact-image{
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.wpcf7-date {
    position: relative;
}
#contact_us_form_section label {
  width: 100%;
}
.contact_us_form_head{
  box-shadow: 0px 4px 30px 0px #0000000A;
  border-radius: 40px;
  padding: 34px;
  border: 1px solid #F5F5F5;
}
.contact_us-git-block:hover .media-icon{
    background-color: black;
    color: white;
}
.contact_us_form_shortcode  input[type="submit"] {
    color: #222222;
    background-color: transparent;
}
.contact_us-git-block:last-child .media {
    border-bottom: none;
}
.contact_us_form_shortcode  input[type="submit"]:hover {
    color: white;
    background-color: var(--color-secondry);
    border-color: var(--color-secondry);
}
#contact_us_form_section {
  padding-top: 0;
}
#contact_us_form_section input[type="text"], input[type="number"], #contact_us_form_section input[type="email"], #contact_us_form_section input[type="phno"], #contact_us_form_section input[type="password"], #contact_us_form_section textarea {
  background-color: transparent;
  border-radius: 0;
  padding: 12px 18px;
  width: 100%;
  color: black;
  margin-bottom: 20px;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid #000000;
  font-weight: 700;
}
.contact_us_form_shortcode {
    text-align: center;
}
#contact_us_form_section input[type="text"]::placeholder, input[type="number"]::placeholder, #contact_us_form_section input[type="email"]::placeholder, #contact_us_form_section input[type="phno"]::placeholder, #contact_us_form_section input[type="password"]::placeholder, #contact_us_form_section textarea::placeholder {
  color: black;
  font-size: 16px;
}
.contact_us_form_head h3 {
    position: relative;
    color: var(--color-secondry);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 12px;
}
#contact_us_form_section textarea {
  height: 57px;
}
#contact_us_form_section label {
  width: 100%;
  color: #FFFFFFB2;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: #4B3941;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -21px;
  z-index: 99;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    overflow: visible;
}
.contac_form .wpcf7-date:before {
    top: 0;
}
/*---------------Newsletter ---------------*/
.newsletter-container {
  border-radius: 20px;
  padding: 0 41px;
}
.newsletter-container  img {
    margin-top: -19%;
}
#newsletter_section .section_main_head h4 {
  color: white;
  font-size: 20px;
}
.newsletter-container .row {
    align-items: center;
}
.newsletter_head {
  /* width: 50%; */
  width: 100%;
}
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p {
  max-width: 100%;
  margin: 0 !important;
  color: white;
}
.newsletter-container  .section_main_head.white_head h3 {
  background-color: transparent;
  color: black;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0;
}
.newsletter_shortcode {
  width: 100%;
  margin-top: 6px;
  max-width: 81%;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea {
  background-color: transparent;
  border: none;
  color: white;
  padding: 9px 25px 9px 25px;
  font-family: var(--primary-font);
  border: none;
  font-size: 12px;
  border-radius: 15px;
  width: 100%;
  border: none;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
  border: 1px solid white;
}

.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: white;
}
.newsletter_shortcode input[type="submit"] {
  padding: 12px 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
  background-color: white;
  border-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: none;
  border: 1px solid white;
  font-weight: 700;
}
#newsletter_section .section_main_head h3 {
  color: white;
  font-size: 31px;
  padding-bottom: 12px;
}
.newsletter_shortcode input[type="submit"]:hover {
  background-color: black;
  color: white;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100% !important;
}
#newsletter_section {
  position: relative;
  padding: 0;
  padding-top: 4em;
}
.newsletter_shortcode .wpcf7-not-valid-tip {
    position: absolute;
}

.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_img{
  position: relative;
}

/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: white !important;
  border: none !important;
  margin: 2px 3px;
  outline: none;
  border-radius: 50%;
  padding: 3px !important;
  height: 10px!important;
  width: 10px!important;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: black!important;
}
#slider .owl-carousel button.owl-dot.active, #slider button.owl-dot.active {
  background-color: #FFFFFF3D !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
  margin-right: 6px;
}
.owl-nav.custom-services-nav {
    text-align: left;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 18px;
  padding: 13px 17px;
  color: white;
  border: none;
  background-color: var(--color-secondry);
  transition: .3s ease;
  opacity: 1;
  border-radius: 50%;
  /* border: 1px solid var(--color-primary); */
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  border-color: black;
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
.owl-carousel .owl-item .post-image-block img {
    width: 100% !important;
}
/*------------ Image Overlay Effctes -----------------*/
.image-overlay-effect .box {
  position: relative;
  overflow: hidden;
  background-color: var(--color-primary);
}
.image-overlay-effect .box img{
  width: 100%;
  height: auto;
  transform: scale3d(1.1, 1.1, 1);
  transition: all 0.25s linear;
}
.image-overlay-effect:hover .box img{
  opacity: 0.25;
  transform: scale(1.25);
}
.news-box h5 a:hover, .testimonial-title a:hover, .team_head a:hover, .rooms-content h5 a:hover {
    color: var(--color-primary);
}

/* -------------- Shadow Hover Effects -------------*/

.shadow-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.shadow-hover:before, .shadow-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}
.shadow-hover:hover:before, .shadow-hover:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.shadow-hover:hover img{
    transform: scale(1.3);
}
.shadow-hover img {
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}