/* ================== Main Style Sheet ========================= */

body{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

section{
    padding: 60px 0;
}

.m-t-90{
    margin-top: 90px;
}

.p-0{
    padding-left: 0;
    padding-right: 0;
}

.btn.btn-primary{
    background-color: #e51e35;
}

.btn{
    box-shadow: none; 
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-right: 3px;
}

#top{ position: relative; z-index: 99999; background-color: #FFF;}

.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;
    font-weight: bold;
}

.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;
    border-bottom: 2px solid #FFF;
}

.navbar-inverse.navbar-bg .navbar-nav > .active > a, 
.navbar-inverse.navbar-bg .navbar-nav > .active > a:focus, 
.navbar-inverse.navbar-bg .navbar-nav > .active > a:hover {
    border-bottom: 2px solid #FFF;
}

.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-bg{
	padding-top: 0;
	background-color: #e51e35;
}

.navbar-bg .navbar-nav li .btn{
	background-color: #e51e35;
	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;
}

@media (min-width: 1170px) {
    .navTop{ background-color: #e51e35; height: 57px;  top: 78px; padding-top: 0;}
    .navTop .navbar-brand{ position: relative; margin-top: -73px;}
    .navTop .navbar-nav{
        display: flex;
        width: 100%;
        background-color: #e51e35;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .navTop .navbar-nav li{
        width: auto;
        display: inline-block;
    }
    .navTop .navbar-nav li a{
        align-content: space-between;
    }

}

.navbar-inverse.navTop .navbar-toggle .icon-bar{ background-color: #333;}

/*== home ==*/

@media (min-width: 320px) {
    .home {
        height: 30vh;
        position: relative;
        overflow: hidden;
        /* padding-top: 100px; */
        padding: 0;
        text-align: center;
        background: #FFF;
        /* background: url("../images/building.jpg") repeat scroll center top / cover; */
        margin-top: 65px;
    }
    .bannerImg__item{ height: 30vh; position: relative;}
    .bannerImg .owl-dot{ width: 40px; height: 2px;}
    .bannerImg .owl-dot.active{ height: 4px;}
}
@media (min-width: 1170px) {
    .home {
        height: 85vh;
        position: relative;
        overflow: hidden;
        /* padding-top: 100px; */
        padding: 0;
        text-align: center;
        min-height: 550px;
        background: #FFF;
        /* background: url("../images/building.jpg") repeat scroll center top / cover; */
        margin-top: 100px;
    }
    .bannerImg__item{ height: 85vh; position: relative;}
    .bannerImg .owl-dot{ width: 120px; height: 4px;}
    .bannerImg .owl-dot.active{ height: 6px;}
}

.bannerImg img{ width: auto !important; margin: 0 auto !important;}
.bannerImg__item .container{ position: relative; top: 50%; transform: translate(0,-50%);}

.bannerImg .owl-nav{ top: auto; bottom: 30px; display: none;}
.bannerImg .owl-dots{ display: block; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);}
.bannerImg .owl-dot{  background-color: #e51e35; display: inline-block; margin: 0 5px; opacity: 0.2; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.bannerImg .owl-dot.active{ opacity: 1;}
.about::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    z-index: 1;
}
.about::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 );
}

.home .container{
    position: relative;
    z-index: 10;
}

.intro .logo-icon{
    color: #fff; 
    font-size: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.intro h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 48px;
}

.intro strong.welcome {
    color: #fff; 
    font-weight: 100; 
    font-family: times new roman;
    font-size: 16px;
    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;
}


.factory{ background: url(../images/factoryBg.jpg) center 150px no-repeat; background-size: cover;}

.factory-images{ background-color: #FFF; padding: 20px;}

.factory-images .single-slide.text-center img{
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
}

.factory-images .single-slide.text-center img:first-child{
    margin-left: 0;
}

.factory-images .single-slide.text-center img:last-child{
    margin-right: 0;
}

.factory-images .single-slide img{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.factory h2{ color: #e51e35;}
.factory p { color: #333; font-size: 24px; font-weight: 400;}

.factory-info{ margin-top: 30px;}
.factory-info__dot{ font-size: 60px; line-height: 20px; display: block; float: left; margin-right: 10px;}
/*== about us ==*/
.about-us h2{
    font-size: 30px;
    font-weight: 300;
}

.about-us strong {
    color: #848484;
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 30px auto 40px;
    word-spacing: 3px;
    line-height: 36px;
}

.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: 18px;
    font-weight: 400;
    /* max-width: 300px; */
}

.about-item span{
    font-size: 20px;
}

.about-item i{
    font-size: 42px;
    color: #e51e35; 
    margin-bottom: 20px
}

.about-item a{
    color: #e51e35;
    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: 18px; 
    font-weight: 300;
    color: #fff; 
    text-align: center;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}
    
.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: 70px;
    background-color:#94a5b4;
    margin-top: 0;
    max-width: 100%;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.caption-tag:after{
    content: '';
    background-color: #e0dfdf;
    position: absolute;
    width: 0px;
    height: 70px;
    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:#e51e35;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
}

.skill-bar-percent {
    color: #e51e35;
    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: #e51e35;
    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;
}

/*== genius ==*/
.genius{
    background-color: #e0dfdf;
}

.genius h2{
    /* color: #fff; */
    font-size: 30px;
    font-weight: 300;
}

.genius span{
    color: #e51e35;
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
    height: 30px;
    display: inline-block;
}

.genius strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.member {
    margin-top: 65px;
}

.member img {
    border-radius: 3px;
    margin: 0 auto;
    max-width: 360px;
}

.genius .member h3{
    color: #FFF;
    font-weight: 300;
    font-size: 18px; 
    word-spacing: 6px;
}

.member span{
    display: block;
    color: #e51e35;
    margin-bottom: 15px;
    font-size: 17px;
}

.member .list-inline{
    margin: 0;
}


.member .list-inline i{
    cursor: pointer;
    color: #94a5b4; 
    font-size: 20px; 
    background-color: #fff; 
    width: 42px;
    height: 42px; 
    border-radius: 3px;
    padding-top: 11px;
    text-align: center;
}

.member .list-inline i:hover{
    color: #fff;
    background-color: #e51e35;
}

.owl-nav{
    position: absolute; 
    top: 0; 
    left: 50%;
    margin-left: -25px;
}

.owl-prev,
.owl-next{
    color: #fff;
    font-size: 20px; 
    display: inline-block;
    background-color: #e51e35;
    width: 25px;
    height: 30px;
    text-align: center; 
}

/*== work ==*/
.workTitle h2{
    font-size: 30px;
    font-weight: 300;
}

.workTitle span{
    color: #e51e35;
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
    height: 30px;
    display: inline-block;
}


.workTitle 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; */
    background-color: #CCC;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.work-item img{
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.work-item:hover img{
    bottom: 150px;
    opacity: 1;
}

.work-overlay h3{
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #e51e35;
    /* bottom: -150px; */
    /* position: absolute; */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.genius .work-overlay{
    height: 60px; 
}

.work-item:hover .work-overlay{
    bottom: 0;
}

/*== sponsor ==*/

 .sponsor-title{
     font-size: 35px;
     font-weight: 200;
     margin-bottom: 30px;
}

.sponsor-img{
    position: relative;
    cursor: pointer;
    background-color: #F4F7F9; 
    min-height: 155px; 
    max-width: 195px; 
    padding-top: 32px;
    z-index: 1;
}

.sponsor-img:hover {
  box-shadow: 0 1px 33px rgba(26, 37, 46, 0.28), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  z-index: 2;
}

.sponsor-img.white-bg{
    background-color: #fcfcfc;
}
    
.sponsor-img img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 80px;
    max-height: 70%;
    max-width: 60%;
    width: auto;
    margin: 0 auto;
}

/*== events ==*/
.events{
    background-color: #e0dfdf;
}

.events h2{
    /* color: #fff; */
    font-size: 30px;
    font-weight: 300;
}

.events span{
    color: #e51e35;
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
    height: 30px;
    display: inline-block;
}

.events strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.event-item{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.event-item img{
    -webkit-transition: all 1.5s ease-in-out 0s;
    transition: all 1.5s ease-in-out 0s;
}

.event-item:hover img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
}

.event-overlay span {
    color: #e51e35;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 45px;
}

.event-overlay h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
}

.event-overlay{
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.event-overlay:hover{
    background-color: rgba(255, 255, 255, 0.85);
}

.event-overlay .btn {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
    padding: 5px 12px;
}

.event-overlay .btn:hover{
    background-color: #e51e35;
    color: #fff;
    border-color: transparent;
}


/*== eventsLight ==*/
.eventsLight{
    background-color: #FFF;
}

.eventsLight h2{
    color: #333;
}

.eventsLight .event-overlay span {
    color: #e51e35;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 45px;
}

.eventsLight .event-overlay h4 {
    color: #222;
}

.eventsLight .event-overlay{
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.eventsLight .event-overlay:hover{
    background-color: rgba(255, 255, 255, 0.85);
}

.eventsLight .event-overlay .btn {
    background-color: #e51e35;
    color: #fff;
    border-color: transparent;
}

.eventsLight .event-overlay .btn:hover{
    text-decoration: underline;
}

/*== contact ==*/
.contact h2{
    font-size: 30px;
    font-weight: 300;
}

.contact strong {
    color: #848484;
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    word-spacing: 3px;
}

.contact .form-control:focus{
	box-shadow: none;
	border: 1px solid;
}

.contact .form-group{
    margin-bottom: 22px;
}

.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 label i{
    font-size: 20px; 
    margin-right: 10px;
}

.contact label{
    color: #7F90AB; 
    font-size: 15px;
    font-weight: 600;
    word-spacing: 2px; 
    padding-bottom: 13px;
}

.contact textarea.form-control {
    min-height: 100px;
}

.contact .form-control {
  background: #f4f7f9;
  border: 0 none;
  border-radius: 6px;
  color: #7F90AB;
  display: block;
  padding: 11px 13px;
  width: 100%;
}

.contact .form-control::-moz-placeholder {
    color: #bdcee9;
    font-weight: 600;
}

.contact .btn {
    background-color: #e51e35;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 20px;
}

/*== address ==*/
.address{
    padding: 0;
    overflow: hidden;
}

.address-1 {
    position: relative;
    text-align: center;
    min-height: 400px;
	background: url("../images/london.jpg") repeat scroll left top / cover;
}

.address-2 {
    position: relative;
    text-align: center;
    min-height: 400px;
	background: url("../images/sanfran.jpg") repeat scroll left top / cover;
}

@media (min-width: 320px) {
    .office {
        width: 100%;
    }
}
@media (min-width: 1170px) {
    .office {
        width: 1100px;
    }
}
.office {
    margin: 30px auto;
    background-color: rgba(255, 255, 255, 0.75);
    color: #333;
    padding: 60px 0;
}

.office i{
    color: #e51e35;
    font-size: 65px; 
    line-height: 0;
}
.office h3{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.office h4{
    opacity: 0.9; 
    font-size: 24px;
    font-weight: 300;
}

.office span{
    display: block;
    color: #7f90a0;
    margin-bottom: 20px;
}

.office a{
    font-size: 16px;
}
.office .links li{
    color: #333;
}

/*== footer ==*/
.footer{
    padding: 60px 0;
    background-color: #666;
    font-family: 'Source Sans Pro', sans-serif;
}

.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: #eee;
    font-weight: 400; 
    font-size: 13px
}

.footer-logo img{
    width: 95px;
    margin-bottom: 15px;
}

.links li i{
    margin-right: 5px; 
    font-size: 14px;
}

.links li{
    /* cursor: pointer; */
    color: #FFF; 
    font-weight: 600;
    margin-bottom: 9px;
    overflow: hidden;
}

/* .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 */
.header {
    height: 85vh;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    text-align: center;
    min-height: 550px;
	background: url("../images/building.jpg") repeat scroll center top / cover;
}

.header::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 150%;
    z-index: 1;
}

.header:after{
    background: rgba(32, 35, 38, 0.65);
}

.header h1{
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.header .intro span{
    color: #eee;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}
.about{
    height: 450px;
}
.about h1{
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

.about .intro span{
    color: #eee;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

/* 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;
    color: #e51e35;
}
.about-more h2 a{
    color: #e51e35;
}

.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: #e51e35;
}

.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: #e51e35; 
    font-size: 33px;
}

.about-option span{
    font-size: 17px;
    font-weight: 600; 
    display: block;
    margin-top: 10px;
    color: #e51e35;
}

/*== contact page ==*/
.contact2{
    background-color: #e51e35;
}

.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: #e51e35;
  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;
}

/*== 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: #e51e35;
    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: #e51e35; 
}

.footer hr{
    border-color: #FFF;
}

.copyright li:hover{
    color: #e51e35;
}

.copyright li{
    cursor: pointer;
}

.copyright li a{
    color: #FFF;
}

.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 #e51e35; 
    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;
    }
    
}

.navbar .navbar-brand{ height: auto; padding: 0; position: relative;}
.navbar .navbar-brand img{ opacity: 1; width: auto; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.navbar .navbar-brand img:last-child{ opacity: 0; position: absolute; left: 0; top: 0;}
.navbar-bg .navbar-brand{ height: 50px;}
.navbar-bg .navbar-brand img{ height: 50px; width: auto; opacity: 0;}
.navbar-bg .navbar-brand img:last-child{ height: 50px; width: auto; opacity: 1;}

.indexProType__item .caption-img{ border-radius: 5px; box-shadow: 0 0 5px #999; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);}

.navbar-collapse.in{ background-color: rgba(0, 0, 0, 0.9);}

.links li > a{ color: #FFF;}
.links li > a:hover{ color: #FFF;}
.footer h3 > a{ color: #FFF;}


/*************** 地图样式 *********************/
#mapContainer{ height: 360px; border: 5px solid #FFF; border-radius: 5px; box-shadow: 0 0 5px #999; box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);}
.mapInfo{ padding-left: 35px;}
.amap-icon img, .amap-marker-content img {
    width: 25px;
    height: 34px;
}
.amap-icon img {
    position: absolute;
    z-index: -1;
}

/*************** 页码 *********************/
.pageBox{ text-align:center; margin:30px auto;}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{ background:#e51e35; color:#FFF; border:1px solid #e51e35;}
.pagination>li>a, .pagination>li>span{ color:#333;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{ color:#e51e35;}

/*************** 菜单滑过显示二级菜单 *********************/
.dropdown-submenu:hover .dropdown-menu{ display: block;}
.dropdown-submenu .dropdown-menu li{ width: 100%;}

.Category{ height: 80px;}
.Category a{ display: block; line-height: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; border-radius: 5px; text-decoration: none; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.Category .single-slide.active a, .Category a:hover{ background-color: #e51e35; color: #FFF; text-decoration: none;}

.proView-btn.btn-sm{padding: 5px 10px; background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.15); color: #CCC; margin-left: 10px; margin-bottom: 0; border-radius: 30px; font-size: 12px; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
.proView-btn.btn-sm:hover{ background-color: #e51e35; color: #FFF; border: 1px solid rgba(0, 0, 0, 0);}

@media (max-width: 768px) {
    .dropdown-menu{ width: 100%;}
    .dropdown-menu li{ width: 50%; float: left;}
}

@media (min-width: 320px) {
    .server li{ width:40px; height:40px; line-height: 40px;}
    .server li a{ width:40px; height:40px; font-size: 18px;}
    .server li p{ height: 40px; line-height: 40px;}
    .server li p::after{ width: 40px; height: 40px;}
    .server li.serverImg img{ max-width: 100px;}
    .server li.serverImg p{ width: 120px; height: 120px; position: absolute; top: 50%; transform: translateY(-50%); overflow: visible; padding: 10px 60px 0 10px; right: 50px;}
    
    .InvitationCard{ bottom: 70px;}
    .InvitationCard > a{ height: 60px; padding: 5px;}
}
@media (min-width: 1170px) {
    .server li{ width:60px; height:60px; line-height: 60px;}
    .server li a{ width:60px; height:60px; font-size: 24px;}
    .server li p{ height: 60px; line-height: 60px;}
    .server li p::after{ width: 60px; height: 60px;}
    .server li.serverImg img{ max-width: 100px;}
    .server li.serverImg p{ right: 70px;}
    
    .InvitationCard{ bottom: 150px;}
    .InvitationCard > a{ height: 120px; padding: 10px;}
}

.server{ position:fixed; right:20px; top:300px; z-index:9999;}
    .server ul{ list-style:none; margin:0; padding:0;}
        .server li{ margin-bottom:1px; position:relative; text-align: center;}
        .server li a{ display: block; text-decoration: none; position: relative; z-index: 2; background-color:#f39806; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
        .server li a .fa{ color: #FFF;}
        .server li p{ overflow: hidden; color: #FFF; margin: 0; padding: 0 42px 0 15px; background-color:#f39806; position: absolute; z-index: 1; right: 0; top: 0; display: none; text-overflow: ellipsis; white-space: nowrap; font-size: 16px;}
        .server li p::after{ content: "　　";}
            .server li:hover a{ background-color: #f39806;}

.InvitationCard{ position: fixed; right: 20px; z-index: 9999;}
.InvitationCard > a{ width: auto; position: absolute; left: 100%; transform: translateX(-100%); background-color:#e51e35;}
.InvitationCard img{ position: relative; display: block;}
            
.photoPackBox{ background: url(../images/packBg.jpg) center top no-repeat; padding-bottom: 0;}
.photoPack{ margin: 50px auto;}
.photoPack .member{ width: 180px; margin: 0 auto;}
.photoPack .member a{ display: block; width: 180px; height: 180px; border-radius: 180px; overflow: hidden;}
.photoPack a .img-responsive{ width: 180px; height: 180px; transform: scale(1,1); transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.photoPack a:hover .img-responsive{ transform: scale(1.1,1.1);}
.photoPack .owl-nav{ display: none;}


@media (min-width: 1170px) {
    .hotPro .owl-nav{ display: block;}
}
.hotPro .owl-nav{ width: 100%; top: 50%; left: 0; margin: 0;}
.hotPro .owl-prev, .hotPro .owl-next{ width: 60px; height: 60px; border-radius: 30px; opacity: 0.5; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.hotPro .owl-prev:hover, .hotPro .owl-next:hover{ opacity: 1;}
.hotPro .owl-prev i, .hotPro .owl-next i{    font-size: 48px; line-height: 56px; text-align: center;}
.hotPro .owl-prev{ position: absolute; left: 0; margin-left: -60px;}
.hotPro .owl-next{ position: absolute; left: auto; right: 0; margin-right: -60px;}


/*== 770px ==*/
@media (max-width: 770px) {
    
    .navbar{ background-color: #FFF;}
    .navbar-inverse .navbar-toggle{ background-color: #e51e35; border-color: #e51e35; }
    .navbar-inverse.navTop .navbar-toggle .icon-bar{ background-color: #FFF; }
    .navbar-bg .navbar-inverse .navbar-toggle{ background-color: #FFF; border-color: #FFF; }
    .navbar-bg .navbar-inverse.navTop .navbar-toggle .icon-bar{ background-color: #e51e35; }
    .navbar-bg { background-color: #e51e35; }
    .InvitationCard{ right: auto; left: 20px;}
    .InvitationCard > a{transform: translateX(0);}

    section{ padding: 0 0 30px;}
    .photoPack{ margin: 20px auto; text-align: center;}
    .photoPack .member{ width: 100px; padding: 0;  margin: 0 5px;}
    .photoPack .member > a{ width: 100px; height: 100px;}
    .photoPack .member > a img{ width: 100px; height: 100px;}
    .photoPack .member h3{ font-size: 16px;}
    .photoPack.owl-carousel .owl-item{ float: none; display: inline-block; text-align: center;}

    .all-member .member{ margin-top: 0;}
    .all-member .member h3{ font-size: 16px;}
    .all-member .member span{ font-size: 12px;}

    .genius strong{margin: 0; font-size: 16px;}
    .events strong{ font-size: 16px; margin-bottom: 20px;}
    
    .about-item > div{ float: left; margin: -15px 15px 0 0;}

    .hotPro .owl-prev, .hotPro .owl-next{ width: 30px; height: 30px; margin: 0;}
    .hotPro .owl-prev i, .hotPro .owl-next i{ font-size: 16px; line-height: 26px;}

    .event-overlay{ position: relative;}

    .about-us strong{ font-size: 16px; line-height: 18px; margin-bottom: 0;}
    .about-item h3{ font-size: 24px;}
    .about-item p{ font-size: 14px;}
    .factory p{ font-size: 14px;}
    .events span{ overflow: visible; height: auto;}

    .office h3{ font-size: 20px;}
}

@media (max-width: 1170px) and  (min-width: 770px){

    .navbar{ background-color: #FFF;}
    .navbar-bg{ background-color: #e51e35; }
    .navbar-inverse .navbar-nav > li > a{ color: #333;}
    .navbar-bg.navbar-inverse .navbar-nav > li > a{ color: #FFF;}
    .home{ min-height: 300px;}
    .bannerImg__item{ min-height: 300px;}
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{ color: #e51e35; border-bottom-color: #e51e35;}
    .InvitationCard{ right: auto; left: 20px;}
    .InvitationCard > a{transform: translateX(0);}

    .server{ top: 100px;}
}


.proList h3{ border-bottom: 1px solid #f1f1f1; line-height: 60px; margin-bottom: 20px; position: relative;}
.proList h3::before{ content: ""; width: 90px; height: 2px; background-color: #e51e35; display: block; position: absolute; left: 0; bottom: 0;}
.proList ul{ list-style: none; margin: 0; padding: 0;}
.proList li{ line-height: 40px; font-size: 14px; display: block; border-bottom: 1px solid #f1f1f1;}
.proList li a{ color: #333; display: block; width: 100%; line-height: 24px; margin: 8px auto; padding-left: 27px; text-decoration: none; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.proList li a::before{ content: "\f138"; font: normal normal normal 14px/1 FontAwesome; float: left; line-height: 24px; margin: 0 15px 0 -27px; transition:all 0.5s; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;}
.proList li a:hover, .proList li.active a{ color: #e51e35;}
.proList li a:hover::before, .proList li.active a::before{ margin: 0 5px 0 -17px; color: #e51e35;}