img{
    max-width: 100%;
    height: auto;
}
.h1-lg{
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
}
.h2-lg{
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
}
.margin-xs{
    margin-bottom: 5px !important;
}
.margin-sm{
    margin-bottom: 15px !important;
}
.margin-md{
    margin-bottom: 25px !important;
}
.margin-lg{
    margin-bottom: 50px !important;
}
.no-margin{
    margin-bottom: 0 !important;
}
.font-lato{
    font-family: "Lato", sans-serif;
}
.font-oswald{
    font-family: "Oswald", sans-serif;
}
.font-400{
    font-weight: 400;
}
.font-700{
    font-weight: 700;
}
.font-900{
    font-weight: 900;
}
.text-red{
    color: #bc141a !important;
}
.text-green{
    color: #00a651;
}
.btn{
    font-weight: 700;
    padding: 13px 25px;
    font-size: 18px;
    line-height: 26px;
}
.btn:hover,
.btn:focus{
    color: #ffffff;
    background-color: #999999;
}
.header-top{
    padding: 10px 0;
}
.header-buttons{
    margin-top: 8px;
}
.header-buttons .btn{
    margin-left: 15px;
    font-weight: 700;
    border: 3px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.btn-white-border{
    border: 3px solid #bc141a;
    color: #bc141a;
}
.header-buttons .btn.btn-white-border{
    border: 3px solid #bc141a;
    color: #bc141a;
}
.header-buttons .btn:hover,
.header-buttons .btn:focus{
    color: #ffffff;
    background-color: #999999;
}
.header-buttons .btn.btn-white-border:hover,
.header-buttons .btn.btn-white-border:focus,
.btn-white-border:hover,
.btn-white-border:focus{
    border: 3px solid #999999;
    color: #999999;
    background-color: #ffffff;
}

.page #main-content.full-width {
    padding: 0;
}

.row-questions{
    background-color: #ffffff;
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: cover;
}

.list-close{
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: inline-block;
}
.list-close > li{
    background-image: url(../img/svgs/x.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.testimonial{
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 70px;
    padding-left: 100px;
}
.testimonial-thumb{
    padding-top: 20px;
}
.sc-downtime{
    background-image: url(../img/sc5.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#partners.sc-partners{
    background-position: center top !important;
}
.technology-solution{
    width: 370px;
    max-width: 100%;
}
.technology-solution .form-control{
    border: 1px solid #000000;
}

.checklist{
    margin: 0;
    padding: 0;
    list-style: none;
}
.checklist > li{
    background-image: url(../img/svgs/checkmark.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40px;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.site-address{
    padding-left: 70px;
}
.site-address a{
    color: #bc141a;
}
.site-address a:hover{
    color: #bc141a;
    text-decoration: underline;
}
.footer-buttons{
    text-align: right;
}

.footer-menus {
    margin: 0 -15px;
    display: flex;
}
.footer-menus .widget_nav_menu{
    padding: 0 15px;
    width: 25%;
}
.footer-menus .widget_nav_menu h4{
    border-top: 5px solid #000000;
    padding: 20px 0 0;
    margin: 0 0 20px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.5;
}
.footer-menus .menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menus .menu li{
    margin: 0 0 5px;
    padding: 0;
}
.footer-menus .menu a{
    color: #bc141a;
}
.footer-menus .menu a:hover,
.footer-menus .menu a:focus{
    color: #bc141a;
}
.footer-top{
    border-top: 10px solid #000000;
    padding: 50px 0;    
}
.footer-widgets{
    padding-bottom: 50px;
}
.copyright{
    padding-bottom: 40px;
}

.earrow{
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.earrow > li{
    background: url(../img/svgs/arrow-green.svg) no-repeat scroll 0 0;
    margin: 0 0 25px;
    padding: 0 0 0 50px;
    background-size: 40px;
}
.qitem{
    background: url(../img/quote-open.png) no-repeat scroll 0 0;
    background-size: 60px;
    padding-left: 90px;
    
}
.includes{
    margin-left: 0;
    padding: 0;
    list-style: none;
}
.includes > li{
    background: url(../img/svgs/checkmark.svg) no-repeat scroll 0 0;
    background-size: 60px;
    padding-left: 85px;
    margin-bottom: 35px;
    min-height: 60px;
}
.includes > li h6{
    font-family: "Lato", sans-serif;
}

@media (min-width: 992px){
    .txt-md-left{
        padding-right: 25px;
    }
    .txt-md-right{
        padding-left: 25px;
    }
}

@media (max-width: 991px){
    .h1-lg{
        font-size: 46px;
        line-height: 54px;
    }
    .h2-lg{
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 767px){
    .hide-xs{
        display: none !important;
    }
    .h1-lg{
        font-size: 36px;
        line-height: 44px;
    }
    .h2-lg{
        font-size: 26px;
        line-height: 34px;
    }
    #header-logo{
        text-align: center;
    }
    #header-logo a{
        margin: 0;
    }
    .header-buttons{
        text-align: center;
    }
    .header-buttons .btn{
        margin: 0 8px;
    }
    .sc-banner{
        padding: 35px 0 !important;
    }
    .row-questions{
        padding-top: 35px !important;
        background-size: contain !important;    
    }
    .sc-services{
        padding-top: 35px !important;
    }
    .service .vc_column-inner{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .list-close > li{
        padding-top: 0;
        padding-bottom: 0;
    }
    .testimonial{
        background-size: 40px;
        padding-left: 55px;
    }
    .testimonial-thumb{
        padding-top: 0;
    }
    .sc-downtime{
        background-color: #242424;
        padding-top: 70px !important;
        padding-bottom: 0 !important;
        background-image: none;
    }
    .sc-partners{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 35px !important;
    }
    .footer-widgets {
        padding-bottom: 15px;
    }
    .footer-logo{
        text-align: center;
        margin: 0 0 25px;
    }
    .site-address{
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-buttons {
        text-align: center;
    }
    .footer-menus{
        display: block;
    }   
    .footer-menus .widget_nav_menu{
        width: 100%;
        margin-bottom: 35px;
    }
    .copyright{
        text-align: center;
    }
}