/* SharkHost - Hosting HTML Template */

/************ TABLE OF CONTENTS ***************
1.  Fonts
2.  Reset
3.  Global
4.  Main Header

**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/*font-family: 'Roboto', sans-serif;
font-family: 'Nunito Sans', sans-serif;*/


@import url('flaticon.css');
@import url('icofont.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	
	font-size:15px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#f2570d;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
	color:#f2570d;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Nunito Sans', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

figure{
	margin: 0;
	padding: 0;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #5a5956;
	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:14px;
	line-height:30px;
	color:#ffffff !important;
	padding: 7px 61px;
	background-color: #f2570d;
	text-transform: capitalize;
	font-weight: 700;
	border-radius: 10px;
	font-family: 'Nunito Sans', sans-serif;
}

.btn-style-one:hover{
	color: #fff;
	-webkit-box-shadow: #282a2e 0 0px 0px 40px inset;
	-moz-box-shadow: #282a2e 0 0px 0px 40px inset;
	-ms-box-shadow: #282a2e 0 0px 0px 40px inset;
	-o-box-shadow: #282a2e 0 0px 0px 40px inset;
	box-shadow: #282a2e 0 0px 0px 40px inset;
	
}

.btn-style-one:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 10px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-one:hover:before{
	opacity: 1;
}



/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:14px;
	line-height:30px;
	color:#f2570d;
	padding: 10px 45px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-family: 'Nunito Sans', sans-serif;
}



.btn-style-two:hover{
	color: #fff;
	-webkit-box-shadow: #282a2e 0 0px 0px 40px inset;
	-moz-box-shadow: #282a2e 0 0px 0px 40px inset;
	-ms-box-shadow: #282a2e 0 0px 0px 40px inset;
	-o-box-shadow: #282a2e 0 0px 0px 40px inset;
	box-shadow: #282a2e 0 0px 0px 40px inset;
}
.btn-style-two:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 10px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-two:hover:before{
	opacity: 1;
}
/*Btn Style Three*/

.btn-style-three{
	position:relative;
	font-size:14px;
	line-height:30px;
	color:#070708;
	padding: 10px 30px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 5px;
	border:1px solid #f2570d;
	background: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-family: 'Nunito Sans', sans-serif;
}



.btn-style-three:hover{
	color: #ffffff;
	border:1px solid #f2570d;
	-webkit-box-shadow: #f2570d 0 0px 0px 40px inset;
	-moz-box-shadow: #f2570d 0 0px 0px 40px inset;
	-ms-box-shadow: #f2570d 0 0px 0px 40px inset;
	-o-box-shadow: #f2570d 0 0px 0px 40px inset;
	box-shadow: #f2570d 0 0px 0px 40px inset;
}
.btn-style-three:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 10px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-three:hover:before{
	opacity: 1;
}


.theme_color{
	color:#f2570d;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}
.pull-left a{
font-size:30px;
color:#fff;
font-weight:600;
}

.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.gif);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}


.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#232323;
	font-size:16px;
	font-weight:300;
	padding-left:30px;
	margin-bottom:10px;
}

.list-style-one li:before{
	position:absolute;
	left:0px;
	top:0px;
	content: "\ea98";
	color:#f2570d;
	font-size:16px;
	font-family: IcoFont!important;
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#c3cad4;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	padding-left:50px;
	margin-bottom:20px;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#f2570d;
	font-size:24px;
	line-height:24px;
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	padding-left:30px;
	margin-bottom:10px;
}

.list-style-three li:before{
	position:absolute;
	left:0px;
	top:0px;
	content: "\ea98";
	color:#f2570d;
	font-size:16px;
	font-family: IcoFont!important;
}


/*** 

====================================================================
	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:#26282c;
	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:#f2570d;
	color: #070708;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	left: 0;
	top: 0;
	width:100%;
	z-index: 9999;
	
}


.main-header .header-top{
	position:relative;
	color:#ffffff;
	background-color:#282a2e;
}

.main-header .header-top .inner-container{
	position:relative;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:11px 0px 7px;
}

.main-header .header-top .top-right .links{
	position:relative;
	float:right;
}

.main-header .header-top .top-right .links li{
	position:relative;
	float:left;
	line-height:1em;
	color:#ababab;
}

.main-header .header-top .top-right .links li:last-child:after{
	display:none;	
}

.main-header .header-top .top-right .links li .icon{
	position:relative;
	top:0px;
	color:#eeeeee;
	font-size:12px;
	padding-right:8px;
	line-height:1em;
}

.main-header .header-top .top-right .links li a{
	position:relative;
	line-height:24px;
	color:#eeeeee;
	font-size:14px;
	font-weight:400;
	padding-left:14px;
	margin-left:15px;
	border-left:1px solid #ababab;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}


.main-header .header-top .top-right .links li a:hover{
	color:#f2570d;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:7px 0px;
}


/*Language Dropdown*/

.main-header .language{
	position:relative;
	top:-1px;
	line-height:1em;
	display:inline-block;
}

.main-header .language .flag-icon{
	margin-right:10px;
}

.main-header .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border:none;
	padding:0px;
	margin-top:14px;
	border-radius:0px;
	background-color:#222222;
    border-top:3px solid #f2570d;
}

.main-header .language > a{
	color:#eeeeee;
	padding:0px 0px;
	background:none !important;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	font-weight:400;
	font-size:14px;
	line-height:1em;
	font-family: 'Roboto', sans-serif;
}

.main-header .language > a:after{
	display:none;
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .language .dropdown-menu > li > a{
	padding:12px 20px;
	color:#ffffff;
	display:block;
	text-align:left;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#f2570d;
}

.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: 25px 0 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .logo-box .logo a{
	font-size:30px;
	font-weight:600;
	color:#fff;
}

.main-header .nav-outer{
	position: static;
	float: right;
}

.navbar-toggler{
	border: 0 !important;
}

.main-menu {
    position: static;
    float: left;
    padding: 0;
    font-family: 'Roboto', 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:16px;
	line-height:30px;
	font-weight:400;
	color:#fff;
	padding:35px 0;
	opacity:1;
	text-align:center;
	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;
}
.main-menu .navigation > li.active > a{
	color:#f2570d;
}
.main-menu .navigation > li > a:hover::before,
.main-menu .navigation > li.active > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto; 
	width: 44px;
	height: 2px;
	background: #f2570d;
}
.main-menu .navigation > li > a:hover::after,
.main-menu .navigation > li.active > 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 #f2570d;
	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: 'IcoFont !important';
	content: "\ea99";
	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 #f2570d;
	background:#070708;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\eaa0";
	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: 'IcoFont !important';
}

.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:#070708;
    border-left: 4px solid #f2570d;
}

.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: #f2570d;
	transition: all 0.5s ease-in-out;
}
.main-header .outer-box .nav-toggler:hover{
	color: #fff;
}
/*===================================
		Header Style One
===================================*/
.header-style-one{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background-color: #282a2e;
}

.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: 21px;
}

.header-style-one .main-menu .navigation > li > a{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
.header-style-one .main-menu .navigation > li:hover > a,
.header-style-one .main-menu .navigation > li.active > a{
	color: #f2570d;
}
.header-style-one .main-menu .navigation > li > a:before{
	position: absolute;
	left: 50%;
	width: 0;
	height: 1px;
	bottom: 35px;
	content: "";
	background-color: #f2570d;
	transition: all 300ms ease;
}


.header-style-one .main-menu .navigation > li:hover > a:before,
.header-style-one .main-menu .navigation > li.active > 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;
}


/*Social Icons*/

.header-top .social-icon{
	position:relative;
	float:left;
}

.header-top .social-icon li{
	position:relative;
	float:left;
	margin-right:18px;	
}

.header-top .social-icon li a{
	position:relative;
    display:block;
    line-height:30px;
    font-size:14px;
    color:#eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-top: 0;
}

.header-top .social-icon li a:hover{
	color:#f2570d;
}

.header-top .search-box-outer{
	display:inline-block;
	margin-left:25px;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background-color:#282a2e;
    -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: 17px 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 10px !important;
	line-height:30px;
	font-size:18px;
	font-weight:600;
	color:#fff;
	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.active > a,
.sticky-header .main-menu .navigation > li.active-menu-item > a{
	opacity:1;
	color: #f2570d;
}

.sticky-header .main-menu .navigation > li > a:hover::after, 
.sticky-header .main-menu .navigation > li.active > 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;
}

/************************ 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);
}

.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 #f2570d;
	background:#070708;
}

/*===================================
		Header Style One
===================================*/
.header-style-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
}

.header-style-two .navigation > li{
    margin-left: 32px;
}
.header-style-two .outer-box {
    position: relative;
    float: right;
    top: 25px;
    right: -20px;
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a{
	color: #282a2e;
}
.main-menu .navigation > li > a:hover::before, 
.main-menu .navigation > li.active > a::before,
.main-menu .navigation > li > a:hover::after, 
.main-menu .navigation > li.active > a::after{
	display: none;
}
/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-banner {
    position: relative;
    z-index: 10;
    background: #f2570d;
}

.main-banner .curve-box{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(../images/main-slider/slider-1.png) right top no-repeat;
	background-size:auto 100%;	
}

.main-banner .content-box{
	position:relative;
	max-width:670px;
}

.main-banner .content-box .inner{
	position:relative;
	padding:130px 0px 77px;	
}

.main-banner .image-column{
	position:relative;
	float:left;
	width:40%;
	padding-top:130px;
}

.main-banner .image-column .image-box{
	position:relative;
	margin-right:-200px;
	text-align:right;	
}

.main-banner .image-column .image-box img{
	display:inline-block;	
}

.main-banner h2{
	font-size:45px;
	color:#ffffff;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:30px;
}

.main-banner .features-list{
	position:relative;
	margin-bottom:30px;
}

.main-banner .features-list li{
	position:relative;
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
}

.main-banner .features-list li .icon{
	position:relative;
	margin-right:15px;
	color: #fff;
}



/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-banner-two {
    position: relative;
    z-index: 10;
    background:url(../images/main-slider/slider_bg06.png) right top no-repeat;
	background-size: cover;	

}

.main-banner-two .curve-box {
    position: absolute;
    right: 6%;
    top: 146px;
    width: 100%;
    height: 100%;
    background: url(../images/main-slider/slider_img02.png) right top no-repeat;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}


@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
		transform: rotateX(0deg) translateY(-10px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
		transform: rotateX(0deg) translateY(-20px);
	}
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}

.main-banner-two .content-box{
	position:relative;
	max-width:670px;
}

.main-banner-two .content-box .inner{
	position:relative;
	padding:175px 0px 230px;	
}

.main-banner-two .image-column{
	position:relative;
	float:left;
	width:40%;
	padding-top:130px;
}

.main-banner-two .image-column .image-box{
	position:relative;
	margin-right:-200px;
	text-align:right;	
}

.main-banner-two .image-column .image-box img{
	display:inline-block;	
}

.main-banner-two h2{
	font-size:45px;
	color:#ffffff;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:30px;
}

.main-banner-two .features-list{
	position:relative;
	margin-bottom:30px;
}

.main-banner-two .features-list li{
	position:relative;
	color:#ffffff;
	font-size:20px;
	margin-bottom:20px;
}

.main-banner-two .features-list li .icon{
	position:relative;
	margin-right:15px;
	color: #fff;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:35px 0px;
	overflow:hidden;
	background-image: -ms-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -moz-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -o-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd440a), color-stop(100, #2b6bdc));
	background-image: -webkit-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: linear-gradient(to bottom, #bd440a 0%, #fb6219 100%);
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/background/2.png) bottom center repeat-x;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.4em;
	text-align:center;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 82px 0px 45px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-right:30px;
}

.about-section .content-column .inner-column h2{
	position:relative;
	color:#232323;
	font-size:28px;
	line-height:1.4em;
	margin-bottom:12px;
}

.about-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:15px;
	font-weight:300;
}

.about-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding-left:30px;
}

.about-section .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}


/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
	position: relative;
	margin-bottom: 40px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #070708;
	font-weight: 700;
	padding: 0 0 18px;
	-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;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}


/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:35px 0px;
	background-color:#f7f7f7;
}

.call-to-action-section h2{
	position:relative;
	color:#070708;
	font-size:32px;
	font-weight:400;
	line-height:1.2em;
}

.call-to-action-section .price-column{
	text-align:right;
}

.call-to-action-section h3{
	position:relative;
	color:#070708;
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	display:inline-block;
    margin-right: 25px;
}

.call-to-action-section h3 span{
	font-size:30px;
	font-weight:600;
}

/*** 

====================================================================
	Call To Action Section Two
====================================================================

***/

.call-to-action-section-two{
	position:relative;
	padding:35px 0px;
	background-color:#f2570d;
}

.call-to-action-section-two .content-column{
	position:relative;
}

.call-to-action-section-two .content-column .inner-column{
	position:relative;
	padding-left:145px;
}

.call-to-action-section-two .content-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100px;
	height:82px;
	display:inline-block;
	background:url(../images/icons/call-action.png) left center no-repeat;
}

.call-to-action-section-two .content-column h2{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:6px;
}

.call-to-action-section-two .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.call-to-action-section-two .button-column{
	text-align:right;
}

.call-to-action-section-two .button-column .inner-column{
	padding-top:15px;
}
.call-to-action-section-two .btn-style-three{
	background-color: #fff;
	color:#202020;
}
.call-to-action-section-two .btn-style-three:hover{
	color:#ffffff;
	background:#202020;
	border-color:#202020;	
}

/*** 

====================================================================
			Services Section
====================================================================

***/
.services-section {
    position: relative;
    padding: 76px 0 39px;
}

.services-section .services-box {
	position: relative;
}

.service-block .inner-box {
	position: relative;
	padding: 28px 15px 30px;
	background-color: #f7f7f7;
	border-radius: 10px;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.service-block .inner-box:hover{
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
.service-block .inner-box:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 90%;
    height: 3px;
    background-color: #f2570d;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.service-block:hover .inner-box:before{
	opacity: 1;
	left: 5%;
}

.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: #070708;
	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: #f2570d;
}
.service-block .lower-content {
	position: relative;
	padding: 18px 15px 1px;
	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;
}

.service-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #070708;
	font-weight: 700;
	margin-bottom: 8px;
}

.service-block .lower-content h3 a{
	color: #070708;
	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: #f2570d;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #5a5956;
	font-weight: 400;
	margin-bottom: 27px;
}

.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: #070708;
	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: #fff;
	background-color: #f2570d;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
    padding: 79px 0 6px;
}

.services-section-two .service-block .inner-box {
	position: relative;
	padding: 0;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 40px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.services-section-two .service-block .inner-box:hover{
	box-shadow: none;
}

.services-section-two .service-block .inner-box:before {
	display: none;
}

/*** 

====================================================================
	Domain Section
====================================================================

***/

.domain-section{
	position:relative;
	overflow:hidden;
	padding: 78px 0px 76px;
	background-image: -ms-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -moz-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -o-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #26282c), color-stop(100, #5d616b));
	background-image: -webkit-linear-gradient(top, #26282c 0%, #5d616b 100%);
	background-image: linear-gradient(to bottom, #26282c 0%, #5d616b 100%);
}

.domain-section .sec-title h2,
.domain-section .sec-title .text{
	color: #fff;
}

.domain-section .auto-container{
	position:relative;
}

.domain-section .cloud-one{
	position:absolute;
	/*right:-140px;*/
	left:auto;
	top:20px;
	width:202px;
	height:123px;
	background:url(../images/icons/cloud-1.png) no-repeat;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
}

.domain-section .cloud-two{
	position:absolute;
	/*left:-140px;*/
	bottom:20px;
	width:152px;
	height:93px;
	background:url(../images/icons/cloud-2.png) no-repeat;
	-webkit-animation: animateCloudtwo 20s linear infinite;
	-moz-animation: animateCloudtwo 20s linear infinite;
	animation: animateCloudtwo 20s linear infinite;
}

.domain-section .cloud-three{
	position:absolute;
	left:2%;
	top:170px;
	width:234px;
	height:101px;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	background:url(../images/icons/cloud-2.png) no-repeat;
	/*-webkit-animation: animateCloud 35s linear infinite;
	-moz-animation: animateCloud 35s linear infinite;
	animation: animateCloud 35s linear infinite;
	background:url(../images/icons/cloud-3.png) no-repeat;*/
}

.domain-section .cloud-four{
	position:absolute;
	left:20%;
	top:300px;
	width:308px;
	height:133px;
	-webkit-animation: animateCloud 20s linear infinite;
	-moz-animation: animateCloud 20s linear infinite;
	animation: animateCloud 20s linear infinite;
	background:url(../images/icons/cloud-4.png) no-repeat;
}

.domain-section .cloud-five{
	position:absolute;
	top:210px;
	width:136px;
	height:59px;
	-webkit-animation: animateCloudtwo 30s linear infinite;
	-moz-animation: animateCloudtwo 30s linear infinite;
	animation: animateCloudtwo 30s linear infinite;
	background:url(../images/icons/cloud-5.png) no-repeat;
}

.domain-section .cloud-six{
	position:absolute;
	right:2%;
	top:240px;
	width:346px;
	height:151px;
	-webkit-animation: animateCloudtwo 20s linear infinite;
	-moz-animation: animateCloudtwo 20s linear infinite;
	animation: animateCloudtwo 20s linear infinite;
	background:url(../images/icons/cloud-6.png) no-repeat;
}

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -100px;
    }
    100% {
        margin-left: 120%;
    }
}

@-webkit-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@-moz-keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}

@keyframes animateCloudtwo {
    0% {
        right: -140px;
    }
    100% {
        right: 120%;
    }
}


/*** 

====================================================================
	Domain Form
====================================================================

***/

.domain-form{
	position:relative;
	max-width:760px;
	width:100%;
	margin:0 auto;
}

.domain-form form{
	position:relative;
}

.domain-form .form-group{
    position: relative;
	padding-right:185px;
}

.domain-form .form-group input[type="text"],
.domain-form .form-group input[type="tel"],
.domain-form .form-group input[type="email"],
.domain-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 12px 25px;
    height: 50px;
	display:inline-block;
    font-size: 14px;
    background: none;
	font-weight:400;
	border-radius:3px;
	background-color:#ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.domain-form .form-group .checked-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	padding:11px 25px;
	letter-spacing:1px;
	border-radius:3px;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#f2570d;
	font-family: 'Nunito Sans', sans-serif;
}

.domain-form .form-group .checked-btn .arrow{
	margin-left:4px;
	font-size:16px;
}

.domain-section .domain-list{
	position:relative;
	text-align:center;
	margin-top:45px;
}

.domain-section .domain-list li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	padding:0px 30px;
	line-height:1em;
	display:inline-block;
	font-family: 'Nunito Sans', sans-serif;
	border-right:1px solid rgba(255,255,255,0.20);
}

.domain-section .domain-list li:last-child{
	border:none
}

.domain-section .domain-list li span{
	color:#f2570d;
	font-size:16px;
}


/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding: 71px 0px 23px;
	background-image: -ms-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -moz-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -o-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd440a), color-stop(100, #2b6bdc));
	background-image: -webkit-linear-gradient(top, #bd440a 0%, #fb6219 100%);
	background-image: linear-gradient(to bottom, #bd440a 0%, #fb6219 100%);
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:url(../images/background/map-pattern.png) center center no-repeat;
}

.counter-section .sec-title{
	position:relative;
	text-align:center;
	margin-bottom:55px;
}

.counter-section .sec-title h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	line-height:1.4em;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
	max-width:750px;
	margin:0 auto;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:50px;
}

.fact-counter .column-outer{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner{
	position:relative;
	width:100%;
	color:#ffffff;
	display:block;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:30px;
	line-height:1em;
	font-weight:300;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:300;
	color:#ffffff;
	font-size:50px;
	letter-spacing:1px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#ffffff;
	margin-top:15px;
	display:block;
	line-height:1.5em;
}


/*** 

====================================================================
	Hosting Section
====================================================================

***/

.hosting-section{
	position:relative;
	padding: 80px 0px 71px;
}

.hosting-section .image-column{
	position:relative;
}

.hosting-section .image-column .image{
	position:relative;
}

.hosting-section .image-column .image img{
	position:relative;
	display:block;
}

.hosting-section .content-column{
	position:relative;
}

.hosting-section .content-column .inner-column{
	position:relative;
	padding-left:45px;
}

.hosting-section .content-column .inner-column h2{
	position:relative;
	color:#070708;
	font-size:36px;
	font-weight:400;
	line-height:1.4em;
	margin-bottom:18px;
}

.hosting-section .content-column .inner-column .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	font-weight:300;
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
}

.hosting-section .content-column .inner-column .theme-btn{
	margin-top:30px;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding: 79px 0px 41px;
}

.pricing-tabs{
	position:relative;
}

.pricing-section .title-column{
	position:relative;
	margin-bottom:42px;
	text-align:center;
}

.pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	padding:4px;
	border-radius:4px;
	display:inline-block;
	border:1px solid #e3e3e3;
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#232323;
	font-size:16px;
	font-weight:600;
	float:left;
	cursor:pointer;
	padding:7px 30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Nunito Sans', sans-serif;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color:#f2570d;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.price-block{
	position:relative;
	margin-bottom:40px;
}

.price-block .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #e3e3e3;
}

.price-block .inner-box .title{
	position:relative;
	color:#232323;
	font-weight:600;
	font-size:20px;
	text-align:center;
	padding:14px 10px;
	background-color:#f8fafe;
	-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-bottom:1px solid #e3e3e3;
	font-family: 'Nunito Sans', sans-serif;
}

.price-block .inner-box:hover .title{
	color:#ffffff;
	background-color:#f2570d;
}

.price-block .inner-box .upper-box{
	position:relative;
	padding:20px 0px;
	text-align:center;
}

.price-block .inner-box .upper-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.price-block .inner-box .upper-box .price{
	position:relative;
	color:#f2570d;
	font-size:50px;
	line-height:1em;
	font-weight:700;
	font-family: 'Nunito Sans', sans-serif;
}

.price-block .inner-box .upper-box .price sub{
	position:relative;
	bottom:1px;
	font-size:20px;
	font-weight:400;
}

.price-block .inner-box .upper-box .price span{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	display:block;
	line-height:1.8em;
	text-transform:capitalize;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:35px 15px;
	text-align:center;
	border-top:1px solid #e3e3e3;
}

.price-block .inner-box .lower-box ul{
	position:relative;
}

.price-block .inner-box .lower-box ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	margin-bottom:12px;
}

.price-block .inner-box .lower-box .subscribe-btn{
	position:relative;
	color:#070708;
	font-size:13px;
	font-weight:700;
	padding:9px 34px;
	border-radius:4px;
	display:inline-block;
	letter-spacing:1px;
	margin-top:25px;
	-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:1px solid #f2570d;
	font-family: 'Nunito Sans', sans-serif;
}

.price-block .inner-box .lower-box .subscribe-btn .arrow{
	font-size:16px;
	margin-left:5px;
}

.price-block .inner-box .lower-box .subscribe-btn:hover{
	color:#ffffff;
	border-color:#f2570d;
	background-color:#f2570d;
}


/***

====================================================================
		Subcribes Section
====================================================================

***/

.subcribes-section{
	position: relative;
	width: 100%;
	padding: 80px 0;
	background-color: #26282c;
}

.newsletter-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 45px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 10px 20px 10px 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subcribes-section .inner-column .text-column h3{
	position:relative;
	color:#fff;
	font-size:24px;
	font-weight: 700;
	line-height:1.7em;
	text-transform:capitalize;
}


/***

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 80px 0 73px;
    background-color: #f7f7f7;
}

.testimonial-carousel{
	position: relative;
}

.testimonial-block{
	position: relative;
	margin-bottom: 30px;
	
}

.testimonial-block .inner-box{
	position: relative;
	padding: 29px 30px 26px;
	background-color: #ffffff;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	border-radius: 10px;

}

.testimonial-block .inner-box .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 20px;
}

.testimonial-block .image-box {
    position: relative;
}

.testimonial-block .image-box .thumb{
	position: relative;
	text-align: center;
	margin:0 auto;
}

.testimonial-block .image-box .thumb img {
    margin: 0 auto;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
}
.testimonial-block .info-box {
    position: relative;
    width: 100%;	
}

.testimonial-block .info-box .name {
    margin: 23px 0 54px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #070708;
    font-weight: 700;
    text-align: center;
}

.testimonial-block .info-box .name span {
    font-size: 15px;
    color: #f2570d;
    margin-left: 10px;
}

.testimonial-carousel .owl-dots {
    display: block;
    padding-top: 21px;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 15px;
    background-color: #070708;
    display: inline-block;
    margin: 0 10px;
}

.testimonial-carousel .owl-dots .owl-dot.active{
	height: 25px;
	background-color: #f2570d;
}



.testimonial-block .info-box .icon {
    font-size: 18px;
    position: absolute;
    top: 23%;
    text-align: center;
    width: 100%;
    color: #070708;
}


/*** 

====================================================================
				News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 79px 0 52px;
}

.news-block .inner-box{
	position: relative;
	margin: 0 0 30px;
	z-index: 1;
	width: 100%;
	border-radius: 15px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}

.news-block .inner-box .image-box{
	position: relative;
}

.news-block .inner-box .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block .inner-box .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0px 0;
}


.news-block .inner-box .caption-box {
	position: relative;
	padding: 16px 30px 30px;
	background-color: #ffffff;
	border-radius: 0px 0 10px 10px;
}



.news-block .inner-box .caption-box h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #070708;
	font-weight: 600;
	margin-top: 4px;
}
.news-block .inner-box .caption-box .text {
    margin-top: 17px;
}


.news-block .inner-box .caption-box h3 a{
	color: #070708;
	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;
}

.news-block .inner-box .caption-box h3 a:hover{
	color: #f2570d;
}

.news-block .inner-box .caption-box .info{
	position: relative;
	display: block;
	    margin-bottom: 15px;
}

.news-block .inner-box .caption-box .info li{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #070708;
	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;
}
.news-block .inner-box .caption-box .info li .post-name{
	color: #f2570d;
	font-weight: 700;
}
.news-block .inner-box .caption-box .blog-btn{
	color: #070708;
	padding: 8px 30px;
	margin-top: 30px;
}
.news-block .inner-box .caption-box .blog-btn:hover{
	color: #fff;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#282a2e;
}

.main-footer .widgets-section{
	position:relative;
    padding: 76px 0px 42px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h2{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:400;
	margin-bottom:25px;
}

/*Footer List*/

.footer-list{
	position:relative;
}

.footer-list li{
	position:relative;
	margin-bottom:10px;
}

.footer-list li a{
	position:relative;
	color:#c3cad4;
	font-size:16px;
	font-weight:300;
	padding-left:18px;
	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;
}

.footer-list li a:hover{
	color:#ffffff;
}

.footer-list li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:7px;
	width:6px;
	height:6px;
	border-radius:50%;
	background-color:#c3cad4;
}

.main-footer .footer-bottom{
	position:relative;
	padding:15px 0px;
	border-top:1px solid rgba(255,255,255,0.15);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#c3cad4;
	font-size:14px;
}


/***

==================================================================
		Dark Home Page
==================================================================

***/

.dark .header-style-one,
.dark .domain-section,
.dark .price-section,
.dark .subcribes-section,
.dark .main-footer,
.dark .main-footer .footer-bottom{
	background-color: #070708;
}

.dark .main-slider,
.dark .price-section .price-block .inner-box{
	background-color: #fff;
}

.dark .main-slider h1,
.dark .price-section .price-block .upper-box h3,
.dark .price-section .price-block .middle-box ul li,
.dark .price-section .price-block .purchased,
.dark .main-slider .btns-box a{
	color: #070708;
}

.dark .main-slider .text{
	color: #5a5956;
}

.dark .price-section .price-block .upper-box h3{
	text-align: center;
}



/***

==================================================================
		Light Home Page
==================================================================

***/

.light .header-style-one,
.light .main-slider,
.light .banner-form .form-group input[type="text"], 
.light .banner-form .form-group select.form-control:not([size]):not([multiple]),
.light .price-section .price-block .inner-box,
.light .newsletter-form .form-group input[type="email"]
{
	background-color: #ececec;
}

.light .domain-section,
.light .price-section,
.light .subcribes-section,
.light .main-footer,
.light .main-footer .footer-bottom{
	background-color: #fff;
}


.light .main-slider h1,
.light .header-style-one .main-menu .navigation > li > a,
.light .price-section .price-block .upper-box h3,
.light .price-section .price-block .middle-box ul li,
.light .domain-section .inner-column .text-column h3,
.light .price-section .sec-title h2,
.light .subcribes-section .inner-column .text-column h3,
.light .main-footer .footer-column .widget-title,
.light .social-icon li a,
.light .main-footer .footer-bottom .copyright-text a,
.light .main-slider .btns-box a{
	color: #070708;
}

.light .main-slider .text,
.light .main-footer .links-widget .list li a,
.light .price-section .price-block .purchased,
.light .main-footer .footer-bottom .copyright-text p{
	color: #5a5956;
}

.light .price-section .price-block .upper-box h3{
	text-align: center;
}








/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	overflow:hidden;
	padding:100px 0px 50px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	position:relative;
	border-radius:5px;
	padding:25px 20px;
	border:1px solid #e3e3e3;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:22px;
}

.sidebar-title h2{
	position:relative;
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
}

.sidebar-widget{
	padding-bottom:40px;
	margin-bottom:30px;
	padding-left:10px;
	padding-right:10px;
	border-bottom:3px solid #f3f3f3;
}

.sidebar-widget:last-child{
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
}

/*Search Box Widget*/

.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;
	line-height:28px;
	padding:10px 50px 10px 20px;
	border:1px solid #e3e3e3;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	color:#808080;
	font-weight:300;
	border-radius:4px;
	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 button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	background:#f2570d;
	display:inline-block;
	font-weight:normal;
	text-align:center;
	border-radius:5px;
}

.sidebar .search-box.style-two .form-group button{
	background-color: #d5ac63;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
}

/*Cat Links*/

.cat-links{
	position:relative;
}

.cat-links li{
	position:relative;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e3e3e3;
}

.cat-links li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.cat-links li a{
	position:relative;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding-left:20px;
	display:block;
}

.cat-links li a:before{
	position:absolute;
	content: "\ef78";
	left:0px;
	top:6px;
	line-height:1em;
	font-size:15px;
	font-weight:300;
	font-family: 'IcoFont';
	color: #FF6600;
}

.cat-links li a span{
	position:absolute;
	right:0px;
	color:#FF6600;
}

/*Post Widget*/

.sidebar .popular-posts .posts-inner{
	padding:20px 25px;
	border:1px solid #f2f2f2;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:16px;
	font-weight:700;
	color:#666666;
	padding:0px 0px;
	padding-left:0px;
	/*min-height:68px;*/
	margin-bottom:10px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:65px;
	 overflow:hidden;
	 border-radius:5px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:300;
	color:#232323;
	line-height:1.6em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#232323;
	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;
	font-weight: 400;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#10c933;	
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	font-weight:400;
	padding-left:22px;
	color:#aaaaaa;
	font-style:italic;
	line-height:1.4em;
}

.sidebar .popular-posts .post-info:before{
	position:absolute;
	content: "\eedc";
	left:0px;
	top:2px;
	color:#cccccc;
	font-style:normal;
	line-height:1em;
	font-family: IcoFont!important;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 20px 7px;
	margin:0px 4px 6px 0px;
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:400;
	border-radius:4px;
	text-transform:uppercase;
	background:#f2f2f2;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#f2570d;
	background-color:#f2570d;
	color:#ffffff;	
}

.footer-tags a{


	padding:5px;
	
	color:#777777;
	text-align:center;
	font-size:14px;
	font-weight:400;

}

.footer-tags a:hover{
	color:#ffffff;
}

/*Tweet Widget*/

.tweet-widget .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	padding-left:35px;
}

.tweet-widget .text a{
	color:#f2570d;
}

.tweet-widget .text:before{
	position:absolute;
	content:'\f099';
	left:0px;
	top:0px;
	color:#f2570d;
	font-family: 'FontAwesome';
}

.tweet-widget .owl-nav{
	display:none;
}

.tweet-widget .owl-dots{
	position:relative;
	margin-left:35px;
	margin-top:10px;
}

.tweet-widget .owl-dots .owl-dot{
	position:relative;
	width:6px;
	height:6px;
	margin-right:6px;
	display:inline-block;
	background-color:#c5c5c5;
	border-radius:50px;
}

.tweet-widget .owl-dots .owl-dot:hover,
.tweet-widget .owl-dots .owl-dot.active{
	background-color:#f2570d;
}

.news-block-two{
	position:relative;
	margin-bottom:50px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:5px 5px 0px 0px;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	border-radius:0px 0px 5px 5px;
	border:1px solid #e3e3e3;
	border-top:none;
}

.news-block-two .inner-box .lower-content .upper-box{
	position:relative;
	padding:18px 25px 25px;
}

.news-block-two .inner-box .lower-content .post-date{
	position:relative;
	color:#f2570d;
	font-size:14px;
	font-weight:700;
	letter-spacing:1px;
	padding-left:22px;
	margin-bottom:8px;
	text-transform:uppercase;
}

.news-block-two .inner-box .lower-content .post-date:before{
	position:absolute;
	content:'\f137';
	left:0px;
	top:0px;
	font-weight:400;
	font-family: "Flaticon";
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	color:#232323;
	font-size:26px;
	font-weight:400;
	margin-bottom:12px;
}

.news-block-two .inner-box .lower-content h3 a{
	position:relative;
	color:#232323;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content h3 a:hover{
	color:#f2570d;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
}

.news-block-two .inner-box .lower-box{
	position:relative;
	padding:9px 25px;
	border-top:1px solid #e3e3e3;
}

.news-block-two .inner-box .lower-box .read-more{
	position:relative;
	color:#f2570d;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	text-transform:uppercase;
}

.news-block-two .inner-box .lower-box ul{
	position:relative;
}

.news-block-two .inner-box .lower-box ul li{
	position:relative;
	padding-right:15px;
	margin-right:15px;
	display:inline-block;
}

.news-block-two .inner-box .lower-box ul li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.news-block-two .inner-box .lower-box ul li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#aaaaaa;
}

.news-block-two .inner-box .lower-box ul li:last-child::after{
	display:none;
}

.news-block-two .inner-box .lower-box ul li a{
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .lower-box ul li a:hover{
	color:#f2570d;
}

.news-block-two .inner-box .lower-box ul li a .icon{
	margin-right:3px;
}

.blog-classic .styled-pagination{
	margin-top:80px;
}

/*Blog Single*/

.blog-single{
	position:relative;
	margin-bottom:60px;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:5px 5px 0px 0px;
}

.blog-single .inner-box .lower-content{
	position:relative;
	border-radius:0px 0px 5px 5px;
	border:1px solid #e3e3e3;
	border-top:none;
}

.blog-single .inner-box .lower-content .upper-box{
	position:relative;
	padding:18px 25px 0px;
}

.blog-single .inner-box .lower-content .post-date{
	position:relative;
	color:#f2570d;
	font-size:14px;
	font-weight:700;
	letter-spacing:1px;
	padding-left:22px;
	margin-bottom:8px;
	text-transform:uppercase;
}

.blog-single .inner-box .lower-content .post-date:before{
	position:absolute;
	content:'\f137';
	left:0px;
	top:0px;
	font-weight:400;
	font-family: "Flaticon";
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	color:#232323;
	font-size:26px;
	font-weight:400;
	margin-bottom:12px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text h3{
	position:relative;
	color:#232323;
	font-size:20px;
	margin-top:30px;
	margin-bottom:12px;
}

.blog-single .inner-box .lower-content .text .two-column{
	position:relative;
	margin-top:30px;
	margin-bottom:40px;
}

.blog-single .inner-box .lower-content .text .two-column .image{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}

.blog-single .inner-box .lower-box{
	position:relative;
	padding:9px 0px;
	border-top:1px solid #e3e3e3;
}

.blog-single .inner-box .lower-box .social-sharing{
	position:relative;
}

.blog-single .inner-box .lower-box .social-sharing li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.blog-single .inner-box .lower-box .social-sharing li.share{
	color:#232323;
	font-size:16px;
}

.blog-single .inner-box .lower-box .social-sharing li a{
	position:relative;
	color:#777777;
}

.blog-single .inner-box .lower-box .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-box .post-meta li{
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	font-weight:300;
	padding-right:15px;
	margin-right:15px;
	display:inline-block;
}

.blog-single .inner-box .lower-box .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.blog-single .inner-box .lower-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#aaaaaa;
}

.blog-single .inner-box .lower-box .post-meta li:last-child::after{
	display:none;
}

.blog-single .inner-box .lower-box .post-meta li .icon{
	margin-right:3px;
}

.blog-single .inner-box .text blockquote{
	position:relative;
	border:none;
	border-radius:5px;
	text-align:center;
	padding:40px 60px;
	margin-top:35px;
	margin-bottom:40px;
	background-color:#f9f9f9;
}

.blog-single .inner-box .text blockquote .quote-icon{
	position:relative;
	color:#f2570d;
	font-size:40px;
	line-height:1em;
	margin-bottom:20px;
}

.blog-single .inner-box .text blockquote .quote-text{
	position:relative;
	color:#f2570d;
	font-size:18px;
	font-style:italic;
	line-height:1.7em;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.blog-single .inner-box .text blockquote .quote-author{
	position:relative;
	color:#232323;
	font-size:18px;
}

.blog-single.style-two .inner-box .text{
	margin-bottom:50px;
}

/*Author Box*/

.author-box{
	position:relative;
	margin-bottom:60px;
}

.author-box .author-comment{
	position:relative;
	border-radius:4px;
	padding:35px 30px 25px;
	background-color:#f7f7f7;
}

.author-box .author-comment .inner{
	position:relative;
	padding-left:110px;
}

.author-box .author-comment .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:20px;
}

.author-box .author-comment .inner h3{
	position:relative;
	color:#232323;
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
}

.author-box .author-comment .inner .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:1.5em;
	margin-bottom:10px;
}

.author-box .author-comment .inner .author-socials{
	position:absolute;
	right:0px;
	top:0px;
}

.author-box .author-comment .inner .author-socials li{
	position:relative;
	margin-left:10px;
	display:inline-block;
}

.author-box .author-comment .inner .author-socials li a{
	position:relative;
	color:#777777;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.author-box .author-comment .inner .author-socials li a:hover{
	color:#f2570d;
}

/*Group Title*/

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:26px;
	color:#232323;
	font-weight:400;
	text-transform:capitalize;
}

/*Comment Area*/

.sidebar-page-container .comments-area{
	position:relative;
	/*margin-top:40px;*/
	margin-bottom:70px;
	border-radius:5px;
	padding:30px 30px 0px;
	border:1px solid #e3e3e3;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	-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-bottom:1px solid #e3e3e3;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
	border:none;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	min-height:40px;
	padding:0px 0px 0px 110px;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0px;
	top:0px;
	color:#f2570d;
	font-size:14px;
	text-align:center;
	font-weight:700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	text-transform:uppercase;
	font-family: 'Nunito Sans', sans-serif;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:100px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:20px;
	font-size:16px;
	font-weight:600;
	color:#FF6600;
}

.sidebar-page-container .comments-area .comment-info{
	position:relative;
	line-height:24px;
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:600;
	color:#000;
	line-height:20px;
	display:inline-block;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box strong a{

	color:#000;

}

.sidebar-page-container .comments-area .comment-box strong a:hover{

	color:#FF6600;

}

.sidebar-page-container .comments-area .comment-box .comment-time{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-left:5px;
	display:inline-block;
	font-family: 'Nunito Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:16px;
	font-weight:300;
    line-height: 1.7em;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-info .location{
	position:relative;
	font-size:13px;
	color:#888888;
	display:inline-block;
	margin-left:15px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .row{
	margin:0px -4px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 4px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:5px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#f2570d;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	height:138px;
	font-size:14px;
	resize:none;
	border-radius:5px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .theme-btn{
	margin-top:10px;
	cursor:pointer;
}

/*Related Projects*/

.related-projects{
	position:relative;
}

.related-projects h2{
	position:relative;
	color:#232323;
	font-size:26px;
	font-weight:400;
	margin-bottom:25px;
}


/*Map Section*/

.map-section{
	position:relative;
}

.map-section .map-canvas{
	position:relative;
	height:400px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/
 
.contact-form-section{
	position:relative;
	padding:90px 0px 80px;
}

.contact-form-section h2{
	position:relative;
	color:#232323;
	font-size:32px;
	font-weight:400;
	text-align:center;
	margin-bottom:30px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form-section .contact-form{
	max-width:800px;
	margin:0 auto;
}

.contact-form{
	position:relative;
}

.contact-form .row{
	margin:0px -4px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
	padding:0px 4px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border-radius:4px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#08b248;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	height:138px;
	font-size:14px;
	resize:none;
	border-radius:4px;
	border:1px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .theme-btn{
	margin-top:10px;
	cursor:pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}