body {
    font-family :  'Roboto',Arial,'sans-serif', "微软雅黑", "Microsoft YaHei", Helvetica,  sans-serif;
    font-size   : 15px;
    line-height : 26px;
    color       : #3a4750;
    font-weight : 300;
    background: #fff;
    }

/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin      : 0 0 15px;
     
    
    }

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 100;
    }

h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : 300;
    }

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
    }

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
    }

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
    }

h6 {
    font-size   : 15px;
    line-height : 24px;
    }

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color              : #4d6de3;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none; 
	 color: #222;
    }

a:hover,
a:focus {
	text-decoration : none;
	color: #CC0000;
    }


p{
    margin-bottom: 20px;
}


ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }


/* --------------------
   Section Background
   -------------------*/

.gray-bg {
    background-color : #f0f1f3;
    padding: 80px 0;
    }

.white-bg {
    background-color : #fff;
    }


/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper{
    background: #fff;
    }

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 14px;
    border-radius  : 50px;
    font-weight    : 100;
    }

.btn-lg{
    font-size: 15px;
    padding: 15px 30px
}

/*btn-primary*/
.btn-primary {
    background-color : #33B7E8;
    border-color     : #33B7E8;
    }

.btn-primary:hover{
    background: #4760bb;
    color:#fff;
    border-color     : #33B7E8;
}

/*btn-default*/
.btn-default {
    color            : #33B7E8;
    background-color : transparent;
    border-color     : #e1e1e1;
    }

.btn-default:hover{
    background: #33B7E8;
    color:#fff;
    border-color: #33B7E8;
}

.btn-item {
    color            : #fff;
    background-color : #198EBC;
    border-color     : #198EBC;
    }

.btn-item:hover{
    background: #33B7E8;
    color:#fff;
    border-color: #33B7E8;
}


button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }



/* ----------------------------------------------
text-highlights
------------------------------------------------- */
.text-highlights {
    color   : #ffffff;
    padding : 0px 5px;
    }

.text-highlights.black {
    background : #313131;
    }

.text-highlights.blue {
    background : #31aae2;
    }

/*Common Page Header*/
.page-header {
    padding-bottom : 0;
    margin         : 100px 0;
    border-bottom  : 0;
    }

.page-header h1 {
    font-size      : 70px;
    line-height    : 70px;
    color          : #ffffff;
    font-weight    : 400;
    text-transform : capitalize;
    margin-bottom  : 30px;
    
    }

.page-header .sub-title {
    display        : block;
    font-size      : 40px;
    line-height    : 40px;
    color          : rgba(255, 255, 255, 0.5);
    font-weight    : 700;
    text-transform : uppercase;
    
    }

@media (max-width : 766px) {
    .page-header h1 {
        font-size   : 44px;
        line-height : 44px;
        }

    .page-header .sub-title {
        font-size   : 30px;
        line-height : 30px;
        }
    }

/*feature-section*/
.feature-section {
    background      : url(../../assets/img/feature-bg.jpg) no-repeat;
    background-size : cover;
    }

/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
    position    : fixed;
    bottom      : 17px;
    right       : 30px;
    color       : #fff;
    cursor      : pointer;
    display     : none;
    z-index     : 9999;
    width       : 40px;
    height      : 40px;
    text-align  : center;
    font-size   : 18px;
    line-height : 40px;
    background  : #33B7E8;
    border-radius: 3px;
    border: none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

#toTop:hover {
    color  : #fff;
    opacity: .5;
    }

/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
    padding-top     : 80px;
    background      : url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
    background-size : cover;
    }

/*-----------------------------
 NAVIGATION & HEADER STYLE
--------------------------------*/

/*Navigation*/
.navbar-default {
    margin-bottom : 0;
    }

.navbar-brand {
    padding-top    : 0;
    padding-bottom : 0;
    height         : 40px;
    }

.navbar-default .navbar-nav > li {
    margin-right : 17px;
    }

.navbar-default .navbar-nav > li:last-child {
    margin-right : 0px;
    }

.navbar-default .navbar-nav > li > a {
    color          : #303841;
    font-size      : 15px;
    font-weight    : 400;
    padding        : 10px 15px;
    border-radius  : 2px;
    text-transform : uppercase;
    }
.navbar-brand img{ height:90px; margin-top:-25px}

.sticky-nav .navbar-brand img{ height:55px; margin-top:-5px}





.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color            : #33B7E8;
    background-color : transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color            : #33B7E8;
    background-color : transparent;
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color : #33B7E8;
    }

.nav-cta {
    float              : right;
    margin             : 3px 0 0 40px;
    line-height        : 34px;
    background         : #33B7E8;
    width              : 34px;
    height             : 34px;
    text-align         : center;
    border-radius      : 2px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
    }

.nav-cta > li > a {
    display     : inline-block;
    color       : #ffffff;
    width       : 20px;
    height      : 34px;
    line-height : 34px;
    text-align  : center;
    }

.nav-cta .dropdown-menu {
    left  : auto;
    right : 0;
    }


/* Nav Media Querues*/

@media screen and (max-width : 768px) {
    .navbar-collapse.collapse {
        display : none !important;
        }

    .navbar-default {
	
	padding       : 5px 0;
	border        : none;
	border-radius: 0;
        }
    .navbar{
            border-radius: 0;
        }
}


@media (min-width : 1024px) {
    .navbar-default {
	background-color   : #fff;
	padding            : 30px 0;
	border             : none;
	border-radius: 0;
        }
    .navbar-right .dropdown-menu {
        right : auto;
        }
}

/* Syicky Menu */
.sticky-nav{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff !important;
    padding: 10px 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transition : all .5s ease-in-out;
        -moz-transition    : all .5s ease-in-out;
        transition         : all .5s ease-in-out;
}


/* Dropdown Menu */

/* Dropdown Menu */

.dropdown-menu {
    display            : inherit;
    top                : 100% !important;
    padding            : 0;
    font-size          : 13px;
    opacity            : 0;
    visibility         : hidden;
    border             : 1px solid #f5f5f5;
    border-radius      : 0;
    box-shadow         : 0px -2px 0px #000000;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    }

.dropdown:hover .dropdown-menu {
    display    : block;
    margin-top : 28px !important;
    opacity    : 1;
    visibility : visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    }

.dropdown-menu::before {
    top      : -30px;
    content  : "";
    position : absolute;
    width    : 100%;
    height   : 30px;
    display  : block;
    }

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top : 14px !important;
    }

.dropdown-header {
    font-size      : 11px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #313131;
    text-transform : uppercase;
    }

.dropdown-menu li a {
    display     : block;
    font-size   : 13px;
    line-height : 30px;
    color       : #969595;
    padding     : 3px 20px;
    }

.dropdown-menu li a:hover {
    color            : #4d6de3;
    background-color : #f5f5f5;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color            : #31aae2;
    background-color : #f5f5f5;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color            : #000000;
    background-color : transparent;
    }

@media (max-width : 768px) {
    .navbar-toggle {
        display : block;
        }
    }

.navbar-toggle {
    position      : absolute;
    right         : 0;
    padding       : 5px 10px;
    border        : 0;
    border-radius : 0;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color : transparent;
    }

.navbar-toggle .icon-bar {
    width  : 14px;
    height : 3px;
    }

.navbar-default .navbar-toggle .icon-bar {
	background-color : #0066CC;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top : 2px;
    }

/*uc-mobile-menu*/
.uc-mobile-menu {
    }

.uc-mobile-menu-container > div {
    visibility : hidden;
    }

#menu {
    margin : 50px 40px;
    }

#menu > li {
    text-transform : uppercase;
    }

#menu > li:last-child {
    border-bottom : 0;
    }

#menu > li ul li {
    margin-left : 0;
    color       : #efefef;

    }

#menu li a {
	display         : block;
	text-decoration : none;
	color           : #efefef;
	padding         : 10px 0;
	font-size: 16px;
	border-bottom: 1px dotted #444;
    }


#menu li a:hover,
#menu li.active a {
    color : #ffffff;
    }

/*-------------------------------
 * Mobile Menu Close
 *-------------------------------*/
 
 
 /* 下面是公告样式 */
.nev{ width: 100%; height: 48px;   position:absolute; margin-top:-10px;}
.nev-2{ width: 800px; height: 48px; position: relative; overflow:hidden;}
.nev-1{ width: 1100px; height: 48px; margin:0 auto;}

.nev-2 ul { width: 800px; height:auto;position: absolute; top:0px;  /* left: 50%;  */ color: #fff;}
.nev-2 ul  li{ height: 48px; width: 800px; line-height: 48px; font-size: 15px;color: #fff;}
.nev-2 ul  li a{ color: #fff;}
.nev-11{
	width: 128px;
	height: 48px;
	float: left;
	font-size: 15px;
	line-height: 48px;
	color: #fff;
}
.nev-11 i{font-size: 18px;}




@media (max-width : 766px) {
    .topnews { display:none
        }
    }


.uc-mobile-menu .close {
    position           : absolute;
    right              : 0;
    top                : 0;
    color              : #ffffff;
    text-shadow        : none;
    filter             : alpha(opacity=80);
    opacity            : .5;
    width              : 44px;
    height             : 44px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

.uc-mobile-menu .close:hover {
    opacity : 1;
    }


/* ------------------------
 *  Header Top bar
 *-------------------------*/

.header-top{
    background: #4760bb;
 }

 /*Social Icon*/

.header-top .social-icon li{
    display: inline-block;
 }

.header-top .social-icon li a{
    line-height: 50px;
    width: 30px;
    color: #fff;
}

.header-top .social-icon li a:hover{
    opacity: .5; 
}

/* Phone, Emial, Get a Quote */
.header-top .top-contact li{
    display    : inline-block;
    line-height: 50px;
    text-align :center;
}

.header-top .top-contact li.phone,
.header-top .top-contact li.email{
    padding  : 0 20px;
    color    : #fff;
}

.header-top .top-contact li.phone i,
.header-top .top-contact li.email i{
    margin-right: 5px;
    opacity: .5;
}


.header-top .top-contact li.get-a-quote a{
    padding: 0 30px;
    display: block;
    background: #3ea8f4;
    color: #fff;
}

.header-top .top-contact li.get-a-quote a:hover{
    opacity: .8;
}

/* Media Queries */

@media only screen and (max-width: 1024px){
    .header-top{
        text-align:center;
    }

    .header-top .top-contact li{
        line-height: 1;
        padding: 5px 0 10px;
    }

    .header-top .top-contact li.get-a-quote a{
        padding: 8px 15px; 
    }

    .top-contact.pull-right{
        float: none !important;
    }
    
}


 

/*-------------------
    HERO SLIDER
--------------------*/
.hero-slide .carousel-inner>.item>img{
    min-width: 100% !important;
}

.hero-slide .carousel-caption {
    bottom      : 50%;
    text-shadow : none;
    transform   : translateY(50%);
    left        : 0;
    right       : 0;
    width       : 1140px;
    margin      : 0 auto;
    text-align  : left;
    }

.hero-slide .carousel-caption h1 {
    font-size      : 48px;
    line-height    : 1.3em;
    
    color          : #fff;font-family :  'Roboto',Arial,'sans-serif', "微软雅黑", "Microsoft YaHei", Helvetica,  sans-serif; font-weight:700}
     

.hero-slide .carousel-caption p {
    font-size   : 18px;
    color       : #fff;
   
    line-height    : 1.5em;
    font-family :  'Roboto',Arial,'sans-serif', "微软雅黑", "Microsoft YaHei", Helvetica,  sans-serif; font-weight:600}

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width       : 50px;
    height      : 50px;
    line-height : 50px;
    top         : 50%;
    margin-top  : -25px;
    background  : transparent;
    cursor      : pointer;
    text-shadow : none;
    border-radius: 3px;
    background: rgba(255,255,255,.5);
    color: #303841;
    box-shadow: inset 0 -2px rgba(0,0,0,.1);
    }



.hero-slide .carousel-control.left {
    left : -1%;
    opacity: 0;
    }

.hero-slide .carousel-control.right {
    right : -1%;
    opacity: 0;
    }

.hero-slide:hover .carousel-control.left,
.hero-slide:hover .carousel-control.right{
    opacity: 1;
}

.hero-slide:hover .carousel-control.left{
    left: 1%;
}


.hero-slide:hover .carousel-control.right{
    right: 1%;
}


.hero-slide .carousel-indicators {
    bottom : 60px;
    }

.hero-slide .carousel-indicators li {
    border : 2px solid #ffffff;
    }

/*Media Query*/
@media screen and (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        }

    .hero-slide .carousel-indicators {
        bottom : 20px;
        }

    .hero-slide .carousel-caption p {
        font-size : 12px;
        }
    }


.cut{
 
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;      /*兼容IE*/
 }

/*---------------------------
 * Section Title
 *---------------------------*/
 .section-title{
    margin-bottom: 0px;
 }

/*---------------------------
 * Service Left Icon section
 *---------------------------*/
.section-content-left-icon{
	padding: 80px 0 40px;
    }

.section-content-left-icon .left-icon-wraper {
    display: table;
    margin-bottom: 30px;
}

.section-content-left-icon .content,
.section-content-left-icon .icon{
    display: table-cell;
    vertical-align: top;
}

.section-content-left-icon .content{
    padding-left: 20px;
}

.section-content-left-icon .content h2{
    font-size: 22px; font-weight:600 ; 
}
.section-content-left-icon .content h2 a{color:#0C6AB9}
.section-content-left-icon .icon{
    width: 90px;
}

.section-content-left-icon .icon i{
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 2px solid #0C6AB9;
    border-radius: 100%;
    display: block; background:#0C6AB9; color:#FFF
}

.section-content-left-icon .icon i::before{
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #fff;
}

/* ------------------
 * Featured box
 *-------------------*/

.featured-box{
    padding: 100px 0; background:#264D84 url(../img/ban1.png) no-repeat
}
.featured-content-wrapper{
     color:#FFF
}

.featured-box  .section-title,.case-studies .section-title{ padding-bottom:30px
    
 }
 .featured-box  .section-title span,.case-studies .section-title span{ color:#999;font-size:18px;
    
 }
  .featured-box  .section-title h3,.case-studies .section-title h3{padding-bottom:0; margin-bottom:0;font-weight:600;font-size:28px;}
 
 .featured-box  .section-title h1{ font-size:28px; font-weight:600; color:#FFF; }
 .featured-box  .section-title h2{ font-size:28px; font-weight:600;font-family :  'Roboto'; color:#FFF; text-transform: uppercase}
 .featured-box   .fangan h4 a{font-size:16px; }
 
  .featured-box  #testimonialSlider .carousel-indicators li {
    border : 1px solid  #33B7E8;
    }
	 .featured-box  #testimonialSlider .carousel-indicators li.active{border :0; background: #33B7E8}
 
.featured-box .featured-img,
.featured-box .featured-content{
    display: table-cell;
    width: 50%;
    vertical-align: middle; 
}

.featured-box .featured-content h2{text-transform: uppercase}
 .featured-box .carousel img{ height:auto}
 
 .featured-box .featured-content{padding-left:50px}
 
 
 
 .featured-box2{
    padding: 100px 0; background:#DDDDDD
}

 .featured-box2  .section-title h1{ font-size:28px; font-weight:600;   }
 .featured-box2  .section-title h2{ font-size:28px; font-weight:600;font-family :  'Roboto';   text-transform: uppercase}
 

/*Media Query*/

@media only screen and (max-width: 768px) {
    .featured-box{
        padding: 60px 0;
    }
    .featured-box .featured-img{
        margin: 0 0 30px;
    }
    .featured-box .featured-img,
    .featured-box .featured-content{
        display:block;
        width: 100%;
    }
	 .featured-box .featured-content{padding-left:0px}
	 
	 .navbar-brand img{ height:55px; margin-top:-5px}
}


.content_text{line-height:25px;}

/*首页第二部分*/
 .fangan{ padding:10px ; background:#FFF;-moz-box-shadow: 0px 1px 3px #ECECEC; box-shadow: 0px 1px 3px #ECECEC; border: 1px solid #ECECEC;background:#fff;}
 .fangang .content{ padding-top:160px}
 .fangan{height:220px; clear:both; margin:15px 0}
 .fangan.imgbox1{background:url(../images/1-1.png); background-position:center top;background-repeat:no-repeat;}
 .fangan.imgbox2{background:url(../images/1-2.png); background-position:center top;background-repeat:no-repeat;}
 .fangan.imgbox3{background:url(../images/1-3.png); background-position:center top;background-repeat:no-repeat;}
 .fangan.imgbox4{background:url(../images/1-4.png); background-position:center top;background-repeat:no-repeat;}
 .fangan.imgbox5{background:url(../images/1-5.png); background-position:center top;background-repeat:no-repeat;}
 .fangan.imgbox6{background:url(../images/1-6.png); background-position:center top;background-repeat:no-repeat;}
 
 
 .fangang .text-center  { padding:15px 0; width:60%; margin:0 auto}
  
 .fangang .text-center:hover{ background:#FFF; border-radius:15px; box-shadow: 0px 1px 3px #999; border: 0px solid #ECECEC}
 .fangang .text-center:hover .fangan.imgbox1 {background:url(../images/1-10.png); background-position:center top;background-repeat:no-repeat;}
 .fangang .text-center:hover .fangan.imgbox2 {background:url(../images/1-20.png); background-position:center top;background-repeat:no-repeat;}
 .fangang .text-center:hover .fangan.imgbox3 {background:url(../images/1-30.png); background-position:center top;background-repeat:no-repeat;}
 .fangang .text-center:hover .fangan.imgbox4 {background:url(../images/1-40.png); background-position:center top;background-repeat:no-repeat;}
 .fangang .text-center:hover .fangan.imgbox5 {background:url(../images/1-50.png); background-position:center top;background-repeat:no-repeat;}
 .fangang .text-center:hover .fangan.imgbox6 {background:url(../images/1-60.png); background-position:center top;background-repeat:no-repeat;}
 
 
 
 
 
/*箭头线*/
.mid2 .line{position:absolute;}
.mid2 .line1,.mid2 .line2,.mid2 .line5,.mid2 .line6{width:141px;height:8px;background:url(../img/homepage/arrows1.png);background-image:url(../img/homepage/arrows1.svg),none;}
.mid2 .line5,.mid2 .line6{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.mid2 .line3{width:135px;height:135px;background:url(../img/homepage/arrows3.png);background-image:url(../img/homepage/arrows3.svg),none;}
.mid2 .line4{width:8px;height:44px;background:url(../img/homepage/arrows2.png);background-image:url(../img/homepage/arrows2.svg),none;}
.mid2 .line1{margin-left:250px;margin-top:70px;}
.mid2 .line2{margin-left:580px;margin-top:70px;}
.mid2 .line3{margin-left:250px;margin-top:150px;}
.mid2 .line4{margin-left:805px;margin-top:225px;}
.mid2 .line5{margin-left:250px;margin-top:350px;}
.mid2 .line6{margin-left:580px;margin-top:350px;}
/*第三部分*/
.mid3{width:100%;height:280px;background:#36BBCE;background-image:linear-gradient(-54deg,#36BBCE 0%,#5A2BAF 100%);FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#36BBCE,endColorStr=#5A2BAF);}
.boxall{padding-top:88px;height:106px;padding-bottom:40px;}
.mid3 .largenum{margin-left:90px;font-size:80px;color:#FFFFFF;letter-spacing:5.71px;line-height:106px;}
.mid3 .box3 span.largenum{margin-left:70px;}
.mid3 .box3 .letterSmall{margin-left:130px;}
.mid3 .letter20wh{font-size:20px;color:#FFFFFF;letter-spacing:1.43px;margin-bottom:10px;line-height:23px;}
.mid3 .letter12wh{font-size:12px;color:#FFFFFF;letter-spacing:0.86px;}
.mid3 .box1{float:left;width:318px;height:106px;}
.mid3 .box2{float:left;width:322px;height:106px;}
.mid3 .box3{float:left;width:318px;height:106px;}
.mid3 .letterSmall{margin:-80px 0 0 190px;text-align:left;}
.mid3 .border{float:left;width:1px;height:96px;background:radial-gradient(#fff -24%,rgba(255,255,255,0.00) 100%);}
.mid3 a.whiteBluebtn{padding:10px 35px;cursor:pointer;border-radius:2px;}
.mid3 a.knowkf{color:#1798FC;padding:0px 24px;cursor:pointer;border-radius:2px;background:#fff;font-size:16px;line-height:40px;height:40px;display:inline-block;}
.mid3 a.knowkf:hover{opacity:0.8;}

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/
.team-section{
    padding: 80px 0;
}

.team-member .thumbnail{
    padding: 0;
    margin-bottom: 0;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 0;
}
@media (max-width : 767px) { 
    .team-member .thumbnail {
        margin-bottom: 30px;
    }
}
.team-member .thumbnail img{
    width: 100%;
}
.team-member .thumbnail .caption {
    padding: 30px 40px;
}
.team-member .thumbnail h3 {
    font-size: 24px;
    text-transform: capitalize;
}
.team-member .thumbnail hr {
    border-top: 1px solid #f9f9f9;
}

.team-member .social-links {}
.team-member .social-links li{
    display: inline-block;
    margin-right: 5px;
}
.team-member .social-links li:last-child {
    margin-right: 0;
}
.team-member .social-links li a i{
    display: block;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}


.team-member .social-links li a .fa-facebook{
    background-color: #3b5998;
}
.team-member .social-links li a .fa-twitter{
    background-color: #55acee;
}
.team-member .social-links li a .fa-linkedin{
    background-color: #007bb5;
}

.team-member .social-links li a i:hover{
    opacity: .5;
}

/* --------------------------------------------------
 *    Testimonial
 *----------------------------------------------------*/

.testimonial {
    padding    : 60px 0px 60px;
    color      : #ffffff;
    background: #4760bb url("../img/img-testimonial-bg.png") repeat-x center bottom;
    }

#testimonialSlider .carousel-inner .item blockquote{
    display: table;
    width: 100%;
}

#testimonialSlider .carousel-inner .item blockquote p,
#testimonialSlider .carousel-inner .item blockquote .user-details{
    display: table-cell;
    vertical-align: middle;
}

#testimonialSlider .carousel-inner .item blockquote p{
    width: 75%
}
#testimonialSlider .carousel-inner .item blockquote .user-details{
    width: 25%;
    position: relative;
}

#testimonialSlider .carousel-inner .item blockquote .user-details .avatar{
    float: left;
    width: 90px;
}


#testimonialSlider .carousel-inner .item .user-details img {
    display       : inline-block;
    width         : 80px;
    height        : 80px;
    border: 5px solid rgba(0,0,0,.2);
    }


#testimonialSlider .carousel-inner .item .user-details .name,
#testimonialSlider .carousel-inner .item .user-details .company{
    display: block;
}
#testimonialSlider .carousel-inner .item .user-details .name {
    font-size      : 24px;
    margin-top     : 5px;
    color          : #fff;
    display: block;
    }
#testimonialSlider .carousel-inner .item .user-details .company{
    opacity: .5;
}

#testimonialSlider .carousel-inner .item blockquote {
    border-left : 0px;
    }

#testimonialSlider .carousel-inner .item blockquote p {
    font-size   : 20px;
    line-height : 34px;
    }

#testimonialSlider .carousel-inner .item blockquote ul {
    margin : 30px 0px;
    }


#testimonialSlider .carousel-indicators {
    bottom : -40px;
    }

#testimonialSlider .carousel-indicators li {
    border : 2px solid #ffffff;
    }



/* Media Query */

@media only screen and (max-width: 768px) {
    #testimonialSlider .carousel-inner .item blockquote p,
    #testimonialSlider .carousel-inner .item blockquote .user-details{
        display:block;
        width: 100%;
    }
}



/* --------------------------
 * Client Logo 
 *---------------------------*/
.client-logo {
	padding: 80px 0 ;
    }
.client-logo .section-title h1{ font-size:28px; font-weight:600;}
.client-logo .section-title h2{ font-size:28px; font-weight:600;font-family :  'Roboto'; text-transform:uppercase}

.client-logo .section-title{ padding-bottom:0} 

.client-logo a img {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray;
        }
		
	.client-logo a img:hover {
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
            -ms-filter: grayscale(0);
            -o-filter: grayscale(0);
            filter: grayscale(0);
            filter: gray;
        }	

.client-logo a img {
    width              : 100%;
    opacity            : 0.5;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : 1;
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
    }

/*---------------------
 *  case Studies
 *---------------------- */
.case-studies{
    padding: 60px 0;
    background: #F6F6F6;
    box-shadow: 0px 1px 3px #ECECEC; border: 1px solid #ECECEC;
}
.case-studies .section-title h1{ font-size:28px; font-weight:600;}
.case-studies  .section-title h2{ font-size:28px; font-weight:600;font-family :  'Roboto'; text-transform:uppercase}
 .case-studies .section-title{ margin-bottom:0px}
 
.case-studies .case-studies-content{
    background: #fff;
    margin-bottom: 30px;
}
.case-studies .case-studies-content a{ color:#222;font-size: 18px;font-weight:600;line-height:1px}
.case-studies .case-studies-content span{color:#999; font-weight:100; font-size:12px}
.case-studies img{ height:240px; width:100%}

.case-studies .case-studies-content h2{
    font-size: 18px;
    padding: 0px;
    margin: 0; line-height:1px
}

.case-studies .case-studies-content p{
    font-size: 14px;
    padding: 0px;
    margin: 0;color:#999;
}
/* --------------------------------------------
 *  Page Title
 *----------------------------------------------- */

.single-page-title {
    background  : url(../img/img-page-title.jpg) no-repeat bottom;
    background-size       : cover;
    width                 : 100%;
    background-attachment : fixed;
    padding               : 40px 0;
    position: relative;
    }

.single-page-title::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    background: rgba(77, 109, 227, 0.76);
    }

.single-page-title h2 {
    display        : inline-block;
    font-size      : 46px;
    font-weight    : 100;
    margin-bottom  : 0;
    color          : #fff;
    position: relative;
    z-index: 1;
    }


/*--------------------
 * About Text Section
 *--------------------*/

.about-text{
    padding: 80px 0;
}

.about-text h2{
    font-size: 24px;
    margin-bottom: 40px;
}


.about-text-2{
    padding: 80px 0;
    border-top:1px solid #f0f1f3;
    border-bottom:1px solid #f0f1f3;
}

.about-text-2 img{
    margin-bottom: 15px;
}


/* --------------------------------------------------
icon-style
------------------------------------------------- */

.icon-style {}
/*promo-block*/
.icon-style .promo-block-wrapper {
    /*margin-bottom: 80px;*/
    }

.icon-style .promo-icon {
    width: 75px;
    height: 80px;
    color: #dadada;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    margin: 0 auto 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }
.icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #31aae2;
    color: #fff;
    border: 2px solid transparent;
    }

.icon-style .promo-content {
    padding: 20px;
    }
.icon-style .promo-content h3{
    font-size: 15px;
    text-transform: capitalize;
    }


/* ---------------------------------
    x-accordion
 ------------------------------------*/

.x-accordion-section{
    background: #f9f9f9;
    }

.x-accordion .panel-group .panel+.panel {
    margin-top: 0px;
    }

.x-accordion .panel-group {
    margin-bottom: 0;
    }
.x-accordion .panel-default {
    border: 0;
    }
.x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 10px solid transparent;
    border-radius: 0;
    margin: 0;
    }
.x-accordion .panel:last-of-type {
    border-bottom: 0;
    }
.x-accordion .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #31aae2;
    }
.x-accordion .panel .panel-heading a.collapsed {
    color: #969595;
    background-color: #fff;
    padding: 12px 30px;
    }
.x-accordion .panel-default>.panel-heading {
    border-radius: 0px;
    padding: 0;
    }

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 10px 30px 30px 30px;
    background: #fff;
    color: #969595;
    }


@media screen and (max-width:768px){
    .x-accordion .panel-group{
        margin-bottom: 50px ;
        }
		
		.case-studies img{ height: auto}
    }

/*----------------------
 tabOne start
 -----------------------*/
.tabOne {}
.tabOne .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none;
    }
.tabOne .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }
.tabOne .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid #fff;
    }
.tabOne .nav-tabs.nav-justified li:last-child {
    border-right: 0;
    }
.tabOne .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    }
.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus,
.tabOne .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: #fff;
    color: #31aae2;
    }

/*media query*/

@media (min-width : 768px) {
    .tabOne .tab-content{
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
        background: #fff;
        }
    }

@media screen and (max-width : 600px) {
    .tabOne .tab-content{
        margin-top: 30px;
        }
    }

.tabOne .tab-pane img {
    margin-top: 8px;
    }
.tabOne .tab-pane img.pull-left {
    margin-right: 20px;
    }
.tabOne .tab-pane img.pull-right {
    margin-left: 20px;
    }
/*collapse in small devices*/
.tabOne .panel-body img{
    margin-top: 8px;
    }
.tabOne .panel-body img.pull-left {
    margin-right: 20px;
    }
.tabOne .panel-body img.pull-right {
    margin-left: 20px;
    }

.tabOne .tab-pane p {
    margin-bottom: 15px;
    }
.tabOne .tab-pane p:last-of-type {
    margin-bottom: 0;
    }


/* ------------------
   Google Map
   ------------------*/

.our-location {
    padding: 80px 0;
}

#googleMap{
    height: 500px;
    }


/* ---------------------------
 *  Contact Detail
 * --------------------------- */

.contact-detail{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contact-detail .promo-block-wrapper {
    background: #ffffff;
    display: table;
    width: 100%;
}
@media (max-width: 992px){
    .contact-detail .promo-block-wrapper{
        margin-bottom: 1px;
    }
}
.contact-detail .promo-icon {
    width: 82px;
    color: #dadada;
    font-size: 30px;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.contact-detail .promo-icon-blue{
    background: #33B7E8;
    color: #ffffff;
}

.contact-detail .promo-icon-green{
    background: #7AC38F;
    color: #ffffff;
}
.contact-detail .promo-icon-yellow{
    background: #FCE38A;
    color: #ffffff;
}

.contact-detail .promo-content {
    padding: 30px 40px;
    border: 1px solid #f1f1f1;
    border-left: 0;
}

@media (min-width: 992px) and (max-width: 1024px){
    .contact-detail .promo-content{
        padding: 20px 20px;
    }
}

.contact-detail .promo-content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.contact-detail .promo-content address{
    line-height: 25px;
}



/* ---------------------------
 * Contact Form
 * --------------------------- */

.contact-section{
    padding: 80px 0;
}

.contact-section .form-group {
    margin-bottom: 17px;
}
.contact-section .form-control {
    border-color: transparent;
    background-color: #f9f9f9;
}
.contact-section .form-control:focus{
    border-color: #66afe9;
}
.contact-section textarea {
    padding: 12px 12px;
}


.contact-form  {}
.contact-form  h2{
    line-height: 36px;
    margin-bottom: 45px;
    }

.user-message textarea {
    min-height: 195px;
    padding-top: 12px;
    }
.contact-form form button {
    margin-top: 10px;
    }


.user-name,
.user-email,
.user-phone,
.user-url,
.user-message{
    position: relative;
    }
.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "FontAwesome";
    color: #dadada;
    }

.user-name::after {
    content: "\f007";
    }
.user-email::after {
    content: "\f003";
    }
.user-phone::after {
    content: "\f095";
    }
.user-url::after {
    content: "\f0ac";
    }
.user-message::after {
    content: "\f086";
    }

/*-------------------
 * Form Style
 *-------------------*/
.form-control {
    height: 53px;
    padding: 6px 20px;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    border: 1px solid #F1F1F1;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus,
.form-control:active{
    box-shadow: none;
}


/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */
 
 .fotter{
background:#333;
min-height:300px;
}
.fotter-grids {
padding: 4em 0;
}
.fotter-left img {
margin-top: 1em;
}
.fotter-left p{
color:#fff;
margin:1em 0;
line-height: 22px;
width: 80%;
}

.fotter-grids .pn{color:#fff; padding-right:60px}
.fotter-grids h3 {
color: #fff;
font-size: 1.3em;
}
.fotter-middle ul{
margin-top:1em;
}
.fotter-middle ul li{
	list-style-type:none;
	margin-bottom: 1em;
}
.fotter-middle ul li a{
	text-decoration:none;
	color: #fff;
}
.fotter-middle ul li a:hover{
	color:#2690D6;
}
.fotter-middle ul li a span{
	background:url(../images/arow.png) no-repeat;
	width:10px;
	height:10px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 5px
}
.fotter-right h3 {
color: #fff;
font-size: 1.3em;
margin-left: 1em;
}
.fotter-right form input[type="text"]{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
	outline:0;
	padding:0.7em;
	width:90%;
	margin:1.5em 0 0 1.5em;
	
}
.fotter-right form input[type="submit"]{
color:#fff;
background: url("../images/submit2.png") no-repeat 0 0;
width: 18px;
height: 17px;
display: block;
padding:0 3em 0 2em;
float:right;
border:none;
outline:none;
margin-top: 2em;
}



.copyrights{
background:#222;
 color:#fff;padding:0;
}
.copyrights p{
color:#fff; line-height:48px
 
}
.copyrights a{
text-decoration:none;color:#fff;
}
.copyrights a:hover{
color:#70B8E8;
}
 .footer-list h5 span{
background: url("../images/contact-img.png") no-repeat 0 0;
width: 25px;
height: 28px;
display: inline-block;
vertical-align: middle;
margin-right: 1.2em;color:#fff;
}
.footer-list{ padding:10px 0;color:#fff;}
.footer-list h5 span.img1{
background-position:0px 0px;
}
.footer-list h5 span.img2{
background-position:0px -33px;
}
.footer-list h5 span.img3{
background-position:0px -68px;
}
.footer-list h5{
margin:0.5em 0;
color:#fff;
}
.footer-list h5 a{
text-decoration:none;color:#fff;
}
.footer-list h5 a:hover{
color:#56A7DC;
}
.footer-list p{
margin:1.5em 0;
color:#80888E;
font-size:1.1em;
}




.footer {
    background: #333  ;
    }

.footer-widget-section{
    padding: 60px 0 50px;
}

.footer .footer-logo {
    margin-bottom: 30px;
    }

.footer .footer-text {
    font-size: 14px;
    color: #fff;
    }
.footer  h2 {
    font-size: 16px;
    color: #ccc; font-weight:600;  
    }
.footer  p { margin:0; padding:0; line-height:30px; color: #ccc; font-size: 14px;
    
    }
	
	.footer a{color: #ccc;}

.footer .footer-text ul{
    border-top: 0px solid rgba(255,255,255,.15);
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: top;
    display: table;
    width: 100%;
}

.footer .footer-text ul i{
    opacity: .8;

}

.footer .footer-text li{
    display: table-cell;
}

.footer .footer-text ul .phone{
    font-size: 20px;
}

.footer .footer-text ul i{
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top:1px;
}

.footer .footer-text .phone small{
    display: block;
    font-size: 12px;
    padding-left: 40px;
    opacity: .5;
}

.footer .footer-text  small i{
    font-size: 12px;
    margin-right: 5px;
}

.footer .footer-text .address{
    padding-left: 30px;
    font-size: 20px;
}


.f-fontact { background-color : #ddd;padding   : 80px 0;}

.f-fontact .section-title h1{ font-size:28px; font-weight:600;  }
.f-fontact .section-title h2{ font-size:28px; font-weight:600;font-family :  'Roboto';   text-transform: uppercase}
 
.f-fontact{ line-height:35px; font-size:16px}
.f-fontact i{ width:35px; height:35px; color:#FFF; background:#4996D0; text-align:center; line-height:35px; border-radius:50%}
.f-fontact .p15{ padding-bottom:15px}
 
/* Copyright */
 #section-3{ padding:60px 0 20px}
.top-2{ margin-bottom:300px}
/* media queries */

@media (min-width : 768px) {
    .footer .copyright-section .list-inline > li {
        padding-right : 10px;
        padding-left  : 10px;
        }
    }


@media (max-width : 768px) {
    .footer .footer-text ul i,
     .footer .footer-text ul .phone,
     .footer .footer-text ul .address{
        font-size: 14px;
        padding: 0;
    }

    .footer .footer-text ul .phone small{
        padding-left: 20px;
    }


    .footer .footer-text li{
        display: block;
        margin-bottom: 10px;
    }
    .top-2{ margin-bottom:20px}

    /*footer menu*/
    .footer .copyright-section .pull-right{
        float: none !important;
    }
	.footernav{ display:none}
	
	.margin-bottom-20{ padding-bottom:50px}
	.xmb40{padding-bottom:40px}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    }

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    }

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
    }
