/*----------------------------------------*/
/*  2.2.0  Service CSS
/*----------------------------------------*/
.service_area{
    padding: 80px 0px;
}
.single-service{
    width: 25%;
    float: left;
}
.single-banner{
    width: 33.333333%;
    float: left;
    position: relative;
}
.single-banner img{ width:100%; height:395px;}
.single-service{
    padding-left: 4%;
}
.service-icon{
    float:left;
    border: 1px solid #B9A745;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin-right: 12px;
}
.service-icon img{
    padding-top:25%;
}
.service-info{
    display: block;
}
.service-info h2{
    margin-bottom: 0px;
}
.service-info h2 a{
    color: #b9a745;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 6px;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-info h2 a:hover{
    color: #282828;
}
.service-info p{
    font-size: 14px;
    color: #282828;
    font-family: 'montserratlight';
    margin: 0;
}
/*----------------------------------------*/
/*  2.3.0  Banner CSS
/*----------------------------------------*/
.banner-area{
    position: relative;
}
.banner-area > a {
    position: absolute;
    top: 152px;
    left: 62px;
}
.single-banner .slider-button, .section-button .slider-button{
    background: #B9A745 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 5px 1px 25px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 33px;
    margin-top: 8px;
}
.banner-area .slider-button {
    left: 14%;
    position: absolute;
    top: 53%;
}
.section-button .slider-button{
    margin-top: 40px;
}
.single-banner a.slider-button i, .section-button a.slider-button i {
    background: #282828 none repeat scroll 0 0;
    border-radius: 50%;
    color: #B9A745;
    height: 27px;
    line-height: 26px;
    margin-left: 15px;
    text-align: center;
    width: 27px;
}
.single-banner a.slider-button:hover i, .section-button a.slider-button:hover i{
    color: #fff;
}
.single-banner > a.border-hover, .single-big-banner > a.border-hoverr, .from-blog-img > a.border-hover {
    display: block;
	position: relative;
	width: 100%;
}
.single-banner > a.border-hover::before, .single-big-banner > a.border-hover::before, .from-blog-img > a.border-hover::before{
    border: 0 solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    opacity: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 9;
}
.single-banner > a.border-hover:hover::before, .single-big-banner > a.border-hover:hover::before, .single-from-blog:hover .from-blog-img > a.border-hover::before{
    border: 15px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.single-banner:hover > a.slider-button, .single-big-banner:hover > .section-button a.slider-button{
    color: #000;
}
/*----------------------------------------*/
/*  2.8.0  From Blog CSS
/*----------------------------------------*/
.from-blog-area {
    padding: 30px 0 60px 0;
}
.blog-margin {
    margin-left: 0px;
    margin-right: 0px;
    }
.from-blog-area .section-title{
    margin-bottom: 50px;
}
.from-blog-text {
    background: #ebebeb none repeat scroll 0 0;
    padding: 48px 28px;
}
.from-blog-text h5{
    margin-bottom: 5px;
}
.from-blog-text h5 a{
    font-size: 20px;
    color: #282828;
    font-family: 'montserratsemi_bold';
    text-transform: capitalize;
}
.from-blog-text h5 a:hover{
    color: #b9a745;
}
.from-blog-text h6{
    font-size: 22px;
    color: #b9a745;
    font-family: 'Niconne', cursive;
}
.from-blog-text p{
    font-size: 14px;
    color: #494949;
    font-family: 'montserratlight';
    margin-top: 15px;
    line-height: 25px;
}
.from-blog-area .section-button a{
    font-size: 11px;
    padding: 0px 3px 0px 15px;
    margin-top: 5px;
    float: left;
    margin-right: 20px;
}
.from-blog-area .slider-button{
   line-height: 26px; 
}
.from-blog-area a.slider-button i{
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    width: 20px;
}
.comment-like{}
.comment-like ul li i{
    color: #a6a6a6;
    font-size: 12px;
    margin-right: 5px
}
.comment-like ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.from-blog-area .col-md-4 {
    padding: 0;
}
.comment-like ul li{
    display: inline-block;
    color: #a6a6a6;
    font-size: 12px;
    margin-right: 30px;
    padding-top: 10px;
}
.comment-like ul li:last-child{
    margin-right: 0px;
}
/*----------------------------------------*/
/*  2.9.0  Testimonial CSS
/*----------------------------------------*/
.testimonal-area{
    background: url(../images/bg.jpg)no-repeat scroll center center;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.testimonal-total{
    
}
.single-testimonial {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}
.testimonial-img {
    display: inline-block;
    float: left;
}
.testimonial-info {
    overflow: hidden;
    padding-left: 23px;
    padding-right: 40px;
    padding-top: 5px;
    position: relative;
    background: url(../img/icon/quote.png)no-repeat scorll 0 0;
    z-index: 99;
}
.testimonial-info:after {
    position: absolute;
    right: 90px;
    bottom: 20px;
    content: "";
    background: url(../img/icon/quote.png);
}
.testimonial-info h5{
    font-size: 20px;
    color: #b9a745;
    font-family: 'montserratsemi_bold';
}
.testimonial-info span{
    font-size: 14px;
    color: #a6a6a6;
    margin-left: 15px;
    font-family: 'montserratlight';
    float: none;
}
.testimonial-info p{
    font-size: 12px;
    color: #494949;
    font-family: 'montserratlight';
    line-height: 20px;
}
/*----------------------------------------*/
/*  2.10.0  Client CSS
/*----------------------------------------*/
.client-area{
    position: relative;
    padding: 80px 0;
}
.single-client img {
  border: 1px solid #dddddd;
}
.client-owl{
    display: block;
}
.single-client {
    margin-bottom: 1px;
}
.client-owl .col-md-2{
    width: 100%;
}
.client-area.home-two .slider-button.margin-allowed {
  display: inline-block;
}
.client-area .section-title > h4{
    margin-bottom: 50px;
}
.section-title h4, .section-tab-menu ul li a{
    text-transform: uppercase;
    font-size: 20px;
    color: #282828;
    font-family: 'montserratsemi_bold';
    display: block;
}
.single-client > a {
    display: block;
    text-align: center;
    width: 100%;
}
.from-blog-img img{width:100%;height:337px;}
.testimonial-img img{width:185px;height:160px;}

.navbar-static-top{ float:left}
.navbar{background-color:rgba(0,0,0,0.5);height:80px;border-bottom-width: 0px;border-bottom-style: none; margin-bottom:0; height:80px; width:100%; position:fixed; left:0; top:0; z-index:20}
#navbar { margin-left:145px; text-align:center; }
.top_a1 { float: right; margin: 0px 13px 0px 17px; }
.navbar .container ul.navbar-nav { float: right; width:100%; }
.navbar-inverse .navbar-nav > li > a.nav_a { line-height:80px; font-size: 16px; padding: 0px 15px 0px 30px; color: #e5e5e5; border-top: 2px solid transparent;}
.navbar .container{position:relative;}
.navbar-inverse .navbar-nav > li > a.nav_a.on,.navbar-inverse .navbar-nav > li > a.nav_a:hover{ padding-top: 0px; border-top: 2px solid #FFFFFF; font-weight: bold; color: #FFF; }
.navbar-nav > li{ position: relative; display: inline-block; float: none; margin: 0px 2px; }
.navbar-nav > li:hover .subMenu{display:block;}
.navLayer { width:125px; padding: 12px 0px 20px; position: absolute; left: 0px; top: 80px; background: rgba(0, 0, 0, 0.5); display: none; }
.navLayer dd { width:100%; line-height: 34px; height: 34px; background: url(../images/navIcion.png) no-repeat 25px center; overflow: hidden; text-align: left; float: left; padding: 0px 20px 0px 42px; color: #FFF; }
.navLayer2{ left:auto; right:0}
.cor_bs,.cor_bs:hover{color:#fff}