@import url('https://fonts.googleapis.com/css?family=Open+Sans:700|Raleway:400,500,600');

/* .l_cover {
    background-image: url('../images/landing/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    width:100%;
    height:655px;
} */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.l_content {
    background:#F6F8F7;
    font-family: 'Raleway', sans-serif;
}

.l_content p {
    margin: 0px;
}

.l_cover_container {
    position: relative;
    margin-bottom: 160px;
}

.l_cover_image {
    width:100%;
}

.l_cover_container .l_cover_overlay {
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
}

.l_cover_container .container {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.l_header_right div {
    display: inline-block;
    vertical-align: top;
}

.l_header_right img {
    vertical-align: baseline;
}

.l_header_right div:first-child {
    margin-right: 10px;
}

.l_header_right div span {
    display: block;
}

.l_header_right div span:first-child {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15.6px;
    font-weight: 600;
}

.l_header_right div span:nth-child(2) {
    color: #20BDFF;
    font-size: 16px;
    margin-top: 2px;
    text-align: left;
    line-height: 19.2px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.l_cover_headline {
    position: absolute;
    top: 140px;
    color: #fff;
    font-size: 40px;
    width: 80%;
    text-align: center;
    line-height: 45px;
    left:10%;
}

.l_cover_headline span {
    color:#C2FF00;
}

.l_cover_devices {
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
}

.l_middle_container {
    padding-top:30px;
}

.l_middle_container h3 {
    text-align: center;
    font-size: 30px;
    margin: 10px 0 35px;
    color:#000;
    line-height: 32px;
}

.l_hr_blue {
    width: 130px;
    border-top: 2px solid #2980C7;
    margin: 0 auto 7px;
}

.l_hr_green {
    width: 90px;
    border-top: 2px solid #9DC030;
    margin:0 auto 25px;
}

.l_allthis {
    color: #888888;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    max-width: 95%;
    margin: 0 auto 45px;
}

.l_tile {
    background: #fff;
    padding: 40px 15px 30px;
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l_tile::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l_tile:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
  
.l_tile:hover::after {
      opacity: 1;
}

.l_tile .l_tile_img {
    width: 80px;
    height: 80px;
    margin: 0 auto 35px;
}

.l_tile img {
    width: 80px;
    max-height: 80px;
    display: block;
}

.l_tile div {
    font-size:15px;
    color:#000;
    text-transform: uppercase;
    text-align: center;
    line-height: 18px;
}

.l_tile span {
    font-size:14px;
    color:#888888;
    display: block;
    margin: 20px 0 15px;
    text-align: center;
    line-height: 20px;
}

.l_tile hr {
    margin:0 auto;
    width:35px;
    border-top: 2px solid #9DC02E;
}

.l_bottom_container {
    position: relative;
}

.l_contact_container {
    background: rgb(0, 0, 0);
    background: rgb(0, 0, 0, 0.8);
    position: absolute;
    width: 500px;
    height:100%;
    top: 0px;
    left: 40px;
    text-align: center;
}

.l_contact_container h3 {
    font-size: 30px;
    line-height: 40px;
    color:#fff;
    margin: 30px auto 30px;
    max-width: 95%;
}

.l_contact_container hr {
    border-top:2px solid #fff;
    margin:0 auto;
}

.l_contact_container .hr_white_1 {
    width:130px;
    margin-bottom:10px;
}

.l_contact_container .hr_white_2 {
    width:90px;
}

.l_contact_container div.wpcf7 {
    margin-top:40px;
}

.l_contact_container form.wpcf7-form {
    margin:0;
}

.l_contact_container .wpcf7-text, .l_contact_container .wpcf7-textarea {
    background: transparent;
    padding: 10px 20px;
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    border: 1px solid #FCFCFC;
    margin-bottom: 30px;
    max-width: 80%;
    width:350px;
}

.l_contact_container .wpcf7-textarea {
    resize: none;
    height:80px;
}

.l_contact_container .wpcf7-submit {
    color:#fff;
    background: linear-gradient(to right, #2980C7, #37C5E2);
    border:0;
    border-radius: 5px;
    padding:20px 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.l_contact_container .wpcf7-not-valid-tip {
    display: none!important;
}

.l_contact_container div.wpcf7-response-output {
    color:#fff;
    max-width: 80%;
    margin: 30px auto;
}

.l_contact_container ::placeholder {
    color:#fff;
    opacity: 0.8;
}

.l_contact_container :-ms-input-placeholder {
    color: #fff;
}

.l_contact_container ::-ms-input-placeholder {
    color: #fff;
}

.l_contact_container .l_give_call {
    color:#fff;
    font-size: 16px;
    line-height: 21.6px;
    margin-top:25px;
}

.l_contact_container .l_give_call span {
    color:#249DFF;
    font-size: 18px;
    margin-left:5px;
}

div.wpcf7 .ajax-loader {
    background-image:url('../images/landing/loader.gif');
    background-size: contain;
    width: 32px;
    margin-left: 10px;
    height: 32px;
}

footer {
    margin-top:0;
}

.l_footer_bbb {
    text-align: center;
    margin:5px 0 15px;
}

.l_footer_bbb a {
    margin: 10px 25px;
}

.l_footer_bbb img {
    max-width: 200px;
}

.l_video_section {
    background: #fff;
    padding-bottom: 30px;
}

.l_video_icon {
    position: absolute;
    width:100px;
    height:100px;
    left:50%;
    top:50%;
    margin-left:-50px;
    margin-top:-50px;
}

.l_video_image {
    max-width: 80%;
    margin: 0 auto;
}

.l_video_launch {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: #fff;
    opacity: 0.5;
}

.l_video_container {
    position: relative;
}

.l_bottom_container h2 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 35px;
    color: #000;
    line-height: 32px;
}

footer a {
    display: inline-block;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width:768px) {
    .l_header_right {
        text-align: right;
    } 
}

@media (min-width:768px) and (max-width:1350px){
    .l_cover_devices {
        max-width:700px;
    }
}

@media (min-width:992px) and (max-width:1199px){

    .l_contact_container {
        left: 20px;
    }

    .l_contact_container div.wpcf7 {
        margin-top:25px;
    }

    .l_contact_container h3 {
        font-size: 20px;
        margin: 10px 0 5px;
    }

    .l_contact_container .wpcf7-text, .l_contact_container .wpcf7-textarea {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .l_contact_container .wpcf7-textarea {
        height: 40px;;
    }

    .l_contact_container .wpcf7-submit {
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .l_contact_container div.wpcf7-response-output {
        margin: 5px auto 15px;
    }

    .l_contact_container .l_give_call {
        margin-top:15px;
    }

}

@media (min-width:1200px) and (max-width:1400px){

    .l_contact_container h3 {
        margin: 15px auto;
        font-size: 24px;
        line-height: 32px;
    }

    .l_contact_container div.wpcf7 {
        margin-top:30px;
    }

    .l_contact_container .wpcf7-text, .l_contact_container .wpcf7-textarea {
        margin-bottom: 25px;
    }

    .l_contact_container .wpcf7-submit {
        padding: 15px 25px;
    }

    .l_contact_container div.wpcf7-response-output {
        margin-bottom: 10px;
    }

}

@media (min-width:768px) and (max-width:1200px){
    .l_cover_headline {
        font-size: 36px;
        line-height: 42px;
    }
    .l_cover_devices {
        max-width: 570px;
    }
}

@media (min-width:768px) and (max-width:991px){

    .l_cover_headline {
        top: 115px;
        font-size: 24px;
        line-height: 30px;
    }

    .l_cover_devices {
       max-width:500px;
    }
}

@media (max-width:991px) {
    .l_contact_container {
        position: relative;
        padding: 10px 0px 50px;
        width: auto;
        left: 0;
        height: auto;
        top: auto;
    }
}

@media (max-width:767px) {

    .l_logo_xs {
        text-align: center;
        display: block;
        padding: 20px 0;
    }

    .l_cover_image_xs {
        position: relative;
        padding-top: 100px;
        height: 525px;
    }

    .l_cover_container {
        margin-bottom: 50px;
    }

    .l_cover_devices_xs {
        max-width: 90%;
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 500px;
    }

    .l_middle_container {
        padding-top:100px;
    }

    .l_cover_container .container .col-xs-12 {
        text-align: center;
    }

    .l_cover_container .container {
        left:auto;
        transform: initial;
        width: 100%;
    }

    .l_header_right {
        text-align: right;
    }

    .l_cover_headline_xs {
        text-align: center;
        font-size: 24px;
        max-width: 90%;
        color: #fff;
        margin: 0 auto;
    }

    .l_middle_container h3 {
        max-width: 90%;
        margin: 10px auto 35px;
    }

    .l_cover_container {
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 75px;
    }

}

@media (max-width:480px) {

    .l_cover_image_xs {
        padding-top: 50px;
        height: calc(100% - 185px);
    }
  
    .l_cover_container .container {
        top:20px;
    }
    .l_cover_container .col-xs-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .l_header_right {
        display: none;
    }


}
