

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=BenchNine:300,400,700');

@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	
	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Arimo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff8a00;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Rubik', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/
.box-stl img{
	    display: block;
    width: auto !important;
}
.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#000000;
	    margin-top: -9px;
	padding: 7px 15px;
	    width: 170px;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 7px;
	background: rgb(255,174,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=0 );
}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

.btn-style-one:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 50px;
	border:0px solid #222222;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-one:hover:before{
	opacity: 1;
}



/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#222222;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
	border:2px solid #ff8a00;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-two:hover{
	color: #ffffff;
	border:2px solid #ff8a00;
	-webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #222222;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-three:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	padding: 13px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #222222;
	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;
}

.btn-style-four:hover{
	color: #ff8a00;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ff8a00;
}

.btn-style-five:hover{
	color: #ffffff;
	background-color: #222222;
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#222222;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-six:hover{
	color: #ffffff;
	background-color: #ff8a00;
}

/*Btn Style Seven*/

.btn-style-seven{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#222222;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #ffffff;
}

.btn-style-seven:hover{
	color: #ffffff;
	background-color: #222222;
}

/*Btn Style c*/

.btn-style-eight{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#ff8a00;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	border:2px solid #ff8a00;
	background-color: #ffffff;
}

.btn-style-eight:hover{
	color: #ffffff;
	background-color: #ff8a00;
}

/*=== List Style One ===*/

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: 400;
	padding-left: 35px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #ffb902;
	content: "\f00c";
	font-family: "FontAwesome";
}

/*=== List Style Two ===*/

.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	font-family: "Rubik", sans-serif;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #ff8a00;
	font-weight: 900;
	font-family: "FontAwesome";
    content: "\f061";
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:80px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:40px;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display:none;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#ff8a00;
	color: #222222;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	width:100%;
	z-index: 999;
}


.main-header .header-top{
	position: relative;
	background: #af480f!important;
	/*background: linear-gradient(to right, #0e0e0e, #0a0a0a)!important;*/
}

.main-header .top-left{
	position: relative;
	float: left;
}

.main-header .top-left .contact-list{
	position: relative;
	padding: 5px 0;
}

.main-header .top-left .contact-list li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	    color: #ffffff;
	font-weight: 400;
	margin-right: 25px;
}

.main-header .top-left .contact-list li:last-child{
	margin-right: 0;
}

.main-header .top-left .contact-list li i{
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
	color: #ffffff;
}

.main-header .top-left .contact-list li a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .top-left .contact-list li a:hover{
	color: #ffffff;
}

.main-header .top-right{
	position: relative;
	float: right;
	padding:5px 0;
}

.social-icon-four{
	position: relative;
}

.social-icon-four li{
	position: relative;
	float: left;
	margin-left: 20px;
}

.social-icon-four li:first-child{
	margin-left: 0;
}

.social-icon-four li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover{
	color: #222222;
}

.main-header .main-box{
	position:relative;
	display: block;
}

.main-header .inner-container{
	position: relative;
	padding: 0 15px;
}

.main-header .logo-box{
	position: relative;
	float: left;
}

.main-header .logo-box .logo{
	position: relative;
	padding: 15px 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .nav-outer{
	position: static;
	float: left;
}

.navbar-toggler{
	border: 0 !important;
}

.main-menu {
    position: static;
    float: left;
    font-family: "Rubik", sans-serif;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left: 26px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:15px;
	line-height:30px;
	font-weight:500;
	color:#222222;
	padding:35px 0;
	opacity:1;
	text-align:center;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

	
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#25262c;
	background:#ffffff;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	font-size:13px;
	font-weight: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:110%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity: 1;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    border-left: 4px solid #ff8a00;
	background:#222222;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:20px;
	font-size:16px;
	color: #ffffff;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background:rgba(47,46,50,.90);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #ffffff;
	background:#222222;
    border-left: 4px solid #ff8a00;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top: 0;
	left: 100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	float: left;
	margin-left: 22px;
}

.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #ff8a00;
}


.main-header .contact-info{
	position: relative;
}

.main-header .contact-info li{
	position: relative;
	float: left;
	margin-left: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.main-header .contact-info li span{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: 400;
}

.main-header .contact-info li a{
	color: #222222;
	transition: all 300ms ease;
}

.main-header .contact-info li a:hover{
	color: #ff8a00;
}



/*===================================
		Header Style Three
===================================*/

.header-style-three {
    position: relative;
    background: linear-gradient(to right, #ffffff, #ffffff)!important;
}

.header-style-three .logo-box:before{
	position: absolute;
	top: 0;
	margin-right: -230px;
	right: 100%;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
	transform:skew(40deg);
}


.header-style-three .inner-container{
	position: relative;
}

.header-style-three .nav-outer{
	float: right;
}

.header-style-three .outer-box{
	position: relative;
	float: right;
	padding: 35px 0;
}

.header-style-three .main-menu .navigation > li > a{
	   color: #0e0e0e;
}

.header-style-three .main-menu .navigation > li > a:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:0px;
	width: 2px;
	background-color: #ff8a00;
	content: ""; 
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .main-menu .navigation > li.current > a:before,
.header-style-three .main-menu .navigation > li:hover > a:before{
	height: 30px;
}


.header-style-three .outer-box{
	margin-left: 80px;
}

.header-style-three .nav-toggler{
	position: relative;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #222222;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 300ms ease;
}

.header-style-three .nav-toggler:hover{
	background-color: #ffa500;
	color: #ffffff;
}



/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 30px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:20px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:400;
	color:#222222;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #ff8a00;
	background-color: #ffffff;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li.dropdown:hover > ul{
	margin-top: 0;
}

.header-style-four.fixed-header .header-lower{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.80);
}

.header-style-four.fixed-header .logo-box .logo{
	padding: 10px 0;
}

.header-style-four.fixed-header .main-menu .navigation > li > a{
	padding: 30px 0;
}

.header-style-four.fixed-header .search-box-btn{
	top: 5px;
}

.header-style-four.fixed-header .search-box-outer .dropdown-menu{
	top: 0 !important;
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu{
	position:static;
}

.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background:rgba(47,46,50,.90);
    padding: 45px 40px 30px 45px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3{
	position:relative;
	color:#f1f1f1;
	font-size:18px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;

}

.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	padding:10px 20px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	text-transform:capitalize;
    border-left: 4px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
    border-left: 4px solid #ff8a00;
	background:#222222;
}

/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 350px 0 155px;
	overflow: hidden;
}

.banner-section:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 540px;
	background-image: url(../images/icons/shap-1.png);
	background-repeat: no-repeat;
	background-position: right top;
	content:"";
	z-index: 9;
}

.banner-carousel .content-box{
	position: relative;
}

.banner-carousel h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 72px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.banner-carousel .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 55px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

.banner-carousel .active  .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .link-box{
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-carousel .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .link-box a{
	position: relative;
	display: inline-block;
	padding: 13px 45px;
	font-weight: 700;
}

.banner-carousel .owl-nav{
    position: absolute;
    right: 30%;
    bottom: -80px;
    z-index: 99;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #222222;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover{
	color: #ff8a00;
}

.banner-carousel .owl-next:before,
.banner-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel .owl-next:hover:before,
.banner-carousel .owl-prev:hover:before{
	border-color: #ff8a00;
}

.banner-carousel .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.banner-carousel .owl-next span{
	margin-left: 5px;
}

.banner-carousel .owl-prev span{
	margin-right: 5px;
}

.banner-section .bottom-box{
	position: relative;
	padding: 35px 0;
	background-color: #222222;
}

.banner-section .bottom-box .contact-info{
	position: relative;
	float: left;
	padding: 10px 0;
}

.banner-section .bottom-box .contact-info li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin-right: 30px;
}

.banner-section .bottom-box .contact-info li a{
	color: #ffffff;
}

.banner-section .bottom-box .contact-info li span{
	color: #ffae00;
	text-transform: uppercase;
}


.banner-section .bottom-box .contact-info li a:hover{
	text-decoration: underline;
}





/***

====================================================================
		Banner Section Three
====================================================================

***/

.banner-section-three{
	position: relative;
	z-index: 99;
}

.banner-section-three .banner-carousel-two{
	z-index: 99;
}


.banner-section-three .slide-item{
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*padding:446px 0 155px !important;*/
}



.banner-section-three .contact-info{
	position: absolute;
    left: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: 75px;
}

.banner-section-three .contact-info li{
	position: relative;
	float: left;
	margin-right: 35px;
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.banner-section-three .contact-info li span{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: 400;
}

.banner-section-three .contact-info li a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .contact-info li a:hover{
	color: #ff8a00;
}

.banner-carousel-two .owl-nav{
	position: absolute;
    max-width: 1170px;
    padding: 0 20px;
    width: 180%;
    text-align: right;
    margin: 0 auto;
    left: 20px;
    right: 0;
    bottom: 55px;
    height: 0;
}

.banner-carousel-two .owl-next,
.banner-carousel-two .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	    color: #bc4c29;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: transparent;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover,
.banner-carousel-two .owl-prev:hover{
	
    color: #bc4c29;
}

.banner-carousel-two .owl-next:before,
.banner-carousel-two .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bc4c29;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.banner-carousel-two .owl-next:hover:before,
.banner-carousel-two .owl-prev:hover:before{
	border-color: #ff8a00;
}

.banner-carousel-two .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bc4c29;
	border-left: 0;
}

.banner-carousel-two .owl-next span{
	margin-left: 5px;
}

.banner-carousel-two .owl-prev span{
	margin-right: 5px;
}

.banner-section-three .bottom-box{
	/*position: relative;*/
	    /*background-color: #a24511;*/
}

.banner-section-three .bottom-box .outer-box{
	position: relative;
	padding: 16px 0;
}

.banner-section-three .bottom-box .outer-box:before{
	position: absolute;
	top: 0;
	margin-left: -463px;
	left: 100%;
	height: 100%;
	width: 1000%;
	background-color: #ffffff;
	content: "";
	transform:skew(40deg);
}

.banner-section-three .social-links{
	position: relative;
    z-index: 1;
}

.banner-section-three .social-links li{
	position: relative;
	float: left;
	margin-right: 55px;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .social-links li span{
	position: relative;
	float: left;
	font-size: 17px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .social-links li a{
	color: #ffffff;
	    font-size: 14px;
    font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .social-links li a:hover span,
.banner-section-three .social-links li a:hover{
	color: #ff8a00;
}



/**

====================================================================
			Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 76px 0 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 194px;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #000000b8;
	opacity: .70;
	position:absolute;
}

.page-title .inner-container{
	position: relative;
}

.page-title .title-box{
	position: relative;
	float: left;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:48px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 35px;
}

.page-title .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding-top: 95px;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color:#ff8a00;
	font-weight: 700;
	text-transform: capitalize;
	cursor: default;
	padding-right:  10px;
	margin-right: 10px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -2px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	content: "-";
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover{
	color:#ff8a00 ;	
}



/**

====================================================================
			Process Section
====================================================================

***/

.process-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 20px;
}

.process-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #222222;
	opacity: 0.85;
	content: "";
}

.process-section .sec-title{
	margin-bottom: 90px;
}

.process-block{
	position: relative;
	margin-bottom: 80px;
}

.process-block .inner-box{
	position: relative;
	padding: 75px 30px 30px;
	background-color: #222222;
	border: 1px dashed #bbbbbb;
	border-radius: 0 0 0 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	    min-height: 204px;
}

.process-block .inner-box:hover{
	border-color: #ff8a00;
}

.process-block .inner-box .count{
	position: absolute;
	right: 40px;
	top: -40px;
	height: 80px;
	width: 80px;
	background-color: #777777;
	border-radius: 0 10px 0 0;
	font-size: 30px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .inner-box:hover .count{
	background-color: #ff8a00;
}

.process-block h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.process-block h4 a{
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block h4 a:hover{
	color: #ff8a00;
}

.process-block .text{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #bbbbbb;
	font-weight: 400;
	margin-bottom: 15px;
}

.process-block .link-box{
	position: relative;
}

.process-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #ff8a00;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .link-box a:hover{
	color: #ffffff;
}

/***




/*** 

====================================================================
		Products Section
====================================================================

***/

.products-section {
    /* position: relative; */
    padding: 280px 0 80px;
    background-color: #f9f9f9;
        /*margin-top: 40px;*/
}
.products-section .sec-title{
	margin-bottom: 0;
}

.products-section .title-column{
	position: relative;
	margin-bottom: 40px;
} 

.products-section .title-column .inner-column{
	position: relative;
	padding-top: 55px;
}

.products-section .title-column h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 26px;
}

.products-section .title-column .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}

.products-section .title-column .btn-box a{
	padding: 15px 38px;
	line-height: 20px;
}

.products-section .products-column{
	padding: 0;
}

.products-carousel{
	position: relative;
}

.products-carousel .product-block{
	padding: 15px;
	padding-top: 65px;
	transition: all 400ms ease;
}

.products-carousel .center .product-block{
	padding-top: 15px;
}

.products-carousel .center .product-block .inner-box{
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.product-block{
	position: relative;
}

.product-block .inner-box{
	position: relative;
	border:1px solid #e1e1e1;
	transition: all 400ms ease;
}

.product-block .info-box{
	position: relative;
	padding: 25px 28px;
	text-align: right;
}

.product-block .info-box .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
}

.product-block .info-box .price{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffad00;
}

.products-carousel .owl-nav{
	position: absolute;
	left: -32%;
	bottom: 58px;
}
.title-column p{
    font-size: 18px;
    line-height: 40px;
}
.feature-block .text a{
	    color: #0056b3;
}
.app-section .title-column .text{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    margin: 0;
    padding-left: 0px;
}
.products-carousel .owl-next,
.products-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #2e2e2e;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #f9f9f9;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover{
	color: #ff8a00;
}

.products-carousel .owl-next:before,
.products-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	    border: 2px solid #2c2c2c;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before{
	border-color: #ff8a00;
}

.products-carousel .owl-next:before {
    left: auto;
    right: -25px;
    border: 2px solid #2c2c2c;
    border-left: 0;
}

.products-carousel .owl-next span{
	margin-left: 5px;
}

.products-carousel .owl-prev span{
	margin-right: 5px;
}

/**
==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	    margin-top: -30px;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000f2;
    content: "";
    opacity: 0.90;
}
.main-footer .widgets-section{
	position:relative;
	padding: 10px 0 0px;
	margin-top: -100px;
}

.main-footer.alternate .widgets-section{
	margin-top: 0;
	padding-top: 40px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:35px;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	line-height: 30px;
	padding-left: 25px;
	margin-bottom:45px;
}


.main-footer .about-widget{
	position: relative;
	padding-right: 0px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 15px;
}

.main-footer .footer-logo figure{
	margin: 0;
	margin-top: -20px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #f4f4f4;
	font-weight: 400;
text-align: justify;
}



/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 16px;
}
html {
  scroll-behavior: smooth;
}
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 112px;
    height: 79px;
z-index: 999;
    font-size: 58px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.main-footer .links-widget .list li:before{
	position: absolute;
	display:none;
	left: 0;
	top: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: "\f22b";
	font-family: "FontAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover{
	color:#ff8a00;
}



/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    border-top: 1px solid #ffffff;
    margin-bottom: -20px;
}

.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .inner-container:before{
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 1000%;
	/*background-color: #ff8a00;*/
	/*content: "";*/
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:9px 0;
	padding-right: 40px;
	/*background-color: #ff8a00;*/
}

.main-footer .footer-bottom .copyright-text:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 40px solid transparent;
	border-bottom:49px solid #ff8a00;
/*content: "";*/
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 30px;
	font-size: 14px;
	color: #f9f9f9;
	font-weight: 100;
}

.main-footer .footer-bottom .copyright-text a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
	/*text-decoration: underline;*/
}

.main-footer .footer-bottom .social-links{
	position: relative;
	float: right;
	padding: 9px 0;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	float: left;
	margin-left: 26px;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #ff8a00;
}



.product-details .basic-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f7f7f7;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
	font-size:24px;
	font-weight:700;
	margin:5px 0px 20px;
	line-height:1.4em;
	color:#222222;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:18px;
	color:#ff8a00;
	margin-bottom:15px;
	display:inline-block;
}

.product-details .basic-details .details-header .reviews{
	position:relative;
	display:inline-block;
	color:#777777;
	font-weight:400;
	margin-left:15px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#777777;	
}

.product-details .basic-details .details-header .item-price{
	font-size:22px;
	font-weight:700;
	color:#ff8a00;
	line-height:24px;
}

.product-details .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.product-details .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.product-details .basic-details .text{
	margin-bottom:25px;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:85px;
	margin-bottom:25px;
	margin-right:25px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
	font-size:18px;
	line-height:24px;
	padding:10px 15px !important;
	height:50px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:12px 10px;
	background:#f4f5f6;
	border-radius:0px;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
	top:8px;	
}

.product-details .basic-details .add-to-cart{
	padding:11px 30px;
	font-weight:600;
	font-size:16px;
	border-radius:50px;
	text-transform:uppercase;
	margin-left: 20px;
}

/*** 


====================================================================
	Box Layout
====================================================================

***/

.box-layout .page-wrapper{
	max-width: 1400px;
	margin: 0 auto;
	border: 15px solid #ffffff;
	overflow: hidden;
	background-color: #ffffff;
}

.box-layout{
	background-image: url(../images/background/3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}


.box-layout .header-style-four.fixed-header .header-lower,
.box-layout .sticky-header{
	max-width: 1370px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.box-layout	.header-style-one .inner-container{
	padding: 0 30px;
}

.box-layout	.banner-section{
	padding-left: 0;
}

.box-layout	.header-style-one .outer-box .contact-info{
	padding-left: 0;
	margin-left: 35px;
	display: none;
}

.box-layout .header-style-one{
	top: 15px;
}

.box-layout .header-style-six.fixed-header .outer-container,
.box-layout .header-style-one.fixed-header{
	top: 0;
}

.box-layout .banner-section-six,
.box-layout .banner-section-three{
	padding: 0;
}

.box-layout .banner-carousel-two .owl-nav{
	right: 45px;
}

.box-layout .header-style-three .inner-container{
	padding: 0 15px;
}


.box-layout .coming-soon{
	position: relative;
}

.box-layout .coming-soon .content{
	position: relative;
}


.box-layout	.header-style-five .inner-container{
	padding: 0 30px;
}
.feature-block .icon-box{
	text-align: center;
}
.feature-block .text{
	    text-align: center;
		    font-size: 23px;
    font-weight: 600;
}
.box-layout .banner-section-six .contact-info,
.box-layout .banner-section-six .social-links,
.box-layout	.header-style-five .outer-box .contact-info{
	padding-left: 0;
	margin-left: 35px;
	display: none;
}
.product-block .inner-box {
	    height: 390px;
    position: relative;
    background-color: #ffffff;
 padding: 17px 35px 35px;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 52px;
    line-height: 52px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block h3 a {
    position: relative;
    display: inline-block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-block h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #222222;
    /*content: "";*/
}
.product-block .icon-box {
    position: relative;
    display: block;
    margin-bottom: 13px;
}
.product-block h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 0px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 24px;
    text-align: center;
}




/*new css*/
.cs-about-area {
    padding: 80px 0px 20px;
}
.cs-ver-section-title {
    position: relative;
}
.cs-ver-section-title h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 67px;
    color: #F9F9F9;
    text-transform: lowercase;
    font-weight: bold;
    position: absolute;
    left: -113px;
    top: 155px;
    z-index: 111;
    margin-bottom: 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.cs-ver-section-title h2 {
   font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 6px;
    color: #df8e63;
    position: absolute;
    left: -140px;
    top: 186px;
    z-index: 222;
    margin-bottom: 0px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.cs-about-box {
    position: relative;
      border: 5px solid #df8e63;
    padding: 30px 80px 50px 30px;
}
.cs-about-box img {
    width: 93px;
    height: 91px;
}
.cs-about-box h2 {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #a6553b;
    font-weight: 500;
}
.cs-about-box p {
    margin-bottom: 20px;
}
.cs-about-box a {
    color: #dc572c;
    font-size: 15px;
}
.cs-about-box a i {
    padding-top: 3px;
    margin-left: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cs-about-video {
    margin-top: 25px;
    margin-left: -56px;
    position: relative;
    /* width: 100%; */
}
.cs-about-video img{
	height: 405px;
	    background: #fff;
    padding: 10px;
    box-shadow: 0 0px 30px #cccccc6e;

}
.cs-about-box h2 {
    color: #0e0e0e;
}
.cs-about-box span {
	   color: #dc572c;
}
.cs-about-box p {
    text-align: justify;
}

/*project*/

/* featured section 6 */
.featured_section6 {
	/*float: left;*/
	/*width: 100%;*/
	/*padding: 100px 0px;*/
	background: #f3f3f3 url(../images/4.jpg);
	height: 362px;
	    /*background: #f3f3f342;*/
	/*text-align: center;*/
}
.featured_section6 .one_fourth i {
	color: #d9562c;

	font-size: 40px;
	margin-bottom: 25px;
	transition: all 0.3s ease;
}

.featured_section6 .one_fourth {
	width: 25%;
	margin: 0;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 30px;
	padding-bottom: 30px;
    border-right: 1px solid rgba(158, 158, 158, 0.47);
    border-bottom: 1px solid rgba(158, 158, 158, 0.47);
    position: relative;
     transform: scale(1.05);
}
.featured_section6 .one_fourth.btm {
	border-bottom: none;
}
.featured_section6 .one_fourth.last {
	border-right: none;
}
.featured_section6 .one_fourth:hover i {
	color: #393939;
}
.cdarrow {
	float: left;
	width: 100%;
	height: 20px;
	margin: 20px 0px;
	background: url(../images/cd-arrow.png) no-repeat center top;
}
.fltiphone {
	float: left;
	width: 100%;
	height: 110px;
	margin-top: -44px;
	background: url(../images/site-img9.png) no-repeat center top;
}
/*project end*/
/*new css end*/

.about_vision_section6 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
  /*background: #f9f9f9;*/
    /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}
.testimonial-section1 .testimonial-column1 .inner-column1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
   /*height: 350px;*/
    width: 100%;
 /*background: linear-gradient(to right, rgba(10, 10, 10, 0.87) , rgba(16, 16, 15, 0.9));*/
   
}
.testimonial-section1 {
    position: relative;
}
.one_fourth h4 {
    color: #040404;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.one_fourth p {
color: #040404;}

.inner-column1{
	    box-shadow: 0 0px 30px #cccccc6e;
	     
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
  background: #f3f3f3 url(../images/1.jpg);
    /*background-attachment: fixed;*/
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
        height: auto;
            margin-bottom: 0px;
                margin-top: 45px;
}
.marhgin_22{
margin-bottom: 30px;
}
.cs-about-box11 h2 {
    color: #0e0e0e;

}

.cs-about-box11 span {
    color: #dc572c;
}
.cs-about-box11 {
    position: relative;
       padding: 42px 0px 1px 42%;
}
.inner_paert.testimonial-column1 {
    position: relative;
}
.row.pary {
    padding-top: 50px;
    padding-bottom: 0px;
}
.inner-box p {
    text-align: center;
    margin-top: -16px;
    font-size: 15px;
    line-height: 23px;
}

/*footer*/
.main-footer .links-widget1 {
    position: relative;
}
.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.main-footer .links-widget1 .list li:before {
    position: absolute;
    left: 29px;
    top: 0;
    height: 20px;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    content: "\f041";
    font-family: "FontAwesome";
}
.main-footer .links-widget1 .list li  {
    position: relative;
    display: block;
    line-height: 20px;
      font-size: 15px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.main-footer .links-widget1 .list .location:before {
    position: absolute;
    left: 29px;
    top: 0;
    height: 20px;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    content: "\f095";
    font-family: "FontAwesome";
}
.main-footer .links-widget1 .list .email:before {
    position: absolute;
   left: 29px;
    top: 0;
    height: 20px;
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    content: "\f0e0";
    font-family: "FontAwesome";
}
.main-footer .links-widget1 .list li {
    position: relative;
    display: block;
    padding-left: 60px;
    margin-bottom: 10px;
}
.fort_linkkk {
    width: -14%;
    /*max-width: 32%!important;*/
    /* padding: 0px; */
    /* padding-left: 0px; */
    padding-right: 0px;
}
ul.list li a:hover {
	    color: #f4f4f4!important;
}


li.active {
    color: #574533!important;
}

/**/
#gallery {
  padding-top: 15px;
 
}
div#overlay img {
    border-radius: 3px solid red;
    border: 2px solid white;
    padding: 0px;
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
    border: 2px solid #bc4c29bd;
    padding: 4px;
    border-radius: 20px;
}

.img-wrapper img {
    border-radius: 15px;
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
      border-radius: 20px;
  
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
 
  }
  

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
 
  }
  
#nextButton {
    margin-left: -29px;
}
div#prevButton {
    margin-right: -26px;
    z-index: 99;
}
.div#overlay img {
    padding: 4px!important;
    background: #fff!important;
}
i.fa.fa-search-plus {
    font-size: 24px;
        color: #fff;
}
.margin-bottom4 {
    margin-bottom: 63px;
}

div#image-gallery h2 {
    color: #da4212;
    font-size: 29px;
    margin-bottom: 10px;
}
div#image-gallery {
    margin-top: 40px;

}

/*17.Contact Page
=================*/
.contact-info {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.contact-info-icon {
margin-bottom: 10px;
}
.contact-info-item {
    background: #bc4c29;
    padding: 30px 0px;
    height: 225px;
}
.contact-page-sec .contact-page-form h2 {
	color: #071c34;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
	font-size: 48px;
	color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-info-text span {
    color: #ffffff;
    font-size: 16px;
    font-weight: ;
    display: inline-block;
    width: 100%;
    line-height: 23px;
}
.contact-page-form input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
	padding: 10px 16px;
	width: 100%;
	border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 4px;
}
.btn_send {
    background: #bc4c29 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 120px;
    margin-top: 20px;
    font-size: 16px;

}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: -7px;
}

.contact-page-map {
	margin-top: 36px;
}

i.icon_partt {
    font-size: 31px;
    background: #ffffff;
    color: #bc4c29;
    height: 60px;
    width: 60px;
    padding-top: 14px;
    border-radius: 50px;
}
span.icon_sett {
    /* margin-top: 10px; */
    padding-bottom: 13px;
}
::-webkit-input-placeholder { /* Edge */
  color: #0e0e0e;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0e0e0e;
   font-size: 16px;
}

::placeholder {
 color: #0e0e0e;
   font-size: 16px;
}

.contact-page-form h2 {
    font-size: 25px;
    color: #bc4c29;
    margin-bottom: 21px;
    font-weight: 500;
}
.main_head_txt {
    color: #da4212;
    font-size: 29px;
    margin-bottom: 30px;
}
.title-box h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}


/*service new css*/
.inner-banner {
	line-height:0px;
}
.inner-page.page2 {
	background: #efefef;
}

/*service section css*/
/*service new css*/
.inner-banner {
	line-height:0px;
}
.inner-page.page2 {
	background: #efefef;
}

/*service section css*/

.service-sec {
	/* background: #f2fffc; */
	background: url(../img/bg1.jpg) no-repeat;
	background-attachment:fixed;
	padding:50px 0px 0px;
}
.head2 {
	color:#f6bb18;
	text-align:center;
}
.service-r1 {
	line-height:0px;
}
.service-b1 {
    width: 33.3%;
    float: left;
}
.b1-left {
	width:50%;
	float:left;
	overflow:hidden;
}
.service-b1:hover .b1-left img{
	transform: scale(1.2) rotate(0deg);
}
.b1-left img {
	width:100%;
	transition:all 0.5s ease;
}
.b1-right {
    background: #fff;
    width: 50%;
    float: left;
    height: auto;
    padding: 19px 15px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -ms-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -o-box-shadow: 0 0 32px rgba(0,0,0,0.20);
    box-shadow: 0 0 32px rgba(0,0,0,0.20);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.b1-right h4 {
	    margin-bottom: 0px;
}
.b1-right p {
    font-size: 15px;
}
.service-b1:hover .b1-right a {
	display:block;
}

.title-line2 {
    background: #0e0e0e;
    width: 55px;
    height: 2px;
    margin: 15px auto 15px auto;
}
.b1-right:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #fff;
    transform: rotate(45deg);
    margin-left: -8px;
    z-index: 1;
}
.b1-right.right2:after {
	content: "";
    position: absolute;
    right: -15px;
    top: 44%;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    background: #fff;
    transform: rotate(45deg);
	    left: 93%;
		z-index:1;
}
.service-r1 h4 {
    font-size: 19px;
    color: #dc572c;
     font-weight: 500;
}


/*Plane Section style start here*/
.single_plan__block {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #150f03d9;
    margin-bottom: 0px;
}
.block_bg1{
	margin-bottom: 30px;
}
.block_bg2{
	margin-bottom: 30px;
}
.plan-content-box p {
    color: #fff;
    font-size: 15px;
}
.block_bg1:after{
  background-image: url(../images/location01.jpg);
  background-size: cover;
}
.block_bg2:after{
  background-image: url(../images/location02.jpg);
  background-size: cover;
}
.block_bg3:after{
  background-image: url(../images/location03.jpg);
  background-size: cover;

}
.block_bg4:after{
  background-image: url(../images/location04.jpg);
  background-size: cover;
 
}

.single_plan__block:after {
   background-position: right top;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 39%;
    z-index: -1;
}

.single_plan__block.blue__block::before {
    background: #feb20d;
}
.plan-content-box {
       background: #b4490f none repeat scroll 0 0;

    color: #ffffff;
    padding: 30px;
    width: 55%;
	position:relative;
	z-index:9;
}
.plan-content-box:after{
	position: absolute;
	top:0;
	left: 0;
	width: 0;
	height: 100%;
	background: #190a02ba;
	content:'';
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.single_plan__block:hover .plan-content-box:after{
	width: 100%;
}
.single_plan__block:hover h3::after{
	background: #00305b;
}
.block_bg5:after{
  background-image: url(../images/finance-bg2.jpg);
  background-size: cover;
 
}
.block_bg6:after{
  background-image: url(../images/finance-bg3.jpg);
  background-size: cover;
  

}
.single_plan__block:after,
.single_plan__block-img:after {
   background-position: right top;
    content: "";
    height: 100%;
    right: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 46%;
    z-index: -1;
	
}
.single_plan__block-img:after{
	 opacity:1;
}


.blue__block .plan-content-box {
    background: #feb20d none repeat scroll 0 0;
    color: #333333;
}
.single_plan__block.blue__block::after {
    background: #00305b none repeat scroll 0 0;
}

.blue__block .more_btn__block {
    color: #333333;
}

.plan-content-box h3 {
    margin-bottom: 35px;
    position: relative;
    font-size: 20px;
}
.plan-content-box h3::after {
  background: #ffffff;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45px;
    transition: all 0.3s ease;
}
.blue__block .plan-content-box h3::after {
    background: #333333;
}
.single_plan__block:hover h3::after {
    background: #ffffff;
}

.image2::after {
   position: absolute;
    content: "";
    border: 10px solid #b54a0f;
    width: 25%;
    height: 36%;
    left: 78.5%;
    top: -5%;
    z-index: -1;
    right: 0px;
    background: #b44a0f;
}



   .image2::before {
   position: absolute;
    content: "";
    border: 10px solid #b54a0f;
    width: 27%;
    height: 39%;
    left: -3%;
    top: 66%;
    z-index: -1;
    right: 0px;
    background: #b44a0f;
}

.image2 {
	position: relative;
	background: #fff;
    padding: 10px;
    box-shadow: 0 0px 30px #cccccc6e;
	margin-top: 30px;
}
.cs-about-box.abox22 {
    border: none;
    /* padding: 0px!important; */
    padding: 10px 30px 10px 0px;
}
span.small_txt {
    color: #0e0e0e;
    font-size: 20px;
    /* padding: 0px; */
    /* margin: 0px; */
    padding-left: 5px;
}
.row.widget-content {
    margin-left: -22px;
}
.contact-info-text h4 {
    color: #fff;
    margin-top: -6px;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 500;
}
.sec-title span {
    color: #dc572c;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #2f2f2f;
    font-weight: 500;
    /* padding: 51px 0; */
    text-align: center;
    margin-top: 0px;
    margin-bottom: 29px;
}
/*contact2*/
.bg-deep {
    background-color: #f9f9f9 !important;
}
.icon-box {
    margin-bottom: 30px;
    padding: 20px 4px;
}
.media-body h5 {
    font-size: 18px;
    font-weight: 500;
    color: #bc4c29;
}
span.icon_sett {
    /* margin-top: 10px; */
    /* padding-bottom: 13px; */
    font-size: 27px;
    color: #bc4c29;
   
}
.media-body p {
    font-size: 15px;
}
.media-left.pull-left {
    margin-left:10px;
    margin-right: 13px;
}
span.icon_sett i {
    margin-top: 2px;
}
/*contact2 new end*/

.img-wrapper iframe{
	border-radius: 15px;
	display: grid;
}
div#image-gallery .section-title{
	font-size: 25px;
	margin-bottom: 0px;
}
.mt25{
	margin-top: 25px;
}
.location-desc{
	margin-bottom: 25px;
	text-align: justify;
}
/* Style the tabs */
.tab {
    float: left;
    width: 21%;
    height: 300px;
    margin-right: 3%;
}

.tab button {
	display: block;
    color: white;
    padding: 7px 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    border: 1px solid #b4490f;
    margin-bottom: 2px;
    background-color: #b4490f;
    border-radius: 2px;
}

.tab button:hover {
  background-color: #431b05;
  border-color: #431b05;
}

.tab button.active {
	background-color: #431b05;
    border-color: #431b05;
}
.tabcontent {
  float: left;
  padding: 15px 15px;
  border: 1px solid #e6e6e6;
  width: 76%;
  height: auto;
}
/* tab styles end */
.tab-heightlights{
	width: 100%;
	height: auto;
	display: inline-block;
}
.tabtitle{
	font-size: 23px;
	color: #da4212;
	margin-bottom: 7px;
}
.border-line{
	border-top: 4px solid #2f2f2f;
	width: 35px;
	position: relative;
	margin-bottom: 20px;
}
.border-line:before{
	position: absolute;
    content: "";
    border-top: 3px solid #dc572c;
    width: 20px;
    right: -22px;
    top: -3.518px;
}
.tab-desc{
	width: 100%;
	height: auto;
	display: inline-block;
}
.tab-desc #image-gallery{
	margin-top: 0px;
}
.tab-desc .img-wrapper{
	border: none;
	padding: 0px;
	margin-top: 0px;
}
.tab-desc .img-wrapper img,.tab-desc .img-overlay{
	border-radius: 0px;
}
#gallery .fa{
	cursor: pointer;
}
.tab-desc #gallery{
	padding-top: 0px;
}
.project-highlights li{
	font-size: 16px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 5px;
	color: #000;
}
.project-highlights li:before{
	position: absolute;
	content: "\f101 ";
	font-family: FontAwesome;
	left: -20px;
	color: #da4212;
}
.btn-brocure{
	width: auto;
	padding: 8px 15px;
	border-radius: 3px;
	border: 1px solid #da4212;
	background-color: #da4212;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	display: inline-block;
}
.btn-brocure:hover{
	color: #fff;
}
.block_bg3 {
    margin-bottom: 30px;
}
.cs-about-area.home{
	padding-bottom: 80px;
}




