@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,400&amp;family=Roboto:wght@400;500&amp;display=swap");
/*******************************************************/
/******************* ## Default Style *****************/
/*******************************************************/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body {
  color: var(--base-color);
  background: white;
  font-weight: 400;
  line-height: 32px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  --base-color: #696969;
  --heading-color: #0A0807;
  --primary-color: #AB6034;
  --lighter-color: #F4F2F1;
  --black-color: #0C0B0B;
  --border-color: #D9DFE7;
}

a {
  color: var(--base-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--primary-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--heading-color);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: white;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
}

mark {
  color: var(--primary-color);
  background: transparent;
  text-decoration: underline;
}

header:after,
section:after,
footer:after {
  display: block;
  clear: both;
  content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.nice-select,
.form-control {
  width: 100%;
  height: auto;
  border: none;
  font-size: 20px;
  border-radius: 0;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.nice-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: var(--heading-color);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.nice-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: var(--heading-color);
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.nice-select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: var(--heading-color);
}

input::placeholder,
select::placeholder,
textarea::placeholder,
.nice-select::placeholder,
.form-control::placeholder {
  color: var(--heading-color);
}

input:focus,
select:focus,
textarea:focus,
.nice-select:focus,
.form-control:focus {
  border-bottom: 2px solid rgba(41, 41, 41, 0.1);
}

.nice-select {
  font-size: 20px;
  line-height: 1.3;
}

.nice-select:after {
  width: 8px;
  height: 8px;
  right: 8px;
  border-color: var(--heading-color);
}

.nice-select .current {
  font-weight: 500;
  color: var(--heading-color);
}

.nice-select .list {
  min-width: 100%;
  border-radius: 0;
}

textarea {
  display: inherit;
  padding-top: 20px;
}

label {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--base-color);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfdbf1;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  height: auto;
  width: auto;
}

/* For Scroll Animation */
html {
  scroll-behavior: unset !important;
}

/*******************************************************/
/*****************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-1720 {
    max-width: 1750px;
  }

  .container.container-1550 {
    max-width: 1580px;
  }

  .container.container-1130 {
    max-width: 1160px;
  }
}

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .container-fluid.gap-wide {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.row {
  --bs-gutter-x: 30px;
}

@media only screen and (min-width: 1200px) {
  .row-cols-xl-7>* {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.no-gap {
  margin-left: 0;
  margin-right: 0;
}

.no-gap>div {
  padding-left: 0;
  padding-right: 0;
}

/* @media only screen and (min-width: 1400px) {
  .gap-10 {
    --bs-gutter-x: 10px;
  }
} */

@media only screen and (min-width: 1400px) {
  .gap-20 {
    --bs-gutter-x: 20px;
  }
}

/* @media only screen and (min-width: 1400px) {
  .gap-30 {
    --bs-gutter-x: 30px;
  }
} */

/* @media only screen and (min-width: 1400px) {
  .gap-40 {
    --bs-gutter-x: 40px;
  }
} */

/* @media only screen and (min-width: 1400px) {
  .gap-50 {
    --bs-gutter-x: 50px;
  }
} */

/* @media only screen and (min-width: 1400px) {
  .gap-60 {
    --bs-gutter-x: 60px;
  }
} */

@media only screen and (min-width: 1400px) {
  .gap-70 {
    --bs-gutter-x: 70px;
  }
}



/** Section Title style **/
.section-title {
  margin-top: -7px;
}

.section-title .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  display: block;
}

.section-title h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h3 {
    font-size: 28px;
  }
}

/** Button style **/
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: white;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  text-align: center;
  padding: 11px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  background: var(--primary-color);
}

.theme-btn i,
a.theme-btn i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}

.theme-btn:hover i,
a.theme-btn:hover i {
  margin-left: 13px;
  margin-right: -3px;
}

@media only screen and (max-width: 575px) {

  .theme-btn,
  a.theme-btn {
    padding: 8px 25px;
  }
}

.theme-btn.style-two,
a.theme-btn.style-two {
  color: var(--base-color);
  background: transparent;
  border: 1px solid rgba(41, 41, 41, 0.1);
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.theme-btn.style-three,
a.theme-btn.style-three {
  background: var(--heading-color);
}


/* Read More */
.read-more {
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
}

.read-more i {
  float: right;
  font-weight: 400;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.read-more:hover {
  color: var(--primary-color);
}

.read-more:hover i {
  margin-left: 10px;
}

/* List style one */
.list-style-one li:not(:last-child) {
  margin-bottom: 8px;
}



/** Social Link One **/
.social-style-one {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-style-one a {
  color: #B0AFAF;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background: #0C0B0B;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.social-style-one a:hover {
  color: white;
  background: var(--primary-color);
}





/*** Preloader style ** */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/preloader.gif);
}



/* Rating */
.ratting {
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -5px;
  margin-right: -5px;
}

.ratting i {
  margin: 5px;
  color: #AB6034;
}

/*** Slick Arrows ***/
.slick-arrow {
  width: 60px;
  height: 60px;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: #303030;
}

.slick-arrow:focus,
.slick-arrow:hover {
  background: white;
  color: var(--heading-color);
}

/*** Slick Dots ***/
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 8px;
  width: 6px;
  height: 6px;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  background: #1D1B1A;
}

.slick-dots li button {
  opacity: 0;
  height: 0;
}

.slick-dots li:before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid var(--primary-color);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active {
  background: var(--primary-color);
  opacity: 1;
}

.slick-dots li.slick-active:before {
  width: 21px;
  height: 21px;
}

/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  color: white;
  display: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 5px;
  background: var(--primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/* Text White */
.text-white *,
.text-white a,
.text-white .count-text,
.text-white .footer-newsletter-content .sub-title {
  color: white;
}

.text-white li li .dropdown-btn span {
  color: var(--heading-color);
}

.text-white .copyright-area p {
  opacity: 0.5;
}

.text-white .copyright-area a {
  opacity: 0.5;
}

.text-white .copyright-area a:hover {
  opacity: 1;
}

.bg-lines span {
  top: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  -webkit-animation: leftRightOne 18s infinite;
  animation: leftRightOne 18s infinite;
}

.bg-lines span:nth-child(1) {
  left: 10%;
}

.bg-lines span:nth-child(2) {
  left: 20%;
}

.bg-lines span:nth-child(3) {
  left: 30%;
}

.bg-lines span:nth-child(4) {
  left: 40%;
}

.bg-lines span:nth-child(5) {
  left: 50%;
}

.bg-lines span:nth-child(6) {
  left: 60%;
}

.bg-lines span:nth-child(7) {
  left: 70%;
}

.bg-lines span:nth-child(8) {
  left: 80%;
}

.bg-lines span:nth-child(9) {
  left: 90%;
}

.bg-lines.for-bg-white span {
  background: rgba(29, 27, 26, 0.05);
}

/* Position */
.rel {
  position: relative;
}


.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}



.overlay {
  z-index: 1;
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.75;
  background-color: var(--heading-color);
}

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center;
}

/* Color + Background */
.bgd-dark {
  background-color: var(--black-color);
}

.bgc-black {
  background-color: #1D1B1A;
}



.bgc-black-with-lighting {
  background: #1D1B1A;
}

.bgc-black-with-lighting:after,
.bgc-black-with-lighting:before {
  position: absolute;
  width: 450px;
  height: 450px;
  z-index: -1;
  content: '';
  -webkit-filter: blur(110px);
  filter: blur(110px);
  border-radius: 50%;
  background: var(--primary-color);
  -webkit-animation: zoomInOut 5s infinite;
  animation: zoomInOut 5s infinite;
}

@media only screen and (max-width: 1399px) {

  .bgc-black-with-lighting:after,
  .bgc-black-with-lighting:before {
    width: 250px;
    height: 250px;
  }
}

.bgc-black-with-lighting:after {
  right: 25%;
  top: 5%;
}

.bgc-black-with-lighting:before {
  right: 15%;
  bottom: 0;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}



/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
input,
select,
textarea,
.nice-select,
.form-control,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.accordion-item .accordion-button {
  font-weight: 600;
  color: var(--heading-color);
  font-family: "Cormorant Garamond", serif;
}

h1,
.h1 {
  line-height: 1.31;
  font-size: 65px;
  font-weight: 700;
}



h2,
.h2 {
  line-height: 1.1;
  font-size: 42px;
}

h3,
.h3 {
  line-height: 1.3;
  font-size: 35px;
}

h4,
.h4 {
  line-height: 1.1;
  font-size: 27px;
}

.footer-titles {
  line-height: 1.1;
  font-size: 27px;
  font-family: "Cormorant Garamond", serif;
}

h5,
.h5 {
  line-height: 1.4;
  font-size: 24px;
}

h6,
.h6 {
  font-size: 18px;
}

.testimonials-names{
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  font-family: "Cormorant Garamond", serif;
}

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important;
}



.p-20 {
  padding: 20px;
}



.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}


/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important;
}



.pt-15,
.py-15 {
  padding-top: 15px;
}

.pt-20,
.py-20 {
  padding-top: 20px;
}


.pt-100,
.py-100 {
  padding-top: 100px;
}


.pt-130,
.py-130 {
  padding-top: 130px;
}



.pt-165,
.py-165 {
  padding-top: 165px;
}

.pt-170,
.py-170 {
  padding-top: 170px;
}



/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px;
}



.pb-25,
.py-25 {
  padding-bottom: 25px;
}


.pb-50,
.py-50 {
  padding-bottom: 50px;
}



.pb-60,
.py-60 {
  padding-bottom: 60px;
}


.pb-70,
.py-70 {
  padding-bottom: 70px;
}



.pb-80,
.py-80 {
  padding-bottom: 80px;
}



.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pb-95,
.py-95 {
  padding-bottom: 95px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}



.pb-110,
.py-110 {
  padding-bottom: 110px;
}


.pb-120,
.py-120 {
  padding-bottom: 120px;
}

.pb-125,
.py-125 {
  padding-bottom: 125px;
}

.pb-130,
.py-130 {
  padding-bottom: 130px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}


.mt-40,
.my-40 {
  margin-top: 40px;
}



.mt-80,
.my-80 {
  margin-top: 80px;
}



/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important;
}


.mb-25,
.my-25 {
  margin-bottom: 25px;
}



.mb-40,
.my-40 {
  margin-bottom: 40px;
}


.mb-55,
.my-55 {
  margin-bottom: 55px;
}

.mb-60,
.my-60 {
  margin-bottom: 60px;
}


/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {

  
  

  .rpt-10,
  .rpy-10 {
    padding-top: 10px;
  }

  

  .rpt-25,
  .rpy-25 {
    padding-top: 25px;
  }

  

  .rpt-100,
  .rpy-100 {
    padding-top: 100px;
  }

  

  .rpt-110,
  .rpy-110 {
    padding-top: 110px;
  }

  

  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px;
  }

  

  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px;
  } */

  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px;
  }

  

  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px;
  }

 

  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px;
  }

  
  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px;
  }

 

  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px;
  }

  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px;
  }

  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px;
  }

  

  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px;
  }

  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px;
  }

  


  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important;
  }


  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px;
  }

  

  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px;
  }

  }
