/*** 

====================================================================
			Fonts
====================================================================

***/

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

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

/*** 

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

 ***/

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

/*** 

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

***/

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

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

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

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

textarea{
	overflow:hidden;	
	resize: none;
}

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

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

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

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}


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

/*** 

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

***/

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

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

/*** 

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

***/

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


.main-header .header-top{
	position: relative;
	background-color: #ffa900;
}

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

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

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

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

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

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

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left: 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:#222222;
	padding:35px 0;
	opacity:1;
	text-align:center;
	text-transform: uppercase;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*===================================
		Header Style Two
===================================*/
.header-style-two{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.header-style-two .header-top .inner-container{
	padding: 0 40px;
}


.header-style-two .header-lower{
	position: relative;
}

.header-style-two .header-lower .auto-container{
	position: relative;
	max-width: 1170px;
}


.header-style-two .header-lower .main-box{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 40px;
	background-color: rgba(0,0,0,0.90);
	border-radius: 0 0 15px 15px;
}


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

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

.header-style-two .main-menu .navigation > li > a{
	position: relative;
	color: #ffffff;
	font-weight: 500;
}

.header-style-two .main-menu .navigation > li > a:before{
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	bottom: 35px;
	content: "";
	background-color: #ffa900;
	transition: all 300ms ease;
}


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


.header-style-two .outer-box{
	padding: 32.5px 0;
	margin-left: 45px;
}

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

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

.header-style-two .search-box-outer{
	float: right;
	margin-left: 40px;
}

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

====================================================================
		Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
}


.full-screen .banner-carousel{
 	position: relative;
	height: 100%;
}

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

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


.banner-section-two .slide-item:before{
	position: absolute;
	left: 0;
	bottom:-5px;
	height: 660px;
	width: 100%;
	content: "";
	background-image: url(../images/icons/shape-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}


.banner-section-two .slide-item .content-box{
	position: relative;
	padding: 390px 0 350px;
	text-align: center;
}


.banner-section-two .slide-item .title{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffa900;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	transition:all 300ms ease;
	opacity: 0;
}

.banner-section-two .active .slide-item .title{
	opacity: 1;
	transition-delay: 300ms;
}


.banner-section-two .slide-item h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	transform: none;
}

.banner-section-two .content-box .video-link{
	position: relative;
	display: inline-block;
	margin-top: 50px;
	transition:all 300ms ease;
	opacity: 0;
}

.banner-section-two .active .content-box .video-link{
	opacity: 1;
	transition-delay: 1000ms;
}

.banner-section-two .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);
	-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-two .content-box .video-link a:hover{
	color: #ffffff;
	border-color: #000000;
}



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

.banner-section-two .owl-dots{
	position: absolute;
	right: 80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-section-two .owl-dot{
	position: relative;
	display: block;
	height: 14px;
	width: 14px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-bottom: 35px;
	-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-two .owl-dot.active{
	background-color: #ff9c00;
}

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

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

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

/*** 

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

***/

.page-title{
	position:relative;
	padding: 140px 0 64px;
}

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

.sec-title{
	position: relative;
	margin-bottom: 75px;
}

.sec-title .float-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 72px;
	line-height: 1em;
	color: #2f2f2f;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .10;
	font-family: "Arimo", sans-serif;
}

.sec-title h2, .sec-title h4{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #2f2f2f;
	font-weight: 500;
	padding: 16px 0;
}

.sec-title.light .float-text{
	color: #f2f2f2;
	opacity: 0.10;
}

.sec-title.light h2{
	color: #ffffff;
}

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

/*** 

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

***/

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

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

.about-section .image-column .inner-column{
	position: relative;
	text-align: right;
	margin-right: -15px;
}

.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;
	padding-top: 110px;
}

.about-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img{
	position: absolute;
	left: 0;
	top: 0;
}

.about-section .image-column .image-box .alphabet-img img{
	max-width: 100%;
	height: auto;
}

.about-section .image-column .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-o-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

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

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

.about-section .content-column .content-box{
	position: relative;
	padding: 70px 90px 74px;
	background-color: #ffffff;
	border: 20px solid #f2f2f2;
	border-left: 0;
}

.about-section .content-column .content-box .title{
	position: relative;
	margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 42px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 45px;
	background-color: #ff8a00;
	content: "";
}

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

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

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

/*** 

====================================================================
			Specialize Section
====================================================================

***/

.specialize-section{
	position: relative;
	padding: 100px 0;
}

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

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

.service-block-two{
	position: relative;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
}

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

.service-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #222222;
	overflow: hidden;
}

.service-block-two .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 500ms ease;
}

.service-block-two .image-box:hover .image img{
	opacity: .70;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


.service-block-two .caption-box{
	position: relative;
	padding: 25px 0px;
}

.service-block-two .caption-box h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 400;
	margin-bottom: 5px;
}

.service-block-two .caption-box 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-two .caption-box h3 a:hover{
	color: #ff8a00;
}

.service-block-two .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #ff8a00;
	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;
}

.service-block-two .link-box a:hover{
	color: #222222;
}

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

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

.services-carousel-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 16px;
	width: 4px;
	margin: 0 5px;
	background-color: #b6b6b6;
	-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-two .owl-dot:hover,
.services-carousel-two .owl-dot.active{
	height: 30px;
	margin-bottom: 0;
	background-color: #ff8a00;
}

/***

====================================================================
			Fun Fact Section
====================================================================

***/

.fun-fact-section{
	position: relative;
}

.fun-fact-section .outer-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0 60px;
}

.fact-counter{
	position: relative;
}

.fact-counter .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .count-box{
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
	padding: 20px 0;
	padding-left: 20px;
}

.fact-counter .count-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 50px;
	border: 2px solid #ff8a00;
	content: "";
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.fact-counter .count-box:hover:before{
	-webkit-box-shadow: #ff8a00 0 0px 0px 40px inset;
	-moz-box-shadow: #ff8a00 0 0px 0px 40px inset;
	-ms-box-shadow: #ff8a00 0 0px 0px 40px inset;
	-o-box-shadow: #ff8a00 0 0px 0px 40px inset;
	box-shadow: #ff8a00 0 0px 0px 40px inset;
}

.fact-counter .count-box .count{
	position: relative;
	float: left;
	margin-right: 15px;
}

.fact-counter .count-box .count-text{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
}

.fact-counter .count-box .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height: 1.2em;
	font-weight:400;
	color:#dddddd;
	padding: 9px 0;
	font-family: "Rubik", sans-serif;
}

/***

====================================================================
			Fun Fact And Features
====================================================================

***/

.fun-fact-and-features{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 0;
}

.fun-fact-and-features.alternate{
	padding-bottom: 100px;
}

.fun-fact-and-features.alternate:before{
	height: 270px;
}

.fun-fact-and-features:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 170px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.fun-fact-and-features .outer-box{
	position: relative;
}

.fun-fact-and-features .fact-counter{
	position: relative;
	margin-bottom: 60px;
}

.fun-fact-and-features .features{
	position: relative;
}

.feature-block{
	position: relative;
	
}

.feature-block .inner-box{
	position: relative;
	background-color: #ffffff;
	padding: 35px 35px 30px;
	-webkit-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-o-box-shadow: 0 0 32px rgba(0,0,0,0.20);
	box-shadow: 0 0 32px rgba(0,0,0,0.20);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

.feature-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.feature-block .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 52px;
	line-height: 52px;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box .icon{
	color: #ffffff;
}

.feature-block h3{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 12px;
	margin-bottom: 30px;
}

.feature-block h3 a{
	position: relative;
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover h3 a{
	color: #ffffff;
}


.feature-block h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40px;
	background-color: #222222;
	content: "";
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 28px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .text{
	color: #ffffff;
}

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

.feature-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ff8a00;
	font-weight: 700;
	font-family: "Arimo", 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;
}

.feature-block .inner-box:hover .link-box a{
	color: #222222;
}

/***

====================================================================
			Projects Section
====================================================================

***/

.projects-section{
	position: relative;
	padding: 100px 0 0;
}

.projects-section .inner-container{
	position: relative;
}

.project-block{
	position: relative;
}

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

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

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

.project-block .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.project-block .overlay-box h4{
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: right;
	opacity:0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .overlay-box h4 a{
	color: #ffffff;
}

.project-block .image-box:hover .overlay-box h4{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.project-block .overlay-box:before{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0%;
	width: 0%;
	opacity: 0;
	overflow:hidden;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.90);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box:before{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	border-radius: 0%;
}

.project-block .overlay-box .btn-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	opacity:0;
	margin-top: -15px;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 6px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a:hover{
	color: #ff8a00;
}

.project-block .image-box:hover .overlay-box .btn-box{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block .overlay-box .tag{
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-align: right;
	opacity:0;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.projects-carousel{
	position: relative;
}

.projects-carousel .owl-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: -130px;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #ffffff;
	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;
}

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

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

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

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

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

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

/*=== Projects Section Alternate ===*/

.projects-section.alternate{
	position: relative;
	padding:100px 0;
}

.mixitup-gallery .filters{
 	margin-bottom:50px;
 	text-align:center;
}

/*** 

====================================================================
		Projects Section Two
====================================================================

***/

.projects-section-two{
	position: relative;
	padding: 100px 0;
}

.projects-section-two .upper-box{
	position: relative;
}

.projects-section-two .upper-box .sec-title{
	float: left;
	margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box{
	position: relative;
	float: right;
	margin-top: 25px;
}

.projects-section-two .upper-box .link-box a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #ff8a00;
	font-weight: 700;
	font-family: "Arimo", 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;
}

.projects-section-two .upper-box .link-box a:hover{
	color: #222222;
}	

.projects-carousel-two{
	position: relative;
}

.project-block-two{
	position: relative;
	padding-left: 200px;
	transition: all 300ms ease;
}

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

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

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

.project-block-two .info-box{
	position: absolute;
	left: 200px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box{
	left: 18px;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.project-block-two .info-box .inner-box{
	position: relative;
	background: #ffffff;
	max-width: 300px;
	width: 100%;
	padding: 35px 30px 20px;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	-ms-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	-o-box-shadow: 0 0 18px rgba(0,0,0,0.18);
	box-shadow: 0 0 18px rgba(0,0,0,0.18);
}

.project-block-two .info-box .title{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	color: #777777;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.project-block-two .info-box h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 25px;
}

.project-block-two .info-box .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
}

.project-block-two .info-box .link-box{
	position: relative;
}

.project-block-two .info-box .link-box a{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ff8a00;
	font-weight: 700;
	font-family: "Arimo", 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;
}

.project-block-two .info-box .link-box a:hover{
	color: #222222;
}

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

.projects-carousel-two .owl-next,
.projects-carousel-two .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;
}

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

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

.projects-carousel-two .owl-dots {
	position: absolute;
	left: 15px;
	bottom: 0;
	height: 30px;
	width: 60px;
	z-index: 0;
	counter-reset: slides-num;
}

.projects-carousel-two .owl-dots:after {
	position: absolute;
	left: 52px;
	content:counter(slides-num);
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}

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

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

.projects-carousel-two .owl-dot.active:before {
	position: absolute;
	content: counter(slides-num) " /";
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	left: 30px;
	top: 0;
}

/*** 

====================================================================
		Offer Section
====================================================================

***/

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

.offer-section .content-column{
	position: relative;
	margin-bottom: 50px;
}


.offer-section .content-column .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ff8a00;
	font-weight: 600;
	margin-bottom: 20px;
}

.offer-section .content-column h2, .offer-section .content-column h4 {
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 1.2em;
	color: #f2f2f2;
	font-weight: 700;
	font-family: "Arimo", sans-serif;
	margin-bottom: 30px;
}

/***

==================================================================
		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:#000000;
	content: "";
	opacity: 0.90;
}

.main-footer .widgets-section{
	position:relative;
	padding: 220px 0 60px;
	margin-top: -100px;
}

.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:500;
	color:#ffffff;
	line-height: 30px;
	padding-left: 25px;
	margin-bottom:22px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 30px;
	color: #e39c05;
	font-weight: 400;
	content: "\f141";
	font-family: "FontAwesome";
	transform: rotate(90deg);
}

.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: 16px;
	line-height: 36px;
	color: #f4f4f4;
	font-weight: 400;
}

/*=== 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{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: "\f22b";
	font-family: "FontAwesome";
}

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

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

.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: #ff8a00 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: "FontAwesome";
	-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);
}

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

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

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

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

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

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

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}

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

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

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

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

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

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

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

.heading-one {
    font-size: 30px;
    line-height: 40px;
    color: #2f2f2f;
    font-weight: 500;
    padding: 16px 0;
}

.home-para {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
	text-align: justify;
}

.heading-one-img {
    border: 3px solid #ffb109;
    padding: 8px;
}

.footer-menu-link, .footer-menu-link a {
    color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-menu-link a:hover {
    color: #e39c05;
}

.ptb {
	padding : 65px 0;
}

.wpforms-field input {
    border: 1px solid #333 !important;
    padding: 14px !important;
    font-size: 16px !important;
    border-radius : 5px !important;
}

.wpforms-field textarea {
    border: 1px solid #333 !important;
    padding: 14px !important;
    font-size: 16px !important;
    resize : none !important;
    border-radius : 5px !important;
}

.wpforms-submit {
    padding: 0 50px !important;
    background: #ff8a00 !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border: 1px solid #ff8a00 !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}

.wpforms-submit:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.heading-four {
    font-size: 30px;
    color: #ff8a0f;
	font-weight: 500;
}

.service-heading-one {
    font-size: 30px;
    margin-bottom: 14px;
    color: #ff8a0f;
    font-weight: 500;
}

.para {
    text-align: justify;
    margin-bottom: 14px;
}

.service-heading-two {
    font-size: 28px;
    margin-bottom: 14px;
    color: #ff8a0f;
    font-weight: 500;
}

.service-heading-three {
    font-size: 26px;
    margin-bottom: 14px;
    color: #ff8a0f;
    font-weight: 500;
}

.service-img img {
    border-radius: 13px;
    box-shadow: #ff8a00 2px 2px 12px;
    width : 100%;
}

.wpforms-field {
    padding: 0 0 15px 0 !important;
}