@charset "utf-8";
/* CSS Document */


.block-title {
    font-size: 14px; font-weight:bold;
}
.service-box-inner p {text-align:justify;}

.service-box-inner .content-box>h3, .service-box-inner .content-box>p {
    color: #333;
}
.service-box-inner {
    display: inline-block;
    cursor: pointer;

}
.service-box-inner .content-box {
    margin: 20px 0 0;
}
.service-box-inner .content-box>h3 {
    text-transform: capitalize;
    margin-top: 0;
}
.service-box-inner .content-box>p {
    font-size: 14px;
    line-height: 16px;
    color: #5c5c5c;
}
.service-box-inner .icon-srv {
    width: 141px;
    height: 141px;
    background-color: #ebebeb;
    border: 7px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    font-size: 48px;
    color: #e77505;
    display: inline-block;
    position: relative;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}
.service-section .col-md-6:nth-child(even)>.service-box-inner {
    text-align: right;
    width: 100%}
.service-box-inner:hover .icon-srv {
    background-color: #e77505;
    color: #fff;
}
.service-box-inner .icon-srv:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform .2s, opacity .3s;

    -moz-transition: -moz-transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.service-box-inner .icon-srv:before {
    display: block;
    -webkit-font-smoothing: antialiased;
}
.service-box-inner:hover .icon-srv:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.service-box-inner .flot {text-align:center;}
.why-us2 { background: url(../images/serv-bg.jpg) center center;background-size:cover; width:100%; float:left; color:#fff; padding:30px 0px}
.why-us2 h2 {color:#ffffff;}
.why-us2 i {color:#f79b53;}
.why-us2 .block-title { color: #fff; margin-bottom: 5px; margin-top: 0; display: inline-block;   height: 40px;line-height: 35px; font-size: 20px;}
.why-us2 .block-title i { font-size:1.8em; margin-right:20px; line-height:30px}
.why-us-box2 {margin-top:10px; text-align:justify;}
.line-br{width:50%; height:2px; color:#f2f2f2; margin:auto;}
.block-title a { color:#0093FF; }
.bg-service {background: url(../images/bg-service.jpg)center center no-repeat; background-size:cover; padding:30px 0px; clear:both;}
.btnMore{background:#525252; border-radius:20px; color:#fff; padding:5px 10px; margin-top:10px; float:left;}
.btnMore:hover{background:#f59e38; border-radius:20px; color:#fff; text-decoration:none;}
.btnMore a {text-decoration:none; color:#fff}
.bg-service {font-weight:700;}
/*.service-box-inner{max-height:350px!important;}*/
/*--testimonials--slider--*/
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    /*float: left;*/
    margin-right: 20px;
}
.carousel-control {color:#fff!important;}


@media only screen and (min-width:768px) and (max-width:991px) {
.service-box-inner {
    margin-bottom: 40px;
}
.service-box-inner .col-md-4 {
    float: left!important;
    text-align: right;
}
.service-box-inner .content-box {
    text-align: left;
}
}
@media only screen and (min-width:319px) and (max-width:767px) {
.service-box-inner{
    text-align: center;
}
.btnMore {float:none; margin:auto;}
}
@media only screen and (min-width:481px) and (max-width:767px) {
.service-box-inner {
    margin: 0 0 40px;
}
.service-box-inner .col-md-4 {
    float: none!important;
}
.service-section .col-md-6:last-child>.service-box-inner {
    margin-bottom: 0;
}
}

@media only screen and (max-width:480px) {
.service-box-inner { 
    display: inline-block;
    cursor: pointer;
	height:100%; padding-bottom:20px;
}
.service-box-inner {text-align:center;}
.bg-service .container {width:100%;}
.bg-service .col-sm-5 {width:100%;}
.btnMore {clear:both; float:none; margin:auto;}
.service-box-inner .icon-srv {
    width: 81px;
    height: 81px;
    background-color: #ebebeb;
    border: 7px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #e77505;
    display: inline-block;
    position: relative;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}
}