/* ================== Main Style Sheet ========================= */

body{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

html, body {
    position: relative;
    height: 100%;
  }
  
  .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }


section{
    padding: 60px 0;
}

.m-t-90{
    margin-top: 90px;
}

.p-0{
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-primary{
    background-color: #017CEF;
}

.btn{
    box-shadow: none; 
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-right: 3px;
}


.home{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	/*-ms-flex-align: center;*/
}

/*== navbar ==*/
.navbar{
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	background-color: transparent;
	padding-top: 5px;
	border: none;
}

.navbar .navbar-brand {
    color: #fff;
    font-family: "Oleo Script",cursive;
    font-size: 30px;
    font-weight: 400;
    margin-top: 3px;
    padding-top: 13px;
}

.navbar .navbar-brand img{
    width: 120px;
}

.navbar-nav > li .navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}

.navbar-nav > li {
	margin-top: 5px;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
}

.navbar .navbar-nav li a:active, 
.navbar .navbar-nav li a:focus {
	color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
	background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: transparent;
}

.navbar-btn.btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
    padding: 9px 20px;
    border-radius: 30px;
}

.navbar-bg .navbar-nav > li > a {
	color: #fff;
}

/* action after scroll */
.navbar{
    padding-top: 0;
    background: rgba(0,0,0,0.15);
}
.navbar-bg{
	padding-top: 0;
	background-color: #017CEF;
}

.navbar-bg .navbar-nav li .btn{
	background-color: #017CEF;
	color: #fff;
}

.navbar-bg .navbar-nav li a:active, 
.navbar-bg .navbar-nav li a:focus {
	color: #fff;
}

.navbar-bg .navbar-nav > .active > a, 
.navbar-bg .navbar-nav > .active > a:active, 
.navbar-bg .navbar-nav > .active > a:focus, 
.navbar-bg .navbar-nav > .active > a:hover {
	background-color: transparent;
	outline-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #c3c3c3;
}

.navbar-inverse .navbar-toggle {
    border-color: #c3c3c3;
}

.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
  background-color: #c3c3c3;
}

/*== home ==*/
.home {
  
	background: url("../images/building.jpg") repeat scroll center top / cover;
}

.home::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    z-index: 1;
}

.home:after{
    background: rgb(1, 124, 239);
    background: -webkit-linear-gradient(45deg, rgba(1, 124, 239, 0.8) 0%,rgba(167,82,157, 0.8) 92%);
    background: linear-gradient(45deg, rgba(1, 124, 239, 0.8) 0%,rgba(167,82,157, 0.8) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#a7529d',GradientType=1 );
}



.intro .logo-icon{
    color: #fff; 
    font-size: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.intro h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 40px;
    text-shadow: 5px 5px 5px #000;
}

.intro strong.welcome {
    color: #fff; 
    font-weight: 100; 
    font-family: times new roman;
    font-size: 30px;
    text-transform: uppercase; 
    letter-spacing: 8px;
}

.intro span {
    color: #f9f9f9;
    display: block;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 25px;
    text-transform: capitalize;
}

/*== clients ==*/
.clients{
    height: 15vh;
    padding: 10px;
    border-bottom: 1px solid rgba(68, 71, 73, 0.05);
}

.clients img {
    opacity: 0.4;
    border-radius: 4px;
    color: #000;
    line-height: 80px;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    height: 67px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.clients img:hover{
    opacity: 1;
} 

.clients-logo .single-slide.text-center img{
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
}

.clients-logo .single-slide.text-center img:first-child{
    margin-left: 0;
}

.clients-logo .single-slide.text-center img:last-child{
    margin-right: 0;
}

.clients-logo .single-slide img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/*== about us ==*/
.about-us h2{
    font-size: 30px;
    font-weight: 300;
}

.about-us strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
 
    word-spacing: 3px;
}

.about-item{
    margin-top: 30px;
}

.about-item h3 {
    color: #5a5a5a;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 300px;
    text-transform: capitalize;
}

.about-item p {
    color: #7f90a0;
    font-size: 15px;
    font-weight: 400;
    max-width: 300px;
}

.about-item span{
    font-size: 20px;
}

.about-item i{
    font-size: 42px;
    color: #017CEF; 
    margin-bottom: 20px
}

.about-item a{
    color: #017CEF;
    font-weight: 400;
    font-size: 15px;
}

/*== card ==*/


.caption-img:hover{
    -webkit-transform: scale(1);
    transform: scale(1.08);
}

.caption-img{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.caption-img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.caption-tag h4{
    font-size: 22px; 
    font-weight: 300;
    color: #fff; 
    text-align: center;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}

.caption-tag h4 a{
    color: #fff;
}   

.caption-tag h4 a:hover{
    text-decoration: none;
} 

.caption-tag span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 2;
}

.caption-tag{
    position: relative;
    height: 110px;
    background: rgba(0, 102, 182, 0.9);
    margin-top: 0;
    max-width: 100%;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.caption-tag:after{
    content: '';
    background: rgba(0, 102, 182, 1);
    position: absolute;
    width: 0px;
    height: 110px;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.caption-img:hover .caption-tag:after{
    width: 100%;
    left: 0;
}


/*== skillbars ==*/

.skillbars:last-child{
    margin-bottom: 30px;
}

.skillbars h4{
    display: inline-block;
    margin-bottom: 20px; 
    font-size: 22px;
    color: #7f90a0; 
    font-weight: 300;
}

.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #F4F7F9;
    height:13px;
    border-radius:50px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-bar {
    height:13px;
    width:0px;
    background:#017CEF;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
}

.skill-bar-percent {
    color: #017cef;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    top: -35px;
}

.people-opinion{
    min-height: 320px; 
    background-color: #F4F7F9;
    text-align: center; 
    margin: 0 auto; 
    padding: 40px 30px;
    border-radius: 5px;
    margin-top: 30px;
}

.people-opinion strong {
    color: #333;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

.people-opinion span{
    color: #017CEF;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

.people-opinion p{
    color: #7f90a0;
    font-size: 20px; 
    font-weight: 300;
    line-height: 1.6;
}

.carousel-indicators li {
    border: 2px solid #929495;
    margin: 0 2px;
}

.carousel-indicators .active {
  background-color: #929495;
  height: 10px;
  margin: 0 2px;
  width: 10px;
}



/*== work ==*/
.work h2{
    font-size: 30px;
    font-weight: 300;
}

.work strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.work-item{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.work-item img{
    width: 100%;
    border-radius: 5px;
}

.work-item:hover img{
    bottom: 150px;
}



.work-overlay h3{
    font-weight: 300;
    color: #fff;
    font-size: 26px;
    margin-bottom: 3px;
}

.work-overlay span{
    display: block; 
    color: #eee; 
    font-weight: 600;
    font-size: 16px; 
    margin-bottom: 15px;
}

.work-overlay .btn{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff; 
    border-radius: 30px;
}

.work-overlay .btn:hover{
    color: #777;
    background-color: #fff;
}

.work-overlay{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%; 
    height: 150px; 
    background-color: #017CEF;
    bottom: -150px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.work-item:hover .work-overlay{
    bottom: 0;
}






/*== footer ==*/
.footer{
    padding: 60px 0;
    background-color: #017cef;
    font-family: 'Source Sans Pro', sans-serif;
}

.footer a{
    color: #fff;
}

.footer a:hover{
    color: #fff;
}

.footer-logo .footer-logo-text {
    color: #fff;
    font-family: "Oleo Script",cursive;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-logo p{
    color: #fff;
    font-weight: 400; 
    font-size: 13px
}

.footer-logo img{
   
    margin-bottom: 15px;
}

.links li i{
    margin-right: 5px; 
    font-size: 14px;
}

.links li{
    cursor: pointer;
    color: #fff; 
 
    margin-bottom: 9px;
}

.links li:hover{
    color: #fff;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0;
}


/*================================ Other Pages ===================================*/

/* other page header */
/*== home ==*/
.banner-contact {
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    text-align: center;
    min-height: 550px;
	background: url("../images/contact-home.jpg") repeat scroll center top / cover;
}

.banner-contact::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    z-index: 1;
}

.banner-contact:after{
    background: rgba(32, 35, 38, 0.4);
}
.banner-contact .container{
        position: relative;
        z-index: 10;
}


/* sponsors 2 */
.sponsors {
    position: relative;
    overflow: hidden;
    text-align: center;
	background: url("../images/clintent-bg.jpg") repeat scroll center top / cover;
}

.sponsors strong{
  color: #eee;
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  word-spacing: 3px;
}

.sponsors .sponsor-title{
    color: #fff;
}


.sponsors .sponsor-img{
    background-color: rgba(15, 14, 14, 0);
    box-shadow: none;
    margin-bottom: 20px;
}

.sponsors .sponsor-img:hover{
    background-color: rgba(15, 14, 14, 0.3);
}

.sponsors .sponsor-img img{
    -webkit-filter: none;
    filter: none;
    height: 80px;
    max-height: 70%;
    max-width: 60%;
    width: auto;
    margin: 0 auto;
}

/* team 2 */
.team{
    background-color: #fff;
}

.team h2{
    color: #777;
    font-weight: 300;
}

.team strong {
    color: #999;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 60px
}


.team .member i{
    background-color: #F4F7F9;
}

.team  .member h3 {
    color: #555;
}

/* skillbars 2 */
.all-skillbar{
    background-color: #F4F7F9;
}

.all-skillbar h2{
    font-size: 30px;
    font-weight: 300;
}

.all-skillbar strong {
    color: #555;
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.skill-wrapper .skillbar{
    background-color: #fff;
}
    
.skill-wrapper{
    padding: 0 10px;
}

/*== about page ==*/
.about-more h2{
    font-size: 30px;
    font-weight: 300;
}

.about-more p{
    color: #7f90a0;
}

.about-more strong {
    color: #555;
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.about-option:hover{
    background-color: #F4F7F9;
}

.social-icon i{
    color: #94a5b4; 
    font-size: 35px; 
    padding-top: 32px;
}

.social-icon:hover i{
    color: #fff;
}

.social-icon:hover{
    background-color: #017CEF;
}

.social-icon {
  background-color: #f4f7f9;
  border-radius: 6px;
  display: inline-table;
  height: 100px;
  margin: 4px;
  position: relative;
  text-align: center;
  width: 100px;
}

.social-link{
    margin: 50px auto 0;
}

.social-link li{
    margin: 5px;
}

.about-option{
    max-width: 210px;
    margin: 0 auto;
    min-height: 150px;
    text-align: center;
    border-radius: 6px; 
    padding-top: 30px;
    margin-bottom: 30px;
}

.about-option i{
    display: block;
    color: #017CEF; 
    font-size: 33px;
}

.about-option span{
    font-size: 17px;
    font-weight: 600; 
    display: block;
    margin-top: 10px;
    color: #017CEF;
}

/*== contact page ==*/
.contact2{
    background-color: #017CEF;
}

.contact2 h2{
    color: #fff;
}

.contact2 strong{
    color: #eee;
}

.contact2 label{
    color: #fff;
}

.contact2 .form-control{
    background-color: rgba(255, 255, 255, 0.15);
    border-color: transparent;
    color: #fff;
}

.contact2 .btn{
    background-color: rgba(255, 255, 255, 0.80);
    color: #777
}

.contact2 .btn:hover{
    background-color: rgba(255, 255, 255, 1);
}

.contact2 .form-control:active,
.contact2 .form-control:focus{
    border-color: transparent;
}

.map .teg {
  color: #017CEF;
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 40px;
  word-spacing: 3px;
}

.map li{
    color: #7f90a0; 
    font-size: 15px;
    padding: 8px 0;
}

.map li span{
    color: #555; 
    font-weight: 800;
    display: block;
}

.connect_column{margin: 40px 0;clear: both;width: 100%;background: #FFFFFF;height: 218px;}
.connect_column ul{list-style: none;height: 218px;}
.connect_column li{float: left; text-align: center;list-style: none; width: 31%;height: 218px;margin-left: 1.6%;position: relative;padding-top: 42px;font-size: 16px;color: #333;line-height: 32px;}
/*.connect_column li:first-child{margin-left: 0;}*/
.connect_column h2{font-size: 18px;color: #333;font-weight: normal;margin-top: 10px;margin-bottom: 10px;}
.connect_column .info{position: relative;z-index: 2;top: -12px;}
.connect_column .text{margin: 0 20px; color: #000}
.connect_column .s1{position:absolute;top:0;left:0;width:100%;height:100%;background: #de6764;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s2{position:absolute;top:0;left:0;width:100%;height:100%;background: #58bec8;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s3{position:absolute;top:0;left:0;width:100%;height:100%;background: #9ac047;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s4{position:absolute;top:0;left:0;width:100%;height:100%;background: #31a0e1;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .i1{display: inline-block;width: 36px;height: 46px; background: url("../images/sprite2.png") no-repeat 0 0;}
.connect_column .i2{display: inline-block;width: 42px;height: 46px; background: url("../images/sprite2.png") no-repeat -38px 0;}
.connect_column .i3{display: inline-block;width: 40px;height: 46px; background: url("../images/sprite2.png") no-repeat -83px 0;}
.connect_column .i4{display: inline-block;width: 40px;height: 46px; background: url("../images/sprite2.png") no-repeat -125px 0;}
.connect_column a{ color: #333;}
@media (max-width: 1400px){
	.connect_column{margin: 40px 0;clear: both;width: 100%;background: #FFFFFF;height: 218px;}
.connect_column ul{list-style: none;height: 218px;}
.connect_column li{float: left; text-align: center;list-style: none; width: 23%;height: 218px;margin-left: 28px;position: relative;padding-top: 42px;font-size: 16px;color: #333;line-height: 32px;}
.connect_column li:first-child{margin-left: 0;}
.connect_column h2{font-size: 18px;color: #333;font-weight: normal;margin-top: 10px;margin-bottom: 10px;}
.connect_column .info{position: relative;z-index: 2;top: -12px;}
.connect_column .text{margin: 0 20px;}
.connect_column .s1{position:absolute;top:0;left:0;width:100%;height:100%;background: #de6764;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s2{position:absolute;top:0;left:0;width:100%;height:100%;background: #58bec8;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s3{position:absolute;top:0;left:0;width:100%;height:100%;background: #9ac047;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s4{position:absolute;top:0;left:0;width:100%;height:100%;background: #31a0e1;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .i1{display: inline-block;width: 36px;height: 46px; background: url("../images/sprite2.png") no-repeat 0 0;}
.connect_column .i2{display: inline-block;width: 42px;height: 46px; background: url("../images/sprite2.png") no-repeat -38px 0;}
.connect_column .i3{display: inline-block;width: 40px;height: 46px; background: url("../images/sprite2.png") no-repeat -83px 0;}
.connect_column .i4{display: inline-block;width: 40px;height: 46px; background: url("../images/sprite2.png") no-repeat -125px 0;}
.connect_column a{ color: #333;}
.lianmen{margin: 20px auto;text-align: center;}
}
@media (max-width:991px){
    .wrap {padding:0 4.5%;}
    .mc-hidden {display:none}
    #container3 { width: 99%; height: 100%; }
    .connect_column ul{height: auto;}
    .connect_column{margin: 0 auto;}
    .lianmen{margin: 20px auto;text-align: center;}
   .connect_column li{ text-align: center;list-style: none; width: 100%;height: 228px;margin-left:0;position: relative;padding-top: 42px;font-size: 16px;color: #333;line-height: 32px;}
   .connect_column .s1{position:absolute;top:0;left:0;width:100%;height:100%;background: #de6764;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s2{position:absolute;top:0;left:0;width:100%;height:100%;background: #58bec8;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s3{position:absolute;top:0;left:0;width:100%;height:100%;background: #9ac047;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .s4{position:absolute;top:0;left:0;width:100%;height:100%;background: #31a0e1;opacity: 0.2;filter:alpha(opacity=20);}
.connect_column .i1{display: inline-block;width: 36px;height: 46px; background: url("../images/sprite2.png") no-repeat 0 0;}
.connect_column .i2{display: inline-block;width: 42px;height: 46px; background: url("../images/sprite2.png") no-repeat -38px 0;}
.connect_column .i3{display: inline-block;width: 40px;height: 46px; background: url("../images/sprite2.png") no-repeat -83px 0;}
.connect_column .i4{display: inline-block;width: 40px;height: 46px; background: url("../images/sprite2.png") no-repeat -125px 0;}
}


/*== Blog page ==*/
.blog-post {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.blog-post:last-child {
    border-bottom: none;
}

.blog .writer{
    width: 60px; 
    border-radius: 50%; 
    display: inline-block; 
    margin-right: 15px;
}

.blog h3{
    cursor: pointer;
    display: block; 
    font-size: 18px; 
    color: #017CEF;
    margin-top: 10px; 
}

.blog h3 span{
    font-weight: 600;
}

.blog strong{
    display: block;
    font-size: 13px; 
    font-weight: 600; 
    color: #a4b5c5;
}

.post-img img{
    width: 100%;
    border-radius: 5px;
}

.blog h2{
    margin-bottom: 20px;
}

.blog .read-more{
    margin-top: 20px;
    margin-bottom: 40px;
}

.blog .read-more li{
    color: #7f90a0;
    font-weight: 600; 
    text-transform: capitalize;
    font-size: 14px;
}

.blog .read-more li a{
    color: #017CEF; 
}

.footer hr{
    border-color: #fff;
}

.copyright li:hover{
    color: #017CEF;
}

.copyright li{
    cursor: pointer;
}

.copyright p a{
    color: #fff;
}

.copyright{
    color: #fff;
    font-size: 13px;
}

/*== single page ==*/
h1, h2, h3, h4, h5, h6{
    font-weight: 300;
}

.post-time{
    color: #fff;
    position: relative;
    z-index: 2;
}

.post-header{
    margin: 0 auto 20px;
    max-width: 800px;
}

.single-post img{
    margin-bottom: 30px;
}

.single-post .h3{
    color: #555;
    font-size:22px;
}

.comments{
    margin-top: 35px;
    border-top: 1px solid #eee; 
}

.comments img{
    margin-bottom: 50px;
}

.comments h3 span{
    font-size: 14px;
}

.comments strong{
    margin-bottom: 10px
}

.comments p{
    display: block;
    margin-left: 75px
}

.thick-border{
    border-left: 5px solid #017CEF; 
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px; 
    margin: 25px 0; 
    font-size: 18px; 
    font-weight: 300; 
}

.single-post ul,
.single-post ol{
    color: #7f90a0; 
    padding-left: 15px;
    margin: 15px 0;
}

.single-post ul li,
.single-post ol li{
    line-height: 1,9;
}

.single-comment:last-child{
    margin-bottom: 0;
}

.single-comment{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.single-comment{
    margin-bottom: 30px;
}

.send-comment{
    background-color: #F4F7F9;
}

.send-comment .form-control{
    background-color: #fff;
    border: none;
}

/*************** media quiery *********************/
@media (max-width: 1199px) {
    .event-overlay span{
        margin-top: 25px;
    }
    
}


/*******************business*****************************/
.classes-wrap {
    overflow: hidden;
}

.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.content:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
}

.classes-wrap .classes-item {
    width: 25%;
    /*float: left;*/
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 435px) {
    .classes-wrap .classes-item {
        cursor: pointer;
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 435px) and (max-width: 764px) {
    .classes-wrap .classes-item {
        cursor: pointer;
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 319px) {
    .classes-wrap .classes-item {
        cursor: pointer;
        width: 50%;
        margin-bottom: 20px;
    }
}
.classes-wrap .classes-item.active:after {
    display: block;
}

.classes-wrap .classes-item:after {
    content: " ";
    position: absolute;
    z-index: 2;
    background: url(../images/icon.png) no-repeat -56px -235px;
    width: 36px;
    height: 18px;
    bottom: 0;
    left: 50%;
    margin-left: -18px;
    display: none;
}

.classes-wrap .classes-item .icon {
    width: 80px;
    height: 80px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #f2f2f2
}

.classes-wrap .classes-item.active .text {
    color: #000;
    font-weight: 7bold;
}

.classes-wrap .classes-item .text {
    font-size: 16px;
    color: #535353;
    display: block;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}

.classes-wrap .classes-item .icon.icon-login {
    background-position: 0px 6px;
}

.classes-wrap .classes-item.active .icon.icon-login {
    background-color: #017CEF;
    border-radius: 50px
}

.classes-wrap .classes-item.active .icon.icon-login {
    background-position: 0px -47px;
}

.classes-wrap .classes-item .icon.icon-config {
    background-position: -55px 6px;
}

.classes-wrap .classes-item.active .icon.icon-config {
    background-color: #017CEF;
    border-radius: 50px
}

.classes-wrap .classes-item.active .icon.icon-config {
    background-position: -57px -47px;
}

.classes-wrap .classes-item .icon.icon-award {
    background-position: -114px 6px;
}

.classes-wrap .classes-item.active .icon.icon-award {
    background-color: #017CEF;
    border-radius: 50px
}

.classes-wrap .classes-item.active .icon.icon-award {
    background-position: -115px -48px;
}

.classes-wrap .classes-item .icon.icon-manage {
    background-position: -171px 6px;
}

.classes-wrap .classes-item.active .icon.icon-manage {
    background-color: #017CEF;
    border-radius: 50px
}

.classes-wrap .classes-item.active .icon.icon-manage {
    background-position: -171px -47px;
}

.classes-wrap .classes-item .icon.icon-verifcation {
    background-position: -227px 6px;
}

.classes-wrap .classes-item.active .icon.icon-verifcation {
    background-color: #017CEF;
    border-radius: 50px
}

.classes-wrap .classes-item.active .icon.icon-verifcation {
    background-position: -227px -47px;
}

/*内容*/
.list-wrap {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
    box-sizing: border-box;
    display: none;
}

.list-wrap.active {
    display: block;
}

.list-wrap .list-content .list-item a {
    text-decoration: none;
    color: #535353;
}

.list-wrap .list-content .list-item a:hover {
    color: #4381fd;
}

.list-wrap .list-content .list-item a:before {
    content: " ";
    background: #b2b2b2;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 42px;
    left: 0;
}