/**
====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,900|Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=BenchNine:300,400,700');

/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

@import url('flaticon.css');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.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: 'Open Sans', sans-serif;
}
html{
	scroll-behavior: smooth;;
  }

a{
	text-decoration:none;
	cursor:pointer;
	color:#e38b00;
	transition: all 500ms ease;
}

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: 'Montserrat', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

figure{
	margin: 0;
	padding: 0;	
}

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

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	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*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 40px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #e38b00;
}

.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:2px 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 #e38b00;
	-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 #e38b00;
	-webkit-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding: 18px 35px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background-color: #494949;
	-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(277, 139, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
}

.color-palate {
	display: none;
}


/*Btn Style Four*/

.btn-style-four{
	position:relative;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding: 18px 35px;
	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: #ffffff;
	-webkit-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(277, 139, 0, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(277, 139, 0, 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: #e38b00;
}

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


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

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

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

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #e38b00;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
}

/*=== 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: #e38b00;
	font-weight: 900;
	font-family: "FontAwesome";
    content: "\f061";
}

.theme_color{
	color:#e38b00;
}

.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:20px;
	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:#e38b00;
	color: #222222;
}

/*** 

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

***/

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

.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: #222222;
	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: right;
}

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

.main-menu {
    position: static;
    float: left;
    font-family: 'Montserrat', 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: 45px;
	-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:#fff;
	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.current > a{
	color:#e38b00;
}
.main-menu .navigation > li > a:hover::before,
.main-menu .navigation > li.current > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto; 
	width: 44px;
	height: 2px;
	background: #e38b00;
}
.main-menu .navigation > li > a:hover::after,
.main-menu .navigation > li.current > a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e38b00;
	transform: translateX(-50%);
}
.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(0,0,0,.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 #e38b00;
	background:#222222;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	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;	
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.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 #e38b00;
}

.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;
	top: 0;
	right: 0;
}
.main-header .outer-box .nav-toggler {
	position: relative;
	margin-left: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: #e38b00;
	transition: all 0.5s ease-in-out;
}
.main-header .outer-box .nav-toggler:hover{
	color: #fff;
}
.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: #e38b00;
}


.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: #e38b00;
}


/*===================================
		Header Style One
===================================*/
.header-style-one{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
}
.header-style-one:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100px;
	background-color: #e38b00;
	opacity: 0.4;
}

.header-style-one{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.header-style-one .header-lower{
	position: relative;
	background-color: rgba(0,0,0,0.80);
	margin: 0 30px;
	padding: 0 40px;
}

.header-style-one .header-lower:before{
	position: absolute;
	top: 0;
	left: -30px;
	height: 0;
	width: 0;
	border-left: 30px solid transparent;
	border-top: 100px solid rgba(0,0,0,0.80);
	content:"";
}

.header-style-one .header-lower:after{
	position: absolute;
	top: 0;
	right: -30px;
	height: 0;
	width: 0;
	border-right: 30px solid transparent;
	border-top: 100px solid rgba(0,0,0,0.80);
	content:"";
}


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

.header-style-one .main-menu .navigation > li{
	margin-left: 35px;
}

.header-style-one .main-menu .navigation > li > a{
	position: relative;
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
}
.header-style-one .main-menu .navigation > li > a:hover{
	color: #e38b00;
}
.header-style-one .main-menu .navigation > li > a:before{
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	bottom: 35px;
	content: "";
	background-color: #e38b00;
	transition: all 300ms ease;
}


.header-style-one .main-menu .navigation > li:hover > a:before,
.header-style-one .main-menu .navigation > li.current > a:before{
	left: 0%;
	width: 100%;
}


.header-style-one .outer-box {
	padding: 29.5px 0;
	margin-left: 32px;
}

.header-style-one .search-box-btn:hover{
	color: #ffffff !important;
}

.header-style-one .search-box-outer .dropdown-menu{
	top: 20px !important;
}




/*** 

====================================================================
	Side Nav Bar
====================================================================

***/

.sidenav-bar{
	position:fixed;
	left:-350px;
	top:0px;
	width: 350px;
	height:100%;
	overflow-y:auto;
	background:#111111;
	z-index: 99999;
	transition: all 500ms ease;	
}

.active-side-nav .sidenav-bar{
	left: 0;
}

.sidenav-bar .inner-box{
	position: relative;
	padding: 50px 30px;
}

.sidenav-bar:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/icon-dots-dark.jpg);
	background-repeat: repeat;
	background-position: center;
	content: "";
}

.sidenav-bar .upper-box{
	position: relative;
	margin-bottom: 50px;
}

.sidenav-bar .upper-box .logo a{
	position: relative;
}

.sidenav-bar .cross-icon{
	position: absolute;
	right: 0;
	top: 15px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	background-color: #ffffff;
	cursor: pointer;
	transition: all 300ms ease;
}

.sidenav-bar .cross-icon:hover{
	background-color: #ffa500;
	color: #ffffff;
}

.sidenav-bar .side-nav{
	position: relative;
	margin-bottom: 50px;
}


.sidenav-bar .side-nav .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:0px;
	top: 10px;
	line-height: 30px;
	display:block;
	font-size:16px;
	z-index:5;
	font-weight:300;
}

.sidenav-bar .side-nav .navigation > li.dropdown.active > a:before{
	content: "\f107";
}

.sidenav-bar .side-nav .navigation > li.dropdown > ul,
.sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
	position:relative;
	display:block;
	left:0%;
	top:0px;
	width:100%;
	z-index:100;
	padding:10px 0px;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:10px;
	width:34px;
	height:30px;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.sidenav-bar .subscribe-form{
	position: relative;
}

.sidenav-bar .subscribe-form h5{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 25px;
}

.sidenav-bar .subscribe-form form{
	position: relative;
}

.sidenav-bar .subscribe-form input[type="text"],
.sidenav-bar .subscribe-form input[type="email"]{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	font-weight: 400;
	padding: 10px 30px;
	background-color: #000000;
	border-radius: 30px;
	transition: all 300ms ease;
}

.sidenav-bar .subscribe-form button,
.sidenav-bar .subscribe-form input[type="submit"]{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 10px;
	height: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
}

.sidenav-bar .subscribe-form button:hover,
.sidenav-bar .subscribe-form input[type="submit"]:hover{
	color: #ffffff;
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:99999;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.active-side-nav .form-back-drop{
	opacity:1;
	visibility:visible;
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
    left: -500px;
    top: 0px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
	background-color: #222222;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-side-nav .hidden-bar{
	left:0px;
	opacity:1;
	visibility:visible;
}

.hidden-bar .inner-box {
	position: relative;
	background-color: #222222;
	padding: 28px 30px 20px;
}

.hidden-bar .inner-box .cross-icon{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	z-index: 2;
}

.hidden-bar .inner-box h2{
	position:relative;
	font-size:28px;
	font-weight:500;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:20px;
}

/*Appointment Form*/

.hidden-bar .appointment-form{
	position:relative;
}

.hidden-bar .appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"],
.hidden-bar .appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.10);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.hidden-bar .appointment-form input::placeholder,
.hidden-bar .appointment-form textarea::placeholder{
	color:#bdbdbd;
}

.hidden-bar .appointment-form input:focus,
.hidden-bar .appointment-form textarea:focus{
	border-color: #ffffff;
}

.hidden-bar .appointment-form textarea{
	height:135px;
	resize:none;
}

.hidden-bar .appointment-form .form-group button{
	margin-top:10px;
	display: block;
	width: 100%;
	border-radius: 0;
	font-weight: 700;
	background-color: #ffffff;
	color: #222222;
}

.hidden-bar .appointment-form .form-group button:hover{
	color: #ffffff;
}

.contact-info-box{
	position:relative;
	padding-top:20px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	display: block;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.contact-info-box .info-list li a{
	position:relative;
	display: inline-block;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#ffffff;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:rgba(255,255,255,0.50);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-info-box .social-list li a:hover{
	color:rgba(255,255,255,0.80);
}

.mCSB_inside>.mCSB_container{
	margin-right: 0;
}

/*** 

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

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background-color:#fff;
    -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;
}

.fixed-header .sticky-header .main-menu{
	float: right;
}

.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 10px !important;
	line-height:30px;
	font-size:16px;
	font-weight:400;
	color:#333;
	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: #e38b00;
}

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

.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 .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(0,0,0,.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);
	text-align: left;
}

.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 #e38b00;
	background:#222222;
}

/*** 

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

***/

.banner-section{
	position: relative;
	width: 100%;
}

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

.banner-carousel h1{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 72px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
	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);
	z-index: 33;
}

.banner-carousel .active h1{
	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;
	z-index: 33;
}

.banner-carousel .content-box .text{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 40px;
	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-section .banner-carousel{
 	position: relative;
}

.banner-section .owl-item,
.banner-section .owl-stage,
.banner-section .owl-wrapper,
.banner-section .owl-stage-outer,
.banner-section .owl-wrapper-outer {
    height: 100% !important;    
}

.banner-section .slide-item{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0;
}

.banner-section .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #00000078;
	opacity: 0.60;
}

.banner-section .slide-item .content-box {
	position: relative;
	max-width: 1200px;
	padding: 367px 0 308px;
}

.banner-section .content-box .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #aaaaaa;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	-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 .active .content-box .title{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 1000ms;
}

.banner-section .content-box h2{
	position: relative;
	display: block;
	font-size: 78px;
	line-height: 1.2em;
	margin-bottom: 0;
}

.banner-section .active .content-box h2{
	animation: slideInRight 1s;
	animation-delay: 500ms;
}

.banner-section .content-box .video-link a{
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #ffa500;
	font-weight: 400;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.46);
	transform: translateY(-50px);
	-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 .content-box .video-link a:hover{
	color: #ffffff;
	border-color: #000000;
}

.banner-section .owl-nav{
	display: none !important;
}

.banner-section .owl-dots {
	position: absolute;
	left: 254px;
	bottom: 91px;
	display: block !important;
}

.banner-section .owl-dot{
	position: relative;
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 35px;
	margin-right: 38px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #fff;
}

.banner-section .owl-dots:before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 95px;
	height: 2px;
	background: #fff;
}


.banner-section .owl-dot.active {
	background-color: #e38b00;
	height: 8px;
	width: 8px;
	border: 1px solid #fff;
	top: 1px;
}

.banner-section .social-links {
	position: absolute;
	left: 80px;
	bottom: 90px;
	z-index: 9;
}

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

.social-icon-three li{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    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;
    width: 40px;
    height: 40px;
    border: 1px dashed transparent;
    border-radius: 50%;
    text-align: center;
}

.social-icon-three li a:hover{
	color: #fff;
	border: 1px dashed #e38b00;
}


.banner-section .carousel-column{
	position: relative;
}

.banner-section .carousel-column .carousel-outer{
	position: relative;
}

.banner-section .thumbs-carousel {
    position: absolute;
    right: 22%;
    bottom: 50px;
    transform-origin: right;
    max-width: 230px;
    background-color: #fff;
}

.banner-section .thumbs-carousel .thumb-box{
	position: relative;
}

.banner-section .thumbs-carousel .thumb-box figure {
    position: relative;
    margin-bottom: 0;
    right: -30px;
}

.banner-section .carousel-outer .thumbs-carousel img{
	width: 200px;
	height: auto;
}
.banner-section .carousel-outer .thumbs-carousel .owl-dots{
	display: none !important;
}

.banner-section .carousel-outer .thumbs-carousel .owl-nav {
    position: absolute;
    left: -44px;
    bottom: 37px;
    display: block !important;
}

.banner-section .carousel-outer .thumbs-carousel .owl-prev{
	display: none;
}
.banner-section .carousel-outer .thumbs-carousel .owl-next {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    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-section .carousel-outer .thumbs-carousel .owl-next:hover{
	color: #e38b00;
}


.banner-section .carousel-outer .thumbs-carousel .owl-next i {
    display: block;
}

.banner-section .carousel-outer .thumbs-carousel .owl-next i:before {
    margin-left: 28px;
    font-size: 40px;
    color: #e38b00;
}


/***
====================================================================
			Main Slider
====================================================================

***/

.main-slider{
	position:relative;	
	z-index:99;
}

.main-slider .tp-caption{
	z-index:98 ;
	position: relative;

}

.main-slider .rev_slider .slotholder:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 
    /* black overlay with 70% transparency */
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.main-slider h1{	
	font-size:60px;
	line-height:1em;
	color: #ffffff;
	font-weight:700;
	text-align: center;
	text-transform: uppercase;
}

.main-slider .text{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.btns-box {
    position: relative;
    text-align: center;
    margin: 40px 0 !important;
}

.anim-icons{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 99;
    text-align: center;
    opacity: 1;
    margin-left: -8px;
    animation: fadeInDown 3s infinite;
    background: #000;
    padding: 26px 12px;
    cursor: pointer;
    border-radius: 48px;
    border: 1px solid #fff;
}
.arrow-down::before {
    content: "";
    position: absolute;
    left: 19px;
    top: -11px;
    width: 2px;
    height: 32px;

    background-color: #fff;
}
.arrow-down .fa {
    position: relative;
    display: inline-block;
    width: 16px;
    bottom: -19px;
    font-size: 16px;
    color: #fff;

}


/*** 

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

***/

.page-title {
    position: relative;
    padding: 233px 0 165px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity: .80;
	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: 600;
	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;
    background: rgba(0,0,0,0.5);
    padding: 14px 30px;
    border-radius: 30px 0 0px 30px;
    border:1px dashed #fff;
    border-right: none;
}
.page-title .bread-crumb:before {
    position: absolute;
    width: 771px;
    left: 100%;
    height: 60px;
    top: -1px;
    content: "";
    background: rgba(0,0,0,0.5);
    border: 1px dashed #fff;
    border-right: none;
    border-left: none;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #e38b00;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
    padding-right: 20px;
    margin-right: 20px;
}
.page-title .bread-crumb span{margin-right: 10px;}
.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:#e38b00 ;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 40px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	padding: 0 0 30px;
	-webkit-mask-image: linear-gradient(-75deg, rgba(10,21,169,0.6) 50%, #ff7e00 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
}

.sec-title h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color:#e38b00; 
}

.sec-title h2:after{
	content: "";
	position: absolute;
	left: 45px;
	bottom: 0;
	width: 10px;
	height: 2px;
	background-color:#333333; 
}


.sec-title.text-center {
	right: 0;
	margin: 0 auto;
}

.sec-title.text-center h2:before{
	left: 47%
}

.sec-title.text-center h2:after{
	left: 51%;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



/*** 

====================================================================
			About Section
====================================================================

***/

.about-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 50px;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner-column {
	position: relative;
	text-align: center;
}

.about-section .image-column .title-box{
	position: absolute;
	left: 95px;
	bottom: 75px;
	width: 100%;
	text-align: left;
	z-index: 9;
}

.about-section .image-column .title-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 78px;
	color: #f2f2f2;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;
	font-family: "Rubik", sans-serif;
}

.about-section .image-column .image-box{
	position: relative;
	z-index: 1;
}

.about-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
	z-index: 1;
}
.about-section .image-column .image-box .image:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 471px;
	height: 500px;
	background-image: url(../images/resource/1.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -1;
}
.about-section .image-column .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.about-section .content-column{
	position: relative;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-top: 98px;
}

.text ul li{
	list-style: circle;
	text-align: left;
}


.about-section .content-column .content-box {
	position: relative;
	padding-right: 50px;
}

.about-section .content-column .content-box h5 {
	color: #e38b00;
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
	padding-bottom: 20px;
}

.about-section .content-column .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 5px;
}

.about-section .content-column .content-box .link-box{
	position: relative;
}

.about-section .content-column .content-box .link-box a{
	font-weight: 700;
}

/*** 

====================================================================
			Services Section
====================================================================

***/
.services-section {
	position: relative;
	padding: 98px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.services-section:before{
	content: "";
	position: absolute;
	right: 0;
	bottom:0;
	width: 250px;
	height: 381px;
	animation: slideInRight 1s;
	animation-delay: 500ms;
	background-image: url(../images/background/5.png);
	z-index: -1;
	background-repeat: no-repeat;
}

.services-section .upper-box {
	position: relative;
	padding: 46px 0 341px;
}

.services-section .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	opacity: .85;
}

.services-section .services-box {
	position: relative;
	margin-top: 75px;
}

.services-section .services-box .auto-container{
	padding: 0;
}

.services-carousel {
	position: relative;
	padding-bottom: 52px;
}

.service-block{
	position: relative;
	padding: 0 15px 15px;
}

.service-block .inner-box{
	position: relative;
}
.service-block .inner-box .icon-box {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.service-block:hover .icon-box {
	transform: rotateY(190deg);
}
.service-block .inner-box .icon-box i:before{
	margin:0;
	font-size: 55px; 
	color: #bbbbbb;
	line-height: 60px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.service-block:hover .inner-box .icon-box i:before{
	color: #e38b00;
}
.service-block .lower-content {
	position: relative;
	padding: 19px 20px 0px;
	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;
}

.services-section .service-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 600;
	margin-bottom: 8px;
}

.service-block .lower-content h3 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;
}

.service-block .lower-content h3 a:hover{
	color: #e38b00;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 10px;
}

.service-block .lower-content .link-box{
	position: relative;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	color: #e38b00;
	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;
}

.service-block .lower-content .link-box a:hover{
	color: #222;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	display: block !important;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 6px;
	width: 12px;
	margin: 0 5px;
	background-color: #333333;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	background-color: #e38b00;
}

.service-block .image-box {
	position: relative;
}

.service-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.service-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-block .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #e38b00 padding-box content-box;
	content: "";
	padding: 15px;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.service-block .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.service-block .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.service-block .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .overlay-box a:hover i{
	color: #ffffff;
}

/*** 

====================================================================
			Services Section Style Two
====================================================================

***/

.services-section.style-two {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 10px 0 100px;
}

.services-section.style-two::before {
	display: none;
}

.services-section.style-two::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5); 
}

.services-section.style-two .services-carousel-two .service-block {
	position: relative;
	background-color: #fff;
	margin: 0 15px;
	padding: 35px 50px;
	margin-top: 90px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.services-section.style-two .services-carousel-two .center .service-block{
	margin-top: 15px;
	background-color: #e38b00;
}

.services-section.style-two .services-carousel  {
	position: relative;
	padding-bottom: 0;
}

.services-section.style-two .service-block .lower-content h3{
	font-size: 24px;
	margin-bottom: 42px;
	position: relative;
}

.services-section.style-two .services-carousel-two .center .service-block .lower-content h3 a,
.services-section.style-two .services-carousel-two .center .service-block .lower-content .text{
	color: #fff;
}

.services-section.style-two .services-carousel-two .center .service-block .lower-content a{
	color: #fff;
}

.services-section.style-two .service-block .lower-content h3::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	width: 40px;
	height: 1px;
	background-color: #dddddd;
	transform: translateX(-50%);
}

.services-section.style-two .services-carousel-two .center .service-block .lower-content h3::before{
	background-color: #fff;
}

.services-section.style-two .services-carousel-two .number-slide {
	position: absolute;
	right: -43px;
	font-size: 72px;
	font-weight: 700;
	bottom: -3px;
	opacity: 0.1;
	color: #333;
}





/*** 

====================================================================
			Fluid Section two
====================================================================

***/

.fluid-section-two{
	position:relative;
	z-index: 1;
}


.fluid-section-two .container-fluid{
	position:relative;
	min-height:350px;
}
.fluid-section-two .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 55%;
	height: 93%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}

.fluid-section-two .image-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #141b28;
	opacity: .10;
	content: "";
}

.fluid-section-two .image-column .image-box{
	position:relative;
	display: none;
}

.fluid-section-two .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-two .content-column {
    position: relative;
    float: right;
    width: 54%;
    padding: 54px 0 0 0;
    z-index: 22;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    max-width: 1045px;
    box-shadow: 29px 0px 51px rgba(0,0,0,0.24);
    background-color: #fff;
    margin-right: -25px;
}
.fluid-section-two .content-column .text-column {
	position: relative;
	z-index: 1;
}
.fluid-section-two .services-box .col-lg-6.col-md-6 {
    padding: 0;
}
.fluid-section-two .content-column .text-column .inner-box {
    position: relative;
   padding: 90px 338px 42px 98px;
    z-index: 2;
}

.fluid-section-two .content-column .text-column .inner-box .text {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 26px;
}
.fluid-section-two .services-box {
    position: relative;
    padding-top: 45px;
}
.fluid-section-two .services-box .box-cloumn {
    position: relative;
    margin-bottom: 85px;
}
.fluid-section-two .services-box .box-cloumn .icon-box {
    position: absolute;
    left: 0;
    top: 6px;
}
.fluid-section-two .services-box .box-cloumn .icon-box i:before {
    margin: 0;
    font-size: 60px;
    color: #1f1f1f;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.fluid-section-two .services-box .box-cloumn h4 {
    font-size: 18px;
    color: #777;
    font-weight: 500;
    padding-left: 76px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.fluid-section-two .services-box .box-cloumn:hover h4 {
    color: #333333;
}
.fluid-section-two .services-box .box-cloumn:hover .icon-box i:before {
    color: #e38b00;
}




/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section {
	position: relative;
	padding: 96px 0px 90px;
}

.project-section .tabs-header {
	position: relative;
	margin-bottom: 15px;
}

.project-section .product-tab-btns {
	position: relative;
	padding-top: 39px;
}

.project-section .product-tab-btns .p-tab-btn{
	position:relative;
	cursor:pointer;
	color:#333;
	font-weight:600;
	font-size:16px;
	display:inline-block;
	margin-bottom:10px;
	margin-left:30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section .product-tab-btns .p-tab-btn:last-child{
	padding-right:0px;
}

.project-section .product-tab-btns .p-tab-btn:last-child::after{
	display:none;
}

.project-section .product-tab-btns .p-tab-btn:hover,
.project-section .product-tab-btns .p-tab-btn.active-btn{
	color:#e38b00;
}

.project-tab{
	position:relative;	
}

.project-tab .sec-title{
	margin-bottom:40px;
}


.project-tab .projects-carousel .owl-dots{
	display:none;
}
.project-tab .projects-carousel .owl-nav {
	display: block;
	float: right;
	margin-top: 40px;
}
.project-tab .projects-carousel .owl-nav .owl-next span{
	margin-left: 15px;
}
.project-tab .projects-carousel .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 6px;
	width: 2px;
	height: 15px;
	background-color: #bbbbbb;
}
.project-tab .projects-carousel .owl-nav .owl-prev span{
	margin-right: 15px;
}
.project-tab .projects-carousel .owl-nav .owl-prev, 
.project-tab .projects-carousel .owl-nav .owl-next {
	display: inline-block;
	margin: 0 14px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.project-tab .projects-carousel .owl-nav .owl-prev:hover, 
.project-tab .projects-carousel .owl-nav .owl-next:hover {
	color: #e38b00;
}
.project-tab .projects-carousel .owl-nav .owl-prev span,
.project-tab .projects-carousel .owl-nav .owl-next span{
	transform: rotate(270deg);
}
.project-tab .p-tabs-content{
	position:relative;
	display:block;	
}
.project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;

}	
.p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}
.p-tab .project-block {
	transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}
.p-tab.active-tab .project-block {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
.project-section .text-column {
	position: relative;
	padding-top: 54px;
}
.project-section .text-column .inner-box .text {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.project-section .text-column .inner-box h3 {
	color: #e38b00;
	font-size: 30px;
	font-weight: 600;
	margin: 13px 0 27px;
}
.project-section .text-column .inner-box h6 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	margin-bottom: 46px;
}
.project-section .text-column .inner-box .more-project {
	position: relative;
    margin-top: 100px;
}
.project-section .text-column .inner-box .more-project a{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.project-section .text-column .inner-box .more-project a:hover{
	color: #e38b00;
}
.project-section .text-column .inner-box .more-project a i{
	color: #e38b00;
	margin-left: 10px;
}
.project-block {
    position: relative;
    margin-left: 48px;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image{
	position:relative;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}


.project-block .inner-box:hover .image:before{
	opacity:0;
}

.project-block .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
	top:0px;
	z-index:2;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background:rgba(0,0,0,0.67);
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block .inner-box:hover .image .overlay-box{
	opacity:1;
	-webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block .inner-box .image .overlay-box .overlay-inner {
	position: absolute;
	left: -20px;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	text-align: left;
	padding: 10px 20px;
	vertical-align: middle;
	z-index: 999;
	transform: translate(-20%, 23%);
}

.project-block .inner-box .overlay-box .overlay-inner .overlay-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}


.project-block .inner-box .image .overlay-box .see-more {
    position: relative;
}
.project-block .inner-box .image .overlay-box .see-more span:before {
    margin-left: 0;
    font-size: 46px;
    color: #fff;
    padding: 25px 30px;
    background-color: #e38b00;
}





/*** 

====================================================================
			Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 97px 0 40px;
}
.team-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 243px;
	height: 533px;
	background-image: url(../images/background/4.png);
	z-index: -1;
	transform: translateY(-50%);
}
.team-section .sec-title{
	margin-bottom: 60px;
	position: relative;
}
.team-section .team-block{
	position: relative;
	margin-bottom: 60px;
}

.team-section .team-block .inner-box{
	position: relative;
	z-index: 1;
}	

.team-section .team-block .image-box{
	position: relative;
	
}

.team-section .team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 9;
}

.team-section .team-block .image-box img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}

.team-section .team-block .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-section .team-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100px;
	opacity:0;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.team-section .team-block .inner-box:hover .image:before{
	opacity:1;
}

.team-section .team-block .image-box .social-links {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.team-section .team-block .image-box .social-links li{
	position: relative;
	display: inline-block;
	left: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 5px;
}

.team-section .team-block .image-box .social-links li a{
	display: block;
	text-align: center;
	font-size: 19px;
	line-height: 50px;
	width: 30px;
	text-align: center;
	color: #fff;
	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;
}

.team-section .team-block .image-box .social-links li a:hover{
	background-color: #e38b00;
	border-radius: 25px 25px 0 0;
	color: #fff;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(2){
	transition-delay: 100ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(3){
	transition-delay: 200ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(4){
	transition-delay: 300ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(5){
	transition-delay: 400ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(6){
	transition-delay: 500ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(7){
	transition-delay: 600ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(8){
	transition-delay: 700ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(9){
	transition-delay: 800ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(10){
	transition-delay: 900ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li{
	left: 0;
	bottom:0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	z-index: 9;
}
.team-section .team-block .inner-box .info-box {
	position: relative;
	border-bottom: 1px solid #dddddd;
	padding: 23px 0 33px;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.team-section .team-block .inner-box:hover .info-box{
	border-bottom: 1px solid #e38b00;
}
.team-section .team-block .inner-box .info-box .name a{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #333333;
	text-align: left;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.team-section .team-block .inner-box:hover .info-box .name a{
	color: #e38b00;
}

.team-section .team-block .inner-box .designation{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}


/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
}

.testimonial-section .outer-container{
	position:relative;
	min-height:350px;
}

.testimonial-section .image-column {
	position: absolute;
	float: left;
	left: 0px;
	top: 0px;
	width: 62%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	max-height: 570px;
}
.testimonial-section .image-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .55;
	content: "";
}

.testimonial-section .image-column-two {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 38%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	max-height: 570px;
}



.testimonial-section .image-column .image-box{
	position:relative;
	display:none;	
}

.testimonial-section .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.testimonial-section .title-column{
	position: relative;
	float: right;
	width: 100%;
	max-width: 35%;
}

.testimonial-section .title-column .inner-column{
	position: relative;
	padding:100px 15px 0;
	max-width: 500px;
	text-align: right;
	margin: 0 auto;
}

.testimonial-section .title-column .sec-title{
	margin-bottom: 60px;
}

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

.testimonial-section .testimonial-column {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 100px auto 0;
}

.testimonial-section .testimonial-column::before {
	content: "";
	position: absolute;
	right: 0;
	right: 0;
	bottom: 0;
	width: 171px;
	height: 251px;
	background-image: url(../images/background/8.png);
	z-index: 1
}

.testimonial-section .testimonial-column .inner-column {
	position: static;
	float: left;
	width: 100%;
	padding: 97px 170px 108px 100px;
	box-shadow: 7px 0 51px rgba(0,0,0,0.11);
}

.testimonial-section .testimonial-column .inner-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	content: "";
}

.testimonial-carousel {
	position: relative;
}

.testimonial-carousel .info-box .image-box,
.testimonial-carousel .info-box .text-box {
	position: relative;
	float: left;
}
.testimonial-carousel .info-box .text-box {
	padding: 24px 0 0 37px;
}

.testimonial-section .testimonial-block {
	position: relative;
	width: 100%;
}
.testimonial-section .testimonial-block .inner-box {
	position: relative;
}
.testimonial-section .testimonial-block .inner-box::before {
	position: absolute;
	right: 117px;
	bottom: -133px;
	font-size: 48px;
	line-height: 30px;
	color: #dbdbdb;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: "\f10e";
}
.testimonial-section .testimonial-block .info-box {
	position: relative;
	width: 100%;
	margin-top: 39px;
}
.testimonial-carousel .info-box .text-box .name {
	font-size: 18px;
	font-weight: 600;
	color: #e38b00;
	line-height: 30px;
}
.testimonial-carousel .info-box .text-box .designation {
	font-size: 14px;
}

.testimonial-carousel .owl-nav{
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 60px;
	height: 30px;
	display: none;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
	position: absolute;
	left: 15px;
	bottom: 0;
	font-size: 12px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	transition: all 300ms ease;
	z-index: 9;
}

.testimonial-carousel .owl-next{
	left: auto;
	right: -15px;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover{
	color: #e38b00;
}

.testimonial-carousel .owl-dots {
	position: absolute;
	right: -24%;
	top: -297px;
	height: 180px;
	width: 150px;
	z-index: 9999;
	counter-reset: slides-num;
	background-color: #e38b00;
}

.testimonial-carousel .owl-dots::after {
	position: absolute;
	left: 63%;
	content: counter(slides-num);
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	top: 54%;
	transform: translate(-50%, -50%);
}

.testimonial-carousel .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
}

.testimonial-carousel .owl-dot span {
 	display: none;
}

.testimonial-carousel .owl-dot.active::before {
	position: absolute;
	content: counter(slides-num) " /";
	line-height: 30px;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	left: 43%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}



/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
	position: relative;
	z-index: 9;
	background-color: #eeeeee;
	padding: 50px 0 47px;
}
.clients-section:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 292px;
	background-color: #e38b00;
}
.clients-section .sponsors-outer{
	position: relative;
	padding: 50px 55px;
}

.clients-section .slide-item{
	position: relative;
}

.clients-section .image-box{
	position: relative;
	margin: 0;
	text-align: center;
}

.clients-section .image-box img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
}

.clients-section .sponsors-carousel .owl-dots,
.clients-section .sponsors-carousel .owl-nav{
	display: none;
}

/***

====================================================================
		Clients Section Style Two
====================================================================

***/


.contact-section {
    position: relative;
    padding: 96px 0 69px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.contact-section .sec-title{
	margin-bottom: 40px;
}

.contact-section .inner-container{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}

.contact-section .info-column{
	position: relative;
}

.contact-section .info-column .inner-column{
	position: relative;
}

.contact-section .info-column h4{
	position: relative;
	font-size: 20px;
	line-height: 1.2em;
	color: #2f2f2f;
	font-weight: 500;
	margin-bottom: 25px;
}

.contact-section .info-column .contact-info{
	position: relative;
}

.contact-section .info-column .contact-info li{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 28px;
	margin-left: 55px;
}

.contact-section .info-column .contact-info li a{
	display: inline-block;
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-section .info-column .contact-info li a:hover{
	color: #e38b00;
}
.contact-section .info-column .contact-info li i:before {
    font-size: 35px;
    color: #e38b00;
    display: inline-block;
    margin-left: -54px;
    position: absolute;
    margin-top: 17px;
}
.contact-section .info-column .contact-info li span {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    color: #2f2f2f;
    font-family: 'Montserrat', sans-serif;
}
.contact-section .form-column{
	position: relative;
}

.contact-section .form-column .inner-column{
	margin-top: -20px;
}

.contact-section .contact-form{
	position: relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.contact-form .form-group input[type="text"], 
.contact-form .form-group input[type="email"], 
.contact-form .form-group input[type="url"], 
.contact-form .form-group textarea, 
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    color: #777777;
    line-height: 19px;
    padding: 15px 30px;
    background-color: #fff;
    font-weight: 400;
    height: 50px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 25px;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#e38b00;
}

.contact-form .form-group textarea{
	height: 140px;
	resize: none;
	border-radius: 15px;
}

.contact-form .form-group button{
	padding: 15px 50px;
	line-height: 20px;
	text-transform: uppercase;
}

.contact-form .form-group label.error{
	color: #ff0000;
}

/***

==================================================================
		Contact Section style two
==================================================================

***/

.contact-section.style-two {
    position: relative;
    padding: 96px 0 69px;
    background: #f6f6f6;
}
.contact-section.style-two .sec-title {
    margin-bottom: 70px;
}

/***

==================================================================
		Main Footer
==================================================================

***/

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

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#222222;
	content: "";
}

.main-footer:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background-color: #e38b00;
}

.main-footer .widgets-section {
    position: relative;
    padding: 95px 0 47px;
}

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

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

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

.main-footer .footer-column .widget-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 45px;
}

.main-footer .footer-column .widget-title::before {
	position: absolute;
	left: 0;
	bottom: -12px;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #e38b00;
}

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

.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: 14px;
	line-height: 24px;
	color: #eee;
	font-weight: 400;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.recent-posts .post{
	position: relative;
	min-height: 70px;
	padding-left: 105px;
	margin-bottom: 30px;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 80px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 18px;
	color: #f4f4f4;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 3px;
}

.recent-posts .post h4 a{
	color:#f4f4f4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #e38b00;
}

.recent-posts .post .info{
	position: relative;
	display: block;
}

.recent-posts .post .info li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	padding-right: 3px;
	margin-right: 3px;
}

.recent-posts .post .info li:before{
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	content: "/";
}

.recent-posts .post .info li:last-child:before{
	display: none;
}

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

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

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 30px;
	margin-bottom: 16px;
}

.main-footer .links-widget .list li:before{
	color: #e38b00;
	position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 11px;
    line-height: 25px;
    font-weight: 900;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #eee;
	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{
	color:#eee;
}
.main-footer .links-widget .list li a:hover{
	color:#e38b00;
}

/*List Style Two*/

.main-footer .links-widget .list-address{
	position:relative;
	margin-bottom:50px;
}

.main-footer .links-widget .list-address li {
	position: relative;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 25px;
}

.main-footer .links-widget .list-address li a {
	position: relative;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
}

.main-footer .links-widget .list-address li a:hover{
	text-decoration: underline;
}

.main-footer .links-widget .list-address li i{
	position:absolute;
	left:0px;
	top: 5px;
	color:#e38b00;
	font-size:20px;
}

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

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 7px;
	margin-bottom:14px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;	
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #e38b00 padding-box content-box;
	padding: 5px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(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-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(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-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.social-icon-two {
	position: relative;
	margin-top: 26px;
}

.social-icon-two li{
	position: relative;
	float: left;
	margin-right: 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: #e38b00;
}


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

.main-footer .footer-bottom {
	position: relative;
	background-color: #383838;
	z-index: 1;
}
.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	padding:20px 0;
	padding-right: 40px;
}

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

.main-footer .footer-bottom .copyright-text a{
	color: #fff;
	-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 .footer-menu{
	position: relative;
	float: right;
	padding: 18px 0;
}

.main-footer .footer-bottom .footer-menu ul {
	position: relative;
}

.main-footer .footer-bottom .footer-menu ul li{
	position: relative;
	display: inline-block;
	margin-right: 26px;
}
.main-footer .footer-bottom .footer-menu ul li::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 9px;
	width: 2px;
	height: 10px;
	background-color: #6f6f6f;
}
.main-footer .footer-bottom .footer-menu ul li:last-child::before{
	display: none;
}
.main-footer .footer-bottom .footer-menu ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	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;
}

.main-footer .footer-bottom .footer-menu ul li a:hover{
	color: #ffffff;
}



/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
	position: relative;
	overflow: hidden;
	padding: 100px 0 41px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 50px;
}
.sidebar-page-container .sidebar-side .sidebar {
    border: 1px solid #ebebeb;
    padding: 40px 35px;
}
.sidebar-widget{
    position: relative;
    margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:14px;
	color:#777777;
	line-height:28px;
	padding:15px 25px;
	height:60px;
	width:100%;
	border:1px solid #e1e1e1;
	background-color: #ffffff;
	border-radius: 60px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#e38b00;	
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	width:60px;
	height:60px;
	line-height: 60px;
	text-align:center;
	display:block;
	font-size:18px;
	background:none;
	color:#e38b00;
	font-weight:normal;
	border-radius: 0 30px 30px 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;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	color: #222222;
}

/*=== Categories ===*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-left: -1px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li a{
	position:relative;
	font-size:15px;
	color:#888888;
	line-height: 20px;
	font-weight:500;
	padding: 20px 17px;
	display:block;
	border-bottom :1px solid #e1e1e1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li a span{
	float: right;
	font-size: 16px;
	line-height: 20px;
	font-family: "Open Sans", sans-serif;
}

.cat-list li.active a,
.cat-list li:hover a{
	color: #e38b00;
}

.cat-list li.active a span,
.cat-list li:hover a span{
	color: #e38b00;
}

/*=== Latest News ===*/

.latest-news .post {
    position: relative;
    padding-left: 101px;
    margin-bottom: 20px;
    min-height: 90px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    min-height: 104px;
}
.latest-news .post:last-child{
	border-bottom: none;
}
.latest-news .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	height: 80px;
	width: 80px;
	margin-bottom: 20px;
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.latest-news .post h3 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;
}

.latest-news .post:hover h3 a{
	color: #ff8a00;
}

.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    color: #888888;
    font-weight: 400;
}


/*Instagram Widget*/

.sidebar .instagram-widget .images-outer{
	position:relative;
	margin:0px -4px;
}

.sidebar .instagram-widget .image-box{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 4px;
	margin-bottom:8px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6){
	margin-right:0px;
}

.sidebar .instagram-widget .image-box .overlay-box{
	position:absolute;
	content:'';
	left:12px;
	top:8px;
	bottom:8px;
	right:12px;
	display:block;
	z-index:1;
	opacity:0;
	text-align:center;
	padding:8px;
	color:#ffffff;
	font-size:24px;
	line-height:44px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#e38b00;
}

.sidebar .instagram-widget .image-box .overlay-box:before{
	position:absolute;
	top:50%;
	margin-left:-12px;
	margin-top:-22px;
	display:inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box{
	opacity:0.8;
}

.sidebar .instagram-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/*=== Tags ===*/

.tag-list{
	position: relative;
	display: block;
}

.tag-list li{
	position: relative;
	float: left;
	margin-bottom: 13px;
	margin-right: 10px;
} 

.tag-list li a{
	position: relative;
    display: block;
    font-size: 14px;
    color: #777777;
    line-height: 25px;
    padding: 10px 30px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover{
	background-color: #e38b00;
	border: 1px solid #e38b00;
	color: #ffffff;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/


.group-title {
	position: relative;
	margin-bottom: 40px;
}
.group-title h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	padding: 0 0 30px;
}

.group-title h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color:#e38b00; 
}

.group-title h2:after{
	content: "";
	position: absolute;
	left: 45px;
	bottom: 0;
	width: 10px;
	height: 2px;
	background-color:#333333; 
}

.comments-area{
	position:relative;
	margin-bottom: 70px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom:56px;
}

.comments-area .comment-box.reply-comment{
	margin-left: 100px;
}

.comments-area .comment-box.reply-comment.reply{
	margin-left: 200px;
}

.comments-area .comment-box:last-child{
	margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 80px;
    padding-top: 28px;
    padding-left: 150px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width: 120px;
	height: 118px;
	border:1px solid #ddd;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment-info{
	position: relative;
	display: block;
}

.comments-area .comment-box .name {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    color: #222222;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 13px;
}

.comments-area .comment-box .date{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #e38b00;
	font-weight: 600;
	margin-left: 25px;
}

.comments-area .comment-box .text{
	font-size: 14px;
	line-height: 28px;
	color:#777777;
	font-weight: 400;
}

.comments-area .comment-box .rating{
	position: relative;
	display: block;
	font-size: 14px;
	color:#ff8a00;
	line-height: 20px;
}
.comments-area .comment-box .reply-btn {
    position: absolute;
    left: 20px;
    bottom: -17px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 8px 22px;
    background-color: #e38b00;
    border-radius: 25px;
}

.comments-area .comment-box .reply-btn:hover{
	color: #fff;
	background-color: #222;
}

/*** 

====================================================================
		Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
    width: 100%;
}
.comment-form form{
	width: 100%;
}
.comment-form .group-title{
	margin-bottom: 30px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.comment-form .form-group:last-child{
	margin-bottom: 0;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"]{
	border-radius: 40px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select{
	position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 22px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 15px;
}
.comment-form .form-group textarea{
	max-height: 190px;
}
.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#ff8a00;
}

.comment-form .form-group textarea{
	height: 120px;
	resize: none;
}


/*** 

====================================================================
		Contact Page Section
====================================================================

***/

.contact-page-section {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 97px 0 68px;
}
.contact-page-section .contact-form {
    position: relative;
    width: 100%;
    padding: 0 100px;
}

/*== Map Column ===*/

.map-column .inner-column{
	position: relative;
	height: 500px;
	width: 100%;
}

.map-section {
    position: relative;
}

.map-section .map-column {
    padding-right: 0;
    padding-left: 12%;
}

.map-column .map-outer{
	position: absolute;
	height: 500px;
	width: 100%;
	background-color: #222222;
}

.map-column .map-canvas{
	position:absolute;
	height: 100%;
	width: 100%;
}


/*== Contact Info ===*/
.contact-page-info {
    position: relative;
    width: 100%;
    padding: 84px 0 63px;
}

.contact-page-info .info-column{
	position: relative;
}

.contact-page-info .info-column .inner-column{
	position: relative;
}

.contact-page-info .info-column .contact-info{
	position: relative;
}

.contact-page-info .info-column .contact-info .info-box{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 28px;
	margin-left: 70px;
}

.contact-page-info .info-column .contact-info .info-box a{
	display: inline-block;
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-info .info-column .contact-info .info-box a:hover{
	color: #e38b00;
}
.contact-page-info .info-column .contact-info .info-box i:before {
    font-size: 35px;
    color: #e38b00;
    display: inline-block;
    margin-left: -66px;
    position: absolute;
    margin-top: 17px;
}
.contact-page-info .info-column .contact-info .info-box span {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    color: #2f2f2f;
    font-family: 'Montserrat', sans-serif;
}

.service_box.style_four .service_content {
    position: relative;
    padding: 0px 20px 20px 20px;
    box-shadow: var(--box-shadow);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}
.service_box.style_four .service_content .image_box img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.custom-box {
	position: relative;
    padding: 0px 20px 20px 20px;
    /* box-shadow: var(--box-shadow); */
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 4px 2px 13px #0003;
    border-radius: 10px;
}

.img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    top: -20px;
}