@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');

@import url("colors/color-3.css");

/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;}
#royal_preloader {
    width: 100%;
    height: 100%;font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;}
#royal_preloader.complete {
    opacity: 0;}
#royal_preloader .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;}
#royal_preloader.number .percentage {
    color: #FFFFFF;font-family: 'Exo 2', sans-serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;}
#royal_preloader.text .loader {
    position: absolute;
    text-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-transform:uppercase;
    text-align:center;
    top: 50%;
    left: 50%;
    width:240px;
    margin-left:-120px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 30px;
    white-space: nowrap;}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;}
#royal_preloader.logo .loader {
    width: 70px;
    height: 92px;
    position: absolute;
   /* left: 53%;*/
	left:0px;right:0px;
    top: 45%;
   /* margin: -14px 0px 0px -102px;*/
	margin:0 auto;
    background-size:200px 28px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;}
#royal_preloader.logo .percentage {
   display: none;}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}


/* #Navigation
================================================== */


#menu-wrap{
    position: fixed;
    padding-bottom:10px;
    width:100%;  /*  border-bottom: 1px solid #ccc;*/
    z-index:500;
    top:0;
    left:0;}
.menu-back{
    background: #efefef;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}
.cbp-af-header {
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}

.cbp-af-header.cbp-af-header-shrink {
    background: #efefef;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}
.cbp-af-header.cbp-af-header-shrink .logo{
    width:62px;margin-top:10px;
    top:0px;
    background-size:50px 66px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
    margin-top:10px;
    margin-bottom:15px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
    background:none;}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
    background:none; }
ul.slimmenu li ul li a {
    color: #000;}
ul.slimmenu li ul li a:hover {}
ul.slimmenu li ul li { 
    background:none;
    padding-left:0; }
ul.slimmenu li ul {
    background:rgba(250,250,250,.95);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);}
.project-text ul li{margin-bottom: 10px;
line-height: 30px;
text-align: left;
list-style: disc;}
.whyats ul li{margin-bottom: 10px;
line-height: 30px;font-size: 18px;
text-align: left;
list-style: disc}
.whyats ul{width: 100%;
    max-width: 440px;
    float: left;}
.project-text.values ul li{text-align: center;list-style: none;}
.logo{
    width: 90px;height: auto; float: left;}
.imgcenter{width: 100%;text-align: center;margin-top: 40px;}
.imgcenter img{max-width: 600px;}
.logo img{width: 70%; margin-top: 14px;}
.hvac .imgicons{width: 300px; margin: auto;}
.hvac .imgicons img{width: 100px;float: left;}
.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;}
.hvac{margin-top: 50px}
ul.slimmenu {
    padding-top:10px;
    padding-right:10px;
    text-align:right;
    margin-top:25px;
    margin-bottom:25px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
    float: right;}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    background:url('../images/line.png') 0 14px no-repeat;
    background-size:15px 10px;
    padding-left:20px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #323232;
    padding: 10px 0px;
    cursor:pointer;
    margin: 0px 12px;font-family: 'Exo 2', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
ul.slimmenu li a:hover {
    text-decoration: none;}
ul.slimmenu li {}
ul.slimmenu li:first-child {
    background:none;}
ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;}
ul.slimmenu li .sub-collapser:before {
    display:none;}
ul.slimmenu li .sub-collapser > i {
    display:none;}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;}
ul.slimmenu li ul a{
    font-size:10px;}
ul.slimmenu li ul li:first-child { 
    background:none; }
ul.slimmenu li ul li {
    background:none;
    padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 200px;}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;}
ul.slimmenu.collapsed {
    padding:0;
    margin:0;}
ul.slimmenu.collapsed li:hover{background:none;border:none!important;text-decoration:none!important;}
ul.slimmenu.collapsed li {    margin-bottom: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
text-align:left;}
ul.slimmenu.collapsed li a {
    display: block;
   /* border-bottom: 1px solid rgba(0, 0, 0, 0);*/
border-bottom:0px!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;line-height:14px;}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;}
/*ul.slimmenu.collapsed li > ul >li>a{line-height:25px;}*/
ul.slimmenu.collapsed li > ul >li:hover{border:none!important;}
ul.slimmenu.collapsed li > ul >li a{}


.servicemenu:hover .servicesubmenu {
  visibility: visible;display:block!important;
  transition-delay: 0s; /* react immediately on hover */
}
/*ul.slimmenu li a.servicemenu:after{content:'\203A';font-size:14px;}*/

/* #Home
================================================== */
.home{
    min-height:800px;}

#video-volume {
    bottom: 60px;
    color: #212121;
    width:35px;
    height:35px;
    border-radius:3px;
    line-height:35px;
    cursor: pointer;
    font-size: 15px;
    display:block;
    right:10%;
    background:#fff;
    position: absolute;
    z-index:100;
    text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
#video-volume:hover {
    color: #fff;}
a#bgndVideo {
    z-index:-5;}
/* youtube player
--------------------------------------------------------*/

.mb_YTVPlayer :focus {
    outline: 0;}

.mb_YTVPlayer{
    display:block;
    overflow:hidden;
}

.mbYTP_wrapper iframe{
    max-width: 4000px !important;
    overflow:hidden;
}

.inline_YTPlayer{
    margin-bottom: 20px;
    vertical-align:top;
    position:relative;
    left:0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
    border: none!important;
    transform: none!important;
}

/*CONTROL BAR*/
.mb_YTVPBar{
    transition: opacity 1s;
    width:280px;
    height:10px;
    padding:5px;
    position:absolute;
    bottom:60px;
    right:10%;
    box-sizing:padding-box;
    text-align:left;
    z-index: 1000;
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height:24px;
    opacity:.8;
}

.mb_YTVPBar:hover{
    opacity:.9;
}

.mb_YTVPBar .buttonBar{display: none;
    transition: all 1s;
    background:rgba(5,5,5,.9);
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height:24px;
    position:absolute;
    top:-17px;
    left:0;
    padding: 5px;
    width:100%;
    box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar{
    background:rgba(5,5,5,1);
}

.mb_YTVPBar span{
    display:inline-block;
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height:24px;
    position:relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime{
    width: 100px;
    text-align:right;
    float:right;
    margin-right:20px;
}

.mb_YTVPBar span.mb_YTVPUrl,.mb_YTVPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display:block;
    top:6px;
    right:20px;
    cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img{
    width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
    left:185px;
    right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img{
    width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a{
    color:white;
}

.mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img{
    cursor:pointer;
    margin-left: 20px;
}

.mb_YTVPMuteUnmute{
    cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTVPProgress{display: none;
    height:4px;
    width:100%;
    background:#111;
    bottom:-2px;
    left:0;
}

.mb_YTVPLoaded{
    height:4px;
    width:0;
    background:#555;
    left:0;
}

.mb_YTVTime{
    height:4px;
    width:0;
    bottom:0;
    left:0;
}

.YTPOverlay{
  /*box-shadow: inset 0 0 5px rgba(0,0,0,.5);*/
}

#home {
    z-index:100;
}

.section {
    position:relative;
    margin:0 auto;
}

/* #Boxed or Full-Width
================================================== */
.boxed-width {
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ================================================== */

.sliderimage-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{    margin-top: -50px;}
.owl-theme .owl-controls .owl-buttons .owl-next{    margin-top: -50px;}
.boxed-width-menu {
    width:calc(100% - 300px);
}
.padding-top-bottom{
    padding-top:40px;
    padding-bottom:30px;
}
.padding-top{
    /*padding-top:110px;*/
padding-top:90px;
}
.padding-bottom{
    padding-bottom:50px;
}
.white-background {
    background-color:#fff;
}
.grey-background {
    background-color:#f7f7f7;
}

.section-padding-bottom{
    padding-bottom:40px;
}

.owl-theme .owl-controls{display:none;}


.cd-intro {
    position:absolute;
    left:0;
    top:50%;
    margin-top:-130px;
    margin-left:10%;
    width: 80%;
    z-index:10;
}
.cd-intro h1 {
    font-size: 70px; 
    line-height:100px;
    text-align: left;
    letter-spacing:3px;
    font-weight: 700;
    color:#40b03d;
}

.cd-intro.dark h1,
.scroll-down.dark {
    color:#212121;
}
.small-intro.dark {
    color:#606060;
}

.cd-headline {
}
.cd-words-wrapper {
  display: inline;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.loading-bar span {
  display: inline;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}




.small-intro {
    width: 80%;
font-family: 'Exo 2', sans-serif;
    font-weight: 500;

font-size: 25px;

line-height: 40px;
    text-align:left;
    color:#f0f0f0;
    z-index:10;
}


.scroll-down{
    position:absolute;
    left:10%;
    bottom:60px;
font-family: 'Exo 2', sans-serif;
    font-weight:700;
    font-size: 13px;
    line-height:16px;
    text-transform: uppercase;
    letter-spacing:2px;
    text-align:left;
    color:#fff;
    z-index:1000;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.scroll-down span{
    font-family: 'FontAwesome';
    padding-right:5px;
}

.home-background-mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    z-index:1;
}



.header-section-text{
    position:relative;
    width:100%;
}
.header-section-text h2{
    z-index:2;
}

/*.header-section-text h1{
    z-index:2;
	font-size: 54px!important;
    line-height: 54px!important;
    text-transform: uppercase!important;
	color: #323232;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    font-weight: 700;
}*/
.headerTitles h1{ z-index:2;
	font-size: 54px!important;
    line-height: 54px!important;
    text-transform: uppercase!important;
	color: #323232;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    font-weight: 700;}

.headerTitles h2{font-family: 'Exo 2', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing:2px;
    font-size: 18px;
    line-height:24px;
    color:#999999;
    text-align:center;
    padding-bottom:10px;
    z-index:2;}

.sub-top{
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing:2px;
    font-size: 18px;
    line-height:24px;
    color:#999999;
    text-align:center;
    padding-bottom:10px;
    z-index:2;
}

/*.header-section-text .sub-top h2{
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing:2px;
    font-size: 18px;
    line-height:24px;
    color:#999999;
    text-align:center;
    padding-bottom:10px;
    z-index:2;
}*/

.sub-line{
    position:relative;
    margin:0 auto;
    width:40px;
    height:0;
    margin-top:20px;
}
.text-padding{
    padding-bottom:20px;
}

.section-separator-line{
    position:relative;
    width:100%;
    max-width:350px;
    margin:0 auto;
    opacity:.3;
    /*margin-bottom:80px;*/
    padding-bottom:80px;border:none!important;
}

/* #About
================================================== */

.about-carousel-wrap{ 
    position:relative;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    z-index:2;
} 

#sync1 .item {
    position: relative; 
    margin: 0 auto;
    width:100%;
    display: block;
}
#sync1 .item:after {
  content: '';
  display: block;
  clear: both;
}
#sync1 .item img{
}
#sync1 .item p{
    width:100%;
    max-width:800px;
    margin: 0 auto;text-align:justify;
}
#sync1 .item h6{
}
#sync2 {
    position:relative;
    width:100%;
    max-width:1180px;
    margin:0 auto;
}
#sync2 .item{
    width:80%;
    margin-left:10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index:200;
    cursor:pointer;
    margin-top:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .item .line{
    position:absolute;
    width:100%;
    height:1px;
    top:80px;
    left:-100%;
    z-index:1px;
    background:#5bad4b;
    opacity:0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
#sync2 .item .point-item {
    position: absolute;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background:#5bad4b;
    z-index:1;
    top:40px;
    left:50%;
    margin-left:-3px;
    opacity:0;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}


#sync2 .item .line-ver{
    position:absolute;
    width:1px;
    height:20px;
    top:40px;
    left:50%;
    z-index:1px;
    background:#5bad4b;
    opacity:0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
#sync2 .item p{
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 12px;
    line-height:25px;
    padding-top:10px;
    color:#212121;
    text-transform: uppercase;
    letter-spacing:3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .item:hover p{
}
#sync2 .synced .item {
}


#sync2 .synced .item .line{
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity:1;
}
#sync2 .synced .item .line-ver{
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity:1;
}
#sync2 .synced .item .point-item {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity:1;
}







.cd-single-item {
  position: relative;
  background: #ffffff; }

.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper {
      width: 50%; }
      .cd-slider-active .cd-slider-wrapper {
        width: 100%; } }

.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .cd-slider li img {
      display: block;
      width: 100%; }
    .cd-slider li.selected {
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
 @media only screen and (width:499px) {
	 .hvac .disinfectionImg img{max-height:52px!important;}
}
 @media only screen and (width: 600px) {
	 .hvac .disinfectionImg img{width:341px!important;text-align:center!important;margin-left:-21px!important;}
	 .ductOne{margin-bottom:0px!important;}
	 
	 
}
  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: pointer; }
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    background: rgba(245,245,245,.5) url("../images/cd-icon-zoom.png") no-repeat center center;
        /* size of the icon */
        background-size: 48px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } }

@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("../images/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;background-color: rgb(255,255,255,0.7);
    white-space: nowrap; }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-navigation li:first-child {
      left: 30px; }
    .cd-slider-navigation li:last-child {
      right: 30px; } }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  .cd-slider-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .touch .cd-slider-pagination {
    visibility: hidden; }
  .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 3px; }
    .cd-slider-pagination li.selected a {
      background: #323232; }
  .cd-slider-pagination a {
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 1px solid #323232;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(32, 32, 32, 0);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("../images/cd-icon-close.svg") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;background-color: rgb(255,255,255,0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper .cd-close {
      display: block; } }

.cd-item-info {
  padding: 50px 5%; }
  .cd-item-info h5, .cd-item-info p {
    max-width: 480px; 
    text-align:left;}
  .cd-item-info h5 {}
  .cd-item-info p {}
@media only screen and (min-width: 1024px) {
.cd-item-info {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    padding: 60px 60px 0;
    margin: 0; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
} 
}

.cd-content p {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;}

@media only screen and (width: 1024px) {
.visions, .missions{ min-height: 280px!important;}
#work .grey-background .three.columns.sevi{margin-left: 14px!important; margin-right: 14px!important;}
}

@media only screen and (min-width: 320px) and (max-width: 475px) {
#work .grey-background .three.columns.sevi{margin-left:0px!important;}
}

@media only screen and (width: 768px) {
	.ductTwo{    min-height: 148px!important;}
.visions, .missions{ min-height: 340px!important;}
#work .grey-background .three.columns.sevi{margin-left:10px!important;margin-right:10px!important;}
#work .grey-background .three.columns.sevi .services-item{padding:3px!important;    min-height: 205px;}
#work .grey-background .three.columns.sevi .services-item h6{font-size: 13px!important;}
}


@media only screen and (min-width: 1200px) {
.cd-item-info {
    padding: 80px 60px 0;}
}
@media only screen and (min-width: 1400px) {
.cd-item-info {
    padding: 100px 60px 0;}
}
@media only screen and (min-width: 1600px) {
.cd-item-info {
    padding: 120px 60px 0;}
}
@media only screen and (min-width: 1800px) {
.cd-item-info {
    padding: 120px 60px 0;}
}
@media only screen and (min-width: 2000px) {
.cd-item-info {
    padding: 120px 60px 0;}
}




.team-wrap{
    position:relative;
    width:100%;
    overflow:hidden;
    padding-bottom:67px;
}
.team-wrap img{
    width:100%;
    height:auto;
    display:block;
}
.team-wrap .mask-team{
    position:absolute;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width:100%;
    height:100%;
    left:0;
    top:calc(100% - 67px);
    overflow:hidden;
    z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;   
}
.team-wrap:hover .mask-team{
    background:rgba(247,247,247,.9);
    top:0;  
}
.team-wrap .mask-team h6{
    text-align:left;
    padding-bottom:5px; 
    padding-top:30px;       
    padding-left:30px;float: left;
width: 100%;
height: 40px;
}
.team-wrap .mask-team p span{
    width:100%;
    font-size:10px;
    display:block;
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    line-height:14px;
    text-align:left;    
    padding-bottom:30px;        
    padding-left:30px;
    letter-spacing:2px;
    text-transform: uppercase;
}
.team-wrap .mask-team ul{
    display:block;  
    padding-bottom:23px;        
    padding-left:30px;
}
.team-wrap .mask-team ul li{    
    margin-bottom:2px;
}
.team-wrap .mask-team ul li p span{
    font-family: 'FontAwesome';
    padding-right:10px;
    font-size: 6px;
    line-height:17px;
    vertical-align:text-top;
    display:inline-block;
    text-align:left;    
    padding-bottom:0;       
    padding-left:0;
    width:auto;
}
.team-wrap .mask-team ul li p {
    text-align:left;
font-family: 'Exo 2', sans-serif;
    font-weight:500;
    font-size: 10px;
    line-height:25px;
    color:#606060;
    letter-spacing:2px;
    text-transform: uppercase;
}

.social-team{ 
    position:relative;
    z-index:2;
    height:25px;
}
.list-social li {
    list-style: none;
    text-align:left;
    display: inline-block;
    float:left;
    padding-left:15px;
    margin-right:15px;
    border-left:1px dotted rgba(0,0,0,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:first-child {
    padding-left:0;
    border-left:none;;
}
.list-social li.icon-soc a {
    font-family: 'FontAwesome';
    display: block;
    font-size: 14px;
    line-height: 25px;
    color:#212121;
    opacity:1;
    margin:0;
    padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:hover{
}
.list-social li:hover.icon-soc a{
    opacity:.6;
}




.about-history{
    position:relative;
    width:100%;
}
.about-history h6,
.about-history p{
    text-align:left;
}

.pro-bar-container {
    position:relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: calc(100% - 50px);
    height: 2px;
    background: #ccc;
}
.pro-bar-margin {
    margin-bottom:15px;
}
.pro-bar-margin-last {
    margin-bottom:9px;
}
.skills-name{
    position:relative;
    width:100%;
    text-align:left;
    padding-bottom:5px;font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 10px;
    letter-spacing:2px;
    color:#212121;
    text-transform: uppercase;
}
.pro-bar {
    position:relative;
    height: 2px;
    overflow:hidden;
}
.text-in-bar {
    position:absolute;
    top:-13px;
    right:-50px;
    width:35px;
    height:25px;
    background:#212121;
    border-radius:3px;
    text-align:center;
    font-weight:400;
    font-size: 11px; 
    line-height:25px;
    color:#fff;
    z-index:2;
}
.arrow-skills{
    position:absolute;
    right:-16px;
    top:-7px;
    width:0;
    height:0;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    border-right:7px solid #212121;
    z-index:2;
} 


    .pro-bar.bar-100    { width: 100%; }
    .pro-bar.bar-99     { width: 99%;  }
    .pro-bar.bar-98     { width: 98%;  }
    .pro-bar.bar-97     { width: 97%;  }
    .pro-bar.bar-96     { width: 96%;  }
    .pro-bar.bar-95     { width: 95%;  }
    .pro-bar.bar-94     { width: 94%;  }
    .pro-bar.bar-93     { width: 93%;  }
    .pro-bar.bar-92     { width: 92%;  }
    .pro-bar.bar-91     { width: 91%;  }
    .pro-bar.bar-90     { width: 90%;  }
    .pro-bar.bar-89     { width: 89%;  }
    .pro-bar.bar-88     { width: 88%;  }
    .pro-bar.bar-87     { width: 87%;  }
    .pro-bar.bar-86     { width: 86%;  }
    .pro-bar.bar-85     { width: 85%;  }
    .pro-bar.bar-84     { width: 84%;  }
    .pro-bar.bar-83     { width: 83%;  }
    .pro-bar.bar-82     { width: 82%;  }
    .pro-bar.bar-81     { width: 81%;  }
    .pro-bar.bar-80     { width: 80%;  }
    .pro-bar.bar-79     { width: 79%;  }
    .pro-bar.bar-78     { width: 78%;  }
    .pro-bar.bar-77     { width: 77%;  }
    .pro-bar.bar-76     { width: 76%;  }
    .pro-bar.bar-75     { width: 75%;  }
    .pro-bar.bar-74     { width: 74%;  }
    .pro-bar.bar-73     { width: 73%;  }
    .pro-bar.bar-72     { width: 72%;  }
    .pro-bar.bar-71     { width: 71%;  }
    .pro-bar.bar-70     { width: 70%;  }
    .pro-bar.bar-69     { width: 69%;  }
    .pro-bar.bar-68     { width: 68%;  }
    .pro-bar.bar-67     { width: 67%;  }
    .pro-bar.bar-66     { width: 66%;  }
    .pro-bar.bar-65     { width: 65%;  }
    .pro-bar.bar-64     { width: 64%;  }
    .pro-bar.bar-63     { width: 63%;  }
    .pro-bar.bar-62     { width: 62%;  }
    .pro-bar.bar-61     { width: 61%;  }
    .pro-bar.bar-60     { width: 60%;  }
    .pro-bar.bar-59     { width: 59%;  }
    .pro-bar.bar-58     { width: 58%;  }
    .pro-bar.bar-57     { width: 57%;  }
    .pro-bar.bar-56     { width: 56%;  }
    .pro-bar.bar-55     { width: 55%;  }
    .pro-bar.bar-54     { width: 54%;  }
    .pro-bar.bar-53     { width: 53%;  }
    .pro-bar.bar-52     { width: 52%;  }
    .pro-bar.bar-51     { width: 51%;  }
    .pro-bar.bar-50     { width: 50%;  }
    .pro-bar.bar-49     { width: 49%;  }
    .pro-bar.bar-48     { width: 48%;  }
    .pro-bar.bar-47     { width: 47%;  }
    .pro-bar.bar-46     { width: 46%;  }
    .pro-bar.bar-45     { width: 45%;  }
    .pro-bar.bar-44     { width: 44%;  }
    .pro-bar.bar-43     { width: 43%;  }
    .pro-bar.bar-42     { width: 42%;  }
    .pro-bar.bar-41     { width: 41%;  }
    .pro-bar.bar-40     { width: 40%;  }
    .pro-bar.bar-39     { width: 39%;  }
    .pro-bar.bar-38     { width: 38%;  }
    .pro-bar.bar-37     { width: 37%;  }
    .pro-bar.bar-36     { width: 36%;  }
    .pro-bar.bar-35     { width: 35%;  }
    .pro-bar.bar-34     { width: 34%;  }
    .pro-bar.bar-33     { width: 33%;  }
    .pro-bar.bar-32     { width: 32%;  }
    .pro-bar.bar-31     { width: 31%;  }
    .pro-bar.bar-30     { width: 30%;  }
    .pro-bar.bar-29     { width: 29%;  }
    .pro-bar.bar-28     { width: 28%;  }
    .pro-bar.bar-27     { width: 27%;  }
    .pro-bar.bar-26     { width: 26%;  }
    .pro-bar.bar-25     { width: 25%;  }
    .pro-bar.bar-24     { width: 24%;  }
    .pro-bar.bar-23     { width: 23%;  }
    .pro-bar.bar-22     { width: 22%;  }
    .pro-bar.bar-21     { width: 21%;  }
    .pro-bar.bar-20     { width: 20%;  }
    .pro-bar.bar-19     { width: 19%;  }
    .pro-bar.bar-18     { width: 18%;  }
    .pro-bar.bar-17     { width: 17%;  }
    .pro-bar.bar-16     { width: 16%;  }
    .pro-bar.bar-15     { width: 15%;  }
    .pro-bar.bar-14     { width: 14%;  }
    .pro-bar.bar-13     { width: 13%;  }
    .pro-bar.bar-12     { width: 12%;  }
    .pro-bar.bar-11     { width: 11%;  }
    .pro-bar.bar-10     { width: 10%;  }
    .pro-bar.bar-9      { width: 9%;   }
    .pro-bar.bar-8      { width: 8%;   }
    .pro-bar.bar-7      { width: 7%;   }
    .pro-bar.bar-6      { width: 6%;   }
    .pro-bar.bar-5      { width: 5%;   }
    .pro-bar.bar-4      { width: 4%;   }
    .pro-bar.bar-3      { width: 3%;   }
    .pro-bar.bar-2      { width: 2%;   }
    .pro-bar.bar-1      { width: 1%;   }
    .pro-bar.bar-0      { width: 0%;   }

    
.counter-wrap{
    position:relative;
    width:100%;
    margin:0 auto;
    z-index:10;
}   
.counter-numb{
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;font-family: 'Exo 2', sans-serif;
    font-weight:100;
    font-size: 44px;
    line-height:44px;
    letter-spacing:4px;
    color:#212121;
    padding-bottom:10px;
}
.counter-line{
    position:relative;
    width:30px;
    margin:0 auto;
    text-align:center;
    height:2px;
    margin-top:10px;
    margin-bottom:10px;
}   
.counter-wrap h6{
    text-align:center;
    padding-top:10px;
    padding-bottom:0;
}   
    
    

/* #Work
================================================== */

#projects-grid{
    position:relative;
    text-align:center;
    margin:0 auto;
    width:calc(100% - 60px);
    padding-bottom:30px;
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-box-1{
    position:relative;
    float:left;
    width:25%;
    display:inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow:hidden;
    margin-left:-1px;
    -webkit-transform: translate3d(1px,0,0);
    transform: translate3d(1px,0,0);margin-bottom: 50px;
}
.portfolio-box-1.box-port-half{
    width:50%;
    margin-left:-3px;
    -webkit-transform: translate3d(3px,0,0);
    transform: translate3d(3px,0,0);
}
.portfolio-box-1 .mask-1{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:30px solid #fff;
    background:rgba(0,0,0,0);
    z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover .mask-1{
    background:rgba(0,0,0,.8);
}
.portfolio-box-1 h6{
    position:absolute;
    top:60px;
    left:120px;
    color:#fff;
    z-index:4;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover h6{
    left:60px;
    opacity:1;
}
.portfolio-box-1 .line-mask{
    position:absolute;
    top:93px;
    left:120px;
    z-index:4;
    opacity:0;
    width:30px;
    height:1px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover .line-mask{
    left:60px;
    opacity:1;
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
}
.portfolio-box-1 p{
    position:absolute;
    top:107px;
    left:120px;
    color:#fff;
    z-index:4;
    opacity:0;
    font-size:10px;
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    line-height:14px;
    text-align:left;    
    letter-spacing:3px;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover p{
    left:60px;
    opacity:1;
    -webkit-transition-delay:0.4s;
    transition-delay:0.4s;
}




.portfolio-box-1 img{
    width:90%;
    height:auto;
    display:block;margin: auto;
}
#portfolio-filter {
    position:relative;
    width:100%;
    text-align: center;
}
#filter {
    position:relative;
    width:100%;
    text-align: center;
}

#filter li {
    display: inline-block;
    text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
    position: relative;
    display: inline-block;
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    border-radius:3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px; 
    padding:8px 22px;
    background:#efefef;
    margin-bottom:5px;
    text-align: center;
    outline: none;
    color: #323232;
    margin-left:5px;
    margin-right:5px;
    letter-spacing:2px;
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li .current {
    background:#e2e2e2;
}
#filter li a:hover {
    background:#e2e2e2;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}


/* #Ajax Projects Expander Styles
================================================== */

    .relative{
        position: relative;
    }
    .portfolio{
        width:100%;
        height: auto;
        margin:0 auto;
        max-width: 1200px;
    }   
    .expander-wrap {
        position:relative;
        display: none;
        text-align: center;
    }

    #expander-wrap{
        position: relative;
        width:100%;
        max-width:1200px;
        margin:0 auto;
        overflow: hidden;
    }


/* Expander Item Controls */

    .project-controls{
        position: relative;
        width:100%;
        height: auto;
        top:105px;
        max-width: 1200px;
        margin:0 auto;
    }
    .expander-inner{
        position: relative;
    }
    .cls-btn{
        width:100%;
        padding: 0;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    .expander-wrap .cls-btn .close {
        position:relative;
        display: inline-block;
        color:#000;
        top:0;
        margin-top:110px;
        margin-bottom:20px;
        width:auto;
        height:auto;
        font-size:30px;
        font-weight:400;
        text-align:center;
        cursor: pointer;
        float:none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .expander-close:hover {
        color:#3a3a3a;
        cursor:pointer;
    }   
.scroll-to-contact{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background:#fff;
    z-index:2;
    padding-top:40px;
    padding-bottom:35px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}   
.scroll-to-contact p{
    text-align:center;
    color:#606060;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:400;
    font-size: 12px;
    line-height:12px;
    margin:0 auto;
    width:120px;
    padding-bottom:7px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}  




.ajax-project-content{
    position: relative;
    width:100%;
    padding-top:34px;
    padding-bottom:34px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.ajax-project-content p{
    text-align:left;
    padding-bottom:34px;
    border-bottom:1px solid #ccc;
}
.ajax-project-info{
    position: relative;
    width:100%;
    padding-top:34px;
    padding-bottom:22px;
    margin-bottom:34px;
    border-bottom:1px solid #ccc;
}
.ajax-project-info .ajax-info{
    position: relative;
    width:100%;
    padding-bottom:12px;
font-family: 'Exo 2', sans-serif;
    font-weight:400;
    font-size: 12px;
    line-height:24px;
    text-align:left;
    text-transform: uppercase;
    letter-spacing:3px;
    color:#404040;
}
.ajax-project-info .ajax-info span{
    padding-right:10px;
    font-size: 14px;
    font-family: 'FontAwesome'; 
}
.ajax-link{
    position: relative;
    width:100%;
font-family: 'Exo 2', sans-serif;
    font-weight:400;
    font-size: 12px;
    line-height:24px;
    text-align:left;
    text-transform: uppercase;
    letter-spacing:3px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ajax-link:hover{
    color:#404040;
}
.full-image img{
    width:100%;
    height:auto;
    display:block;
}

#owl-portfolio-slider{
}
#owl-portfolio-slider .item{
    position:relative;
    width:100%;
}
#owl-portfolio-slider .item img{
    width:100%;
    height:auto;
    display:block;
}
#owl-portfolio-slider .item .left-info{
    position:absolute;
    bottom:30px;
    left:30px;
    background:rgba(244,244,244,.95);
    color:#212121;
    padding:15px 30px;
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height:20px;
    letter-spacing:4px;
    text-transform: uppercase;
}

 
.header-section-text.single-project-ajax{
    padding-bottom:20px;
}
.header-section-text.single-project-ajax h5{
    z-index:2;
    padding-bottom:0;
    text-transform: uppercase;
}
.header-section-text.single-project-ajax .sub-top{
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing:2px;
    font-size: 14px;
    line-height:20px;
    color:#999999;
    text-align:center;
    padding-bottom:7px;
    z-index:2;
}


.section-call-action-link.inverted{
    background:#40b03d;
    
}
.section-call-action-link.inverted:hover{
    background:#f9f9f9;
}
.section-call-action-link.inverted p,.section-call-action-link.inverted h6 a{color: white;}

.section-call-action-link.inverted:hover p,.section-call-action-link.inverted:hover h6 a{
    color: #40b03d;}
.section-call-action-link{
    position:relative;
    text-align:center;
    margin:0 auto;
    padding-top:50px;
    padding-bottom:50px;
    background:#f9f9f9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.section-call-action-link:hover{
    background:#40b03d;
}
.section-call-action-link p{
    text-align:center;
    font-weight:600;
    letter-spacing:2px;
    padding-bottom:15px;
    color:#40b03d;
}
.section-call-action-link:hover p{color: #fff;}
.section-call-action-link h6{
    text-align:center;
    color:#40b03d;
    padding-bottom:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.section-call-action-link:hover h6{
    color:#fff;
}


/* #External Project
================================================== */

.parallax-project {
    background: url('../images/portfolio/project/1.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-project { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-project { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-project { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax-project-1 {
    background: url('../images/portfolio/project/5.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-project-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-project-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-project-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.project-text.industrials{max-width: 800px;}
.project-text{
    position:relative;
    width:100%;
    margin:0 auto;
    max-width:700px;
    padding-bottom:50px;
}
.project-text p{
    text-align:center;
}

.project-image-wrapper{
    position:relative;
    width:100%;
}
.project-image-wrapper img{
    width:100%;
    height:auto;
    display:block;margin-bottom: 30px;
}



.project-arrows-wrapper{
    position:relative;
    width:100%;
}
.project-arrows-wrapper {
  content: '';
  display: block;
  clear: both;
}
.project-arrow-left{
    position:relative;
    display:inline-block;
    float:left;
    height:60px;
    width:49.99999999%;
    min-width:100px;
    background-image:url('../images/project-left.svg');
    background-position:center left;
    background-repeat:no-repeat;
    background-size:100px 100px;
}
.project-arrow-left p{font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 12px;
    line-height:60px;
    color:#828282;
    text-align:left;
    text-transform: uppercase;
    letter-spacing:2px;
    padding-left:40px;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-arrow-left:hover p{
    padding-left:90px;
    opacity:1;
}
.project-arrow-right{
    position:relative;
    display:inline-block;
    float:right;
    height:60px;
    width:49.99999999%;
    min-width:100px;
    background-image:url('../images/project-right.svg');
    background-position:center right;
    background-repeat:no-repeat;
    background-size:100px 100px;
}
.project-arrow-right p{
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 12px;
    line-height:60px;
    color:#828282;
    text-align:right;
    text-transform: uppercase;
    letter-spacing:2px;
    padding-right:40px;
    opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-arrow-right:hover p{
    padding-right:90px;
    opacity:1;
}

/* #Logos
================================================== */

#owl-logos{
    position:relative;
    width:100%;
    margin:0 auto;
    z-index:2;
    padding-bottom:30px;
}
#owl-logos .item{
    position:relative;
    margin:0 auto;
    margin-left:10px;
    margin-right:10px;
    text-align: center;
}
#owl-logos .item img{
    width:100%;
    max-width:120px;
    height:auto;
    display:block;
    margin:0 auto;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-logos .item:hover img{
    opacity:.4;
}
#owl-logos.owl-theme .owl-controls{
    top:auto;
    bottom:-10px;
    left:0;
    width:100%;
    margin:0 auto;
}
.owl-theme .owl-controls {
    
    margin-top: -50px;
}
/* #Services
================================================== */

.services-item{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
    -moz-box-shadow:    inset 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    box-shadow:         inset 0 0 2px rgba(0,0,0,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;height: auto;

min-height: 241px;
}
 @media only screen and (width:600px){

.owl-item h6{padding-left:30px;
padding-right:30px;}

}




    @media only screen and (min-width: 320px) and (max-width: 479px) {
		.services-item{width: 100%;}
}
.services-item h6{
    text-align:center;
    color: #40b03d;font-size:16px;
}
.services-item p{
    text-align:justify;margin-top: 20px;
}
.icon-services img{width: 100%;   -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.services-item .icon-services{
    position:relative;
    margin:0 auto;
    text-align:center;
    width:100%;
}
.services-item .icon-services:hover img{ -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);

}
.services-item .icon-services svg{
    text-align:center;
    width:60px;
    height:60px;
    margin:0 auto;
    display:block;
}
.services-item .fill-color{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-item:hover .fill-color{
    fill:#212121;
}



/* #Pricing
================================================== */

.pricing-item{
    position:relative;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px;
    margin:0 auto;
    text-align:center;max-width: 500px;min-height: 335px;
}
.pricing-item:hover{
   
}
.pricing-item.popular{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pricing-item h6{
    text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    color:#fff;font-size: 26px;
line-height: 31px;
}
.pricing-item p{
    text-align:center;
    padding-top:3px;
    padding-bottom:3px;
    text-transform: uppercase;
    letter-spacing:2px;
    font-size: 12px;
    color:#fff;
}
.pricing-item p span{
    font-weight:800;
}
.pricing-item .number-price{
    position:relative;
    width:100%;font-family: 'Exo 2', sans-serif;
    font-weight:100;
    font-size: 54px;
    line-height:54px;
    color:#323232;
    text-align:center;
    padding-bottom:17px;
}
.pricing-item .number-price span{
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height:62px;
    vertical-align:super;
    font-weight:400;
    padding-right:8px;
}
.pricing-item .number-price span:last-child{
font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height:54px;
    vertical-align:-1%;
    font-weight:600;
    padding-right:0;
    padding-left:5px;
}
.pricing-item a.price-link{
    position:relative;font-family: 'Exo 2', sans-serif;
    text-align:center;
    padding-top:7px;
    padding-bottom:7px;
    width:130px;
    margin:0 auto;
    margin-top:22px;
    text-transform: uppercase;
    letter-spacing:2px;
    display:block;
    background:#111111;
    border-radius:3px;
    font-size: 12px;
    color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-item a.price-link:hover{
    color:#fff;
}


 
/* #Blog
================================================== */

.blog-item{
    position:relative;
    width:100%;
    z-index:2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px;
    background:rgba(255,255,255,.85);
    border:5px solid transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-item:hover{
    background:rgba(235,235,235,1);
    border-color:rgba(10,10,10,.2);
}

.blog-item h6{
    text-align:left;
}
.blog-item p{
    text-align:left;
    color:#828282;
}

.blog-item .blog-item-top-text{
    position:relative;
    width:100%;
    text-align:left;font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 11px;
    line-height:25px;
    text-transform: uppercase;
    letter-spacing:1px;
    padding-bottom:10px;
}
.blog-item .blog-item-top-text span{
    font-weight:800;
    color:#212121;
}

.blog-item .read-more{
    position:relative;
    width:100%;
    text-align:left;font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 13px;
    line-height:25px;
    letter-spacing:1px;
    padding-top:30px;
    color:#707070;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-item .read-more span{
    font-family: 'FontAwesome';
    padding-left:5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-item:hover .read-more span{
    padding-left:10px;
}
.blog-item .read-more.articles-text-center{
    text-align:center;
    padding-top:0;
}


/* #Blog Page
================================================== */

.parallax-blog {
    background: url('../images/parallax/blog.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-blog { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


.blog-box-wrapper {
    position: relative; 
    width: 100%;
}
.blog-box-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.blog-box-4 {
    position: relative; 
    float:left;
    width: 33.3333333%;
    display:inline-block;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blog-box-4 img {
    width: 100%;
    height:auto;
    display:block;
}
.blog-box-4 .mask-blog-white{
    position: absolute;
    top:0;
    left:0; 
    width: 100%;
    height:100%;
    z-index:5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:rgba(255,255,255,.9);
    -webkit-transition : all 0.2s ease-out;
    -moz-transition : all 0.2s ease-out;
    -o-transition :all 0.2s ease-out;
    transition : all 0.2s ease-out;
}
.blog-box-4:hover .mask-blog-white{
    background:rgba(255,255,255,.4);
}
.blog-box-4 .mask-blog-white::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    -webkit-transition: border-width 0.4s, border-color 0.4s;
    -moz-transition: border-width 0.4s, border-color 0.4s;
    -ms-transition: border-width 0.4s, border-color 0.4s;
    -o-transition: border-width 0.4s, border-color 0.4s;
    transition: border-width 0.4s, border-color 0.4s;
}
.blog-box-4:hover .mask-blog-white::before{
    border-width: 10px;
    border-color: rgba(0,0,0,.2);
}



.blog-box-4 .mask-blog-grey{
    position: absolute;
    top:0;
    left:0; 
    width: 100%;
    height:100%;
    z-index:5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:rgba(235,235,235,.9);
    -webkit-transition : all 0.2s ease-out;
    -moz-transition : all 0.2s ease-out;
    -o-transition :all 0.2s ease-out;
    transition : all 0.2s ease-out;
}
.blog-box-4:hover .mask-blog-grey{
    background:rgba(235,235,235,.4);
}
.blog-box-4 .mask-blog-grey::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0px solid transparent;
    content: '';
    -webkit-transition: border-width 0.4s, border-color 0.4s;
    -moz-transition: border-width 0.4s, border-color 0.4s;
    -ms-transition: border-width 0.4s, border-color 0.4s;
    -o-transition: border-width 0.4s, border-color 0.4s;
    transition: border-width 0.4s, border-color 0.4s;
}
.blog-box-4:hover .mask-blog-grey::before{
    border-width: 10px;
    border-color: rgba(0,0,0,.2);
}


.blog-box-4 .link{
    position: absolute;
    z-index:10;
    bottom: 40px;
    left: 40px;
    font-family: 'FontAwesome';
    font-size:16px;
    line-height:24px;
    color:#212121;
    text-align:left;
    -webkit-transition: color .3s, font-size .3s;
    -moz-transition: color .3s, font-size .3s;
    transition: color .3s, font-size .3s;
}
.blog-box-4:hover .link{
    font-size:20px;
}

.blog-box-4 .post-date{
    position: absolute;
    z-index:10;
    top: 40px;
    left: 40px;font-family: 'Exo 2', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    line-height:24px;
    text-align:left;
}
.blog-box-4 h6{
    position: absolute;
    z-index:10;
    top: 75px;
    left: 40px;
    text-align:left;
}

/* #Blog Posts
================================================== */

.padding-posts {
    padding-bottom:130px;
    padding-top:190px;
}
.post-top-text{
    position: relative; 
    width: 100%;
}
.post-top-text h4{
    text-align:left;
    line-height: 42px;
    padding-bottom:5px;
}
.post-top-text p{
    text-align:left;
}
.post-top-text .sub-line{
    float:left;
    display:block;
}
.container .three.columns.sevi{margin-left: 17px;
margin-right: 17px;}
.container .columns.greenhead{}
.greenhead.aboutpag{padding-bottom: 60px;}
.greenhead h5{float: left;
width: 100%; text-align: center;
color: #40b03d;line-height: 40px;font-size:20px;
}
.aboutul{margin-left: 30px; }
.project-text ul.aboutul li{list-style: none;}
.aboutul li::before {
  content: "\2022";  
  color: #40b03d;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;font-size: 25px;
}
.post-top-text .sub-text{
    display:block;
    padding-top:45px;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align:left;
    font-weight:600;
    font-size: 12px;
    line-height:24px;
    color:#606060;
}
.post-top-text .sub-text span{
    font-weight:800;
}

.post-bottom-text{
    position: relative; 
    width: 100%;
    margin-top:60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-bottom-text.left-align-text{
    padding-left:40px;
    border-left:5px solid #ccc;
}
.post-bottom-text p{
    text-align:justify;
}

.post-link-wrap{
    position: relative; 
    width: 100%;
    padding:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#111111;
    color:#fff;
    font-size: 18px; 
    line-height: 26px;
    font-family: 'Exo 2', sans-serif;
    text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-link-wrap:hover{
    background:#fff;
    color: #414141;
}
.audio-player{
    background-color:#131313;
    width:100%; 
    display:block;
    padding-top:50px;
    padding-bottom:45px;
}
audio{
    width:100%; 
    display:block;
}
.post-quote-wrap{
    position: relative; 
    width: 100%;
    padding:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#111111;
    color:#fff;
    font-size: 18px; 
    line-height: 34px;
    font-style: italic;
    letter-spacing:2px;
font-family: 'Exo 2', sans-serif;
    text-align:left;
}
.post-quote-wrap:before{
    content:'"';
    padding-right:5px;
    font-size: 28px;
    font-family: 'Exo 2', sans-serif;
}
.post-quote-wrap:after{
    content:'"';
    padding-left:5px;
    font-size: 28px;
    font-family: 'Exo 2', sans-serif;
}


/* #Contact
================================================== */


#ajax-form {
    width: 100%;
    font-family: 'Exo 2', sans-serif;
    font-size: 10px;
    line-height:14px;
    color:#101010;
    margin:0 auto;
}
#ajax-form label {
    display: block;font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height:30px;
}
#ajax-form input{
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;font-family: 'Exo 2', sans-serif;
    font-weight:600;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-bottom: 15px;
    background:transparent;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;font-family: 'Exo 2', sans-serif;
    font-weight:600;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-bottom: 15px;
    background:transparent;
    height:100px;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {  
    border-bottom:1px solid rgba(100,100,100,.2);
}
.error {
    font: 11px/22px 'Open Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    display: none;
    color:#636363;
}
#ajaxsuccess {
    background: #f2f2f2;
    color:#101010;
    font: 20px/60px 'Open Sans', sans-serif;
    height:60px;
    display: none;
    padding-left:10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.text-align-center{
    text-align:center;
    padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {   
    color: #101010;
}
#ajax-form textarea:active,
#ajax-form input:hover {    
    color: #101010;
}
#ajax-form textarea:focus,
#ajax-form input:focus {     
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form input::-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form input:-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form input::-webkit-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form textarea:-ms-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form textarea::-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form textarea:-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form textarea::-webkit-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
#ajax-form button {
    position:relative;
    width:160px;
    height:40px;font-family: 'Exo 2', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    text-transform:uppercase;
    text-align:center;
    border-radius:3px;
    margin:0 auto;
    display: block;
    padding:0;
    font-size: 13px;
    line-height:40px;
    background:#efefef;
    border:none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
#ajax-form button:hover {
    color:#fff;
    background:#212121;
}
#ajax-form button:focus,
#ajax-form button:active {
    border:none;
    outline:none;
}
#ajax-form input:-ms-input-placeholder  {
    color: #828282;
}
#ajax-form input::-moz-placeholder  {
    color: #828282;
}
#ajax-form input:-moz-placeholder  {
    color: #828282;
}
#ajax-form input::-webkit-input-placeholder  {
    color: #828282;
}
#ajax-form textarea:-ms-input-placeholder  {
    color: #828282;
}
#ajax-form textarea::-moz-placeholder  {
    color: #828282;
}
#ajax-form textarea:-moz-placeholder  {
    color: #828282;
}
#ajax-form textarea::-webkit-input-placeholder  {
    color: #828282;
}


.contact-det {
    position: relative;
    width: 100%;
}
.contact-det h6{
    text-align:center;
}
.contact-det p{
    text-align:center;
    font-weight:600;
    font-size: 15px;
    letter-spacing:0px;
}



#google-container {
    position: relative;
    width: 100%;
    height: 500px;
}
#cd-google-map {
    position: relative;
}
#cd-google-map address {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10%;
    padding-top:35px;
    padding-bottom:35px;
    background-color: rgba(255, 255, 255, 0.7);
font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    letter-spacing:2px;
    font-weight:600;
    font-size: 12px;
    line-height:12px;
    text-align: center;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    opacity:.7;
    background-image: url("../images/cd-icon-controller.svg");
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    opacity:1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}
#cd-zoom-out {
    background-position: 50% -32px;
}

/* #Footer
================================================== */

.arrow-up{
    position:absolute;
    width:36px;
    height:36px;
    font-family: 'FontAwesome';
    color:#fff;
    line-height:33px;
    text-align:center;
    font-size:16px;
    background: #212121;
    cursor:pointer;
    top:-18px;
    left:50%;
    margin-left:-18px;
    z-index:10;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.arrow-up:hover{
    background: #efefef;
    color: #212121;
}


.footer-wrap{ 
    position:relative;
    width:100%;
    margin:0 auto;
    z-index:2;
    padding-top:50px;
    padding-bottom:50px;
    background:#fff;
}
.footer-social{ 
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.footer-social a {
    position: relative;
    display: inline-block;
    outline: none;
    margin-left:7px;
    margin-right:7px;
    text-decoration: none;
    white-space: nowrap;font-family: 'Exo 2', sans-serif;
    font-size: 10px;
    line-height:10px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    color:#212121;
}
.footer-social a::before,
.footer-social a::after {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.footer-social a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.footer-social a:hover {
}
.footer-social a::before,
.footer-social a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-dummy);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.3s, color 0.3s;
    transition: transform 0.4s, opacity 0.3s, color 0.3s;
    pointer-events: none;
}
.footer-social a::before {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(-300%) translateZ(300px) rotateX(30deg) rotateZ(-10deg);
    transform: translateY(-300%) translateZ(300px) rotateX(30deg) rotateZ(-10deg);
}
.footer-social a::after {
    -webkit-transform: translateY(-300%) translateZ(300px) rotateX(-30deg) rotateZ(10deg);
    transform: translateY(-300%) translateZ(300px) rotateX(-30deg) rotateZ(10deg);
}
.footer-social a:hover::before,
.footer-social a:hover::after {
    color: transparent;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0) rotateX(0) rotateZ(0);
    transform: translateY(0) translateZ(0) rotateX(0) rotateZ(0);
}
.footer-social a:hover::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.footer-social a:hover::after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}




.footer-credit{ 
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.footer-credit p{ 
font-family: 'Exo 2', sans-serif;
    font-size:10px;
    line-height:16px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:400;
    color:#212121;
}
.footer-credit a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;font-family: 'Exo 2', sans-serif;
    font-size:10px;
    line-height:16px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    color:#212121;
}
.footer-credit a::before,
.footer-credit a::after {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.footer-credit a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.footer-credit a:hover {
}
.footer-credit a::before,
.footer-credit a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-dummy);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.3s, color 0.3s;
    transition: transform 0.4s, opacity 0.3s, color 0.3s;
    pointer-events: none;
}
.footer-credit a::before {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(-300%) translateZ(300px) rotateX(30deg) rotateZ(-10deg);
    transform: translateY(-300%) translateZ(300px) rotateX(30deg) rotateZ(-10deg);
}
.footer-credit a::after {
    -webkit-transform: translateY(-300%) translateZ(300px) rotateX(-30deg) rotateZ(10deg);
    transform: translateY(-300%) translateZ(300px) rotateX(-30deg) rotateZ(10deg);
}
.footer-credit a:hover::before,
.footer-credit a:hover::after {
    color: transparent;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0) rotateX(0) rotateZ(0);
    transform: translateY(0) translateZ(0) rotateX(0) rotateZ(0);
}
.footer-credit a:hover::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.footer-credit a:hover::after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
 
 /* #Parallax Sections
================================================== */


.padding-top-bottom-parallax{
    padding-top:80px;
    padding-bottom:80px;
    overflow: hidden;
}

.sep-background-mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.2;
    z-index:1;
}

.parallax-home {
    background: url('../images/parallax/home.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-home { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-home { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


.parallax-sep-1 {
    background: url('../images/parallax/sep-1.jpg') repeat fixed;
    /* Set a specific height */
  height: 320px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    z-index: -1;
    width:100%;  
}
.parallax-sep-1.about{
    background: url('../images/parallax/about.jpg') no-repeat fixed;}
.parallax-sep-1.gallery{
    background: url('../images/parallax/gallery.jpg') no-repeat fixed;}
/*@media only screen and (min-width: 1930px) { .parallax-sep-1 { } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-sep-1 {  }
}
@media only screen and (max-width: 1400px) {
    .parallax-sep-1 { }
}*/

.parallax-sep-1.img1{
    background: url('../images/parallax/sep-4.jpg') no-repeat fixed;background-size: cover;}

.parallax-sep-1.img2{
    background: url('../images/parallax/sep-5.jpg') no-repeat fixed;background-size: cover;}
.parallax-sep-1.img3{
    background: url('../images/parallax/sep-6.jpg') no-repeat fixed;background-size: cover;}
.parallax-sep-1.img4{
    background: url('../images/parallax/sep-7.jpg') no-repeat fixed #f7f7f7;background-size: cover;}
.parallax-sep-2 {
    background: url('../images/parallax/sep-3.jpg') no-repeat fixed;background-size: cover;
    /* Set a specific height */
  height: 320px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    z-index: -1;
    width:100%;  
}
@media only screen and (max-width: 1400px){
.parallax-sep-1 {
    background: url(../images/parallax/sep-1.jpg) repeat fixed; height: 320px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
    z-index: -1;
    width:100%;  
}
}
@media only screen and (min-width: 1930px) {  }
 /*@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-sep-2 {  }
}*/
/*@media only screen and (max-width: 1400px) {
    .parallax-sep-2 { }
}*/

/* #Video Background
================================================== */

.poster_background { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    top:0;
    right:0;
    background:url('../images/1b.jpg')no-repeat center center;
    background-size:cover;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}
video#video_background { 
    position: absolute;
    top:50%;
    left:51%;
    min-width: 102%;
    width: auto;
    height: auto;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateX(-51%) translateY(-50%);
    -moz-transform: translateX(-51%) translateY(-50%);
    -ms-transform: translateX(-51%) translateY(-50%);
    -o-transform: translateX(-51%) translateY(-50%);
    transform: translateX(-51%) translateY(-50%);
}

 
/* #Media Queries
================================================== */

@media only screen and (max-width: 900px) {
.header-section-text h2{
    font-size: 30px; line-height:30px;
}
.sub-top{
    font-size: 15px;
    line-height:21px;
    padding-bottom:3px;
}
#filter li a {
    font-size: 10px; 
    padding:5px 14px;
    margin-left:2px;
    margin-right:2px;
    letter-spacing:1px;
}
.home-background-mask{
    display:none;
}
.mb_YTVPBar{
    width:50%;
}
}

@media only screen and (max-width: 1200px) {
.boxed-width-menu {
    width:calc(100% - 80px);
}
.logo{
    width:70px;
    height:92px;
    left:10px;
    background-size:70px 92px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
    width:50px;
    height:66px;
    top:0px;
    background-size:50px 66px;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
    background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border:none;
    background:none;
}
ul.slimmenu li {
    background:none;
}
ul.slimmenu li > ul {
    /*width: 100%;*/
    width: max-content!important;
    text-align:right;
}
}
@media only screen and (max-width: 1600px) {
.home{
    min-height:50px;
}
}
@media only screen and (max-width: 1400px) {
.boxed-width {
    width:100%;
}
#filter li a:after {
    display:none;
} 
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.cd-intro {
    margin-top:-110px;
}
.cd-intro h1 {
    font-size: 70px; 
    line-height:80px;
    letter-spacing:2px;
}
.small-intro {
    margin-top:100px;
    font-weight: 500;

font-size: 25px;

line-height: 40px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.cd-intro {
    margin-top:-100px;
}
.cd-intro h1 {
    font-size: 65px; 
    line-height:75px;
    letter-spacing:2px;
}
.small-intro {
margin-top: 20px;
}

.team-wrap .mask-team ul.skills-list{
    display:none;
}
.portfolio-box-1{
    width:50%;
}
.blog-box-4 {
    width: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
   .industrials .one-third.column{width: 350px;}
.cd-intro {
    margin-top:-70px;
}
.cd-intro h1 {
    font-size: 45px; 
    line-height:55px;
    letter-spacing:2px;
}
.small-intro {
    margin-top:20px;
}
.team-wrap .mask-team ul.skills-list{
    display:none;
}
.portfolio-box-1{
    width:50%;
}
.blog-box-4 {
    width: 50%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.cd-intro {
    margin-top:-60px;
}
.homeSubhead h2{font-size:20px!important;}
.cd-intro h1 {
    font-size: 32px; 
    line-height:35px;
    letter-spacing:2px;
}
.small-intro {
margin-top: 20px;
font-weight: 500;
font-size: 23px;
line-height: 28px;
}
.portfolio-box-1{
    width:100%;
}
.portfolio-box-1.box-port-half{
    width:100%;
}
.services-item.services-padding{
    padding-bottom:0;
}
.blog-box-4 {
    width: 50%;
}

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .owl-buttons{display: none;}
.cd-intro {
    margin-top:-50px;
}
.cd-intro h1 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing:1px;
}
.small-intro {
    margin-top:20px;
    font-weight:500;
    font-size: 12px;
    line-height:16px;
}
.portfolio-box-1{
    width:100%;
}
.portfolio-box-1.box-port-half{
    width:100%;
}
#projects-grid{
    width:calc(100% - 40px);
}
.portfolio-box-1 .mask-1{
    border:20px solid #fff;
}
.services-item.services-padding{
    padding-bottom:0;
}
.blog-box-4 {
    width: 100%;
}
}

@media only screen and (max-width: 319px) {
.cd-intro {
    margin-top:-50px;
}
.cd-intro h1 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing:1px;
}

.small-intro {
    margin-top:20px;
    font-weight:500;
    font-size: 12px;
    line-height:16px;
}
.team-wrap .mask-team ul.skills-list{
    display:none;
}
.portfolio-box-1{
    width:100%;
}
.portfolio-box-1.box-port-half{
    width:100%;
}
#projects-grid{
    width:calc(100% - 40px);
}
.portfolio-box-1 .mask-1{
    border:20px solid #fff;
}
.services-item.services-padding{
    padding-bottom:0;
}
.blog-box-4 {
    width: 100%;
}
}


.halfpage{float: left; background: url('../images/ser1.jpg') no-repeat;padding: 100px 0px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);background-size: cover;}
.halfpage.hvac{background: url('../images/ser2.jpg') no-repeat;}
.pricing-item.white-background{background: rgb(0,0,0,0.7);}
.halfpage:hover{ -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}
p a{color: #40b03d}
p a:hover,p a:active,p a:visited{color: #40b03d; text-decoration: underline;}
.itemicon{width: 100px; height: 75px;background-size: contain;background-repeat: no-repeat;-webkit-transition-property: background-image;-webkit-transition-duration: 1.0s;-webkit-transition-timing-function: ease-out;}

.itemicon.aviation{background: url('../images/icons/aviation.png') no-repeat left top;  background-size: 100%;}
.itemicon.aviation:hover,.owl-carousel .owl-item.synced .itemicon.aviation{background: url('../images/icons/aviation.png') left bottom;  background-size: 100%;}

.itemicon.automobile{background: url('../images/icons/automobile.png') no-repeat left top;  background-size: 100%;}
.itemicon.automobile:hover,.owl-carousel .owl-item.synced .itemicon.automobile{background: url('../images/icons/automobile.png') left bottom;  background-size: 100%;}

.itemicon.oilgas{background: url('../images/icons/oilgas.png') no-repeat left top;  background-size: 100%;}
.itemicon.oilgas:hover,.owl-carousel .owl-item.synced .itemicon.oilgas{background: url('../images/icons/oilgas.png') left bottom;  background-size: 100%;}

.itemicon.food{background: url('../images/icons/food.png') no-repeat left top;  background-size: 100%;}
.itemicon.food:hover,.owl-carousel .owl-item.synced .itemicon.food{background: url('../images/icons/food.png') left bottom;  background-size: 100%;}

.itemicon.plastic{background: url('../images/icons/plastic.png') no-repeat left top;  background-size: 100%;}
.itemicon.plastic:hover,.owl-carousel .owl-item.synced .itemicon.plastic{background: url('../images/icons/plastic.png') left bottom;  background-size: 100%;}

.itemicon.foundries{background: url('../images/icons/foundries.png') no-repeat left top;  background-size: 100%;}
.itemicon.foundries:hover,.owl-carousel .owl-item.synced .itemicon.foundries{background: url('../images/icons/foundries.png') left bottom;  background-size: 100%;}

.itemicon.printing{background: url('../images/icons/printing.png') no-repeat left top;  background-size: 100%;}
.itemicon.printing:hover,.owl-carousel .owl-item.synced .itemicon.printing{background: url('../images/icons/printing.png') left bottom;  background-size: 100%;}

.itemicon.shipping{background: url('../images/icons/shipping.png') no-repeat left top;  background-size: 100%;}
.itemicon.shipping:hover,.owl-carousel .owl-item.synced .itemicon.shipping{background: url('../images/icons/shipping.png') left bottom;  background-size: 100%;}

.itemicon.construction{background: url('../images/icons/construction.png') no-repeat left top;  background-size: 100%;}
.itemicon.construction:hover,.owl-carousel .owl-item.synced .itemicon.construction{background: url('../images/icons/construction.png') left bottom;  background-size: 100%;}

.itemicon.tire{background: url('../images/icons/tire.png') no-repeat left top;  background-size: 100%;}
.itemicon.tire:hover,.owl-carousel .owl-item.synced .itemicon.tire{background: url('../images/icons/tire.png') left bottom;  background-size: 100%;}

.itemicon.hvac1{background: url('../images/icons/hospitals.png') no-repeat left top;  background-size: 100%;}
.itemicon.hvac1:hover,.owl-carousel .owl-item.synced .itemicon.hvac1{background: url('../images/icons/hospitals.png') left bottom;  background-size: 100%;}

.itemicon.hvac2{background: url('../images/icons/hotels.png') no-repeat left top;  background-size: 100%;}
.itemicon.hvac2:hover,.owl-carousel .owl-item.synced .itemicon.hvac2{background: url('../images/icons/hotels.png') left bottom;  background-size: 100%;}

.itemicon.hvac3{background: url('../images/icons/restaurants.png') no-repeat left top;  background-size: 100%;}
.itemicon.hvac3:hover,.owl-carousel .owl-item.synced .itemicon.hvac3{background: url('../images/icons/restaurants.png') left bottom;  background-size: 100%;}

.itemicon.hvac4{background: url('../images/icons/shopping.png') no-repeat left top;  background-size: 100%;}
.itemicon.hvac4:hover,.owl-carousel .owl-item.synced .itemicon.hvac4{background: url('../images/icons/shopping.png') left bottom;  background-size: 100%;}

.hvac img{width: 80%;margin: auto;}
.havcclass{ width: 100%;margin-top: 30px;
 text-align: justify;
    margin: auto;}

#sync11 .item {
    position: relative; 
    margin: 0 auto;
    width:100%;
    display: block;
}
#sync11 .item:after {
  content: '';
  display: block;
  clear: both;
}
#sync1 .item img{
}
#sync11 .item p{
    width:100%;
    max-width:800px;
    margin: 0 auto;
}
#sync11 .item h6{
}
#sync22 {
    position:relative;
    width:100%;
    max-width:1180px;
    margin:0 auto;
}
#sync22 .item{
    width:80%;
    margin-left:10%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index:200;
    cursor:pointer;
    margin-top:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync22 .item .line{
    position:absolute;
    width:100%;
    height:1px;
    top:80px;
    left:-100%;
    z-index:1px;
    background:#5bad4b;
    opacity:0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
#sync22 .item .point-item {
    position: absolute;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background:#5bad4b;
    z-index:1;
    top:40px;
    left:50%;
    margin-left:-3px;
    opacity:0;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}


#sync22 .item .line-ver{
    position:absolute;
    width:1px;
    height:20px;
    top:40px;
    left:50%;
    z-index:1px;
    background:#5bad4b;
    opacity:0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
#sync22 .item p{
font-family: 'Exo 2', sans-serif;
    font-weight:600;
    font-size: 12px;
    line-height:25px;
    padding-top:10px;
    color:#212121;
    text-transform: uppercase;
    letter-spacing:3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync22 .item:hover p{
}
#sync22 .synced .item {
}


#sync22 .synced .item .line{
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    opacity:1;
}
#sync22 .synced .item .line-ver{
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity:1;
}
#sync22 .synced .item .point-item {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity:1;
}
    .homevideo{display: block;}
    .homemobile,.homemobile .cd-intro{display: none;}

@media only screen and (width: 600px){
.imgiconsduct{clear:both;}
.hvac .imgiconsduct img{ width: 86px!important;}
}
@media only screen and (width: 768px){
#work .greenhead{ width: 720px!important;}
#work .havcclass{width:90%!important;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .headerTitleshome h2{ font-size: 46px!important;}
.hvac .imgiconsduct img{    width: 59px!important;}
.container .one-third.column.ind2 .services-item{    height: 437px!important;}

.padding-top-bottom-parallax{padding-top: 30px; padding-bottom: 60px;}
#services{padding-top: 40px;}
.whyats{padding-top: 40px;}
    .homevideo{display: none;}
    .homemobile .cd-intro{display: block;}
    .homemobile{display: block;width: 100%; height: 372px; margin-top: 72px; /*background:url('../images/forthome.jpg') no-repeat;background-position: center;background-size: contain;*/}
    .homemobile .cd-intro{position: unset; padding-top: 30px; margin-top: 0px;}
    .homemobile .cd-intro h1 {text-align:center;font-size: 32px;line-height: 29px;letter-spacing:1px;}
    .homemobile .small-intro {font-size: 14px;line-height: 20px;letter-spacing:1px;}
   .homemobile .homeSubhead h2 {font-size: 20px!important; line-height: 25px!important;}
}
.owl-item h6{padding-bottom: 20px;
margin-top: 30px;}
.visions,.missions{margin-top: 20px;padding: 20px; height: auto; min-height: 250px;background: white;
    -moz-box-shadow:    inset 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    box-shadow:         inset 0 0 2px rgba(0,0,0,.2);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;}
.visions{max-width: 500px;}
.pdiv{height: auto;min-height: 300px;}
.pdiv.smalld{min-height: 240px;}
.container .one-third.column.ind .services-item{height: 380px;}
@media only screen and (min-width: 480px) and (max-width: 767px) {

.pdiv {
    min-height: auto;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .container .one-third.column.ind,.industrials .one-third.column{
        width: 380px;
    }

    }
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container .one-third.column.ind {
    width: 350px;
    }
    .container .one-third.column.ind .services-item{height: 410px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container .one-third.column.ind .services-item{height: auto;}
}

.imgiconsduct{width:550px!important;}
.parallax-sep-1.img6 {
    background: url(../images/parallax/sep6b.jpg) no-repeat fixed;
    background-size: cover;
}
.visions h4{text-align:center;}
.visions .sub-line{text-align:center;float:none;}
.visions p{text-align:justify;}
.missions h4{text-align:center;}
.missions .sub-line{text-align:center;float:none;}
.missions p{text-align:justify;}

.hvac-maintain{background:#fff!important; width: 67.8%!important; margin: auto!important;}
@media only screen and (width: 1024px) {
.hvac-maintain{width: 84.8%!important;}
}
@media only screen and (width: 768px) {
#services .services-item h6 {    font-size: 16px!important;}

.hvac-maintain{width: 84.8%!important;    margin-left: 0px!important;}
#services .container .three.columns{width: 165px!important;}
/*	#services .container{margin-left:11%!important;margin-right:11%!important;}*/
.ve-menu-mobile{width:40%!important;}
}
@media only screen and (width: 600px) {
    .parallax-sep-1.img2{background-position: 50% 20px!important;}
/*	#services .container{width:600px!important;margin-left:23px!important;}*/
.ve-menu-mobile{width:50%!important;}
.hvac-maintain{width: 99%!important;}
	#services .container .three.columns{width: 145px!important;}
}
@media only screen and (max-width: 559px) {
.imgiconsduct{clear: both;}
   .hvac-maintain{ width: 99%!important;}
.ve-menu-mobile{top:70px!important;width:81%!important;}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#services .container .three.columns.sevi{margin-left:25%!important;margin-right:0px!important;}
.whyats ul{margin-left:10px!important;}
}

.smallintromob{text-align:center;width:100%;margin-top:55px;}

.slide {
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-position: center center;
        }

        .slideone {
             background-image: url(../images/slider/slidesmall1a.jpg);
        }
        .slidetwo {
            background-image: url(../images/slider/slidesmall2a.jpg);
        }
        .slidethree {
            background-image: url(../images/slider/slidesmall3a.jpg);
        }
    .slidefour {
            background-image: url(../images/slider/slidesmall4a.jpg);
        }


@media only screen and (max-width: 1200px) {
/*ul.slimmenu.collapsed li{background:none!important;text-decoration:none!important;;border:none!important;margin-bottom:10px!important;line-height:17px;}
ul.slimmenu.collapsed li:hover{border-bottom:none!important;line-height:17px;}
ul.slimmenu.collapsed li a{line-height:17px;}
ul.slimmenu.collapsed li a:hover{line-height:17px;}*/
}
.toglebtn{

position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;margin-top:25px;

}

.toglebtn .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

 .toggle, [id^=drop] {
 display: none;
}
nav {
  margin: 0;
  padding: 0;
  background:none;
}



nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  padding-top: 10px;
    padding-right: 10px;
    text-align: right;
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    float: right;
  position: relative;
}

nav ul li {
  margin: 0px;
  float: left;  

   position: relative;
    display: inline-block;
    background: url(../images/line.png) 0 14px no-repeat;
    background-size: 15px 10px;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


nav ul .homemenu {
    background: none!important;    border-left: 0;
}
nav ul li ul li {background: none!important;    border-left: 0;


    }
    nav ul li ul li a{    color: #323232;font-size: 10px!important; margin-left:8px!important;}
    
nav a {
  display: block;
    color: #323232;
    padding: 10px 0px;
    cursor: pointer;
    margin: 0px 12px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
nav ul li ul{background:rgba(250,250,250,.95);box-shadow:0 0 15px rgba(0,0,0,0.1);margin:0;list-style-type:none;position:absolute;text-align:left;left:0;top:100%;z-index:999;width:200px;}
nav ul li ul li:hover { background: none; }

nav a:hover { background: none; }

/* new menu sub css */

nav ul li ul li ul{display: none; position: absolute;top: 60px;}
nav ul li ul li:hover > ul { display: inherit; }
nav ul li ul li ul{background: rgba(250,250,250,.95);box-shadow: 0 0 15px rgb(0 0 0 / 10%); margin: 0;list-style-type: none;position: absolute; text-align: left; left: 210px;top: -10px; z-index: 999;width: 220px;}    
nav ul ul ul li {position: relative;top: 0px;left: 0px; padding-left: 16px;}

/* new menu sub css ends */

nav ul ul { display: none; position: absolute;top: 60px;}
nav ul li:hover > ul { display: inherit; }
nav ul ul li {width: 215px;float: none; display: list-item;position: relative;}

/*nav ul ul ul li{position: relative;top: -60px;left: 170px;}*/

li > a:only-child:after { content: ''; }
nav li a:hover{color:#323232;border-bottom:1px solid green;}
nav li ul li a:hover{color:#333;border-bottom:1px solid rgba(250,250,250,.95);}
nav ul li.homemenu{background:none!important;}
ul.menu li ul li:hover, ul.menu li ul li a:hover{border-bottom:0px!important;}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1199px) {

ul.menu li a{text-align: left;text-transform: uppercase;color: #323232;}
nav ul li ul{position: static!important;}
nav a:hover{color: #323232;}
nav {     margin: 0;
    width: 30%;
    float: right;
    text-align: right; }
    ul.menu li:hover, ul.menu li a:hover,  ul.menu li ul li:hover, ul.menu li ul li a:hover{border-bottom:0px!important;}
ul.menu li ul li a{margin-left:0px;padding-left:0px;}
.toggle + a,
 .menu { display: none; }
nav ul li ul li{text-align:left;background:none;}
.servicetog{color: #323232; font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;    font-size: 14px!important;
    text-align: left;
    padding-left: 10px!important;}
.toggle {
  display: block; 
  padding: 0 20px;
  color: #323232;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background: none; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
   width: 69%;
    background: none;
}

nav ul ul .toggle,
 nav ul ul a {    padding: 10px 4px; }

nav ul ul ul a { padding: 0 30px; }

nav a:hover,
 nav ul ul ul a { background: none; }

nav ul li ul li .toggle,
 nav ul ul a { background:none ; }

nav ul ul {
  float: none;
  position: static;
  color:  #323232;text-align:left;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;text-align:left;
}

nav ul ul ul li { position: static!important;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

.solutionimg{fill:#212121!important}
.solutiontitle{color:#212121!important}
.solutiontext{color:#40b03d}
.blacktitle{color:#000!important;font-size:24px!important;}

#mapDiv .gm-bundled-control-on-bottom{bottom:160px!important}
#sync2 .owl-wrapper-outer .owl-wrapper{left: 55px;}
.ductOne{min-height:auto;}
.ductTwo{margin-top:0px!important;min-height:180px;}

.viewbrochure{background:#fff;position: relative;top: 50%;padding:20px 25px;color:green!important;margin: auto;left:46%;}

.container .eight.columns.socialSection{width:520px!important;}

/* Only for Safari  */
::i-block-chrome, .services-item h6 {
    FONT-SIZE:14PX!IMPORTANT;
}
::i-block-chrome,.services-item{min-height:260px!important;}


.pdf_container_mob{display:none;}
.pdf_container_tab{display:none;}

@media all and (min-width : 1024px) {
	.pdf_container_mob{display:none!important;}
	.pdf_container_tab{display:none!important;}
	.pdf_container_big{display:block!important;}
		
}
@media all and (max-width :1023px)and (min-width :600px){
	.pdf_container_mob{display:none!important;}
	.pdf_container_tab{display:block!important;}
	.pdf_container_big{display:none!important;}
}

@media all and (max-width :599px)and (min-width :320px){
	.pdf_container_mob{display:block!important;}
	.pdf_container_tab{display:none!important;}
	.pdf_container_big{display:none!important;}
}
	.headerlogos{width:27%;margin-top:25px;margin-bottom:25px;padding-top:10px;float:right; text-align: right;}
		.headerlogos img{ height:35px;margin-right:12px; }
.headerlogos img+img+img{margin-top:10px;margin-right:0px;}
.middlenav {width:60%;float:left;}
		.leftheader{width:20%;}	

@media only screen and (min-width: 601px) and (max-width: 768px) {
	.headerlogos{width:35%!important;}
	.middlenav {width: 30%; float: left;padding-left: 126px;}
}
@media only screen and (width: 600px){
	.logosection .three.columns.firstempty{width:0px!important;}
	.logosection .three{width:33%!important;}
	.logosection .four{width:33%!important;}
	.logosection .three img,.logosection .four img{ height:50px;}
	.parallax-sep-2 {
    background: url(../images/parallax/sep-3.jpg) repeat fixed;
    height: 320px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
    width: 100%;}
	.middlenav{width:30%;}
	.headerlogos{margin-top: 34px; width:45%!important;}.headerlogos img{ height:35px;margin-right:12px; }
}
@media only screen and (max-width: 599px){
	.logosection .three img,.logosection .four img{ height:35px;}
	.parallax-sep-2 {
    background: url(../images/parallax/sep-3.jpg) repeat fixed;
    height: 320px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
    width: 100%;
}
	.logosection .three.columns.firstempty{width:0px!important;}
	.logosection .three{width:33%!important;}
	.logosection .four{width:33%!important;}
.headerlogos {width: 44%;}
	.headerlogos img {height: 21px;}
}
@media only screen and (width:375px){
	.logosection .three img,.logosection .four img{ height:35px;}
	.parallax-sep-2 {
    background: url(../images/parallax/sep-3.jpg) repeat fixed;
    height: 320px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -1;
    width: 100%;
}
.logosection .three.columns.firstempty{width:0px!important;}
	.logosection .three{width:33%!important;}
	.logosection .four{width:33%!important;}
	.headerlogos {
    width: 66%;
    TEXT-ALIGN: LEFT;
		MARGIN-TOP: 0PX;}
}
@media only screen and (width:1024px){
		#services .container .three.columns{width:150px!important;} 
		#services .container .services-item{min-height: 220px!important;}
}

#services .container .three.columns{width:165px;} 
.socialLink{color:#fff;font-size:12px;margin-right:15px;}
.section-call-action-link.inverted:hover a.socialLink{
    color: #40b03d!important;
}
.g-recaptcha {margin: 0 0 25px 0;}	  

.socialSection a.socialLink{color:#fff!important;}
.eapps-instagram-feed a{display:none!important;}

/* new css for catcha forms*/

#message {  padding: 0px 0px 0px 0px; }
		#mail-status {
			padding: 0px;
			width: 100%;
			font-size:13px;font-weight:500;
			color: rgb(40, 40, 40);
		}
	  .error{background-color: #fff; color:red!important; margin-bottom: 0px;}
	  .success{background-color: #fff; color: green!important; font-size: 16px!important; }
		.g-recaptcha {margin: 0 0 25px 0;}	  



.ajax-form {
    width: 100%;
    font-family: 'Exo 2', sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #101010;
    margin: 0 auto;
}
.ajax-form textarea, .ajax-form input {
    border-bottom: 1px solid rgba(100,100,100,.2)!important;
}
.ajax-form textarea {
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;font-family: 'Exo 2', sans-serif;
    font-weight:600;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-bottom: 15px;
    background:transparent;
    height:84px;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}

.ajax-form textarea:active,
.ajax-form input:active {   
    color: #101010;
}
.ajax-form textarea:active,
.ajax-form input:hover {    
    color: #101010;
}
.ajax-form textarea:focus,
.ajax-form input:focus {     
    outline: none !important;
}
.ajax-form input:-ms-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form input::-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form input:-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form button {
    color: #40b03d;
	
}
.ajax-form input::-webkit-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form textarea:-ms-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form textarea::-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form textarea:-moz-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form textarea::-webkit-input-placeholder  {
    font-size: 12px;
    text-transform:uppercase;
    letter-spacing:2px;
}
.ajax-form button {
    position:relative;
    width:160px;float:left;
    height:40px;font-family: 'Exo 2', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    text-transform:uppercase;
    text-align:center;
    border-radius:3px;
    margin:27px auto;
    display: block;
    padding:0;
    font-size: 13px;
    line-height:40px;
    background:#efefef;
    border:none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.ajax-form button:hover {
    color:#fff;
    background:#212121;
}
.ajax-form button:focus,
.ajax-form button:active {
    border:none;
    outline:none;
}
.ajax-form input:-ms-input-placeholder  {
    color: #828282;
}
.ajax-form input::-moz-placeholder  {
    color: #828282;
}
.ajax-form input:-moz-placeholder  {
    color: #828282;
}
.ajax-form input::-webkit-input-placeholder  {
    color: #828282;
}
.ajax-form textarea:-ms-input-placeholder  {
    color: #828282;
}
.ajax-form textarea::-moz-placeholder  {
    color: #828282;
}
.ajax-form textarea:-moz-placeholder  {
    color: #828282;
}
.ajax-form textarea::-webkit-input-placeholder  {
    color: #828282;
}
.ajax-form input {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 15px;
    background: transparent;
    border: none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
.ajax-form .formright{}
/* new css for catcha forms*/

.engmenu {
    float: right;
    background: #333;
    color: #fff;
    padding: 10px;
}
.about-values{ width: 380px!important;}
.about-values .services-item .icon-services{width:50%!important;}
.about-values .services-item h6{font-size:20px!important;margin-bottom:20px!important;}
.about-values .services-item ul li{list-style-position: inside; list-style-type: none; margin-bottom: 15px; line-height: 22px;}
.about-values .services-item ul li:marker {padding-right:2px!important;}
.about-values .services-item {padding-bottom: 30px!important;}
ul.blastingservices li{list-style-type: disc; text-align: left; width: 100%;list-style-position: inside;line-height: 25px;  margin-bottom: 12px;}
.mechanicservices li{ width: 33%; float: left; text-align: left;margin-bottom: 15px;list-style-position: inside;list-style-type: disc;}
.hvac_cleaning li{width:100%;float:left;text-align: left;margin-bottom: 15px;list-style-position: inside;list-style-type: disc;}



.header-section-text .headerTitles h2{
	font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    font-size: 22px!important;
    line-height: 24px!important;
    color: #999999!important;
    text-align: center!important;
    padding-bottom: 10px!important;
    z-index: 2;
}

.headerTitleshome h3{
	font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    font-size: 22px!important;
    line-height: 24px!important;
    color: #999999!important;
    text-align: center!important;
    padding-bottom: 10px!important;
    z-index: 2;
}


.header-section-text .headerTitles h1{
    font-size: 54px!important;
    line-height: 54px!important;
    text-transform: uppercase!important;
	color: #323232!important;
    font-family: 'Exo 2', sans-serif!important;
    text-align: center!important;
    font-weight: 700;
}

.headerTitleshome h2{
	font-size: 54px;
    line-height: 54px;
    text-transform: uppercase;
	color: #323232;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    font-weight: 700;
}
.socialSection h4{
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 15px;
    font-size:20px!important;color:#fff!important;
}

.section-call-action-link.inverted:hover .socialSection h4{
    color: #40b03d!important;}
    
    
    

.contact-det h4{
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 0px;
	color: #323232;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    font-weight: 700;

}
	
.grphead h3{
	font-size: 18px;
    line-height: 18px;
    padding-bottom: 0px;
	text-align: left;
    color: #777;
    margin-bottom: 10px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}	
	
.grpheadgreen h3{
	font-size: 18px;
    line-height: 18px;
    padding-bottom: 0px;
	text-align: left;
    color: #777;
    margin-bottom: 10px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
}		
	
.homeSubhead h2{font-weight:500!important;     text-transform: capitalize;
font-size:26px!important;line-height:40px!important;color:#f0f0f0!important;z-index:10!important;
}


#home{
  background:url('../images/home-slide.jpg');
  background-position:top center;
  background-size: cover;
  height: 900px; width: 100%;
}
#homemob{
  background:url('../images/home-slide.jpg');
  background-position:top center;
  background-size: cover;
  height: 330px!important; width: 100%;
}
#homemob #home-sec{height:25px!important;}

.serviceHome{ width: fit-content!important;}

@media (min-width: 1024px) {
	.parallax-sep-1.img2{background-position: 50% 243px!important;}
	.parallax-sep-2{    background-position: 50% 143px!important;}
}
    
@media (min-width: 480px) {
    #home { height:380px!important; }
}

@media (min-width: 768px) {
    #home { height: 600px!important; }
	.homeserviceHead{margin:0 auto!important;}
}

@media (min-width: 992px) {
    #home { height: 800px!important; }
}
@media only screen and (width: 1024px){
	.homevideo .home{}
}
@media only screen and (width: 1366px){
#services .container .three.columns{width:205px!important;}
}
@media (width: 768px) {
.parallax-sep-1.img2{background-position: 50% 43px!important;}

}

ul.display_list{
padding-bottom:20px;}

ul.display_list li{
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
    padding-left: 20px;line-height:28px;}
    
    ul.vacuumingList {padding-bottom:20px;}
    
    ul.vacuumingList li{width:25%;float:left;
    list-style-type: disc;
    text-align: left;
    list-style-position: inside;
    line-height: 25px;
    margin-bottom: 12px;
    }
   
   ul.chemicalList {padding-bottom:20px;}
    
    ul.chemicalList li{width:35%;float:left;
    list-style-type: disc;
    text-align: left;
    list-style-position: inside;
    line-height: 25px;
    margin-bottom: 12px;
    }
    
    ul.serviceList{padding-bottom:20px;}
         
    ul.serviceList li{width:100%;
    float:left;
    list-style-type: disc;
    text-align: left;
    list-style-position: inside;
    line-height: 25px;
    margin-bottom: 12px;
    }
    
    ul.repairList{padding-bottom:20px;}
    
    ul.repairList li{
    width:40%;
    float:left;
    list-style-type: disc;
    text-align: left;
    list-style-position: inside;
    line-height: 25px;
    margin-bottom: 12px;}
    
p.havcclass b{font-weight:bold;}

.header-section-text .airduct h2 {
    font-size: 54px!important;
    line-height: 54px!important;
    text-transform: uppercase!important;
    color: #323232!important;
    font-family: 'Exo 2', sans-serif!important;
    text-align: center!important;
    font-weight: 700!important;
}

.header-section-text .airduct h3 {
    font-family: 'Exo 2', sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important;
    font-size: 22px!important;
    line-height: 24px!important;
    color: #999999!important;
    text-align: center!important;
    padding-bottom: 10px!important;
    z-index: 2!important;
}

 ul.seatransport {padding-bottom:20px;}
 
ul.seatransport li {
    width: 50%;
    float: left;
    list-style-type: disc;
    text-align: left;
    list-style-position: inside;
    line-height: 25px;
    margin-bottom: 12px;
}