@charset "utf-8";
/* CSS Document */


/** Roboto fonts **/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@font-face { src: url(../fonts/Roboto/Roboto-Black.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto/Roboto-Bold.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto/Roboto-Light.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto-Medium.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto/Roboto-Regular.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto/Roboto-Thin.ttf), format('ttf');}

/** Kelson fonts **/
@font-face { src: url(../fonts/Kelson/Kelson-Sans-Regular.otf);}

/** font-family: 'Kelson'; **/

/** RobotoMono fonts **/
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700&display=swap');
@font-face { src: url(../fonts/Roboto_Mono/RobotoMono-Bold.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto_Mono/RobotoMono-Light.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto_Mono/RobotoMono-Medium.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto_Mono/RobotoMono-Regular.ttf), format('ttf');}
@font-face { src: url(../fonts/Roboto_Mono/RobotoMono-Thin.ttf), format('ttf');}

/** font-family: 'Roboto Mono', monospace; **/






/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height: auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul,ol{
	margin:0;
	padding:0;
	list-style:none;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #b76e11;
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background:#b76e11;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background:#b76e11;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.posrel{
	position:relative !important;}
	
.overflwhidden{
	overflow:hidden !important;}
	
.desk-disnon{
	display:none !important;}
	

/** BASIC CSS END HERE **/ 

.main-wrap{
	width:100%;
	height:auto;
}

.gradient-overlay:before {
    height: 160px;
    background-image: linear-gradient(#000,transparent);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 300px;
    left: 0;
    z-index: 1;
    opacity: .6;
}
.home-slider{
	width:100%;
	height:700px;
	position:relative;}
	
.home-slider .owl-stage-outer{
	height:700px !important;}

.home-slider .item{
	position:relative;
	height:700px !important;}

.home-slider .item img{
	width:100% !important;
	height:100% !important;
	object-fit: cover;
    object-position: center center;}
	
.slider-overlay{
	display:table;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:rgba(0,0,0,.6);*/}
	
.slide-content{
	display:table-cell;
	vertical-align:middle;}
	
.slide-content h1{
	font-size:58px;
	color:#b76e11;
	font-weight:300;
	font-style:italic;}
	
.slide-content h1 span{
	font-size:90px;
	color:#fff;
	text-transform:uppercase;
	font-style:normal;
	font-weight:400;}	
	
.slide-content h1 span{
	vertical-align:top;}
	
.owl-dots{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;}
	
.owl-theme .owl-dots .owl-dot{
	display:block !important;
	outline:none !important;}
	
.owl-theme .owl-dots .owl-dot span{
	width:8px;
	height:8px;
	background:none !important;
	border:1px solid #b76e11;}
	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#b76e11 !important;}

.scroll-bottom-btn{
	width:100%;
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	text-align:center;}
		
.scroll-bottom-btn a{
	display:inline-block;
	width:49px;
	height:69px;
	border:4px solid #fff;
	border-radius:35px;}
	
.scroll-bottom-btn a span{
	display:inline-block;
	width:5px;
	height:14px;
	border-radius:5px;
	background:#fff;
	margin-top:14px;}
	
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(17px);
  }
  60% {
    transform: translateY(10px);
  }
}
	

header{
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height: auto;
	/*background:rgba(0,0,0,.5);*/}
		
.logo{
	width:100%;
	height:100px;
	line-height:100px;}
	
.logo img{
	max-width:100%;
	max-height:100%;}
	
nav{
	width:100%;
	height:100px;}
	
nav ul{
	line-height:100px;
	text-align:right;}
	
nav ul li{
	position:relative;
	display:inline-block;
	margin-right:55px;}
	
nav ul li:last-child{
	margin:0;}
	
nav ul li a{
	font-weight:300;
	font-family: 'Roboto Mono', monospace;
	display:inline-block;
	font-size:17px;
	color:#fdfdff;
	text-transform:uppercase;}
	
nav ul li a:hover,.menu-active{
	color:#b76e11;}
	
.dropdown{
	display:none;
	position:absolute;
	left: -23px;
	top:98%;
	width:200px;
	height:auto;
	background:rgba(0,0,0,.8);
	z-index:9999;
	text-align:left;
	line-height:normal !important;}
	
.dropdown li{
	display:block !important;
	margin:0 !important;
	padding:0 !important;}
	
.dropdown li a{
	font-size:13px;
	font-weight:400;
	display:block !important;
	padding:12px 0 12px 10px;
	color:#fff;}
	
.dropdown li a:hover{
	background:rgba(183,110,17,.50);
	color:#fff;}
	
nav ul li:hover .dropdown{
	display:block;}
			
.cart-and-search ul{
	line-height:100px;
	text-align:right;}
	
.cart-and-search ul li{
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;}
	
.cart-and-search ul li:last-child{
	margin:0;}
	
.cart-and-search ul li a img{
	width:25px;
	transition:all .1s ease-in-out;}
	
.cart-and-search ul li a:hover img{
	transform:scale(1.1);}
	
.searchbar{
	display:none;
	position:absolute;
	right:0;
	top:100%;
	width:250px;
	height:auto;
	background:rgba(0,0,0,.8);
	padding:15px 10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;}
	
.searchbar .form-group{
	overflow:hidden;
	border-radius:5px;
	margin:0;}
	
.searchbar .form-control{
	height:40px;
	border-radius:5px;
	background:none;
	border:2px solid #fff;
	color:#fff !important;}
	
.searchbar .form-control::placeholder{
	color:#fff;}
	
.searchbar button{
	outline:none !important;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	width:40px;
	cursor:pointer;
	color:#fff;
	background:bottom;
	font-size:17px;}
	
.searchbar button:hover{
	color:#b76e11;}
	
.sticky{
	position:fixed;
	top:0;
	left:0;
	z-index:999999;
	padding:0;
	background:rgba(0,0,0,.8);
	/*box-shadow:0 2px 6px rgba(0,0,0,0.2);  */
    animation:slide-down 0.7s;}
	
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}

.sticky .logo{
	height:80px;
	line-height:80px;}
	
.sticky nav{
	height:80px;}
	
.sticky nav ul{
	line-height:80px;}
	
.sticky .cart-and-search ul{
	line-height:80px;}
	


	
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes fadeInUp {
	0% {
		opacity: 0;
		-ms-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}
	
.common-hdng h1{
	font-size:50px;
	color:#4d4d51;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;}
	
.my-latest-works{
	padding:100px 0 100px 0;}
	
.latest-works{
	width:100%;
	height:auto;
	margin-top:90px;}
	
.works-img-bx{
	overflow:hidden;
	cursor:pointer;
	position:relative;
	width:100%;
	height:280px;
	margin-bottom:30px;
	overflow:hidden;}
	
.works-img-bx img{
	width:100%;
	height:100%;
	object-fit: cover;
    object-position: center center;
	transition:all .4s ease-in-out;}

.works-img-bx img.works-img-thumb {
    object-position: center -20px;
}

.works-img-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(183,110,17,.35);
	display:table;
	text-align:center;
	transition:all .4s ease-in-out;
	opacity:0;}
	
.works-img-content{
	display:table-cell;
	vertical-align:middle;}
	
.works-img-content img{
	width:45px;
	height:auto;}	
	
.works-img-content h5{
	font-size:25px;
	color:#ffffff;
	font-weight:300;
	margin:15px 0 0 0;}
	
.works-img-bx:hover .onhover{
	transform:scale(1.1);}
	
.works-img-bx:hover .works-img-overlay{
	opacity:1;}

.loadmore-btn{
	text-align:center;
	margin-top:40px;}
	
.loadmore-btn a{
	display:inline-block;
	padding:21px 70px;
	background:#b76e11;
	color:#fff;
	font-size:17px;
	text-transform:uppercase;}
	
.loadmore-btn a:hover{
	background:#844d07;
	color:#fff;}
	
.our-services{
	padding:100px 0 100px 0;
	background:#f6f6f6;}
	
.our-services .common-hdng p{
	font-family: 'Roboto Mono', monospace;
	font-size:17px;
	color:#4d4d51;
	text-align:center;
	margin-top:20px;}
	
.our-sevice-area{
	margin-top:50px;}
	
.our-sevice-img{
	overflow:hidden;
	cursor:pointer;
	position:relative;
	width:100%;
	height:280px;
	margin-bottom:30px;
	overflow:hidden;}
	
.our-sevice-img img{
	width:100%;
	height:100%;
	object-fit: cover;
    object-position: center center;
	transition:all .4s ease-in-out;}
	
.ourservice-img-overlay{
	display:table;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(182,109,18,.45);
	display:table;
	text-align:center;
	transition:all .4s ease-in-out;
	padding:30px;
	opacity:0;}
	
.ourservice-img-content{
	display:table-cell;
	vertical-align:middle;}
	
.ourservice-img-content p{
	font-family: 'Roboto Mono', monospace;
	font-size:18px;
	color:#fff;
	font-weight:300;}
	
.ourservice-img-content img{
	width:20px;
	height:auto;}
	
.our-sevice-img:hover .ourservice-img-overlay{
	opacity:1;}
	
.our-sevice-img:hover .ourimghover{
	transform:scale(1.1);}
	
.about-us {
	padding:100px 0 100px 0;}
	
.about-us-bx{
	margin-top:90px;}
	
.about-us-text h1{
	font-family: 'Roboto Mono', monospace;
	font-size:80px;
	font-weight:400;
	color:#000005;}
	
.about-us-text h5{
	font-family: 'Roboto Mono', monospace;
	font-size:30px;
	font-weight:500;
	color:#3d3d3d;
	text-transform:uppercase;
	margin:30px 0 30px 0;}
	
.about-us-text p{
	font-family: 'Roboto Mono', monospace;
	font-size:17px;
	color:#000000;
	font-weight:400;}
	
.graycolor{
	color:#3d3d3d !important;
	font-weight:300 !important;}
	
.about-us-img{
	width:660px;}
	
.about-us-img img{
	width:100%;}
	
.contact-us{
	padding:100px 0 100px 0;
	background:#f6f6f6;}
	
.contact-details{
	width:98%;
	margin:90px auto 0;}
	
.contact-details ul li{
	display:inline-block;
	vertical-align:middle;}
	
.contact-details ul li span{
	display:inline-block;
	width:100px;
	height:100px;
	background:#b76e11;
	border-radius:50%;
	line-height:100px;
	text-align:center;}
	
.contact-text{
	display:inline-block;
	margin-left:30px;}
	
.contact-text h5{
	font-family: 'Roboto Mono', monospace;
	font-size:18px;
	color:#4d4d51;
	font-weight:300;}
	
.contact-text p{
	font-family: 'Roboto Mono', monospace;
	font-size:18px;
	color:#000000;
	font-weight:300;
	margin:10px 0 0 0;
	line-height:30px;}
	
.conatct-form {
	width:100%;
	height:auto;<font color="#000000"></font>
}

.contact-method {
    margin-top: 20px;   
}
	
.conatct-form .form-group{
	margin-bottom:16px !important;}
	
.conatct-form .form-control{
	font-family: 'Roboto Mono', monospace;
	height:90px;
	border-radius:0;
	border-color:#fff;
	background:#fff;
	font-size:17px;
	color:#7b7b7b;
	font-weight:300;
	padding:0 20px;
	outline:none !important;
	box-shadow:none !important;}
	
	
	
.conatct-form .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

	
.conatct-form .form-control::placeholder{
	color:#7b7b7b;}
		
.form-textarea{
	height:170px !important;
	padding-top:30px !important;}
	
.sendmsg-btn{
	font-family: 'Roboto Mono', monospace;
	cursor:pointer;
	display: inline-block;
    padding: 21px 70px;
    background: #b76e11;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;}

.sendmsg-btn.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
	
.sendmsg-btn:hover{
    background: #844d07;
    color: #fff;}
	
.follow-our-updates{
	padding:100px 0 50px 0;
	background:#343437;}
	
.follow-our-updates .common-hdng h1{
	color:#fff;}
	
.follow-our-updates .common-hdng p{
	font-family: 'Roboto Mono', monospace;
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin-top: 20px;}
	
.subscribe-form {
	width:698px;
	margin:50px auto 0;}
	
.subscribe-form .form-group{
	margin-bottom:28px;}
	
.subscribe-form .form-control{
	font-family: 'Roboto Mono', monospace;
	height:72px;
	border-color:#616165;
	background:#616165;
	border-radius:0;
	color:#fff;
	font-size:17px;
	outline:none !important;
	box-shadow:none !important;
	padding:0 20px;}
	
.subscribe-form  .form-control::placeholder{
	color:#fff;}
	
.subscribebtn{
	font-family: 'Roboto Mono', monospace;
	cursor:pointer;
	display: inline-block;
    padding: 21px 50px;
    background: #b76e11 !important;
    color: #fff;
    font-size: 17px;
	font-weight:500;
    text-transform: uppercase;
	letter-spacing:1.5px;}
	
.subscribebtn:hover{
    background: #844d07 !important;
    color: #fff;}
	
.footerimgs{
	width:100%;
	height:auto;}
	
.footerimg-bx{
	position:relative;
	width:100%;
	height:235px;}
	
.footerimg-bx img{
	width:100%;
	height:100%;
	object-fit: cover;
    object-position: center center;}
	
.footerimg-bx-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(183,110,17,.35);
    display: table;
    text-align: center;
    transition: all .4s ease-in-out;
    opacity: 0;}
	
.footerimg-bx:hover .footerimg-bx-overlay{
	opacity:1;}
	
footer{
	width:100%;
	height:auto;
	background:#343437;
	padding:80px 0;}
	
.footer-logo{
	width:270px;
	height:auto;
	margin:auto;}
	
.footer-logo img{
	max-width:100%;
	max-height:100%;}
	
.socail-icon {
	margin-top:15px;}
	
.socail-icon ul{
	text-align:center;
	margin-left:50px;}
	
.socail-icon ul li{
	display:inline-block;
	margin-right:28px;}
	
.socail-icon ul li:last-child{
	margin:0;}
	

.socail-icon ul li a{
	display:inline-block;
	font-size:25px;
	color:#b76e11;}
	
.socail-icon ul li a:hover{
	color:#844d07;}
	
.copyright-text{
	margin-top:30px;}
	
.copyright-text p{
	font-family: 'Roboto Mono', monospace;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	margin:0;}
	
.back-to-top{
	z-index:999999;
	position:fixed;
	bottom:100px;
	right:50px;
	display:inline-block;
	width:60px;
	height:60px;
	background:#b76e11;
	border-radius:50%;
	font-size:30px;
	color:#fff !important;
	text-align:center;
	line-height:60px;
    display:none;}
	
.back-to-top:hover{
	background:#844d07;}
	
.fs-lightbox-overlay{
	opacity:.90 !important;
	z-index:999999 !important;}
	
.fs-lightbox{
	z-index:9999999 !important;
	transform:none;}
	
.fs-lightbox-position{
	font-family: 'Roboto Mono', monospace;
	position:absolute;
	right:0;
	bottom:0;
	color:#a1a1a1;
	font-size:14px;}
	
.fs-lightbox-meta_content{
	position:relative;
	height:40px;}
	
.caption{
	font-family: 'Roboto Mono', monospace;
	color:#fff;
	font-size:17px;
	margin-top:10px;}
	
.fs-lightbox-caption{
	text-align:center;}
	
.fs-lightbox, .fs-lightbox-container{
	background:none;
	overflow:visible;}

/*	
.fs-lightbox-container{
	background:none;}*/
	
		
.fs-lightbox-close{
	outline:none !important;
    background: none !important;
    color: #393939 !important;
    top: -18px !important;
    right: -18px !important;
    font-size: 17px !important;}
	
.fs-lightbox-control{
	margin:0 !important;
	position:fixed !important;
	background:none;
	font-size:40px;
	color:#393939;
	outline:none !important;
	height:auto !important;} 


.fs-lightbox-control_previous{
	top:50% !important;
	left:40px !important;
	transform:translateY(-50%);}

.fs-lightbox-control_next{
	top:50% !important;
	right:40px !important;
	transform:translateY(-50%);}
	
	
	
	
	
	
	
	

	
	

















