﻿/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('css7.css');


@import url('flaticon.css');
@import url('font-awesome.css');
@import url('line-awesome.css');
@import url('animate2.css');
@import url('jquery.touchspin.css');
@import url('owl.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: 2em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#8f0100;
}

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: 'Chivo', 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;
	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;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 48px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 5px;
	background-color: #152545;
}

.btn-style-one:hover{
	background:#43c3ea;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 48px;
	text-transform: uppercase;
	border-radius: 5px;
	font-weight: 400;
	background-color: #43c3ea;
}

.btn-style-two:hover{
	background:#152545;
	color:#ffffff;
}

.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:20px;
	right:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#8F0100;
	display:none;
	border-radius: 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;		
}

.scroll-to-top:hover{
	background:#1b1a1c;
	color: #ffffff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	width:100%;
	z-index: 999999;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	min-height: 90px;
	z-index: 9999;
	background-color: #ffffff;
}

.main-header .header-lower .main-box{
	position: relative;
	background-color: #ffffff;
}

.main-header .header-lower .logo-box{
	position: relative;
	float: left;
	padding-right: 50px;
}

.main-header .header-lower .logo-box:before{
	position: absolute;
	right:0;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #43c3ea;
	content: "";
}

.main-header .header-lower .logo{
	position: relative;
	padding: 20px 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 .header-lower .logo img{
	position: relative;
	max-width: 100%;
	height: auto;
}

.main-header .header-lower .nav-outer{
	position: relative;
	float: right;
}

.main-menu{
	position:relative;
	float:left;
}

.navbar-toggler{
	border: 0 !important;
}

.main-menu .navbar-header{
	display: none;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Chivo', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px 25px;
	-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:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #152545;
	content: "";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.current:before,
.main-menu .navigation > li:hover:before{
	height: 100%;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	color:#152545;
	padding:30px 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.current > a,
.main-menu .navigation > li:hover > a{
	color:#ffffff;
}
	
.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:16px;
	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:100%;
	width:200px;
	padding:0px 0px;
	z-index:100;
	background-color: #ffffff;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms 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 > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #F0F0F0;
}

.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:16px;
	color:#8f0100;
	text-align:left;
	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 > ul > li:hover > a{
	color:#ffffff;
	background:#43c3ea;
}

.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: 900;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-2px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background-color: #152545;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms 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 > 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;
	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:#43c3ea;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	visibility:visible;
	opacity:1;	
}

.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;
	margin-left: 45px;
}

.search{
    float: right;	
    position: relative;
}
.search p{
    text-align: right;
	color: #fff;
    margin: 0 0 10px;
}
.search p a{
    color: #fff;
}
.search p a:hover{
    text-decoration: underline;
}
.search input{
    float: right;
}
.search input[type='text']{
    height: 30px;
    line-height: 30px;
    width: 220px;
    padding: 0 15px 0 15px;
    color: #fff;
    background: #B41E27;
    border: none;
}
.search input[type='submit']{
    width: 35px;
    height: 30px;
    border: none;
    color: #fff;
    padding: 0;
    background: #fff url("../image/search.png") no-repeat center center;
    cursor: pointer;
}

/*================================================
			Fixed Header
==================================================*/
.main-header.fixed-header .main-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom:1px solid #e0e0e0;
}

/*================================================
			Header Style Two
==================================================*/
.header-style-two{
	position: relative;
}

.header-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	content:"";
	z-index: 9999999;
}

.header-style-two .header-upper{
	position:relative;
	background-color: #8F0100;
	z-index: 99999;
}

.header-style-two .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
}

.header-style-two .logo-outer{
	padding: 25px 0px;
}

.header-style-two .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.header-style-two .header-upper .upper-right{
	position:relative;
	float: right;
	padding-top:25px;
}

.header-style-two .info-box{
	position:relative;
	float:left;
	padding-top: 5px;
	padding-left: 60px;
	margin-left: 40px;
	min-height:50px;
}

.header-style-two .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	height: 40px;
	width: 40px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 400;
	border: 1px dashed #43c3ea;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-two .info-box li{
	position:relative;
	font-size:14px;
	line-height:20px;
	color:#777777;
	font-weight:400;
	text-transform:capitalize;
}

.header-style-two .info-box li span{
	position:relative;
	font-size: 16px;
	color: #152545;
	font-weight:400;
	font-family: "Chivo", sans-serif;
}

.header-style-two .info-box.btn-box{
	padding-top: 5px;
	padding-left: 0;
}

.header-style-two .header-lower{
	border-top: 1px solid #FC953C;
	background-color: #8F0100;
	min-height: auto;
	z-index: 99999;
}

.header-style-two .header-lower .nav-outer{
	float: left;
	width: 100%;
}

.header-style-two .main-menu .navigation > li{
	padding: 0 20px;
	margin-right: 10px;
}

.header-style-two .main-menu .navigation > li:after{
	position: absolute;
	left: -5px;
	top: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	/*content: "|";*/
}

.header-style-two .main-menu .navigation > li > a{
	color: #ffffff;
    font-size: 16px;
    padding: 15px 0;
    font-family: "Chivo", sans-serif;
}

.header-style-two .main-menu .navigation > li:before{
	background-color: #ffffff;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: #8f0100;
    border-bottom: 1px solid #f1f1f1;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 9999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin-left: 30px;
	padding: 0;
	background-color: transparent;
}

.main-header .sticky-header .main-menu .navigation > li:after{
	display: none;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	padding:20px 0px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	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-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	background-color: #8f0100;
}

.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;
}


/***
====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:30px;
}

.sec-title h2{
	display: block;
	font-size:24px;
	line-height: 1.0em;
	color: #152545;
	text-align: center;
	font-weight: 700;
	padding-bottom: 10px;
}

/*.sec-title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background-color: #8f0100;
	content: '';
}*/


/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 200px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#152545;
	opacity: .30;
	position:absolute;
}

.page-title .inner-container{
	position: relative;
}

.page-title h1{
	position:relative;
	float: left;
	font-size:42px;
	color:#ffffff;
	line-height: 60px;
	font-weight: 700;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding: 15px 0;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #43c3ea;
	font-weight: 400;
	text-transform: capitalize;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -8px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	content: "\f10e";
	font-family: "LineAwesome";
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.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:#43c3ea;	
}

/*** 

====================================================================
			Main Slider
====================================================================

***/

.main-slider{
	position:relative;	
	z-index:-1;
}


/*** 

====================================================================
			Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	background-color: #f8f8f8;
	padding: 50px 0;
}

.services-section-two .services-carousel{
	position: relative;
	padding-bottom: 20px;
}

.service-block-two{
	position: relative;
}

.service-block-two .inner-box{
	position: relative; 
}

.service-block-two .image-box{
	position: relative; 
}

.service-block-two .image{
	position: relative;
	margin: 0; 
}

.service-block-two .image img{
	display: block;
	width: 100%;
	height: 250px;
}

.service-block-two .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.service-block-two .image-box .overlay-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background-color: #ffffff;
	content: "";
	opacity: 0.30;
	-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 .inner-box:hover .overlay-box:before{
	width: 100%;
}

.service-block-two .image-box .overlay-box .read-more{
	position: absolute;
	left: 0px;
	bottom: 35px;
	font-size: 16px;
	line-height: 23px;
	width: 90%;
	color: #ffffff;
	font-weight: 400;
	z-index: 1;
	opacity: 0;
	text-align: left;
	-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 .inner-box:hover .overlay-box .read-more{
	opacity: 1;
	left: 35px;
}

.service-block-two .image-box .overlay-box .read-more:before{
	position: absolute;
	right: 0;
	top: 10px;
	height: 3px;
	width: 0;
	background-color: #ffffff;
	content:"";
}

.service-block-two .inner-box:hover .overlay-box .read-more:before{
	width: 70%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block-two .lower-content{
	position: relative;
	padding:35px 0 0;
	text-align: center;
}

.service-block-two .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #152545;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-block-two .lower-content h4 a{
	color: #152545;
	-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 .lower-content h4 a:hover{
	color:#43c3ea;
}

.service-block-two .lower-content .text{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	width: 35px;
	height: 5px;
	background-color: #e1e1e1;
	margin: 0 5px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	background-color: #152545;
}

.services-section-two.alternate{
	padding: 100px 0 65px;
}

.services-section-two.alternate .service-block-two{
	margin-bottom: 55px;
}

/*** 

====================================================================
		Service Detail Section
====================================================================

***/

.service-detail-section{
	position: relative;
	padding: 50px 0 50px;
}

.service-detail{
	position: relative;    
    margin-left: 30px;
}

.service-detail a{
	color: #777777;
}

.service-detail .position{
	position: relative;
    font-size: 16px;
    border-bottom: 1px solid #8f0100;
    padding-bottom: 8px;
	margin-bottom: 10px;
}

.service-detail .lower-content h2{
	position: relative;
	display: block;
	font-size: 26px;
    text-align: center;
	line-height: 1.2em;
	color: #152545;
	font-weight: 500;
	margin: 40px 0 15px;
}

.service-detail .lower-content h4{
	position: relative;
	display: block;
	font-size: 14px;
    text-align: center;
	line-height: 1.2em;
	color: #8F8D8D;
	font-weight: 400;
	margin-bottom: 30px;
}

.service-detail .lower-content p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 28px;
	color: #152545;
	font-weight: 400;
	margin-bottom: 8px;
}

/*Services Category*/

.services--list{
	position:relative;
	margin-bottom: 20px;
}

.services--list li{
	position:relative;
	margin-bottom: -1px;
	overflow: hidden;
}

.services--list li a{
	position:relative;
	font-size:18px;
	font-weight:500;
	color:#152545;
	line-height: 20px;
	padding: 20px 30px;
	padding-left: 26px;
	padding-right: 35px;
	display:block;
	border:1px solid #e1e1e1;
	font-family: "Chivo", sans-serif;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services--list li a:before{
	position:absolute;
	content: "\f10e";
	right: 25px;
	top: 20px;
	font-size: 18px;
	color: #000000;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Lineawesome';
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services--list li a:hover::before,
.services--list li.active a::before{
	color: #ffffff;
}

.services--list .top-title{
    line-height: 28px;
	padding: 20px 30px;
	padding-left: 26px;
	padding-right: 35px;
	display:block;
	border:1px solid #8f0100;
    font-size: 20px;
    font-weight: 600;
    background-color: #8f0100;
    color: #ffffff;
}

.services--list li.active a,
.services--list li:hover a{    
	color: #8f0100;
}

.services--list li a:after{
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 0;
	content: "";
	background-color: #EBE7E7;
	z-index: -1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services--list li.active a:after,
.services--list li:hover a:after{
	width: 101%;
	border-left: 6px solid #8f0100;
}

/*** 

====================================================================
				Projects Section
====================================================================

***/

.projects-section{
	position: relative;
	padding: 60px 0 0;
	background-color: #f1f1f1;
}

.mixitup-gallery .filters{
 	margin-bottom:40px;
 	text-align:center;
}

.mixitup-gallery .filters .filter-tabs{
 	position:relative;
 	display: inline-block;
}

.mixitup-gallery .filters li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #152545;
	font-weight: 400;
	cursor: pointer;
 	text-transform: capitalize;
 	padding: 0 25px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters li:before{
	position: absolute;
	left: -1px;
	top: 0;
	color: #bbbbbb;
	font-size: 15px;
	line-height: 24px;
	content: "|";
}

.mixitup-gallery .filters li:first-child:before{
	display: none;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover{
	color: #43c3ea;
}

.project-item{
	position: relative;    
}

.project-item.mix{
	display: none;
}

.project-item .image-box{
	position: relative;
}

.project-item .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-item .image-box .image img{
	position: relative;
    width:100%;
    height: 280px;	
	display: block;
}

.project-item .slide-item .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.project-item .title{
    text-align: center;
    padding: 10px;
    color: #000;
}

.project-item .title h5{
	position: relative;
	font-size: 18px;
	line-height: 2em;
	color: #152545;
	font-weight: 700;
}

.project-item .title h5 a{
	color: #152545;
	-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-item .title a:hover{
	color: #8f0100;
}

.project-item .image-box .overlay-box:before{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 0%;
	background-color: #ffffff;
	opacity: .30;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.project-item:hover .image-box .overlay-box:before{
	left: 0;
	width: 100%;
}

.project-item .content{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-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;
}

.project-item .content .link{
	position: relative;
	display: inline-block;
	margin: 0 5px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.project-item .content .icon{
	height: 40px;
	width: 40px;
	font-size: 18px;
	color: #152545;
	line-height: 40px;
	border: 1px solid #152545;
	background-color: #ffffff;
	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;
}

.project-item .content .link:hover .icon{
	background-color: #8f0100;
	color: #ffffff;
}

.project-item:hover .content > .link{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.project-item .content h3{
	position: relative;
	display: block;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 25px;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	-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-item .content h3 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;
}

.project-item .content h3 a:hover{
	color: #ffffff;
    font-size: 26px;
    -webkit-text-stroke: 1px red; /* Safari */
    -moz-text-stroke: 1px red;    /* Firefox */
    text-stroke: 1px #8f0100;         /* Standard syntax */
}

.project-item:hover h3{
	visibility: visible;
	opacity: 1;
	transition-delay: 300ms;
}

.project-item .content .category{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #152545;
	font-weight: 500;
	margin-bottom: 20px;
	opacity: 0;
	visibility: hidden;
	-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-item .image-box:hover .category{
	visibility: visible;
	opacity: 1;
	transition-delay: 300ms;
}

.projects-section .watch-more{
	position: relative;
	padding: 70px 0;
	background-color: #152545;
}

.projects-section .watch-more .title-box{
	position: relative;
	float: left;
}

.projects-section .watch-more .title-box h3{
	position: relative;
	padding:10px 0;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
}

.projects-section .watch-more .btn-box{
	position: relative;
	float: right;
}

.projects-section.style-two{
	background-color: #ffffff;
	padding: 60px 0;
}

.projects-section.style-two .row{
	margin: 0 -15px;
}

.projects-section.style-two .project-item{
	padding: 0 15px;
	margin-bottom: 30px;
}

.projects-section.style-two .btn-box{
	position: relative;
	margin-top: 50px;
	text-align: center;
}

.projects-section.alternate{
	background-color: #ffffff;
	padding: 120px 0;
}

.projects-section.alternate .btn-box{
	padding-top: 80px;
}


/******** feature start ********/
.feature{
    padding: 50px 0px;
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.feature .single-feature{
    background: #ffffff;
    background-image: url('../image/png-23.png');
    padding: 40px 30px 40px 30px;
    margin: 10px 0 10px;
    transition: all 1.5s;
    position: relative;
    border-radius: 5px;    
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}
.feature .single-feature:hover{
    background-color: #F3B3B4;
    background-image: url('../image/png-1.png');
    transform: translateY(-10px);
}
.feature .single-feature .header{
    margin-bottom: 15px;
}
.feature .single-feature .icon-box{
    width: 40px;
    height: 40px;
    border-radius: 7%;
    background-color: #8f0100;
    position: absolute;
    transition: all 0.5s;
}
.feature .single-feature:hover .icon-box{
    border-radius: 50%;
    transition: all .5s;
    background-color: #8f0100;
}
.feature .single-feature .icon-box .icon{
    font-size: 20px;
    color:#ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.feature .single-feature .title{
    font-weight: 700;
    color: #8f0100;
    font-size: 30px;
    display: inline-block;
    line-height: 1.2;
    margin-left: 65px;
    display: inline-block;
}
.feature .single-feature:hover .title{
    color:#ffffff;
}

/***** feature end *******/


/*** 

====================================================================
		Pic News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 50px 0 40px;
}

.news-section:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	content: "";
}

.news-section .sec-title{
	margin-bottom: 20px;
}

.news-section .sec-title h2{
	position: relative;
	float: left;
    width: 100%;
}

.news-block{
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box{
	position: relative;
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: 250px;
}

.news-block .overlay-box{
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(21,37,69,0.70);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.news-block .inner-box:hover .overlay-box{
	width: 100%;
	left: 0;
	opacity: 0.6;
	visibility: visible;
}

.news-block .overlay-box:before,
.news-block .overlay-box:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-left: 2px solid #FF7E00;
	border-right: 2px solid #FF7E00;
	content: "";
	z-index: 1;
	opacity: 0;
}

.news-block .overlay-box:after{
	border-left: 0;
	border-right: 0;
	border-top: 2px solid #FF7E00;
	border-bottom: 2px solid #FF7E00;
}

.news-block .inner-box:hover .overlay-box:before{
	right: 30px;
	left: 30px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transition-delay:  600ms;
	-moz-transition-delay:  600ms;
	-ms-transition-delay:  600ms;
	-o-transition-delay:  600ms;
	transition-delay:  600ms;
	opacity: 1;
}

.news-block .inner-box:hover .overlay-box:after{
	top: 30px;
	bottom: 30px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transition-delay:  600ms;
	-moz-transition-delay:  600ms;
	-ms-transition-delay:  600ms;
	-o-transition-delay:  600ms;
	transition-delay:  600ms;
	opacity: 1;
}

.news-block .inner-box .overlay-box .icon{
	position: absolute;
	height: 50px;
	width: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	line-height: 50px;
	font-size: 50px;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	text-align: center;
}

.news-block .inner-box:hover .overlay-box .icon{
	opacity: 1;
	z-index: 99;
	visibility: visible;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	-webkit-transition-delay:  600ms;
	-moz-transition-delay:  600ms;
	-ms-transition-delay:  600ms;
	-o-transition-delay:  600ms;
	transition-delay:  600ms;
}

.news-block .lower-content{
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 2px dashed #d7d7d7;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.news-block .inner-box:hover .lower-content{
	border-bottom: 2px dashed #8f0100;
}

.news-block .lower-content .info{
	position: relative;
	margin-bottom: 5px;
}

.news-block .lower-content .info i{
    color: #777777;
}

.news-block .lower-content .info li{
	position: relative;
	display: inline-block;
	margin-right: 25px;
}

.news-block .lower-content .info li a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	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 .lower-content .info li a i{
	font-size: 22px;
	line-height: 24px;
	color: #43c3ea;
}

.news-block .lower-content .info li a:hover{
	color: #43c3ea;
}

.news-block .lower-content h4{
	position: relative;
	font-size: 18px;
	line-height: 2em;
	color: #152545;
	font-weight: 700;
}

.news-block .lower-content h4 a{
	color: #152545;
	-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 .lower-content h4 a i{
	margin-right: 8px;
}

.news-block .inner-box:hover .lower-content h4 a{
	color: #8f0100;
}

.news-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
}

.news-block .lower-content .btn-box{
	position: relative;
	margin-top: 30px;
}

.news-block .lower-content .btn-box .theme-btn{
	padding: 15px 30px;
	line-height: 20px;
	text-transform: capitalize;
}


/***

==================================================================
				Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#8f0100;
	content: "";
	opacity: 0.90;
}

.main-footer .widgets-section{
	position:relative;
	padding: 60px 0 40px;
}

.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:21px;
	font-weight:400;
	color:#ffffff;
	line-height: 28px;
	padding-bottom: 10px;
	margin-bottom:45px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 60px;
	background-color: #43c3ea;
	content: '';
}

.main-footer .about-widget{
	padding-right: 30px;
}

.main-footer .footer-logo{
	position:relative;	
	margin-bottom: 25px;
}

.main-footer .footer-logo figure{
	margin: 0;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.social-icon-two{
	position: relative;
	display: block;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin-right: 17px;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	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-two li a:hover{
	color: #43c3ea;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 20px;
}

.main-footer .links-widget .list li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
	content: "\f10e";
	font-family: "LineAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 20px;
	font-size: 15px;
	color: #ffffff;
	font-weight: 300;
	-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 a:hover{
    text-decoration: underline;
	color:#ffffff;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.recent-posts .post{
	position: relative;
	min-height: 70px;
	padding-left: 105px;
	padding-bottom: 30px;
	border-bottom: 1px solid #3b5891;
	margin-bottom: 35px;
}

.recent-posts .post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 140px;
	width: 140px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 17px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 8px;
}

.recent-posts .post h4 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;
}

.recent-posts .post h4 a:hover{
	color: #43c3ea;
}

.recent-posts .post .read-more{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #3fb4da;
}

/*=== Contact Widget ===*/

.contact-widget{
	position: relative;
}

.main-footer .contact-list{
	position: relative;
	margin-bottom: 30px;
}

.main-footer .contact-list li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 40px;
	margin-bottom: 10px;
}

.main-footer .contact-list0 li{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 0px;
	margin-bottom: 10px;
}

.main-footer .contact-list0 li a{
	color: #ffffff;
	-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 .contact-list0 li a:hover{
    text-decoration: underline;
	color: #ffffff;
}

.main-footer .contact-list li span{ 
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 30px;
	margin-right: 14px;
	color: #ffffff;
}

.main-footer .contact-list li a{
	color:#ffffff;
	-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 .contact-list li a:hover{
    text-decoration: underline;
	color: #ffffff;
}

.main-footer .subscribe-form{
	position: relative;
}

.main-footer .subscribe-form .form-group{
	position:relative;
	margin:0px;	
}


/*** 

====================================================================
		Shop Page Section
====================================================================

***/

.shop-item {
	position: relative;
	margin-bottom: 50px;
}

.shop-item .inner-box{
	position: relative;
}

.shop-item .image{
	position: relative;
}

.shop-item .image img{
	display: block;
    height: 200px;
	width: 100%;
}

.shop-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;	
	background: rgba(255,255,255,.80);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.shop-item:hover .overlay-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.shop-item .overlay-box .icon-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -20px;
	text-align: center;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);

}

.shop-item:hover .overlay-box .icon-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.shop-item .overlay-box .icon-box a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 400;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #8f0100;
	margin: 0 5px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.shop-item .overlay-box .icon-box a:hover{
	background-color: #152545;
}

.shop-item .lower-content{
	position: relative;
	padding: 15px 0px 0;	
	text-align: center;
}

.shop-item .lower-content h3{
	position: relative;
	font-size: 16px;
	color: #152545;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 20px;
}

.shop-item .lower-content h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
} 

.shop-item .lower-content h3 a:hover{
	color: #8f0100;
}	


/*Sidebar Range slider */

.sidebar-widget-news-title{
    font-size: 18px;
    color: #8f0100;
    font-weight: 600;
    border-bottom: 2px solid #8f0100;
    margin: 30px 0 15px;
    padding-bottom: 5px;
}

.sidebar-widget-news-list ul li {
    display: block;
    font-size: 14px;
	color:#555454;
    padding: 5px 0 5px;
    transition: .5s;
}

.sidebar-widget-news-list ul li a{
    font-size: 14px;
	color:#555454;
}

.sidebar-widget-news-list ul li a:hover{
	color:#8f0100;
	font-weight: 500;
}

.sidebar-widget-news-list ul li i {
    padding-right: 10px;
    font-size: 6px;
    color: #8f0100;
}


/*========================================
<-- itpro Pricing Section Css -->
==========================================*/

.pricing-section {
    padding: 60px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

/*Style two
===============*/

.style-two.pricing-section {
    padding: 50px 0 40px;
    background: #ffffff;
}

.pricing-single-box {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(85,85,85,0.1);
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.pricing-head {
    background-color:#8f0100;
    padding: 10px 20px 10px;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
}

.pricing-single-box .pricing-title h3 {
    font-weight: 600;
	color: #ffffff;
    transition: .5s;
    font-size: 20px;
}

.pricing-single-box .pricing-title {
    padding: 10px 0 10px;
}

.pricing-body {
    padding: 15px 15px 0px 20px;
}

.pricing-single-box .pricing-feature ul li {
    display: block;
    font-size: 16px;
	color:#555454;
    padding: 8px 0;
    transition: .5s;
}

.pricing-single-box .pricing-feature ul li a{
    font-size: 16px;
	color:#555454;
}

.pricing-single-box .pricing-feature ul li a:hover{
	color:#8f0100;
	font-weight: 500;
}

.pricing-single-box .pricing-feature ul li i {
    padding-right: 10px;
    font-size: 7px;
}

.pricing-single-box .pricing-feature ul li ul li {
    display: block;
    font-size: 14px;
	color:#555454;
    padding: 0;
    transition: .5s;
}

.pricing-single-box .pricing-feature .pricing-date{
    color: #B3B0B0;
    padding-left: 20px;
    padding-top: 2px;
    font-size: 12px;
    line-height: 15px;
}

.pricing-btn a {
    color: #fff;
    background: #737171;
    font-size: 16px;
    padding: 11px 40px;
    border-radius: 0 30px 0px 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 18px;
    top: 20px;
}

.pricing-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 30px 0px 30px;
    background: #8f0100;
    transform: scale(0.0, 1);
    transition: .5s;
}

.pricing-btn a i {
    position: relative;
    top: 2px;
    padding-left: 5px;
    font-size: 18px;
}

.pricing-single-box:hover .pricing-btn a:before {
   transform: scale(1); 
}

.pricing-single-box:hover .pricing-title h3 {
    color: #fff;
}

.pricing-single-box:hover span {
    color: #fff !important;
}

.pricing-feature ul li i:hover {
    color: #8f0100;
}

/**********************************************************************************************************************/
/************************************************ 自定义及外添加CSS样式 *****************************************************/
/**********************************************************************************************************************/
.line{
    display:inline-block;
    width:20%;
    border-top:3px solid #8f0100;
    vertical-align:5px;
	margin: 0 20px 0 20px;
}

.sec-title h2 a{
    color: #000000;
}
.sec-title h2 a:hover{
    color: #8f0100;
}


.article-list ul li {
    display: block;
    font-size: 14px;
	color:#555454;
    padding: 20px 0 20px;
    border-bottom: 1px solid #F0F0F0;
    transition: .5s;
}

.article-list ul li a{
    font-size: 14px;
	color:#555454;
}

.article-list ul li a:hover{
	color:#8f0100;
	font-weight: 500;
}

.article-list .date{
    color: #666;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #F4F4F4;
}

.article-list .date .month{
    color: #999;
    font-size: 16px; 
    padding-top: 8px;
    margin-top: 10px;
}

.article-list .date .day{
    font-size: 40px;
    font-weight: 600;
    padding-top: 10px;
    margin-top: 15px;
}

.article-list .article-details{
    margin-left: 30px;
    height: 100px;
}
.article-list .article-details h3 a{
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.article-list .article-details h3 a:hover{    
    font-weight: 600;
}

.article-list .article-details p{
    color: #666;
    font-size: 14px;
    padding-left: 30px;  
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0;
}

.article-list ul li:hover .date{
	background-color:#B8B7B7;
	color:#ffffff;
}

.article-list ul li:hover .date .day{
	color:#ffffff;
}

.article-list ul li:hover .date .month{
	color:#ffffff;
}

.photo-list{
    padding-top: 30px;
}
