@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

body {
	
	font-size:14px;
	color:#787878;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#df6512;
}

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: 'Raleway', sans-serif;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.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;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 400;
	letter-spacing:0.5px;
	overflow: hidden;
	letter-spacing: 0.02em;
	background-color: #bb2f23;
	border-radius:5px;
}

.btn-style-one:hover{
	background-color: #001e57;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 30px;
	color: #222222;
	padding: 10px 30px;
	font-weight: 600;
	overflow: hidden;
	background-color: #ffffff;
	letter-spacing: 0.02em;
}

.btn-style-two:hover{
	background-color: #191e34;
	color: #ffffff;
}

/*=== Social Icon One ===*/
.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.social-icon-one li a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover{
	color: #bb2f23;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}
/* 
.list-style-one li{
	position:relative;
	font-size:16px;
	line-height:26px;
	color: #222222;
	font-weight:400;
	padding-left:35px;
	margin-bottom: 12px;
}

.list-style-one li:before{
	content: "\f186";
	position:absolute;
	left: 0;
	top: 0px;
	display:block;
	font-size:18px;
	line-height: 26px;
	padding: 0px;
	color:#df6512;
	font-weight:600;
	font-family: "Flaticon";
}

.list-style-one li a:hover{
	color: #44bce2;
}
 */
.theme_color{
	color:#bb2f23;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .active-tab{
	display: block;
}

 
img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
} 

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 99999;
}

.main-header .header-top{
	position: relative;
	background-color:#f8f9fa;
	border-bottom:1px dotted #ccc;
}

/* Top Left*/

.main-header .header-top .top-left{
	position: relative;
	float: left;
}

.main-header .header-top .social-links{
	position:relative;
	float:left;
	padding: 9px 0;
}

.main-header .header-top .social-links li{
	position:relative;
	float: left;
	margin-right:25px;
}

.main-header .header-top .social-links li a{
	position:relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #1b3752;
	-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-top .social-links li a:hover{
	color:#bb2f23;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.main-header .header-top .info-list{
	position: relative;
	float: right;
	padding: 4px 0;
}

.main-header .header-top .info-list li{
	position: relative;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #ccc;
	font-size: 15px;
	line-height: 30px;
	color: #1b3752;
	font-weight: 500;
}

.main-header .header-top .info-list li a{
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #1b3752;
	letter-spacing:0.6px;
	-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-top .info-list li a:hover{
	color: #bb2f23;
}

.main-header .header-top .info-list li i{
	margin-right: 7px;
	color: #1d3853;
	font-size:18px;
	float: left;
	line-height: 30px;
	font-weight:600;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position: relative;
}

.main-header .header-upper .logo-outer{
	position: relative;
	float: left;
}

.main-header .header-upper .logo{
	position: relative;
	padding: 40px 0;
}

.main-header .header-upper .logo img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.main-header .info-outer{
	position: relative;
	float: right;
	padding-top: 40px;
}

.main-header .info-outer .info-box{
	position: relative;
	float: left;
	margin-left: 85px;
	padding-left: 55px;
	margin-bottom: 30px;
}

.main-header .info-outer .info-box .icon{
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 40px;
	color: #cccccc;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header .info-outer .info-box:hover .icon{
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	left: 50%;
	opacity: .10;
}

.main-header .info-outer .info-box:first-child{
	margin-left: 0;
}

.main-header .info-outer .info-box:before{
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	height: 56px;
	border-left: 2px dashed #cccccc;

}

.main-header .info-outer .info-box:first-child:before{
	display: none;
}

.main-header .info-outer .info-box strong{
	font-size: 17px;
	line-height: 30px;
	color: #191e34;
	font-kerning: 700;
}

.main-header .info-outer .info-box .info{
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
}

.main-header .info-outer .info-box a{
	color: #777777;
}

.main-header .info-outer .info-box a:hover{
	text-decoration: underline;
	color: #bb2f23;
}

/*=== Header Lower ===*/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#bb2f22;
	margin:7px 0px 2px;
	display: none;
}

.main-header .header-lower{
	position: relative;
}

.main-header .header-lower .nav-outer{
	position: relative;
	background: #191e34;
	padding-left: 40px;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:25px 0px;
	margin-right: 25px;
	padding-right: 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;
	right: 0;
	top: 0px;
	height: 20px;
	width: 1px; 
	content: "";
}

.main-menu .navigation > li:last-child:before{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:17px;
	line-height:30px;
	font-weight:500;
	opacity:1;
	color:#ffffff;
	padding: 0px;
	text-transform:none;
	-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:hover > a,
.main-menu .navigation > li.current > a{
	color: #df6512;
}

.main-menu .navigation > li.dropdown > a{
	padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: "Flaticon";
	content: "\f11e";
	position:absolute;
	right: 5px;
	top: 3px;
	display:block;
	line-height:24px;
	font-size:8px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:270px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background-color:#1d3853;
	opacity:0;
	border-top: 3px solid #bb2f23;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	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 > 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:8px 25px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	letter-spacing:0.8px;
	color:rgba(255,255,255,0.90);
	text-align:left; 
	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-color:#bb2f23;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:20px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:240px;
	z-index:100;
	display:none;
	background-color:#262626;
	opacity:0;
	border-top: 3px solid #df6512;
	-webkit-transform:translateY(30px);
	-ms-transform:translateY(30px);
	transform:translateY(30px);
	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 > 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:11px 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:rgba(255,255,255,0.90);
	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-color:#df6512;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);	
}

.main-menu .navigation 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:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

.main-header .outer-box .btn-box{
	position: relative;
	float: right;
	margin-left: 30px;
}

.main-header .outer-box .btn-box .theme-btn{
	padding: 24px 40px;
	text-transform: capitalize;
	float: right;
}

.main-header .outer-box .btn-box .theme-btn i{
	margin-left: 10px;
}

/*=== Cart Btn ===*/
.main-header .outer-box .cart-btn{
	position: relative;
	padding: 25px 0 22px;
	float: left;
	margin-left: 30px;
}

.main-header .outer-box .cart-btn a{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	float: left;
	padding: 25px 0px 22px;
	-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 .search-box-btn{
	position: relative;
	float: left;
    font-size: 18px;
	line-height: 30px;
    cursor: pointer;
    background: none;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover{
	color: #bb2f23;
}

.dropdown-toggle::after{
	display: none;
}

.main-header .search-box-outer .dropdown-menu{
	top:52px !important;
	left: auto !important;
	right: 0;
	padding:0px;
	width:280px;	
	border-radius:0px;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	border-top:3px solid #df6512;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#25262c;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

/*** 

====================================================================
			Header Style Two
====================================================================

***/

.header-style-two .header-upper .logo{
	padding: 5px 0;
}

.header-style-two .nav-outer{
	position: relative;
	float: right;
}

.header-style-two .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul{
	border-top-width:0;
}

.sticky-header .main-menu .navigation > li > ul,
.sticky-header .main-menu .navigation > li > ul{
	border-top-width:3px;
}

.header-style-two .main-menu .navigation > li{
	margin-right: 0;
	padding: 27px 10px;
}

.header-style-two .main-menu .navigation > li:before{
	position: absolute;
	left: 50%;
	top: auto;
	bottom: 0;
	height: 5px;
	width: 0%; 
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
}

.header-style-two .main-menu .navigation > li:last-child:before{
	display: block;
}

.header-style-two .main-menu .navigation > li:hover:before,
.header-style-two .main-menu .navigation > li.current:before{
	width: 100%;
	left: 0;
}

.header-style-two .main-menu .navigation > li > a{
	font-size: 14px;
	color: #191e34;
	text-transform:uppercase;
	letter-spacing:0.8px;
	padding: 2px 15px 2px 15px;
    border-radius: 5px;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a{
	color: #fff;
    background-color: #bb2f23;
    padding: 2px 15px 2px 15px;
	border-radius: 5px;
}

.header-style-two .outer-box .btn-box{ 
	position: relative;
	padding: 20px 0;
}

.header-style-two .outer-box .btn-box .theme-btn{
	padding: 15px 30px;
}

.header-style-two .outer-box .btn-box .theme-btn i{
	margin-left: 10px;
	line-height: 28px;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 20px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:2px 15px 2px 15px;
	border-radius: 5px;
	line-height:30px;
	font-size:15px;
	font-weight:500;
	color:#222222;
	text-transform:uppercase;
	margin-top:18px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #fff;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 280px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transition-delay:1400ms;
	-ms-transition-delay:1400ms;
	transition-delay:1400ms;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-ms-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
	-webkit-transition-delay:0ms;
	-ms-transition-delay:0ms;
	transition-delay:0ms;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	transform: translateX(101%);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transition-delay:700ms;
	-ms-transition-delay:700ms;
	transition-delay:700ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transition-delay:0ms;
	-ms-transition-delay:0ms;
	transition-delay:0ms;
}

.mobile-menu .menu-box{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition-delay:700ms;
	-ms-transition-delay:700ms;
	transition-delay:700ms;
}

.mobile-menu .close-btn{
	position: fixed;
	left: 0;
	left: 295px;
	top: 10px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-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;
}

.mobile-menu-visible .mobile-menu .close-btn{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay:1400ms;
	-ms-transition-delay:1400ms;
	transition-delay:1400ms;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040; 
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	border-left:1px solid rgba(0,0,0,0.10);
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/*** 

====================================================================
			Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding: 40px 0 10px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#bb3023;
	opacity: .70;
	position:absolute;
}

.page-title .inner-container{
	position: relative;
}

.page-title .title-box{
	position: relative;
	float: left;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:30px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#ffffff;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}

.page-title .title{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding-top: 10px;
}

.page-title .bread-crumb li{
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color:#1e3954;
	font-weight: 600;
	letter-spacing:0.5px;
	cursor: default;
	padding-right:  13px;
	margin-right: 13px;
}

.page-title .bread-crumb li:before{
	position: absolute;
	top: -1px;
	right: -5px;
	font-size: 8px;
	line-height: 30px;
	color: #ffffff;
	content:"\f13f";
	font-weight: 700;
	font-family: "Flaticon";
}

.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:#bb2f23;	
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index: 1;
	margin-bottom:20px;
}

.sec-title .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #bb2f23;
	font-weight: 500;
	margin-bottom: 5px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:25px;
	line-height: 1.28em;
	color: #1d3853;
	font-weight: 200;
	padding-bottom:5px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:3px;
	background-color:#d1d2d6;
}

.sec-title .text{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-top: 35px;
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.text-center h2:before{
	left:50%;
	margin-left: -25px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position: relative;
	top: -40px;
	margin-bottom: -40px;
}

.main-slider h2{
	position: relative;
	display: block;
	font-size: 40px;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.1em;
	margin-top:165px;
}

.main-slider .text{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

.main-slider .link-box{
	position: relative;
}

.main-slider .link-box a{
	position: relative;
	padding: 15px 35px;
	letter-spacing: 1px;
}

.main-slider.style-two{
	top: 0;
	margin-bottom: 0px;
}

.main-slider.style-two h2{
	font-weight: 300;
}

.main-slider .tp-bullets{
	opacity: 1 !important;
	display: block !important;
	text-align: center;
	width: auto !important;
}

.main-slider .hermes .tp-bullet{
	position: relative !important;
	display: inline-block !important;
	left: 0 !important;
	margin: 0px 3px;
}

/*** 

====================================================================
		About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 50px 0 0px;
}

.about-section .sec-title{
	margin-bottom: 25px;
}

.about-section .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section .content-column .inner-column{
	position: relative;
	padding-left: 30px;
}

.about-section .text{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	letter-spacing:0.3px;
}

.about-section .list-style-one{
	margin-bottom: 45px;
}

.about-section .btn-box{
	position: relative;
}

.about-section .btn-box a{
	padding: 2px 15px;
	float:right;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
	position: relative;
	padding-left: 120px;
	padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
	position: absolute;
	left: -75px;
	top: 65px;
	height: 520px;
	width: 520px;
	background-image:url(../images/icons/circle-1.png);
	content: "";
}

.about-section .image-column .image-1{
	position: relative;
}

.about-section .image-column .image-2{
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-section .image-column .video-link{
	position: absolute;
	left: 70px;
	top: 170px;
}

.about-section .image-column .video-link .link{
	position: relative;
	display: block;
	font-size: 22px;
	color: #191e34;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
	background-color: #191e34;
	color: #ffffff;
}

/*=== About Section Style Two ===*/
.about-section.style-two:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 33.5%; 
	content: "";
}

.about-section.style-two:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 535px;
    width: 535px;
    background-image: url(../images/icons/circle-4.png);
    z-index: -1;
    content: "";
}

.about-section.style-two .image-column .inner-column{
	padding-bottom: 215px;
	padding-left: 30px;
	padding-right: 70px;
}

.about-section.style-two .image-column .inner-column:before{
	display: none;
}

.about-section.style-two .image-column .image-2{
	left: auto;
	right: 0;
}

.about-section.style-two .image-column .video-link{
	top: auto;
	bottom: 55px;
	left: 180px;
}

.about-section.style-two .content-column .inner-column{
	padding-left: 0;
	padding-right: 30px;
}

.about-section.style-two.alternate{
	padding-top: 0;
	padding-bottom: 70px;
}

.about-section.style-two.alternate:before{
	display: none;
}

.about-section.style-two.alternate .image-column .inner-column{
	padding: 0;
	padding-left: 30px;
}

.about-section.style-two.alternate .image-column .text-layer{
	color: #f2f3f5;
	margin-top: 0;
	right: -140px;
}

/*=== About Section Style Three ===*/

.about-section.style-three{
	padding-top: 220px;
}

.about-section.style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-color: #f2f3f5;
    content: "";
}

.about-section.style-three:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 535px;
    width: 535px;
    background-image: url(../images/icons/circle-7.png);
    content: "";
    z-index: 0;
}

.about-section.style-three .row{
	position: relative;
	z-index: 1;
}

.about-section.style-three .content-column .inner-column{
	padding-left: 0;
	padding-right: 40px;
}

.about-section.style-three .image-column{
	margin-bottom: 50px;
}

.about-section.style-three .image-column .inner-column{
	padding-left: 30px;
	padding-right: 0;
	padding-bottom: 0;
}

.about-section.style-three .image-column .text-layer{
    font-size: 326px;
    color: #f2f3f5;
    font-weight: 500;
    top: 380px;
    right: -140px;
}

.about-section.style-three .image-column .inner-column:before{
	display: none;
}

/*=== About Section Style Four ===*/

.about-section.style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
    content: "";
}

.about-section.style-four:after{
    position: absolute;
    right: 0;
    top: 0;
    height: 535px;
    width: 535px;
    background-image: url(../images/icons/circle-8.png);
    content: "";
    z-index: 0;
}

.about-section.style-four .row{
	position: relative;
	z-index: 1;
}

.about-section.style-four .image-column{
	position: relative;
	margin-bottom: 0px;
}

.about-section.style-four .image-column .inner-column{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.about-section.style-four .image-column .text-layer{
    font-size: 326px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    top: 280px;
    right: 0px;
}

.about-section.style-four .image-column .inner-column:before{
	display: none;
}

/*** 

====================================================================
		Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 0 0 120px;
	background-color: #f2f3f5;
}

.services-section.alternate{
	padding-top: 120px;
}

.services-section.alternate:before{
	height: 560px;
}

.services-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 440px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.services-section:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background-image: url(../images/icons/dotted-map.png);
	background-repeat:no-repeat;
	background-position: center;
	content: "";
	z-index: 0;
}

.service-block{
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
}

.service-block .inner-box{
	position: relative;
}

.service-block .image-box{
	position: relative;
}

.service-block .image-box .image{
	position: relative;
	background-color: #bb2f23;
	overflow: hidden;
}

.service-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block .inner-box:hover .image-box .image img{
	opacity: .70;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.service-block .lower-content{
	position: relative;
	background-color: #ffffff;
	padding: 38px 35px 35px;
	box-shadow: 0 12px 15px rgba(0,0,0,0.05);
}

.service-block .lower-content .icon{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1em;
	color: #222222;
	margin-bottom: 20px;
}

.service-block .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	color: #222222;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.service-block .lower-content h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #d1d2d6;
	content: "";
}

.service-block .lower-content:hover h3:after{
	background-color:#bb2f23;
}

.service-block .lower-content h3 a:hover{
	color: #bb2f23;
}

.service-block .lower-content .text{
	position: relative;
	margin-bottom: 15px;
}

.service-block .lower-content .link-box{
	position: relative;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	font-weight: 500;
	-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: #bb2f23;
	text-decoration:underline;
}

.services-section .btn-box{
	position: relative;
	display: block;
	z-index: 9;
}

.services-section .btn-box a{
	padding: 15px 40px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

.services-section.style-two{
	position: relative;
	padding: 120px 0 90px;
}

.services-section.style-two .service-block{
	margin-bottom: 30px;
}

.services-section.style-two:before{
	display: none;
}

/*** 

====================================================================
		Services Section Two
====================================================================

***/

.services-section-two{
	position: relative;
	padding: 115px 0 120px;
}

.services-section-two:before{
    position: absolute;
    right: 0;
    top: 0;
    height: 592px;
    width: 596px;
    background-image: url(../images/icons/circle-6.png);
    z-index: -1;
    content: "";
}

.services-section-two .sec-title{
	margin-bottom: 50px;
}

.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-bottom: 0;
	background-color: #bb2f23;
	overflow: 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;
}

.service-block-two .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-block-two .inner-box:hover .image{
	box-shadow: 0 15px 30px rgba(0,0,0,0.10);
}

.service-block-two .lower-content{
	position: relative;
	padding: 25px 0 0;
}

.service-block-two .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	color: #222222;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.service-block-two .lower-content h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .lower-content h3:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #d1d2d6;
	content: "";
}

.service-block-two .lower-content h3 a:hover{
	color: #bb2f23;
}

.service-block-two .lower-content .text{
	position: relative;
	margin-bottom: 15px;
	max-width: 300px;
}

.service-block-two .lower-content .link-box{
	position: relative;
}

.service-block-two .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #222222;
	font-weight: 500;
	-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 .link-box a:hover{
	color: #bb2f23;
}

.services-section-two{
	position: relative;
}

.services-section-two .services-carousel{
	position: relative;
}

.services-section-two .owl-nav{
	display: none;
}

.services-section-two .owl-dots{
	position: relative;
	display: block;
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

.services-section-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #fdd6bc;
	margin: 0 8px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-section-two .owl-dot.active,
.services-section-two .owl-dot:hover{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #bb2f23;
	border-color: #bb2f23;
}

/*** 

====================================================================
		Services Section Three
====================================================================

***/

.services-section-three{
	position: relative;
	padding: 120px 0 90px;
	background-color: #f5f6f7;
}

.services-section-three:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
    background-image: url(../images/icons/dotted-map-3.png);
    background-repeat: no-repeat;
    background-position: center right;
    content: "";
}

.services-section-three:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 535px;
    width: 535px;
    background-image: url(../images/icons/circle-4.png);
    content: "";
}

.services-section-three .row{
	position: relative;
	z-index: 3;
}

.services-section-three .text-column{
	position: relative;
	margin-bottom: 50px;
}

.services-section-three .text-column .inner-column{
	position: relative;
	padding-right: 65px;
}

.services-section-three .text-column .sec-title{
	margin-bottom: 35px;
}

.services-section-three .text-column .sec-title .text{
	margin-top: 45px;
}

.services-section-three .text-column .btn-box a{
	padding: 15px 35px;
	line-height: 30px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
}

.service-block-three{
	position: relative;
	margin-bottom: 30px;
}

.service-block-three .inner-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 70px 40px 65px;
	background-color: #ffffff;
	box-shadow: 0 15px 40px rgba(0,0,0,.10);
	-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-three .inner-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-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;
}

.service-block-three .inner-box:hover:before{
	opacity: .7;
	background-color: #000000;
}

.service-block-three .icon{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 1em;
	color: #bb2f23;
	margin-bottom: 20px;
}

.service-block-three h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 23px;
}

.service-block-three h3:before{
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	width: 50px;
	background-color: #d1d2d6;
	content: "";
	margin: 0 auto;
	bottom: 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;
}

.service-block-three h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box:hover h3 a{
	color: #ffffff;
}

.service-block-three .inner-box:hover h3:before{
	background-color: #ffffff;
	opacity: .40;
}

.service-block-three .text{
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box:hover .text{
	color: #ffffff;
	opacity: .80;
}

.service-block-three .link-box{
	position: relative;
	display: block;
}

.service-block-three .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	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;
}

.service-block-three .inner-box:hover .link-box a{
	color: #bb2f23;
}

.service-block-three .inner-box .link-box a:hover{
	text-decoration:underline;
}

/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section{
	position: relative;
}

.features-section:before{
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33.5%;
    /* background-color: #f2f3f5; */
    content: "";
    z-index: -1;
}

.features-section .outer-box{
	margin-top: -130px;
	z-index: 2;
}

.feature-block-two{
	position: relative;
	z-index: 2;
}	

.feature-block-two .inner-box{
	position: relative;
	box-shadow: 0 15px 30px rgba(0,0,0,0.10);
	text-align:center;
}

.feature-block-two .upper-box{
	position: relative;
	padding: 30px 40px;
	background-color: #f2f3f5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .upper-box{
	background-color: #191e34;
}

.feature-block-two .icon-box{
	display: block;
}

.feature-block-two .upper-box .icon{
	position: relative;
	display: block;
	font-size: 58px;
	line-height: 60px;
	color: #bb2f23;
	height: 60px;
	font-weight: 400;
}

.feature-block-two .lower-content{
	position: relative;
	padding: 25px 40px;
	background-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;
}

.feature-block-two .inner-box:hover .lower-content{
	background-color: #1f2540;
}

.feature-block-two .lower-content h4{
	position: relative;
	display: block;
	font-size: 18px;
	letter-spacing:0.5px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 500;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.feature-block-two .lower-content h4 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .lower-content h4:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px; 
	content: "";
}

.feature-block-two .inner-box:hover .lower-content h4 a{
	color: #ffffff;
}

.feature-block-two .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	letter-spacing:0.3px;
	font-weight: 400;
	margin-bottom: 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;
}

.feature-block-two .inner-box:hover .lower-content .text{
	color: #fff;
}

.feature-block-two .link-box{
	position: relative;
	display: block;
}

.feature-block-two .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two .inner-box:hover .link-box a{
	color: #bb2f23;
}

.feature-block-two:hover .lower-content h4:before{
	/* background-color: #bb2f23; */
}

.feature-block-two .link-box a:hover{
	text-decoration: underline;
}

.features-section.style-two{
	position: relative;
	padding: 50px 0 20px 0;
}

.features-section.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 360px;
	width: 100%;
	/* background-color: #f2f3f5; */
	content: '';
}

.features-section.style-two .outer-box{
	margin: 0;
}

.features-section.style-two .upper-box{
	background-color: #ffffff;
}

.features-section.style-two .upper-box:before{
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	margin: 0 auto;
	content: "";
	border-bottom: 2px dashed #e9e9e9;
	transition: all 300ms ease;
}

.features-section.style-two .inner-box:hover .upper-box:before{
	border-bottom: 2px dashed #414556;
}

.features-section.style-two .inner-box:hover .lower-content,
.features-section.style-two .inner-box:hover .upper-box{
	background-color: #191e34;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:40px 0px;
	background:#f2f3f5;
}

.clients-section .slide-item{
	text-align:center;
    border-radius: 10px;
    border: 1px dotted #ccc;
	padding:8px;
}

.clients-section .slide-item a{
	position:relative;
	display:block;
}

.clients-section .slide-item img{
	position:relative;
	display: inline-block;
	max-width: 100%;
	width:auto; 
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.clients-section .slide-item a:hover img{
	opacity:1;
}

/*** 

====================================================================
		Video Section
====================================================================

***/

.video-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 210px 0;
}

.video-section .content-column{
	position: relative;
}

.video-section .content-column .inner-column{
	position: relative;
	padding-left: 100px;
}

.video-section .content-column h3{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
}

.video-section .content-column .link-box{
	position: relative;
	display: inline-block;
	padding-left: 22px;
}

.video-section .content-column .link-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #ffffff padding-box content-box;
	content: '';
	padding: 5px 0;
}

.video-section .content-column .link-box a{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #fefefe;
	font-weight: 500;
	margin-bottom: 5px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .content-column .link-box a:hover{
	color: #bb2f23;
}

.video-section .video-link{
	position: relative;
	text-align: center;
	padding-top: 70px;
}

.video-section .video-link .link{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	height: 100px;
	width: 100px;
	line-height: 94px;
	border: 3px solid #ffffff;
	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;
}

.video-section .video-link .link:hover{
	background-color: #bb2f23;
	border-color: #bb2f23;
	color: #ffffff;
}

/*** 

====================================================================
		Project Section
====================================================================

***/

.project-section{
	position: relative;
	padding: 120px 0 90px;
}

.project-section:before{
	position: absolute;
	left: 0;
	top: 200px;
	height: 690px;
	width: 535px;
	background-image:url(../images/icons/circle-2.png);
	content: "";
}

.project-section .column{
	position: relative;
}

.project-section .sec-title{
	position: relative;
	margin-bottom: 60px;
}

.project-block{
	position: relative;
	margin-bottom: 30px;
}

.project-block .image-box{
	position: relative;
}

.project-block .image-box .image{
	position: relative;
}

.project-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-block .overlay-box{
	position: absolute;
	left: 40px;
	bottom: 40px;
	right: 40px;
	overflow: hidden;
}

.project-block .overlay-box .inner{
	position: relative;
	padding: 35px 40px;
	background-color: rgba(255,255,255,.95);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
}

.project-block .image-box:hover .overlay-box .inner{
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.project-block .overlay-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.project-block .overlay-box h3:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: #d1d2d6;
	content: "";
}

.project-block .overlay-box h3 a{
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .overlay-box h3 a:hover{
	color: #bb2f23;
}

.project-block .overlay-box .text{
	position: relative;
	margin-bottom: 20px;
}

.project-block .link-box{
	position: relative;
}

.project-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1.2em;
	color: #bb2f23;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.project-block .link-box a:hover{
	color: #222222;
}

.project-link-box{
	position: relative;
	margin-bottom: 30px;
}

.project-link-box .inner{
	position: relative;
	padding: 120px 15px;
	text-align: center;
	background-color: #191e34;
}

.project-link-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
	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;
}

.project-link-box a i{
	position: relative;
	display: inline-block;
	margin-left: 10px;
	top: 2px;
	font-weight: 600;
}

.project-link-box a:hover{
	color: #bb2f23;
}

/*** 

====================================================================
		Projects Section Two
====================================================================

***/

.project-section-two{
	position: relative;
	background-color: #f2f3f5;
	padding: 120px 0 0;
	overflow:hidden;
}

.project-section-two .projects-outer{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.project-section-two .projects-outer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #1a1f26;
	content: '';
	opacity: .40;
}

.project-block-two{
	position: relative;
}

.project-block-two .inner-box{
	position: relative;
	padding: 0 50px;
	padding-top: 530px;
	padding-bottom: 60px;
}

.project-block-two .inner-box:before{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	height:1500px;
	border-right: 1px solid rgba(225,227,226,.30);
	
}

.project-block-two:last-child .inner-box:before{
	display:none;
	
}

.project-block-two .count{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 1em;
	font-weight: 400;
	color: #ffffff;
    opacity: .30;
	margin-bottom: 45px;
}

.project-block-two h5{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.project-block-two h5:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: rgba(255,255,255,.50);
	content: '';
}

.project-block-two h5 a{
	color: #ffffff;
	display: inline-block;
	transition: all 300ms ease;
}

.project-block-two .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #fefefe;
	margin-bottom: 20px;
}

.project-block-two .btn-box{
	position: relative;
}

.project-block-two .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	padding: 10px 28px;
	border: 2px solid rgba(255,255,255,.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-block-two .btn-box a:hover{
	color: #bb2f23;
	background-color: #ffffff;
}

.project-block-two .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: #bb2f23;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-block-two .overlay-box .inner{
	position: absolute;
	left: 0;
	bottom: 20%;
	padding: 60px 55px;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.project-block-two .inner-box:hover .overlay-box,
.project-block-two.active .inner-box .overlay-box {
	opacity: 1;
}

.project-block-two .inner-box:hover .overlay-box .inner,
.project-block-two.active .inner-box .overlay-box .inner{
	bottom: 0;
}

.project-section-two.style-two{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 465px;
}

.project-section-two.style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: .60;
}

.project-section-two.style-two .projects-outer:before{
	display: none;
}

.project-section-two.style-two .project-block-two .inner-box{
	background-color: rgba(255,255,255,.20);
	padding-top: 70px;
	padding-bottom: 30px;
}

.project-section-two.style-two .project-block-two .count{
	opacity: .70;
}

.project-section-two.style-two .project-block-two .overlay-box .inner{
	background-color: #bb2f23;
}

/*** 

====================================================================
		Project Details
====================================================================

***/

.project-details-section{
	position:relative;
	padding:120px 0px 90px;	
}

.project-detail .image-box{
	position: relative;
	margin-bottom: 18px;
}

.project-detail .image-box .image{
	position: relative;
	margin-bottom: 50px;
}

.project-detail .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .content-box{
	position:relative;
}

.project-detail .content-column{
	position:relative;
}

.project-detail .content-column .inner-column{
	position: relative;
	padding-right: 30px;
}

.project-detail .content-box h2{
	position: relative;
	font-size: 40px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.project-detail .content-box h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #d1d2d6;
	content: "";
}

.project-detail .content-box h4{
	position: relative;
	font-size: 26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 25px;
}

.project-detail .content-box p{
	position:relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom:26px;
}

.project-detail .two-column{
	position: relative;
}

.project-detail .two-column .image-column,
.project-detail .two-column .text-column{
	position: relative;
	margin-bottom: 50px;
}

.project-detail .two-column .image{
	position: relative;
}

.project-detail .two-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

.project-detail .info-column{
	position:relative;
	margin-bottom:50px;
}

.project-detail .info-column{
	position: relative;
}

.project-detail .info-box{
	position: relative;
	background-color: #f2f3f5;
	padding: 45px 40px 40px;
}

.project-detail .info-box h4{
	margin-bottom: 15px;
}

.project-detail .info-box p{
	margin-bottom: 60px;
}

.project-detail .info-list{
	position: relative;
}

.project-detail .info-list li{
	position:relative;
	font-size:15px;
	color: #848484;
	line-height: 26px;
	margin-bottom: 18px;
	padding-left: 120px;
	font-family: 'Raleway', sans-serif;
}

.project-detail .info-list li a{
	color: #848484;
}

.project-detail .info-list li a:hover{
	text-decoration: underline;
}

.project-detail .info-list li strong{
	position: absolute;
	left: 0;
	top: 0;
	font-size:17px;
	color: #222222;
	text-transform: capitalize;
	line-height: 26px;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.project-detail .info-list .social-links{
	position:relative;
	margin-top: 40px;
}

.project-detail .info-list .social-links a{
	position:relative;
	float:left;
	display:inline-block;
	margin-right:20px;
	line-height:24px;
	color:#1e1e1e;		
}

.project-detail .info-list .social-links a:hover{
	color:#ffae11;	
}

.project-detail .owl-theme .owl-dots{
	display:none;	
}

.project-detail .carousel-box{
	position:relative;
	margin-bottom:40px;	
}

.project-detail .owl-theme .owl-nav .owl-next,
.project-detail .owl-theme .owl-nav .owl-prev{
	position:absolute;
	top:50%;
	margin-top:-27px;
	width:54px;
	height:54px;
	line-height:54px;
	background:#93999a;
	color:#ffffff;
	text-align:center;
	font-size:32px;
	border-radius:0px;
	-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-detail .owl-theme .owl-nav .owl-next{
	right:20px;
}

.project-detail .owl-theme .owl-nav .owl-prev{
	left:20px;
}

.project-detail .owl-theme .owl-nav .owl-prev:hover,
.project-detail .owl-theme .owl-nav .owl-next:hover{
	background:#ffae11;	
}

.project-detail .post-controls{
	margin-top: 30px;
}

.post-controls{
	position:relative;
	padding:30px 0px;
	text-align:center;
}

.post-controls .prev-post,
.post-controls .next-post{
	position:relative;
	display:block;
	font-size:20px;
	font-weight:600;
	color:#25262c;
	line-height:30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.post-controls .prev-post:hover,
.post-controls .next-post:hover{
	color:#bb2f23;	
}

/*** 

====================================================================
		Service Details
====================================================================

***/

.service-detail-section{
	position:relative;
	padding:120px 0px 90px;	
}

.service-detail .image-box{
	position: relative;
	margin-bottom: 18px;
}

.service-detail .image-box .image{
	position: relative;
	margin-bottom: 65px;
}

.service-detail .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.service-detail .content-box{
	position:relative;
}

.service-detail .content-column{
	position:relative;
}

.service-detail .content-column .inner-column{
	position: relative;
	padding-right: 30px;
}

.service-detail .content-box h2{
	position: relative;
	font-size: 40px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.service-detail .content-box h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 50px;
	background-color: #d1d2d6;
	content: "";
}

.service-detail .content-box h4{
	position: relative;
	font-size: 26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 25px;
}

.service-detail .content-box p{
	position:relative;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 50px;
}

.service-detail .two-column{
	position: relative;
}

.service-detail .two-column .text-column{
	position: relative;
	margin-bottom: 40px;
}

.service-detail .two-column .text-column p{
	margin-bottom: 28px;
}

.service-detail .two-column .image-column{
	position: relative;
	margin-bottom: 40px;
}

.service-detail .two-column .image{
	position: relative;
	margin-bottom: 0;
}

.service-detail .two-column .image img{
	display: block;
	width: 100%;
}

.service-detail .feature-box{
	margin-bottom: 10px;
}

.feature-box .feature-block{
	position: relative;
}

.feature-box .feature-block .inner{
	position: relative;
	padding: 10px;
	padding-right: 20px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	padding-left: 75px;
	border-radius:10px;
	border:1px dotted #ccc;
}

.feature-box .feature-block .icon-box{
	top: 20px;
	left: 10px;
}

.feature-box .feature-block h3{
	font-weight: 500;
}

.feature-box .feature-block .text{
	font-family: 'Raleway', sans-serif;
}

.services-sidebar{
	position: relative;
	padding-left: 20px;
}

.sidebar-title{
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
}

/*Services Category*/

.category-list{
	position:relative;
	margin-bottom: 50px;
}

.category-list li{
	position:relative;
	margin-bottom: 15px;
	border:1px solid #e7e7e7;
}

.category-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #894a2a;
	content: "";
	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;
}

.category-list li.active:before,
.category-list li:hover:before{
	opacity: 1;
	visibility: visible;
}

.category-list li a{
	font-size:18px;
	font-weight:500;
	color:#222222;
	line-height: 28px;
	padding: 15px 25px;
	display:block;
	padding-left: 38px;
	overflow: 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;
}

.category-list li.active a,
.category-list li:hover a{
	color: #ffffff;
}

.category-list li a:before{
	position: absolute;
	left: 22px;
	top: 0;
	font-size: 14px;
	line-height: 56px;
	color: #222222;
	font-weight: 900;
  	content: "\f0da";
  	font-family: "Font Awesome 5 Free";
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.category-list li.active a:before,
.category-list li:hover a:before{
	color: #ffffff;
}

.category-list li a:after{
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #bb2f23;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.category-list li.active a:after,
.category-list li:hover a:after{
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*Brochure links*/
.sidebar .links-box{
	position: relative;
	background-color: #f2f3f5;
	padding: 35px 30px;
	margin-bottom: 50px;
}

.sidebar .brochure-link{
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px dashed #dfdfdf;
	margin-bottom: 20px;
	padding-right: 35px;
}

.sidebar .brochure-link:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sidebar .brochure-link h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
}

.sidebar .brochure-link h5 a{
	position:relative;
	display: inline-block;
	color: #222222;
	-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;
}

.sidebar .brochure-link .icon{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	line-height: 40px;
	color: #bb2f23;
	font-weight: 400;
	-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;
}

.sidebar .brochure-link h5 a:hover{
	color: #bb2f23;
}

.sidebar .brochure-link .cat{
	display: block;
	font-size: 13px;
	color: #222222;
	font-weight: 400;
}

/*brochure Box*/

.brochure-box{
	position:relative;
	background-color: #191e34;
	padding:40px 50px 40px 30px;
}

.brochure-box h6{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 15px;
}

.brochure-box h6 span{
	color: #bb2f23;
}

.brochure-box p{
	position:relative;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	font-weight: 400;
	margin-bottom:25px;
	opacity: .70;
}

.brochure-box .info-box{
	position: relative;
	margin-bottom: 30px;
}

.brochure-box .info-box li{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 8px;
	padding-left: 30px;
}

.brochure-box .info-box li a{
	color: #ffffff;
}

.brochure-box .info-box li a:hover{
	text-decoration: underline;
}

.brochure-box .info-box li .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #bb2f23;
	line-height: 26px;
}

.brochure-box .theme-btn{
	position: relative;
	padding: 10px 40px;
}

/***

====================================================================
		Call To Action
====================================================================

***/

.call-to-action{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 140px 0 150px;
}

.call-to-action:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	opacity: .60;
	content: "";
}

.call-to-action .content-box{
	position: relative;
	text-align: center;
}

.call-to-action .content-box h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 40px;
}

.call-to-action .content-box .link-box{
	position: relative;
}

.call-to-action .content-box .link-box a{
	padding: 15px 60px;
}

/*** 

====================================================================
		Why Choose Us
====================================================================

***/

.why-choose-us{
	position: relative;
	padding: 50px 0 20px;
}

.why-choose-us:before{
    position: absolute;
    left: 0;
    top: 0px;
    height: 530px;
    width: 535px;
    background-image: url(../images/icons/circle-9.png);
    z-index: -1;
    content: "";
}

.why-choose-us.alternate:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1200px;
	border-bottom: 1px solid #fdd6bc;
	margin: 0 auto;
	content: "";
}

.why-choose-us .layer-1{
	position: absolute;
	left: 0;
	top: 400px;
	height: 690px;
	width: 535px;
	background-image: url(../images/icons/circle-2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.why-choose-us .layer-2{
	position: absolute;
	right: 0;
	top: 275px;
	height: 655px;
	width: 470px;
	background-image: url(../images/icons/circle-3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.why-choose-us .feature-column{
	position: relative;
}

.why-choose-us .text-box{
	margin-bottom: 30px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

.feature-block{
	position: relative;
	margin-bottom: 35px;
}

.feature-block .inner{
	position: relative;
	padding-left: 60px;
	min-height: 30px;
}

.feature-block .icon-box{
	position: absolute;
	left: 0;
	top: 0;
}

.feature-block .icon-box span{
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	color: #bb2f23;
	font-weight: 400;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner:hover .icon-box span{
	background-color: #bb2f23;
	border-color: #bb2f23;
	color: #ffffff;
}

.feature-block h3{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.3em;
	color: #222222;
	font-weight: 600;
	padding-top:13px;
	padding-bottom:10px;
}

.feature-block h3 a{
	display: inline-block;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h3 a:hover{
	color: #bb2f23;
}

.feature-block .text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}

.why-choose-us .accordion-column{
	position: relative;	
}

.why-choose-us .accordion-column .inner-column{
	padding-left: 30px;
}

.why-choose-us .accordion-column .text-box{
	margin-bottom: 30px;
}

.accordion-box{
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 20px;
}

.accordion-box .block:last-child{
	margin-bottom: 0;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	line-height:30px;
	color:#222222;
	font-weight:500;
	cursor:pointer;
	padding:15px 30px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .icon{
	position:absolute;
	right: 0px;
	top:0px;
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	height: 60px;
	line-height: 60px;
	width: 60px;
	text-align: center;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	color: #ffffff;
}

.accordion-box .block .acc-btn.active .icon:before{
	content: "\f166";
	font-size: 13px;
	color: #ffffff;
	font-weight: 900;
}

.accordion-box .block .acc-btn.active{
	position: relative;
	background-color: #bb2f23;
	color: #ffffff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .content{
	position:relative;
	background-color: #ffffff;
	padding: 24px 30px;
	box-shadow: 0 10px 38px rgba(0,0,0,0.06);
}

.accordion-box .block .acc-content.current{ 
	display: block;
}

.accordion-box .block .content .text{
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #848484;
}

/*** 

====================================================================
		Why Choose Us Style Three
====================================================================

***/

.why-choose-us.style-three{
	position: relative;
}

.why-choose-us.style-three:before{
	left: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 592px;
    width: 596px;
    background-image: url(../images/icons/circle-6.png);
    z-index: -1;
    content: "";
}

.why-choose-us.style-three:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	border-top: 2px dashed #fdd6bc;
	content: "";
}

.why-choose-us.style-three.alternate:before{
    position: absolute;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    height: 531px;
    width: 535px;
    background-image: url(../images/icons/circle-4.png);
    z-index: -1;
    content: "";
}

.why-choose-us.style-three .content-column{
	position: relative;
	margin-bottom: 50px;
}

.why-choose-us.style-three .content-column .inner-column{
	padding-right: 45px;
}

.why-choose-us.style-three .content-column .sec-title{
	position: relative;
	margin-bottom: 40px;
}

.why-choose-us.style-three .content-column .text{
	position: relative;
}

.why-choose-us.style-three .content-column .text p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 30px;
}

.why-choose-us.style-three .content-column .btn-box{
	position: relative;
	margin-top: 40px;
}

.why-choose-us.style-three .content-column .btn-box a{
	padding: 17px 50px 13px;
	line-height: 30px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

.why-choose-us.style-three .feature-column .inner-column{
	position: relative;
	padding-left: 40px;
}

.why-choose-us.style-three .feature-block{
	position: relative;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

/***

====================================================================
		Testimonials and Clients
====================================================================

***/

.testimonials-and-clients{
	position: relative;
	padding: 120px 0;
}

.testimonials-and-clients:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	border-top: 2px dashed #fdd6bc;
	content: "";
}

.testimonials-and-clients .testimonial-column{
	position: relative;
}

.testimonials-and-clients .testimonial-column .inner-column{
	position: relative;
}

.testimonials-and-clients .testimonial-column .sec-title{
	margin-bottom: 60px;
}

.testimonials-and-clients .testimonial-carousel{
	position: relative;
	background-color: #ffffff;
	box-shadow: 0 25px 70px rgba(0,0,0,0.07);
}

.testimonial-block{
	position: relative;
	padding: 80px 70px 70px;
}

.testimonial-block .inner-box{
	position: relative;
}

.testimonial-block .icon{
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 60px;
	color: #fef1e8;
}

.testimonial-block .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.testimonial-block .info-box{
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	padding-top: 10px;
}

.testimonial-block .info-box .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	widows: 70px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0,0,0,0.07);
}

.testimonial-block .info-box .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block .info-box .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 5px;
}

.testimonial-block .info-box .rating{
	position: relative;
	display: block;
}

.testimonial-block .info-box .rating span{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #bb2f23;
}

.testimonial-block .info-box .rating span.light{
	color: #d1d2d6;
}

.testimonial-carousel .owl-dots{
	display: none;
}

.testimonial-carousel .owl-nav{
	position: absolute;
	right: 70px;
	bottom: 70px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev{
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: #e5e5e5;
	line-height: 25px;
	margin-left: 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;
}

.testimonial-carousel .owl-prev{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover{
	color: #bb2f23;
}

.testimonials-and-clients .clients-column{
	position: relative;
}

.testimonials-and-clients .clients-column .image-box{
	position: relative;
	margin-left: -160px;
}

.testimonials-and-clients .clients-column .image-box .image{
	position: relative;
}

.testimonials-and-clients .clients-column .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonials-and-clients .sponsors-outer{
	position: relative;
	padding: 50px 0px 0;
}

.testimonials-and-clients .slide-item{
	position: relative;
}

.testimonials-and-clients .sponsors-carousel .image{
	position: relative;
	margin: 0;
	text-align: center;
}

.testimonials-and-clients .sponsors-carousel img{
	display: inline-block;
	max-width: 100%;
	width: auto;
	height: auto;
	opacity: 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;
}

.testimonials-and-clients .sponsors-carousel .image:hover img{
	opacity: 0.70;
}

.testimonials-and-clients .sponsors-carousel .owl-dots,
.testimonials-and-clients .sponsors-carousel .owl-nav{
	display: none;
}

/*** 

====================================================================
		Testimonials Section
====================================================================

***/

.testimonial-section{
	position: relative;
}

.testimonial-section .outer-box{
	position: relative;
}

.testimonial-section .testimonial-column{
	position: relative;
	float: left;
	width: 50%;
	background-color: #f2f3f5;
	padding: 115px 0;
}

.testimonial-section .testimonial-column:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/dotted-map-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
}

.testimonial-section .testimonial-column .inner-column{
	position: relative;
	padding: 0 15px;
	max-width: 600px;
	margin: 0 auto;
}

.testimonial-section .testimonial-column .sec-title{
	margin-bottom: 40px;
}

.testimonial-section .testimonial-carousel{
	position: relative;
}

.testimonial-section .testimonial-carousel:before{
	position: absolute;
	left: -25px;
	top: 2px;
	height: 14px;
	width: 17px;
	background-image: url(../images/icons/quote-icon.png);
	content: "";
}

.testimonial-block-two{
	position: relative;
}

.testimonial-block-two .inner-box{
	position: relative;
}

.testimonial-block-two .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 40px;
}

.testimonial-block-two .info-box{
	position: relative;
	display: block;
}

.testimonial-block-two .info-box .rating{
	position: relative;
	display: inline-block;
}

.testimonial-block-two .info-box .rating span{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #bb2f23;
	margin-right: 4px;
}

.testimonial-block-two .info-box .rating span.light{
	color: #d1d2d6;
}

.testimonial-block-two .info-box .designation{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 1.2em;
	color: #848484;
	font-weight: 400;
	margin-left: 10px;
}

.testimonial-section .image-column{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.testimonial-section .image-column .image-box{
	display: none;
}

.testimonial-section .image-column .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-section .owl-dots{
	display: none;
}

.testimonial-section .owl-nav{
	position: relative;
	margin-top: 35px;
	left: -15px;
	bottom: 0;
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev{
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: #e5e5e5;
	line-height: 25px;
	margin-left: 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;
}

.testimonial-section .owl-prev{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover{
	color: #bb2f23;
}

/*** 

====================================================================
		Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 120px 0 70px;
}

.testimonial-section-two:before{
    position: absolute;
    right: 0;
    top: 0;
    height: 592px;
    width: 596px;
    background-image: url(../images/icons/circle-6.png);
    z-index: -1;
    content: "";
}

.testimonial-section-two:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1200px;
	border-bottom: 1px solid #fdd6bc;
	margin: 0 auto;
	content: "";
}

.testimonial-section-two .testimonial-column{
	position: relative;
	margin-bottom: 50px;
}

.testimonial-section-two .testimonial-column .sec-title{
	margin-bottom: 50px;
}

.testimonial-section-two .testimonial-column .inner-column{
	position: relative;
	padding: 55px 0 50px 40px;
}

.testimonial-block-three{
	position: relative;
}

.testimonial-block-three .inner{
	position: relative;
}

.testimonial-block-three .icon{
	position: relative;
	display: inline-block;
	height: 41px;
	width: 57px;
	background-image: url(../images/icons/quote-icon-2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}

.testimonial-block-three .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 36px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 33px;
}

.testimonial-block-three .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
}

.testimonial-section-two .owl-nav{
	position: absolute;
    left: -15px;
    right: auto;
    bottom: -70px;
}

.testimonial-section-two .image-column{
	position: relative;
	margin-bottom: 50px;
}

.testimonial-section-two .image{
	position: relative;
}

.testimonial-section-two .image img{
	width: 100%;
	height: auto;
}

/*** 

====================================================================
		Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	position: relative;
	padding: 120px 0 60px;
}

.testimonial-section-three .sec-title{
	margin-bottom: 0;
}

.testimonial-section-three .carousel-outer{
	margin: 0 -25px;
}

.testimonial-block-four{
	position: relative;
	padding: 60px 25px;
}

.testimonial-block-four .inner-box{
	position: relative;
	text-align: center;
	padding: 50px 50px 60px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
}

.testimonial-block-four .thumb{
	position: relative;
	display: inline-block;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	margin-bottom: 15px;
}

.testimonial-block-four .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.testimonial-block-four .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	margin-bottom: 10px;
}

.testimonial-block-four .rating{
	position: relative;
	margin-bottom: 27px;
}

.testimonial-block-four .rating span{
	display: inline-block;
	font-size: 13px;
	color: #bb2f23;
	margin: 0 1px;
}

.testimonial-block-four .rating span.light{
	color: #d1d2d6;
}

.testimonial-block-four .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
}

.testimonial-section-three .owl-nav{
	display: none;
}

/*** 

====================================================================
		FAQ's Section
====================================================================

***/

.faq-section{
	position: relative;
	padding: 120px 0 0;
	z-index: 2;
}

.faq-section:before{
    position: absolute;
    left: 0;
    top: 0px;
    height: 530px;
    width: 535px;
    background-image: url(../images/icons/circle-9.png);
    z-index: -1;
    content: "";
}

.faq-section .sec-title{
	margin-bottom: 60px;
}

.faq-section .accordion-column .inner-column{
	position: relative;
	padding-right: 30px;
}

.accordion-box.style-two .block {
	margin-bottom: 30px;
	border: 1px solid #e7e7e7;
	transition: all 300ms ease;
}

.accordion-box.style-two .block .acc-btn{
	border: 0;
	padding: 20px 30px;
}

.accordion-box.style-two .block .icon{
	line-height: 70px;
	height: 70px;
}

.accordion-box.style-two .block.active-block{
	box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.accordion-box.style-two .block .acc-btn.active .icon:before,
.accordion-box.style-two .block .acc-btn.active{
	background-color: #ffffff;
	color: #222222;
}

.accordion-box.style-two .block .content{
	box-shadow: none;
	padding-top: 0;
}

.faq-section .image-column{
	position: relative;
}

.faq-section .image-column .image-box{
	position: relative;
	padding-left: 30px;
	margin-bottom: -70px;
}

.faq-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.faq-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
}

/*** 

====================================================================
		Fluid Section One
====================================================================

***/

.fluid-section-one{
	position: relative;
	background-color: #191e34;
}

.fluid-section-one .outer-container{
	position: relative;
}

.fluid-section-one .image-column{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.fluid-section-one .image-column .image-box{
	position: relative;
	display: none;
}

.fluid-section-one .image-column .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.fluid-section-one .form-column{
	position: relative;
	float: right;
	width: 50%;
	background-color: #191e34;
}

.fluid-section-one .map-layer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icons/map-layer.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.fluid-section-one .form-column .inner-column{
	position: relative;
	max-width: 	600px;
	width: 100%;
	float: left;
	padding: 115px 15px 120px 85px;
}

.fluid-section-one .form-column .sec-title{
	margin-bottom: 45px;
}

.contact-form{
 	position: relative;
 	z-index: 1;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:40px;	
}

.contact-form .form-group:last-child{
	margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    height: 35px;
    padding: 4px 0;
    background-color: transparent;
    border-bottom: 1px solid #474b5d;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form ::-webkit-input-placeholder{color: rgba(255,255,255,.70);}
.contact-form ::-moz-input-placeholder{color: rgba(255,255,255,.70);}
.contact-form ::-ms-input-placeholder{color: rgba(255,255,255,.70);}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#bb2f23;
}

.contact-form .form-group textarea{
	height: 100px;
	margin-bottom: 10px;
	resize: none;
    padding: 10px 0 9px;
}

.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;	
}

.contact-form .form-group input[type=submit],
.contact-form .form-group button{
	text-transform: capitalize;
	font-weight: 600;
	font-size: 17px;
	padding: 15px 50px;
	line-height: 25px;
}

/*** 

====================================================================
		Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 100px 0 70px;
}

.team-section.alternate:before{
	display: none;
}

.team-section:before{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 535px;
    width: 535px;
    background-image: url(../images/icons/circle-4.png);
    z-index: -1;
    content: "";
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position: relative;
}

.team-block .image-box{
	position: relative;
}

.team-block .image-box .social-icon-one{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.team-block .inner-box .social-icon-one li{
	margin: 0 13px;
}

.team-block  .inner-box:hover .social-icon-one{
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}

.team-block .image-box .image{
	position: relative;
	background-color: #191e34;
	margin-bottom: 0;
	overflow: hidden;
}

.team-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .image img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	opacity: .20;
}

.team-block .info-box{
	position: relative;
	padding-top: 25px;
	text-align: center;
}

.team-block .info-box .name{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 10px;
}

.team-block .info-box .name a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .name a:hover{
	color: #bb2f23;
}

.team-block .info-box .designation{
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.team-section.style-two{
	padding: 120px 0 80px; 
}

.team-section.style-two:before{
	display: none;
}

.team-section.style-two .team-block{
	margin-bottom: 40px;
}

/*** 

====================================================================
		News Section
====================================================================

***/

.news-section{
	position: relative;
	padding: 115px 0 85px;
	background-color: #f2f3f5;
}

.news-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 515px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.news-section .sec-title{
	float: left;
	margin-bottom: 50px;
}

.news-section .btn-box{
	position: relative;
	float: right;
	padding-top: 60px;
}

.news-section .btn-box a{
	padding: 15px 40px;
	line-height: 26px;
}

.news-block{
	position: relative;
	margin-bottom: 30px;
}

.news-block .inner-box{
	position: relative;
}

.news-block .image-box{
	position: relative;
}

.news-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	background-color: #bb2f23;
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
}

.news-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image a img{
	opacity: .70;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-content{
	position: relative;
	padding: 25px 0 0;
}

.news-block .lower-content .date{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #909297;
	font-weight: 500;
	margin-bottom: 10px;
}

.news-block .lower-content h3{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 17px;
}

.news-block .lower-content h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover{
	color: #bb2f23;
}

.news-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 15px;
}

.news-block .lower-content .link-box{
	position: relative;
	display: inline-block;
}

.news-block .lower-content .link-box a{
	position: relative;
	font-size: 17px;
	line-height: 30px;
	color: #bb2f23;
	font-weight: 500;
	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;
}

.news-block .lower-content .link-box a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
		News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	padding: 115px 0 70px;
}

.news-section-two .sec-title{
	position: relative;
	margin-bottom: 50px;
}

.news-section-two .news-column{
	position: relative;
	margin-bottom: 50px;
}

.news-section-two .news-column .inner-column{
	position: relative;
	padding-right: 20px;
}

.news-block-two{
	position: relative;
}

.news-block-two .inner-box{
	position: relative;
	background-color: #f7f8fa;
}

.news-block-two .image-column{
	position: relative;
}

.news-block-two .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-two .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 40px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 40px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 40px rgba(0,0,0,0.10);
	box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

.news-block-two .content-column{
	position: relative;
}

.news-block-two .content-column .inner{
	position: relative;
	padding: 85px 40px 30px;
}

.news-block-two .content-column .date{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #bb2f23;
	font-weight: 400;
	margin-bottom: 10px;
}

.news-block-two .content-column .date span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #909297;
	font-weight: 500;
	padding-right: 20px;
	margin-right: 10px;
}

.news-block-two .content-column .date span:before{
	position: absolute;
	right: 0;
	top: 8px;
	height: 5px;
	width: 5px;
	background-color: #d1d2d6;
	border-radius: 5px;
	content: '';
}

.news-block-two .content-column h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 15px;
}

.news-block-two .content-column h3 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .content-column h3 a:hover{
	color: #bb2f23;
}

.news-block-two .content-column .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 25px;
}

.news-block-two .content-column .link-box{
	position: relative;
	display: block;
}

.news-block-two .content-column .link-box a{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 25px;
	color: #909297;
	font-weight: 500;
	-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-two .content-column .link-box a:hover{
	color: #bb2f23;
	text-decoration:underline;
}

/*=== News Block Two ===*/

.news-section-two .news-list{
	position: relative;
}

.news-section-two .news-list .inner-column{
	position: relative;
	padding: 0 30px;
}

.news-block-three{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dashed #dfdfdf;
}

.news-block-three:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.news-block-three .date{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #bb2f23;
	font-weight: 400;
	margin-bottom: 8px;
}

.news-block-three .date span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #bb2f23;
	font-weight: 500;
	padding-right: 20px;
	margin-right: 10px;
}

.news-block-three .date span:before{
	position: absolute;
	right: 0;
	top: 8px;
	height: 5px;
	width: 5px; 
	border-radius: 5px;
	content: '';
}

.news-block-three h5{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #222222;
	font-weight: 500;
	letter-spacing:0.4px;
}

.news-block-three h5 a{
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three h5 a:hover{
	color: #bb2f23;
}

.news-section-two .btn-box{
	position: relative;
	padding: 0 30px;
	margin-top: 35px;
}

.news-section-two .btn-box a{
	padding: 15px 40px;
	line-height: 25px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

/*** 

====================================================================
		News Section Three
====================================================================

***/

.news-section-three{
	position: relative;
	padding: 120px 0 70px;
}

.news-section-three .sec-title{
	margin-bottom: 50px;
}

.news-section-three:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 535px;
    width: 535px;
    background-image: url(../images/icons/circle-4.png);
    z-index: -1;
    content: "";
}

.news-section-three .news-list{
	position: relative;
	margin-bottom: 50px;
}

.news-section-three .news-list .inner-column{
	position: relative;
	padding-right: 70px;
}

.news-block-four{
	position: relative;
	margin-bottom: 50px;
}

.news-block-four .inner-box{
	position: relative;
}

.news-block-four .image-box{
	position: relative;
}

.news-block-four .image{
	position: relative;
	margin-bottom: 0;
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	background: #222222;
}

.news-block-four .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four .inner-box:hover .image a img{
	opacity: .60;
}

.news-block-four .lower-content{
	position: relative;
	padding: 40px 30px;
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	-o-box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	box-shadow: 0 15px 40px rgba(0,0,0,0.10);
	background-color: #ffffff;
}

.news-block-four .date{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #bb2f23;
	font-weight: 400;
	margin-bottom: 12px;
}

.news-block-four .date span{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #909297;
	font-weight: 500;
	padding-right: 20px;
	margin-right: 10px;
}

.news-block-four .date span:before{
	position: absolute;
	right: 0;
	top: 8px;
	height: 5px;
	width: 5px;
	background-color: #d1d2d6;
	border-radius: 5px;
	content: '';
}

.news-block-four h5{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
}

.news-block-four h5 a{
	position: relative;
	color: #222222;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-four h5 a:hover{
	color: #bb2f23;
}

.news-section-three .btn-box{
	position: relative;
	margin-top: 35px;
}

.news-section-three .btn-box a{
	padding: 15px 45px;
	line-height: 25px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.10);
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position: relative;
	padding: 30px 0 20px;
	background-color: #f2f3f5;
}

.contact-info-box{
	position: relative;
	margin-bottom: 10px;
}

.contact-info-box .inner{
	position: relative;
}

.contact-info-box h6{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #1d3853;
	font-weight: 700;
	letter-spacing:1px;
	margin-bottom:5px;
}

.contact-info-box .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
	letter-spacing:0.3px;
}

.contact-info-box .text a{
	display: block;
	color: #000;
}

.contact-info-box .text a:hover{
	color: #bb2f23; 
}

.contact-info-box .social-icon-two{
	position: relative;
	margin-top: 10px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position: relative;
	background-color: #f2f3f5;
}

.contact-page-section .outer-box{
	position: relative;
	background-color: #ffffff;
	padding: 35px 30px 10px; 
	z-index: 2;
	border-radius:10px;
}

.contact-page-section .sec-title{
	margin-bottom: 30px;
}

.contact-form.dark .form-group{
	margin-bottom: 30px;
}

.contact-form.dark .form-group input[type="text"], 
.contact-form.dark .form-group input[type="email"], 
.contact-form.dark .form-group input[type="tel"], 
.contact-form.dark .form-group input[type="url"], 
.contact-form.dark .form-group textarea, 
.contact-form.dark .form-group select{
	color: #848484;
	border-color: #e5e5e5;
}

.contact-form.dark .form-group button{
	padding: 10px 20px;
	line-height: 20px;
}

.contact-form.dark .form-group input:focus,
.contact-form.dark .form-group select:focus,
.contact-form.dark .form-group textarea:focus{
	border-color:#bb2f23;
}

.contact-form.dark ::-webkit-input-placeholder{color: inherit;}
.contact-form.dark ::-moz-input-placeholder{color: inherit;}
.contact-form.dark ::-ms-input-placeholder{color: inherit;}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.contact-map-section{
	position: relative;
}

.contact-map-section .map-outer{
	position: relative;
} 

.contact-map-section .map-canvas{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 620px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	padding: 10px;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#121212;
}

/***

==================================================================
		Main Footer
==================================================================

***/

.main-footer{
	position:relative;
	padding: 0px 0;
	background:#1d3853;
	color:#fff;
	border-top: 8px solid #bb2f23;
}

.main-footer:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../images/icons/footer-shape.png) left top no-repeat;
	content: '';
}

/*=== Widgets Section ===*/

.main-footer .widgets-section{
	position:relative;
	padding:20px 0px 0px;
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:10px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .widget-title{
	position: relative;
	font-size:18px;
	font-weight:500;
	color:#ffffff;
	line-height: 1.2em;
	margin-bottom:5px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*=== About Widget ===*/
.main-footer .about-widget{
	position: relative;
}

.main-footer .about-widget .footer-logo{
	position: relative;
	margin-top:-20px;
	margin-bottom: 25px;
}

.main-footer .about-widget .footer-logo .image{
	position: relative;
}

.main-footer .about-widget .footer-logo img{
	display: block;
	height: auto;
	max-width: 100%;
}

.main-footer .about-widget .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.7em;
	color: #cdced1;
	font-weight: 400;
	margin-bottom: 35px;
	padding-right:100px;
}

.social-icon-colored{
	position: relative;
}

.social-icon-colored li{
	position: relative;
	display: inline-block;
	margin-right: 0px;
	margin-bottom:0px;
}

.social-icon-colored li a{
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	border-radius: 50%; 
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	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-colored li.google a{
	background-color: #dd4b39;
}

.social-icon-colored li.facebook a{
	/* background-color: #4a6fbe; */
}

.social-icon-colored li.dribbble a{
	background-color: #ea4c89;
}

.social-icon-colored li.twitter a{
	background-color: #55acee;
}

.social-icon-colored li a:hover{
	color: #bb2f23;
}

/*=== Cities Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .list{
	position: relative;
}

.main-footer .list li{
	position:relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
	padding-left: 15px;
	margin-bottom: 0px;
	letter-spacing:0.5px;
}

.main-footer .list li:before{
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 15px;
	line-height: 24px;
	color: #cdced1;
 	content: "\f105";
 	font-weight: 900;
	text-decoration:none !important;
	font-family: "Font Awesome 5 Free";
	-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 .list li a{
	display: inline-block;
	color: #cdced1;
	-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 .list li:hover:before,
.main-footer .list li a:hover{
	color:#fff; 
}

/*=== Contact Widget ===*/

.contact-widget{
	position: relative;
}

.contact-widget .text{
	position: relative;
	font-size: 15px;
	line-height: 25px;
	color: #cdced1;
	font-weight: 400;
	margin-bottom: 17px;
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
	position:relative;
	display: block;
	font-size: 14px;
	letter-spacing:0.5px;
	line-height: 30px;
	color: #cdced1;
	font-weight: 400;
	margin-bottom: 7px;
}

.main-footer .contact-list li a{
	color:#cdced1;
	-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{
	color: #fff; 
}

.main-footer .footer-bottom{
	width:100%; 
	padding:10px 0px;
	line-height:24px;
}

.main-footer .footer-bottom .auto-container{
	position:relative;	
}

.main-footer .copyright-text{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #cdced1;
	font-weight: 400;
	letter-spacing:0.5px;
}

.main-footer .copyright-text a{
	display: inline-block;
	color: #fff;
}

.main-footer .copyright-text a:hover{
	/* text-decoration: underline; */
}

.main-footer .footer-links{
	position: relative;
}

.main-footer .footer-links li{
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding-right: 12px;
}

.main-footer .footer-links li:last-child:before{
	display: none;
}

.main-footer .footer-links li:before{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 15px;
	line-height: 24px;
	color: #cdced1;
	font-weight: 400;
	content: "|";
}

.main-footer .footer-links li a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #cdced1;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-links li a:hover{
	color: #bb2f23;
	text-decoration:underline;
}

.main-footer .scroll-to-top{
	position:absolute;
	top:-50px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:15px;
	line-height:40px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#bb2f23;
	display:block;
	border-radius: 5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.main-footer .scroll-to-top .icon{
	position:relative;
	display:inline-block;
	-webkit-transform:rotate(-90deg);	
	-ms-transform:rotate(-90deg);	
	transform:rotate(-90deg);	
}

.scroll-to-top:hover{
	background:#ffffff;
	color:#bb2f23;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:50px;
}

.sidebar-page-container .sidebar{
	padding-left: 20px;
}

.sidebar-page-container .sidebar-widget{
    position:relative;
    margin-bottom:50px;
}

.sidebar-page-container .sidebar-widget:last-child{
	margin-bottom: 0;
}

/* About Widget */

.about-widget{
	position: relative;
}

.about-block{
	position: relative;
}

.about-block .inner-box{
	position: relative;
}

.about-block .thumb{
	position: relative;
	height: 150px;
	width: 150px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}

.about-block .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.about-block .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 600;
	margin-bottom: 20px;
}	

.about-block .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	font-weight: 400;
	margin-bottom: 25px;
}

.about-block .signature{
	position: relative;
	margin-bottom: 25px;
}

.about-block .signature img{
	max-width: 100%;
	height: auto;
}

.about-block .social-links{
	position: relative;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social-icon-two li:last-child {
    margin-right: 0;
}

.social-icon-two li a{
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	font-size: 20px;
	color: #bb2f22;
	font-weight: 400;
	line-height: 50px;
	border-radius:5px;
	text-align: center;
	border: 1px solid #e6e6e6;
	-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: #ffffff;
	background-color: #bb2f23;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	padding-bottom: 20px;
	border-bottom: 2px dashed #e9e9e9;
	margin-bottom: 20px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sidebar .popular-posts .post .post-inner{
	position:relative;
	padding-right:110px;
	min-height:100px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 right:0px;
	 top:0px;
	 width:100px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	-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;
}

.sidebar .popular-posts .post-info{
	position:relative;
	display: block;
	font-size:15px;
	color:#848484;
	font-weight:500;
	line-height:1.2em;
	padding-top: 10px;
	margin-bottom: 12px;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:20px;
	color:#222222;
	line-height:26px;
	font-weight:500;
	margin:0px;
}

.sidebar .popular-posts .post .text a{
	color:#222222;
	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 a:hover{
	color:#bb2f23;
}

/*=== Shop Sidebar ===*/
.sidebar-page-container .sidebar.shop-sidebar{
	padding-left: 0;
}

.shop-sidebar .sidebar-title h3{
	font-weight: 500;
	font-size: 24px;
}

/*Search Box Widget*/

.sidebar .search-box{
	position: relative;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:16px;
	color:#8a8d91;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	width:100%;
	border:1px solid #dddddd;
	background-color: #ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button{
	position:absolute;
	right:20px;
	top:0;
	height:50px;
	line-height: 50px;
	text-align:center;
	display:block;
	font-size:16px;
	background-color: transparent;
	color:#222222;
	font-weight:normal;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .search-box .form-group input[type="submit"]:hover,
.sidebar .search-box .form-group button:hover{
	color: #bb2f23;
}

.sidebar .search-box .form-group input:focus{
	border-color:#bb2f23;	
}

/*=== Categories ===*/


.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-bottom: 15px;
}

.cat-list li:last-child{
	margin-bottom: 0;
}

.cat-list li a{
	position:relative;
	display:block;
	font-size:18px;
	color:#222222;
	line-height: 30px;
	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;
}

.cat-list li a span{
	float: right;
}

.cat-list li:last-child a{
	border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a{
	color: #bb2f23;
}

/*Sidebar Range slider */

.price-filters .sidebar-title{
	margin-bottom: 40px;
}

.range-slider-one{
	position:relative;
	min-height:48px;
    padding-top: 10px;
    overflow: hidden;
	margin-top:-20px;
}

.range-slider-one .title{
	position:relative;
	float:left;
	color:#222222;
	font-size:16px;
	font-weight:400;
	margin-top:8px;
}

.range-slider-one .title:before{
	position:absolute;
	content:'$';
	right:-14px;
	top:0px;
	color:#222222;
	font-size:16px;
	font-weight:400;
}

.range-slider-one .input{
	float:right;
    left: 8px;
	max-width:75px;
	padding-left:8px;
	margin-top:8px;
    position: relative;
}

.range-slider-one .input input{
	background:none;
	color:#222222;
	font-size:16px;
	font-weight:400;
	width:auto;
	text-align:left;	
}

.range-slider-one .ui-widget.ui-widget-content{
	height:4px;
	border:none;
	margin-bottom:25px;
	background:#eaeceb;	
}

.range-slider-one .ui-slider .ui-slider-range{
	top:0px;
	height:4px;
	background:#bb2f23;	
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default{
	top:-8px;
	width:18px;
	height:18px;
	background:#ffffff;
	cursor:pointer;
	border-radius:20px;
	border: 3px solid #bb2f23;
}

.range-slider-one .theme-btn{
	padding:7px 18px 3px;
	line-height: 25px;
	border-radius:0px;
	font-size: 16px;
	font-weight: 400;
}

.range-slider-one .theme-btn:before{
	display: none;
}

/*** 

====================================================================
		Product Detail
====================================================================

***/

.product-details{
	position: relative;
	padding: 120px 0 100px;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:70px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:50px;
}

.product-details .image-column .image-box{
	position: relative;
	padding-right: 20px;
}

.product-details .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.product-details .image-column .image img{
	position:relative;
	display:block;
	width:100%;
}

.product-details .image-column .image-box .icon{
	position: absolute;
	right: 40px;
	top: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ffffff;
	color: #222222;
	font-size: 16px;
	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;
}

.product-details .image-column .image-box .icon:hover{
	color: #ffffff;
	background-color: #222222;
}

.product-details .basic-details .info-column{
	position: relative;
}

.product-details .basic-details .info-column .inner-column{
	position: relative;
	padding-left: 20px;
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:40px;
}

.product-details .basic-details .details-header h4{
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	color:#222222;
	margin-bottom: 15px;
}

.product-details .basic-details .details-header h4 a{
	color:#222222;	
}

.product-details .basic-details .details-header .item-price{
	font-size:20px;
	font-weight:500;
	color:#bb2f23;
}

.product-details .basic-details .text{
	font-size:15px;
	line-height: 26px;
	color:#8a8d91;
	font-weight:400;	
	margin-bottom:45px;
}

.product-details .basic-details .other-options{
	margin-bottom: 20px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:13.5px 15px !important;
	height:56px !important;
	box-shadow:none !important;	
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical{
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:13.5px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
	font-weight: 900;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:75px;
	margin-bottom:25px;
	margin-right:25px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
	font-size:18px;
	line-height:24px;
	font-weight: 600;
	color: #222222;
	padding:10px 15px !important;
	height:60px !important;
	box-shadow:none !important;	
	text-align: center;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:14.5px 10px;
	background:#f4f5f6;
	border-radius:0px;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
	top:8px;	
}

.product-details .basic-details .add-to-cart{
	float: left;
	margin-left: 20px;
	line-height: 38px;
	margin-bottom:25px;
}

.product-details .basic-details .like-btn a{
	float: left;
	height: 60px;
	width: 60px;
	line-height: 60px;
	padding: 0;
	text-align: center;
	border: 1px solid #dddddd;
	margin-left: 20px;
	margin-bottom:25px;
}

.product-details .basic-details .catergory{
	position: relative;
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	font-weight: 400;
}

.product-details .basic-details .catergory span{
	color: #222222;
	margin-right: 10px;
}

.product-details .basic-details .catergory a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #848484;
	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;
}

.product-details .basic-details .catergory a:hover{
	color: #bb2f23;
}

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: inline-block;
	margin-right: 7px;
}

.social-icon-three li:last-child{
	margin-right: 0;
}

.social-icon-three li a{
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	font-size: 16px;
	color: #8a8d91;
	-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-three li a:hover{
	background-color: #3b5999;
	color: #ffffff;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-details .prod-tabs{
	position:relative;
}

.product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
}

.product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	float:left;
	font-size: 17px;
	line-height: 30px;
	color: #8a8d91;
	font-weight: 500;
	border: 1px solid #dddddd;
	text-align: center;
	padding: 10px 35px;
	cursor:pointer;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-details .prod-tabs .tab-btns .tab-btn:hover,
.product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background:#bb2f23;
	border-color:#bb2f23;
}

.product-details .prod-tabs .tabs-content{
	position:relative;
	padding-top: 30px;
	margin-top: 25px;
	border-top: 1px dashed #e9e9e9;
}

.product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:18px;
	line-height: 28px;
	color:#8a8d91;
	margin-bottom:30px;
}

.product-details .prod-tabs .tabs-content .tab .content p:last-child{
	margin-bottom:0px;
}

.product-details .prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#222222;
	font-size:26px;
	font-weight:600;
	margin-bottom:25px;
}

.jst{
	text-align:justify;
}
.pdnbtm{
	padding-bottom:25px;
}
.imgrnd{
	border-radius:50%;
}
.txt{
	font-size:16px;
	font-weight:500;
	font-style:italic;
	letter-spacing:0.5px;
}
.cntr{
	text-align:center;
}
.msn{
	letter-spacing:0.8px;
	color:#1d3853;
	padding-bottom:10px;
}
.bluefnt{
	color:#1d3853;
	font-weight:600;
	letter-spacing:0.5px;
}