body{
    font-family: 'Open Sans', sans-serif!important;
}
div[itemprop="articleBody"]{
    padding: 20px 0 0px;
}

.navbar-default{
    background-color: #fff;
    border-color: #fff;
    height: 60px;
}

#abaut_us{
    margin: 75px 0 0 0;
}

.abaut_us_wrap h1{
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin: 0 0 35px;
    line-height: 44px;
    text-align: center;
}

.page-header {
    padding-bottom: 0px;
    margin: 40px 0 0px;
    border-bottom: 1px solid #eee;
}
.abaut_us_wrap p{
    color: #7d7c7c;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 100;
    line-height: 1.625;
    text-align: justify;
}



.icon img{
    width: 340px;
}


.navbar-default .navbar-nav>li>a {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 12px;
    padding: 19px 0 19px 18px;
    line-height: 40px;
    display: inline-block;
    text-transform: uppercase;
    transition: all .4s;
    position: relative;
}

.dropdown-menu>li>.dropdown-toggle {
    display: none;
}

.navbar-default .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    top: 70%;
    left: 18px;
    color: #ee4540;
    border-bottom: 3px solid #ee4540;
    width: 0%;
    transition: all ease-in-out 0.5s
}

.navbar-default .navbar-nav>li>a:hover:after {
    content: "";
    position: absolute;
    top: 70%;
    left: 18px;
    color: #ee4540;
    border-bottom: 3px solid #ee4540;
    width: 90%;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ee4540;
}

.navbar-default .navbar-nav>.active>a, .navbar-default{
    color: #ee4540;
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover{
    color: #3a3a3a;
    background-color: #fff;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #ee4540;
    background-color: #fff;
}

.navbar-brand{
    padding: 10px 0 0 0;
}

.navbar-brand img{
    height: 60px;
}

.dropdown-menu>li>a {
    height: 40px;
    line-height: 34px;
}

.dropdown-menu>li>a:hover {
    background-color: #c1392b;
    color: #fff;
}

#carousel-example-generic .carousel-inner .item{
    height: 520px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.slide-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/overaly.png');
    opacity: .60;
}

.wrappers{
    text-align: center;
    margin: auto;
}

.service-list{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.item-cpn-title{
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 80px;
    font-size: 45px;
    font-weight: 100;
}

.info .info_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 100;
    margin-top: 50px;
}

.info .info_title span{
    font-weight: bold;
}

.about_us{
    margin-top: 36px;
    line-height: 25px;
    letter-spacing: .25px;
    text-align: justify;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #ccc;
    -moz-column-rule: 1px solid #ccc;
    column-rule: 1px solid #ccc;

}


.news-block .news_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 100;
    margin-top: 50px;
}

.news{
    margin-top: 36px;
    height: 430px;
    margin-bottom: -10px;
}

.news .image-wrap{
    height: 200px;
    width: 300px;
    margin: auto;
    overflow: hidden;
}

.news .actircle-image {
    width: 300px;
    height: 200px;
    margin: auto;
    background-size: cover;
    background-position: center;
    transition: all  ease-in-out 0.6s;
}

.news .atricle-info i{
    margin: 0 5px 0 15px;
    font-size: 16px;
}

.news .atricle-info{
    color: #c4c4c4;
    font-size: 12px;
    font-weight: 400;
}



.news:hover .actircle-image{
    transform: scale(1.07) rotate(1.5deg);

}

.news .article-title{
    width: 300px;
    margin: auto;
}

.news .article-title a{
    text-decoration: none;
}

.news .article-title a h4{
    transition: all .5s;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
    color: #000;
}

.news .article-title a h4:hover{
    color: #ee4540;
}

.news .article-desc{
    margin-top: 10px;
    width: 300px;
    margin: auto;
}

.news .article-desc p{
    font-size: 13px;
    color: #757575;
}

.content img{
    margin: 5px;
}

.service-list{
    color: #fff;
    list-style: none;
    margin-top: 50px;
    overflow: hidden;
    display: inline-block;
}

.service-list li a{
    text-decoration: none;
}

.slide-service{
    background-color: rgba(238,84,80,.75);
    width: 175px;
    height: 160px;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    transition: all .5s;
}

.slide-service:hover{
    background-color: rgba(238,84,80,1);
}

.service-list li{
    display: inline-block;
    float: left;
    margin: 0 20px;
}

.slide-service h3{
    margin-top: 7px;
    line-height: 20px;
    font-size: 13px;
}

.slide-icon{
    font-size: 65px;
}



.item-page ul>li>a, .item-page ol>li>a{

    text-decoration: none;
}

.item-page{
    padding: 0px 15px;
}
.item-page h3{
    font-size: 21px;
    color: #000;
}
.item-page h4{
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
}
h2[itemprop="headline"]{
    font-size: 32px;
    font-weight: 600;
}
/*
.item-page p , .item-page span{
    margin: 0!important;
    line-height: 23px!important;
    text-align: left!important;
    padding: 0!important;
    text-indent:0!important;
    font-size: 15px!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-family: 'Open Sans', sans-serif!important;
    text-decoration: none;
}
*/

.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.clearfix:after {
    clear: both;
}

footer{
    overflow: hidden;
    padding: 0px 0px 20px;
    border-bottom: 1px solid #0F0F0F;
    background: none repeat scroll 0% 0% #333;
    color: #AAA;
}

footer .contact{
    z-index: 999;
    bottom: 20px;
    left: 20px;
    position: absolute;
    background-color: rgba(0,0,0,.8);
    padding: 21px;
    color: #fff;
}

footer .contact{
    list-style: none;
}

footer .contact li{
    line-height: 30px;
}

footer .contact li em{
    margin-right: 10px;
    font-size: 21px;
    color: #ee4540;
}

footer #map{
    margin-bottom: 20px;
}

.navbar-collapse{
    background-color: #fff;
}


.anim-del05{
    animation-delay: .5s;
}

.anim-del1{
    animation-delay: 1s;
}

.anim-del15{
    animation-delay: 1.5s;
}

.anim-del2{
    animation-delay: 2s;
}

.anim-del25 {
    animation-delay: 2.5s;
}
.anim-del3{
    animation-delay: 3s;
}

.anim-del35{
    animation-delay: 3.5s;
}

.anim-del4{
    animation-delay: 4s;
}

.anim-del45{
    animation-delay: 4.5s;
}

.anim-del5{
    animation-delay: 5s;
}

#online-request{
    height: 500px;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
}

#online-request .request-title{
    font-size: 40px;
    margin: 175px 0 25px 0px;
}

#online-request .request-desc{
    font-size: 20px;
    font-weight: 300;
    color: #4c4c4c;
}

#online-request .info-icon{
    font-size: 450px;
    color: rgba(76,76,76,0.1);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.des{
    list-style: none;
}

.des li{
    font-size: 14px;
    color: #dddddd;
    margin: 2px 0;
}

.des li em{
    font-size: 20px;
    margin: 0 10px 0 0;
}

.request-item{
    background-color: rgba(238,84,80,0.75);
    padding: 10px;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    margin: 10px 0;
    width: 500px;
    text-align: left;
    cursor: pointer;
    transition: all .3s;
}

.request-item:hover{
    background-color: rgba(238,84,80,1);
}

.request-item i{
    margin: 0px 40px 0 15px;
    text-align: left;
    float: left;
    font-size: 55px;
    width: 55px;
    line-height: 65px;
}

.link-list{
    text-align: center;
}


@media (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 19px 0 19px 12px;
    }
    .navbar-brand img {
        height: 50px;
        margin: 5px;
    }

    #abaut_us .abaut_us_wrap .abaut-us {
        font-size: 14px;
        letter-spacing: .25px;
        word-spacing: 1px;
        line-height: 21px;
        text-align: justify;
    }

    .icon img {
        width: 295px;
    }

    #abaut_us {
        margin: 80px 0 0 0;
    }



    
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        padding: 19px 0 19px 12px;
    }
    .navbar-brand img {
        height: 50px;
        margin: 5px;
    }

    .navbar-brand img {
        height: 36px;
        margin: 0px 12px;
    }

    .navbar-default .navbar-nav>li>a {

        font-size: 9px;
        padding: 7px 0 7px 8px;

    }

    .navbar {
        margin-bottom: 0px;
    }

    .service-list li {

        margin: 0 10px;
    }

    .item-cpn-title{
        margin: 20px 0 0 0;
        font-size: 30px;
    }

    .slide-service {
        width: 125px;
        height: 125px;
        margin-bottom: 15px;
    }

    .slide-icon {
        font-size: 40px;
    }

    .slide-service h3 {
        line-height: 15px;
    }


}

@media (max-width: 768px) {

    .abaut_us_wrap h1 {
        font-size: 25px;
        color: #27292e;
        font-weight: 400;
        margin: 0 0 26px;
        line-height: 25px;
        text-align: center;
    }

    .abaut_us_wrap p {
        color: #7d7c7c;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 100;
        line-height: 21px;
        text-align: justify;
    }

    #abaut_us {
        margin: 42px 0 0 0;
    }

    .navbar-default{
        z-index: 900;
        width: 100%;
        position: fixed;
    }

    #online-request {
        height: auto;
        margin-top: 90px;
        position: relative;
    }

    #online-request .info-icon {
        font-size: 285px;
        color: rgba(76,76,76,0.1);
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    #online-request .request-title {
        font-size: 28px;
        margin: 40px 0 20px 0;
        text-align: center;
    }

    #online-request .request-desc {
        font-size: 14px;
        font-weight: 400;
        color: #4c4c4c;
    }

    .link-list {
        text-align: center;
        padding: 0 15px;
        list-style: none;
    }

    .request-item {
        background-color: rgba(238,84,80,0.75);
        /* padding: 10px; */
        border-radius: 2px;
        display: block;
        color: #fff;
        margin: 10px 0;
        width: 100%;
        text-align: left;
        cursor: pointer;
        transition: all .3s;
        font-size: 14px;
        padding: 0px;
    }

    .request-item i {
        margin: 0px 15px 0 15px;
        text-align: left;
        float: left;
        font-size: 30px;
        line-height: 65px;
        width: 30px;
    }

    #slide{
        padding-top: 60px;
    }

}

#Call_back_request_DetailsForm h2{
    font-size: 30px;
    text-align: center;
    color: #5a5a5a;
    margin: 0;
}

#Call_back_request_DetailsForm p{
    text-align: center;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 0 5%;
    margin: 5px 0 30px 0 !important;
}


#Call_back_request_DetailsForm button{
    background-color: rgba(238,84,80,0.81);
    padding: 15px 20px;
    border: none;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}


#Call_back_request_DetailsForm button:hover{
    background-color: rgba(238,84,80,1);

}

#Call_back_request_DetailsForm .contact_form_row{
    margin: 20px 0 0 0!important;
}

