html {
	overflow-x: hidden;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


::-ms-clear {
	display: none;
}

body {
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 36px;
	color: #776565;
	margin: 0;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #070e68;
}

button,
input[type="submit"] {
	cursor: pointer;
}

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

img {
	max-width: 100%;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.btn-all {
	height: 64px;
	width:205px;
	padding:10px;
	text-align: center;
	display: block;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background: #F07C00;
	color: #fff!important;
	font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing:0.5px;
}

.btn-all:hover {
	box-shadow:0px 10px 25px 0px rgb(240 124 0 / 40%);
}

.navbar-nav .btn-all {
	margin-left: 60px;
}

.custom-container {
	padding: 0px 180px;
	width: 100%;
}

.section {
	padding: 175px 0px;
}

.section-bottom {
	padding-bottom: 175px;
}

.section-top {
	padding-top: 175px;
}

.head {
	position: relative;
	font-family: Playfair Display;
	font-weight: bold;
	font-size: 40px;
	line-height: 53px;
	color: #1B0808;
	margin-bottom:30px;
	text-transform:capitalize;
}

.text-sky {
	color: #60a9e0!important;
}

.text-white {
	color: #ffffff!important;
}


/*=============== 03. Navbar CSS =====================*/

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: transparent;
	border: none;
	margin: 0px auto;
	padding: 30px 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 150px;
	height:60px;
	background: url('../../images/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.navbar-brand img {
	max-width: 100%;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing:0.5px;
}

.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item {
	margin: 0px 50px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-light .navbar-nav>.nav-item>a:hover ,.navbar-light .navbar-nav>.nav-item>a:focus {
	color: #F07C00;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:focus,
.navbar-light .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #F07C00;
}

.navbar-light .navbar-nav .nav-item:active {
	color: #F07C00;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #F07C00;
}

.navbar-light .navbar-toggler {
	border-color: #000;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: #c79a87!important;
	background-color: transparent;
}

.nav-white {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	padding: 15px 0px;
}

.nav-white .nav-item>a {
	color: #1B0808!important;
}

.nav-white .nav-item>a:hover,
.nav-white .nav-item>a.active {
	color: #F07C00!important;
}

.nav-white .btn-all {
	color: #fff!important;
}

.nav-white .navbar-brand {
	background: url('../../images/logo-black.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}
.nav-white .btn-con{
	background: #F07C00;
	color:#fff!important;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}
.btn-con{
	width:175px;
	height:50px;
	background:#fff;
	font-weight: 600!important;
	font-size: 16px!important;
	line-height: 20px!important;
	color: #0F0F0F!important;
	text-transform:uppercase;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:all .4s ease-in-out;
	margin-left:50px;
}
.btn-con:hover{
	background:#F07C00;
	color:#fff!important;
}
/*===============  Hero Section CSS =====================*/

.hero-text{
	height: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
	    max-width: 680px;
}

.hero-section{
    height: 100vh;
	position:relative;
}
.hero-section:before{
	    content: '';
    position: absolute;
    background: #1B0808;
    height: 90%;
    width: 100%;
	
}
.hero-vdo{
	    position: relative;
    z-index: 1;
}

.hero-inner {
	height: 100vh;
	position: relative;
}

.hero-section-image {
	height: 100%;
}
.hero-left{
	padding-top:8vh;
}
.hero-left h1 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 78px;
	color: #FFFFFF;
	margin-bottom:80px;
}

.hero-left p {
	font-weight: 300;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
	margin: 30px 0px 80px;
}
.scroll-link,.scroll-link:hover,.scroll-link:focus{
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
}
.line-anim{
	transition:all .6s ease-in-out;
}
.scroll-img{
	margin-right:50px;
}

.hero-right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
	padding-left: 30px;
}

.hero-image {
	
	height: 770px;
	
}

/*about*/
.about-left {
	width: 50%;
}

.about-right {
	width: 50%;
	padding-left:50px;
}
.about-left img{
	    height: 576px;
		width:100%;
		object-fit:cover;
}

/*dicover*/
.sec-title h2{
	line-height:64px;
}
.dis-detail{
	font-weight: 600;
	font-size: 15px;
	line-height: 36px;
	color: #1B0808;
}
.discover-info {
	padding:50px 0 80px;
}
.dis-num h3{
	font-family: Playfair Display;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #F07C00;
	margin-bottom:15px;
}
.dis-num span{
	font-weight: bold;
	font-size: 24px;
	line-height: 48px;
	color: #1B0808;
}

.discover-list li{
	display:flex;
	align-items:center;
	padding:30px 0;
	border-bottom: 1px solid #DCDCDC;
}
.discover-list li:last-child{
	border-bottom:0;
}
.dis-icon{
	margin-right:25px;
}
.dis-icon svg{
	width:80px;
	    height: 80px;
}
.dis-detail h4{
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-transform: capitalize;
	color: #1B0808;
	font-family: Playfair Display;

}
.dis-detail p{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #776565;
}
.discover-img img{
	    height: 620px;
}
.discover-inner,.discover{
	position:relative;
}
.discover:after{
	    content: '';
    position: absolute;
    background: #1B0808;
    height: 100px;
    width: 100%;
    z-index: -1;
    bottom: 0;
}

.discover-card .discover-img{
	height:344px;
	width:440px;
	position:relative;
	margin:auto;
	
	
}
.discover-card .discover-img img{
	height:100%;
	width:100%;
	object-fit:cover;
	
}
.dis-main{
	
	padding:50px 0 0;
}
.margin-active{
	margin-left:0px;
}
/*
.discover-slider:before{
	content: '';
    position: absolute;
    height: 350px;
    width: 350px;
	background: linear-gradient(90deg, rgba(27, 8, 8, 0.5) 0%, #1B0808 100%);
    right: 30px;
    z-index: 1;
    top: 50px;
}

.slick-arrow-right:after{
	content: '';
    position: absolute;
    height: 350px;
    width: 350px;
    background: linear-gradient(90deg, rgba(27, 8, 8, 0.5) 0%, #1B0808 100%);
    left: -217%;
    z-index: 1;
    top: -230%;
}
*/
.discover-card h4{
	font-weight: bold;
font-size: 24px;
line-height: 32px;
font-family: Playfair Display;
text-transform: capitalize;
color: #FFFFFF;
margin-top:25px;
}
.slick-disabled
 {
    opacity: 0;
    pointer-events:none;
}

.slick-arrows button{
	font-size:0;
	width:64px;
	height:64px;
	border-radius:50%;
	background:transparent;
	border: 2px solid #FFFFFF;
}
/*.slick-arrow-left	{
	position:absolute;
	right:11%;
	top:38%;
	z-index:1;
}
.slick-arrow-right{
	    position: absolute;
    left: 10%;
    top: 38%;
	z-index:2;
	    transform: rotate( 
180deg);
}
*/
.slick-arrows{
	position: absolute;
	top:46%;
	width: 100%;
}
.slick-arrow-left{
	    left: 10%;
    position: absolute;
	 transform: rotate(180deg);
	  z-index: 2;

}
.slick-arrow-right{
	    right: 11%;
		position: absolute;
		    z-index: 2;

}
.right-active,.left-active,.slick-right-main,.slick-left-main{
	position:relative;
	transition:all .6s ease-in-out;
	
}
.right-active.slick-right-main:before{
	content:none;
}
.left-active.slick-left-main:before{
	content:none;
}
.slick-right-main:before{
	content: '';
    position: absolute;
    height: 355px;
    width: 450px;
    background: linear-gradient(
90deg, rgba(27, 8, 8, 0.3) 0%, #1B0808 100%);
    right: 15px;
    z-index: 1;
    top: -135px;
}
.slick-left-main:before{
	    content: '';
    position: absolute;
     height: 355px;
    width: 450px;
    background: linear-gradient(280deg, rgba(27, 8, 8, 0.3) 0%, #1B0808 100%);
    left: 15px;
    z-index: 1;
    top: -140px;
	transition:all .6s ease-in-out;
}
.slick-left-main.hidden:before{
	content:none;
}

/*gallery*/
.bg-marron{
	background: #1B0808;
}
.text-white{
	color:#fff;
}
.pdf-btn-main{
	margin-top:50px;
}
.pdf-btn-inner a{
	background: #F07C00;
	width:248px;
	height:64px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	transition:all .6s ease-in-out;
	border:none;
	cursor:pointer;
}
.pdf-btn-inner a:hover,.pdf-btn-inner a:focus{
	box-shadow:0px 10px 25px 0px rgb(240 124 0 / 40%);
}
.pdf-btn-inner a img{
	margin-right:15px;
}
.pdf-btn-inner{
	margin-bottom:30px;
	
}
.padding-top{
	padding-top:50px;
	    position: relative;
	
}
.dis-main{
	position:relative;
}
/*contact*/
.bg-orange{
	background: #FFF5EA;
}
.contact-main{
	padding:100px 0;
}
.form-input input,.form-input textarea{
	background: #FFE5CA;
	width:100%;
	height:64px;
	border:none;
	padding:22px 35px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom:30px;
	color: #0A0000;
	transition:all .6s ease-in-out;
	
}
.form-input input::placeholder,.form-input textarea::placeholder{
	color: #A47748;
	font-weight: 400;
}
.form-input textarea{
	height:192px;
	resize:none;
	width:100%;
}
.form-input input:focus,.form-input textarea:focus{
	background:#fff;
	box-shadow: 0px 0px 30px rgba(240, 124, 0, 0.1);
}
.submit-btn{
	height: 64px;
    width: 364px;
    padding: 10px;
    text-align: center;
    display: block;
    -webkit-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #F07C00;
    color: #fff!important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
	text-transform:uppercase;
	border:none;
}
.submit-btn:hover{
	box-shadow:0px 10px 25px 0px rgb(240 124 0 / 40%);
}
/*footer*/
.footer-box-main {
	position: relative;
}



.footer-inner {
	background: #0A0000;
	
}
.footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding:20px 0;
}
.copyright{
	font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
}
.foot-text {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: 0.4px;
	text-align: center;
	color: #070e68;
	margin-top: 30px;
}
.social-list li a{
	width: 30px;
    height: 30px;
    left: 1380px;
    top: 7901px;
    background: rgb(255 255 255 / 10%);
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left:12px;
	transition:all .4s ease-in-out;
}
.social-list li a:hover{
	background: #F07C00;
}
.foot-top{
	padding:75px 0px 0px;
}
.foot-address{
	padding-top:50px;
}
.add-title{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	font-family: Playfair Display;
	margin-bottom:25px;
}
.add-sub-title{
	font-size:16px;
	line-height:30px;
	color:#fff;
	font-weight:700;
	margin-bottom:15px;
	text-align:center;
}
.address{
	font-weight: 200;
font-size: 16px;
line-height: 30px;
text-align: center;
    max-width: 520px;
color: #FFFFFF;
letter-spacing:0.5px;
margin:0px auto 40px;
}
.foot-product{
	padding:50px 0;
	border-top:1px solid rgba(255,255,255,0.1);
}


.foot-list li a{
	font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
transition:all .4s ease-in-out;

}
.foot-list li a:hover{
	color:#F07C00;
}
.seprator{
	margin:0px 15px;
	font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #FFFFFF;
}
.hero-bottom.scroll-class .scroll-img .line-anim{
	transform: translateY(100px);
}
.error-msg {
    margin: 20px 0px 0px!important;
    text-align: center;
    font-size: 18px;
    color: #000;
}