/*
Theme Name: ASL
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css?family=Roboto');


body {
    font-family: MS Sans Serif,Geneva,sans-serif;
}


.header-info-links {
    margin: 0;
}
.header-info-links li {
    color: #fff;
    list-style-type: none;
    float: left;
    margin: 0 20px 0 0;
}
.header-info-links li .fa {
    margin-right: 5px;
    color: #fff;
}
.header-info-links li span, .header-info-links li span a {
    font-size: 14px;
    color: #fff;
    font-family: MS Sans Serif,Geneva,sans-serif;
}
#top-bar-social li a {
    font-size: 14px;
    color: #fff;
}
#site-header {
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
    z-index: 100;
}
#site-header-inner {
    position: relative;
    height: 100%;
    background-color: #fff;
}




/*homepage-start*/
.home #home-slider {
    height: 500px;
}

.home .page-header {
    display: none;
}
.home #content-wrap {
    padding: 0 0 0 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: MS Sans Serif,Geneva,sans-serif;
}
h3, h3 a {
    /*font-family: Roboto;*/
    font-size: 24px;
    line-height: 32px;
    text-align: inherit;
    color: #35343d;
    font-weight: 500;
    font-style: normal;
}

#homepage-boxes {
    background-color: #f4f4f4 !important;
}
#device-mrgn-btm-sm {
    margin: -10em 0 0 0;
    z-index: 999;
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
}
#device-mrgn-btm-sm:hover {
    margin: -11em 0 0 0;
    box-shadow: 2px 10px 5px #ddd;
}
#device-mrgn-btm-sm img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#device-mrgn-btm-sm .widget_sow-image {
    margin-bottom: -0 !important;
}
.asl-sec-title.mrgn-btm-xs a:hover {
    color: #f00;
}
.asl-sec-title.mrgn-btm-xs {
    margin: -5px 0 0 0;
}
.asl-post-content.text-left {
    padding: 20px 20px 0 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: -5px 0 0 -1px;
}
.asl-read-more {
    margin: 30px 0 30px 0;
}
.asl-button {
    background: #289feb;
    border: 1px solid #289feb;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
transition: 0.5s;
}
.asl-button:hover {
    background-color: #fff;
    color: #333;
}

#device-mrgn-btm-sm:hover .asl-sec-title.mrgn-btm-xs a {
    color: #f00;
}

#device-mrgn-btm-sm:hover .asl-button {
    background-color: #fff;
    color: #333;    
}

#quote-section {
    background-color: #f4f4f4;
}
.mrgn-btm-xs {
    margin-bottom: 1em;
}
.mrgn-btm-sm {
    margin-bottom: 2em;
}
#quote-section .asl-button:hover {
    background-color: #f4f4f4;
    color: #333;
}

#other-advantages-section {
    padding: 50px 0 50px 0;
    color: #fff;
}
#other-advantages-section h3 {
    color: #fff;
}
#other-advantages-section li {
    list-style: none;
    margin-bottom: 15px;
}
#other-advantages-section li::before {
    content: "\f18e";
    font-family: FontAwesome;
    margin-right: 10px;
}


#counter-section {
    margin-top: -30px;
    margin-bottom: -30px;
}
#counter-section .wpsm_col-md-4.wpsm_col-sm-6 {
    width: 25%;
}
#counter-section .counter {
    /*font-family: Roboto;*/
    font-size: 36px;
    line-height: 44px;
    text-align: inherit;
    font-weight: 400;
    font-style: normal;
}
#counter-section #wpsm_counter_b_row_444 .wpsm_counterbox .wpsm_count-title {
    font-weight: bolder;
    font-family: MS Sans Serif,Geneva,sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    text-align: inherit;
}


#contact-btn-section {
    padding: 50px 0 50px 0;
}
#contact-btn-section .asl-contact-us {
    text-align: center;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}






/**/

#company-profile-content li {
    margin: 10px 0 10px 30px;
}



/**/

.address.center-text, .telephone.center-text, .email.center-text, .web.center-text {
    text-align: center;
}
































































@media (min-width: 992px) {
	.header-sticky-desktop.headroom--not-top .header-inner-wrapper {
        box-shadow: none;
    }
}


/***************Small Screen-Mobiles*/

@media (min-width: 200px) and (max-width: 766px) {
    
#top-bar-wrap {
    display: none;
}
.home #content {
    margin: 0;
}
.home #content {
    margin: 0;
}
#homepage-boxes {
    background-color: #f4f4f4 !important;
    margin: 50px 0 50px 0 !important;
    padding: 0 !important;
}
#device-mrgn-btm-sm {
    margin: 0;
    z-index: 9;
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
}
#device-mrgn-btm-sm:hover {
    margin: -15px 0 0 0;
    box-shadow: 2px 10px 5px #ddd;
}   
#quote-section {
    background-color: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
}
#counter-section .wpsm_col-md-4.wpsm_col-sm-6 {
    width: 100%;
}

    
    
}    

