
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background: #fffdef;
}
a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "cammron";
    src: url(../fonts/cammron.ttf);
    font-weight: 400;
    font-style: normal;
}




/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "cammron";
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px;
}

h2 {
    font-family: "cammron";
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: "cammron";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "cammron";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "cammron";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "cammron";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #74736d;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.header-logo a img {
    width: 160px;
    height: 96px;
    object-fit: contain;
}

.theme-btn-1 {
    background: #71483d;
    padding: 15px 18px;
    font-family: "cammron";
    font-size: 14px;
    color: #fff !important;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #151414;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}




.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #71483d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
header {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
}



/* Header Ends */


/* Main Banner Start */

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.container-fluid.add-padding {
    padding: 0 5%;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}
.banner_text p {
    width: 58%;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
}   
.main-banner-btn {
    margin-top: 10px;
}
.banner_text strong {
    color: #71483d;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}
.banner_text a {
    padding: 16px 30px;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 span {
    display: block;
}
.main-banner-counter-row {
    background: #71483d;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
}
section.main_slider {
    position: relative;
}

.main-banner-counter-number p {
    margin-bottom: 0;
    color: #c6b6b1;
    font-size: 12px;
}
.main-banner-counter-number h2 {
    font-size: 51px;
    color: #ffffff;
    margin-bottom: 5px;
}
.main-banner-counter-number {
    text-align: center;
    border-right: 1px solid #89675e;
    padding: 10px 0;
}
.main-banner-counter-number.boader-none {
    border-right: none;
}

.main-banner-counter-button a img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(145deg) brightness(103%) contrast(106%);
    animation: tada 1.5s ease infinite;
}




.main-banner-counter-button {
    position: relative;
    width: 160px;
    height: 160px;
}

.main-banner-counter-button-box {
    background: #58372f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.circle-svg {
    width: 100%;
    height: 100%;
    animation: rotate 10s linear infinite;
}

.circle-svg text {
    fill: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: "cammron";
}

.main-banner-counter-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #71483d;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 80px 0 #00000052;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.custom-slider-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    bottom: 75px;
    left: 5%;
}
.btn-shine {
    background: linear-gradient(to right, #000000 0, #71483d, #71483d 33%, #000000 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}
.theme-btn-1 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
}


.theme-btn-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transform: skewX(-25deg);
  transition: 0.5s;
}


.theme-btn-1:hover::before {
  left: 130%;
}

.theme-btn-1:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgb(113 72 61 / 40%);
}
@keyframes shine {

    0%,
    100% {
        background-position: 0;
    }

    10% {
        background-position: 50px;
    }

    20% {
        background-position: 100px;
    }

    30% {
        background-position: 150px;
    }

    40% {
        background-position: 200px;
    }

    50% {
        background-position: 250px;
    }

    60% {
        background-position: 300px;
    }

    70% {
        background-position: 350px;
    }

    80% {
        background-position: 400px;
    }

    90% {
        background-position: -450px;
    }
}

section.main_slider span.slide-number {
    color: #525b5b;
    font-family: "cammron";
    font-size: 20px;
    font-weight: 600;
}

section.main_slider .slide-numbers {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #aaa;
}

section.main_slider .slide-number.active {
    color: #58372f;
    font-weight: bold;
    font-size: 25px;
}

section.main_slider .line {
    width: 40px;
    height: 1px;
    background: #cfcfc6;
}   

section.main_slider button.nav-arrow.prev {
    border: none !important;
    background: none !important;
}   
section.main_slider button.nav-arrow.prev img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

section.main_slider button.nav-arrow.next {
     border: none !important;
    background: none !important;
}
section.main_slider button.nav-arrow.next img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    transform: rotate(180deg);
}

section.main_slider .nav-arrow:hover {
    background: #000;
    color: #fff;
}


/* Main Banner Ends */

/*Allison Swan Start */

.allison-swan-text p {
    color: #bfaca8;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 12px;
}
.allison-swan-text h2 {
    margin-bottom: 0;
}
.allison-swan-text strong {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}


.allison-swan-text a {
    background: #fffdef;
    color: #71483d !important;
    font-weight: 700;
    padding: 16px 25px;
}

.allison-swan-images {
    margin-bottom: -70px;
}
.allison-swan-btn {
    margin-top: 22px;
}
.allison-swan-sec {
    margin: 100px 0;
}
.allison-swan-sec .row.background-images {
    background-image: url(../images/allison-swan-background-images.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 70px 40px 0;
}
.allison-swan-text {
    text-align: end;
}
.allison-swan-images img {
    width: 100%;
    height: 610px;
    object-fit: cover;
    object-position: 46% 100%;
}

/*Allison Swan Ends */

/*Our Services Start*/

.our-services-heading h2 {
    color: #000000;
    margin-bottom: 0;
}
.our-services-boxs {
    padding: 20px 15px;
    border: 2px dashed #71483d;
}
.our-services-heading {
    text-align: center;
}
.our-services-heading p {
    width: 95%;
    margin: 0 auto;
}
.our-services-boxs-icon span {
    background: #71483d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.our-services-boxs-icon span img {
    width: 22px;
    height: 23px;
    object-fit: contain;
    animation: tada 1.5s ease infinite;
}
@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

} 
.our-services-boxs-icon {
    border: 2px dashed #71483d;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.our-services-boxs-text {
    background: #71483d;
    text-align: center;
    padding: 0px 5px;
    margin-top: 45px;
    box-shadow: 0 0 20px 0 #71483d33;
    position: relative;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-services-silder .slick-active {
    opacity: 1.5;
}
.our-services-boxs-text:before {
    content: "";
    position: absolute;
    background: #71483d;
    width: 30px;
    height: 30px;
    top: -14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 100% 50%, 49% 50%, 0% 50%);
}
.our-services-boxs-text h2 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.2;
}
.our-services-row {
    margin-top: 40px;
}
.our-services-silder .slick-prev:before {
    content: '';
    background-image: url(../images/main-banner-arrow-1.png);
    width: 52px;
    height: 52px;
    background-size: contain;
    position: absolute;
}
.our-services-silder .slick-prev {
    left: -55px;
}
.our-services-silder .slick-next {
    right: 0px;
}
.our-services-silder .slick-next:before {
    content: '';
    background-image: url(../images/main-banner-arrow-1.png);
    width: 52px;
    height: 52px;
    background-size: contain;
    position: absolute;
    transform: rotate(180deg);
}
.our-services-silder .slick-prev {

    top: 40%;
    
}
 .our-services-silder .slick-next {

    top: 40%;
    
}
/*Our Services Ends*/






/* What People Say Starts */

.testimonial_slider .slick-active,
.testimonial_slider .slick-slide {
  opacity: 1;
}

.testimonial-card-heading h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    font-family: "cammron";
}

.testimonial-card-heading h5 {
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", serif;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #8d6c61;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    color: #71483d;
    font-weight: 600;
    margin-top: 8px;
}

.testimonial-card-bototm-star ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}



.testimonial-card-profile img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 #00000096;
}

.testimonial-card-bototm {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}


.testimonial-card-txt {
    padding: 0px 40px;
    border-right: 1px solid #dcdace;
}


.testimonial-card-txt p {
    margin-top: 20px;
    color: #9a938a;
    font-weight: 500;
    width: 100%;
}


.testimonial_slider .testimonial-card-bototm-star ul li a i {
    color: #ff4138;
}

.testimonial_slider .slick-slide {
    margin: 20px 0;
}


.testimonial-heading.heading h2 {
    color: #000000;
    margin-bottom: 0;
    font-size: 60px;
}
.testimonial_slider {
    border: 2px solid #71483d;
    padding: 20px 0;
}
.testimonial-heading.heading p {
    width: 58%;
    margin: 0 auto;
}
.testimonial-heading.heading {
    text-align: center;
    margin-bottom: 30px;
}

/* What People Say Ends */

/*Footer Start*/

section#testimonial {
    margin-bottom: 100px;
}
.footer-form {
    background: #71483d;
    padding: 30px 30px;
    text-align: center;
    width: 90%;
}
.footer-form input {
    width: 100%;
    height: 57px;
    margin-bottom: 30px;
    border: 2px solid #907068;
    padding: 0 15px;
    background: #71483d;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.footer-quick-links h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-quick-links ul li a {
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.footer-quick-links ul {
    line-height: 35px;
}
.footer-quick-links {
    margin-left: 50px;
}
.footer-quick-links ul li a i {
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
}
.footer-copy-right-sec {
    background: #71483d;
    text-align: center;
    width: 69%;
    margin: 0 0 0 auto;
    padding: 20px 0;
}
.footer-copy-right-sec p {
    color: #b8a49e;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
.footer-form input::placeholder {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.footer-form textarea {
    width: 100%;
    height: 220px;
    margin-bottom: 25px;
    border: 2px solid #907068;
    padding: 15px 15px;
    background: #71483d;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    resize: none;
}
.footer-form textarea::placeholder {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.footer-form button {
    background: #fffdef;
    color: #71483d !important;
    font-weight: 700;
    border: none;
}
.footer-form button {
    margin: 0 auto;
}
.footer-form {
   
}
.footer-main-heading h2 {
    color: #000000;
    font-size: 55px;
    margin-bottom: 5px;
}
.footer-main-heading p {
    margin-bottom: 5px;
}
.footer-main-heading {
    margin-top: 30px;
}
.footer-sec:before {
    content: "";
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 73%;
    z-index: -1;
    bottom: 0;
}
.footer-sec {
    position: relative;
    padding-bottom: 30px;
}
.footer-main-row {
    padding-top: 10%;
}
.footer-logo a img {
    width: 94px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 20px;
}
.footer-logo h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 50px;
}

.footer-logo ul li a {
    color: #4e4e4e;
    border: 1px solid #323232;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 14px;
}


.footer-logo ul li a:hover {
    background: #ffffff;
    transition: 0.5s;
    color: #1c1c1c;
    border: 1px solid #ffffff;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    gap: 8px;
     margin-top: 20px;
}
/*Footer Ends */