@font-face {
    font-family: Robotoblack;
    src: url(../fonts/Robotoblack.ttf);
}
@font-face {
    font-family: RobotoConBold;
    src: url(../fonts/RobotoConBold.ttf);
}
/**
* Basic.home-content
**/
body { font-family: 'PT Sans Narrow', sans-serif;  overflow-x: hidden;}
a { color: #000; text-decoration: underline;font-family: 'PT Sans Narrow', sans-serif; }
p { line-height: 25px; font-size: 15px;font-family: 'PT Sans Narrow', sans-serif; }
p + p { margin:0px; font-family: 'PT Sans Narrow', sans-serif; }
pre { margin: 10px 0px 10px 0px;font-family: 'PT Sans Narrow', sans-serif;  }
h1 {font-family: 'PT Sans Narrow', sans-serif; }
h2 {font-family: 'PT Sans Narrow', sans-serif; }
h3 {font-family: 'PT Sans Narrow', sans-serif; }
.clr{
    clear: both;
}
#main{
    position: relative;
}

/*Header*/
.header-top{
    background: #002661;
    padding: 10px 0;
}
.header-top p{
    color: #fff;
}
#header{
    position: relative;
    padding: 15px 0;
    background: #fff;
}
#header .uk-navbar{
    background: transparent;
    border: none;
    float: right;
}
#header .uk-navbar ul{
    margin: 40px 0 20px 0;
    padding: 0;
    list-style: none;
}
#header .uk-navbar ul li{
    position: relative;
    padding: 0;
    display: block;
    float: left;
    margin: 0;
}
#header .uk-navbar ul li a{
    transition: 0.3s ease;
    color: #002661;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 20px 10px;
}
#header .uk-navbar ul li:hover a,
#header .uk-navbar ul .uk-active a{
    border-bottom: 2px solid #ff8d00;
    padding: 6px 10px; 
}
.logo{
    display: block;
    position: relative;
    float: left;
}
.mobile .fa {
    color: #002661;
    font-size: 24px;
    text-shadow: none;
    padding: 0 3px;
    border-radius: 2px;
}
.mobile {
    color: #fe0000;
    display: none;
    z-index: 99;
    position: absolute;
    background: transparent;
    overflow: hidden;
    width: 45px;
    height: 33px;
    top: 20px;
    right: 20px;
    border: none;
}
#header .uk-offcanvas-bar{
    background: #002661;
}
#header .uk-offcanvas-bar .main li{
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 0 5px 0;
    text-align: center;
}
#header .uk-offcanvas-bar .main li a{
    color: #fff;
}
#header .uk-offcanvas-bar .uk-navbar{display: block !important;}
.logo a img{
    display: block;
    margin: 0 auto;
    padding-bottom: 3px;
}
#social {
    margin: 0;
    text-align: center;
    float: right;
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 37px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-left: 5px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
    font-family: "FontAwesome";
    content: "\f099"; /* add twitter icon */
}

.twitterBtn:hover{
    color: #00ABE3;
    background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
    font-family: "FontAwesome";
    content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
    color: #0094BC;
    background: #fff;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
    font-family: "FontAwesome";
    content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
    color: #cb2027;
    background: #fff;
}

/*SLider*/
.slider{
    position: relative;
    display: block;
}
.slider #owl-demo .item{
    position: relative;
}
.slider #owl-demo .item h3{
    color: #fff;
    font-size: 39px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 99;
    width: 100%;
    font-family: Robotoblack;
}
.slider #owl-demo .item p{
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 30%;
    z-index: 99;
    width: 40%;
    line-height: 25px;
}
#owl-demo .item .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7f7679;
    opacity: 0.5;
    z-index: 9;
    top: 0;
    left: 0;
}
.owl-theme .owl-controls{
    height: auto;
    padding: 0;
}
#owl-demo .owl-buttons{
    display: none !important;
}
#owl-demo .owl-controls{
    width: 225px;
    right: 39%;
    top: 94.4%;
}
#owl-demo .owl-controls .owl-page{
    float: left;
}
#owl-demo .owl-controls .owl-page span{
    width: 31px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
}
#owl-demo .owl-controls .owl-page.active span, #owl-demo .owl-controls.clickable .owl-page:hover span{
    background: #ff8d00;
    height: 5px;
}
.slider .list-box-media{
    position: absolute;
    width: 181px;
    height: 116px;
    bottom: 60px;
    left: 45%;
    z-index: 99;
    overflow: hidden;
}
.slider .list-box-media .uk-button{
    background: none;
    border: none;
    position: relative;
    margin: 0 0;
    padding: 0;
}
.slider .list-box-media .uk-button p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(55, 52, 53, 0.7);
}
/*End Slider*/
/*Vision*/
.vision{
    padding: 70px 0 0 0;
}
.vision .vision-list a{
    text-decoration: none;
}
.vision .vision-list .img{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    display: block;
    transition-duration: 0.6s;
    border: 4px double #002661;
    border-radius: 50%;
    background: #fff;
    transition:all 0.5s;
}
.vision .vision-list:hover .img{
    background: #002661;
    border: 4px double #fff;
}
.vision .vision-list .img span{
    background-image: url(/images/abouticon.png);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 23%;
    top: 18%;
}
.vision  .on:first-child .img span {
    background-position: 0px 0px;
}
.vision  .on:nth-child(2)  .img span {
    background-position: 0px -65px;
}
.vision  .on:last-child  .img span {
    background-position: 0px -129px;
}

.vision .on:first-child:hover .img span {
    background-position: -82px 0px;
}
.vision .on:nth-child(2):hover  .img span {
    background-position: -82px -65px;
}
.vision .on:last-child:hover  .img span {
    background-position: -82px -129px;
}
.vision .vision-list h3{
    text-align: center;
    margin: 15px 0;
    color: #002661;
    font-size: 16px;
    text-transform: uppercase;
}
.vision .vision-list p{
    text-align: center;
    color: #5a5a5a;
    font-size: 15px;
    line-height: 18px;
}
.vision .vision-list ul{
    list-style: none;
}
.vision .vision-list ul li{
    color: #5a5a5a;
    font-size: 15px;
    text-align: center;
}
/*End Vision*/
/*Home training*/
.home_training{
    padding: 50px 0 0 0 ;
}
/*ENd home training*/
/*HOme about*/
.home_about {
    position: relative;
    overflow: hidden;
}
.home_about .overlay{
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.heading_border {
    height: 3px;
    width: 46px;
    margin-bottom: 17px;
}
.bg_blue {
    background: #ff8d00 !important;
}
.heading > p{
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    color: #5a5a5a;
}
.heading h1{
    margin: 5px 0 15px 0;
    color: #002661;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.heading h1 span{
    color: #ff8d00;
}
.home_about .info{
    z-index: 99;
    position: relative;
}
.home_about .info a{
    text-decoration: none;
}
.home_about .info a p{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #fff;
}
.home_about .video a{
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
.home_about .info .more{
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    background: #ff8d00;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    width: 150px;
    margin: 35px auto;
    display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    float: none;
}
.home_about .info:hover .more{
    background: #002661;
}
/*HOme about*/
/*Home Service*/
.home_service{
    padding: 50px 0;
}

.snip1543 {
    background-color: #fff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1543 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
}

.snip1543:before,
.snip1543:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: #ff8d00;
    opacity: 0.5;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.snip1543:before {
    -webkit-transform: skew(30deg) translateX(-80%);
    transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
    -webkit-transform: skew(-30deg) translateX(-70%);
    transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0;
    padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff8d00;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    content: '';
    opacity: 0.5;
    z-index: -1;
}

.snip1543 figcaption:before {
    -webkit-transform: skew(30deg) translateX(-100%);
    transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
    -webkit-transform: skew(-30deg) translateX(-90%);
    transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
}

.snip1543 h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
}

.snip1543 p {
    font-size: 0.9em;
}

.snip1543 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.9;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
    -webkit-transform: skew(30deg) translateX(-20%);
    transform: skew(30deg) translateX(-20%);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
    -webkit-transform: skew(-30deg) translateX(-10%);
    transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
    -webkit-transform: skew(30deg) translateX(-40%);
    transform: skew(30deg) translateX(-40%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
    -webkit-transform: skew(-30deg) translateX(-30%);
    transform: skew(-30deg) translateX(-30%);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.snip1543.height {
    height: 519px;
}
/*End Home Service*/
/*testimonials*/


#owl-demo2 .item{
    margin: 10px;
}

.testimonials #owl-demo2 .item img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
}
.testimonials #owl-demo2 .item .text{
    background: #002661;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 35px 20px 10px 20px;
    margin-top: -40px;
    height: 275px;
}
.testimonials #owl-demo2 .item .text p{
    color: #fff;
    font-size: 15px;
    text-align: center;

}
.testimonials #owl-demo2 .item .name{
    background: #f7f7f7;
    box-shadow: 0 13px 10px -9px #a6a6a6;
    padding-bottom: 15px;
    padding-top: 20px;
    border-radius: 0 0 5px 5px;
}
.testimonials #owl-demo2 .item .name h3{
    text-transform: uppercase;
    color: #ff8d00;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.testimonials #owl-demo2 .item .name .position{
    line-height: 25px;
    margin: 0;
    color: #5a5a5a;
    text-align: center;
    width: 100%;
    font-size: 16px;
    display: block;
}
.testimonials .heading{
    text-align: center;
}
.testimonials .heading_border{
    margin-left: 48%;
}
.testimonials #owl-demo2 .owl-controls{
    display: none !important;
}
/*End testimonials*/
/*Home news*/
.home-news{
    padding: 0;
}
#owl-demo3 .item {
    margin: 10px;
}
figure.snip1249 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: #1a1a1a;
    color: #ffffff;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
figure.snip1249 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
figure.snip1249 .image {
    position: relative;
}
figure.snip1249 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1249 i {
    position: absolute;
    top: 7px;
    left: 12px;
    font-size: 32px;
    opacity: 0;
    z-index: 2;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
figure.snip1249 h3 {
    margin: 0;
    color: #002661;
    font-weight: 300;
    text-transform: uppercase;
}
figure.snip1249:before,
figure.snip1249:after {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1249:before {
    background-color: #002661;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
    border-right: 1px solid #002661;
}
figure.snip1249:after {
    background-color: #ff8d00;
    -webkit-transform: skew(-45deg) translateX(-175%);
    transform: skew(-45deg) translateX(-175%);
    border-right: 1px solid #ff8d00;
}
figure.snip1249 figcaption {
    padding: 25px 80px 25px 25px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    font-size: 0.9em;
    height: 250px;
}
figure.snip1249 figcaption p {
    margin-bottom: 15px;
}
figure.snip1249 figcaption:before {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-color: #002661;
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
    border-right: 1px solid #002661;
}
figure.snip1249 .add-to-cart {
    display: inline-block;
    width: auto;
    border: 2px solid #002661;
    padding: 0.4em 0.6em;
    color: #002661;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9em;
    text-transform: uppercase;
}
figure.snip1249 .add-to-cart:hover {
    background-color: #002661;
    color: #ffffff;
}
figure.snip1249 .price {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 800;
    font-size: 1.2em;
    text-align: center;
}
figure.snip1249 .price s {
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    opacity: 0.8;
}
figure.snip1249:hover i,
figure.snip1249.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
figure.snip1249:hover h3,
figure.snip1249.hover h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
figure.snip1249:hover:before,
figure.snip1249.hover:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}
figure.snip1249:hover:after,
figure.snip1249.hover:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: skew(-45deg) translateX(-75%);
    transform: skew(-45deg) translateX(-75%);
}
#news  .heading{
    margin-top: 20px;
}
#news figure.snip1249{
    margin-bottom: 20px;
}
/*End Home news*/
/*Home partner*/
.home_partner {
    padding: 50px;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100px;
    /* 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;
}
/*End Home partner*/
/*Contact*/
#map{
    width: 100%;
    height: 400px;
    margin: 0 !important;
}
#contact .comment_wrapper{
    position: relative;
    overflow: hidden;
    text-align: center;
}
#contact  .comment_wrapper form{
    overflow: hidden;
    width: 780px;
    margin: 50px auto;
}
#contact .comment_wrapper form label{
    color: #002661;
    text-align: left;
    display: block;
}
#contact .comment_wrapper form .input{
    margin-top: 20px;
}
#contact .comment_wrapper .addr_section{
    color: #002661;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: bold;

}
#contact .comment_wrapper .addr_section:before{
    content: '';
    position: absolute;
    left: 75px;
    bottom: -15px;
    background-color: #ff8d00;
    height: 4px;
    width: 51px;
}
#contact .comment_wrapper .comment_section{
    width: 50%;
    float: left;
}
#contact .comment_wrapper .comment_section .form-control{
    width: 95% !important;
}
#contact .comment_wrapper textarea{
    width: 50%;
    float: left;
    height: 112px;
    margin-top: 20px;
}
#contact .comment_wrapper .submit{
    float: left;
    margin: 30px 0 0 -80px;
    position: relative;
}
#contact .comment_wrapper .submit:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    background: url(../images/send.png) no-repeat left top;
    width: 32px;
    height: 32px;
    left: 10px;
}
#contact .comment_wrapper .submit input{
    border: none;
    color: #fff;
    font-size: 22px;
    background: #ff8d00;
    display: block;
    padding: 13px 30px 13px 70px;
}
/*End Contact*/
/*About*/
#about .vision{
    padding: 50px 0 0 0;
}
#about .proteamlogo{
    display: block;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}
.snip1515 {
    font-family: 'Open Sans', Arial, sans-serif;
    position: relative;
    float: left;
    margin: 10px 1%;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
}

.snip1515 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.snip1515 .profile-image {
    display: inline-block;
    width: 80%;
    z-index: 1;
    position: relative;
    padding: 10px;
    border: 2px solid #ff8d00;
}

.snip1515 .profile-image img {
    max-width: 100%;
    vertical-align: top;
}

.snip1515 figcaption {
    width: 100%;
    background-color: #F2F2F2;
    color: #555;
    padding: 125px 25px 25px;
    margin-top: -100px;
    display: inline-block;
    height: 375px;
}

.snip1515 h3,
.snip1515 h4,
.snip1515 p {
    margin: 0 0 5px;
}

.snip1515 h3 {
    font-weight: bold;
    font-size: 15px;
    color: #484747;
}

.snip1515 h4 {
    color: #555;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 13px;
}

.snip1515 p {
    font-size: 14px;
    letter-spacing: 0px;
    opacity: 0.9;
    margin: 0;
}

.snip1515 .icons {
    text-align: center;
    width: 100%;
}

.snip1515 i {
    padding: 10px 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #e8b563;
    opacity: 0.75;
}

.snip1515 i:hover {
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/*End About*/
/*Service*/
#service .navlist{
    list-style: none;
    margin-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
}
#service .navlist li{
    width: 20%;
    float: left;
    background: #002661;
    border-right: 1px solid #fff;
    transition:all 0.5;
}
#service .navlist li:hover{
    background: #ff8d00;
}
#service .navlist li a{
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}
#service .news-more ul{
    margin-left: 35px;
}
#service .news-more ul li,#service .news-more ul li a{
    font-size: 16px;
    line-height: 23px;
}
#service .news-more p{
    font-size: 16px;
    line-height: 23px;
}
#service .link{
    display: block;
    background: #ff8d00;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 150px;
    margin-top: 50px;
}
#service #owl-demo4{
    margin: 50px 0;
}
#service #owl-demo4 .item{
  margin: 3px;
}
#service #owl-demo4 .item img{
  display: block;
  width: 100%;
  height: auto;
}
#service #owl-demo4 .owl-controls {
    display: none !important;
}
/*End Service*/
/*Training*/
.training-info{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.home .training-info{
    padding: 0  ;
}
.training-info ul{
    padding-left: 50px;
}
.training-info p,.training-info ul li{
    color: #555;
    font-size: 15px;
}
.training .heading p span{
        color: #ff8d00;
}
#training .traininglist{
    position: relative;
    display: block;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#training .traininglist:before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#training .traininglist:hover::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
#training .traininglist.id347,#training .traininglist.id348,#training .traininglist.id349{
    margin-top: 55px;
}
.home_training .traininglist.id347,.home_training  .traininglist.id348,.home_training  .traininglist.id349{
    margin-top: 0 !important;
}
#training .traininglist.id347{
    background: #2690b1;
}
#training .traininglist.id348{
    background: #28bba3;
}
#training .traininglist.id349{
    background: #30bed5;
}
#training .traininglist.id350{
    background: #f06354;
}
#training .traininglist.id351{
    background: #fdc24d;
}
#training .traininglist.id353{
    background: #e5c580;
}
#training .traininglist h1{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#training .traininglist .italic{
    font-style: italic;
}
#training .traininglist p{
    color: #fff;
    text-align: center;
    font-style: italic;
}
#training .traininglist a{
    text-decoration: none;
}
#training .traininglist table{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 5%;
    border: none;
    height: 705px;
}
#training .traininglist table tbody{
    width: 100%;
}
#training .traininglist table tbody td,#training .traininglist table tbody td p{
    text-align: center;
    color: #fff;
    margin: 0;
}
#training .traininglist table tbody td em{
    color: #fff;
}
/*End Training*/
/**/
/*Footer*/
#footer{
    position: relative;
    padding: 60px 0 30px 0;
    background: #002661;
    margin-top: 50px;
}
#footer p{
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: left;
    margin: 0;
}
#footer p span{
    color: #fff;
    padding-right: 10px;
    font-weight: 500;
}
#footer .info .addr{
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    font-size: 15px;
}
#footer .info.af{
    margin-top: 10px;
}
#footer .info.af p{
    float: left;
    width: 50%;
    margin-top: 13px;
    font-size: 15px;
}
#footer .ftmenu a{
    text-decoration: none;
    font-size: 14px;
    padding-left: 7px;color: #858585;
    width: 100%;
    display: block;
}
#footer .footmenu{
    float: right;
}
#footer .footmenu a{
    text-decoration: none;
    font-size: 14px;
    padding-left: 7px;color: #858585;

}
#footer .footmenu a:hover{
    color: #fff;
}
.fbot{
    background: #002661;
}
.footer-bottom{
    position: relative;
    border-top: 1px solid #e3e3e5;
    padding: 20px 0;
}
.footer-bottom .cr1{
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
.footer-bottom #modiw a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
.footer-bottom #modiw {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    float: right;
}
/*End Footer*/
.home_video{
    margin-top: 50px;
}