/*
Theme Name: Modern - Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
.topBar p {
	font-size: 20px;
    margin: 0px;
    display: inline-block;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {background: #294552!important;}

#gform_wrapper_1.gform_wrapper .gform_footer { text-align: center; }
.container {
	max-width: 1170px !important;
}
.accessibility-location-right .accessability_container {
	top:170px;
}
html button.aicon_link {
    background-color: #294552!important;
}

.topBar { background: #294552; color: #fff; padding: 5px 0; }
.topBar a { color: #fff; }

figure.effect-lexi h2{color:#fff;text-shadow:1px 1px 2px #000;}
.main-header p.phone {
	background: #9eb9b3;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    padding: 5px 10px;
    font-size: 21px;
    margin-bottom: 0px;
    top: -2px;
    position: absolute;
    right:7%;
    width: 220px;
    box-shadow: 0px 2px 5px #000;
	position:relative; z-index:9999;
}
.main-header p.phone a{color:#000!important;}
/* home boxes */
.homepage .container {
	width: 80%;
	max-width: 80%;
}
.home-widgets .f-widget {
    float: left;
    margin-right: 2%;
    width: 32%;
	position: relative;
}
.home-widgets.widgets-num-3 .f-widget:nth-child(3n) {
    margin-right: 0;
}
.home-widgets .f-widget h3{
	position: absolute;
	bottom: 10%;
	padding-bottom: 5%;
	padding-top: 20%;
	text-align: center;
	width: 100%;
	color: #fff;
	margin-bottom: 0px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.homeServices{
	margin:25px 0px;
	overflow: hidden;text-align: center;
    padding: 25px 0px;
}
.homeServices .service{
    display: inline-block;
    text-align: center;
    font-size: 24px;
    height: 350px;
    overflow: hidden;
    width: 31%;
    margin: 3px 0 5px;
    padding: 10px 7px 0;
}
.homeServices .service .simg {
    display: block;
    height: 340px!important;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0px auto;
    position: relative;
}
p.title{
    position: relative;
    text-align: center;
    font-size: 26px;
    width: 100%;
    color: #fff;
    margin-top: -17%;
    padding: 20px 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}
.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: .6em 1.5em;
    font-size: 16px;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    min-width: 150px;
    letter-spacing: 1px;
    font-weight: 700;
	background-color: #009c1a;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    border: 2px solid #263746;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}
.btn:hover:before {
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1);
}
.btn:hover {
	color: #fff !important;
}
.btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    background: #294552;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    color: #fff !important;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }
#secondary-navigation .menu-item-has-children > a:after {
    right: 17px;
}
/* header */
.main-header { background: transparent; position: relative; /*height: 50px;*/ z-index: 9999999; }
#header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    background-color:rgba(41, 69, 82, 0.8);
    text-align: center;
}
body.home #header { background-color:rgba(41, 69, 82, 0.8); }
.page-template-default #header{background:#294552;}
#secondary-navigation .navigation ul .current-menu-item a, #secondary-navigation .navigation ul li a:hover,  #secondary-navigation .navigation ul .current-menu-item a{color:#fff!important;}
#secondary-navigation .navigation ul#menu-main-menu > li:hover, #secondary-navigation .navigation ul#menu-main-menu > .current-menu-item {
	background-color: #444!important;
}
#secondary-navigation .navigation .current-menu-item {
	background: #333!important;
}
#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item {
    background: #444;
	color:#fff!important;
}
#menu-main-menu a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #55b6d1;
    height: 1px;
}
.cl8 #field_2_4 {
	float: right !important;
}
#menu-main-menu a:hover:before {
	z-index: -10;
    animation: fill-white 1s forwards;
    -webkit-animation: fill-white 1s forwards;
    -moz-animation: fill-white 1s forwards;
    opacity: 1;
}
#secondary-navigation .social-icons a {
    background-color: transparent;
    box-sizing: border-box;
    line-height: 47px;
    margin: 0px;
    height: auto;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    padding: 0px !important;
    display: inline-block;
    width: 34px;
    margin-top: 4px;
}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; position:relative; z-index:9999; margin-left: 0; display: inline-block; }
div.header-social-icons a {
    background:#294552;
    color: #fff!important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    padding: 10px 13px 9px 13px!important;
    font-size: 21px!important;
    margin-bottom: 0px;
    /* width: 45px; */
    box-shadow: 0px 2px 5px #000;

}
div.header-social-icons::before { border: 0px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 240px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

.page-id-13 article ul {
    padding: 0;
    list-style-type: none;
}
.parent-pageid-15 p  {
	text-align: left!important;
}

/* footer */
.copyrights { text-align: center; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #fff;
}
/*header .navigation {
	float: right;
	width: 67%;
}*/
.navigation ul {
	text-align: center;
	padding-top: 0px;
	margin-top: 25px;
}
#secondary-navigation {
	width: 72%;
	float: right !important;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
.social-icons.pull-right {
    float: right;
    position: absolute;
    right: 10px;
    top: 0px;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
}
#secondary-navigation .navigation ul li:hover a{color:#fff;}
#secondary-navigation a{
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
}
.primary-slider-container {
	position: relative;
}
.primary-slider-container iframe { height: calc(100vw * (9/16)); margin-top: -50px; }

.lwrapper {
	position: absolute;
    top: 55%;
    width: 1170px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    text-align: right;
    transform: translateY(-50%);
    z-index: 1000;
   	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.showUp {
	top: 50%;
	opacity: 1;
}
#slider {
	margin-bottom: 0px;
}
.newCon:before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.1);
}
.hala {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0px auto;
    bottom: -12px;
}
.hala:before {
    left: 0px;
    bottom: 12px;
    height: 2px;
    width: 17%;
    content: "";
    position: absolute;
    background-color: #fff;
}
.hala:after {
    right: 0px;
    bottom: 12px;
    height: 2px;
    width: 17%;
    content: "";
    position: absolute;
    background-color: #fff;
}
.owl-controls {
	opacity: 0;
}
.newCon {
	position: relative;
}
.logoOver .logo-wrap {
	position: relative;
	overflow: visible;
    border: 2px solid #fff;
    border-bottom: 0px;
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    margin-right: 0px;
    padding: 0px;
    text-align: center;
    box-sizing: border-box;
    padding: 17px 10px;
    border-radius: 4px;
    padding-left: 53px;
}
.lphone,.lbook {
	max-width: 500px;
	margin:0px auto;
	margin-right: 0px;

    width: 100%;
    text-align: center;
}
.logo-wrap {
    margin: 0px auto;
    margin-right: 0px;
    width: 28%;
    text-align: center;
    float: left;
}

.lphone {
	display: inline-block;
    color: #4d4d4d;
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: 8px;
}
.lphone a {
	color: #fff;

	font-weight: 400;
	line-height: 52px;
}
.lbook a {

	color: #fff;
}
.lbook a:hover {
	color: #fff;
}
.logoOver span {
    font-size: 20px;
    text-transform: uppercase;

    letter-spacing: 0.2em;
    max-width: 70%;
    text-align: left;
    margin-left: 25px;
	color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.logoOver img {
	display: inline-block;
    max-width: 250px;
    vertical-align: middle;
}
.newCon {
	height: 100vh !important;
	background-size: cover;
	background-position: 50% 50%;
}
.welcome h1 {
    font-size: 30px;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding:0px 15px;
}
.rightwow {
	width: 66.66%;
	box-sizing: border-box;
	padding:0px 15px;
	float: right;
}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
	width: 50%;
	box-sizing: border-box;
	padding:0px 15px;
	float: left;
}
.featured {
	margin: 30px auto 10px;
}
.featured img {
	border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.featured p {
	padding-right: 15px;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
footer {
	margin-top: 0px;
	padding:10px 0px;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img { float: none !important;}
.innerImage {
	height:50vh;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
    margin-top: 145px;
    height: auto !important;
}
/* .page .innerImage{ display:none;} */


/**/
#slider {
	left: 0px;
	width: 100%;
	top: 0px;
}
.primary-slider-container {
	height: 100%;
}
.primary-slider-container video {
	height: calc(100vw * (9/16));
}
.sectionBig {
	position: relative;
    padding: 60px 0;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}
.sectionBig .container, .sectionBig .largecontainer {
	position: relative;
	z-index: 1;
}
.sectionBig:before {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    content: "";
    top: -5%;
    left: 0px;
   	height: 110%;
   	width: 100%;
   	position: absolute;
}
.sectionBig:before {
    filter: blur(4px);
    opacity: 0.1;
}
.testimonialsWrap:before {
    background-repeat: repeat;
    background-size: inherit;
    background-color: #9f6635;
}
.page h1.title {
    margin-bottom: 20px;
    font-size: 49px;
    text-align: center;
    border-bottom: 3px solid #294552;
}
.servicesSection:before {
    filter: blur(4px);
    opacity: 0.3;
}
.sectionBig h2 {
	font-weight: 400;
	color: #333;
}
.testimonialsWrap h2 {
	color: #263746;
}

.sectionBig h1 {
    margin: 0 0 40px !important;
    line-height: 1;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1.5px;
}
.testimonialsWrap h2 {
	text-transform: capitalize;

	font-size: 50px;
}
.sectionBig p {

	font-size: 18px;
    color: #263746;
    text-align: center;
    line-height: 30px;
}
.testimonialsWrap {
	padding:100px 0px 92px;
}
.testimonialsWrap p {
    color: #263746;
    line-height: 1.45 !important;
    font-size: 20px !important;
    z-index: 10 !important;
}
.testimonialsWrap a {
	color: #fff;
}
.slickcarousel {
	padding: 0 25px;
    max-width: 780px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.slickcarousel h4{
    position: relative !important;
    color: #263746 !important;
    font-size: 22px !important;
    z-index: 10 !important;
    margin-top: 30px !important;
    text-align: right;
    max-width: 760px;
    margin: 0px auto;
    margin-right: 0px;
}
.star {
    color: #edaa08 !important;
    font-size: 24px !important;
    z-index: 10 !important;
    margin-bottom: 30px;
}
.col4 {
	width: 25%;
	float: left;
	text-align: center;
	padding:0px 15px;
	box-sizing: border-box;
}
.article {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 0px;
    padding: 20px;
    background-color: transparent;
    box-shadow: 0px 0px #000;
}
.servicesSection {
	padding: 100px 0px 100px;
}
.servicesSection h2 {
	margin-bottom: 0px !important;
}
.servicesSection h2 + p {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    margin-bottom: 90px;
}
.servicesSection h3 {
	font-size: 18px;
    color: rgb(82, 82, 82);
    text-transform: uppercase;
    line-height: 1.445;
    margin-top: 15px;
    margin-bottom: 0px;
    height: 52px;
    font-weight: 700;
}
.col4 a:nth-child(1) {
    position: relative;
    transition: all .3s;
    display: block;
}
.col4:hover a:nth-child(2) {
	color: #263746;
}
.col4:hover a:nth-child(1) {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.serviceIcons {
	margin-bottom: 75px;
}
.footerIframe {
	display: none;
}
.footerIframe iframe {
	display: block;
	position: relative;
}
.serviceIcons:after {
	clear: both;
	content: "";
	display: block;
}
.servicesSection .read-more {
    position: relative;
    display: inline-block;
    font-family: 'Comfortaa', cursive;
    color: #525252;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    padding-top: 15px;
}
.read-more:before {
    position: absolute;
    content: '';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-color: #5a5c5c;
    width: 35px;
    height: 1px;
}
.cl4 {
	float: left;
	width: 33.33%;
	padding:0px 15px;
	box-sizing: border-box;
	text-align: right;
}

.cl4 p {
	position: relative;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    padding-right: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
}
.alignIt a,.alignIt {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.alignIt p {
    margin-bottom: 2px;
}
.cl8 textarea::-webkit-input-placeholder,
.cl8 input::-webkit-input-placeholder {
  color: #fff;
}
.cl8 textarea:-moz-placeholder,
.cl8 input:-moz-placeholder {
  color: #fff;
}
.cl8 textarea::-moz-placeholder,
.cl8 input::-moz-placeholder {
  color: #fff;
}
.cl8 textarea:-ms-input-placeholder,
.cl8 input:-ms-input-placeholder {
  color: #fff;
}

.cl8 select {
	color: #fff !important;
}
.cl8 textarea {
	color: #fff !important;
}

.cl4 p:after {
	position: absolute;
    content: '';
    top: 49%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 1px;
    height: 100%;
}
.cl4 p span {
    display: inline-block;
    margin-bottom: 3px;
}
.saddress {
    animation-duration: 1.4s;
}
.semail {
    animation-duration: 1.8s;
}
.cl4 .sections  {
    margin-bottom: 50px;
   	position: relative;
    padding-right: 45px;
}
.cl4 a {
	color: #fff;
	font-size: 16px;
}
.cl4 .saddress a,
.cl4 .semail a {
	text-transform: none;
}
.cl8 input {
    font-family: 'Raleway', sans-serif !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 13px;
    padding: 16px 5px 16px 15px;
    width: 100% !important;
    box-sizing: border-box;
    line-height: normal !important;
    margin: 0 0 10px !important;
    min-height: 48px;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.cl8 li {
	width: 50% !important;
    clear: none !important;
    float: left !important;
    padding:0px 15px !important;
    box-sizing: border-box;
}
footer .container {
	width: 100% !important;
}
.sections i {
    position: absolute;
    right: 0px;
    font-size: 35px;
    text-align: center;
    width: 35px;
    top: -5px;
    color: #fff;
    line-height: 35px;
}
.cl4 .sphone a {
    font-size: 22px;
}
.cl8 {
	float: left;
	width: 66.667%;
	padding:0px 15px;
	box-sizing: border-box;
    padding-left: 60px;
}
.cl8 #field_1_12 {
	display: none !important;
}
.cl8 h2 {
    margin: 0 0 10px !important;
    line-height: 1;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2.1px;
    text-align: center;
}
.c4 {
    width: 50%;
    float: left;
    padding: 0px 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.c4 .cimg {
    height: 260px;
    background-size: cover;
    background-position: top;
}
.c4 a {
    display: block;
    position: relative;
}
.c4 a:hover h2 {
    width: 100%;
}
.copyrights p:first-of-type {
    font-family: Raleway;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}

.copyrights {
    color: #fff;
}
.parallax {
    position: relative;
    padding: 240px 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.parallax:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #fff;
    opacity: 0.4;
    top: 0px;
    left: 0px;
}

.oler {
    text-align: center;
}
.ourteam {
    padding: 60px 0px;
}
.delay:nth-child(2) {
    animation-delay: 0.2s;
}
.delay:nth-child(3) {
    animation-delay: 0.4s;
}
.delay:nth-child(4) {
    animation-delay: 0.6s;
}
.delay:nth-child(5) {
    animation-delay: 0.8s;
}
section.welcome.parter h1 + p {
    text-align: center !important;
}
section.welcome.parter p {
    text-align: left !important;
}

section.welcome.parter iframe {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 400px;
    height: 250px;
    border: 3px solid #294552;
    box-sizing: border-box;
}
.ourteam h2 {
    font-family: Raleway;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}

.ourteam .t4 {
    width: 33.33%;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
}

.ourteam iframe {
    height: 220px;
    display: block;
}

.ourteam h3 {
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 21px;
}

.ourteam p {
    text-align: justify;
    font-size: 15px;
}
.oler h2 {
    color: #000;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 28px;
    /* letter-spacing: 1px; */
}

.oler a {
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #009c1a;
    display: inline-block;
}
.oler a:hover {
    color: #fff !important;
    background-color: #294552 !important;
}
.c4 h2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 300px;
    background-color: #acc4ce;
    color: #111;
    top: 40px;
    left: 0px;
    padding: 5px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-family: Raleway;
    text-align: center;
    font-size: 19px;
}
.video_holder {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.justso {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 10;
    transform: translateY(-50%);
	display: none;
}

.justso h1 {
    color: #fff;
    font-size: 37px;
}

.justso a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    background-color: #009c1a;
    color: #fff;
}
.video_holder video {
    height: 100% !important;
    position: absolute;
    width: 100% !important;
    left: 0px;
    top: 0px;
    object-fit: cover !important;
}
.services-section h3 {
    color: #fff;
    font-family: Raleway;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    padding: 0px 5px;
    text-align: center;
    box-sizing: border-box;
}
.services-section {
    position: relative;
    padding: 60px 0px;
}

.services-section:before {
    height: 50%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #294552;
    background-image: url(/wp-content/uploads/2018/11/asfalt-dark-1.png);
}

.services-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #597884;
    width: 100%;
    height: 50%;
    background-image: url(/wp-content/uploads/2018/11/asfalt-dark-1.png);
}
footer {
	background-size: cover;
    padding: 20px 0 20px;
}
.copyrights a:hover,
.cl4 a:hover {
    color: #fff !important;
}
.alignIt {
	text-align: center;
    padding-top: 25px !important;
}
.cl8 li {
	position: relative;
}
.cl8 img {
position: absolute;
    right: 18px;
    top: 21px;
}
.cl8 select option {
	color: #000;
}
.cl8 #field_1_7 {
	float: right !important;
}
.cl8 .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
.cl8 textarea {
	height: 180px !important;
}
.cl8 .gform_footer.top_label {
	padding-top: 0px !important;
    padding: 0px 15px;
    box-sizing: border-box;
}
.cl8 textarea,
.cl8 select {
	font-family: 'Raleway', sans-serif !important;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 13px;
    padding: 16px 5px 16px 15px;
    width: 100% !important;
    box-sizing: border-box;
    line-height: normal !important;
    margin: 0 0 10px !important;
    min-height: 48px;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.cl8 input[type="submit"],
.cl8 select {
	color: #fff !important;
}
#secondary-navigation .navigation ul ul li {
    background: #294552;
}
#secondary-navigation .navigation ul ul li a {
    color: #fff !important;
}
#secondary-navigation .navigation ul ul li {
    width: 100%;
    text-align: left;
}
.loadingForm .gform_wrapper {
	height: 267;
	overflow: hidden;
}
.cl8 .gform_wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.loadingForm .gform_wrapper {
	opacity: 0;
}


/**/
@media screen and (max-width: 1200px) {
	.col3 {
        width: auto !important;
    }
    #secondary-navigation a{text-transform: capitalize!important;}
	.sectionBig {
		padding: 80px 0px 95px;
	}
	.row {
		margin:0px;
	}
	.sectionBig p {
	    line-height: 31px;
	}
	#page {
		width: 100% !important;
		max-width: 100% !important;
	}
	.container {
		padding:0px 15px;
		box-sizing: border-box;
	}
	.primary-slider-container {
		height: 650px;
	}
	.newCon {
		height: 700px;
	}
	.lwrapper {
	    padding: 0px 30px;
	    box-sizing: border-box;
	    width: 100%;
	}
}
@media screen and (max-width: 1152px) {
    .social-icons {
        opacity: 0;
    }
	body,.sectionBig:before,footer:before {
		background-attachment: scroll !important;
	}

	.innerImage {
		height: 400px;
	}
 	footer .container {
	  	width: 100%;
 	}
 	.headerPhone {
	  	box-sizing: border-box;
 	}
}

@media screen and (max-width: 1000px) {
	.innerImage {margin-top: 11%;}
}
/* mobile */
/* Rating System */

.dm-rate-us .rtg,.dm-rate-us>a{display:inline-block;position:relative}.dm-rate-us .rtg{text-align:center;float:none;direction:rtl;margin-left:0}
.dm-rate-us>a{color:#184755!important;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;text-decoration:none;line-height:34px;padding:0 1px!important;font-size:25px}
.dm-rate-us a{padding:0 5px!important; color:#fff;}
.dm-rate-us a:visited{color:#cb7b14}.dm-rate-us span{font-size:20px;margin-right:7px;color:#fff;position:relative;text-transform:none;top:0}
.dm-rate-us a:hover:before{content:"\f005";color:#d89947!important}.dm-rate-us a:hover{color:#d89947!important}.rtg>a:hover:before,.rtg>a:hover~a:before{content:"\f005";color:#e1c851!important;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}
.rtg a:before {
    font-family: FontAwesome !important;
}
.fixedFromSide {
    left: 0px;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 100000;
    transform: translateY(-50%);
}

.fixedFromSide a {
    display: block;
    width: 40px;
    text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    height: 40px;
    color: #000;
    line-height: 40px;
    background-color: #acc4ce;
    margin-bottom: 0px;
    font-size: 19px;
}
.fixedFromSide a:hover {
    width: 50px;
}
.col3 {
    width: 33.33%;
    float: right;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: right;
}
#secondary-navigation .col3 a {
    font-size: 15px;
}

#secondary-navigation .col3:nth-child(1) a {
    padding: 10px 5px !important;
    font-size: 14px !important;
}
.dm-rate-us {
    display: inline-block;
    background: #009c1a;
    color: #fff!important;
    float: none;
    padding: 4px 5px!important;
    font-size: 20px!important;
    margin-bottom: 0px;
    top: 0px;
    position: relative;
    left: 0px;
    border-radius: 0px !important;
    box-shadow: 1px 2px 3px #00000069;
}
#header .logo-wrap {
    position: relative;
    top: 25px;
}
body,p,div,a {
    font-family: Open Sans;
}
#secondary-navigation div.header-social-icons a {
    background: #294552;
    color: #fff!important;
    float: left;
    border-radius: 0px !important;
    font-size: 21px!important;
    margin: 0 3px;
    width: 34px;
    height: 38px;
    line-height: 40px;
    padding: 0px !important;
    text-align: center;
    box-shadow: 0px 2px 5px #000;
    box-shadow: 1px 2px 3px #00000069;
}
.navigation ul ul ul {
	left: 256px;
	right: inherit;
}
#menu-main-menu li:last-of-type a {
    margin-right: 0px;
}
#logo img {
    display: block;
    margin-bottom: -5px;
}
.navigation ul {
    text-align: right;
    padding-top: 0px;
    margin-top: 35px;
}
.navigation ul ul {
    margin-top: 0px;
}
#primary-nav {
    position: relative;
    top: 15px;
    z-index: 100;
}
#slider .slide-caption {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
    height: auto;
    max-height: 100%;
    overflow: visible;
    left: 0px;
    top: 60%;
    bottom: auto;
    transform: translateY(-50%);
    left: 0px;
    background-color: transparent;
}
h2.slide-title p {
    font-size: 19px;
    max-width: 600px;
    margin: 0px auto;
    line-height: 24px;
    margin-top: 20px;
}
#slider .slide-title {
    font-family: Open Sans;
    font-size: 51px !important;
}
#primary-navigation { float: none; }
@media screen and (max-width: 1024px) {
	#primary-navigation a.btn { padding: 10px 15px !important; }
	div.header-social-icons { margin-left: 100px !important; }
}
@media screen and (max-width: 991px) {
    .parallax {
        padding:140px 0px;
        background-attachment: scroll;
    }
    .t4 {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .t4 iframe {
        width: 100% !important;
        height: 250px;
    }
}

#menu-item-253 { width: 90px; text-align: center; }
#menu-item-253 > a, #menu-item-254 > a, #menu-item-255 > a, #menu-item-522 > a { text-align: center; }
#menu-item-254 { width: 100px; text-align: center; }
#menu-item-255 { width: 120px; text-align: center; }
#menu-item-522 { width: 122px; text-align: center; }

.boxPlm { text-align: center; }
.boxPlm img { display: inline-block; padding: 30px 50px; background: #fff; border: 1px solid #666; margin: 1%; }

.sspecials {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 75px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 3px;
    z-index: 3000;
    transform: translateY(-50%);
}
.sspecials * {
    box-sizing: border-box;
}
/* Side Socials/Phone */
.sspecials {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    width: 75px;
    height: auto;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    z-index: 3000;
}
.montispecil {
top: 387px;
}
.call-side {
    width: 100%;
    height: 90px;
    padding: 23px 0 0;
    margin: 0 0 9px;
    background: #7d7d7d;
    border: 2px solid #fff;
    position: relative;
}
.call-side .infos {
    line-height: 1.1;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
}
.call-side .icon {
    line-height: 27px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: -17px -15px 0;
    background: #acc4ce;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
}
.social-side {
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 300;
    width: 56px;
    padding: 10px 0;
    background: #e07b3b;
    border: 2px solid #fff;
    display: inline-block;
    float: none;
}
.social-side:before {
    content: '';
    border-color: #696969;
    border: 1px solid rgba(255, 255, 255, 0.31);
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}
.call-side span {
    font-size: 35px;
    font-family: 'Playfair Display', serif;
}
.side-s-wrap {
    position: relative;
    z-index: 1;
    vertical-align: top;
}
.social-side a {
    line-height: 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: auto;
    margin: 4px 0;
    display: block;
    vertical-align: middle;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.call-side:hover:after {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.sspecials:hover .sociAnim {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
.call-side:before {
    content: '';
    border-color: #a5a5a5;
    border: 1px solid rgba(255, 255, 255, 0.31);
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}
.sspecials * {
    box-sizing: border-box;
}
.call-side:after {
    line-height: 2.8;
    font-size: 14px;
    text-align: center;
    color: #fff;
    height: 38px;
    width: 134px;
    background: #252525;
    position: absolute;
    bottom: 17px;
    right: 0;
    margin-right: 73px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.RightBar a,
.social-side a {
    color: #fff !important;
}
.social-side a:hover {
    color: #afede2;
    z-index: 400;
    -webkit-transform: scale(1.66);
    -moz-transform: scale(1.66);
    -ms-transform: scale(1.66);
    -o-transform: scale(1.66);
    transform: scale(1.66);
}
.sociAnim a:nth-child(2) {
    color: #fff;
    margin-left: 5px;
}
.sociAnim {
    font-family: Open Sans;
    line-height: 2.8;
    font-size: 13px;
    text-align: center;
    color: #fff;
    height: 63px;
    width: 200px;
    background: #252525;
    position: absolute;
    bottom: 22px;
    right: 0;
    margin-right: 73px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}
.parter .container {
    padding: 95px 20px 85px;
    box-sizing: border-box;
}
.welcome.parter { background-color: rgba(255,255,255,.6); }
.welcome h1,.welcome h2 {
    text-align: center;
}
section.welcome.parter h1 + p {
    font-family: Raleway;
    text-transform: uppercase;
}
.mapbig iframe {
    display: block;
}
footer {
    margin:0px !important;
}
.welcome h1 {
    letter-spacing: .025em;
    color: #373531;
    margin-bottom: .45em;
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.welcome strong {
    font-weight: 300 !important;
    font-size: 25px;
}
body,p,a,div {
    font-family: Open Sans;
}
.welcome h2 {
    font-size: 28px;
    font-weight: 600;
}
.welcome p {
    margin: 0px auto;
    margin-bottom: 15px;
    max-width: 1150px;
    font-size: 19px;
    line-height: 1.7em;
    text-align: center;
}
@media screen and (max-width: 880px) {
	.article img {
		width: 110px!important;
	}
	div.header-social-icons {
		padding-top: 30px;
	}
	.horiscroll {
		overflow-x: scroll;
	}
	.col3 {
        display: none !important;
    }
	.innerImage {display: none!important;}
	.page-template-default #header {    background: #ccc;}
	#secondary-navigation .header-social-icons a{display:none;}
	.page-id-252 .single_page img {
		width: auto!important;
	}
	div.header-social-icons a{position:relative; right:0px;}
    .dm-rate-us span {
        font-size: 21px;
        color: #fff;
    }
    .rtg a {
        color: #fff;
    }
    .dm-rate-us a:visited {
        color: #fff;
    }
	div.header-social-icons { margin-left: 0px !important; }
    .dm-rate-us .rtg {
        text-align: center;
        float: none;
        direction: rtl;
        margin-left: 0;
        font-size: 23px;
    }
    .dm-rate-us {
        display: block;
        position: relative;
        color: #0f5837;
        text-transform: uppercase;
        margin: 10px 15px;
        text-align: center;
        display: block;
        color: #fff;
        text-align: center;
        padding: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        margin: 10px !important;
        width: auto;
        box-sizing: border-box;
    }
    .cl4 .sections {
        padding-right: 0px;
    }
    .sections i {
        position: relative;
        margin-bottom: 10px;
    }
    .cl4 p:after {
        display: none;
    }
    .cl4 p {
        padding-right: 0px;
    }
    .cl4,.cl8 {
        text-align: center;
        width: 100% !important;
    }
#header #logo a { display:block; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	.logo-wrap {
		width: 100% !important;
	}
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
	.hide-d { display: block; }
	#header { padding: 0px 0 0px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #597884; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.hide-xs { display: none; }
	.widgetBox { width: 96%; padding: 2%; }
	.primary-slider-container {
		height: auto;
	}
	.sticks {
		background-color: #3c3c3e;
	}
	.lwrapper {
		text-align: center;
	}
	#slider {
		position: relative;
	}
	.newCon {
		height: 500px;
	}
	/*.main-header {
		height: 42px;
	}*/
	#header .hide-d a {
		padding: 5px 10px !important;
    	box-sizing: border-box;
	}
	#header .hide-d * {
	    position: relative;
	    vertical-align: middle;
	    display: inline-block;
	}
	#header .hide-d span {
		margin-left: 8px;
	}
	#header .hide-d {
		float: left;
	}
	#header{position:relative;}
	/*#header img {
		max-height: 42px;
	}*/
	#logo img {
    display: block;
    float: none;
    width: 75%;
    position: relative;
    margin: 0px auto;
}
	.col4 {
	    width: 50%;
	    float: left;
	    text-align: center;
	    padding: 0px 15px;
	    box-sizing: border-box;
	    margin-bottom: 50px;
	}
	.servicesSection h3 {
	    max-width: 250px;
    	margin: 15px auto 0px;
	}
	.home .sticks {
		background-color: #000;
	}
	.lphone, .lbook, .logo-wrap {
		margin: 0px auto !important;
	}
	.move_down {
		display: none !important;
	}
	#header .container {
		padding:0px !important;
	}
	#header .pull-right {
		display: none !important;
	}
	.lphone {
		margin:8px auto 22px !important;
	}
	#secondary-navigation {
		text-align: right;
	}
	html a#pull {

	    display: inline-block;
	    box-sizing: border-box;
	    margin: 0px auto;
	    font-size: 15px;
	    padding: 15px 11px !important;
	}
	html a#pull:after {
	    right: 15px;
	    top: 15px;
	}
	.sectionBig {
    padding: 20px 0px;
}
	.article{margin-top:20px;}

	body.home #header {    background-color: #ccc;}
/* 	.page .innerImage { display: block!important; } */
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome {margin: 20px auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
/* 	.post-content img { width: 100% !important; height: auto !important; } */
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	div.header-social-icons a{border-radius:50%!important;}
	.hours { display: none !important; }
	.leftwow {
		 width: 100%;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }
	.primary-slider-container video{display:none;}
	div.header-social-icons { float: none !important; text-align: center; background:none!important; display:inline-block !important; }
    div.header-social-icons a {
        padding:0px !important;
        float: none; display: inline-block; position: relative; z-index: 9999;
    }
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
	#page > section.sectionBig.servicesSection > div > div > div > figure:nth-child(1), #page > section.sectionBig.servicesSection > div > div > div > figure:nth-child(2)
    {border-right:0px solid #294552!important;}
    .grid figure{width:100%!important;}
    #logo img {
        display: block;
        float: none;
        width: 75%;
        position: relative;
        margin: 0px auto;
        width: 100%;
        max-width: 500px;
        margin-bottom: 45px;
    }
    .parter .container {
        padding: 20px 20px;
        box-sizing: border-box;
        width: 100% !important;
    }
    .fixedFromSide {
        display: none !important;
    }
    .primary-slider-container {
        display: none !important;
    }
    #page.homepage {
        padding-top: 20px !important;
    }
}
.topBar a:hover {
    color: #fff !important;
}
@media screen and (max-width: 640px) {
    #logo img {
        display: block;
        float: none;
        width: 75%;
        position: relative;
        margin: 0px auto;
        width: 100%;
        max-width: 310px;
        margin-bottom: 45px;
    }
    .topBar {
        display: none !important;
    }
    .parallax {
        padding: 90px 0px;
        background-attachment: scroll;
    }
    .homepage .container {
        width: 100% !important;
    }
	.footerIframe iframe {
	    display: block;
	    position: relative;
	    height: 250px;
	}
    .welcome h1 {
        font-size: 36px;
    }
    .oler h2 {
        color: #fff;
        font-family: Open Sans;
        font-weight: 600;
        font-size: 20px;
        /* letter-spacing: 1px; */
        line-height: 27px;
    }
    .c4 {
        width: 100% !important;
    }
	.cl4,.cl8 {
		width: 100% !important;
		float: none;
		text-align: center;
		padding:0px 15px;
	}
	.cl4 {
		margin-bottom: 30px;
	}
	.cl4 .sections {
    margin-bottom: 50px;
    position: relative;
    padding-right: 45px;
    width: 50%;
    min-height: 63px;
    box-sizing: border-box;
    float: left;
    padding: 0 15px!important;

	}
}
@media screen and (max-width: 480px) {
	.hala {
	    position: absolute;
	    bottom: 0px;
	    left: 0px;
	    width: 100%;
	    color: #fff;
	    text-transform: uppercase;
	    letter-spacing: 0em;
	    margin: 0px auto;
	    bottom: -13px;
	    font-size: 12px;
	    padding-bottom: 4px;
	}
	.cl8 h2 {
		clear:both;
		font-size: 33px;
		padding-top: 10px;
	}
	footer {
		padding:60px 0px 40px;
	}
	.cl4 .sections {
	    margin: 0px auto 35px;
	}
	.cl4 p:after {
		display: none;
	}
	.cl4 p {
		padding: 0px;
	}
	.cl4 .sections {
		padding-right: 0px;
	}
	.sections i {
		position: relative;
	}
	.cl8 li {
		width: 100% !important;
	}
	.col4 {
		width: 100%;
	}
	.newCOn {
		height: 350px;
	}
	.logoOver span {
		letter-spacing: 0em;
	}
	.logoOver .logo-wrap {
	    position: relative;
	    overflow: visible;
	    border: 2px solid #fff;
	    border-bottom: 0px;
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin: 0px auto;
	    margin-right: 0px;
	    padding: 0px;
	    text-align: center;
	    box-sizing: border-box;
	    padding: 5px 2px;
	    border-radius: 4px;
	    padding-left: 12px;
	}
	#header .hide-d span {
	    margin-left: 8px;
	    max-width: 130px;
	    font-size: 12px;
	}
}
@media screen and (max-width: 380px) {
	.newCon {
		height: 300px;
	}
	.btn {
		font-size: 13px;
	}
	.lphone a {
	    color: #fff;

	    font-weight: 400;
	    line-height: 46px;
	    font-size: 26px;
	}
	.logoOver img {
		max-width: 37px;
	}
	.logoOver span {
		font-size: 17px;
	}
	.hala {
		display: none;
	}
	.logoOver .logo-wrap {
		border-bottom: 2px solid #fff;
	}
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) {
 .opacit_ {opacity:1;}
}

.reviewMenuButton a {
   position:relative
}
.reviewMenuButton a:after{
   content:"";
   display:block;
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   height:15px;
   margin:0 auto;
   background:url(/wp-content/uploads/2018/10/rewiew-5-stars-300-web.png) bottom center no-repeat;
   background-size:contain!important
}
@media screen and (max-width:880px){
   .reviewMenuButton{
       background:0 0!important
   }
	.testi-homepage {
		display: grid !important
	}
	.testi-homepage iframe {
    margin-bottom: 20px;
    width: 100%;
}
}
.ezcol.ezcol-three-quarter.team-text * {
    text-align: left;
}

.testi-homepage {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.postauthor {
	display:none!important;
}


@media screen and (min-width:880px) {
	.single-post #content_box {
		margin-top:100px;
	}

	.category-blog #content_box {
		margin-top:100px;
	}
}

@media screen and (min-width:880px) {
	.bullets {
		column-count:3;
	}


	.bullets {
		padding-left:20px;
		/*list-style:disc;
		display:flex;
		flex-wrap:wrap;*/
	}
	/*
	.bullets li {
		flex-basis:33.3%;
	}*/
	.flex-videos {
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	.flex-videos > video {
		margin:10px;
	}
}

.conditions {
	background-color:#294552;
	padding:30px 0;
}

.conditions * {
	color:white;
}
