* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{
    text-rendering: optimizeLegibility;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 400;
}
ul li{
    list-style-type: none;
}
.container{
    max-width: 1320px;
    margin: 0 auto;
	padding: 0 25px;
}
.owl-item {
	display: inline-block;
}
.owl-nav.disabled {
	display: none;
}
.owl-dots {
	text-align: center;
	margin-top: 10px;
}
.owl-dot {
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #A89023;
	margin: 5px;
	cursor: pointer;
	background: #A89023;
}
.owl-dot.active {
	background: #000;
}
/*=====================================*/
/*HAEDER SECTION*/
/*=====================================*/


.header-area {
	background:linear-gradient(rgb(0,0,0, .5), rgb(0,0,0, .5)), url(img/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 95vh;
	background-size: cover;
	position: relative;
}
.top-area {
    background-color: #F1F1F1;
    display: inline-block;
    width: 100%;
}
.top-area .logo {
    float: left;
    margin-left: 40px;
}
.top-area .logo a {
    
}
.top-area .logo a img {
	width: 150px;
}
.nav-area {
    float: right;
}
.nav-area .main-nav {
	margin-right: 60px;
}
.main-nav ul{

}
.main-nav ul li {
    margin-left: 10px;
    display: inline-block;
}
.main-nav ul li:first-child{
    margin-left: 0;
}
.main-nav ul li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 30px 10px;
	color: #282B2E;
	font-weight: 800;
}
.main-nav ul li a:hover{
    color: #B98D36;
}
.main-nav .nav-btn {
	border: 2px solid #B98D36;
	padding: 12px 30px;
    border-radius: 25px;
}
.main-nav .nav-btn:hover{
    background-color: #B98D36;
    color: #282B31;
}
.header-area .hero-text{}
.hero-text .hero-text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-68%,-40%);
    text-align: left;
}
.hero-text .hero-text-box h1 {
	font-size: 68px;
	font-weight: 900;
	margin: 0;
	line-height: 72px;
	color: #fff;
	margin-bottom: 40px;
}
.hero-text .hero-text-box h1 span {
	color: #B98D36;
}
.hero-text .hero-text-box p {
	font-size: 16px;
	color: #f1f1f1;
}
.hero-text-box .hero-btn {
	margin-top: 50px;
	display: inline-flex;
}
.hero-text-box .hero-btn a {
	text-decoration: none;
	color: #B98D36;
	text-transform: uppercase;
	padding: 15px 45px;
	border: 2px solid #B98D36;
	font-weight: 700;
    border-radius: 25px;
}
.hero-text-box .hero-btn a:hover{
    color: #fff;
    background-color: #B98D36;
}


/*=====================================*/
/*ABOUT SECTION*/
/*=====================================*/


.about-section{
    background: url(img/home_three_about_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-title {
	text-align: center;
}
.about-section .about-all {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.about-section .about-one {
    width: 100%;
    margin: 50px 0 20px 0;
}
.about-section .about-one p{
    color: #777;
	line-height: 30px;
	padding-right: 20px;
}
.about-section .about-one p span {
	font-size: 70px;
	float: left;
	line-height: 1;
	margin-right: 10px;
	margin-bottom: -10px;
	font-weight: 700;
}
.about-section .about-two {
    margin: 50px 0 20px 0;
	width: 100%;
}
.about-section .about-two p{
    color: #777;
	line-height: 30px;
	padding-left: 20px;
}
.about-section h4 {
	font-size: 40px;
	font-weight: 400;
	color: #B98D36;
    padding-top: 50px;
}
.about-section h2 {
	color: #000;
	padding: 0px 0px 20px 0px;
	font-size: 45px;
	text-transform: capitalize;
}
.about-section .about-two .about-btn {
	text-decoration: none;
	text-transform: uppercase;
	color: #B98D36;
	border: 1px solid #B98D36;
	padding: 11px 30px;
    border-radius: 25px;
}
.about-section .about-two .about-btn:hover {
    color: #fff;
    background-color: #B98D36;
}
.about-section .about-sign {
	text-align: center;
}
.about-section .about-sign img {
	margin: 30px 0 50px 0;
}





/*=====================================*/
/*GALLERY SECTION*/
/*=====================================*/


.gallery-section{
    background: linear-gradient(rgba(0, 0, 0, 0.87),rgba(0, 0, 0, 0.884)), url(img/nick-karvounis-Ciqxn7FE4vE-unsplash.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0 70px 0;
}
.gallery-section .gallery-title{}
.gallery-section .gallery-title h2 {
	text-align: center;
	font-size: 45px;
	text-transform: capitalize;
    color: #fff;
}
.gallery-section .gallery-title p {
	text-align: center;
	font-size: 16px;
	color: #A6A6A6;
	margin-bottom: 50px;
}
.gallery-section .gallery-iteam {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-iteam .gallery-data{}
.gallery-iteam .gallery-data a {
	text-decoration: none;
	background-color: transparent;
	padding-bottom: 15px;
	display: block;
}
.gallery-iteam .gallery-data a:hover{
    background-color: #A6A6A6;
}
.gallery-iteam .gallery-data a img {
	width: 100%;
	height: 325px;
	object-fit: cover;
	object-position: center;
}
.gallery-iteam .gallery-data h3 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}




/*=====================================*/
/*TESTIMONIAL SECTION*/
/*=====================================*/



.testimonial-section{
    padding: 70px 0 70px 0;
	overflow: hidden;
}
.testimonial-section .test-title {
	text-align: center;
	padding-bottom:  50px ;
}
.testimonial-section .test-title h2 {
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #000;
}
.testimonial-section .test-title h2 span {
	font-size: 45px;
	font-weight: 400;
	font-family: "Kristi", Sans-serif;
	text-transform: capitalize;
	color: #000;
}
.testimonial-section .test-iteam{

}
.testimonial-section .test-data {
	text-align: center;
	padding: 20px 70px;
	background-color: #A6A6A6;
	border-radius: 10px;
	width: 700px;
	margin: 0 auto;
}
.testimonial-section .test-data p {
	line-height: 25px;
}
.test-data .text-client{}
.test-data .text-client img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: 50px;
}
.test-data .text-client h4 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top: 10px;
}
.test-data .text-client i{
    color: #FCE848;
}




/*=====================================*/
/*FOOTER SECTION*/
/*=====================================*/
.footer-section{
    padding: 80px 0 100px 0;
    background: #000;
}
.footer-section .end{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.footer-section .end .letter{
    width: 100%;
}
.footer-section .end .letter p{
    color: #a6a6a6;
    text-align: end;
    line-height: 25px;
}

.footer-section .time{
    width: 100%;
}
.footer-section .time h6 {
	color: #A89023;
	border: 2px solid #A89023;
	padding: 15px 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.footer-section .time h6:hover{
    color: #a6a6a6;
    border-color: #a6a6a6;
}
.footer-section .time .follow-link {
	text-align: center;
}
.footer-section .time .follow-link p{
    color: #a6a6a6;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.footer-section .time .follow-link a{
    text-align: center;
}
.footer-section .time .follow-link a i{
    color: #a6a6a6;
    padding: 10px 25px;
    font-size: 20px;
}
.footer-section .time .follow-link a i:hover{
    color: #A89023;
}

.footer-section .location{}
.footer-section .location p{
    padding: 0;
    color: #a6a6a6;
    margin-bottom: 20px;
}
.footer-section .location h6 {
	color: #a6a6a6;
	font-size: 14px;
	margin-top: 30px;
	line-height: 30px;
	letter-spacing: 2px;
}











