/*
Theme Name: ConstructorOne
Theme URI: http://themexriver.net/wp/constructorone/
Author: themexriver
Author URI: http://themeforest.net/user/themexriver
Description: This is construction wordpress theme
Version: 1.0.0
License: copyright commercial
License URI: http://themeforest.net/user/themexriver
Text Domain: wp_constructorone
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/* Constractor One Construction and Home Renovation HTML5 Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two
5. Main Slider / Style One / Style Two
6. Services Style One
7. Intro Section
8. What We Do
9. Latest Works
10. Our Team Section
11. Testimonials Section
12. Latest News 
13. Sponsors Carousel
14. Main Footer
15. Fact Counter
16. Masonry Gallery
17. Default Two COlumn
18. Services Style Two
19. Projects Section
20. Single Project
21. Blog Classic
22. Sidebar
23. Sidebar Widgets
24. Blog Two Column
25. Blog Single
26. Comments Area
27. Reply Comment Form
28. Styled pagination
29. Contact Section
30. Map / Google Map
31. 404 Page


**********************************************/

/*** 

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

 ***/
* {
	margin:0px;
	padding: 0px;
	border:none;
	outline:none;
}

/*** 

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

 ***/

body {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color: #636363;
	line-height: 1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

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

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

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

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}
input[type=text], select {
  padding: 10px 8px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	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;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-theme-light{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:12px;
	border:1px solid #ffffff !important;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-theme-light:hover{
	background:#fdc236;
	color:#ffffff !important;
	border-color:#fdc236 !important;	
}

.btn-theme-grey{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#555555 !important;
	font-size:12px;
	border:1px solid #999999 !important;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-theme-grey:hover{
	background:#999999;
	color:#ffffff !important;
	border-color:#999999 !important;	
}

.btn-style-one{
	position:relative;
	padding:15px 32px;
	line-height:24px;
	text-transform:uppercase;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #272727), color-stop(20%, #000000), color-stop(100%, #272727));
	color:#ffffff !important;
	font-size:16px;
	font-weight:700;
	outline:2px solid #ffffff;
	outline-offset:-6px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-one:hover{
	border-color:#ffffff !important;
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, #d2691e), color-stop(50%, #984f1a), color-stop(100%, #d2691e));
	outline:2px solid #ffffff;
	outline-offset:-6px;	
}

.btn-style-two{
	position:relative;
	padding:15px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, #d2691e), color-stop(50%, #984f1a), color-stop(100%, #d2691e));
	color:#ffffff !important;
	font-size:16px;
	font-weight:700;
	outline:2px solid #ffffff;
	outline-offset:-6px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two:hover{
	border-color:#ffffff !important;
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, #272727), color-stop(20%, #000000), color-stop(100%, #272727));
	outline:2px solid #ffffff;
	outline-offset:-6px;	
}

.btn-style-three{
	position:relative;
	padding:13px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:16px;
	font-weight:700;
	border:2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover{
	border-color: #d2691e !important;
	color: #d2691e !important;
}


.theme-btn .fa{
	font-size:16px;	
}

.theme-btn .icon-left{
	padding-right:10px;
	font-weight:normal;
}

.theme-btn .icon-right{
	padding-left:10px;
	font-weight:normal;
}

.theme_color{
	color: #003057;
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.padd-left-10{
	padding-left:10px !important;	
}

.padd-left-20{
	padding-left:20px !important;	
}

.padd-left-30{
	padding-left:30px !important;	
}

.padd-left-40{
	padding-left:40px !important;	
}

.padd-left-50{
	padding-left:50px !important;	
}

.padd-left-60{
	padding-left:60px !important;	
}

.padd-left-70{
	padding-left:70px !important;	
}

.padd-bott-10{
	padding-bottom:10px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-bott-60{
	padding-bottom:60px !important;	
}

.padd-bott-70{
	padding-bottom:70px !important;	
}

.padd-bott-90{
	padding-bottom:90px !important;	
}

.padd-bott-100{
	padding-bottom:100px !important;	
}

.padd-right-10{
	padding-right:10px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-right-30{
	padding-right:30px !important;	
}

.padd-right-40{
	padding-right:40px !important;	
}

.padd-right-50{
	padding-right:50px !important;	
}

.padd-right-60{
	padding-right:60px !important;	
}

.padd-right-70{
	padding-right:70px !important;	
}

.margin-top-10{
	margin-top:10px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-top-60{
	margin-top:60px !important;	
}

.margin-top-70{
	margin-top:70px !important;	
}

.margin-bott-10{
	margin-bottom:10px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-60{
	margin-bottom:60px !important;	
}

.margin-bott-70{
	margin-bottom:70px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padd-left{
	padding-left:0px !important;	
}

.no-padd-right{
	padding-right:0px !important;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(images/icons/preloader.GIF);}

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:10px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;	
}

.scroll-to-top:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #033155), color-stop(50%, #01203a), color-stop(100%, #011627));
	border: 1px solid #000000;
	border-radius:20px 0px 20px 20px;
	-ms-border-radius:20px 0px 20px 20px;
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	transform:rotate(135deg);
}

.scroll-to-top span{
	position:relative;
	display:block;
	z-index:1;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.scroll-to-top:hover{
	color:#fdc236;
}

.scroll-to-top:hover:before{
	background:#ffffff;
}

/*** 

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

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top{
	position:relative;
	background: #000000;
	color:#ffffff;
	z-index:5;
	font-family: 'Roboto', sans-serif;
}

.main-header.header-style-two{
	position:absolute;
}

.main-header.header-style-two .header-top{
	background:#202e31;	
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding: 0px 0px;
	color:#c9c9c9;
	font-size:12px;
}

.main-header .header-top .top-left:before{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:1200px;
	height:100%;
	background: #D2691E;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}

.main-header .header-top ul{
	position:relative;
	z-index:1;	
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	margin-right:30px;
}

.main-header .header-top .top-right ul li{
	margin-right:0px;
	padding:0px 15px;	
}

.main-header .header-top .top-right ul li:before{
	content:'|';
	position:absolute;
	right:-1px;
	top:-3px;
	color:#ffffff;
	font-size:10px;
}

.main-header .header-top .top-right ul li:last-child:before{
	display:none;	
}

.main-header .header-top .top-right ul li:last-child{
	padding-right:0px;	
}

.main-header .header-top ul li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header.header-style-two .header-top .top-left ul li a{
	color:#819498;
	text-transform:capitalize;	
}

.main-header .header-top ul li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .header-top .top-left ul li .icon{
	padding-right:10px;	
}

.main-header .header-top ul li a:hover{
	color:#fdc236 !important;
}

.main-header .header-top .top-right{
	position:relative;
	padding: 0px 0px;
	float:right;
}

.main-header .header-upper{
	position:relative;
	padding: 8px 0px;
	background-color: #003057;
	background-color: -webkit-gradient(linear, left top, right top, color-stop(0%, #00aff0), color-stop(20%, #f00000), color-stop(100%, #00d90f));
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
	z-index:5;
}

.main-header.header-style-two .header-upper{
	background:none;	
}

.main-header .header-upper .upper-right{
	position:relative;	
}

.main-header .header-upper .upper-column{
	position:relative;
	float:left;
	min-width:80px;
	margin-left:40px;
	padding-top: 14px;
}

.main-header .info-box{
	position:relative;
	padding-left: 50px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top: 4px;
	width:50px;
	line-height:60px;
	color: #ffffff;
	font-size: 28px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .info-box:hover .icon-box{
	color:#fdc236;	
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	margin:0px 0px;
	color: #dfdfdf;
	text-transform:uppercase;
}

.main-header .info-box li .small-title{
	font-size:10px;
	letter-spacing:1px;	
}

.main-header .info-box li a{
	color:#202e31;		
}

.main-header .info-box strong{
	font-weight:700;
	color: #d8d8d8;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	z-index:5;
}

.main-header .header-lower .auto-container{
	padding:0px 30px;
}	

.main-header.header-style-three .header-lower{
	background:none;	
}

.main-header .nav-outer{
	position:relative;
	padding-right:250px;
}

.main-header.header-style-two .nav-outer{
	margin-top:15px;	
}

.main-header .nav-outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #000000;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}

.main-header.header-style-two .nav-outer:before{
	background:none;
}

.main-menu{
	position:relative;
	z-index:1;	
}

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

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
}

.main-menu .navigation > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #000000;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header .main-menu .navigation > li{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	z-index:1;
	display:block;
	padding: 6px 25px;
	font-size: 11px;
	color:#ffffff;
	line-height:24px;
	border-top:none;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .navigation > li:before{
	display:none;	
}

.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
}

.header-style-two .main-menu .navigation > li.current > a{
	color:#fdc236;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before,
.main-menu .navigation > li.current-menu-item:before{
	background: #d2691e;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	border-color:#fdc236;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul:before{
	content:'';
	position:absolute;
	left:0px;
	top:-5px;
	display:block;
	width:100%;
	height:5px;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-15px;
	margin-top: 0px;
	top:110%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
	background: #000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transform-origin:    0 0;
	-ms-transform-origin:     0 0;
	-o-transform-origin:      0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.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.20);
	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:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px 10px 20px;
	line-height: 10px;
	font-weight:600;
	font-size: 11px;
	text-transform:uppercase;
	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;
	-webkit-transform:skewX(25deg);
	-ms-transform:skewX(25deg);
	-o-transform:skewX(25deg);
	-moz-transform:skewX(25deg);
	transform:skewX(25deg);
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li:hover{
	color: #d2691e;
	border-color: #d2691e;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-outer{
	position:absolute;
	right:12px;
	top:0px;
	width:210px;
	height:100%;
	background: #000000;
}

.main-header.header-style-two .btn-outer{
	background:none;	
}

.main-header .btn-outer .inq-btn{
	position:relative;
	display:block;
	line-height:24px;
	text-align:center;
	padding: 6px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-header .btn-outer .inq-btn .txt{
	position:relative;
	z-index:1;	
}

.main-header .btn-outer .inq-btn:before{
	content:'';
	position:absolute;
	left:13px;
	top:0px;
	width:100%;
	height:100%;
	background: #d2691e;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	font-family: 'Roboto',sans-serif;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup.popup-visible{
	top:0;
	visibility:visible;
	opacity:1;
}

.search-popup .close-search{
	position:absolute;
	right:15px;
	top:10px;
	font-size:24px !important;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search .fa{
	font-size:24px !important;	
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 50px;
	padding-top:130px;
	max-width:1024px;
	margin:0 auto;	
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"],
.search-popup .search-form fieldset input[type="text"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#fdc236;
	line-height:30px;
	font-size:20px;
	text-transform:uppercase;
	-moz-border-radius:0px 7px 7px 0px;
	-ms-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#334551;
}

.search-popup h3{
	font-family: 'Roboto',sans-serif;
	font-size:24px;
	color:#ffffff;
	margin-bottom:20px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
}

.search-popup .recent-searches li a:hover{
	color:#fdc236;
	border-color:#fdc236;	
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
	overflow:hidden;
	top:-50px;
	z-index:10;
	color:#ffffff;
}

.main-slider.style-two{
	top:0px;	
}

.main-slider .text{
	font-weight:400;
	font-size:16px;	
}

.main-slider h1{
	line-height:1.2em;
	font-size:70px;
	font-weight:700;
	text-transform:uppercase;
}

.main-slider h2{
	line-height:1.2em;
	font-weight:700;
	font-size:36px;
}

.main-slider h3{
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	color:#ffffff;
}

.main-slider .grey-color{
	color:#202e31;
}

.main-slider.style-one .tp-bullets{
	display:none;	
}

.main-slider .tp-bullets.preview4 .bullet{
	border-color:#fdc236 !important;
	margin:0px 5px;	
}

.main-slider .tparrows.preview3{
	background:none !important;
	width:40px;	
}

.main-slider .tparrows.preview3::after{
	top:20px;
	background:#26393e;
	color:#ffffff;
	font-size:14px;
	height:40px;
	line-height:40px;
	width:40px;
	border-radius:3px;	
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f10e';
	font-family:'Flaticon';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f102';
	font-family:'Flaticon';
}



.main-slider .tparrows.preview3.tp-leftarrow{
	left:10px !important;	
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:10px !important;	
}

.main-slider .tparrows.preview3:hover::after{
	background-color:#fac955;
	color:#ffffff !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;	
}

.main-slider.style-one:after{
	content:'';
	position:relative;
	display:block;
	width:100%;
	height:13px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #272727), color-stop(50%, #000000), color-stop(100%, #272727));
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

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

***/

.small-container{
	max-width:800px;
	margin:0 auto;	
}

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

.sec-title h2{
	position:relative;
	font-size: 27px;
	font-weight:700;
	color:#202e31;
	margin-bottom:5px !important;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:2px;
	-webkit-text-shadow:5px 5px 1px #f5f5f5;
	-ms-text-shadow:5px 5px 1px #f5f5f5;
	-o-text-shadow:5px 5px 1px #f5f5f5;
	-moz-text-shadow:5px 5px 1px #f5f5f5;
	text-shadow: 1px 1px 1px #695c5c;
}

.sec-title h3{
	position:relative;
	font-size:24px;
	color:#999999;
}

.sec-title .text{
	position:relative;
	font-size:16px;
	color: #868686;
}

/*** 

====================================================================
	Services Style One
====================================================================

***/

.services-style-one{
	position:relative;
	padding:90px 0px 70px;
}

.services-style-one .default-service-column{
	position:relative;
	margin-bottom:30px;
	text-align:center;	
}

.default-service-column{
	position:relative;	
}

.default-service-column .inner-box{
	position:relative;
	border:1px solid #e0e0e0;
	max-width:420px;
	margin:0 auto;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.default-service-column .inner-box:hover{
	-webkit-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);	
}

.default-service-column .inner-most{
	position:relative;
	overflow:hidden;	
}

.default-service-column .image-box{
	position:relative;	
}

.default-service-column .image-box img{
	display:block;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.default-service-column .lower-part{
	position:relative;
	padding-top:20px;
	margin-top:-20px;	
}

.default-service-column .lower-part .left-curve{
	position:absolute;
	left:0px;
	top:-7px;
	width:53.1%;
	height:90px;
	background:#ffffff;
	border-top:10px solid transparent;
	-webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	-o-transform:rotate(-12deg);
	-moz-transform:rotate(-12deg);
	transform:rotate(-12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-service-column .lower-part .right-curve{
	position:absolute;
	right:0px;
	top:-7px;
	width:53.1%;
	height:90px;
	background:#ffffff;
	border-top:10px solid transparent;
	-webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	-o-transform:rotate(12deg);
	-moz-transform:rotate(12deg);
	transform:rotate(12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-service-column:hover .lower-part .left-curve,
.default-service-column:hover .lower-part .right-curve{
	border-top-color: #003057;
}

.default-service-column .content{
	position:relative;
	padding:0px 40px 20px;
	z-index:1;	
}

.default-service-column .content h3{
	position:relative;
	text-transform:uppercase;
	font-size:14px;
	margin-bottom:5px;
	color:#202e31;
	font-weight:700;
}

.default-service-column .content .text{
	position:relative;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	color:#202e31;	
}

.default-service-column .content .more-link{
	position:relative;
}

.default-service-column .content .read-more{
	position:relative;
	display:inline-block;
	line-height:20px;
	font-weight:700;
	font-size:14px;
	font-family:'Poppins',sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid transparent;
	color: #d2691e;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.default-service-column .content .read-more:hover,
.default-service-column:hover .content .read-more{
	border-color:#fdc236;	
}

/*** 

====================================================================
	Default Intro Section
====================================================================

***/

.default-intro-section{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

.default-intro-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0, 48, 87, 0.95);
}

.default-intro-section .content-box{
	position:relative;
	padding:45px 70px 40px 70px;
	color:#ffffff;	
}

.default-intro-section .content-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:1500px;
	height:101%;
	background: #000000;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}

.default-intro-section h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;	
}

.default-intro-section .text{
	font-size:14px;
}

/*** 

====================================================================
	What We Do Section
====================================================================

***/

.what-we-do{
	position:relative;
	padding:90px 0px;
}

.what-we-do .auto-container{
	position:relative;
	z-index:1;	
}

.tabs-box{
	position:relative;	
}

.tabs-box .buttons-style-one{
	position:relative;
	margin-bottom:50px;	
}

.tabs-box .buttons-style-two{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:50px;	
}

.tabs-box .tab-buttons{
	position:relative;
	text-align:center;
	font-family:'Poppins',sans-serif;
}

.tabs-box .tab-buttons .tab-btn{
	position:relative;
	display:inline-block;
	margin:0px 4px 5px;
	color:#b0b0b0;
	padding:10px 35px 10px 20px;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	line-height:28px;
	font-weight:500;
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn{
	display:block;
	margin:0px 0px 10px 0px;
	color:#202e31;
	text-align:left;
	z-index:5;	
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(1){
	left:-9px;
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(2){
	left:-26px;
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(3){
	left:-43px;
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(4){
	left:-47px;
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(5){
	left:-31px;
}

.tabs-box .tab-buttons .tab-btn:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:1px solid #d0d0d0;
	background:#ffffff;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:before{
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);	
}

.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(4):before,
.tabs-box .buttons-style-two .tab-buttons .tab-btn:nth-child(5):before{
	-webkit-transform:skewX(15deg);
	-ms-transform:skewX(15deg);
	-o-transform:skewX(15deg);
	-moz-transform:skewX(15deg);
	transform:skewX(15deg);	
}

.tabs-box .tab-buttons .tab-btn:hover:before,
.tabs-box .tab-buttons .tab-btn.active-btn:before{
	background: #d26a1f;
	border-color: #d26a1f;
}

.tabs-box .tab-buttons .tab-btn:hover,
.tabs-box .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
}

.tabs-box .tab-buttons .tab-btn .txt{
	position:relative;	
}

.tabs-box .tab-buttons .tab-btn .icon{
	position:relative;
	font-size:22px;
	padding-right:10px;	
}

.tabs-box .tab{
	display:none;
	box-shadow:0px 5px 15px 1px rgba(2,2,2,0.10);	
}

.tabs-box .tab.active-tab{
	display:block;	
}

.tabs-box .left-image-box,
.tabs-box .main-content-box,
.tabs-box .how-works-box{
	position:relative;
	padding:0px !important;	
}

.tabs-box .left-image-box .image-outer{
	position:relative;
	padding-right:40px;	
}

.tabs-box .left-image-box .image img{
	display:block;
	width:100%;	
}

.tabs-box .tab .outer{
	position:relative;
	background:#ffffff;
	overflow:hidden;
	border:1px solid #f4f4f4;	
}

.tabs-box.tab-style-two .tab{
	margin-left:180px;
	margin-right:140px;
	padding-left:20px;	
}

.tabs-box.tab-style-two .tab .outer{
	border:1px solid #f0f0f0;
	border-left:none;	
}

.tabs-box .main-content-box .inner-content{
	position:relative;
	padding:50px 50px 20px 40px;
	padding-left:0px;
	background:#ffffff;
	overflow:hidden;
}

.tabs-box .main-content-box .inner-content .image-box{
	position:relative;
	margin-bottom:20px;	
}

.tabs-box .main-content-box .inner-content .image-box img{
	display:block;
	width:100%;	
}

.tabs-box .left-image-box .upper-curve{
	position:absolute;
	right:-31px;
	top:0px;
	width:100px;
	height:54.25%;
	background:#ffffff;
	border-left:10px solid #f4f4f4;
	-webkit-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	transform:rotate(15deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.tabs-box .left-image-box .lower-curve{
	position:absolute;
	right:-31px;
	bottom:0px;
	width:100px;
	height:54.25%;
	background:#ffffff;
	border-left:10px solid #f4f4f4;
	-webkit-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	transform:rotate(-15deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.tabs-box.tab-style-two .curves-outer{
	position:absolute;
	left:113px;
	top:0px;
	width:110px;
	height:100%;
	overflow:hidden;	
}

.tabs-box.tab-style-two .upper-curve{
	position:absolute;
	left:40px;
	top:0px;
	width:100px;
	height:54.25%;
	background:#ffffff;
	border-left:1px solid #f0f0f0;
	-webkit-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	transform:rotate(15deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.tabs-box.tab-style-two .lower-curve{
	position:absolute;
	left:40px;
	bottom:0px;
	width:100px;
	height:54.25%;
	background:#ffffff;
	border-left:1px solid #f0f0f0;
	-webkit-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-moz-transform:rotate(-15deg);
	transform:rotate(-15deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.tabs-box h3{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:15px;
	color:#202e31;
	font-weight:700;	
}

.tabs-box .main-content-box .text{
	position:relative;
	margin-bottom:30px;
	color:#a2a2a2;
	font-size:14px;
}

.tabs-box .man-image-right{
	position:absolute;
	right:40px;
	top:-80px;	
}

.progress-boxes{
	position:relative;	
}

.progress-boxes .progress-box{
	position:relative;
	margin-bottom:15px;	
}

.progress-boxes .bar-outer{
	position:relative;
	height:20px;
	width:100%;
	overflow:hidden;
	background:#eeeeee;
	color:#ffffff;
	line-height:20px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
}

.progress-boxes .bar-outer .bar-bg{
	position:absolute;
	left:0px;
	top:0px;
	margin-left:-10px;
	height:100%;
	background: #003057;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}

.progress-boxes .bar-outer .txt{
	position:relative;
	padding:0px 18px;
}

.tabs-box .how-works-box .inner-content{
	position:relative;
	color:#ffffff;
	padding:50px 30px;
	background: #003057;
	font-family:'Poppins',sans-serif;
}

.tabs-box .styled-steps li{
	position:relative;
	padding:22px 10px 23px 60px;
	border-bottom:1px solid rgba(255,255,255,0.80);
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
}

.tabs-box .styled-steps li .count{
	position:absolute;
	left:0px;
	top:20px;
	width:40px;
	height:40px;
	line-height:36px;
	text-align:center;
	border:2px solid #ffffff;
	border-radius:50%;	
}

.tabs-box .styled-steps li:last-child{
	border-bottom:none;
	padding-bottom:0px;
}

.tabs-box .styled-steps li .small-text{
	font-size:12px;
	display:block;	
}

.what-we-do .image-section{
	position:absolute;
	left:0px;
	bottom:50px;
	z-index:0;
	width:100%;
	height:200px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#2a373b;
}

.what-we-do .image-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #003057;
	opacity:0.95;
}


/*** 

====================================================================
	Latest Work Section
====================================================================

***/

.latest-work{
	position:relative;
	padding: 90px 0px 30px;
}

.latest-work .owl-controls{
	display:none;	
}

.latest-work .carousel-outer{
	position:relative;
	margin-bottom:50px;
}

.default-work-column{
	position:relative;	
}

.work-carousel .default-work-column{
	position:relative;
	margin-bottom:10px;	
}

.default-work-column .inner-box{
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
	margin-left:-1px;
	margin-right:-1px;	
}

.work-carousel .default-work-column:hover,
.projects-section .default-work-column:hover{
	z-index:5;
	-webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
}	

.default-work-column:hover .inner-box{
	border-color:#e0e0e0;	
}

.default-work-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	height: 300px;
}

.default-work-column .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	border-bottom:120px solid transparent;
	text-align:center;
	background-color:rgba(32,46,49,0.85);
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
}

.default-work-column:hover .overlay-link{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	opacity:1;
}

.default-work-column .overlay-link .icon{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	height:50px;
	font-size:36px;
	line-height:50px;
	margin-top:-25px;

	text-align:center;	
}

.default-work-column .caption-layer{
	position:absolute;
	left:0px;
	bottom: -10px;
	width:100%;
	height:auto;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-bottom:none;
	border-top: 5px solid #d26a1f;
	padding-bottom:1px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.default-work-column:hover .caption-layer{
	bottom:0px;	
}

.default-work-column .caption-layer .upper{
	position:relative;
	padding: 2px 20px 0px;
	text-align:center;
}

.default-work-column .caption-layer h3{
	font-size:16px;
	font-weight:700;
	color:#202e31;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.default-work-column .caption-layer h3 a{
	color:#202e31;	
}

.default-work-column .caption-layer .category{
	font-size:12px;
	color:#b2b2b2;
	text-transform:uppercase;
}

.default-work-column .caption-layer .category a{
	color:#b2b2b2;	
}

.default-work-column .caption-layer .options{
	position:relative;
	display:block;
	width:100%;
	height:auto;
	border-right:none;
	vertical-align:middle;
}

.default-work-column .caption-layer .options li{
	position:relative;
	float:left;
	font-size:12px;
	line-height:24px;
	padding:6px 5px 6px 12px;
	color:#a6a6a6;
	text-transform:uppercase;
	vertical-align:middle;
	width:50% !important;
	border:1px solid #e0e0e0;
	border-left:none;
	border-bottom:none;
}

.default-work-column .caption-layer .options li a{
	color:#a6a6a6;
}

.default-work-column .caption-layer .options li .icon{
	position:relative;
	top:1px;
	font-size:20px;
	padding-right:10px;
	color:#202e31;
	line-height:24px;	
}

.latest-work .more-link{
	display:inline-block;
	font-weight:700;
	text-transform:uppercase;
	color:#202e31;
	line-height:20px;
	font-family:'Poppins',sans-serif;
	border-bottom:1px solid #202e31;	
}

/*** 

====================================================================
	Our Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 50px;
	background-color: #003057;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
}

.team-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.95;
	background-color: #003057;
}

.bg-light{
	background:#f5f5f5;	
}

.bg-light:before{
	display:none;	
}

.team-section .sec-title h2{
	color:#ffffff;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	-o-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;	
}

.bg-light.team-section .sec-title h2{
	color:#202e31;
	-webkit-text-shadow:5px 5px 1px #e5e5e5;
	-ms-text-shadow:5px 5px 1px #e5e5e5;
	-o-text-shadow:5px 5px 1px #e5e5e5;
	-moz-text-shadow:5px 5px 1px #e5e5e5;
	text-shadow:5px 5px 1px #e5e5e5;
}

.team-section .sec-title .text{
	color:#e0e0e0;	
}

.bg-light.team-section .sec-title .text{
	color:#999999;	
}

.team-section .team-member{
	position:relative;
	margin-bottom:50px;	
}

.team-member .inner-box{
	position:relative;
	max-width:370px;
	margin:0 auto;
	overflow:hidden;
}

.team-member .inner-box .image-box{
	position:relative;
	text-align:center;
	z-index:1;
}

.team-member .inner-box .image-box img{
	display:inline-block;
	max-width:100%;	
}

.team-member .lower-part{
	position:absolute;
	left:0px;
	bottom:-39px;
	width:100%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.team-member:hover .lower-part{
	bottom:0px;	
}

.team-member .lower-part .left-curve{
	position:absolute;
	left:0px;
	top:-21px;
	width:53.1%;
	height:90px;
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	-webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	-o-transform:rotate(-12deg);
	-moz-transform:rotate(-12deg);
	transform:rotate(-12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	z-index:2;	
}

.team-member .lower-part .right-curve{
	position:absolute;
	right:0px;
	top:-21px;
	width:53.1%;
	height:90px;
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	-webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	-o-transform:rotate(12deg);
	-moz-transform:rotate(12deg);
	transform:rotate(12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	z-index:2;	
}

.team-member:hover .lower-part .right-curve,
.team-member:hover .lower-part .left-curve{
	border-top-color: #d26a1f;
	border-top-width:5px;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	transform:rotate(0deg);
}

.team-member .caption-layer{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	height:auto;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-top:none;
	padding-bottom:1px;
	z-index:2;
}

.team-member .caption-layer .upper{
	position:relative;
	padding:0px 20px 13px;
	text-align:center;
	border-bottom:1px solid #e0e0e0;	
}

.team-member .caption-layer h3{
	font-size:16px;
	font-weight:700;
	color:#202e31;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.team-member .caption-layer h3 a{
	color:#202e31;	
}

.team-member .caption-layer .category{
	font-size:12px;
	color:#b2b2b2;
	text-transform:uppercase;
}

.team-member .caption-layer .category a{
	color:#b2b2b2;	
}

.team-member .caption-layer .options{
	position:relative;
	display:table;
	width:100%;
	height:auto;
	border-right:none;
	vertical-align:middle;
}

.team-member .caption-layer .options li{
	position:relative;
	display:table-cell;
	font-size:11px;
	line-height:24px;
	padding:6px 15px;
	color:#a6a6a6;
	text-transform:uppercase;
	vertical-align:middle;
	border-right:1px solid #e0e0e0;
}

.team-member .caption-layer .options li:last-child{
	border-right:none;	
}

.team-member .caption-layer .options li a{
	color:#a6a6a6;
}

.team-member .caption-layer .options li .icon{
	position:relative;
	top:1px;
	font-size:16px;
	padding-right:10px;
	color:#202e31;
	line-height:24px;	
}

.team-member .bg-layer{
	position:absolute;
	left:10%;
	bottom:0px;
	height:250px;
	width:80%;
	background: #d26a1f;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.team-member:hover .bg-layer{
	background:none;	
}

.team-member .bg-layer:before{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#fdc236 url(images/background/bg-pattern.png) right top repeat-y;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transform:skewY(0deg);
	-ms-transform:skewY(0deg);
	-o-transform:skewY(0deg);
	-moz-transform:skewY(0deg);
	transform:skewY(0deg);	
}

.team-member:hover .bg-layer:before{
	opacity:1;
	-webkit-transform:skewY(-10deg);
	-ms-transform:skewY(-10deg);
	-o-transform:skewY(-10deg);
	-moz-transform:skewY(-10deg);
	transform:skewY(-10deg);	
}


/*** 

====================================================================
	Testimonials Section
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:90px 0px 100px;
	background-color:#ffffff;
}

.testimonials-section .carousel-outer{
	position:relative;	
}

.testimonials-section .testi-box{
	position:relative;
	padding-left:150px;
	min-height:152px;
	border:1px solid #e0e0e0;	
}

.testimonials-section .testi-box:hover{
	border-color: #d26a1f;
}

.testimonials-section .testi-box .text-content{
	position:relative;
	padding:20px 20px 10px;
	font-style:italic;
	color:#999999;
	line-height:23px;
	font-size:14px;	
}

.testimonials-section .testi-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:150px;
	overflow:hidden;	
}

.testimonials-section .testi-box .author-thumb img{
	display:block;
	width:100%;	
}

.testimonials-section .testi-box .info-box{
	position:absolute;
	left:0px;
	bottom:-1px;
	width:100%;
	background:#202e31;
	text-align:center;
}

.testimonials-section .testi-box .info-box .left-curve{
	position:absolute;
	left:0px;
	top:-15px;
	width:56%;
	height:50px;
	background:#202e31;
	border-top:5px solid transparent;
	-webkit-transform:rotate(-15deg);
	-ms-transform:rotate(-15deg);
	-o-transform:rotate(-15deg);
	-moz-transform:rotate(-12deg);
	transform:rotate(-15deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.testimonials-section .testi-box .info-box .right-curve{
	position:absolute;
	right:0px;
	top:-15px;
	width:56%;
	height:50px;
	background:#202e31;
	border-top:5px solid transparent;
	-webkit-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	-o-transform:rotate(15deg);
	-moz-transform:rotate(15deg);
	transform:rotate(15deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.testimonials-section .testi-box .info-box .content{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	height:auto;
	background:#202e31;
	line-height:18px;
	padding-bottom:3px;
}

.testimonials-section .testi-box .info-box .content h4{
	font-size:13px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:0px;
	line-height:14px;	
}

.testimonials-section .testi-box .info-box .content .designation{
	font-size:10px;
	color:#cccccc;
	text-transform:uppercase;
}

.testimonials-section .owl-controls{
	margin:0px;
	padding:0px;	
}

.testimonials-section .owl-dots{
	display:none !important;	
}

.testimonials-section .testimonials-carousel{
	position:static;	
}

.testimonials-section .carousel-outer .owl-prev{
	position:absolute;
	left:0px !important;
	top:50% !important;
	margin:-20px 0px 0px 0px !important;
	border-radius:0px !important;
	width:40px;
	height:40px;
	padding:0px !important;
	background:#4d585a !important;
	color:#ffffff;
	line-height:40px;
}

.testimonials-section .carousel-outer .owl-next{
	position:absolute;
	right:0px !important;
	top:50% !important;
	margin:-20px 0px 0px 0px !important;
	border-radius:0px !important;
	width:40px;
	height:40px;
	padding:0px !important;
	background:#4d585a !important;
	color:#ffffff;
	line-height:40px;
}

.testimonials-section .carousel-outer .owl-prev:hover,
.testimonials-section .carousel-outer .owl-next:hover{
	background:#fdc236 !important;	
}

/*** 

====================================================================
	Latest News Section
====================================================================

***/

.latest-news{
	position:relative;
	padding:90px 0px;
	background-color:#ffffff;
	overflow:hidden;
}

.latest-news .outer-box{
	position:relative;
	margin-left:120px;
	padding:90px 15px 80px;
	padding-left:160px;
	background: #003057 url(images/background/bg-scale.png) left bottom repeat-x;
	z-index:1;
}

.latest-news .outer-box:after{
	content:'';
	position:absolute;
	left:100%;
	top:0px;
	width:1500px;
	height:100%;
	background: #d26a1f url(images/background/bg-scale.png) left bottom repeat-x;
}

.latest-news .outer-box .left-image{
	position:absolute;
	left:-120px;
	top:-80px;
}

.latest-news .outer-box .sec-title h2{
	color:#ffffff;
	-webkit-text-shadow:none;
	-ms-text-shadow:none;
	-o-text-shadow:none;
	-moz-text-shadow:none;
	text-shadow:none;	
}

.latest-news .outer-box .sec-title .text{
	color:#e0e0e0;
}

.latest-news .outer-box .post-item{
	margin-bottom:40px;	
}

.latest-news .outer-box .curve-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:10px;
	background:#202e31;
}

.latest-news .outer-box .curve-box .left-curve{
	position:absolute;
	left:0px;
	top:-7px;
	width:59%;
	height:50px;
	background: #003057;
	border-top:5px solid #ffffff;
	-webkit-transform:rotate(-20deg);
	-ms-transform:rotate(-20deg);
	-o-transform:rotate(-20deg);
	-moz-transform:rotate(-20deg);
	transform:rotate(-20deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.latest-news .outer-box .curve-box .right-curve{
	position:absolute;
	right:0px;
	top:-7px;
	width:59%;
	height:50px;
	background: #003057;
	border-top:5px solid #ffffff;
	-webkit-transform:rotate(20deg);
	-ms-transform:rotate(20deg);
	-o-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	transform:rotate(20deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.latest-news .outer-box .post-item:hover .curve-box .left-curve,
.latest-news .outer-box .post-item:hover .curve-box .right-curve,
.latest-news .outer-box .post-item:hover .post-thumb{
	border-color:#fdc236;	
	border-top-color:#fdc236;
}

.latest-news .outer-box .post-item .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	border:5px solid #ffffff;
	border-bottom:none;
	overflow:hidden;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.latest-news .outer-box .post-item .post-thumb img{
	display:block;
	width:100%;	
}

.latest-news .outer-box .post-item h4{
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	line-height:20px;
	text-transform:uppercase;
	margin-bottom:5px;	
}

.latest-news .outer-box .post-item h4 a{
	color:#ffffff;
}

.latest-news .outer-box .post-item .time{
	color:#969696;
	font-size:12px;
	text-transform:uppercase;	
}

.latest-news .outer-box .post-item .inner-box{
	position:relative;
	max-width:390px;
	padding-left:150px;
	padding-top:15px;	
}

/*** 

====================================================================
	Sponsors Slider Style
====================================================================

***/

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

.sponsors-outer .owl-controls{
	display:none;
}

.sponsors-carousel .slide-item{
	position:relative;
	border:1px solid #e0e0e0;
	border-radius:2px;
	margin:1px;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-carousel .slide-item:hover{
	border-color:#999999;	
}
	
.sponsors-carousel .slide-item img{
	display:block;
	max-width:100%;
	width:100%;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}


/*** 

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

***/

.main-footer{
	position:relative;
	color:#72868a;
	background:#172224;
}

.main-footer .footer-upper{
	position:relative;
	padding:80px 0px 20px;
	color:#72868a;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

.main-footer .footer-upper:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.97;
	background: #003057;
}

.main-footer .footer-upper .auto-container{
	position:relative;
	z-index:10;
}

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

.footer-upper .column h3{
	position:relative;
	font-size:18px;
	line-height:24px;
	margin-bottom:30px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
}

.main-footer .about-widget{
	font-size:14px;
	color:#ffffff;
	line-height:2em;
	word-spacing:2px;
	padding-right:10px;
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
	color:#ffffff;	
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:15px;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#72868a;
	line-height:20px;
}

.footer-upper .links-widget li a:hover{
	color:#fdc236;
	text-decoration:underline;
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:13px;
	width:32px;
	height:32px;
	line-height:30px;
	border:1px solid #72868a;
	text-align:center;
	margin:0px 5px 10px 0px;
	color:#ffffff;
	background:none;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .social-links a:hover{
	color:#101010;
	background:#fdc236;
	border-color:#fdc236;	
}

.main-footer .contact-info{
	font-size:14px;
	margin-bottom:20px;	
}

.main-footer .contact-info li{
	position:relative;
	margin-bottom:8px;
	padding-left:120px;
	line-height:24px;
}

.main-footer .contact-info li strong{
	position:absolute;
	left:0px;
	top:0px;
	font-weight:700;
	text-transform:uppercase;	
}

.main-footer .contact-info li a{
	 color:#72868a;	
}

.footer-bottom{
	position:relative;
	padding:20px 0px;
	line-height:30px;
	color:#738d93;
	background: #000000;
	font-size:14px;
}

.footer-bottom a{
	color:#738d93;	
}

.footer-bottom a:hover{
	color:#ffffff;	
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

.fun-facts:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(253,194,54,0.95);
}

.fun-facts .content-box{
	position:relative;
	padding:40px 80px 15px 50px;	
}

.fun-facts .content-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-left:none;
	border-right:none;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
}

.fun-facts .counter-column{
	position:relative;
	margin-bottom:20px;	
}

.fun-facts .count-outer{
	text-transform:uppercase;
	font-size:18px;
	color:#303030;
	font-weight:700;
	font-family:'Poppins',sans-serif;
}

.fun-facts .counter-column .icon-box{
	position:relative;
	font-size:30px;
	margin-bottom:15px;
	color:#202e31;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	font-family:'Poppins',sans-serif;
}

.gallery-section .filters li{
	position:relative;
	display:inline-block;
	padding:5px 25px;
	line-height:30px;
	color:#202e31;
	cursor:pointer;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	min-width:100px;
	margin:0px 10px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters li .txt{
	position:relative;
	z-index:2;	
}

.gallery-section .filters li:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:1px solid #e0e0e0;
	background:#ffffff;
	-webkit-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	transform:skewX(-25deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before{
	background:#fdc236;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	color:#ffffff;	
}


.default-portfolio-item{
	position:relative;
}

.sortable-masonry .column{
	padding:0px 15px 0px;
	margin-bottom:30px;	
}

.default-portfolio-item .inner-box{
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
	margin-left:-1px;
	margin-right:-1px;	
}

.default-portfolio-item  .inner-box:hover{
	z-index:5;
	-webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 3px rgba(0,0,0,0.10);
}	

.default-portfolio-item:hover .inner-box{
	border-color:#e0e0e0;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.default-portfolio-item .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	border-bottom:70px solid transparent;
	text-align:center;
	background-color:rgba(32,46,49,0.85);
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
}

.default-portfolio-item:hover .overlay-link{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
	opacity:1;
}

.default-portfolio-item .overlay-link .icon{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	height:50px;
	font-size:36px;
	line-height:50px;
	margin-top:-25px;
	text-align:center;	
}

.default-portfolio-item .caption-layer{
	position:absolute;
	left:0px;
	bottom:-150px;
	width:100%;
	height:auto;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-bottom:none;
	border-top:5px solid #fdc236;
	padding-bottom:1px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.default-portfolio-item:hover .caption-layer{
	bottom:0px;	
}

.default-portfolio-item .caption-layer .upper{
	position:relative;
	padding:15px 15px 10px;
	text-align:center;	
}

.default-portfolio-item .caption-layer h3{
	font-size:16px;
	font-weight:700;
	color:#202e31;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.default-portfolio-item .caption-layer h3 a{
	color:#202e31;	
}

.default-portfolio-item .caption-layer .category{
	font-size:12px;
	color:#b2b2b2;
	text-transform:uppercase;
}

.default-portfolio-item .caption-layer .category a{
	color:#b2b2b2;	
}

/*** 

====================================================================
	Page Title Section
====================================================================

***/

.page-title{
	position:relative;
	padding:90px 0px 50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	margin-top:-50px;
	color:#ffffff;
	text-align:center;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(32,46,49,0.85);
}

.page-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:100%;
	height:13px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #272727), color-stop(50%, #000000), color-stop(100%, #272727));
}

.page-title .auto-container{
	position:relative;
	z-index:1;	
}

.page-title h1{
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:700;
	color:#ffffff;	
}

.page-title .text{
	color:#ffffff !important;
	line-height:2em;
}

.theme-breadcrumb{
	position:relative;
	padding:60px 0px 20px;	
}

.theme-breadcrumb .breadcrumb{
	background:none;
	padding-left:0px;	
}

.theme-breadcrumb .breadcrumb li,
.theme-breadcrumb .breadcrumb li a{
	color:#b7b7b7;
	font-size:12px;
	text-transform:uppercase;	
}

/*** 

====================================================================
	Default Two COlumn
====================================================================

***/

.default-two-column{
	position:relative;
}

.default-two-column .column{
	position:relative;
	margin-bottom:40px;	
}

.default-two-column .skewed-image{
	position:relative;
}

.default-two-column .image-box{
	position:relative;
	display:block;
	width:auto;
	margin-right:20px;
}

.default-two-column .image-box:before{
	content:'';
	position:absolute;
	width:300px;
	height:100%;
	top:10px;
	right:40px;
	background:#fdc236;
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);	
}

.default-two-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	z-index:1;
}

.default-two-column .text-column .text{
	font-size:16px;	
}

/*** 

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

***/

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

.services-section .outer-box{
	position:relative;
	padding:50px 200px 10px 50px;
	color:#ffffff;
	margin-right:130px;
	background:#202e31;	
}

.services-section .outer-box .man-image{
	position:absolute;
	right:-130px;
	bottom:0px;	
}

.services-section .column{
	position:relative;
	margin-bottom:40px;	
}

.services-section h3{
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
	text-transform:uppercase;	
}

.services-section .text{
	color:#88979a;
	font-size:14px;
	line-height:2em;
}

/*** 

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

***/

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

.projects-section .default-work-column{
	position:relative;
	float:left;
	width:25%;	
}

/*** 

====================================================================
	Single Projects Section
====================================================================

***/

.single-project{
	position:relative;
	padding:90px 0px 100px;
}

.single-project .upper-part{
	position:relative;
	margin-bottom:30px;	
}

.single-project .upper-part .upper-box{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;	
}

.single-project .upper-part .main-image{
	position:relative;
	margin-right:350px;	
}

.single-project .upper-part .main-image img{
	 display:block;
	 width:100%;	
}

.single-project .upper-part .info-box{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	max-width:350px;
	padding:50px 40px 20px;
	color:#ffffff;
	background:#202e31;	
}

.single-project .upper-part .info-box:before{
	content:'';
	position:absolute;
	left:-35px;
	top:0px;
	width:80px;
	height:100%;
	background:#202e31;
	-webkit-transform:skewX(-10deg);
	-ms-transform:skewX(-10deg);
	-o-transform:skewX(-10deg);
	-moz-transform:skewX(-10deg);
	transform:skewX(-10deg);
	z-index:1;		
}

.single-project .upper-part .info-box .white-bar{
	position:absolute;
	left:-35px;
	top:0px;
	width:20px;
	height:100%;
	background:#ffffff;
	-webkit-transform:skewX(-10deg);
	-ms-transform:skewX(-10deg);
	-o-transform:skewX(-10deg);
	-moz-transform:skewX(-10deg);
	transform:skewX(-10deg);
	z-index:4;		
}

.single-project .upper-part .info-box:after{
	content:'';
	position:absolute;
	right:0px;
	bottom:0px;
	width:400px;
	height:40px;
	background:#202e31 url(images/background/bg-ruler.png) right bottom repeat-x;
	z-index:2;
}

.single-project .upper-part .info-box h4{
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#fdc236;
	font-weight:700;
	z-index:5;		
}

.single-project .upper-part .info-box ul{
	position:relative;
	z-index:5;	
}

.single-project .upper-part .info-box ul li{
	margin-bottom:10px;
	line-height:24px;
	color:#9fb0b4;
	font-size:14px;
}

.single-project .upper-part .info-box ul li strong{
	display:block;
	float:left;
	width:40%;
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:700;
	font-family:'Poppins',sans-serif;	
}

.single-project .upper-part .info-box ul li .data{
	display:block;
	float:left;
	width:60%;	
}

.single-project .upper-part .lower-box{
	position:relative;
}

.single-project .upper-part .lower-box .related-thumbs{
	position:relative;	
}

.single-project .upper-part .lower-box .related-thumbs .thumb{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}

.single-project .upper-part .lower-box .related-thumbs .thumb img{
	display:block;
	max-width:100%;	
}

.single-project .text-column h3{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#202e31;	
}

.single-project .text-column p{
	margin-bottom:20px;	
}


/*** 

====================================================================
	Sidebar Page Style
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:0px 0px 100px;
	background-color:#f2f2f2;
}

.sidebar-widget{
	position:relative;
	background:#ffffff;
	margin-bottom:30px;	
}

.sidebar-title{
	position:relative;
	padding:20px 25px;
	border-bottom:1px solid #e0e0e0;	
}

.sidebar-title:before{
	content:'';
	position:absolute;
	left:25px;
	bottom:-1px;
	height:1px;
	width:150px;
	background:#fdc236;	
}

.sidebar-title h3{
	font-size:18px;
	text-transform:uppercase;
	color:#202e31;
	font-weight:700;
	line-height:26px;	
}

.sidebar-widget hr{
	margin:10px 0px 15px;	
}

.sidebar-widget .widget-inner{
	position:relative;
	padding: 25px 0px;
	background:#ffffff;
}

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

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

.sidebar .search-widget .form-group input[type="text"],
.sidebar .search-widget .form-group input[type="search"]{
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 50px 10px 15px;
	border:1px solid #f1f1f1;
	font-size:13px;
	background:#f3f3f3;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar .search-widget .form-group input[type="text"]:focus,
.sidebar .search-widget .form-group input[type="search"]:focus{
	border-color:#fdc236;
}

.sidebar .search-widget .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:45px;
	line-height:42px;
	text-align:center;
	font-size:14px;
	background:#fdc236;
	color:#ffffff;
}

.sidebar .links-widget ul{
	font-family:'Poppins',sans-serif;
}

.sidebar .links-widget ul li{
	position:relative;
}

.sidebar .links-widget ul li:before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	top:4px;
	width:15px;
	line-height:24px;
	display:block;
	color:#2b3338;
}

.sidebar .links-widget ul li:last-child{
	border:none;	
}

.sidebar .links-widget ul li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:5px 0px 5px 20px;
	color:#202e31;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;	
}

.sidebar .links-widget ul li a:hover{
	color:#fdc236;	
}

.sidebar .news-widget .news-item{
	position:relative;
	padding-left:80px;
	margin-bottom:25px;
	min-height:65px;
}

.sidebar .news-widget .news-item .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:66px;	
}

.sidebar .news-widget .news-item .post-thumb:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:66px;
	border:33px solid transparent;
	border-bottom:10px solid #ffffff;	
}

.sidebar .news-widget .news-item .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .news-widget .news-item:last-child{
	margin-bottom:0px;	
}

.sidebar .news-widget .news-item h4{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0px;
	color:#202e31;
	line-height:18px;
	max-width:200px;	
}

.sidebar .news-widget .news-item h4 a{
	color:#202e31;		
}

.sidebar .news-widget .news-item h4 a:hover{
	color:#fdc236;	
}

.sidebar .news-widget .news-item .time{
	color:#a4a4a4;
	font-size:12px;	
}

.comments-container{
	position:relative;
	margin-bottom:50px;
	background:#ffffff;	
}

.content-side .sidebar-title h3{
	font-size:18px;
}

.comments-container .inner-box{
	padding:0px 25px;	
}

.comments-container .comment-box{
	position:relative;
	padding:40px 0px 20px;
	border-bottom:1px solid #e5e5e5;
}

.comments-container .comment-box:last-child{
	border-bottom:none;	
}

.comments-container .comment-box .inner{
	position:relative;
	padding-left:90px;
	min-height:80px;
	font-size:14px;
	color:#6b6b6b;
}

.comments-container .comment-box .inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
}

.comments-container .comment-box .inner .image:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	border:35px solid transparent;
	border-bottom:10px solid #ffffff;	
}

.comments-container .comment-box .inner .image img{
	display:block;
	width:100%;	
}

.comments-container .comment-box .author-title{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#202e31;
	font-family:'Poppins',sans-serif;	
}

.comments-container .comment-box .time{
	text-transform:capitalize;
	color:#a4a4a4;
	font-size:12px;
	margin-bottom:10px;	
}

.comments-container .comment-box .text{
	color:#6d6d6d;
	margin-bottom:10px;	
}

.comments-container .comment-box .reply-btn,.comment-reply-link{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#202e31;
	font-family:'Poppins',sans-serif;
}

.comments-form-outer{
	position:relative;
	background:#ffffff;	
}

.comments-form-outer .inner-box{
	position:relative;
	padding:25px 25px;	
}

.comments-form-outer .form-group{
	 position:relative;
	 margin-bottom:22px;	
}

.comments-form-outer .form-group input[type="text"],
.comments-form-outer .form-group input[type="email"],
.comments-form-outer .form-group select,
.comments-form-outer .form-group textarea{
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 15px;
	border:1px solid #e0e0e0;
	height:56px;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.comments-form-outer .form-group input[type="text"]:focus,
.comments-form-outer .form-group input[type="email"]:focus,
.comments-form-outer .form-group select:focus,
.comments-form-outer .form-group textarea:focus{
	border-color:#fdc236;
	color:#fdc236;
}

.comments-form-outer .form-group textarea{
	resize:none;
	height:150px;	
}

.comments-form-outer button.theme-btn{
	font-size:14px;
	font-weight:700;
	padding:12px 30px;	
}

/*** 

====================================================================
	Default Blog Style
====================================================================

***/

.blog-page-body{
	background:#f1f1f1;	
}

.blog-posts-container{
	position:relative;
	background: #ffffff;
	padding: 30px;
}

.default-blog-post{
	position:relative;
	margin-bottom:50px;	
}

.default-blog-post .inner-box{
	position:relative;
	border:1px solid #e0e0e0;
	margin:0 auto;
	background:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.default-blog-post .inner-box:hover{
	-webkit-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);
	box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);	
}

.default-blog-post .inner-most{
	position:relative;
	overflow:hidden;	
}

.default-blog-post .image-box{
	position:relative;	
}

.default-blog-post .image-box img{
	display:block;
	width:100%;
	height: 200px;
}

.default-blog-post .lower-part{
	position:relative;
	padding-top:20px;
	padding-bottom:10px;
	margin-top:-20px;	
}

.default-blog-post .lower-part .left-curve{
	position:absolute;
	left:0px;
	top:-30px;
	width:52%;
	height:90px;
	background:#ffffff;
	border-top:7px solid #f1f1f1;
	-webkit-transform:rotate(-12deg);
	-ms-transform:rotate(-12deg);
	-o-transform:rotate(-12deg);
	-moz-transform:rotate(-12deg);
	transform:rotate(-12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-blog-post .lower-part .right-curve{
	position:absolute;
	right:0px;
	top:-30px;
	width:52%;
	height:90px;
	background:#ffffff;
	border-top:7px solid #f1f1f1;
	-webkit-transform:rotate(12deg);
	-ms-transform:rotate(12deg);
	-o-transform:rotate(12deg);
	-moz-transform:rotate(12deg);
	transform:rotate(12deg);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-blog-post:hover .lower-part .left-curve,
.default-blog-post:hover .lower-part .right-curve{
	border-top-color:#fdc236;	
}

.two-column .default-blog-post .lower-part .left-curve,
.two-column .default-blog-post .lower-part .right-curve{
	top:-10px;	
}

.default-blog-post .content{
	position:relative;
	padding:20px 40px 30px;
	z-index:1;	
}

.two-column .default-blog-post .content{
	padding: 9px 30px 3px;
}

.default-blog-post .content h3{
	position:relative;
	text-transform:uppercase;
	font-size:24px;
	margin-bottom:0px;
	color:#202e31;
	font-weight:700;
}

.blog-posts-container.two-column .default-blog-post .content h3{
	font-size:20px;	
}

.default-blog-post .content .author-info{
	color:#202e31;
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:12px;
}

.two-column .default-blog-post .content .author-info{
	margin-bottom:10px;	
}

.default-blog-post .content h3 a,
.default-blog-post .content .author-info a{
	color:#202e31;	
}

.default-blog-post .content h3 a:hover,
.default-blog-post .content .author-info a:hover{
	color:#fdc236;	
}

.default-blog-post .content .text{
	position:relative;
	font-size: 13px;
	line-height:30px;
	margin-bottom: 8px;
	color:#8e8e8e;
}

.default-blog-post .content .more-link{
	position:relative;
}

.default-blog-post .content .read-more{
	position:relative;
	display:inline-block;
	line-height:20px;
	font-weight:700;
	font-size:14px;
	font-family:'Poppins',sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid transparent;
	color:#202e31;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.default-blog-post .content .read-more:hover{
	color:#fdc236;
	border-color:#fdc236;
}

.default-blog-post .date-box{
	position:absolute;
	left:50%;
	top:-95px;
	margin-left:-30px;
	width:60px;
	height:60px;
	padding:12px 5px 5px;
	text-align:center;
	color:#ffffff;
	background:#fdc236;
	font-size:12px;
	font-weight:700;
	line-height:20px;
	font-family:'Poppins',sans-serif;
	text-transform:uppercase;	
}

.two-column .default-blog-post .date-box{
	top:-55px;	
}

.default-blog-post .date-box .day{
	font-size:24px;	
}

.blog-details .content .text{
	font-size:14px;	
}

.blog-details .content .text p{
	margin-bottom:20px;	
}

.blog-details .content .text p:last-child{
	margin-bottom:0px;	
}

.blog-details blockquote{
	border-left:6px solid #fdc236;
	padding:15px 20px;
	background:#ffffff;
	font-size:14px;	
}

.blog-details .post-info{
	position:relative;
	border-top:1px solid #e0e0e0;	
}

.blog-details .post-info li{
	display:inline-block;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	color:#8e8e8e;
	font-size:12px;
	border-right:1px solid #e0e0e0;	
}

.blog-details .post-info li:last-child{
	border:none;	
}

.blog-details .post-info li .icon{
	line-height:24px;
	font-size:16px;
	padding-right:5px;	
}

.blog-details .post-info li a{
	color:#8e8e8e;	
}

.blog-details .post-info li strong{
	padding-right:5px;
	font-family:'Poppins',sans-serif;	
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	font-family:'Poppins',sans-serif;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px 0px;	
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 5px 4px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	min-width:40px;
	border:2px solid rgba(0,0,0,0);
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	margin-right: 7px;
}

@media only screen and (max-width: 600px) {
 .styled-pagination li a{
	position:relative;
	display:block;
	line-height: 21px;
	padding: 1px 1px 1px;
	font-size: 15px;
	font-weight:700;
	text-transform:uppercase;
	min-width: 21px;
	border:2px solid rgba(0,0,0,0);
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	margin-right: 1px;
}
}

.styled-pagination li a .fa{
	line-height:24px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#fdc236;
	border-color:#fdc236;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:0px;
	margin-bottom:100px;
}

.contact-section .map-container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border-top:66px solid transparent;
	border-bottom:64px solid transparent;
}

.map-container .map-canvas{
	position:relative;
	width:100%;
}

.map-container .map-canvas .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	font-family:'Roboto',sans-serif;	
}

.map-container .map-canvas .map-data h6{
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#181818;
	font-family:'Poppins',sans-serif;	
}

.contact-section .contact-form-outer{
	position:relative;
	background:#ffffff;
	max-width:700px;
}

.contact-section .contact-form-outer .inner-box{
	position:relative;
	padding:40px 30px;	
}

.contact-section .contact-form-outer .row{
	margin-left:-10px;
	margin-right:-10px;	
}

.contact-section .contact-form-outer .form-group{
	 position:relative;
	 margin-bottom:20px;
	 padding:0px 10px !important;	
}

.contact-section .contact-form-outer .form-group label.error{
	display:block;
	line-height:20px;
	padding:10px 0px 0px;
	color:#ff0000;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;	
}

.contact-section .contact-form-outer .form-group input[type="text"],
.contact-section .contact-form-outer .form-group input[type="email"],
.contact-section .contact-form-outer .form-group select,
.contact-section .contact-form-outer .form-group textarea{
	display:block;
	width:100%;
	line-height:24px;
	padding:14px 15px;
	border:1px solid #e0e0e0;
	height:54px;
	font-size:13px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.contact-section .contact-form-outer .form-group input[type="text"]:focus,
.contact-section .contact-form-outer .form-group input[type="email"]:focus,
.contact-section .contact-form-outer .form-group select:focus,
.contact-section .contact-form-outer .form-group textarea:focus{
	border-color:#fdc236;
	color:#fdc236;
}

.contact-section .contact-form-outer .form-group input.error,
.contact-section .contact-form-outer .form-group select.error,
.contact-section .contact-form-outer .form-group textarea.error{
	border-color:#ff0000;
	color:#ff0000;
}

.contact-section .contact-form-outer .form-group textarea{
	resize:none;
	height:150px;	
}

.contact-section .contact-form-outer button.theme-btn{
	font-size:14px;
	font-weight:700;
	padding:14px 35px;	
}

.contact-section .contact-info{
	position:relative;
	background:#142326;
	padding:10px 20px 0px;
	color:#ffffff;	
}

.contact-section .contact-info .column{
	position:relative;
	float:left;
	min-width:80px;
	margin:0px 25px 10px;
}

.contact-section .contact-info .info-box{
	position:relative;
	padding-left:45px;	
}

.contact-section .contact-info .info-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	line-height:42px;
	color:#ffffff;
	font-size:26px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.contact-section .contact-info .info-box:hover .icon-box{
	color:#fdc236;	
}

.contact-section .contact-info .info-box li{
	position:relative;
	line-height:20px;
	margin:0px 0px;
	color:#ffffff;
	text-transform:uppercase;
}

.contact-section .contact-info .info-box li .small-title{
	font-size:10px;
	letter-spacing:1px;	
}

.contact-section .contact-info .info-box li a{
	color:#ffffff;		
}

.contact-section .contact-info .info-box strong{
	font-weight:700;
	color:#ffffff;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Error Section
====================================================================

***/

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

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

.error-section .image-column img{
	display:inline-block;
	max-width:100%;	
}

.error-section .text-column{
	position:relative;
}

.error-section .text-column h2{
	font-size:84px;
	margin:70px 0px 20px;
	line-height:90px;
	color:#202e31;
	font-weight:700;
	letter-spacing:2px;
	text-transform:uppercase;
	-webkit-text-shadow:5px 6px 1px #e7e8e8;
	-ms-text-shadow:5px 6px 1px #e7e8e8;
	-o-text-shadow:5px 6px 1px #e7e8e8;
	-moz-text-shadow:5px 6px 1px #e7e8e8;
	text-shadow:5px 6px 1px #e7e8e8;	
}

.error-section .text-column h4{
	font-size:18px;
	margin-bottom:30px;
	line-height:30px;
	color:#acacac;
	font-weight:700;
	text-transform:uppercase;	
}








.form-group select {
  border: 0;
    border-radius: 3px;
    background: #000;
    border-color: #003057;
    padding: 4px 0 0 0;
    position: relative;
    display: block;
    line-height: 24px;
    color: #807b7b;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	
}



select {
  border: 0;
    border-radius: 3px;
    background: #000;
    border-color: #003057;
    padding: 4px 0 0 0;
    position: relative;
    display: block;
    line-height: 24px;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	
}

.article-thumbnails__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media (min-width:990px) {
	.article-thumbnails__item {
		width: calc((100% - 36px)/2)
	}
	.article-thumbnails__item--with-filters {
		width: calc((100% - 47px)/2)
	}
	.article-thumbnails__item:nth-child(n+3) {
		margin-top: 40px
	}
}

@media (max-width:989px) {
	.article-thumbnails__item {
		width: 100%
	}
	.article-thumbnails__item:nth-child(n+2) {
		margin-top: 50px
	}
}

@media (min-width:1350px) {
	.article-thumbnails__item--large-desktop-design {
		width: calc((100% - 40px)/2)
	}
}

.image-text-block {
	width: 100%;
	line-height: 0
}

.image-text-block img {
	background-color: #f2f2f2;
	display: block;
	width: 100%
}

.image-text-block__picture {
	display: block
}

.image-text-block__picture+* {
	margin-top: 20px
}

.image-text-block__picture+.image-text-block__location {
	margin-top: .9375rem
}

.image-text-block__picture__container {
	padding-top: 56%;
	position: relative;
	overflow: hidden
}

.image-text-block__picture__container__picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.image-text-block__location {
	text-transform: uppercase;
	font-family: Roboto Medium, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 17px;
	letter-spacing: .65px;
	color: #003057;
	margin-top: 5px
}

.image-text-block__title {
	color: #003057;
	font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: normal
}

.image-text-block__title-location-container {
	margin-bottom: 20px
}

.image-text-block__copy {
	color: #53565a;
	font-family: Roboto Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-size: 15px;
	line-height: 23px;
	letter-spacing: .38px;
	margin-bottom: 20px
}

.image-text-block__copy[has-large-margin-cta] {
	margin-bottom: 30px
}

.main-requirements {
	height: auto;
	background-color: #e4edf2
}

.main-requirements__text-content {
	margin: 0 auto
}

@media (min-width:990px) and (max-width:1349px) {
	.main-requirements__text-content {
		display: flex;
		width: 794px
	}
}

@media (min-width:1350px) {
	.main-requirements__text-content {
		display: flex;
		width: 840px
	}
}

@media (max-width:989px) {
	.main-requirements__text-content {
		padding: 50px 15px;
		width: 100%
	}
}

@media (min-width:990px) {
	.main-requirements__text-content {
		padding: 50px 0
	}
}

@media (min-width:1350px) {
	.main-requirements__text-content--list {
		width: 510px;
		margin-left: 110px;
		padding: 0
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.main-requirements__text-content--list {
		width: 462px;
		margin-left: 142px;
		padding: 0
	}
}

@media (max-width:989px) {
	.main-requirements__text-content--list {
		width: 100%;
		padding: 0;
		margin-top: 40px
	}
}

.main-requirements__text-content--list>p,
.main-requirements__text-content--list span {
	color: #53565a;
	font-family: Roboto Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	letter-spacing: .4px;
	font-size: 15px;
	line-height: 23px;
	text-transform: none;
	margin-bottom: 0
}

.main-requirements__text-content--list ul li {
	color: #53565a;
	letter-spacing: .4px;
	font-size: 15px;
	font-family: Roboto Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	padding-left: 25px;
	display: block;
	position: relative;
	text-align: left;
	line-height: normal
}

.main-requirements__text-content--list ul li:not(:first-child) {
	margin-top: 15px
}

.main-requirements__text-content--list ul li:after {
	position: absolute;
	left: 0;
	color: #53565a;
	content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â"
}

.main-requirements__text-content--list-title {
	color: #53565a;
	font-family: Roboto Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	letter-spacing: .4px;
	font-size: 15px;
	line-height: 23px;
	text-transform: none;
	margin-bottom: 20px
}

.main-requirements__text-content--title {
	color: #003057;
	font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	letter-spacing: normal;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	text-transform: none;
	margin-bottom: 0
}

@media (min-width:1350px) {
	.main-requirements__text-content--title {
		width: 220px
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.main-requirements__text-content--title {
		width: 213px
	}
}

@media (max-width:989px) {
	.main-requirements__text-content--title {
		width: 50%
	}
}

.image-link-collection {
	line-height: 17px
}

@media (min-width:990px) {
	.image-link-collection--area {
		margin-top: 90px
	}
}

@media (max-width:989px) {
	.image-link-collection--area {
		margin-top: 80px
	}
}

@media (min-width:990px) {
	.image-link-collection--article-page {
		margin-top: 90px
	}
}

@media (max-width:989px) {
	.image-link-collection--article-page {
		margin-top: 80px
	}
}

@media (min-width:990px) {
	.image-link-collection--block-title-container {
		margin-bottom: 50px
	}
}

@media (max-width:989px) {
	.image-link-collection--block-title-container {
		margin-bottom: 30px
	}
}

.image-link-collection--spinner {
	margin: 50px auto;
	display: flex;
	justify-content: center
}

.image-link-collection__image-container {
	margin-bottom: 15px;
	position: relative
}

.image-link-collection__image-container--cursor {
	cursor: pointer;
	line-height: 0
}

.image-link-collection__image-container--cursor .main-img .fixed-size {
	width: 296px;
	height: 166px
}

.image-link-collection__image-container__link {
	line-height: 0
}

.image-link-collection__image-container--article-page-block img,
.image-link-collection__image-container__picture {
	width: 100%
}

@media (min-width:990px) and (max-width:1349px) {
	.image-link-collection__image-container--article-page-block:not([three-columns-results]) {
		width: calc((100% - 36px)/2)
	}
	.image-link-collection__image-container--article-page-block:not([three-columns-results]):nth-child(2n) {
		margin-left: 36px
	}
	.image-link-collection__image-container--article-page-block:not([three-columns-results]):nth-child(n+3) {
		margin-top: 40px
	}
}

@media (min-width:1350px) {
	.image-link-collection__image-container--article-page-block:not([three-columns-results]) {
		width: calc((100% - 40px)/2)
	}
	.image-link-collection__image-container--article-page-block:not([three-columns-results]):nth-child(2n) {
		margin-left: 40px
	}
	.image-link-collection__image-container--article-page-block:not([three-columns-results]):nth-child(n+3) {
		margin-top: 40px
	}
}

@media (min-width:990px) {
	.image-link-collection__image-container--article-page-block[three-columns-results] {
		width: calc((100% - 72px)/3)
	}
	.image-link-collection__image-container--article-page-block[three-columns-results]:not(:nth-child(3n+1)) {
		margin-left: 36px
	}
	.image-link-collection__image-container--article-page-block[three-columns-results]:nth-child(n+4) {
		margin-top: 30px
	}
}

@media (max-width:989px) {
	.image-link-collection__image-container--article-page-block {
		width: 100%
	}
	.image-link-collection__image-container--article-page-block:not(:first-child) {
		margin-top: 30px
	}
}

.image-link-collection .main-img {
	display: block
}

.image-link-collection .swatch-img {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	right: 0;
	display: block;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff
}

.image-link-collection__brand-name {
	margin-bottom: 0
}

.image-link-collection__type+.image-link-collection__brand-name {
	margin-top: 0
}

.image-link-collection__type {
	color: #727272;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: .65px;
	margin: 10px 0 5px;
	font-family: Roboto Regular, Helvetica Neue, Helvetica, Arial, "sans-serif"
}

.image-link-collection__available-sku {
	margin-bottom: 35px
}

.image-link-collection__container-item:last-child .image-link-collection__available-sku {
	margin-bottom: 0
}

.image-link-collection__spinner {
	width: 100%
}

.image-link-collection__container {
	display: flex;
	flex-flow: row wrap
}

@media (min-width:990px) {
	.image-link-collection__container-item:not(:nth-child(3n+1)) {
		margin-left: 33px
	}
	.image-link-collection__container-item:nth-child(n+4) {
		margin-top: 35px
	}
}

@media (max-width:989px) {
	.image-link-collection__container-item:not(:first-child) {
		margin-top: 30px
	}
}

.image-link-collection__container--block {
	width: 308px
}

@media (min-width:990px) {
	.image-link-collection__container--article-page {
		margin-top: 50px
	}
}

@media (max-width:989px) {
	.image-link-collection__container--article-page {
		margin-top: 30px
	}
}

.image-link-collection__new-label-tag {
	margin-top: 10px
}

.image-link-collection__info-container {
	line-height: 0
}

@media (min-width:990px) and (max-width:1349px) {
	.image-link-collection__container--block {
		width: 213px
	}
}

@media (max-width:989px) {
	.image-link-collection__container {
		display: block
	}
	.image-link-collection__container--block {
		width: 100%
	}
}

.call-to-action {
	margin-top: 90px
}

.call-to-action .keyline-heading {
	margin-bottom: 1.875rem
}

@media (min-width:990px) {
	.call-to-action__container {
		display: flex;
		align-items: stretch;
		justify-content: center;
		margin-top: 50px
	}
	.call-to-action__item {
		width: 296px;
		text-align: center
	}
}

@media (min-width:990px) and (min-width:990px) and (max-width:1349px) {
	.call-to-action__item {
		margin: 0 18px
	}
}

@media (min-width:990px) and (min-width:1350px) {
	.call-to-action__item {
		margin: 0 20px
	}
}

@media (min-width:990px) {
	.call-to-action__item:first-child {
		margin-left: 0
	}
	.call-to-action__item:last-child {
		margin-right: 0
	}
}

@media (max-width:767px) {
	.call-to-action__item {
		width: auto;
		display: flex;
		align-items: center
	}
}

@media (max-width:989px) {
	.call-to-action {
		margin-top: 80px
	}
	.call-to-action__item {
		margin-top: 30px
	}
	.call-to-action__row-item {
		width: 6.25rem;
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.call-to-action__row-item p {
		font-size: .875rem;
		text-align: center;
		margin-top: .3125rem
	}
}

@media (min-width:1350px) {
	.call-to-action__item--large-desktop-design {
		margin: 0 20px;
		width: 330px
	}
}

@media print {
	.call-to-action {
		display: none
	}
}

.cta-small-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 40px 0 -30px
}

.cta-small-container__cta__container {
	margin: 0 20px 30px
}

@media (max-width:989px) {
	.cta-small-container {
		margin-top: 10px;
		justify-content: space-between;
		padding-top: 0
	}
	.cta-small-container__cta__container {
		margin: 0 0 30px;
		width: 100%;
		justify-content: center
	}
}

@media (max-width:989px) {
	.cta-small-container__cta__button,
	.news-detail__back-button {
		width: 100%
	}
}

.news-detail__back-button__container {
	display: flex;
	justify-content: center;
	margin-top: 30px
}

.news-detail__article__container {
	height: auto;
	border-radius: 5px
}

.news-detail__article__title {
	font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-size: 25px;
	line-height: 30px;
	letter-spacing: normal;
	color: #003057;
	font-weight: 400;
	margin-bottom: 20px
}

.news-detail__article__item:not(:first-child) {
	margin-top: 40px
}

.news-detail__article__links__container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: -30px;
	line-height: normal
}

@media (max-width:989px) {
	.news-detail__article__links__link {
		width: 100%
	}
}

@media (min-width:990px) {
	.news-detail__article__links__link__container {
		margin: 0 40px 30px 0
	}
}

@media (max-width:989px) {
	.news-detail__article__links__link__container {
		margin-bottom: 30px;
		width: 100%
	}
}

.pagination-prev-next .pagination__control--prev {
	margin-right: .625rem;
	padding: 0 .5rem 0 .75rem
}

.pagination-prev-next .pagination__control--prev .text-carousel-prev {
	font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, "sans-serif";
	letter-spacing: .0225rem;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .875rem;
	line-height: 2.1875rem
}

.pagination-prev-next .pagination__control--prev .icon-carousel-prev {
	float: left;
	line-height: 2.1875rem;
	margin-right: .5rem;
	font-size: .75rem;
	font-weight: bolder
}

.pagination-prev-next .pagination__control--next {
	margin-left: .625rem;
	padding: 0 .75rem 0 .5rem
}

.pagination-prev-next .pagination__control--next .text-carousel-next {
	font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, "sans-serif";
	letter-spacing: .0225rem;
	text-transform: uppercase;
	font-weight: 300;
	font-size: .875rem;
	line-height: 2.1875rem
}

.pagination-prev-next .pagination__control--next .icon-carousel-next {
	float: right;
	line-height: 2.1875rem;
	margin-left: .5rem;
	font-size: .75rem;
	font-weight: bolder
}

.solutions {
	background-color: transparent
}

@media (min-width:990px) {
	.related-news__results {
		margin-top: 50px
	}
	.news-container {
		width: 960px;
		margin: auto;
		padding-bottom: 90px
	}
	.news-container .related-collections,
	.news-container .related-news {
		margin-top: 90px
	}
	.news-detail__collections {
		margin-top: 50px
	}
	.news-detail__article__container {
		margin: 60px auto 0;
		width: 794px
	}
	.news-detail__buttons {
		padding-bottom: 0
	}
}

@media (max-width:989px) {
	.related-news__results {
		margin-top: 30px
	}
	.news-container {
		width: 100%;
		padding-bottom: 60px
	}
	.news-container .related-collections,
	.news-container .related-news {
		margin-top: 80px
	}
	.news-detail__collections {
		margin-top: 30px
	}
	.news-detail__article__container {
		margin-top: 50px
	}
}

@media (max-width:767px) {
	.breadcrumb {
		display: none
	}
}

@media (max-width:989px) {
	.breadcrumb__light_theme {
		display: none
	}
}

.breadcrumb-container {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 15px
}

.breadcrumb-container__top {
	padding: 25px 0
}

@media (max-width:989px) {
	.breadcrumb-container {
		height: auto;
		padding: 20px 15px
	}
}

.breadcrumb a {
	color: inherit
}

.breadcrumb__list,
.breadcrumb__list-item {
	display: inline-block
}

.breadcrumb__list-item a,
.breadcrumb__list-item p {
	font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	margin-bottom: 0;
	line-height: 1.5625rem
}

.breadcrumb__light_theme {
	text-align: left;
	background-color: #fff;
	color: #6f6f6f
}

.breadcrumb__light_theme p {
	font-size: 14px;
	padding: 0;
	letter-spacing: .09375rem
}

.breadcrumb__light_theme a {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	letter-spacing: .09375rem
}

.breadcrumb__light_theme li {
	margin-right: 10px
}

.breadcrumb__light_theme .breadcrumb__section-container {
	margin-left: -15px
}

.breadcrumb__light_theme .icon-chevron-right {
	font-size: .65rem
}

.breadcrumb__light_theme .tk-link:hover {
	border-bottom-color: #284864;
	color: #284864
}

.breadcrumb__light_theme .breadcrumb-link {
	color: #284864;
	padding-bottom: .125rem;
	margin-bottom: -.125rem;
	border-bottom: 2px solid #284864
}

.breadcrumb__light_theme .breadcrumb-link:hover {
	border-bottom-color: #ff9800
}

.breadcrumb__dark_theme {
	background-color: #144061;
	color: #fff
}

.breadcrumb__dark_theme a {
	margin-right: 11.5px;
	letter-spacing: .03125rem
}

.breadcrumb__dark_theme li {
	margin-right: 11.5px
}

.breadcrumb__dark_theme p {
	letter-spacing: .03125rem
}

.breadcrumb__dark_theme .icon-chevron-right {
	font-size: .5rem
}

.room-viz__overlay {
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900
}

.room-viz__overlay__header {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 2.1875rem;
	padding-right: 1.25rem
}

.room-viz__overlay__header-logo {
	background-color: #003057;
	height: 1.875rem;
	width: 6.6875rem;
	padding: .46875rem 1.25rem
}

.room-viz__overlay__header-logo svg {
	display: block;
	height: .9375rem;
	width: 4.1875rem
}

.room-viz__overlay__header-close {
	cursor: pointer;
	background-color: #ff9800;
	height: 1.875rem;
	width: 1.875rem;
	padding: .46875rem
}

.room-viz__overlay__header-close svg {
	display: block;
	height: .9375rem;
	width: .9375rem
}

.room-viz__overlay__header-close:hover {
	background-color: #284864;
	color: #fff
}

.room-viz__iframe {
	height: 100vh;
	width: 100%
}

.segment__container {
	padding-bottom: 90px
}

.segment__container__breadcrumb-container {
	padding: 25px 0
}

@media (max-width:989px) {
	.segment__container__breadcrumb-container {
		display: none
	}
}

@media (min-width:990px) {
	.segment-group__container {
		margin: auto;
		padding-bottom: 90px
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-group__container {
		width: 794px
	}
}

@media (min-width:1350px) {
	.segment-group__container {
		width: 1060px
	}
}

@media (max-width:989px) {
	.segment-group__container {
		width: 100%;
		padding-bottom: 60px
	}
}

@media (max-width:989px) {
	.segment-group__segments__container {
		margin-top: 30px
	}
}

@media (min-width:990px) {
	.segment-group__segments__container {
		margin-top: 90px
	}
}

.segment-hero-box {
	position: relative;
	margin: auto;
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hero-box {
		width: 794px
	}
}

@media (min-width:1350px) {
	.segment-hero-box {
		width: 1060px
	}
}

@media (max-width:989px) {
	.segment-hero-box {
		width: 100%;
		margin-top: 15px
	}
}

.segment-hero-box__hero-image-and-dialog-box-container {
	display: flex;
	align-items: center;
}

@media (min-width:990px) {
	.segment-hero-box__hero-image-and-dialog-box-container {
		flex-direction: row-reverse;
	}
}

@media (max-width:989px) {
	.segment-hero-box__hero-image-and-dialog-box-container {
		flex-direction: column;
	}
}

.segment-hero-box__hero-image {
	position: relative
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hero-box__hero-image {
		width: 628px
	}
}

@media (min-width:1350px) {
	.segment-hero-box__hero-image {
		width: 840px
	}
}

@media (max-width:989px) {
	.segment-hero-box__hero-image {
		width: 100%
	}
}

.segment-hero-box__hero-image img {
	width: 100%
}

.segment-hero-box__text-box {
	margin-top: 30px;
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hero-box__text-box {
		width: 628px;
		margin-left: 166px
	}
}

@media (min-width:1350px) {
	.segment-hero-box__text-box {
		width: 730px;
		margin-left: 220px
	}
}

@media (max-width:989px) {
	.segment-hero-box__text-box {
		width: 100%;
	}
}

.segment-hero-box__dialog-box {
	position: relative
}

@media (max-width:989px) {
	.segment-hero-box__dialog-box {
		margin: -23px 0 0 0;
		width: 253px;
		height: 285px;
	}

	.segment-hero-box__dialog-boxx {
		width: 253px;
		height: 285px;
		margin-top: -30px;
		position: absolute;
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hero-box__dialog-box {
		width: 213px;
		height: 240px;
		margin-right: -47px;
	}

	.segment-hero-box__dialog-boxx {
		width: 213px;
		height: 240px;
		margin-right: -47px;
		position: absolute;
		margin: 89px 0px 0px 52px;
	}
}

@media (min-width:1350px) {
	.segment-hero-box__dialog-box {
		width: 253px;
		height: 286px;
		margin-right: -33px;
	}
	.segment-hero-box__dialog-boxx {
		width: 253px;
		height: 286px;
		margin-right: -33px;
		margin: 101px 0 0 0;
		position: absolute;
	}
}

.segment-hero-box__dialog-box__image {
	width: 100%;
	height: 100%
}

.segment-hero-box__dialog-box__container {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px 20px 0;
}

.segment-hero-box__dialog-box__container__title {
	letter-spacing: normal;
	font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	color: #fff;
	font-weight: 400;
	text-transform: none;
	text-align: left;
	margin: 0;
	padding: 0;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 25px
}

@media (max-width:989px) {
	.segment-hero-box__dialog-box__container__title {
		font-size: 25px
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hero-box__dialog-box__container__title {
		font-size: 20px
	}
}

@media (min-width:1350px) {
	.segment-hero-box__dialog-box__container__title {
		font-size: 25px
	}
}

.segment-hero-box__dialog-box__container__subtitle {
	font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: normal;
	word-break: break-word;
	word-wrap: break-word
}

@media (max-width:989px) {
	.segment-hero-box__dialog-box__container__subtitle {
		margin-top: 15px
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hero-box__dialog-box__container__subtitle {
		margin-top: 10px
	}
}

@media (min-width:1350px) {
	.segment-hero-box__dialog-box__container__subtitle {
		margin-top: 15px
	}
}

@media (max-width:989px) {
	.segment-hub-related-articles__container,
	.segment-hub-solutions-title {
		margin-top: 80px
	}
}

@media (min-width:990px) {
	.segment-hub-related-articles__container,
	.segment-hub-solutions-title {
		margin-top: 90px
	}
}

.segment-hub-solutions__content__container {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:989px) {
	.segment-hub-solutions__content__container {
		width: 100%;
		margin: 30px auto 0
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hub-solutions__content__container {
		width: 794px;
		margin: 50px auto 0
	}
}

@media (min-width:1350px) {
	.segment-hub-solutions__content__container {
		width: 1060px;
		margin: 50px auto 0
	}
}

@media (max-width:989px) {
	.segment-hub-solutions__content__item {
		margin-top: 30px
	}
	.segment-hub-solutions__content__item:first-child {
		margin-top: 0
	}
}

@media (min-width:990px) {
	.segment-hub-solutions__content__item:nth-child(-n+3) {
		margin-top: 0
	}
	.segment-hub-solutions__content__item:nth-child(3n) {
		margin-right: 0
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.segment-hub-solutions__content__item {
		width: 249px;
		margin-top: 24px;
		margin-right: 23px
	}
}

@media (min-width:1350px) {
	.segment-hub-solutions__content__item {
		width: 330px;
		margin-top: 35px;
		margin-right: 35px
	}
}

@media (max-width:989px) {
	.segment-hub-related-articles__thumbnails-container {
		margin: 30px auto 0
	}
}

@media (min-width:990px) {
	.segment-hub-related-articles__thumbnails-container {
		margin: 50px auto 0
	}
}

@media (min-width:1350px) {
	.segment-hub-related-articles__thumbnails-container {
		width: 1060px
	}
}

.image-link-category-segment__image a,
.image-link-category-segment__image img {
	display: block;
	width: 100%
}

.image-link-category-segment__link {
	margin-top: 10px;
	line-height: 0
}

.image-link-category-segment__collection-count {
	font-family: Roboto Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 17px;
	letter-spacing: .65px;
	color: #727272;
	margin-top: 5px
}

.area__hero-container {
	margin-left: auto;
	margin-right: auto
}

@media (min-width:990px) and (max-width:1349px) {
	.area__hero-container {
		width: 794px
	}
}

@media (min-width:1350px) {
	.area__hero-container {
		width: 840px
	}
}

@media (max-width:989px) {
	.area__hero-container {
		width: 100%;
		margin-top: 15px
	}
}

@media (min-width:990px) {
	.area__requirement-container {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 90px
	}
}

@media (max-width:989px) {
	.area__requirement-container {
		margin-top: 80px
	}
}

.area__content-container {
	margin-left: auto;
	margin-right: auto
}

@media (min-width:990px) {
	.area__content-container {
		padding-bottom: 90px
	}
}

@media (min-width:990px) and (max-width:1349px) {
	.area__content-container {
		width: 960px
	}
}

@media (min-width:1350px) {
	.area__content-container {
		width: 1060px
	}
}

@media (max-width:989px) {
	.area__content-container {
		width: 100%;
		padding-bottom: 60px
	}
}

.area__page-header {
	position: relative
}

@media (min-width:990px) {
	.area__page-header {
		text-align: center;
		margin: -40px 70px 0
	}
}

@media (max-width:989px) {
	.area__page-header {
		margin-top: -40px
	}
}

.area__title {
	font-family: Georgia Regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
	background-color: #fff;
	font-size: 30px;
	line-height: 35px;
	color: #003057;
	letter-spacing: normal;
	text-transform: none
}

@media (min-width:990px) {
	.area__title {
		margin-bottom: 30px
	}
}

@media (max-width:989px) {
	.area__title {
		text-align: left;
		margin: 0 15px 60px;
		padding: 30px 30px 0
	}
}

.area__hero-image {
	width: 100%
}

@media (max-width:989px) {
	.area__related-articles__container {
		margin-top: 80px
	}
}

@media (min-width:990px) {
	.area__related-articles__container {
		margin-top: 90px
	}
}

@media (max-width:989px) {
	.area__related-articles__thumbnails-container {
		margin: 30px auto 0
	}
}

@media (min-width:990px) {
	.area__related-articles__thumbnails-container {
		margin: 50px auto 0
	}
}

.c-captcha {
}

.card{

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgb(210, 105, 30);
    text-align: left;
    border-radius: 3px;
    }

    .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;}