@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*@import url(https://fonts.googleapis.com/css?family=Playball);*/

body{
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    color: #496174;
}

h1, h2, h3, h4, h5, h6 {
    color: #496174;
}

p{  
    font-family: 'Open Sans', sans-serif;
    font-size: 12.5px;
    line-height: 20px;
    font-weight: 100;
}

*{
    outline-color: transparent !important;
}

/*===== common ====*/
.bg-color{
    background-color: #193c7f !important;
}

section{
    padding-top: 80px;
    padding-bottom: 30px;
}
#header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.navbar-brand:hover{
    color: #337ab7;
}
.container{
    background-color: rgba(52, 52, 52, 0);

}
.none{
    display: none;
}
.portfolio_button{
    width:100%;
    overflow: hidden;
}
.portfolio_button button{
    width:80px;
    padding: 10px 0;
    border:#193c7f solid 1px;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    background-color: white;
    color: #999;


}
@media screen and (max-width: 700px) {
    .portfolio_button button{
        width:80px;
        padding: 3px 0;
        border-radius: 10px;
        margin-bottom: 5px;
        margin-left: 5px;

    }
}
.portfolio_button .active{
     background-color: #193c7f;
    color: white;

}
.container li{
    padding-top: 10px;

}
.container li a{
    padding-top: 0px;
    padding-bottom: 0;
    height:40px;
    line-height: 40px;

}
.hezuo>div>img{
    float: left;
    width:19%;
    height: 100px;
    margin-left: 10px;
    margin-top: 10px;
}
@media screen and (max-width: 1204px) {
    .hezuo>div>img{
        float: left;
        width:18%;
        height: 80px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .f_title{
        display: none;
    }
    
    .f_c_1{
        width: 100%;
    }
    .f_c_2{
        width: 100%;
    }
    .f_c_3 button{
        margin-top: 20px;
    }
    .f_contact{
        width: 90% !important;
        margin-left: 5px;
    }
 
}

@media screen and (max-width: 542px) {
    .f_img{
        display: none;
    }
    .hezuo>div>img{
        float: left;
        width:16.5%;
        /*height: 80px;*/
        height: auto;
        margin-left: 10px;
        margin-top: 10px;
    }
}
.zhizhen{
    bottom: -34%;
}
.zhizhen li{
    border:1px solid gray;
}
.zhizhen .active{
    background-color: gray;
}
.name_P{
    background-color: white;
    display: flex;
    justify-content: space-between;

}
.name_P>div{
    border:1px solid black;
    padding: 7px;
}
@media screen and (max-width: 500px) {
    .name_P>div>input{
        width:60%;
    }
    .f_c_3 i{
        top:-70px !important;
    }
    .f_c_3 button{
        top:0 !important;
    }
}
.arrdress{
    font-size: 20px !important;
}
@media screen and (max-width: 400px) {
    .name_P>div{
        border:1px solid black;
        padding: 3px;
    }
    .name_P>div>input{
        width:70%;
    }
}
@media screen and (max-width: 350px) {

    .name_P>div>input{
        width:100%;
    }
}
.name_P input{
    border:none;
}
.nav li a:hover{
    background-color: #193c7f !important;
    color: white !important;
    border-radius: 10px;

}
.nav li a{
   padding-top: 0 !important;
    font-size: 14px !important;
}
.nav li .active{
    background-color: #193c7f !important;
    color: white !important;
    border-radius: 10px;
}
.navbar-header{
    z-index: 999;
    position: relative;
}
.single-work{
    width: 32.33333333%;
    float: left;
    margin-right: 10px;
}
.list-inline{
    font-size: 20px;
    border: 1px solid #eeeeee;
    padding: 10px 50px;
    color: white;
}
a:hover{
    text-decoration: none;
}
@media screen and (max-width: 1300px) {
    .single-work{
        width: 31.33333333%;
    }
}
@media screen and (max-width: 590px) {
    .single-work{
        width: 30.4%;
    }
    .list-inline{
        font-size: 14px;
        padding: 5px 25px;
    }
}
@media screen and (max-width: 320px) {
    .single-work{
        width: 29.8%;
    }
    .list-inline{
        font-size: 13px;
        padding: 3px 18px;
    }
}
.product{
    width:100%;
    background-color: white;
    position: relative;
    margin-top: 20px;
    display: none;

}
.product div{
    position: relative;
    left: 1200px;
    height:100%;
}
#map-box{
    width: 45%;
    height: 440px;
    float: left;
}
.relation{
    width: 45%;
    float: left;
    margin-left: 10%;
}
.kefu_qq{
    top: 15% !important;
}
@media screen and (max-width: 1580px) {
    .product div{
        left: 900px;
    }

}
@media screen and (max-width: 1281px) {
    .product div{
        left: 700px;
    }
    
}
@media screen and (max-width: 980px) {
    .product div{
        left: 400px;
    }
    #map-box{
        width: 100%;
        height: 50%;;
    }
    .relation{
        width: 100%;
        margin-left: 0;
        margin-top: 35px;

    }
}
@media screen and (max-width: 769px) {
    .product div{
        left: 100px;
    }
}
@media screen and (max-width: 415px) {
    .product div{
        left: 0px;
    }
    .product div li{
        line-height: 35px !important;
    }
}
.product div ul{
    padding: 0;
    margin: 0;
}

.section-para{
    font-size: 16px;
}
.f_contact{
    position: fixed;
    bottom: 0;
    width:100%;
    height:130px;
     z-index: 99;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.f_contact img{
    height:180px;
    width:180px;
    margin-top: -40px;
}
.f_content{
    background-color: black;
    padding: 20px 10px 10px;
}
.f_c_1{
  float: left;
    color: black;
    background-color: white;
    padding: 5px;
    border: 1px solid black;
}
.f_c_1 input{
    border: none;
}
.f_c_2 input{
    border: none;
}
.f_c_2{
    float: left;
    color: black;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}
.f_c_3{
    border: 1px solid black;
    position: relative;
    width:100%;
}
.f_c_3 textarea{
    width:100%;
    height:50%;
    resize: none;
}
.f_c_3 button{
    position: absolute;
     padding: 8px;
    background-color: orange;
    top:10px;
    right:10px;
    border:none;
    border-radius: 3px;
    color: white;
}
@media screen and (max-width: 1000px){
    .f_c_3 button{

       margin-top: -5px;

    }
}
@media screen and (max-width: 400px){
    .f_c_3 button{

        margin-top: 5px;

    }
}
.f_c_3 i{
    position: absolute;
    top:-80px;
    right:-30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    width:35px;
    height:35px;
    background-color: rgb(232,60,115);
    color: white;

    font-size: 20px;

}
.qq {
    position: fixed;
    right: 0;
    top: 60%;
    background-color: #eeeeee;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 9999999;
}
.title_qq{
    width:100%;
    height:36px;
    padding: 8px 5px;
    font-size: 14px;
    border-bottom: 1px solid rgb(182,200,232);
    background-color: rgb(182,200,232);
    margin-bottom: 0;
    line-height: normal;
}
.qq_c{
    padding: 5px;
}
.qq a{
    display: block;
    width:80px;
    height:30px;
    line-height: 30px;
}
.kefu{
    width:90px;
    height: 60px;
}
.kefu img{
    width:100%;
    height:100%;
}
.qq a img{
    width:30px;
    height:30px;
    margin-top: 15px;
    vertical-align: bottom;
}
#top_qq{
    margin-top: 10px;
    width:40px;
    height:40px;
    margin-bottom: 15px;
}
.f_title{
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
    top: 55px;
    margin-left: 10%;
    line-height: 130px;
}

.product div a{
    color: #999;
}
.product div li{
    list-style: none;
    float: left;
    padding: 5px 15px;
    margin-left: 10px;
    line-height: 80px;
}

.p-l-0{
    padding-left: 0;
}

.p-l-r-0{
    padding-left: 0;
    padding-right: 0;
}

.small-tag {
    color: #777;
    font-family: "Raleway",sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

h1.section-title {
    position: relative;
    font-family: "Raleway",sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    text-transform: uppercase;
    word-spacing: 5px;
}

h1.section-title::after {
    border: 4px solid #193c7f;
    border-radius: 10px;
    content: "";
    display: inline-block;
    margin-left: 3px;
    position: absolute;
    bottom: 7px;
    width: 5px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.section-para{
    color: #999;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.btn.btn-default {
    background-color: #193c7f;
    border-color: transparent;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px 25px;
    text-transform: uppercase;
    word-spacing: 3px;
}

.btn.btn-primary{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    margin-bottom: 10px;
    border-radius: 30px;
    margin-right: 10px;
    padding: 12px 25px; 
    text-transform: uppercase; 
    font-size: 13px
}

.btn.btn-default:hover,
.btn.btn-primary:hover{
    background-color: #496174;
    border-color: #496174;
    color: #fff;
}

.btn.btn-primary,
.btn.btn-default,
.what-we-do .do-box,
.service-overflow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.expert-overflow,
.service-overflow, .intro,
single-work span i.fa{
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

/*===== header ====*/
header{
    height: 70px;
}

.navbar.default-menu{
    border-radius: 0; 
    border: 0; 
    margin-bottom: 0;
    min-height: 70px; 
    background-color: #fff;
    border-bottom: 2px solid #0CB88E;
    box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.4);
    -moz-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.4);
    -webkit-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.4);
}

.default-logo i.fa{
    float: left; 
    font-size: 50px;
    line-height: 0.8; 
    margin-right: 10px;
}

.default-logo {
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px !important;
    font-weight: 100;
    line-height: 48px !important;
    padding: 11px 15px 15px !important;
    text-transform: uppercase;
}

.default-logo img{
    /* width: 48px;  */
    float: left;
    margin-right: 10px;
}

.default-menu.navbar-default .navbar-toggle {
    border-radius: 0; 
    border-width: 2px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.default-menu.navbar-default .navbar-nav > li > a{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    color: #476B78;
    line-height: 40px !important;
    font-family: "Raleway",sans-serif;
    letter-spacing: 0.3px;
    padding: 15px;
    text-transform: uppercase;
}

.default-menu.navbar-default .navbar-nav > li:last-child > a{
    /*padding-right: 0;*/
}

.default-menu.navbar-default .navbar-nav > li > a i{
    position: relative;
    line-height: 40px;
}

.default-menu.navbar-default .navbar-nav > li > a:active, 
.default-menu.navbar-default .navbar-nav > li > a:focus, 
.default-menu.navbar-default .navbar-nav > li > a:hover{
    color: #193c7f;
}

.default-menu.navbar-default .navbar-nav > .active > a, 
.default-menu.navbar-default .navbar-nav > .active > a:focus, 
.default-menu.navbar-default .navbar-nav > .active > a:hover{
    background-color: transparent;
    color: #193c7f;
}

.btn.btn-default.navbar-btn {
    background-color: #193c7f;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 16px;
    padding: 8px 15px;
}

.btn.btn-default.navbar-btn:hover{
    color: #fff;
    background-color: #193c7f;
    border-color: transparent;
}
    


/* media quaries */
@media screen and (max-width: 768px){
    .default-menu.navbar-default .navbar-nav > li > a{
        line-height: 12px;
    }
    
    .default-menu .navbar-nav > li .nav-search{
        border-color: rgba(153, 153, 153, 0.1);
    }
    
    .nav-search .form-control{
        text-align: center;
        width: 100%;
        padding-left: 40px;
        padding-right: 20px;
    }
    
    .nav-search .form-group i {
        color: #999;
        font-size: 12px;
        left: 20px;
    }
    
    .default-menu.navbar-default .navbar-nav > li:last-child > a{
        padding-left: 20px !important;
    }
    
    .default-menu.navbar-default .navbar-nav > li:first-child > a{
        padding-left: 20px !important;
    }
}

.default-menu.menu-4{
    border-bottom: 0;
}

.default-menu.menu-4 .default-logo{
    color: #496174;
}

.default-menu.menu-4 .navbar-nav > li > a{
    color: #999;
}

.default-menu.menu-4 .navbar-nav > li > a:before,
.default-menu.menu-4 .navbar-nav > li > a:after{
    color: transparent;
    font-size: 13px;
    position: absolute;
    transition: all 0.5s ease-in-out; 
    margin-top: -1px;
}



.default-menu.menu-4 .dropdown-menu{
    margin-top: 0 !important;
}

@media screen and (max-width: 768px){
    .default-menu.menu-4 .navbar-nav > li > a:hover:after,
    .default-menu.menu-4 .navbar-nav > li > a:hover:before{
        color: transparent; 
    }
}

/*===== intro ====*/
.intro{
    height: 100vh;
    /* background: url("../images/intro-bg.jpg") no-repeat fixed top center/ cover; */
    background: url("../images/intro-bg.png") no-repeat fixed top center/ cover;
}

.intro-content   h1 {
    color: #dcdcdc;
    font-size: 128px;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
}
@media screen and (max-width: 300px) {
    .intro-content   h1 {
        font-size: 36px;
    }
    
}
@media screen and (max-width: 370px) {
    .intro-content   h1 {
        font-size: 36px;
    }
    
}
@media screen and (max-width: 480px) {
    .intro-content   h1 {
        font-size: 36px;
    }
    
}

.intro-content > a > i.lnr{
    
    font-size: 10px;
    margin-left: 5px;
}

.intro-content > p {
    color: #f8f8f8;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 45px;
    max-width: 450px;
}
.banner-C{
    display: -webkit-box;  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;  /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex;         /* 新版本语法: Opera 12.1, Firefox 22+ */
   align-items: center;
   justify-content: center;
}
.intro .carousel-indicators {
    bottom: 0;
    margin-bottom: -20%;
}

.intro .carousel-indicators li {
    background-color: #193c7f;
    border: 2px solid #193c7f;
    height: 15px;
    width: 15px;
    margin: 4px;
}

.intro .carousel-indicators .active {
    background-color: #fff;
    border: 3px solid #fff !important;
    height: 13px;
    margin: 5px;
    width: 13px;
}

/*===== our-sponsors ====*/
.our-sponsors{
    background-color: #F3F6FA;
}

.sponsor-logo{
    margin-bottom: 40px;
}

.people{
    position: relative;
    background: #ffffff; 
    padding: 20px 25px;
    margin-bottom: 110px;
} 

.people::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #ffffff;
    bottom: -20px;
    content: "";
    display: inline-block;
    left: 41px;
    position: absolute;
    width: 20px;
}

.people .media {
    position: absolute; 
    bottom: -85px; 
}

.people .media img{
    width: 55px; 
    height: 55px; 
    border-radius: 50%;
}

.people .media-body strong{
    color: #999;
    font-weight: 400;
}

.people p{
    font-size: 15px;
    font-style: italic;
    font-weight: 100;
    line-height: 1.6;
}

.people .media-body h3{
    font-size: 18px;
    font-weight: 600; 
    margin-top: 8px; 
    margin-bottom: 3px;
}

/*===== what we do ====*/
.service .media-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
    
.service .media-left {
    padding-right: 18px;
}
    
.service .media-left .lnr {
    color: #193c7f !important;
    font-size: 25px;
}

.service .media{
    margin-bottom: 40px;
}

/*===== about us ====*/


/*===== about us ====*/
.about-us{
    background-color: #F3F6FA;
    padding-bottom: 50px;
}

.about-us .section-title{
    margin-top: 80px;
    position: relative;
}

.default-bg{
    background-color: #193c7f;
}

.about-content > p{
    color: #707070;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.7;
    font-weight: 100;
}

/*===== our service ====*/

.work .single-work img{
    width: 100%;
}

.single-work{
    position: relative;
    margin-bottom: 10px;
}

.single-work img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.zhizhen_all{
    bottom: -9%;
}
@media screen and (max-width: 981px) {
    .zhizhen_all{
        bottom: -12%;
    }
}
@media screen and (max-width: 801px) {
    .zhizhen_all{
        bottom: -13%;
    }
}
@media screen and (max-width: 637px) {
    .zhizhen_all{
        bottom: -16%;
    }
}
@media screen and (max-width: 480px) {
    .zhizhen_all{
        bottom: -25%;
    }
}
@media screen and (max-width: 360px) {
    .zhizhen_all{
        bottom: -28%;
    }
}
.zhizhen_all .active{
    background-color: gray;
}
.zhizhen_all li{
    border: 1px solid gray;
}
.owl-theme .owl-controls .owl-page span {
    background: #193c7f;
    opacity: 0.3;
    border-radius: 0;
    height: 4px;
    width: 25px;
    -moz-transform: skewX(-45deg) skewY(0deg);
    -webkit-transform: skewX(-45deg) skewY(0deg);
    -o-transform: skewX(-45deg) skewY(0deg);
    -ms-transform: skewX(-45deg) skewY(0deg);
    transform: skewX(-45deg) skewY(0deg);
}

.owl-theme .owl-controls {
    margin-top: 35px;
}

.service-overflow{
    width: 100%;
    height: 100%;
    background-color: rgba(1, 191, 134, 0.8);
    position: absolute;
    bottom: 0;
    opacity: 0;
}



.single-work:hover .service-overflow{
    opacity: 1;
}

.service-overflow h3{
    color: #193c7f;
    margin-top: 0;
}

.service-overflow p{
    color: #888;
    margin: 0 auto;
    max-width: 260px;
}

.work-links i {
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 45px;
    padding-top: 14px;
    text-align: center;
    width: 45px;
}

.work-links i:hover {
    border-color: transparent;
    background-color: rgba(73, 97, 116, 0.9);
    color: #ffffff;
}

.work-links.list-inline > li {
    display: block-inline;
}

/*===== extra feature ====*/
.extra-feature{
    padding-top: 100px;
    overflow: hidden;
}

.extra-feature .section-title{
    line-height: 1.3;
}

.extra-feature .section-title > span{
    color: #193c7f;
}

.extra-feature p{; 
    margin-bottom: 30px;
}

.extra-feature .btn.btn-default{
    margin-bottom: 30px;
}

.e-feature{
    position: relative;
    height: 540px;
}

.feature-img {
    bottom: 0;
    top: 30px;
    width: 100%;
}

.platform{
    margin-bottom: 60px;
}

.platform.list-inline > li span{
    display: block;
    font-size: 15px;
    font-weight: 600; 
    color: #466B77;
    margin-top: 15px;
}

.platform.list-inline > li {
    padding-left: 20px;
    padding-right: 20px;
}

.platform i {
    color: #193c7f;
    background: transparent;
    cursor: pointer;
    font-size: 31px;
    text-align: center;
}

/*===== our experts ====*/
.our-experts{
    background-color: #F6F6F6;
}

.our-experts .btn.btn-primary{
    margin-bottom: 30px;
}

.our-experts .expert-box img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.our-experts .expert-box img {
    width: 100%;
}

.expert-overflow{
    background-color: rgba(1, 191, 134, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.expert-box{
    position: relative;
    overflow: hidden;
}

.expert-overflow .list-inline > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

.our-experts .expert-box:hover .expert-overflow{
    bottom: 0;
}

.expert-overflow i {
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    padding-top: 13px;
    width: 40px;
    border-radius: 50%;
}

.expert-overflow i:hover{
    background-color: #496174;
    border-color: transparent;
}

.expert-overflow .list-inline{
    margin: 0;
}

.expert-box .name-plate{
    background-color: #ffffff;
    display: inline-block;
    width: 100%; 
    position: relative;
    padding: 10px 10px 20px;
    z-index: 1000;
}

h3.expert-name {
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0;
    margin-bottom: 14px;
    margin-top: 20px;
    text-transform: uppercase;
}

strong.expert-tag{
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
}

/*===== talk about us ====*/
.talk-about-us{
    padding-bottom: 110px;
    padding-top: 100px;
}

.talk-about-us strong{
    color: #193c7f; 
    font-weight: 600;
    font-style: italic;
}

.talk-about-us .item > img{
    width: 80px; 
    height: 80px; 
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-bottom: 10px;
}

.talk-about-us .item > p{
    max-width: 650px; 
    margin: 0 auto; 
    line-height: 1.9;  
    margin-bottom: 20px;
}

.talk-about-us .carousel-indicators > li {
    background-color: #dcdcdc;
    border: 0 none;
    height: 10px;
    margin: 1px;
    width: 10px;
    border-radius: 0;
    margin: 0 5px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.talk-about-us .carousel-indicators li.active {
    background-color: #193c7f;
}

.talk-about-us .carousel-indicators {
    bottom: -70px;
}

/*===== our client ====*/
.support{
    background: #193c7f;
    padding: 40px 0;
}

.support .media-left, .media > .pull-left > i{
    font-size: 40px; 
    color: #ffffff;
}

.support .media-left, .media > .pull-left {
    padding-right: 20px;
}

.support .media-body{
    border-left: 1px solid #fff; 
    padding-left: 20px;
}

.support h3 {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 7px;
    text-transform: uppercase;
}

.support p {
    color: #eee;
    font-size: 13px;
    font-weight: 600;
}

/*===== contact ====*/
.contact{
    padding-top: 90px;
}

.contact .section-title{
    margin-bottom: 30px;
}

.contact .border{
    margin-bottom: 45px;

}
    
.contact .form-group{
    margin-bottom: 22px;
    text-align: center;
}

.contact .form-control {
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: 13px;
    height: 45px;
    padding: 10px 15px;
    width: 100%;
}

.contact .btn{
    margin-top: 20px;
}

.contact .textarea {
    min-height: 178px;
    width: 100% ;
}

.social-links {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 15px;
}

.social-links .fa {
    color: #193c7f ;
    cursor: pointer;
    height: 40px;
    padding-top: 13px;
    text-align: center;
    width: 40px;
    border: 1px solid #193c7f ;
}

.social-links .fa:hover{
    color: #ffffff;
    background-color: #496174;
    border-color: transparent;
}

/*===== footer ====*/
.footer{
    background-color: #333;
    padding: 5px 0; 
}

.footer p a{
    color: #193c7f;
    text-decoration: none;
}

.footer p{
    color: #707070;
    color: #aaa;
    line-height: 2.5;
    font-size: 12px; 
    margin-bottom: 0px
}

.footer span i.lnr {
    background-color: #193c7f;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 30px;
    margin-top: 0;
    padding: 7px;
    width: 30px;
}