* {
    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 30px;
}
.owl-item {
	display: inline-block;
}
.owl-nav.disabled {
	display: none;
}
.owl-dots {
	text-align: center;
	margin-top: 20px;
}
.owl-dot {
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin: 5px;
	cursor: pointer;
	background: #fff;
}
.owl-dot.active {
	background: #000;
}

/*=====================================
  HEADER SECTION
=====================================*/


.header-area{
    background: linear-gradient(rgba(0, 0, 0, 0.712),rgba(0, 0, 0, 0.685)), url(../images/edward-howell-vvUy1hWVYEA-unsplash.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 95vh;
    background-size: cover;
    position: relative;
}
.top-area {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.top-area .logo {
    float: left;
    width: auto;
}
.top-area .logo a {
    
}
.top-area .logo a img {
	width: 150px;
}
.nav-area {
	text-align: center;
}
.nav-area .main-nav {}
.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: #fff;
	font-weight: 800;
}
.main-nav ul li a:hover{
    border-bottom: 2px solid #c34021;
    color: #c34021;
}
.main-nav .nav-social {
	float: right;
}
.main-nav .nav-social a{
	border: 2px solid #fff;
}
.main-nav .nav-social a:hover{
	border-color: #c34021;
}
.header-area .hero-text{}
.hero-text .hero-text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.hero-text .hero-text-box h1 {
	font-size: 90px;
	font-weight: 500;
	margin: 0;
	line-height: 105px;
	color: #fff;
	margin-bottom: 40px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-top: 150px;
}
.hero-text-box .box-btn {
	display: block ruby;
	padding-bottom: 100px;
}
.hero-text-box .hero-btn {
	margin-top: 40px;
}

.hero-text-box .hero-btn a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 45px;
	border-bottom: 2px solid #fff;
	font-weight: 700;
	margin-right: 10px;
}
.hero-text-box .hero-btn a:hover{
    color: #fff;
    background-color: #c34021;
    border-color: #c34021;
}


/*=====================================
  ABOUT SECTION
=====================================*/


.about-section {
	padding: 100px 0;
	padding-bottom: 200px;
}
.about-section .about-all {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
}
.about-section .about-all .about-data-img {
	position: relative;
}
.about-section .about-img {
	min-height: 70vh;
}
.about-section .about-img img {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.about-section .about-img img:nth-child(2) {
	left: unset;
	right: 35px;
	top: 100px;
	width: 50%;
}
.about-section .about-data {

}
.about-section .about-data h4 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	color: #000;
    margin-bottom: 35px;
	margin-top: 95px;
}
.about-section .about-data h4 span {
	font-family: "Great Vibes", Helvetica, Arial, sans-serif;
	color: #c34021;
    text-transform: capitalize;
}
.about-section .about-data h6 {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 30px;
}
.about-section .about-data p{
    color: #777;
    width: 100%;
    line-height: 25px;
    margin-bottom: 40px;
}
.about-section .about-data .about-btn {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	border-left: 4px solid #000;
	padding: 20px 25px;
    display: inline-block;
    font-weight: 700;
}
.about-section .about-data .about-btn:hover {
    color: #c34021;
    border-color: #c34021;
}


/*=====================================
  GALLERY SECTION
=====================================*/



.gallery-section{
    background: linear-gradient(rgba(0, 0, 0, 0.87),rgba(0, 0, 0, 0.884)), url(../images/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 {
	text-align: center;
}
.gallery-section .gallery-title h2 {
	text-align: center;
	font-size: 55px;
	text-transform: capitalize;
    color: #c34021;
}
.gallery-section .gallery-title img {
	padding: 10px 0;
}
.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 center;
}
.gallery-iteam .gallery-data h3 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding-top: 10px;
}




/*=====================================
  TEXTIMONIAL SECTION
=====================================*/


.testimonial-section {
	padding: 100px 0px;
}
.testimonial-section .test-title{
    text-align: center;
}
.testimonial-section .test-title h4 {
	font-family: Satisfy,sans-serif;
	font-size: 35px;
	text-transform: capitalize;
	color: #c34021;
	font-weight: 300;
	padding: 0px 0 15px 0;
}
.testimonial-section .test-title h2 {
	font-size: 55px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.testimonial-section .test-all{
    display: grid;
    grid-template-columns: 1fr 1fr;
	overflow: hidden;
}
.testimonial-section .test-data{
    width: 100%;
}
.testimonial-section .test-data .test-iteam {
	max-width: 80%;
	margin: auto;
	text-align: left;
}

.testimonial-section .test-iteam .queta {
	font-size: 40px;
	color: #C5B358;
	padding-bottom: 30px;
}

.testimonial-section .test-iteam p {
	color: #a6a6a6;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 35px;
	font-style: italic;
}
.testimonial-section .test-iteam img {
	width: 80px;
	height: 80px;
}
.testimonial-section .test-iteam h6 {
	font-size: 16px;
	letter-spacing: 7px;
	text-transform: capitalize;
	color: #C5B358;
	padding: 20px 0;
}
.testimonial-section .test-iteam .star {
	padding-bottom: 0px;
}

/*=====================================
  FOOTER SECTION
=====================================*/


.footer-section{
    padding: 80px 0 100px 0;
    background: #000;
}
.footer-section h4{
    padding-bottom: 30px;
    color: #c34021;
    font-size: 22px;
    text-transform: capitalize;
}
.footer-section .end {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 70px;
}
.footer-section .letter{
    width: 100%;
}
.footer-section .location{
    width: 100%;
}
.footer-section .time{
    width: 100%;
}
.footer-section .time ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section .time ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff40;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.footer-section .time ul li:last-child {
	border: unset;
}
.footer-section .location{}
.footer-section .location p{
    padding: 0;
    color: #fff;
    margin-bottom: 20px;
}
.footer-section .location .follow-link{}
.footer-section .location .follow-link a {
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}
.footer-section .location .follow-link a:hover{
    color: #c34021;
}
.footer-section .location .follow-link a i{}

.end .letter p{
    color: #fff;
}
.footer-section .copy p {
	font-size: 16px;
	text-align: center;
	margin-top: 100px;
	border-top: 1px solid #fff;
	padding-top: 20px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
    color: #fff;
}
.footer-section .copy p span{
    color: #c34021;
}
