@charset "utf-8";
/* CSS Document */



/**
* Service We Provide Styles.
**/
.clearfix{ margin:0px; padding:0px; height:200px; overflow:auto;}
.clearfix ul{ margin:0px; padding:0px;}
.clearfix li{ list-style:none !important;}
#service-we-provide {
    padding: 0px 0;
  
}
#service-we-provide .section-title h1 {
    width: 75%;
}
.service-tab-title ul li {
    font-size: 13px;
    line-height: 45px;
    color: #787878;
    font-weight: 500;
    padding: 0 25px;
    text-transform: uppercase;
    border: 1px solid #E4E4E4;
    border-top: 0;
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-tab-title ul li:first-child {
    border-top: 1px solid #E4E4E4;
}
.service-tab-title ul li:hover,
.service-tab-title ul li.active {
    color: #F69C00;
    position: relative;
    background: #F9F9F9;
    border-right: 0;
}
.service-tab-title ul li.active:before {
    content: ' ';
    width: 6px;
    height: 100%;
    background: #F69C00;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-tab-content {
    position: relative;     margin-left: 17px !important;
    margin-top: -31px !important;
}
.service-tab-content > div:last-child {
    padding: 0;
}
.service-tab-content p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
    margin-bottom: 40px;
}
.service-tab-content ul li {
    font-size: 14px;
    line-height: 35px;
    margin-left: 15px;
    color: #999999;
    font-family: "Open Sans";
}
.service-tab-content ul li .fa {
    color: #DA9700;
    margin-right: 10px;
    font-size: 16px;
}
.service-tab-content .col-lg-8 .col-lg-6:first-child {
    padding: 0;
}
.service-tab-content .col-lg-8 .row {
    margin: 0;
}
.service-tab-content .col-lg-8 .col-lg-6 img {
    width: 100%;
}
.service-tab-content .col-lg-4 {
    position: absolute;
    right: 40px;
    bottom: -84px;
    padding: 0;
}
.service-tab-content .col-lg-4 img {
    max-width: none;
    width: 288px;
}
/**
* Our Project Styles.
**/

