@charset "utf-8";

/* CSS Document */



@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700|Oswald:400,500');
body {
	font-family: 'Roboto', sans-serif;
	color: #666;
	font-weight: normal;
	line-height:1.8;
}
/*font-family: 'Open Sans', sans-serif;*/



@font-face {
	font-family: 'brandon_grotesque_regularRg';
	src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),  url('../fonts/brandon_reg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
/*================================

======        HEADER        ======

=================================*/



header {
	position: relative;
	top: 0;
	z-index: 99;
}
.header-absolute {
	position: absolute;
	z-index: 101;
	top: 0;
	right: 0;
	left: 0;
}
.header-main.header-fixed {
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.header-main.header-fixed .menu-wrapper > li > a,  .header-main.header-fixed .button-search {
	line-height: 132px;
	color: #000;
	text-shadow: none;
}
.header-main.header-fixed .nav-search {
	top: 70px;
}
.hidden-menu {
	top: -120px !important;
}
/*----------  1.1. Topbar  ----------*/



.header-topbar {
	padding: 12px 0;
	color: rgba(255, 255, 255, .7);
	border-bottom: 2px solid;
	background-color: #213047;
}
.topbar-list .item {
	display: inline-block;
	margin-right: 35px;
}
.topbar-list .item:last-child {
	margin-right: 0;
}
.topbar-icons {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	margin-right: 8px;
	color: #ffffff;
}
.topbar-text {
	font-size: 13px;
	display: inline-block;
	margin: 0;
	color: rgba(255, 255, 255, .7);
}
.topbar-text .number-phone {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
/*----------  1.2. Main Header  ----------*/



.header-main {
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background-color:transparent;
}
.header-main .container {
	position: relative;
	display: table;
}
.header-main .logo-wrapper {
	position: absolute;
	top: 50%;
	float: left;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-main .main-menu {
	float: right;
}

.home .header-main .main-menu{
		float: right;
		/*background: rgba(255,255,255,0.9) !important;*/
width: 100%;
text-align: center;
/*display: flex;
justify-content: center;

*/
height:135px;
}
.home .menu-wrapper > li > a{
	
}
.header-main .button-search {
	float: right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.logo-wrapper .logo {
	display: inline-block;
	vertical-align: top;
}
.logo-wrapper a.logo {
	text-decoration: none;
	color: #000;
	padding: 5px 15px;
	line-height: 30px;
	text-transform: uppercase;
}
/*----------  1.3. Main Menu  ----------*/



.menu-wrapper > li {
	position: static;
}
.menu-wrapper > li.dropdown > .sub-menu {
	overflow: hidden;
	max-height: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu {
	overflow: hidden;
	max-height: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu {
	overflow: hidden;
	max-height: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu {
	overflow: hidden;
	max-height: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li {
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu {
	overflow: visible;
	max-height: 2000px;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li {
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(1) {
	transition-delay: 0ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(2) {
	transition-delay: 50ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(3) {
	transition-delay: 100ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(4) {
	transition-delay: 150ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(5) {
	transition-delay: 200ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(6) {
	transition-delay: 250ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(7) {
	transition-delay: 300ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(8) {
	transition-delay: 350ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(9) {
	transition-delay: 400ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(10) {
	transition-delay: 450ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(11) {
	transition-delay: 500ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(12) {
	transition-delay: 550ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu {
	overflow: visible;
	max-height: 2000px;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li {
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(1) {
	transition-delay: 0ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(2) {
	transition-delay: 50ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(3) {
	transition-delay: 100ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(4) {
	transition-delay: 150ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(5) {
	transition-delay: 200ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(6) {
	transition-delay: 250ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(7) {
	transition-delay: 300ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(8) {
	transition-delay: 350ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(9) {
	transition-delay: 400ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(10) {
	transition-delay: 450ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(11) {
	transition-delay: 500ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(12) {
	transition-delay: 550ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu {
	overflow: visible;
	max-height: 2000px;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li {
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(1) {
	transition-delay: 0ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(2) {
	transition-delay: 50ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(3) {
	transition-delay: 100ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(4) {
	transition-delay: 150ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(5) {
	transition-delay: 200ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(6) {
	transition-delay: 250ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(7) {
	transition-delay: 300ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(8) {
	transition-delay: 350ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(9) {
	transition-delay: 400ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(10) {
	transition-delay: 450ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(11) {
	transition-delay: 500ms;
}
.menu-wrapper > li.dropdown > .sub-menu > li.dropdown:hover > .sub-menu > li:nth-child(12) {
	transition-delay: 550ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu {
	overflow: visible;
	max-height: 2000px;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li {
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(1) {
	transition-delay: 0ms;
	border-top: 3px solid #e41b23;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(2) {
	transition-delay: 50ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(3) {
	transition-delay: 100ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(4) {
	transition-delay: 150ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(5) {
	transition-delay: 200ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(6) {
	transition-delay: 250ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(7) {
	transition-delay: 300ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(8) {
	transition-delay: 350ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(9) {
	transition-delay: 400ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(10) {
	transition-delay: 450ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(11) {
	transition-delay: 500ms;
}
.menu-wrapper > li.dropdown:hover > .sub-menu > li:nth-child(12) {
	transition-delay: 550ms;
}
.menu-wrapper > li > a {
	font-family: 'brandon_grotesque_regularRg';
	font-size: 15px;
	line-height: 132px;
	position: relative;
	padding: 0 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	text-shadow: 0 1px #000;
}
.menu-wrapper > li > a:before {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 2px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-wrapper > li > a:focus {
	color: #3a4d6a;
	background-color: transparent;
}
.menu-wrapper > li > a .icons {
	display: none;
	width: 9px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
}
.menu-wrapper > li:hover > a {
	color: #000;
	text-shadow: none;
	background-color: transparent;
}
.menu-wrapper > li:hover > a .icons {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu-wrapper .dropdown > a .text {
	margin-right: 10px;
}
.menu-wrapper .dropdown > a .icons {
	display: inline-block;
}
.menu-wrapper .current-menu-parent > a {
	color: #3a4d6a;
	background-color: transparent;
	text-decoration: none;
}
.menu-wrapper .current-menu-item > a:before {
	content: '';
}
/*----------  1.4. Sub Menu  ----------*/



.menu-wrapper .sub-menu {
	font-weight: 500;
	position: absolute;
	z-index: 1;
	top: 100%;
	visibility: hidden;
	width: 220px;
	padding: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	background-color: transparent;
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}
.menu-wrapper .sub-menu > li {
	display: block;
	list-style: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #ffffff;
}
.menu-wrapper .sub-menu > li > a {
	font-weight: 500;
	line-height: 45px;
	font-family: 'brandon_grotesque_regularRg';
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
	text-transform: uppercase;
	transition: all .2s linear;
	vertical-align: top;
	color: #61728d;
	text-decoration:none;
}
.menu-wrapper .sub-menu > li > a .text {
	float: left;
}
.menu-wrapper .sub-menu > li > a .icons {
	line-height: 45px;
	display: none;
	float: right;
}
.menu-wrapper .sub-menu > li + li {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.menu-wrapper .sub-menu > li:hover {
	background-color: #f5f5f5;
}
.menu-wrapper .sub-menu .dropdown > a > .icons {
	display: block;
}
.menu-wrapper .sub-menu .sub-menu {
	z-index: 1;
	top: -3px;
	left: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.menu-wrapper .sub-menu .sub-menu.left {
	right: 100%;
	left: auto;
}
.open-sub-menu .sub-menu {
	visibility: visible;
	opacity: 1;
}
/*----------  1.5. Mega Menu  ----------*/



.mega-menu {
	position: absolute;
	z-index: 2;
	top: 100%;
	right: 15px;
	left: 15px;
	padding: 30px;
	-webkit-transition: opacity .2s .3s, transform .3s .3s;
	-moz-transition: opacity .2s .3s, transform .3s .3s;
	-o-transition: opacity .2s .3s, transform .3s .3s;
	transition: opacity .2s .3s, -webkit-transform .3s .3s;
	transition: opacity .2s .3s, transform .3s .3s;
	transition: opacity .2s .3s, transform .3s .3s, -webkit-transform .3s .3s;
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-o-transform: translateY(20%);
	transform: translateY(20%);
	pointer-events: none;
	opacity: 0;
	border-top: 3px solid;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}
.mega-menu .block-1 .block-content,  .mega-menu .block-2 .block-content {
	background-color: #fafafa;
}
.mega-menu .block-1 .block-content .title,  .mega-menu .block-2 .block-content .title {
	font-size: 14px;
}
.mega-menu .block-1 .block-content .description,  .mega-menu .block-2 .block-content .description {
	overflow: hidden;
	max-height: 48px;
}
.mega-menu .block-image-gallery .content .title {
	font-size: 14px;
}
.mega-menu-tablist {
	float: left;
	width: 200px;
	padding: 0 30px 0 0;
}
.mega-menu-tablist li {
	list-style: none;
}
.mega-menu-tablist li.active .link,  .mega-menu-tablist li:hover .link {
	background-color: #fafafa;
}
.mega-menu-tablist .link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 44px;
	position: relative;
	display: block;
	padding-left: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-transform: capitalize;
	color: #61728d;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mega-menu-tab-content {
	float: left;
	width: calc(100% - 200px);
}
.mega-menu-wrapper {
	font-size: 0;
	margin: 0 -15px;
	padding: 0;
}
.mega-menu-wrapper .mega-menu-column {
	display: inline-block;
	padding: 0 15px;
	list-style: none;
	vertical-align: top;
}
.mega-menu-wrapper .mega-menu-column .list-link {
	margin: 0;
	padding: 0;
}
.mega-menu-wrapper .mega-menu-column .list-link li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mega-menu-wrapper .mega-menu-column .title {
	font-size: 15px;
	font-weight: 700;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
	color: #3a4d6a;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mega-menu-wrapper .mega-menu-column .link {
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	display: block;
	padding-left: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-transform: capitalize;
	color: #61728d;
}
.mega-menu-wrapper .mega-menu-column .link .icons {
	width: 25px;
	text-align: left;
}
.mega-menu-wrapper .mega-menu-column .link:hover {
	background-color: #f5f5f5;
}
.mega-menu-wrapper.column-4 .mega-menu-column {
	width: 25%;
}
.mega-menu-wrapper.column-3 .mega-menu-column {
	width: 33.333%;
}
.mega-menu-wrapper.column-2 .mega-menu-column {
	width: 50%;
}
.mega-menu-wrapper.column-1 .mega-menu-column {
	width: 100%;
}
/*----------  1.6. Header more style  ----------*/



.header-wrapper.transparent .header-topbar {
	position: relative;
	border-bottom: none;
	background-color: transparent;
}
.header-wrapper.transparent .header-topbar:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 1140px;
	height: 1px;
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .3);
}
.header-wrapper.transparent .header-main {
	background-color: transparent; height: 135px;
}
.header-wrapper.transparent .header-main.header-fixed {
background-color: #f57d2e;

float: left;

height: 98px;
}

.navbar-header{
margin-top: 46px;

margin-right: 30px;
}

/*.header-wrapper.transparent .menu-wrapper > li > a {

    color: #000;

}*/



.header-wrapper.transparent .button-search .icons {
	color: #ffffff;
}
.header-wrapper.style-2 {
	top: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-wrapper.style-2 .header-topbar {
	padding: 12px 30px;
}
.header-wrapper.style-2 .header-main {
	padding: 0 30px;
}
.header-wrapper.style-2 .header-main:before {
	position: absolute;
	left: 50%;
	width: 3000px;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	background: transparent;
}
.header-wrapper.style-2 .header-main.header-fixed {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
}
.header-wrapper.style-2 .header-main.header-fixed:before {
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.header-wrapper.style-2 .header-main.header-fixed .nav-search:before {
	right: 7px;
}
.header-wrapper.style-2 .header-main .nav-search:before {
	right: 36px;
}
.header-wrapper.style-2 .mega-menu {
	right: 0;
	left: 0;
}
.header-wrapper.searchbar-full .nav-wrapper {
	position: relative;
}
.header-wrapper.searchbar-full .nav-wrapper.addHeight {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
}
.header-wrapper.searchbar-full .nav-search {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
}
.header-wrapper.searchbar-full .nav-search:before {
	content: none;
}
.header-wrapper.searchbar-full .nav-search form {
	display: block;
	height: 100%;
	border: none;
}
.header-wrapper.searchbar-full .nav-search form input[type='text'] {
	font-size: 18px;
	display: block;
	width: 100%;
	height: 100%;
}
 .header-wrapper.searchbar-full .nav-search form input[type='text']::-webkit-input-placeholder {
 color: #3a4d6a;
}
 .header-wrapper.searchbar-full .nav-search form input[type='text']::-moz-placeholder {
 color: #3a4d6a;
}
 .header-wrapper.searchbar-full .nav-search form input[type='text']:-ms-input-placeholder {
 color: #3a4d6a;
}
 .header-wrapper.searchbar-full .nav-search form input[type='text']:-moz-placeholder {
 color: #3a4d6a;
}
.header-wrapper.searchbar-full .nav-search form .searchbutton {
	display: none;
}
.header-wrapper.header-cleaning {
	position: absolute;
	z-index: 3;
	width: 100%;
}
.header-wrapper.header-cleaning .wrapper-container {
	position: relative;
}
.header-wrapper.header-cleaning .header-topbar {
	position: relative;
	padding: 30px 0;
	border-bottom: none;
	background-color: #ffffff;
}
.header-wrapper.header-cleaning .header-topbar:before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	width: 3000px;
	height: calc(100% + 40px);
	content: '';
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffffff;
}
.header-wrapper.header-cleaning .header-main {
	z-index: 3;
	margin: 0 auto;
	border-bottom: 2px solid;
	background-color: #f0f3f8;
}
.header-wrapper.header-cleaning .header-main .main-menu {
	float: none;
}
.header-wrapper.header-cleaning .header-main .logo-wrapper {
	display: none;
}
.header-wrapper.header-cleaning .header-main .button-search {
	display: none;
}
.header-wrapper.header-cleaning .header-main:before {
	position: absolute;
	left: 50%;
	width: 3000px;
	height: 100%;
	content: '';
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	background: transparent;
}
.header-wrapper.header-cleaning .header-main.header-fixed {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	border: none;
	box-shadow: none;
}
.header-wrapper.header-cleaning .header-main.header-fixed:before {
	background-color: #f0f3f8;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
.header-wrapper.header-cleaning .header-main.header-fixed .nav-search:before {
	right: 7px;
}
.header-wrapper.header-cleaning .header-main.header-fixed .menu-wrapper {
	padding-left: 0;
}
.header-wrapper.header-cleaning .header-main.header-fixed .menu-wrapper > .menu-item:first-child > a {
	padding-left: 0;
}
.header-wrapper.header-cleaning .menu-wrapper .current-menu-item > a,  .header-wrapper.header-cleaning .menu-wrapper > li:hover > a {
	color: #3a4d6a;
}
.header-wrapper.header-cleaning .menu-wrapper .current-menu-item > a:before {
	content: none;
}
.header-wrapper.header-cleaning .menu-wrapper > li > a {
	font-weight: 500;
	line-height: 80px;
	color: #6d7f9b;
}
.header-wrapper.header-cleaning .mega-menu {
	right: 0;
	left: 0;
}
.header-wrapper.header-cleaning .topbar-list .item-wrapper {
	display: table;
	width: 100%;
}
.header-wrapper.header-cleaning .topbar-list .item {
	margin-right: 65px;
	vertical-align: top;
}
.header-wrapper.header-cleaning .topbar-list .item:last-child {
	margin-right: 0;
}
.header-wrapper.header-cleaning .topbar-icons {
	font-size: 36px;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
.header-wrapper.header-cleaning .topbar-content {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}
.header-wrapper.header-cleaning .topbar-text {
	font-family: 'Roboto', serif;
	font-size: 13px;
	font-weight: 400;
	color: #7b8595;
}
.header-wrapper.header-cleaning .topbar-text.big {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	display: block;
	color: #3a4d6a;
}
.header-wrapper.header-cleaning .header-fixed .menu-wrapper > li > a,  .header-wrapper.header-cleaning .header-fixed .button-search {
	line-height: 60px;
}
.header-wrapper.header-cleaning .header-fixed .nav-search-1 form input[type='text'] {
	height: 60px;
}
.header-wrapper.header-cleaning .header-fixed .header-main .nav-search {
	right: 15px;
}
.header-wrapper.header-cleaning .nav-search-1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	padding: 0 20px;
	background-color: #e3e8f1;
}
.header-wrapper.header-cleaning .nav-search-1 form {
	display: table;
	width: 100%;
	height: 100%;
}
.header-wrapper.header-cleaning .nav-search-1 form input[type='text'] {
	display: table-cell;
	width: 255px;
	height: 80px;
	padding: 0 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	background: transparent;
}
 .header-wrapper.header-cleaning .nav-search-1 form input[type='text']::-webkit-input-placeholder {
 font-style: italic;
 color: #97a2b3;
}
 .header-wrapper.header-cleaning .nav-search-1 form input[type='text']::-moz-placeholder {
 font-style: italic;
 color: #97a2b3;
}
 .header-wrapper.header-cleaning .nav-search-1 form input[type='text']:-ms-input-placeholder {
 font-style: italic;
 color: #97a2b3;
}
 .header-wrapper.header-cleaning .nav-search-1 form input[type='text']:-moz-placeholder {
 font-style: italic;
 color: #97a2b3;
}
.header-wrapper.header-cleaning .nav-search-1 form .searchbutton {
	position: relative;
	display: table-cell;
	width: auto;
	height: 100%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	color: #97a2b3;
	border: none;
	background: transparent;
	box-shadow: none;
}
.header-wrapper.header-cleaning .nav-search {
	background-color: #f0f3f8;
}
.header-wrapper.header-cleaning .nav-search:before {
	color: #f0f3f8;
}
.header-wrapper.header-cleaning .nav-search form input[type='text'],  .header-wrapper.header-cleaning .nav-search form .searchbutton {
	background-color: #f0f3f8;
}
.header-wrapper.header-plumbing .header-topbar {
	padding: 0;
	border-bottom: 1px solid #e0e5eb;
	background-color: #f7f9fd;
}
.header-wrapper.header-plumbing .topbar-list .item {
	max-height: 48px;
	margin: 0;
	padding: 12px 20px 12px 30px;
	border-right: 1px solid #e0e5eb;
}
.header-wrapper.header-plumbing .topbar-list .item:first-child {
	border-left: 1px solid #e0e5eb;
}
.header-wrapper.header-plumbing .topbar-text {
	color: #7b8595;
}
.header-wrapper.header-plumbing .text-color {
	font-family: 'brandon_grotesque_regularRg';
}
.header-wrapper.header-plumbing .topbar-icons {
	color: #213047;
}
/*----------  1.7. Menu Responsive  ----------*/



.hamburger-menu {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 10px;
	display: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
	-webkit-appearence: none;
}
.hamburger-menu:focus,  .hamburger-menu:active {
	outline: none;
}
.hamburger-menu .nav-label {
	font-size: 14px;
	display: none;
	float: left;
	text-transform: uppercase;
	opacity: 1;
}
.hamburger-menu.nav-open .nav-svg path.x {
	transition: .2s .2s ease-in-out;
	-webkit-transform: rotate(45deg) translate(-24%, 80px) scaleX(.7);
	-ms-transform: rotate(45deg) translate(-24%, 80px) scaleX(.7);
	transform: rotate(45deg) translate(-24%, 80px) scaleX(.7);
}
.hamburger-menu.nav-open .nav-svg path.x:first-of-type {
	-webkit-transform: rotate(-45deg) translate(-24%, -80px) scaleX(.7);
	-ms-transform: rotate(-45deg) translate(-24%, -80px) scaleX(.7);
	transform: rotate(-45deg) translate(-24%, -80px) scaleX(.7);
}
.hamburger-menu.nav-open .nav-svg path.yy {
	transition: .25s 0s ease-in-out;
	stroke-dashoffset: -1200;
}
.hamburger-menu .nav-svg {
	display: inline-block;
}
.hamburger-menu .nav-svg path {
	stroke: #213047;
	stroke-width: 70;
}
.hamburger-menu .nav-svg path.x {
	transition: .25s 0s ease-in-out;
	-webkit-transform: rotate(0deg) translateX(0px);
	-ms-transform: rotate(0deg) translateX(0px);
	transform: rotate(0deg) translateX(0px);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.hamburger-menu .nav-svg path.yy {
	transition: .2s .2s ease-in-out;
	stroke-dasharray: 2520 3000;
	stroke-dashoffset: 1700;
}
.menu-mobile-wrapper {
	display: none;
}
.header-wrapper.transparent .hamburger-menu .nav-svg path {
	stroke: #ffffff;
}



/*----------  1.9. Hover menu PC  ----------*/



@media screen and (min-width: 768px) {
.dropdown:hover > .sub-menu {
	visibility: visible;
	max-height: 2000px;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.dropdown:hover > .mega-menu {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	pointer-events: auto;
	opacity: 1;
}
}
.navbar-nav {
	flex-direction: inherit;
	float:right; display:none;
}

.menu-wrapper .current-menu-parent > a {
    color: #e41b23 !important;
    background-color: transparent;
}
.menu-wrapper .current-menu-item > a {
    color: #e41b23 !important;
    background-color: transparent;
}
/*================================

======      END HEADER      ======

=================================*/

/*=====================================================

						 Header 

=======================================================*/

@media (min-width: 1200px) {
.container {
	max-width: 1200px;
}
}
a {
	text-decoration: none;
}
header {
}
header .header-top {
	background-color: rgba(62, 72, 83, 1);
	position: relative;
	padding: 10px 0;
	color: #fff;
}
header .header-top h6 {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 22px;
}
header .top-bar-menu {
	text-align: right;
}
header .top-bar-menu ul {
	margin-bottom: 0px;
}
header .top-bar-menu ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #fff
}
header .top-bar-menu ul li:last-child {
	border: none;
}
header .top-bar-menu ul li a {
	text-decoration: none;
	color: #fff;
	position: relative;
}
/*header .top-bar-menu ul li a:after { position: absolute; content:''; width:1px; height:12px; background-color:#fff; transform:skew(-25deg); top:6px; right:-17px;}

*/

/*header .header-main { padding:10px 0;}

header .header-main .container { display:flex; flex-direction: row; align-items: center; position: relative;}

header .header-main .navbar-header { display:flex; align-items: center; flex-grow:1; justify-content:left;}

header .header-main .logo { flex-grow: 1;}

header .header-main .contact-wraper { display:flex; align-items: center; justify-content: flex-end;}

header .header-main .contact-wraper .contact-detail { display:flex; margin-left:28px;}

header .header-main .contact-wraper .contact-detail .widget-contact { position: relative;}

header .header-main .contact-wraper .contact-detail .widget-contact.highlighted { display: inline-block; padding: 9px 20px; border-radius: 25px; line-height: unset; background-color: #e41b23; border-bottom: 1px solid rgba(0,0,0,.05); transition: all 200ms ease-in-out;}

header .header-main .contact-wraper .widget-contact i { display: inline-block; position: relative; margin-right: 4px; top: 3px; color: #000;  vertical-align: top; -webkit-transition: color 100ms ease-in-out;  transition: color 100ms ease-in-out;} 

*/header .highlighted .description {
	display: inline-block;
	color: #fff;
}
header .description {
	display: inline-block;
	color: #000;
}
header h6 {
	margin-bottom: 0px;
}
header .header-bottom {
	border-top: 1px solid #ddd;
}
header .header-bottom .container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
header .header-bottom nav {
	flex-grow: 1
}
header .header-bottom nav ul {
	padding-left: 0px;
}
.header-navigation {
	position: relative;
	padding-left: 0;
	margin: 0
}
.header-navigation>li {
	display: block;
	position: relative;
	list-style: none
}
 @media (min-width:992px) {
.header-navigation>li {
	display: inline-block
}
}
 @media (min-width:992px) {
.header-navigation>li:first-of-type>a {
	padding-left: 0
}
}
.header-navigation>li>a {
	display: block;
	padding: 13px 30px;
	font-weight: normal;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 14px;
	color: #080808;
	border-top: 1px solid rgba(255,255,255,.08);
	text-decoration: none;
	text-transform: uppercase;
}
 @media (min-width:992px) {
.header-navigation>li>a {
	padding: 23px 6px;
	font-size: 15px;
	border-top: none
}
}
 @media (min-width:1200px) {
.header-navigation>li>a {
	padding: 23px 16px
}
}
 @media (min-width:992px) {
.header-navigation>li>a::before {
	position: absolute;
	content: "";
	opacity: 0;
	visibility: hidden;
	top: -1px;
	left: 0;
	margin: 0 12px;
	width: calc(100% - 24px);
	height: 4px;/* background-color:#4294e1; */
	-webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
}
.header-navigation>li:hover>a::before {
	opacity: 1;
	visibility: visible
}
.header-navigation>li.current-menu-item>a, .header-navigation>li.current_page_parent>a, .header-navigation>li.current-menu-ancestor>a {
	color: #e41b23
}
 @media (min-width:992px) {
.header-navigation>li.current-menu-item>a::before, .header-navigation>li.current_page_parent>a::before, .header-navigation>li.current-menu-ancestor>a::before {
	opacity: 1;
	visibility: visible
}
}
.header-navigation .menu-item-has-children {
	position: relative
}
 @media (min-width:992px) {
.header-navigation .menu-item-has-children>a::before {/* width:calc(100% - 38px); */
}
}
 @media (min-width:992px) {
.header-navigation .menu-item-has-children>a::after {
	position: relative;
	content: "";
	display: inline-block;
	top: 50%;
	margin-left: 6px;
	top: 1px;
	border: 4px solid transparent;
	border-top-color: rgba(0,0,0,.2);
	-webkit-transition: border-top-color 100ms ease-in-out;
	transition: border-top-color 100ms ease-in-out
}
}
 @media (min-width:992px) {
.header-navigation .menu-item-has-children:hover>a::after {
	border-top-color: rgba(0,0,0,.4)
}
}
 @media (min-width:992px) {
.header-navigation .menu-item-has-children:hover>ul.sub-menu {
	visibility: visible;
	opacity: 1;
	display: block;
	transform: translateY(0);
	-webkit-transform: translateY(0)
}
}
.header-navigation .sub-menu {
	margin: 0;
	padding: 0
}
 @media (max-width:1199.98px) {
.header-navigation .sub-menu {
	display: none
}
}
 @media (min-width:992px) {
.header-navigation .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: -10px;
	padding: 0;
	margin: 0;
	min-width: 200px;
	z-index: 200;
	background-color: #245C97;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out;
	transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out, transform 200ms ease-in-out
}
}
.header-navigation .sub-menu>li {
	list-style: none
}
 @media (min-width:992px) {
.header-navigation .sub-menu>li {
	position: relative;
	display: block
}
.header-navigation .sub-menu>li:hover>a {
	color: #fff
}
.header-navigation .sub-menu>li:hover.menu-item-has-children::after {
	color: rgba(255,255,255,.65)
}
}
 @media (min-width:992px) {
.header-navigation .sub-menu>li:first-of-type>a {
	border-color: transparent
}
}
 @media (min-width:992px) {
.header-navigation .sub-menu>li.current-menu-item>a, .header-navigation .sub-menu>li.current_page_parent>a {
	color: #fff
}
}
.header-navigation .sub-menu>li>a {
	display: block;
	position: relative;
	padding: 13px 20px 13px 40px;
	font-size: 14px;
	font-weight: 500;
	color: #464646;
	border-top: 1px solid rgba(0,0,0,.1)
}
 @media (min-width:992px) {
.header-navigation .sub-menu>li>a {
	padding: 13px 20px;
	color: #9dbdfd;
	text-decoration: none;
}
}
.header-navigation .sub-menu>li ul.sub-menu {
	margin-top: 0;
	left: 100%;
	top: 0
}
 @media (max-width:1199.98px) {
.header-navigation .sub-menu>li ul.sub-menu li>a {
	padding-left: 55px
}
}
.header-navigation .sub-menu>li .nav-toggle-mobile-submenu {
	height: 47px;
	line-height: 45px;
	background: transparent
}
 @media (min-width:992px) {
.header-navigation .sub-menu .menu-item-has-children>a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	border-left-color: rgba(255,255,255,.5);
	border-top-color: transparent
}
}
 @media (min-width:992px) {
.header-navigation .sub-menu .menu-item-has-children:hover>a::after {
	border-left-color: #fff
}
}
.header-navigation .nav-toggle-dropdown>.nav-toggle-mobile-submenu i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.header-navigation .nav-toggle-dropdown>.sub-menu {
	display: block
}
.header-navigation .nav-toggle-mobile-submenu {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	width: 52px;
	height: 52px;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,.08);
	border-left: 1px solid rgba(255,255,255,.08)
}
 @media (min-width:992px) {
.header-navigation .nav-toggle-mobile-submenu {
	display: none
}
}
.header-navigation .nav-toggle-mobile-submenu i {
	font-weight: 700;
	color: #cecece;
	-webkit-transition: all 200ms ease-out;
	transform: rotate(0deg);
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
.header-bottom.is-fixed .header-navigation>li>a::before {
	top: 0
}
 @media (min-width: 992px) {
.header-navigation .sub-menu {
	background-color: #3e4853;
}
}
 @media (min-width: 992px) {
.header-navigation .sub-menu > li:hover > a {
	color: #ffffff;
	border-top-color: rgba(0,0,0,0.08);
	background-color: #38414b;
}
}
.header-navigation .sub-menu > li > a {
	font-family: 'Roboto';
	font-weight: 500;
}
.cta-buttons {
	display: block;
	padding: 12px 0;
	border-top: 1px solid rgba(0,0,0,.06)
}
 @media (min-width:768px) {
.cta-buttons {
	display: flex;
	margin-left: auto
}
}
 @media (min-width:992px) {
.cta-buttons {
	padding: 13px 0;
	border-top: none
}
}
.cta-buttons .btn {
	position: relative;
	display: block;
	padding: 13px 30px;
	transition: background 100ms ease-in-out, color 100ms ease-in-out;
	color: #fff;
	border-radius: 0px;
}
 @media (min-width:992px) {
.cta-buttons .btn {
	margin-left: 10px;
	padding: 13px 25px
}
}
 @media (min-width:1200px) {
.cta-buttons .btn {
	padding: 13px 35px
}
}
 @media (min-width:768px) {
.cta-buttons .btn:not(:only-child) {
	width: calc(50% - 5px)
}
}
 @media (min-width:992px) {
.cta-buttons .btn:not(:only-child) {
	width: auto
}
}
 @media (max-width:767px) {
.cta-buttons .btn:not(:only-child):first-of-type {
	margin-bottom: 10px
}
}
 @media (min-width:768px) and (max-width:991.98px) {
.cta-buttons .btn:not(:only-child):last-of-type {
	margin-left: 10px
}
}
.cta-buttons .btn-first {
	background-color: rgba(62, 72, 83, 1);
}
.cta-buttons .btn-second {
	background-color: #000;
}
/*=======================================================

						Section

========================================================*/



.section-background-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.section-background-block.background-image {
	background-size: cover;
	background-position: center top;
}
.section-background-block.background-image1 {
	background-position: center top;
}
.section-background-block.background-fixed {
	background-attachment: fixed
}
.ff-section-fullwidth {
	position: relative;
	background: no-repeat center center
}
.ff-section-fullwidth1 {
	position: relative;
	margin-bottom: 0;
	padding: 25px 0 0;
	background: no-repeat center center
}
.ff-section-fullwidth.dark-bg {
	background-color: #181818;
	color: #fff
}
.parallax {
	background-attachment: fixed!important;
	-webkit-background-size: cover!important;
	background-size: cover!important
}
/*==========================================================

					Banner Bottom Section			

============================================================*/



.banner-btm-section {
	padding: 5% 0;
	background-color: #f5f7fb;
}
a.icon-box {
	text-decoration: none;
}
.icon-box {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-decoration: none;
}
.icon-box-warraper {
	text-align: center;
	color: #000;
	text-decoration: none;
}
.icon-box-warraper .icon-box-icon {
	margin: 0 auto;
	width: 70px;
	min-width: 70px;
	height: 70px;
	transform: scale(1);
	text-align: center;
	line-height: 67px;
	background: #e41b23;
	font-size: 26px;
	color: #fff;
	transition: all 200ms ease-in-out;
}
.icon-box.icon-top .icon-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
a.icon-box p {
	color: #969696;
}
.icon-box-icon .reamore {
	transition: all 200ms ease-in-out;
}
.icon-box-title {
	font-size: 20px;
}
a.icon-box:hover .icon-box-icon {
	transform: scale(1.1)
}
a.icon-box:hover .icon-box-title {
	color: #e41b23;
	transition: all 200ms ease-in-out;
}
a.icon-box:hover .reamore {
	color: #e41b23;
}
/*======================================================================

							Service Section

========================================================================*/

.service-section {
	padding: 5% 0;
}
.service-section .service-box {
	position: relative;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.06);
	transition: all 200ms ease-in-out;
	margin-bottom: 30px;
}
.service-section .service-box .service-content {
	border: 1px solid #ddd;
	padding: 30px 30px 35px 30px;
	border-top: none;
}
.service-section .service-box .service-title a {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}
.service-section .service-box .service-link {
	position: relative;
	display: inline-block;
	margin-top: 25px;
	padding: 10px 40px 10px 30px;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 14px;
	border-radius: 1px;
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.06);
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.service-section .service-box .service-link i {
	padding-left: 10px;
}
.service-section .service-box:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
/*============================================================================

							Latest Projects

==============================================================================*/

.latest-porject {
	padding: 5% 0;
	
	text-align: center;
}
.latest-porject h2 {
	color: #000;
	font-size: 42px;
	margin-bottom: 20px;
}
.latest-porject h5 {
	color: #e41b23;
}
.projects {
	position: relative
}
.projects .element-item {
	position: relative;
	overflow: hidden;
	z-index: 0
}
.projects .element-item:hover .element-button {
	opacity: 1
}
.projects .element-item:hover .element-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	image-rendering: -webkit-optimize-contrast
}
.projects .element-image {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-backface-visibility: hidden
}
.projects .element-image a {
	display: block
}
.projects .element-image img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 300ms ease;
	-webkit-transition: transform 300ms ease
}
.projects .element-content .element-terms {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #f7d32d;
	text-shadow: 0 1px 1px rgba(0,0,0,.1)
}
.projects .element-content a {
	display: block
}
.projects .element-content i {
	position: absolute;
	right: 30px;
	bottom: 30px;
	color: rgba(255,255,255,.7)
}
.projects .element-content i:hover {
	color: #fff
}
.projects .element-title {
	position: relative;
	display: block;
	margin: 0;
	font-size: 20px;
	color: #fff
}
.projects .element-excerpt p {
	margin: 10px 0 0;
	color: #969696
}
.projects.layout-2 .element-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background: transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}
.projects.layout-2 .element-content .element-terms {
	opacity: 0;
	top: -20px;
	-webkit-transition: top 300ms ease, opacity 300ms ease;
	transition: top 300ms ease, opacity 300ms ease
}
.projects.layout-2 .element-content .element-title {
	opacity: 0;
	bottom: -20px;
	-webkit-transition: bottom 300ms ease, opacity 300ms ease;
	transition: bottom 300ms ease, opacity 300ms ease
}
.projects.layout-2 .element-center {
	position: absolute;
	top: 50%;
	left: 30px;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.projects.layout-2 .element-item:hover .element-content {
	background: rgba(0,0,0,.7)
}
.projects.layout-2 .element-item:hover .element-content .element-terms {
	opacity: 1;
	top: 0
}
.projects.layout-2 .element-item:hover .element-content .element-title {
	opacity: 1;
	bottom: 0
}
.theme-carousel .slick-slide {
	margin: 15px;
}
.about-section {
	padding: 5% 0;
	background-color:rgba(245,125,46,1);
}

.other-section {
	padding: 5% 0;
	background-color:#fff
}
.other-section h6 {
	color: #000;
	font-size:20px;
}

.other-section h3 {
	color: #000;
	font-size: 1.25rem !important;
}
.about-section h6 {
	color: #000;
	font-size:20px;
}
.about-section h2 {
	color: #fff;
	
}
.about-section p {
	color: #fff;
	
}
.other-section h1 {
	color: #f57d2e;
	font-size: 30px;
	margin-bottom: 40px;
	
}
.other-section h2 {
	color: #000;
	font-size: 22px;
	
}
.other-section p {
	color: #000;
	
}

.other-section ul li {
	color: #000;
	
}

.company-section {
	padding: 8% 0;
	text-align: center;
	color: #fff;
}
.company-section h6 {
	color: #f57d2e
}
.company-section h2 {
	line-height: 50x;
}
.company-section .btn {
	border-radius: 0px;
	line-height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	border-color: #fff;
	color: #fff;
}
.news-section {
	padding: 5% 0;
}
.news-section h6 {
	color: #f57d2e; 
	font-size:20px;
}
.news-section h2 {
	line-height: 50x;
}
.latest-news .element-item:hover .element-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	image-rendering: -webkit-optimize-contrast
}
.latest-news .element-image {
	position: relative;
	overflow: hidden
}
.latest-news .element-image img {
	width: 100%;
	will-change: transform;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform 200ms ease-in-out;
	-webkit-transition: transform 200ms ease-in-out
}
.latest-news .element-meta {
	position: absolute;
	left: 30px;
	bottom: 25px
}
.latest-news .element-meta a {
	position: relative;
	display: inline-block;
	padding: 4px 15px;
	margin-right: 2px;
	font-size: 12px;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #fff;
	border-radius: 1px;
	background-color: #CC0000
}
.latest-news .element-content p {
	margin-bottom: 15px
}
.latest-news .element-title {
	margin-bottom: 15px;
	font-size: 20px
}
.latest-news .element-title a {
	color: inherit
}
.latest-news .element-title a:hover {
	color: #4294e1
}
.latest-news.layout-1 .element-item:hover .element-wrap {
	box-shadow: 0 4px 20px rgba(0,0,0,.08)
}
.latest-news.layout-1 .element-item:hover .element-content {
	border-color: transparent
}
.latest-news.layout-1 .element-item.has-post-thumbnail .element-content {
	border-top: none
}
.latest-news.layout-1 .element-wrap {
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.06);
	-webkit-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out
}
.latest-news.layout-1 .element-image {
	-webkit-backface-visibility: hidden
}
.latest-news.layout-1 .element-content {
	padding: 30px;
	border: 1px solid #eee;
	-webkit-transition: border 200ms ease-in-out;
	transition: border 200ms ease-in-out
}
.call-back-section {
	padding: 5% 0;
	background: #31363b;
	color: #fff;
}
.call-back-section h6 {
	color: #cc0000;
}
.call-back-section h2 {
	font-size:42px; 
	padding-bottom:40px;
	text-align:center;
}

.call-back-section p {
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 1px;
	text-align:center;
}

.call-back-section input, .call-back-section select {
	border-radius: 0px;
}
/*====================================================

					Testimonials Area

======================================================*/

.testimonials-section {
	padding: 5% 0;
}
.testimonials .element-item .rating {
	position: absolute;
	top: -28px;
	left: 0;
	padding: 10px 15px 0 33px;
	font-size: 16px;
	background: #fff
}
.testimonials .element-item .rating::after {
	position: absolute;
	content: "";
	top: 0;
	right: -31px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 0 31px;
	border-color: transparent transparent transparent #fff
}
.testimonials .element-item .rating i {
	color: #eee
}
.testimonials .element-item .rating-1 i:nth-child(1), .testimonials .element-item .rating-2 i:nth-child(-n+2), .testimonials .element-item .rating-3 i:nth-child(-n+3), .testimonials .element-item .rating-4 i:nth-child(-n+4), .testimonials .element-item .rating-5 i {
	color: #f7d32d
}
.testimonials .element-item span {
	padding-left: 35px;
	font-weight: 500;
	font-family: "Roboto", sans-serif
}
.testimonials .element-item span.author {
	font-size: 18px;
	font-weight: 500;
	color: #343434
}
.testimonials .element-item span.description {
	display: block;
	line-height: 20px;
	font-weight: 500;
	color: #4294e1
}
.testimonials .element-content {
	position: relative;
	padding: 30px 35px 35px;
	margin: 25px 0;
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(0,0,0,.08);
	-webkit-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out
}
.testimonials .element-content:hover {
	box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.testimonials .element-content::after {
	position: absolute;
	content: "";
	left: 25px;
	bottom: -5px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 2px 5px 0 0 rgba(0,0,0,.03)
}
.testimonials .element-content p {
	margin-bottom: 0
}
.testimonials .element-image {
	overflow: hidden;
	-webkit-transition: box-shadow 200ms ease-in-out;
	transition: box-shadow 200ms ease-in-out
}
.testimonials .element-image img {
	width: 100%
}
.testimonials .element-image+.element-content {
	margin: 0 0 25px 0
}
.testimonials.layout-1 .element-item {
	-webkit-transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out
}
.testimonials.layout-1 .element-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
.testimonials.layout-1 .element-item:hover .element-image {
	box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.testimonials.layout-1 .element-item:hover .element-image+.element-content {
	box-shadow: 0 5px 30px rgba(0,0,0,.1)
}
.testimonials.layout-1 .element-image {
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0,0,0,.08)
}
.testimonials.layout-1 .element-content::after {
	left: 30px
}
.testimonials.layout-1 .headline {
	font-size: 20px;
	margin-bottom: 15px
}
/*====================================================================

						Our Clients

======================================================================*/



.our-client {
	margin-top: 20px;
	padding-bottom: 0;
	overflow: hidden
}
.our-client .slick-slide {
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #ddd;
	padding: 10px;
}
.our-client .slick-slide img {
	width: 100%
}
 @media (min-width:992px) {
.our-client .slick-slide img {
	width: 100%;
}
}
.our-client .element-item a {
	display: block
}
.our-client .element-item a[href="#"] {
	cursor: auto
}
.our-client .element-item a[href="#"]:active {
	pointer-events: none
}
.our-client .slick-dots {
	text-align: center
}
.our-client img {
	/*filter: gray;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.our-client img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}
/*====================================================================

							Top Banner

======================================================================*/

.page-heading {
	background-position: center top;
	background-repeat: repeat;
	background-size: cover;/*background-position: 50%;*/

}
.page-heading {
	position: relative;
	background-color: #000;
}
.page-heading .page-overlay {
	background-color: rgba(17,24,42,0.85);
	background: linear-gradient(to right, rgba(144, 145, 148, 0.53), rgba(0,0,0,0))
}
.page-heading .page-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page-heading .page-titles-wrap {
	padding-top: 90px;
	padding-bottom: 80px;
}
.page-heading .breadcrumbs {
	border-bottom: none;
	border-top: 1px solid rgba(255,255,255,.08);
}
.breadcrumbs {
	background-color: rgba(255,255,255,0.08);
}
.breadcrumbs {
	position: relative;
	margin-top: 0;
	z-index: 2;
	border-bottom: 1px solid rgba(0,0,0,.08);
	background-color: rgba(255,255,255,.08);
}
.breadcrumbs .breadcrumb {
	display: inline-block;
	background-color: transparent;
	margin-bottom: 0px;
}
.breadcrumbs .breadcrumb span {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: color 100ms ease-in-out;
	transition: color 100ms ease-in-out;
}
.breadcrumbs .breadcrumb span {
	color: #fff;
}
.page-heading .page-title {
	margin: 0;
	font-size: 40px;
	color: #fff;
	line-height: 1.25;
	letter-spacing: -.5px;
	text-shadow: 0 1px 5px rgba(0,0,0,.2);
	word-wrap: break-word;
}
.page-heading .page-titles-wrap {
	position: relative;
	padding: 93px 0;
	z-index: 2;
}
.archive .page-heading .page-titles-wrap {
	padding: 30px 0 !important;
}
 @media (min-width: 576px) {
.breadcrumbs .breadcrumb>span {
	padding: 18px 0;
}
}
.breadcrumbs .breadcrumb a::after {
	position: relative;
	margin-left: 15px;
	content: "\f105";
	font-family: "FontAwesome";
	color: rgba(255,255,255,.5);
}
.breadcrumbs .breadcrumb a {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.page-heading .page-subtitle {
	margin-top: 127px;
	color: #fff;
	font-size: 16px;
}
/*slider*/



.main-slider .sub-title {
	font-size: 12px;
	letter-spacing: 5px;
	color: #FFF;
	text-transform: uppercase;
}
.main-slider .main-title {
	font-size: 48px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}
.main-slider .main-title span {
	font-weight: 600;
	color: #e41b23;
	font-size: 48px;
}
.main-slider .sub-title-1 {
	font-size: 12px;
	letter-spacing: 5px;
	color: #FFF;
	text-transform: uppercase;
}
.main-slider .main-title-1 {
	font-size: 48px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}
.main-slider .main-title-1 span {
	font-weight: bold;
	color: #e41b23;
	font-size: 48px;
}
.main-slider .slider-btn {
	background: transparent;
	border: 2px solid #e41b23;
	border-radius: 0;
	color: #e41b23;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 500;
}
.main-slider .slider-btn:hover {
	background-color: #e41b23;
	color: #fff;
}
.main-slider .slider-btn-2 {
	background: transparent;
	border: 2px solid #FFF;
	border-radius: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 20px;
	font-weight: 500;
}
.main-slider .slider-btn-2:hover {
	background-color: #e41b23;
	color: #fff;
}
.main-slider .bg-color {
	background-color: rgba(255, 255, 255, .8);
	width: 570px;
	height: 240px;
}
.main-slider .slider-title-3 span {
	color: #ffc41b;
	font-size: 36px;
	text-transform: uppercase;
}
.main-slider .slider-title-3 {
	font-weight: 300;
	font-size: 36px;
}
.main-slider .slider-title-4 {
	font-size: 36px;
}
.main-slider .slider-title-4 span {
	color: #264dc2;
	font-weight: 600;
	font-size: 36px;
}
.main-slider span:before {
	color: #264dc2;
	font-size: 36px;
}
.overlayer-black {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.overlayer-black::before {
	background-color: rgba(0, 0, 0, 0.60);
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	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-slider .tparrows.preview3::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 2px;
	color: #ffffff;
	font-size: 18px;
	height: 48px !important;
	line-height: 44px;
	padding: 0;
	top: 0;
	width: 48px !important;
}
.main-slider .tparrows.tp-leftarrow.preview3::after {
	content: "";
	font-family: "FontAwesome";
}
.main-slider .tparrows.tp-rightarrow.preview3::after {
	content: "";
	font-family: "FontAwesome";
}
.main-slider .tparrows.preview3.tp-leftarrow {
	left: 20px !important;
}
.main-slider .tparrows.preview3.tp-rightarrow {
	right: 20px !important;
}
.main-slider .tparrows.preview3:hover::after {
	border-color: #e41b23;
	color: #e41b23;
}
.main-slider .tparrows.preview3 .tp-arr-iwrapper {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.main-slider .tparrows.preview3 {
	background: none;
}
.page-heading .content-warraper {
	background-color: #f57d2e;
	padding: 15px;
}
.page-heading .content-warraper h2 {
	color: #000;
	margin-bottom: 30px;
}

.page-heading .content-warraper h3 {
	color: #000;
	font-size: 1.25rem !important;
}
.page-heading .content-warraper p {
	color: #fff;
}

.page-heading .content-warraper ul li {
	color: #fff;
}


/*====================================================================

								Footer 

======================================================================*/



.footer-top {
	background: #fff;
	padding: 50px 0;
	color: #000;
}
.footer-top h3 {
	padding-bottom: 25px;
	color: #000;
}
.footer-top .menu-footer {
}
.footer-top .menu-footer ul {
	padding-left: 0;
}
.footer-top .menu-footer ul li {
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-left: 0px;
}
.footer-top .menu-footer ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}
.footer-top .contact-ft {
	margin-bottom: 25px;
}
.footer-top .contact-ft ul {
	padding-left: 0px;
}
.footer-top .contact-ft ul li {
	display: flex;
	margin-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	box-sizing: border-box;
	/*align-items: center;*/
	padding-bottom: 10px;
}
.footer-top .contact-ft ul li i {
	display: inline;
	color: #f57d2e;
	width: 60px;
	text-align: center;
}
.footer-top .contact-ft ul li .discription {
}
.footer-top .contact-ft ul li .discription span {
	display: block;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
.footer-top .contact-ft ul li .discription a {
	color: #000;
	text-decoration: none;
}
.footer-bottom {
	background: #000;
	padding-top: 20px;
}
.bt-footer a {
	float: right;
	color: #fff;
}
.mobile-menu {
	display:block; float: right;
}
.mobile-nav {
    background: #f57d2e;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}
.nav-expanded .mobile-nav {
    right: 0;
}
a.nav-expander.fixed {
    position: fixed; 
	background-color: #f57d2e;
	cursor: pointer;
	padding: 4px 10px;
}
.header-fixed a.nav-expander.fixed {
    position: fixed; 
	background-color: #fff;
	cursor: pointer;
	padding: 4px 10px;
}
a.nav-expander.fixed i{ 
	color: #000;

}
.nav-expanded a.nav-expander.fixed {
    right:20em !important;
}
.main-menu1 li {
    border-bottom: 1px solid #323949;
    margin-left: 20px;
    font-size: 13px;
    padding: 9px;
}
.main-menu1 li a {
    color: #fff;
    text-decoration: none;
}
.main-menu1 li.open > a > .caret {
    border-top: none;
    border-bottom: 4px solid #4f5963;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.main-menu1 a .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    border-top: 7px solid #a03622;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: "";
    margin-top: 10px;
    margin-left: 7px;
}
ul.sub-menu {
    padding-left: 0px;
}
.main-menu1 li {
    border-bottom: 1px solid #000;
    margin-left: 20px;
    font-size: 16px;
    padding: 9px; list-style: none;
}
 .row.-gutter-none > .col, .row.-gutter-none > [class*="col-"] {
 padding-left: 0;
 padding-right: 0;
}
.c-logos-1-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.c-logos-1-image {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-logos-1-item-inner {
	position: relative;
	padding-top: 70%;
}
.c-logos-1.-style-default .c-logos-1-inner {
	overflow: hidden;
}
.c-logos-1.-style-default .c-logos-1-item-inner:before, .c-logos-1.-style-default .c-logos-1-item-inner:after {
	position: absolute;
	content: "";
	display: inline-block;
}
.c-logos-1.-style-default .c-logos-1-item-inner:before {
	top: 0;
	left: -1px;
	height: 100%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-default .c-logos-1-item-inner:after {
	left: 0;
	bottom: -1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-carousel .c-logos-1-item-inner {
	border-width: 1px 0 1px 0;
	border-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-style-carousel .c-logos-1-item-inner:after {
	position: absolute;
	top: 0;
	right: -1px;
	content: "";
	display: inline-block;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-color: #d7e0e5;
}
.c-logos-1.-hover-1 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-1 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	-o-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}
.c-logos-1.-hover-2 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-opacity: 0.3;
	-khtml-opacity: 0.3;
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-2 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.c-logos-1.-hover-3 .c-logos-1-image {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.c-logos-1.-hover-3 .c-logos-1-item-inner:hover .c-logos-1-image {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}
/*=========================================================================

							Contact Us

==========================================================================*/

.page-contact-1 {
	border: 1px solid #e7ecef;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 14px 30px 0px rgba(215, 224, 229, 0.5);
	-moz-box-shadow: 0px 14px 30px 0px rgba(215, 224, 229, 0.5);
	box-shadow: 0px 14px 30px 0px rgba(215, 224, 229, 0.5);
}
.page-contact-1-info {
	min-height: 100%;
}
@media (max-width: 991px) {
.page-contact-1-info {
	border-bottom: 1px solid #d7e0e5;
}
}
@media (max-width: 575px) {
.page-contact-1-info {
	padding: 30px;
}
}
@media (min-width: 576px) {
.page-contact-1-info {
	padding: 50px;
}
}
@media (min-width: 992px) {
.page-contact-1-info {
	border-right: 1px solid #e7ecef;
}
}
.page-contact-1-form {
	min-height: 100%;
}
@media (max-width: 575px) {
.page-contact-1-form {
	padding: 30px;
}
}
@media (min-width: 576px) {
.page-contact-1-form {
	padding: 50px;
}
}
.c-divider-1 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.c-divider-1.-style-diagonal:before {
	height: 6px;
	flex-grow: 1;
	content: '';
	background-image: -webkit-linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-image: -moz-linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-image: -o-linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-image: linear-gradient(90deg, #d7e0e5 1px, transparent 0);
	background-size: 6px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.u-space {
	min-height: 1px;
	margin-top: 25px;
	margin-bottom: 24px;
}
.c-summary-1 {
	display: -webkit-flex;
	display: flex;
}
.c-summary-1-icon {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 50px;
	font-size: 50px;
	line-height: 1;
	color: #e41b23;
}
.c-summary-1-title {
	font-size: 16px;
	font-weight: 400;
}
.c-summary-1.-icon-top {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.c-summary-1.-icon-top .c-summary-1-icon {
	margin-bottom: 20px;
}
@media (max-width: 575px) {
.c-summary-1.-icon-left,  .c-summary-1.-icon-right {
	-webkit-flex-direction: column;
	flex-direction: column;
}
}
@media (max-width: 575px) {
.c-summary-1.-icon-left .c-summary-1-icon,  .c-summary-1.-icon-right .c-summary-1-icon {
	margin-bottom: 20px;
}
}
@media (min-width: 576px) {
.c-summary-1.-icon-left .c-summary-1-icon,  .c-summary-1.-icon-right .c-summary-1-icon {
	width: 50px;
	text-align: center;
}
}
.c-summary-1.-icon-left .c-summary-1-info, .c-summary-1.-icon-right .c-summary-1-info {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
@media (min-width: 576px) {
.c-summary-1.-icon-left .c-summary-1-icon {
	margin-right: 30px;
}
}
@media (min-width: 576px) {
.c-summary-1.-icon-right .c-summary-1-icon {
	-webkit-order: 1;
	order: 1;
	margin-left: 30px;
}
}
.c-summary-1.-align-center.-icon-top {
	text-align: center;
}
.page-section form {
}
.page-section form input { height:50px; font-size:11px;}
.page-section form .form-control {
	border-radius: 0px;
	border: 1px solid #d7e0e5;
	font-size: 14px;
}
.single-portfolio-item {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 1;
}
.overlay {
	background: rgba(1, 3, 7, 0.9) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}
.single-portfolio-item img {
	transition: transform .2s;
	overflow: hidden;
	transition: .5s;
}
.single-portfolio-item:hover img {
	transform: scale(1.2);
	transition: .5s;
}
.work-info-text {
	color: #fff;
	margin-top: 33%;
}
.work-info-text p {
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 1px;
}
.work-info-text2 {
	color: #fff;
	margin-top: 25%;
}
.work-info-text2 p {
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 1px;
}
.single-portfolio-item:hover .work-details {
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.work-info-text > h4 {
	text-align: center;
	text-transform: capitalize;
	margin: 0 0 5px;
}
.frm{
	background:#f8f8f8; padding:12px; border-radius:10px;
}

.sidelink ul {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

.sidelink ul li {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.sidelink ul li a {
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}


ul.list {
    float: left;
    width: 100%;
    list-style-type: none;
}

ul.list li {
    padding: 10px 0 10px 7px;
}

ul.list li a {
    color: #000;
    font-size: 14px;
}

ul.list li span.right {
    float: right;
    margin-right: 10px;
}


ul.list li:nth-child(2n) {
    background: #e8e8e8;
}

ul.list li span.right img {
    border: medium none;
    height: 16px;
    width: 16px;
}

.health-section { padding: 5% 0; text-align: center; color: #fff; background: #f57d2e;}
.health-section h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}

.health-section img { filter : none !important}

.home-banner {
    position: relative;
    height: 80vh;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 30%;
}

.home-banner video {
    width: 100% !important;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.home-banner .container {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    max-width: 1920px;
    padding: 4rem 4rem;
    z-index: 1;
    text-align: center;
}

.wpcf7-submit{ width:200px; font-size:18px !important;}

.page-title{ padding-bottom:30px;}


.inner_page{position: absolute;
top: 0px;
width: 100%;}

.btn-outline-danger {
	color: #f57d2e;
	border-color: #f57d2e;
  }

  .btn-outline-danger:hover {
	color: #fff;
	background-color: #f57d2e;
	border-color: #f57d2e;
  }

  .modal .modal-content .icon-container {
	background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-top: -25px !important;
  margin-bottom: 10px;
  width: 69px;
  margin: 0 auto;
  }

  .modal .modal-content .icon-container img {
	width: 48px;
  }
  .modal .modal-body{ padding-top: 0px !important;}
  .modal .modal-body p{ 
	font-size: 20px !important;
  color: #000;
  line-height: 27px;
  }
  .modal .modal-content{ text-align: center; background-color: #E6E9F2; border-radius: 10px !important; max-width: 90rem; width: 100%;}
  .modal .modal-header{ border-bottom: none !important; padding-bottom: 0.5rem !important;}
  .modal button.close {
	height: 3rem;
	cursor: pointer;
	background: transparent;
	border: none;
	position: absolute;
	right: 1.5rem;
  top: 0.5rem;
  color: #f57d2e;
  font-size: 40px;

  }
  
  .modal .modal-content .modal-title {
	font-size: 26px;
	margin-bottom: 0px !important;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	color: #000 !important;
	margin: 0 auto;
  }

  .modal .modal-content .contact-blocks {
	display: flex;
	justify-content: center;
	column-gap: 10px;
  }

  .modal .modal-content .contact-block {
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	width: 25%;
  }

  .modal .modal-content .contact-block span {
	display: block;
  }
  .modal .modal-content .contact-block__label {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #000;

  }

  .modal .modal-content .contact-block__number {
	font-size: 18px;
	color: #000;
  }
  button{
	display: inline-flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
	width: fit-content;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
	border-radius: 3rem;
	border: 2px solid transparent;
	position: relative;
	text-decoration: none;
	background: transparent;
	background-color: transparent;
	transition: all .15s ease-in-out;
  }
  .button--primary {
	background-color: #f57d2e;
	color: #000;
  }
  .contact-blocks:hover a{ text-decoration: none;}
  .customers .col-sm-4{ margin-bottom: 20px; text-align: center;}
  .customers .col-sm-4 img.wp-post-image{ background-color: #fff !important;}
  .btn-primary{
	background-color: #000;
	color: #fff;
	border-color: #000;
	font-size: 15px;
  }

  .btn-primary:hover{
	background-color: #000;
	color: #fff;
	border-color: #000;
  }
  .btn-absolute{
	position: absolute;
	right: 18px;
  top: 8px;
  }
.home-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centering */
  object-fit: cover;
}
@media (max-width: 768px) {
  .home-banner video {
    height: auto;
    min-height: 100%;
  }
}
  .other-section .container{ width: 70% !important;}
  .other-section .container .row{ margin-bottom: 40px !important;}
  .customers img{
	box-shadow: 3px 3px 1px #ccc;
	-webkit-box-shadow: 3px 3px 1px #ccc;
	-moz-box-shadow: 3px 3px 1px #ccc;
	border-radius: 10px;
  }

.header-fixed .logo-wrapper img:not(.not-resize) {
    height: 80px;
}
  .content-section{ padding-left: 60px; padding-top: 40px;}
  .content-section-left{padding-left: 60px; padding-top: 40px; padding-right: 60px;}
  .color-box{ background-color: #f57d2e !important;}


  .content-section p, .content-section ul li { color: #fff !important;}
  .content-section-left p, .content-section-left ul li{color: #fff !important;}

  .content-section h3, .content-section-left h3{ font-size: 30px !important;}
  .hide-desktop{ display: none;}
  
  
  .btn-outline-secondary {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

ul.social-media li{ display: inline-block !important;
	font-size: 40px !important;
	margin-right: 30px;
}