@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic');
@import url('http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
@import url('simple-line-icons.css');

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 18px;
}

.section_holder1 {
    width: 100%;
    padding: 40px 0 40px 0;
    margin: 0px;
    margin-top: 0px;
}

.section_holder1 .icon_holder {
    width: 38%;
    padding: 0px;
    margin: 0px;
    float: right;
}

.section_holder1 .icon_holder .icon {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    padding: 0px;
    color: #161616;
    margin: 4px 0 0 0;
    text-align: center;
    font-size: 36px;
    overflow: hidden;
    line-height: 110px;
    border: 1px solid #BB1428;
    transition: all 0.3s ease-out 0s;
}

[data-icon]::before {
    font-family: 'FontAwesome';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section_holder1 .icon_holder .icon {
    color: #BB1428;
    text-align: center;
    font-size: 36px;
    line-height: 110px;
}

.section_holder1 .title_holder {
    width: 62%;
    padding: 0px;
    margin: 0px;
    float: left;
}

.title_holder {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    color: #272727;
    font-family: Roboto !important;
    font-weight: 400;
}

.title_holder h4 {
    font-size: 22px;
    color: #272727;
    font-family: Roboto !important;
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.padd_top7 {
    padding-top: 70px;
}

.section_holder1 .topline {
    width: 78%;
    height: 1px;
    padding: 0;
    margin: -10px 22% 40px 0;
    float: left;
    background-color: #BB1428;
}

#sp-bottom .sp-module {
    margin-bottom: 0px;
}

.sp-page-title {
    padding: 200px 0px 200px 0px;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.sp-megamenu-parent > li.active > a {
    border-bottom: 3px solid #BC1326 !important;
    color: #BC1326 !important;
}

.sp-megamenu-parent > li > a:hover {
    color: #BC1326 !important;
}

.sp-megamenu-parent {
    float: left;
}

#sp-bottom .sp-module ul > li {
    margin-bottom: 10px;
}

footer#sp-footer div.container {
    padding-right: 0px;
    padding-left: 0px;
}

#sp-bottom1 {

}


#sp-top-bar div.sp-module {
    margin-left: 0px;
}


@media (max-width: 576px) {
    #sp-header {
        height: 80px;
    }

    #sp-header .logo {
        height: 90px;
    }
    #offcanvas-toggler {
        height: 80px;
        line-height: 80px;
    }

    #sp-footer {
        padding: 10px 10px !important;
    }

    #sp-footer .container-inner {
        padding: 10px 0 !important;
        text-align: center;
    }
}

#sp-top-bar {
    padding: 0px 0 8px;
}

#sp-top-bar .sp-module.lang {
    padding-top: 15px;
}