.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline: none;}

a:hover,.btn{text-decoration: none;}
.no-p-l{padding-left: 0 !important;}
.no-p-r{padding-right: 0 !important;}
.no-padding{padding: 0 !important;}
.m-l-auto {margin-left: auto}
.m-r-auto{margin-right: auto}
.m-t-10{margin-top: 10px}
.margin-bottom-10{margin-bottom: 10px}
section{padding: 50px 0}
.section-title{margin-bottom: 30px;}
.section-title h3{font-size:22px;font-weight: bold;}
.section-desc{margin-bottom: 30px}
.section-img {margin-bottom: 30px}
.section-img img{margin: 0 auto}
.section-footer{margin-top: 50px}

.more-btn{
    background: #FFA906;
    color: #fff;
    padding: 5px 15px;
    box-shadow: 0px 0px 5px 2px #ccc;
}

.more-btn:hover{color: #fff;text-decoration: none;background: #b67700;}
section.slider{padding: 0 !important;}
.tp-caption.large_bold_white{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif}
.tp-caption .more-box{margin-top: 30px;text-align: center}
.tp-caption .short-desc{padding: 0 5px}
.tp-caption a {
    color:#fff;
    text-shadow: rgb(101, 101, 101) 2px 2px 5px;
    font-family: Tahoma;
    font-size: 18px;
    text-decoration: underline;
}

.tp-caption a:hover {
    color:#3b3bae;
}
.bg-gray{
    background-color: #F6F6F6;
}
.bg-white{
    background-color: white;
}
.owl-theme .owl-controls {margin-top: 15px;}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #ffa906;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffa906;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask,.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
}
/********* view-first *******/
/***************************/
.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.view .mask .box-tools{
    position: absolute;
    top: 50% ;
    width: 100%;
    z-index: 11;
    margin-top: -25px;
}

.view .mask .box-tools a i{
    font-size: 21px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.view-first .mask .mask-bg {/*background-color: #A3A3A3;*/}
.view .mask .box-tools a i{background: rgb(253, 168, 6);color: #fff;}
.view .mask .box-tools a:hover i{background: #fff;color: rgb(253, 168, 6);}
.box-tools{ margin:15px 0;}
.slider{position: relative}
.header-social{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-social ul{margin: 0;padding: 0;float: right;}
.header-social li {
    display: inline-block;
    float: right;
    border-right: 1px solid #fff;
}
.header-social li:first-child {border-right:0}
.header-social ul li a {background: #A3A3A3;color: #fff;width: 30px;height: 30px;display: block;text-align: center;line-height: 30px;}
.header-social ul li a:hover {
    background:  rgb(253, 168, 6);color:#fff;
}
/** welcome */
.welcome{
    background-color: #F6F6F6;
    background-position: right center ;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 75px;
    padding-bottom: 75px;
}
.welcome .title {margin-bottom: 30px;color: #58585A;font-weight: bold}
.welcome .short-desc{overflow: hidden;max-height: 135px;}
.welcome .more-box{margin-top: 35px}
.welcome .more-box .more-btn{padding: 8px 25px}
/** welcome */



/** News */
.home-page .news{

    background-color: #58585A;
}
.news{

}
.news .section-title {color:#fff }
.news .more-btn{
    box-shadow:none;
}
.news .item {margin-bottom: 30px}
.news .item .img-box{position: relative}

.news .item .title{color: #fff;font-weight: bold}
.news .item:hover .title{color: #FFA906;}
.news .item .short-desc{color:#f6f6f6;height: 43px;overflow: hidden;line-height: 20px}
.news .item .more-box{margin:15px 0 }
.news .item .more-box .more-link{color: #FFA906;}
.news .item .more-box .more-link:hover{
    color: #fcb735;
    text-decoration: none;
}
/** Clients */
.clients{}
.clients .section-title{padding-bottom: 20px}
.clients .item{}
.clients .item:hover{}


/* products */
.products .section-title {
    margin-bottom: 50px;
}
.products{
    background-color: #F6F6F6;
}
.products .item .title {margin-bottom: 5px;font-size: 20px;color: #171717;}
.products .item .title a{
    font-size: 20px;
    color: #171717;
}

.products .item .cat{
    font-size: 18px;
    margin-bottom: 15px;
    color: #939393;
}
.products .item .tds{
    margin-bottom: 15px;
}
.products .item .tds a{color: #939393;}
.products .item .tds a:hover{
    color: #FFA906;
}
.products .item:hover .title a:hover{color: #FFA906;}

.item .desc{
    margin-top: 15px;
}
.share{
    margin-top: 15px;
}
/* news_letter */
.news_letter{
    background-color: #C8D9DF;
    background-image: url("../img/news_letter_bg.png");
    background-position: left center ;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
}
.news_letter .section-title{color: #fff}

.news_letter .more-btn{border-radius: 0;padding: 7px 25px;
}
.news_letter .form-group .form-control{width: 250px;}

.news_letter .form-group .form-control,.footer .form-group .form-control{

    background: transparent;
    border-right: 0;
    border-top: 0;
    border-left-width: 1px;
    border-bottom-width: 1px;
    box-shadow: none;
    border-color: #fff;
    color: #fff;
    font-size: 16px;

}

.news_letter .form-group i{
    color: #fff;
    font-size: 28px;

}
.form-control{ border-radius: 0;}
/* Details */
section.details{}
section.details .description{}
section.details .img-box{float: right;width: 400px;margin-left: 30px}
section.details .img-box img{}


.contact .map{}
.contact .map{}
/* Footer*/
.footer{
    background-color: #FEB930;
    color: #fff;
    padding: 50px 0;
}
.footer .title{font-size: 24px;margin-bottom: 20px;text-shadow: #c8c8c8 0px 0px 2px;}
.footer .footer-info .desc{margin-bottom: 8px}
.footer .footer-info .address,
.footer .footer-info .mobile,
.footer .footer-info .email {line-height: 35px;font-size: 16px;}
.footer .footer-info .address i,
.footer .footer-info .mobile i,
.footer .footer-info .email i {font-size: 24px;width: 25px;text-align: center;margin-right: 10px}

.footer .footer-info .address i{font-size: 26px;}
.footer .footer-info .email i{font-size: 20px;}
.footer .footer-info .mobile i{font-size: 32px;}

.footer .footer-info .social{margin-bottom: 15px;margin-top: 15px;}
.footer .footer-info .social ul li{margin-right: 10px;display: inline-block}
.footer .footer-info .social ul li:last-child{margin-right: 0;}

.footer .footer-info .social ul li a{
    display: block;
    color: #fff;
    font-size: 18px;
}
.footer .footer-info .social ul li a:hover{color: #58585A;}


.footer .footer-info .logo-box{padding-top: 10px;}


.footer-contact{

}



.footer .footer-contact .btn{
    background: #fff ;
    color: #FEB930;
    border-radius: 0;
    padding: 7px 25px;
    border: 0;
    box-shadow: 0px 0px 2px 1px #ddd;
}
.footer .footer-contact .btn:hover{background:#58585A;color: #fff}
.footer .footer-contact .copyright{margin-top: 30px;}
.footer .footer-contact .copyright,.footer .footer-contact .copyright a{font-size: 12px}
.footer .footer-contact .copyright a{color: #fff}
.footer .footer-contact .copyright a:hover{color: #58585A}

#toTop{
    position: fixed;
    z-index: 9999;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    opacity: 1;
    filter: alpha(opacity=70);
    text-align: center;
    padding-top: 3px;
    display: none;
}
#toTop i {
    color: #fff;
    font-size: 30px;

}
#toTop{background: #FFA906;}
#toTop:hover{background: rgba(255, 169, 6, 0.85);}