html {
    scroll-behavior: smooth;
}
body{
    margin:0;
    padding: 0;
    color:#000;
    font-family: 'Cormorant Garamond', serif;
}
p,h1,h2,h3,h4,h5,h6,ul,li{
    margin:0;
    padding: 0;
    font-family: 'Cormorant Garamond', serif;
}
a {
    text-decoration: none;
    color: #000!important;
}

@font-face {
    font-family: 'OptimaNovaLTProRegular';
    src: url('../fonts/OptimaNovaLTProRegular.otf') format('otf'), url('fonts/OptimaNovaLTProRegular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
  }
  
@font-face {
    font-family: "Libre Franklin", serif !important;
    src: url('../fonts/Franklin Gothic regular.ttf') format('ttf');
    font-weight: normal !important;
    font-style: normal !important;
}
@font-face {
    font-family: 'franklingothic-book';
    src: url('../fonts/franklingothic-book.otf') format('otf'),url('fonts/franklingothic-book.otf') format('otf');;
    font-weight: normal;
    font-style: normal;
}


div#navbarTogglerDemo02::before{
    text-decoration: none;
    color:#000!important;
}
.tpbar{
    background-color: #77542a;
    padding: 8px 0; 
}
.twitter,.facebook,.instagram,.linkedin{
    color:#000;
}
.img-logo {
    /*width: 285px;*/
     width: 100%;
    z-index: 99;
    position: relative;
}
.img-bdr{
    position: absolute;
    left: 0px;
    top: 119px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.mnu{
    margin-top:-30px !important;
}
.mx-wdth-cntnr{
    max-width:1500px;
}
.mnu li a{
    font-size: 16px;
    font-weight: bold;
	padding-left: 0;
	text-transform: uppercase;
    transition: 0.3s;
}
.mnu li {
    margin-right:27px;
	z-index:9999;
}
.navBg{
    background: rgba(255,255,255,0.9) url(../images/navbg.png) no-repeat scroll 0 0;
    background-size: cover;
}
.contact-info i{
    vertical-align: middle;
}
.contact-info i,
.contact-info a,
.contact-info span{
    color:#fff !important;
}
.contact-info i{
    margin-right:8px;
}
/* .toplnks::after{
    content: " | ";
    color:#fff;
    padding-left: 10px;
} */
.aftr0::after{
    content: "" !important;
}
.social-links i{
    color:#fff;
}
.social-links a{
    margin-right:16px; 
}
.vdohgt{
    height: 400px;
}
.awards{
    background: rgba(255,255,255,0.9) url(../images/bg1.png) no-repeat scroll 0 0;
    background-size: cover;
    height:auto;
}
.awards h1{
    color:#7b4e17;
    margin-top: -10px;
}
.awards h2{
    color:#2f1c04;
    font-size: 28px;
}
.awdrs {
    padding: 30px 0 !important;
    color: #fff;
    border-right: 2px solid #cdac85;
    cursor: pointer;
}
.awdrs a{
    position: absolute;
    top: 50%;
    left: 26%;
    width: 95%;
    transform: translate(-25%, -50%);
    text-decoration: none;
}
.awrdsnm {
    font-size: 26px;
    display: block;
    width: 95%;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
	margin: 0 auto;
}
.awrdsgvnby {
    font-size: 21px;
    display: block;
    width: 100%;
    line-height: 30px;
    font-weight: normal;
    font-family: "Libre Franklin", serif !important;
}
.awrdsyr{
    font-size: 27px;
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
}
.fs-6{
    font-size: 20px;
    color:#77542a;
    font-weight: 600;    
}
.fs-3{
    font-size: 42px;
    color:#77542a;
    font-weight: 500;
}
.fs-4{
    font-size: 15px;
    color: #2c1c06b8;
    font-weight: 500;
    font-family: 'OptimaNovaLTProRegular', serif;
}
.img-clctn h4{
    font-size: 2.125rem;
    color:#77542a;
    font-weight: 600;
    line-height: 40px;
}
.img-clctn p{
    font-size: .9375rem;
    color: #363636;
    font-weight: 500;
    line-height: 20px;
    font-family: 'OptimaNovaLTProRegular', serif;
}
.img-clctn a {
    font-size: 18px;
    color: #7b4e17 !important;
    font-weight: normal;
    line-height: 20px;
    background-color: transparent;
    border: 0;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'OptimaNovaLTProRegular', serif;
    border-bottom: 1px solid #7b4e17;
    padding: 0;
    border-radius: 0;
}
.img-clctn a img{
    color: #2f1c04;
    margin-left: 5px;
}
.img-clctn a:hover{
    background-color: transparent;
    border: 0;
    letter-spacing: 1px;
    transition: 0.3s;
}
.img-sec:hover{
    box-shadow: 1px 1px 15px #ddd;
    cursor:pointer;
    transition: 0.3s;
}
.crdinsde img{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    /*height: 330px;*/
    height: 100%;
    transition: transform .5s ease;
}
.crdinsde{
    height:auto;
}
.crdinsde:hover img{
    transition: transform .5s ease;
    transform: scale(1.06);
}
.explr-mre, .btnrdmre {
    border: 1px solid #77542a;
    padding: 15px 45px;
    text-align: center;
    color: #77542a !important;
    font-size: 25px;
    margin: 0 auto;
    margin-top: 35px;
    /*font-weight: 600;*/
    width: 50%;
    text-transform: uppercase;
}
.crft-titl {
    font-size: 43px;
    color: #77542a;
    font-weight: 500;
    line-height: 30px;
}
.crft-dtls {
    font-size: 17px;
    color: #424241;
    font-weight: 500;
    line-height: 26px;
}
.btnrdmre:hover,.explr-mre:hover{
    text-decoration: none;
    background-color: #77542a;
    color:#fff !important;
    transition: 0.3s;
}
.sldr-txt {
    top: 270px;
    color: #774e1a;
    font-size: 75px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 75px;
}

.testimonial {
    padding: 80px 0;
    background: rgba(255,255,255,0.9) url(../images/bg2.PNG) no-repeat 0 30% scroll;
    background-size: cover;
}
.sec-heading {
	margin-bottom: 60px;
}
.sec-heading h6 {
	font-family: allura;
	font-weight: 900;
	font-size: 80px;
}
.single-box {
	border: 0;
	padding: 50px 30px 40px;
	border-radius: 0;
	background: #fff;
}
.img-area {
	margin: 45px 0 20px;
}
.single-box img {
	max-width: 70px;
	border-radius: 50%;
	margin: 0 auto
}
.single-box h4 {
    font-weight: 600;
    margin: 0;
    font-size: 22px;
    color: #77542a;
}
.single-box {
	overflow: hidden
}
.single-box .img-area {
	width: auto;
	float: left;
	margin: 0
}
.single-box .content {
	width: 70%;
	float: left;
	padding-left: 10px
}
.single-box p {
    margin: 10px 0 25px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.testi-carousel-three .single-box {
	border: 0;
	padding: 0 50px;
}
.testi-carousel .owl-dots, .clients-carousel .owl-dots, .testi-carousel-three .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.testi-carousel .owl-dot, .clients-carousel .owl-dot, .testi-carousel-three .owl-dot {
	width: 20px;
	height: 20px;
    background-color: #fff;
    border: 2px solid #77542a;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
}
.testi-carousel .owl-dot.active, .clients-carousel .owl-dot.active, .testi-carousel-three .owl-dot.active {
	background-color: #77542a;
}

.dte{
    top: 15px;
    right:15px;
    color:#fff;
    background-color: #634014;
    padding: 20px 10px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 6px;
}
.dte span{
    line-height: 20px;
}
.crdinsde-cntnt .card-text{
    font-size: 23px;
    color:#2f1c04;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;    
}
.btncstm{
    font-size: 23px;
    color: #634014 !important;
    font-weight: 600;
    background-color:transparent;
    border:0;
    transition: 0.3s;
}
.btncstm:hover{
    text-decoration: none;
    background-color:transparent;
    letter-spacing: 1px;
    transition: 0.3s;
}
.boder-radius-0{
    border-radius: 0;
}
.topClctn .crdinsde{
    height: 100%;
}
.newsltr {
    background: rgba(255,255,255,0.9) url(../images/bg3.JPG) no-repeat 0 100% scroll;
    background-size: cover;
    padding: 200px 0;
}
.newsltr input{
    padding: 6px 25px !important;
    height: 75px;
    border: 1px solid #77542a;
    font-size: 25px;
    border-radius: 6px;
}

.btnnwsltr{    
    background-color: #77542a;
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    right: 25px;
    border:1px solid #77542a;
    transition: 0.3s;
}
.btnnwsltr:hover{
    background-color: #fff;
    color: #77542a !important;
    border:1px solid #77542a;
    transition: 0.3s;
    text-decoration: none;
}
/* .map{
	background: rgba(255,255,255,0.9) url(../images/address.jpg) no-repeat 0 0 scroll;
	background-size: contain;
} */
.map-sec iframe{
    width:100%;
    height: 240px;
}
.h-500{
    height:500px;
}
footer {
    background: rgba(255, 255, 255, 0.9) url(../images/footerbg.JPG) no-repeat 65% 100% scroll;
    background-size: cover;
    padding: 18px 0 0 0;
    height: 345px;
    position: relative;
}
.ftr-cntnt{
    color:#fff;
}
.ftr-cntnt ul{
    width: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.ftr-cntnt span{
    font-size: 22px;
	color:#000;
}
.ftr-cntnt ul li{
    list-style-type: none;
    font-size: 18px;
}
.ftr-cntnt ul li a {
    color: #694620 !important;
    transition: 1s;
    margin-left: 0;
}
.ftr-cntnt ul li a:hover{
    transition:1s;
    margin-left:8px;
    text-decoration:none !important;
}
.ftr-cntnt.socl ul li a:hover {
    transition:1s;
    margin-left:0px;
}
.ftr-cntnt.socl ul li a:hover i{
    transition:1s;
    margin-top:8px;
}
.ftr-cntnt ul li a i{
    font-size: 30px;
    transition:1s;
    margin-top:0px;
}
.copyright {
    border-top: 1px solid #a18561;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #694620;
    padding-bottom: 12px;
    padding-top: 4px;
}
.copyright span,
.copyright span a{
    color:#fff !important;
    font-size: 18px;
}
.copyright span a::after{
    content:"|";
    margin-left: 10px;
}
.copyright span.ftrtxtlft{
    line-height: 25px;
    color:#efd8bb !important;
}
.bnr-txt{
    top: 17vh;
    right: 65px;
    left: unset;
    width: 35%;
    text-align: left;
}
.bnr-txt h1{
    color:#77542a;
    font-size: 3.125rem;
}
.bnr-txt p {
    color: #77542a;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 12px;
    font-weight: normal;
    font-family: 'OptimaNovaLTProRegular';
}
.btnCstm {
    font-size: 20px;
    border: 1px solid #77542a;
    padding: 18px 40px;
    color: #77542a !important;
    /*font-weight: 600;*/
    transition: 0.3s;
    margin-top: 0;
    display: inline-block;
}
.btnCstm:hover{
    border: 1px solid #7b4e17;
    background-color: #ffffff;
    color: #000000 !important;
    text-decoration: none;
    transition: 0.3s;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
.fixed-top .mnu{
    margin-top:0px !important;
}
.vdo{
    object-fit: cover;
}
.bannermn .carousel-indicators li{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 3px solid #fff;
    opacity: 1;
    margin-right: 10px;
}
.bannermn .carousel-indicators .active{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #7b4e17;
    border: 3px solid #fff;
}
.bannermn .carousel-indicators{
    bottom: 25px;
}
.fxdlogo{
    display:none;
}
.fixed-top .fxdlogo{
    display:block !important;
    margin-top: 8px;
}
.fixed-top .img-logo,
.fixed-top .img-bdr{
    display:none;
}
.back_top_btn {
    background-color: #7b4e17;
    bottom: 29px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
}
.back_top_btn.active {
    opacity: 9 !important;
    transition: 0.3s;
}


li.nav-item.active{
    text-decoration: none;
    font-size: 25px;
    color: #7b4e17;
    /* padding: 20px 30px; */
    border-bottom: 1px solid #7b4e17;
    position: relative;
}
/* li.nav-item.active::before,
li.nav-item.active::after{
    content:" ";
    position:absolute;
    width:20px;
    height:20px;
    border:inherit;
    transition:all .5s;
}
li.nav-item.active::before{
    top: 0;
    left: -3px;
    border-width: 2px 0 0 2px;
}
li.nav-item.active::after{
    bottom: 0px;
    right: -3px;
    border-width: 0 2px 2px 0;
}
li.nav-item.active:hover::before,
li.nav-item.active:hover::after{
    width: calc(100% + -45px);
    height: calc(100% + -22px);
} */
.nav-item a:hover{
    color:#7b4e17 !important;
    /* letter-spacing:0.5px; */
    transition: 0.3s;
	border-bottom:1px solid #77542a70;
	background:none;
}
.fs-7{
    font-size: 25px;
    color: #000;
}
.right-imge{
    height:650px;
    overflow: hidden;
}
.right-imge img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.fndr h2{
    font-size: .9375rem;
    line-height: 1.4375rem;
    color: #242424;
    text-align: left;
}

div#navbarTogglerDemo02::before {
    background-color: #8a602a;
    height: 1px;
    width: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 9;
    bottom: 41px;
    left: 0;
    /* background: url(../images/separated.png) 0 0 no-repeat scroll; */
    background-size: cover;
}
.navbar-brand .img-bdr{
    display:none;
}
.fixed-top #navbarTogglerDemo02::before {
    background-color:transparent !important;
}
.img-bg-bordr{
    border: 15px solid #7b4e1738;
    height: 100%;
    width: 100%;
    top: 60px;
    right: -45px;
    z-index: 9;
}
.imgFndr{
    z-index: 999;
    position: inherit;
}
/* .bnrCrusl .carousel-item{
    height: 400px;
} */
.video video{
    height: 100vh;
    object-fit: unset;
}
.sml-txt{
    color:#9d7f5b;
    font-size: 30px;
    margin-top: 8px;
    /*font-family: 'OptimaNovaLTProRegular';*/
    font-family: 'Cormorant Garamond', serif;
}
.exsml-txt{
    color:#9d7f5b;
    font-size: 22px;
    margin-top: 6px;
    display:block;
    /*font-family: 'OptimaNovaLTProRegular';*/
    font-family: 'Cormorant Garamond', serif;
}
.bnrCrusl img {
    height: 90vh;
    object-fit: cover;
}
.dvidr {
    margin: 18px 0;;
}
.extrassml-text{
    font-size: 18px !important;
}
.secnd-fnt{
    font-family: 'OptimaNovaLTProRegular';
}
.w-60{
    width:60px;
}
.w-28{
	width:28%;
}
.maptp{
	font-family: 'OptimaNovaLTProRegular';
	font-size:20px;
}
.map-sec {
	border-bottom: 1px solid #7b4e17;
    padding: 0 15px;
}
.maptp p,
.maptp span{
	color:#694620;
}
.drctnImg{
	width: 85% !important;
	margin-top:35px;
}
/*.drctnImg{*/
/*	margin-top: 0;*/
/*    z-index: 9999;*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    width: 75% !important;*/
/*    left: -38%;*/
/*    margin-left: 50%;*/
/*}*/

.w-300{
    width:270px;
}

.w-48{
	width:48%;
}
.btncntSbmt{
	background-color: #fff;
	color:#77542a;
	transition:0.3s;
}
.cntfrm label{
	color: #77542a;
    font-size: 20px;
    font-weight: 600;
}
.fntDesc{
    font-family: 'OptimaNovaLTProRegular' !important;
}
.fnthdng_subhdng {
    font-family: 'Cormorant Garamond' !important;
    font-size: 43px;
    font-weight: 600;
}
.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}
.drpdn-Mnu{
	height: 400px;
    width: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 9;
} 
.dropdown {
	position:static !important;
}
.dropdown-menu{
	width:100%;
	height: 300px;
	border:none;
	border-radius:0;
	top: 85px !important;
    padding-top: 90px;
    background: transparent;
}
/*======== 03032024 =========*/
.drpdnMnuall{
	background: #efd6ae;
    padding: 35px 0;
    width: 100%;
    display: flex;
	box-shadow: 2px 5px 15px #e3e3e34d;
    margin: 0 auto;
}
.fixed-top .dropdown-menu{
	top:0 !important;
}
.dropdown-menu .col-md-6{
	 max-width: 100%;
}
.colcnBox{
	display: block;
    width: 100%;
	height: 390px;
    overflow: hidden;
    text-align: center;
	cursor: pointer;	
	transition:0.3s;
}   
.colcnBox:hover {
    border: 2px solid #77542a;
    height: 430px;
    margin-bottom: 15px;
    position: relative;
    transition: 0.3s;
}
.colcnBox img{
	width: 100%;
    object-fit: cover;
    height: 100%;
}  
.collnm {
    color: #77542a;
    font-weight: 600;
    font-size: 28px;
    display: inline-block;
    opacity: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
	background-color:#f6f6f7;
	padding-top: 23px;
	height: 100%;
    transition: 0.3s;
        font-family: Galliard BT !important;
    font-size: 20px;
}
/* .colcnBox:hover{
	border:1px solid #77542a52;
	height: 440px;
	margin-bottom:15px;
    position: relative;
	transition:0.3s;
} */
.colcnBox:hover .collnm{
	opacity:1;
	cursor:pointer;
	transition:0.3s;
}
.imgTxtSide {
    top: 14%;
    padding: 0 80px;
}
.NwdescFnt {
    font-size: 35px;
}

.clctninr p {
    display: block;
    float: left;
    width: 50%;
    font-size: 20px;
    text-align: center;
    color: #3a2409;
    line-height: 30px;
    margin-top: 25px;
    letter-spacing: 1px;
    font-family: "Libre Franklin", serif !important;
    text-transform: lowercase;
}
.clrWhite p {
    color: #fff;
    word-break: break-word;
}
.clrWhite .btnCstm {
    border: 2px solid #fff;
    color: #fff !important;
    letter-spacing: 1px;
}
.clctninr .btnCstm {
    font-size: 18px;
    padding: 7px 65px;
    font-weight: normal;
    margin-top: 50px;
    display: inline-block;
}
.imgTxtSide2 {
    top: 18%;
    padding: 0 80px;
    right: 0;
}
.brndNmsub {
    color: #fff;
    font-size: 18px;
    margin-left: 90px;
    font-family: Galliard BT;
}
.bnrSubTxt {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    color: #7b4e17;
}
.abtsecFnt {
    font-family: Galliard BT !important;
    font-size: 20px;
    color: #866137;
    font-weight: normal;
}
.hdngFnt {
    font-family: Galliard BT !important;
    font-size: 48px;
    font-weight: normal;
}
.right-imge {
    height: auto;
    overflow: hidden;
}
.prgphInsdeTxt p{
	padding-top: 1.5rem !important;
}
.prgphInsdeTxt p,
.nwhrxntltxt {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    /*font-family: "Libre Franklin", serif !important;*/
    font-family: "Libre Franklin", serif;
    text-align: left !important;
    color: #090704;
    margin-left: 0px !important;
}
.hmeCrsl .bnr-txt h1 {
    color: #4c4b4b;
    font-size: 33px;
    font-weight: 500;
    margin-left: 100px;
    margin-top: 10px;
    font-family: Galliard BT;
}
.hmeCrsl .bnr-txt p {
    color: #866137;
    margin-left: 100px;
    font-size: 24px;
    line-height: 50px;
    font-family: "Libre Franklin", serif !important;
    font-weight: normal !important;
    margin-top: 40px;
    width: 80%;
}
.hmeCrsl .bnr-txt {
    top: 70px;
    right: 40px;
    width: 55%;
}
.hmeCrsl .btnCstm {
    margin-left: 100px;
    margin-top: 50px;
    font-size: 25px !important;
    font-weight: normal !important;
    border: 2px solid #000 !important;
	color:#000 !important;
    padding: 12px 135px !important;
    font-weight: normal !important;
    font-family: Galliard BT;
}
.subtext {
    font-size: 22px;
    color: #77542a;
    font-family: "Libre Franklin", serif !important;
}
.img-clctn h4 {
    font-size: 24px;
    color: #77542a;
    font-weight: 600;
    line-height: unset;
    margin: 0 !important;
}
.explr-mre, .btnrdmre {
    border: 1px solid #77542a;
    padding: 15px 45px;
    text-align: center;
    color: #66461f !important;
    font-size: 19px;
    margin: 0 auto;
    margin-top: 35px;
    font-weight: 600;
    width: 50%;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif !important;
}
.crft-dtls {
    font-size: 20px;
    color: #424241;
    font-weight: 500;
    line-height: 28px;
    font-family: "Libre Franklin", serif !important;
}
.FndrfntSml {
    font-family: Galliard BT;
    margin-bottom:20px !important;
}
.FntChnge .fntDesc {
    font-family: "Libre Franklin", serif !important;
    font-size: 18px;
    line-height: 33px;
    display: block;
    font-weight:400;
    margin-bottom: 20px !important;
    color: #000;
    padding-top:0!important;
}
.awrdBg {
    background-color: #77542a;
}
.awrd1 {
    width: 30%;
}
.awrd2 {
    width: 38%;
}
.awrd3 {
    width: 32%;
}
.instanm {
    margin-left: 15px;
    line-height: 50px;
}
.i_doClcn .imgTxtSide {
    top: 35%;
}
.i_doClcn.clctninr p {
    margin-top: 0;
    color: #000;
}
.i_doClcn a {
    color: #000 !important;
    border: 2px solid;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-top: 35px !important;
}
.i_doClcn .imgTxtSide2 {
    top: 50%;
    padding: 0 80px;
    right: 0;
    margin-top: -100px;
}
.i_doClcn h1 {
    font-size: 38px;
    font-family: Galliard BT;
}
.titl {
    font-family: Galliard BT;
    font-size: 42px;
    font-weight: 600;
    color: #8d5f36;
    text-transform: uppercase;
}
.subsecTxt {
    font-family: 'Cormorant Garamond', serif;
    color: #8d5f36;
    font-size: 28px;
    width: 100%;
    display: block;
    font-weight: 500;
}
.AwrdcontentDv .subcnt {
    font-family: Galliard BT;
    color: #8d5f36;
    font-size: 33px;
    font-weight: 500;
}
.dtls {
    color: #8d5f36;
    font-size: 22px;
    font-family: 'Franklin Gothic regular';
    font-weight: 500;
}
.AwrdcontentDv .content {
    padding: 80px 0;
}
.AwrdcontentDv .w-80 {
    /* width: 600px !important; */
    width: 90% !important;
}
.cntusdesc{
	font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 100;
    font-family: "Libre Franklin", serif !important;
    text-align: left !important;
    color: #090704;
}
.cntNo
{
	font-family: "Libre Franklin", serif !important;
	font-size:20px;
}
.popClose{
	position: absolute;
	right: -45px;
    top: -35px;
    font-size: 50px;
    border:2px solid #fff !important;
    opacity: 1;
    width: 71px;
    height: 71px;
    border-radius: 50%;
    padding: 0px 10px 10px 10px !important;
	color: #fff;
}
.mnuido,.kav,.twf,.hya,.elza,.kol{
    display:none;
}
.arw{
    position: absolute;
    right: -30px;
    top: 130px;
    font-size: 35px;
    color: #77542a !important;
}
.crdinsde  img{
    cursor:pointer;
}
.Rspmnuhd {
    display: none !important;
    height: 60px;
}
.drpdnMnuall .card{
	border: 1px solid #77542a !important;
    border-radius: 0;
	padding-bottom: 0px !important;
}  
.drpdnMnuall .crdinsde{
	padding: 10px;
}
.drpdnMnuall .flescty, .drpdnMnuall .kol, .drpdnMnuall .kav, .drpdnMnuall .flescty, .drpdnMnuall .elza, .drpdnMnuall .hya, .drpdnMnuall .twf, .wdngSga, .goldglw, .wtrfl{
	width: 65%;
    margin-left: 8%;
}
.drpdnMnuall a {
	font-size: 22px !important;
	text-transform: uppercase;
}
.drpdnMnuall li {
	width: auto;
    float: left;
    display: block;
    clear:both;
}

/*slider*/
.center-image, .card__background img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
	border-radius:0 !important;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide {
  padding: 2em 0.5em;
}

.card-slider {
  margin: auto;
  width: 100%;
}

.clctnsldr .card {
  background: #fff;
  display: flex;
  padding: 2em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 350px;
  border-radius: 0;
}

.card__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  text-align: left;
  cursor:pointer;
  transition: transform .5s ease;
}
.card__background::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.card__category {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.2em 0.5em 0.25em;
}

.card__title {
  text-transform: uppercase;
  margin: 0.5em 0;
  color: #2e5f80;
}

.card__duration {
  color: #6f7070;
}
.slick-next:before, .slick-prev:before {
    font-family: 'slick';
    font-size: 20px !important;
    background-color: transparent;
    color:#000 !important;
}
button.slick-prev:before {
    font-family: FontAwesome !important;
    content: '\f104';
    font-size: 40px !important;
    color: #543f26 !important;
    font-weight: 100;
}
button.slick-next:before {
    font-family: FontAwesome !important;
    content: '\f105';
    font-size: 40px !important;
    color: #543f26 !important;
    font-weight: 100;
}
.slick-next, .slick-prev {
    top: 40% !important;
}
.card__category .card-title{
    font-size:28px;
}
.card__background:hover{
    transition: transform .5s ease;
    transform: scale(1.06);
}
.clctnsldr .card-body{
    padding-left:0;
    padding-right:0;
}
.RspCUfrm label {
    display: block;
    float: left;
    width: 48%;
    margin-left: 1%;
    color: #77542a;
    font-size: 20px;
    font-weight: 600;
}
.RspCUfrm form p:nth-child(4), .RspCUfrm form p:nth-child(4) label {
    width: 100%;
    display:inline-block;
}
.RspCUfrm form p:nth-child(5) {
    width: 100%;
    display:inline-block;
}
.RspCUfrm form p input.wpcf7-submit {
    border: 1px solid #77542a;
    padding: 15px 45px;
    text-align: center;
    color: #ffff !important;
    font-size: 19px;
    margin: 0 auto;
    margin-top: 35px;
    font-weight: 600;
    width: 100%;
    background-color: #66461f;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif !important;
    transition: 0.3s;
}
.RspCUfrm form p input.wpcf7-submit:hover {
    text-decoration: none;
    transition:0.3s;
    background-color: #fff;
    color: #77542a !important;
    transition: 0.3s;
}
.screen-reader-
nse{
    display:none !important;
}
.wpcf7-not-valid-tip{
    font-size: 15px;
    color: #c90a0a;
}
div .wpcf7-form br {
    display: none;
}
.dropdown-item{
    font-weight:normal !important;
}
.swiper-container{
    position:static !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -40px !important;
    color: #77542a !important;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -40px !important;
    color: #77542a !important;
    left: auto;
}
.terms_txt{
    display:inline-block;
    width:100%;
    margin-top:20px;
}
.terms_txt h2{
    font-family: Galliard BT !important;
	font-weight: normal;
    font-size:35px;
    font-family: Galliard BT !important;
	font-weight: normal;
    color: #704a1c;
    margin:30px 0 15px;
}
.terms_txt p{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #3a3531;
    font-family: Galliard BT !important;
    line-height: 30px;
    margin-bottom: 20px;
}
.terms_txt p a{
    color:#000 !important;
    font-weight:bold;
}
.close:hover {
    color: #fff;
    text-decoration: none;
    background-color: #704a1c;
    opacity: 0.8 !important;
    transition:0.3s;
}
.close {
    transition:0.3s;
}
.cky-title{
    font-family: Galliard BT !important;
    color: #77542a !important;
    font-size: 20px !important;
}
.cky-notice-des p
{
    font-family: Galliard BT !important;
    color: #423c35 !important;
    font-size: 15px !important;
}
.cky-btn-reject{
    background-color:#77542a !important;
    border:1px solid #77542a !important;
    color:#fff !important;
     font-family: Galliard BT !important;
    transition:0.3s;
}
.cky-btn-reject:hover{
    background-color:#fff !important;
    border:1px solid #77542a !important;
    color:#77542a !important;
    transition:0.3s;
}
.cky-btn-accept{
    background-color:#77542a !important;
    border:1px solid #77542a !important;
    color:#fff !important;
     font-family: Galliard BT !important;
    transition:0.3s;
}
.cky-btn-accept:hover{
    background-color:#fff !important;
    border:1px solid #77542a !important;
    color:#77542a !important;
    transition:0.3s;
}
.whatsapp i{
    font-size: 27px;
    color: #ffffff;
    background-color: #38810b;
    padding: 10px 15px;
    border-radius: 3px;
    border:1px solid #38810b;
    transition:0.3s;
}
.whatsapp i:hover{
    border:1px solid #38810b;
    color: #38810b;
    background-color: #fff;
    transition:0.3s;
}
.wdng_imgs .w-350{
    width:350px;
}
.wdngSaga .imgTxtSide2 p,.wdngSaga .imgTxtSide p, .i_doClcn .imgTxtSide2 p,.i_doClcn .imgTxtSide p{
	text-transform:none;
}
.btnHmbnr{
	text-align: center;
    display: block;
    float: right;
    position: absolute;
    bottom: 90px;
    right: 245px;
}
.clrWhite .btnCstm:hover{
    color:#77542a !important;
}

/*=============== Responsive ===============*/
@media only screen and (max-width: 1590px) {
	.footer-top{
		padding-top:25px;
	}
	.mnu li a{
		font-size: 14px;
        font-weight: 800;
	}
	.img-logo {
		width: 100%;
	}
	/*div#navbarTogglerDemo02::before{*/
	/*	bottom:29px;*/
	/*}*/
	.mnu li {
        margin-right:10px;
    }
    .prgphInsdeTxt p, .nwhrxntltxt {
        font-size: 17px;
        line-height: 26px;
        padding-top: 10px !important;
    }
    .hdngFnt {
        font-size: 38px;
    }
	.awctninr .AwrdcontentDv img{
		width:100%;
	}
	.awctninr .AwrdcontentDv .dtls {
		margin-top:0 !important;
	}
	.bnrCrusl img {
        height: 100vh;
        object-fit: cover;
    }
	.bnrCrusl img.bnrLogoimg{
	    height: 170px;
	}
	.hmeCrsl .bnr-txt h1 {
        font-size: 28px;
        margin-left: 85px;
    }
    .hmeCrsl .bnr-txt p {
        margin-left: 85px;
        font-size: 22px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom:0 !important;
    }
    .hmeCrsl .btnCstm {
        margin-left: 0px;
        margin-top: 50px;
        font-size: 20px !important;
    }
/* 	.hmeCrsl .bnr-txt {
		top: 340px !important;
        left: 90px !important;
	} */
	.hmeCrsl .bnr-txt {
        top: 300px !important;
        left: 135px !important;
    }
	.hmeCrsl .bnr-txt p {
		margin-top: 35px;
	}
	.drpdnMnuall a{
        font-size:22px !important;
		text-transform:uppercase;
    }
/* 	.hmeCrsl .btnCstm {
   		margin-top: 0px;
	} */
}
@media only screen and (max-width: 1380px) {

    .drctnImg{
    	/*margin-top: 60px;*/
     /*   z-index: 9999;*/
     /*   position: absolute;*/
        
        position: unset;
        margin: 0;
        width: 100% !important;
        margin-top: 45px;
    }
    .bnr-txt h1{
        font-size: 2.7rem;
    }
    .bnr-txt p {
        font-size: 17px;
        line-height: 24px;
    }
    .btnCstm {
        font-size: 16px;
        padding: 15px 40px;
    }
    .bnr-txt{
        top:12vh;
    }
    .adrs{
        margin-bottom:25px;
    }
    footer {
        padding: 25px 0 0 0;
        height: 265px;
    }
    .footer-top {
        padding-top: 0;
    }
	.prgphInsdeTxt p, .nwhrxntltxt {
		font-size: 20px;
		line-height: 26px;
		padding-top: 10px !important;
	}
	.hdngFnt {
		font-size: 38px;
	}
	.ABTS .cntntinr.px-5{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.ABTS .right-imge {
		/*height: 695px;*/
        height: max-content;
	}
	.AwrdcontentDv img{
		width:100%;
	}
	.AwrdcontentDv .dtls {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 1290px) {
    .w-300 {
        width: 210px;
    }
    div#navbarTogglerDemo02::before {
        bottom: 35px;
    }
    .mnu li a {
        font-size: 14px;
    }
    .drctnImg {
        margin-top: 85px;
    }
    .maptp span {
        color: #694620;
        font-size: 15px;
    }
    .abtsecFnt {
        font-size: 17px;
        padding-top: 25px !important;
    }
    .drctnImg {
        margin-top: 125px;
    }
        .mnu li a {
        font-size: 14px;
    }
    .fs-3.FndrfntSml {
        font-size: 30px;
    }
    .fndr h1.fs-6 {
        font-size: 18px !important;
    }
    .fndr.FntChnge .fntDesc {
        font-family: "Libre Franklin", serif !important;
        font-size: 16px;
        line-height: 28px;
    }
    .bnrCrusl img {
        height: 78vh;
    }
    .hmeCrsl .bnr-txt {
        top: 220px !important;
        left: 95px !important;
    }
    .subtext {
        font-size: 18px;
    }
    .fnthdng_subhdng {
        font-size: 33px;
        
    }
    .img-clctn h4{
        margin-top:15px !important;
    }
    .crft-titl {
        font-size: 33px;margin-bottom: 10px !important;
    }
    .prgphInsdeTxt p, .nwhrxntltxt {
        font-size: 16px;
        line-height: 28px;
    }
    .crft .txt-sec{
        margin-top: 0px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -22px !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -22px !important;
    }
    .card__category .card-title{
        font-size:24px;
    }
    .drpdnMnuall{
        margin-top:-32px !important;
    }
    .dropdown-menu{
        top:75px !important;
    }
    .drpdnMnuall a {
        font-size: 20px !important;
    }
    .clctninr p{
        font-size: 15px;
        line-height: 25px;
    }
    .wdng_imgs .w-350 {
        width: 250px;
    }
    .clctninr .btnCstm {
        margin-top: 25px;
    }
	.btnHmbnr{
		bottom: 50px;
		right: 245px;
	}
}
@media only screen and (max-width: 1210px) {
    .mnu li a
    {
        font-size: 12px;
    }
}
@media only screen and (max-width: 950px) {
    .drctnImg {
        margin-top: 125px;
    }
    .RspMnuIcn {
    height: auto;
    box-shadow: 2px 2px 8px #00000017;
    padding-top: 7px !important;
}
	.fixed-top .RspMnuIcn {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
.RspMnuIcn i {
    border: 0.5px solid #3a2915;
    padding: 13px 10px;
    color: #77542a;
    font-weight: normal;
    font-size: 17px;
    z-index: 99999;
    position: relative;
    border-radius: 35px;
    height: 45px;
    width: 45px;
    text-align: center;
}
.RspLogoFxd {
    display: block;
    float: right;
    width: 100%;
    position: absolute;
    top: 50px;
    float: none;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
}
.fixed-top .fxdlogo, .fxdlogo {
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    float: none;
    display: block;
    width: 220px;
}
.RspmnuAll {
    padding: 0 !important;
    height: 100vh;
    z-index: 9999999;
    position: relative;
    margin-top: -5px;
    border-top: 1px solid #77542a0f;
    transition:0.3s;
}
.RspHde {
    margin-left: -1000px;
    transition: 0.3s;
}
.mnu {
    margin-top: 0px !important;
}
.mnu li {
    margin-right: 0px;
}
.nav-item.active .nav-link {
    border-bottom: 0;
    border-top: 0;
    background-color: #77542a;
    color: #fff !important;
    padding: 12px 15px;
}
    .navbar, .contact-info {
        display: none;
    }
    .Rspmnuhd {
        display: block !important;
    }
    .navbar-nav .nav-link {
        padding: 12px 15px;
    }
        .RspHde {
        margin-left: -1000px;
        transition: 0.3s;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        height:auto;
        border: 0;
        box-shadow: 2px 2px 12px #dddddd57;
        transform: translate3d(0px, -40px, -10px) !important;
            background-color: #fff;
    }
    .mnu li a {
        font-size: 13px;
        padding: 10px 25px 2px;
        text-transform: uppercase;
    }
        .Rsp_ddmn {
        padding-top: 0;
    }
        .navbar-nav .dropdown-menu.show {
        transform: translate3d(0px, -45px, -10px) !important;
    }
    .show{
        z-index:99999 !important;
    }
        .fa-remove:before, .fa-close:before, .fa-times:before {
        content: "\f00d";
    }
    .RspLogoFxd {
    display: block;
    float: right;
    width: 100%;
    position: absolute;
    top: 50px;
    float: none;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
}
    .RspLogoFxd {
    display: block;
    float: right;
    width: 100%;
    right: 0;
    top: 45px;
}
    .fixed-top .fxdlogo, .fxdlogo {
        margin: 0 auto;
        margin-top: 4px;
        text-align: center;
        float: none;
        display: block;
        width: 220px;
    }
    .fixed-top .fxdlogo, .fxdlogo {
        float: none;
    }
    .bnrCrusl img {
        height: auto;
        object-fit: cover;
    }
        .hmeCrsl .bnr-txt {
        top: 0px !important;
        left: 20px !important;
        width: auto;
    }
    .hmeCrsl .btnCstm {
        margin-left: 0px;
        margin-top: 65px;
        font-size: 12px !important;
		padding: 8px 35px !important;
        font-weight: normal !important;
		color: #000 !important;
    }
    .video video {
        height: auto;
        object-fit: unset;
    }
    .fnthdng_subhdng {
        font-size: 32px;
    }
    .subtext {
    font-size: 17px;
        width: 100% !important;
    }
    .img-clctn{
        margin-bottom:20px;
    }
    .img-clctn a{
        margin-bottom:5px;
    }
    .crft .txt-sec{
        padding:0 !important;
    }
    .crft-titl {
    font-size: 30px;
    margin-top: 50px !important;
    margin-bottom: 6px !important;
    }
    .prgphInsdeTxt p, .nwhrxntltxt {
        font-size: 18px;
		text-align: justify !important;
    }
   .awdrs, .awrd1,.awrd2,.awrd3,.awrd4,.awrd5,.awrd6,.awrd7,.awrd8,.awrd9 {
        width: 100%;
        border-right:none !important;
        border-bottom: 1px solid #ffffff0d;
    }
        footer {
        padding: 0 0 0 0;
        height: 100px;
    }
        .footer-top {
        padding-top: 0;
    }
    .copyright{
        padding-bottom: 4px;
        padding-top: 0px;
    }
    .copyright div.col-md-6{
        float: left;
        width: auto;
		padding-left: 10px;
        padding-right: 0;
    }
    .ftr-cntnt ul {
        width: auto;
        display: block;
        text-align: center;
        margin: 0 auto;
        float: left;
        padding-left: 15px;
        padding-top: 4PX;
    }
    .ftr-cntnt span {
        font-size: 18px;
        color: #000;
        width: auto;
        float: left;
        padding-left: 30px;
    }
    .ftr-cntnt ul li a i {
        font-size: 20px;
        margin-top: 0px;
    }
    .copyright span, .copyright span a {
        color: #fff !important;
        font-size: 9px;
		padding: 0 !important;
    }
    .map .imgbgs{
        display:none !important;
    }
    .maptp p, .maptp span{
        text-align:center !important;
        width: 100%;
        display: block;
    }
	.abtsecFnt {
		font-size: 18px;
		padding: 0 !important;
		margin: 0 !important;
		margin-top: 20px !important;
		text-align: justify;
	}
	.right-imge img {
    	height: auto;
	}
	.ABTS .right-imge {
        height: auto;
    }
	.ABTS div.col-md-6{
		padding-left:0 !important;
	}
	.ABTS{
		padding-top:0 !important;
	}
	.ABTS .cntntinr {
		padding:0 !important;
		margin:0 20px !important;
	}
	.ABTS .hdngFnt{
		margin-top:20px !important;
	}
	.RspclmnRvrce{
		display:flex !important;
		flex-direction:column-reverse;
	}
	.imgTxtSide, .imgTxtSide2 {
		top: 30px;
        padding: 0 115px;
		padding: 0 80px;
		width:100% !important;
		padding-left:20px !important;
		text-align: left !important;
	}
	.imgTxtSide2{
		text-align: right !important;
        padding-right: 20px;
        padding-left: 115px !important;
	}
	.NwdescFnt {
		font-size: 20px;
		width: 100%;
	}
	#trt .RspCatlg2 p, #sig .RspCatlg2 p {
		font-size: 10px;
		line-height: 15px;
		margin-top: 4px;
		width: 80% !important;
		text-align: left !important;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-weight: 100;
	}
	#sig .brndNmsub {
		font-size: 10px;
		margin-left: 20px;
		font-family: Galliard BT;
		padding-left: 30px;
	}
	#sig .RspCatlg2{
		top:20px;
	}
	.clctninr .btnCstm {
		font-size: 13px;
        padding: 0;
        margin-top: 8px;
        background-color: transparent;
        border: 0;
        font-weight: bold;
	}
	.RspCatlg2 p {
        font-size: 11px;
        line-height: 15px;
        margin-top: 4px;
        width: 80% !important;
        text-align: right !important;
        float: right;
		overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
		font-weight:100;
	}
	.i_doClcn.clctninr p {
		margin-top: 0;
		font-size: 16px;
    	text-align: left;
		width: 75% !important;
        line-height: 20PX;
        margin-top: 8px;
	}
	.i_doClcn h1 {
		font-size: 20px;
	}
	.i_doClcn a{
		margin-top:0 !important;
	}
	.i_doClcn .imgTxtSide {
		top: 18%;
	}
	.i_doClcn .imgTxtSide2 p {
		margin-top: 0;
		font-size: 16px;
		text-align: right;
		width: 75% !important;
		line-height: 20PX;
		margin-top: 8px;
		float: right;
	}
	.i_doClcn .imgTxtSide2{
		padding-right: 20px;
		top:85%;
	}
	.AwrdcontentDv .w-80 {
		width: 100% !important;
		padding-top: 10px;
	}
	.AwrdcontentDv .titl {
		font-size: 30px;
	}
	.subsecTxt {
		font-size: 22px;
	}
	.AwrdcontentDv .subcnt {
		font-size: 20px;
	}
	.AwrdcontentDv .dtls {
		font-size: 20px;
		text-align: justify;
	}
	.colcnBox{
		margin-bottom: 20px;
	}
	.nav-item.dropdown{
		position:relative !important;
	}
	.instanm {
		margin-left: 10px;
		line-height: 35px;
	}
	.RspInsta img{
		width: 45px;
	}
	.collnm{
		height: auto;
		font-family: Galliard BT !important;
		font-weight: normal;
		padding: 10px 0;
	}
	.colcnBox:hover{
		height:auto;
	}
	.social-links{
		display: block !important;
		margin: 0 !important;
		width: 80%;
		float: right;
		text-align: right;
	}
	.contact-info{
		margin: 0 !important;
    	width: 20%;
	}
	.contact-info i {
		vertical-align: inherit;
	}
	.cntusdesc{
		padding: 0 !important;
    	text-align: justify !important;
		margin-top: 10px !important;
    	font-size: 18px !important;
	}
	.cntfrm .w-48{
		width: 100%;
    	margin-left: 0 !important;
	}
	.modal.fade.show{
		z-index:999999 !important;
	}
	.popClose{
		color:#fff;
		font-size: 37px;
		right: 3px;
		top: -45px;
		width: 50px;
		height: 50px;
	}
	.btnHmbnr{
		bottom: 50px;
		right: 200px;
	}
	.fndr .fntDesc{
		margin-top:25px !important;
	}
}

@media only screen and (max-width: 400px) {
    .wdng_imgs .w-350 {
        width: 100px;
    }
	.hmeCrsl .btnCstm {
        border: 0 !important;
        bottom: 8px !important;
		right:35px !important;
    }
	
	
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
    .navbar-nav .dropdown-menu.show {
        transform: translate3d(0px, 49px, -10px) !important;
		top: 0 !important;
    }
	.wdng_imgs .w-350 {
        width: 125px;
    }
	.slick-arrow, .swiper-button-next, .swiper-button-prev{
		display:none !important;
	}
	.btnHmbnr{
		bottom: 20px;
		right: 100px;
	}
}

@media only screen and (min-width: 350px) and (max-width: 359px) {
	.testimonial {
		padding: 70px 0 130px;
	}
	.single-box {
		padding: 50px 0 40px;
	}
	.single-box .img-area {
		width: 100%;
		float: none;
	}
	.single-box .content {
		width: 100%;
		float: none;
	}
	.wdng_imgs .w-350 {
        width: 125px;
    }
}