* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    vertical-align: baseline;
  }
  
  :root {
    --primary-color: #B76E79;
    --secondary-color: #DBA522;
    --secondary-color-light: #f3f0e8;
    --black-color: #000;
    --white-color: #fff;
    --title-font: "DM Serif Display", serif;
    /* --title-font: "Yeseva One", serif; */
    --body-font: "Quattrocento", serif;
    /* --body-font: "Poppins", sans-serif; */
  }

a,
.photo-overlay::before,
[class*="accordion-plus-"] .ac-toggle::after {
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
body {
	font-size: 15px;
	font-family: var(--body-font);
	font-weight: 400;
	line-height: 28px;
}

pre, .condition-page pre {
    white-space: pre-wrap;
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    font-family: var(--body-font);
}
#page_wrapper {
	overflow: hidden;
}
a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4{
	font-family: var(--title-font);
	line-height: revert;
	font-weight: 700;
}
h5,
h6,
.h5,
.h6 {
	font-family: var(--body-font);
	line-height: revert;
    font-weight: 500;
}
h1,
.h1 {
	font-size: 44px;
	line-height: 60px;
}
h2,
.h2 {
	font-size: 36px;
	line-height: 48px;
}
h3,
.h3 {
	font-size: 30px;
	line-height: 40px;
}
h4,
.h4 {
	font-size: 24px;
}
h5,
.h5 {
	font-size: 21px;
}
h6,
.h6 {
	font-size: 18px;
}
img {
	max-width: 100%
}
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0
}
li {
	line-height: 25px;
}
p {
	line-height: 28px
}
p:last-child {
    margin-bottom: 0;
}



.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pt-70 {
    padding-top: 70px
}

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

.pb-70 {
    padding-bottom: 70px
}

.mt-100 {
    margin-top: 100px
}


.section-title {
    max-width: 80%;
    margin: -5px auto 20px;
    /* margin: -5px auto 50px; */
    text-align: center;
    position: relative
}

.section-title span {
    display: block;
    margin-bottom: 12px;
    color: var(--secondary-color);
    font-weight: 600
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
    color: var(--primary-color);
    margin: 0;
}

@media (max-width:767px){
  .section-title h2{
    font-size: 32px;
  }
}

@media (max-width:420px){
  .section-title h2{
    font-size: 28px;
  }
}

section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    height: auto !important;
}


footer {
    background-image: url(../images/footerbg.jpg);
    background-image: linear-gradient(45deg, #000000bd, #000000bd), url(../images/footerbg.jpg);
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
}

footer .top-footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  @media screen and (max-width: 991px) {
    footer .top-footer {
      padding-top: 40px;
    padding-bottom: 20px;
    }
  }

footer .top-footer .textwidget {
    font-size: 15px;
    color: var(--white-color);
    line-height: 1.6;
    text-align: left;
  }
  @media screen and (max-width: 575px) {
    footer .top-footer .textwidget {
      font-size: 13px;
    }
  }
  footer .top-footer .img-textwidget {
    padding-right: 0px;
  }
  @media screen and (max-width: 768px) {
    footer .top-footer .img-textwidget {
      padding-right: 0;
    }
  }
  footer .top-footer .title-divider-right {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
  }
  footer .top-footer .title-divider-right:after {
    background-color: #223645;
    height: 2px;
    width: 50px;
  }
  footer .footer-logo {
    margin-bottom: 20px;
    height: 60px;
    object-fit: contain;
  }

  footer .footer-social-links {
    margin-top: 20px;
  }
  footer .footer-social-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .footer-social-links ul li {
    margin: 0 1px;
    display: inline-block;
  }
  footer .footer-social-links ul li:first-child {
    margin-left: 0;
  }
  footer .footer-social-links ul li:last-child {
    margin-right: 0;
  }
  footer .footer-social-links ul li a {
    background-color: var(--primary-color);
    color: #ffffff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
  }
  footer .footer-social-links ul li a:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
  }
  @media screen and (max-width: 768px) {
    footer .footer-social-links {
      margin-bottom: 30px;
    }
  }
  footer .bottom-footer {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
  }
  @media screen and (max-width: 768px) {
    footer .bottom-footer .legal-list {
      text-align: center;
      margin-bottom: 6px;
    }
  }
  footer .bottom-footer .legal-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
  }
  footer .bottom-footer .legal-list ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }
  @media screen and (max-width: 479px) {
    footer .bottom-footer .legal-list ul li {
      padding: 0 10px;
    }
  }
  footer .bottom-footer .legal-list ul li:before {
    content: "|";
    right: -4px;
    top: 0px;
    color: rgba(248, 248, 248, 0.29);
    font-size: 13px;
    line-height: 1;
    position: absolute;
  }
  @media screen and (max-width: 768px) {
    footer .bottom-footer .legal-list ul li:before {
      line-height: 1;
    }
  }
  footer .bottom-footer .legal-list ul li:first-child {
    padding-left: 0;
  }
  footer .bottom-footer .legal-list ul li:last-child {
    padding-right: 0;
  }
  footer .bottom-footer .legal-list ul li:last-child:before {
    content: none;
  }
  footer .bottom-footer .legal-list ul li a {
    text-align: center;
    color: var(--white-color);
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
    transition: all 0.4s;
  }
  @media screen and (max-width: 479px) {
    footer .bottom-footer .legal-list ul li a {
      font-size: 10px;
    }
  }
  footer .bottom-footer .legal-list ul li a:hover {
    color: var(--secondary-color);
  }
  footer .bottom-footer .copy-right {
    text-align: center;
    color: var(--white-color);
    font-size: 13px;
    margin-bottom: 0;
  }
  
  .top-footer .widget {
    margin-bottom: 0;
    color: var(--white-color);
  }
  .top-footer .widget .widget-title {
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
  }
  .top-footer .widget p {
    font-size: 15px;
  }
  .top-footer .widget ul li {
    margin-bottom: 15px;
    list-style-type: none;
    text-align: left;
  }
  .top-footer .widget ul li:last-child {
    margin-bottom: 0;
  }
  .top-footer .widget ul li a {
    color: var(--white-color);
    display: inline-block;
  }
  .top-footer .widget ul li a:hover, .top-footer .widget ul li a:focus, .top-footer .widget ul li a:active {
    color: var(--secondary-color);
  }
  @media screen and (max-width: 991px) {
    .top-footer .widget {
      margin-bottom: 30px;
    }
  }
  .top-footer .footer-join-us {
    padding: 30px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 25px;
    margin-left: 40px;
  }
  @media screen and (max-width: 991px) {
    .top-footer .footer-join-us {
      margin: 0;
    }
  }


.footer-menu ul li{
    list-style-type: none;
    display: inline-block;
  }
  .footer-menu ul li a {
    color: var(--gray-color);
    margin: 5px 20px;
    position: relative;
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .footer-menu ul li a:before {
    position: absolute;
    left: -24px;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: '';
    background: #5f5e6f;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.3s all ease-in-out;
  }
  
  .footer-menu ul li a:hover{
    color: var(--secondary-color);
  }
  .footer-menu ul li a:hover:before{
    background: var(--secondary-color);
  }
  
  .footer-menu ul li:first-child a::before{
    display: none;
  }
  footer .bottom-footer .copy-right {
    text-align: center;
    color: var(--white-color);
    font-size: 13px;
    margin-bottom: 0;
}  



.page-title-section {
    background-position: center;
    background-color: #f8f8f8;
    display: flex;
    align-items: end;
    min-height: 450px;
    position: relative;
    padding: 125px 0 105px 0;
  }
  
  .page-title-section:after {
    background: linear-gradient(360deg, #000000, #130c05);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
    z-index: 1;
  }
  
  .page-title-section .breadcrumb-area {
    text-align: center;
    z-index: 2;
    position: relative;
  }
  
  .page-title-section .breadcrumb-area .page-title {
    color: var(--white-color);
    margin-bottom: 15px;
    font-family: var(--title-font);
    font-weight: 800;
    font-size: 44px;
  }
  
  .page-title-section .breadcrumb-area .breadcrumbs-link {
    display: inline-block;
    background: rgba(255, 255, 255, 0.07);
    padding: 8px 40px;
  }
  
  .page-title-section .breadcrumb-area .breadcrumbs-link li a {
    color: var(--white-color);
  }
  
  .page-title-section .breadcrumb-area .breadcrumbs-link li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
  }
  
  .page-title-section .breadcrumb-area .breadcrumbs-link li:after {
    display: inline-block;
    content: '';
    /* font-family: 'Font Awesome 5 Pro'; */
    font-weight: 600;
    margin-left: 15px;
    margin-right: 12px;
    color: var(--white-color);
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50rem;
    width: 10px;
    height: 10px;
    background: var(--secondary-color);
  }
  
  .page-title-section .breadcrumb-area .breadcrumbs-link li:last-child:after{
    display: none;
  }
  
  .page-title-section .breadcrumb-area .breadcrumbs-link li.active {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
  }


  .form-control {
    width: 100% !important;
    outline: 0;
    background: var(--white-color) !important;
    border: 1px solid var(--primary-color) !important;
    font-size: 16px !important;
    color: var(--black-color) !important;
    padding: 14px 20px !important;
    box-shadow: none !important;
}

.form-control:focus{
  border-color: var(--secondary-color) !important;
}

.iti{
    width: 100%;
}

.iti .form-control {
    padding-left: 90px !important;
}


.btn-default{
	display: inline-block;
	background: var(--secondary-color);
	color: var(--white-color);
	font-size: 16px;
	font-weight: 500;
	padding: 14px 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: 0.2s transform;
}

.btn-default:before{
	content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: var(--primary-color);
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.4s;
	border-radius: 5px;
}

.btn-default:hover::before{
	width: 106%;
	opacity: 1;
}


pre {
  white-space: pre-wrap;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
  font-family: var(--body-font);
}





.contactinfo-box {
  background: var(--white-color);
  border-radius: 10px;
  padding: 35px 40px;
  /* border-radius: 4px; */
  border: 1px solid #eee;
  transition: 0.5s all ease-in-out;
  text-align: center;
  position: relative;
}

.contactinfo-box:hover {
	box-shadow: 0 19px 20px rgba(58, 87, 135, 0.08);
  transform: translateY(-10px);
}

.contactinfo-link{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contactinfo-icon{
  margin: auto;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 800;
  transition: 0.5s all ease-in-out;
}


.contactinfo-box:hover .contactinfo-icon{
  background: var(--secondary-color);
}

@media(max-width:991px){
  .contactinfo-box {
    background: #f5f5f5;
    padding: 35px 40px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: 0.5s all ease-in-out;
    text-align: center;
    position: relative;
  }
}


@media(max-width:450px){
  .contactinfo-box {
    background: #f5f5f5;
    padding: 35px 20px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: 0.5s all ease-in-out;
    text-align: center;
    position: relative;
  }
}


/* Contact Page MAP & Form */

.contact-map-data{
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #eee;
  background-color: var(--white-color);
}


.contact-form-data {
  position: relative;
  padding: 30px 10px;
  top: 0;
  width: 100%;
  left: 0;
  box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
  -webkit-box-shadow: -1px 15px 26px -4px rgb(161 151 151 / 0%);
  -moz-box-shadow: -1px 15px 26px -4px rgba(161,151,151,0%);
}

.contact-map-data iframe {
  border-radius: 15px;
  height: 660px;
  width: 100%;
}
@media (max-width: 1200px){
  .contact-map-data {
      flex-wrap: wrap;
      padding: 0px 5px;
  }
}



.float-links {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 115;
}
@keyframes mailPulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes mailPulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.c-btn-mail {
  display: block;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn-mail,
.c-btn-phone,
.c-btn-whatsapp {
  cursor: pointer;
  height: 45px;
  width: 45px;
  /* line-height: 45px; */
  text-align: center;
  background: #00b833;
  z-index: 300;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}
.c-btn-mail svg,
.c-btn-phone svg,
.c-btn-whatsapp svg {
  fill: #fff;
  height: 20px;
}
.c-btn-whatsapp svg {
  height: 26px;
}
.c-btn-mail::before,
.c-btn-phone::before,
.c-btn-whatsapp::before {
  background: rgba(0, 184, 51, 0.6);
  width: 55px;
  height: 55px;
  left: -5px;
  top: -5px;
}
.c-btn-mail::after,
.c-btn-mail::before {
  transition: 0.2s linear;
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  z-index: -1;
  animation: 1.5s infinite mailPulse;
}
.c-btn-phone::after,
.c-btn-phone::before {
  transition: 0.2s linear;
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  z-index: -1;
  animation: 1.5s infinite mailPulse;
}
.c-btn-whatsapp::after,
.c-btn-whatsapp::before {
  transition: 0.2s linear;
  position: absolute;
  display: block;
  content: "";
  border-radius: 50%;
  z-index: -1;
  animation: 1.5s infinite mailPulse;
}
.c-btn-mail,
.c-btn-mail::before {
  background: #252525;
}
.c-btn-phone,
.c-btn-phone::before {
  background: var(--primary-color);
}
.c-btn-phone {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: var(--white-color) !important;
}
.c-btn-whatsapp {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: var(--white-color) !important;
}
.c-btn-mail {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  color: var(--white-color) !important;
}

