html {
    font-size: 100%;
}
body{
    font-family:"Roboto",sans-serif;
    background: #ffffff;
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    text-align: left;
    overflow-x: hidden !important;
    margin: auto !important;
}
h1, h2, h3, h4, h5, h6{
    font-family:"Roboto",sans-serif;
    font-weight:400;
    color: #444;
}
h2 {
    font-size: 2.188rem;
    line-height: 3.125rem;
    font-weight: 400;
}
h3 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    font-weight: 400;
}
h4 {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
}
h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
h6 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
p{
    font-family:"Roboto",sans-serif;
    font-weight:300;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.5px;
}
section{
    padding:70px 0;
}
a {
    text-decoration: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
ul, ol {
    padding-left: 0 !important;
}
li {
    list-style: none;
}
img{
    max-width:100%;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}
.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
.light-font{
    font-weight:300;
}
.sticky-navigation {
    min-height: 75px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    border: 0;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(50 50 50 / 8%);
    box-shadow: 0px 2px 8px 0px rgb(50 50 50 / 8%);
}
.sticky-navigation .navbar-header {
    padding-top: 8px;
}
.sticky-navigation .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #323232;
}
.navbar-header img {
    max-height: 26px;
}
.navbar-header .navbar-toggle{
    margin-top:12px;
}
.sticky-navigation .main-navigation {
    padding-top: 13px;
}
section.bg-blue{
    background:#104A83;
}
section.bg-light-gray{
    background: #f5f5f6;
}
.flexit{
    display:flex;
}
.flexit-mid{
    display:flex;
    align-items:center;
}
.section-header{
    font-size: 45px;
    color: #000;
    font-weight:300;
}
.section-header-small{
    font-size: 32px;
    color: #000;
    font-weight:300;
}
.color__white{
    color:#fff!important;
}
.sticky-navigation .navbar-nav > li > a{
    font-family: 'Monsterrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 14px;
}
.sticky-navigation .navbar-nav > li > a.menu-contact{
    padding: 5px 10px;
    border: 1px solid #04B4E8;
    margin-left: 25px;
    margin-top: 9px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background:#04B4E8;
}
.sticky-navigation .navbar-nav > li > a.menu-contact:hover{
    background:#008ed6;
    border:1px solid #0082C4;
}
.sticky-navigation .navbar-nav > li > a.menu-quote.activate{
    background:#008ed6;
    border:1px solid #0082C4;
    color:#fff;
}
header.inner-page{
    background: url(/images/bg-image-1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
header#home{
    position:relative;
    display:flex;
    align-items:center;
    justify-content: center;
    background: url(/images/backgrounds/window-wall.jpg) no-repeat center fixed;
    background-size:cover;
    height:100vh;
}
header#home .color-overlay{
    background:none;
}
header.inner-page .color-overlay{
    position:relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#home .navigation-header{
    padding-top:0;
    padding-bottom:0;
}
.inner-page .navigation-header{
    padding-top: 47px;
    padding-bottom: 30px;
}
#home-tint-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(/images/backgrounds/window-wall-fade.jpg) no-repeat center;
    background-size:cover;
    background-attachment: fixed;
    opacity:0;
    transition:opacity 1500ms linear 250ms;
}
#home-tint-overlay.activate{
    opacity:1;
}
#home .intro{
    font-family:"Montserrat",sans-serif;
    font-weight:700;
    position: relative;
    top: 15px;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(15, 15, 15, 1);
    font-size: 68px;
    letter-spacing:-0.5px;
    line-height: 79px;
    opacity: 0;
    text-align:center;
    transition:top 800ms ease 1500ms, opacity 600ms ease 1500ms;
}
.intro {
    font-family:"Montserrat",sans-serif;
    font-size: 55px;
    color: #ffffff;
    font-weight:600;
}
.intro .strong{
    font-weight:700;
}
#home .intro.activate{
    top:0;
    opacity:1;
}
.intro .char1{
    color:#1DCDF9!important;
}
.intro .char2{
    color:#1CC5EF!important;
}
.intro .char3{
    color:#1BC0E5!important;
}
.intro .char4{
    color:#1ABDDD!important;
}
.intro .char5{
    color:#19B9D6!important;
}
.intro .char6{
    color:#18B3CE!important;
}
.intro .char7{
    color:#17AFC6!important;
}
.intro-section {
    margin-top: 102px;
    margin-bottom: 118px;
}
.sub-heading{
    font-family:"Roboto",sans-serif;
    position:relative;
    margin-top: 50px;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0,1);
    font-size: 43px;
    font-weight:300;
    letter-spacing: -0.5px;
    line-height: 38px;
    text-align:center;
    opacity:1;
}
.services .home-service{
    float:left;
    width:20%;
    text-align:center;
}
.services .home-service .fas{
    font-size: 65px;
    color: #008ed6;
    width: 90%;
    margin-top: 15px;
    background: #fff;
    padding: 35px 25px;
    border: 1px solid #e5e5e5;
}
.services .home-service h3{
    font-weight:300;
    margin-top:15px;
}
.services .home-service .fa-city{
    color: #4E755E;
}
.services .home-service .fa-home{
    color: #936749;
}
.services .home-service .fa-building{
    color: #BF4255;
}
.services .home-service .fa-university{
    color: #3c3b6e;
}
.services .home-service .fa-school{
    color: #D38704;
}
.film-desc{
    font-size: 17px;
    color: #008ed6;
}
.bg-white{
    background:#fff;
}
.home-pad-box{
    padding:30px 40px;
}
.colored-line {
    height: 1px;
    width: 70px;
    margin: auto;
}
.grecaptcha-badge { visibility: hidden; }
.icon-color-pad {
    margin-right: 12px;
    color: #04B4E8;
}
.big-intro{
    font-size:55px;
    color:#008ed6;
    line-height:65px;
}
.big-intro-bold {
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
    color:#1DCDF9!important;
}
.medium-intro{
    font-size: 48px;
    color: #008ed6;
    line-height: 63px;
}
.medium-intro-bold {
    font-family: "Montserrat",sans-serif;
    font-weight: 800;
    letter-spacing: -0.5px;
    color:#1DCDF9!important;
}
.list-white{
    margin:0;
}
.list-white li{
    position: relative;
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.list-white li:last-child:after{
    display:none;
}
.desc-big{
    font-size:40px;
    color:#008ed6;
}
.intro-heading{
    margin-top:20px;
    text-align:center;
}
.intro-heading h3{

}
.feature{
    text-align:left;
}
.feature h3{
    font-size:26px;
    margin:33px 0 20px 0;
}
.feature p{
    font-size:19px;
    line-height:29px;
    letter-spacing:0.5px;
}
.btn-blue {
    background-color: #fff;
    border: 1px solid #008ed6;
    color: #008ed6;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    letter-spacing: .5px;
    padding: 10px 20px;
    outline: none;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.btn-blue:hover {
    background-color: #008ed6;
    color: #fff;
}
.contact-bg{
    background: url(/images/redesign/vatint_van-1.jpg) center center no-repeat;
    background-position:center;
    background-size:cover;
}
.contact-bg h2,.contact-bg h3{
    color:#fff;
}
.panel-group .panel {
    margin-bottom: 15px;
    box-shadow: none;
}
.panel-default>.panel-heading {
    background-color: #fff;
    border-color: #eaeaea;
    padding:0;
}
.panel-title>a.collapsed {
    color: #444;
}
.panel-title>a {
    position: relative;
    display: block;
    padding: 15px 30px 15px 15px;
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none!important;
    color: #008ed6;
}
.panel-title>a:hover{
    color:#008ed6;
}
.panel-title .q-add{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
    color: #008ed6;
    font-size: 14px;
}
.panel-default .panel-body ul{
    font-weight:300;
    font-size:17px;
}
.services-exp h3{
    display:flex;
    align-items: start;
}
.services-exp .fa-file-invoice-dollar {
    font-size: 56px;
    margin-left: 6px;
    margin-right: 35px;
    color: #07BA0A;
}
.services-exp .fa-sun {
    font-size: 54px;
    margin-right: 30px;
    color: #DDDD13;
}
.services-exp .fa-slack {
    font-size: 56px;
    margin-right: 32px;
    margin-left: 4px;
    color: #9E8779;
}
.feature-list-2 li .icon-container {
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 32px;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
}
.feature-list-2 li .details {
    width: 89%;
    margin-bottom:15px;
    padding-left:10px;
}
.feature-list-2 ul.feature-list-3 li{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.feature-list-2 ul.feature-list-3 li .fa-check{
    font-size: 13px;
    margin-right: 6px;
}
.products-home h2{
    font-size: 30px;
    text-align: center;
    border-top: 2px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}
.products-home p{
    font-size:18px;
}
#slide-out-form{
    position:fixed;
    width: 400px;
    padding:75px 15px 0 15px;
    right:-400px;
    height: 100%;
    background: #000;
    z-index: 2;
    transition: right 500ms ease;
    overflow: auto;
    z-index:10;
}
#slide-out-form.activate{
    right:0;
}
.animated.delay-100ms {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}
.animated.delay-300ms {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}
.animated.delay-500ms {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
.animated.delay-700ms {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}
.animated.delay-900ms {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
#slide-out-form p{
    color:#ddd;
    padding-right:30px;
}
#slide-out-form input{
    width:100%;
    border:none;
    border-bottom: 1px solid #5d5d5e;
    color:#fff;
    padding:25px 10px;
    background:#000;
}
#slide-out-form textarea{
    background: #292929;
    border: none;
    color: #fff;
    margin: 20px 0;
    padding: 10px 10px;
}
#slide-out-form button{
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 2.5px;
    font-size: 13px;
    float: right;
}
#slide-out-form button:hover{
    background:#212121;
}
#slide-out-form .close-form{
    position:absolute;
    top:96px;
    right:20px;
    color: #d0d0d0;
    font-size: 20px;
    cursor:pointer;
}
#slide-out-form .close-form:hover{
    color:#1DCDF9;
}
#slide-out-form .structure-type{
    padding: 15px 0px;
    border-bottom: 1px solid #5d5d5e;
}
#slide-out-form .structure-type select{
    position: relative;
    padding: 10px 6px;
    width: 100%;
    background: #000;
    border: 1px solid #555;
    color: #fff;
    font-size: 15px;
    outline: none;
}
#slide-out-form input.error,#slide-out-form select.error,#slide-out-form textarea.error{
    border: 1px dashed #bf0000;
}
#contactForm{
    background:#fff;
    border:none;
    padding:0;
}
#contactForm input,#contactForm textarea{
    padding: 8px 15px;
    margin:5px 0;
    width: 100%;
    color: #333;
    font-size: 14px;
    border: solid 1px #dedede;
    -webkit-appearance:none;
}
#contactForm input.error,#contactForm select.error,#contactForm textarea.error{
    border: 1px dashed #bf0000;
    background: #FFFCFC;
}
#contactForm select{
    position:relative;
    padding: 12px 10px;
    margin:5px 0;
    width: 100%;
    color: #333;
    font-size: 14px;
    border: solid 1px #dedede;
    -webkit-appearance: menulist;
}
#contactForm button{
    padding: 7px 30px;
    border: 1px solid #008ed6;
    background: #fff;
    margin-top: 9px;
    font-size: 17px;
    font-weight: 400;
    color: #008ed6;
    float: right;
    transition:background 250ms ease;
}
#contactForm button:hover{
    background: #008ed6;
    color:#fff;
}
#contactForm input::placeholder,#contactForm textarea::placeholder {
    color: #444!important;
}
#contactForm input:focus::-webkit-input-placeholder { color:transparent!important; }
#contactForm input:focus:-moz-placeholder { color:transparent!important; } /* FF 4-18 */
#contactForm input:focus::-moz-placeholder { color:transparent!important; } /* FF 19+ */
#contactForm input:focus:-ms-input-placeholder { color:transparent!important; } /* IE 10+ */
#contactForm textarea:focus::-webkit-input-placeholder { color:transparent!important; }
#contactForm textarea:focus:-moz-placeholder { color:transparent!important; } /* FF 4-18 */
#contactForm textarea:focus::-moz-placeholder { color:transparent!important; } /* FF 19+ */
#contactForm textarea:focus:-ms-input-placeholder { color:transparent!important; } /* IE 10+ */
.required-error,.phone-validation-error,.email-validation-error{
    display:none;
}
.required-error.active,.phone-validation-error.active,.email-validation-error.active{
    display:block;
}
.required-error p,.phone-validation-error p,.email-validation-error p{
    color:#bf0000!important;
    margin:5px 0 10px 0;
    font-weight:400;
    font-size:17px;
}
#requestForm .required-error p,#requestForm .phone-validation-error p,#requestForm .email-validation-error p{
    margin:0px 0 10px 0;
}
.submit-success-message{
    display:none;
}
.submit-success-message.active{
    display:block;
}
#contactForm .submit-success-message p{
    color: #657769!important;
    position: relative;
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 10px 5px 50px;
    background: #EEF7EA;
    border: 1px solid #DDE5DA;
}
#contactForm  .submit-success-message .fa-thumbs-up{
    font-size: 31px;
    position: absolute;
    left: 10px;
    top: 6px;
}
#requestForm .submit-success-message p{
    color: #55A062!important;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 10px 10px 50px;
}
#requestForm .submit-success-message .fa-thumbs-up{
    font-size: 31px;
    position: absolute;
    left: 10px;
    top: 11px;
}
.submit-failed-message{
    display:none;
}
.submit-failed-message.active{
    display:block;
}
#contactForm .submit-failed-message p{
    color: #721c24!important;
    position: relative;
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    padding: 5px 10px 5px 50px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}
#contactForm .submit-failed-message .fa-frown{
    font-size: 31px;
    position: absolute;
    left: 10px;
    top: 6px;
}
#requestForm .submit-failed-message p{
    color: #bf0000!important;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 10px 10px 50px;
}
#requestForm .submit-failed-message .fa-frown{
    font-size: 31px;
    position: absolute;
    left: 10px;
    top: 12px;
}
.areas-enlarge-map{
    position:relative;
}
.areas-enlarge-map h4{
    position:absolute;
    bottom:15px;
    left:50%;
    width:200px;
    margin-left:-100px;
    padding:5px;
    background:#222;
    color:#fff;
}
.margin-top-none{
    margin-top:0;
}
.margin-top-sm{
    margin-top:15px;
}
.margin-top-md{
    margin-top:30px;
}
.margin-top-lg{
    margin-top:45px;
}
.margin-top-xlg{
    margin-top:60px;
}
.margin-top-xxlg{
    margin-top:75px;
}
.margin-bottom-md{
    margin-bottom:30px;
}
.margin-bottom-lg{
    margin-bottom:45px;
}
.margin-bottom-xlg{
    margin-bottom:60px;
}
.margin-bottom-xxlg{
    margin-bottom:75px;
}
.no-pad-top{
    padding-top:0!important;
}
.no-pad-bottom{
    padding-bottom:0!important;
}
.no_pad{
    padding:0!important;
}
footer{
    text-align:left;
    padding-bottom:0;
    padding-top:55px;
}
footer h5{
    color:#fff;
    margin-bottom:30px;
}
footer p{
    color:#dfdfdf;
}
footer .fas, .social_facebook_square, .social_instagram_square{
    margin-right:10px;
    color:#04B4E8;
}
footer a:hover{
    color:#04B4E8;
    text-decoration:none;
}
.footer-logo{
    max-width:none;
}
.bgcolor-3{
    background:#212122;
}
.copyright{
    text-align:center;
    background:#111;
    margin:75px 0 0 0;
    padding:30px 0;
}
#slide-out-form input::placeholder,#slide-out-form textarea::placeholder {
    color: #fff!important;
}
#slide-out-form input:focus::-webkit-input-placeholder { color:transparent!important; }
#slide-out-form input:focus:-moz-placeholder { color:transparent!important; } /* FF 4-18 */
#slide-out-form input:focus::-moz-placeholder { color:transparent!important; } /* FF 19+ */
#slide-out-form input:focus:-ms-input-placeholder { color:transparent!important; } /* IE 10+ */
#slide-out-form textarea:focus::-webkit-input-placeholder { color:transparent!important; }
#slide-out-form textarea:focus:-moz-placeholder { color:transparent!important; } /* FF 4-18 */
#slide-out-form textarea:focus::-moz-placeholder { color:transparent!important; } /* FF 19+ */
#slide-out-form textarea:focus:-ms-input-placeholder { color:transparent!important; } /* IE 10+ */
.moving-mouse-holder {
    position:absolute;
    bottom:50px;
    left: 50%;
    margin-left: -31px;
    margin-top: 60px;
    opacity:0;
    transition:opacity 500ms ease 2200ms;
}
.moving-mouse-holder.activate{
    opacity:1;
}
.moving-mouse-holder .mouse {
    width: 26px;
    height: 40px;
    position: relative;
    right: 0;
    border-radius: 18px;
    border: 1px solid #fff;
}

.moving-mouse-holder .mouse-button {
    background-color: #fff;
    width: 4px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -2px;
    animation: mouse-scroll 1s infinite alternate;
}

.moving-mouse-holder .text {
    margin-top: -25px;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    transform: rotate(
            90deg
    );
}

@keyframes mouse-scroll {
    to {
        transform: translate(0, 6px) scale(1, 0.8);
    }
}
@media(max-width:1865px) {
    #home .intro{
        font-size: 62px;
        line-height: 72px;
    }
}
@media(max-width:1699px) {
    #home .intro{
        font-size: 58px;
        line-height: 68px;
    }
}
@media(max-width:1590px) {
    #home .intro{
        font-size: 54px;
        line-height: 64px;
    }
}
@media(max-width:1452px) {
    #home .intro, .intro{
        font-size: 50px;
        line-height: 60px;
    }
}
@media(max-width:1314px) {
    #home .intro, .intro{
        font-size: 46px;
        line-height: 56px;
    }
}
@media(max-width:1199px) {
    #home .intro, .intro{
        font-size:43px;
        line-height: 53px;
    }
    #home-tint-overlay{
        background-attachment: unset;
    }
    .big-intro{
        margin-bottom:10px;
        font-size:40px;
    }
    .medium-intro {
        margin-bottom: 30px;
        font-size: 40px;
    }
}
@media(max-width:991px) {
    #home .intro, .intro{
        font-size:40px;
        line-height: 50px;
    }
    .big-intro{
        font-size:37px;
    }
    .flexit-mid{
        display:block;
    }
    .home-pad-box {
        padding: 30px 0px;
    }
    .home-pad-box-img img{
        width:100%;
    }
    #slide-out-form{
        padding:115px 15px 0 15px;
    }
    #slide-out-form .close-form{
        top:136px;
    }
    .navbar-inverse .navbar-collapse{
        text-align:center;
    }
    .navbar-nav.navbar-right:last-child {
        display: inline-block;
        margin-right: 0;
        float:none!important;
    }
}
@media(max-width:767px) {
    #home .intro, .intro{
        font-size:34px;
        line-height: 47px;
    }
    .services .home-service{
        width:33.33333%
    }
    #slide-out-form{
        right: -100%;
        padding: 10px 15px 0 15px;
        width: 100%;
        z-index: 1032;
    }
    #slide-out-form .close-form{
        top: 32px;
    }
    .sticky-navigation .navbar-nav > li > a.menu-contact{
        margin-left:0;
    }
    .nav>li {
        display: block!important;
    }
    .sticky-navigation .main-navigation{
        padding-top:0;
    }
    .help-blocks img {
        float: left;
        max-width: 40%;
        margin: 0 15px 15px 0;
    }
    .help-blocks h3 {
        margin-top: 0px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.4rem;
        text-align: left;
    }
}
@media(max-width:500px) {
    .services .home-service{
        width:50%;
    }
}