#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative,
#Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky {
    background-color: #0e0e11;
}

#Top_bar .menu>li>a {
    color: #8e8e8e;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;	
	font-size: 	13px;
}

#Top_bar .menu>li>a span:not(.description){
	padding: 0 14px;	
}

#Top_bar .menu>li.current-menu-item>a,
#Top_bar .menu>li.current_page_item>a,
#Top_bar .menu>li.current-menu-parent>a,
#Top_bar .menu>li.current-page-parent>a,
#Top_bar .menu>li.current-menu-ancestor>a,
#Top_bar .menu>li.current-page-ancestor>a,
#Top_bar .menu>li.current_page_ancestor>a,
#Top_bar .menu>li.hover>a {
    color: #0faad8;
}

.tp-caption.mfnrs_biker_large_light,
.mfnrs_biker_large_light {
    font-size: 60px;
}

.home-service img{
    max-width: 100%;
    align-self: center;
    background: rgba(190, 220, 67, 0.46);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

#home-about{
	float: right;
	text-align: justify;	
	margin: 0;	
	padding: 20px;	
	background-color: rgba(0,0,0,.5);	
	max-width: 390px;
}

#home-about .desc{
	padding: 0;
}


#home-about h3 {
    font-size: 26px;
}

#home-about  h2 {
    font-size: 35px;
    line-height: 1.2;	
}

#home-about  h2 strong {
    color: #e0f97a;
}

#home-about  p {
    font: normal normal 14px/30px "Roboto", Arial, Tahoma, sans-serif;
}

#home-about .offer_thumb {
	padding: 0;	
}

#home-contact {
    text-align: center;
    font-size: 20px;
}

#home-contact a {
    color: #000;
    display: inline-block;
    font: normal normal 14px/30px "Roboto", Arial, Tahoma, sans-serif;
    margin: 10px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#home-contact a:hover {
    color: #28aac7;
    text-decoration: none;
}

#home-contact .svg-inline--fa {
    font-size: 30px;
}

#home-contact span {
    display: block;
}

body:not(.template-slider) #Header_wrapper.about {
    background-image: url(../images/fumicar_about.jpg);
}

#about-main > div{
	width: 50%;
	padding: 15px;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#about-main p {
    font: normal normal 18px/30px "Roboto", Arial, Tahoma, sans-serif;
    margin-bottom: 10px;
}

#about-main img{
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: #aae5f7;
	padding: 10px;
}

#about-main p strong {
    font-weight: normal;
    color: #0faad8;
}

#about-main p:not(:last-child):after {
    display: block;
    position: static;
    content: 'â—†';
    margin: 5px auto;
    color: #c9e265;
    font-size: 12px;
}

#about-slider{
	position: relative;
}

#about-slider .slick-slide:before{
	display: block;
	content: '';
	position: absolute;
	width:300px;
	height:300px;
	background: url(../images/fumicar_logo_big.png) center no-repeat / 100%;
	    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
    opacity: .5
}

#about-slider-inner {
    margin-bottom: -110px;
}

#about-slider .section-decoration.bottom {
    position: relative;
    z-index: 999;
}

#main-services{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

#main-services > .column{
    float: none;
    background: #fff;
    -webkit-transition: background .8s;
    -o-transition: background .8s;
    transition: background .8s;
      -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#main-services > .column:hover{
    background: #c9e265;
}

#main-services > .column > div, 
#main-services .hover_color_bg,
#main-services .hover_color_bg a,
#main-services .hover_color_wrapper{
    height: 100%;
}

#main-services .hover_color_bg a{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: column; 
}


#main-services-btn {
    max-width: 300px;
    display: block;
    height: 30px;
    margin: 30px auto;
    background: #c9e265;
    font: normal bold 15px/30px "Roboto", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.service-content{
    display: none;
    font: normal bold 15px/30px "Roboto", Arial, Tahoma, sans-serif;
}

.service-content h2{
    font-size: 18px;
}

.service-content p{
    max-width: 600px;
    margin: 0 auto 10px;
}

.service-content strong{
    font-weight: bold;
    
    margin: 10px 0;
    text-transform: uppercase;
}

.service {
    font: normal normal 18px/.8 "Roboto", Arial, Tahoma, sans-serif;    
    position: relative;
    width: 200px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    margin-bottom: 30px;
    color: #0e0e11;
}

.service img{
	max-width: 100%;
	align-self: center;
	background: rgba(190, 220, 67, 0.46);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.services-small-wrapper{
	max-width: 767px;
	margin: 0 auto;
}

body:not(.template-slider) #Header_wrapper.services {
    background-image: url(../images/fumicar_services.jpg);
    background-position: center bottom;
}

body:not(.template-slider) #Header_wrapper.solar {
    background-image: url(../images/fumicar_solar.jpg);
    background-position: center;
}

.solar-img {
    width: 100%;
}

#solar-main p {
    font: normal normal 18px/1.2 "Roboto", Arial, Tahoma, sans-serif;
}

#contact .image_wrapper .svg-inline--fa {
    font-size: 30px;
    color: #000;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}



#contact .image_wrapper a:hover .svg-inline--fa {
    color: #28aac7;
    text-decoration: none;
}

#contact .column_image {
    margin-bottom: 10px;
}

body:not(.template-slider) #Header_wrapper.contact {
    background-image: url(../images/fumicar_contact.jpg);
    background-position: center 0;
}


#Footer{
    font-family: "Roboto", Arial, Tahoma, sans-serif;;
}
#wsapp-btn{
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;    
    width: 50px;
}
#wsapp-btn img{
    width: 100%;
}

#footer-social-sticky{
    position: fixed;
    right: 10px;
    top: calc(75% - 100px);
    height: 200px;
    z-index: 9999999999
}

#footer-social-sticky a{
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    float: none;
    cursor: pointer;

}
#footer-social-sticky-whatsapp{
    background-color: #32b021
}
#footer-social-sticky-facebook{
    background-color: #3a5a97
}
#footer-social-sticky-instagram{
    background-color: #d32681
}
#footer-social-sticky-envelope{
    background-color: #757575
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

@media screen and (max-width: 991px) {
    #main-services > .column{
        margin-bottom: 30px;
    }
	.equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner {
        -webkit-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
}

@media only screen and (max-width: 767px) {

    #Top_bar,
    #Action_bar {
        background-color: #0e0e11 !important;
    }

    #Top_bar .responsive-menu-toggle{
        color: #2195af;
    }

    .service {
    	margin: 25px auto;

    }

    #about-main > div{
    	width: 100%;
    	margin-bottom: 50px;
    }  

    #footer-social-sticky{
        position: fixed;
        right: unset;
        top: unset;
        bottom: 0;
        left: 0;
        height: 50px;
        width: 100%;
        text-align: center;
        display: flex;        
    }  

    #footer-social-sticky a{
        display: inline-block;
        width: 25%;
    }
    
}