@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,900');
body {
font-family: "Heebo", sans-serif;
        font-size: 15px;
    color: #8f9aa7;
    line-height: 1.7em;
    background-color: #ffffff;
}
h1, h2, h3, h4 {
font-weight: bold;
}

/**********************************header*******************************/
.main{ padding-top: 100px;}
.scrolling-down.main-menu {padding: 5px 0;}
.navbar-toggler {
    border: none;
}
/********************************Menu******************************************/

nav li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
}
.overlay-nav li {
    margin-bottom: 1em;
}
/*********************************Home page***********************************/
.serviceNumR .sow-headline-container p.sow-sub-headline{  font-weight: bold;position:relative;}
.serviceNumR .sow-headline-container p.sow-sub-headline:before {
content: "";
    background-color: #cee002;
    width: 80px;
    height: 4px;
    position: absolute;
left: auto;
    right: -92px;
    bottom: 20px;
}
.text-right p{text-align:right!important;}
.serviceNum .sow-headline-container p.sow-sub-headline{  font-weight: bold;position:relative;}
.serviceNum .sow-headline-container p.sow-sub-headline:before {
    content: "";
    background-color: #cee002;
    width: 80px;
    height: 4px;
    position: absolute;
    left: -92px;
    bottom: 20px;
}
.sow-headline-container p.sow-sub-headline span{font-weight: 500; position:relative;}
.sow-headline-container p.sow-sub-headline span:after{
content: "";
    background: #cee002;
    width: 50px;
    height: 1px;
    position: absolute;
       right: -60px;
    top: 12px;
}
.big p {
font-size: 21px;
    font-weight: 300;
    color: #676e72;
    line-height: 1.6em;
    margin: 0 0 1.5em;
}
.serviceB .service_top{text-align: left!important;}
.service_top .content h3{      font-size: 24px;     margin: 20px 0!important; position:relative;
    line-height: 29px;
    font-weight: 300;
}
.service_top .icon_image img {
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service_top:hover .icon_image img {
    top: -10px;
}
.home h3.widget-title{    color: #414141;    font-size: 18px;
    line-height: 1.7em;}
/*****************************footer********************************/
footer{padding: 100px 0;     
color: #e0dfdf;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
footer .footer-widget {
    color: #fff;
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e7e5e536;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li{     display: list-item;
    position: relative;
    width: 100%;
    text-align: left; margin-bottom: 10px;}
.custom-html-widget ul li span{color: #a6a4af;}
/********************************Page interne**********************/
.subheader {padding: 100px 0 100px; background-size: auto; margin-bottom: 0; }
.archive h1, .single h1 {
    text-transform: uppercase;
    text-align: center;
}
.single .related {color: #2a2a2a;    text-transform: uppercase;}
.thumb-cover {
margin-right: 20px;
}
.znBoxShadow {
    -webkit-box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
    box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
}
.widget_sidebar {
    margin-bottom: 3em;
}
.widget_sidebar .sidebar-widget {
    color: #2a2a2a;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
}
.widget_sidebar .sidebar-widget:after, .widget_sidebar .sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.widget_sidebar .sidebar-widget:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.widget_sidebar .sidebar-widget:after {
    width: 50px;
    border-bottom: 1px solid #a0ad02;
}
.text-center p{text-align:center!important}

.single .related{border-top: 1px solid #ececec;    padding-top: 20px;
    margin-top: 25px;}

.single .post-data{
margin-bottom: 50px;
padding: 60px 60px 60px 0;
}

 .widget_sidebar p, .widget_sidebar a {
    font-size: 13px;
} 
.post-inloop {
    margin-top: 50px;
    position: relative;
    border: 1px solid #eee;
}
.archive .readmore{position:relative;overflow: hidden;
     padding: 9px 15px;
    font-size: 13px;
margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.archive h2 {
    padding: 30px 0 0;
}
.archive .readmore::before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    width: 50px;
}
.archive .readmore:hover:before {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
}
.single .subheader{background-position: center!important;}
.archive h2 a {
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
}
.archive h2 a:hover {    text-decoration: none;}
.single h2, .single h3, .single h4, .single h5, .single h6 {
    font-size: 20px;
    color: #2a2a2a;
}
.sidebar{    padding-top: 60px;}
/********************************responsive************************************/
@media only screen and (max-width: 900px) {
.home h1 {
    line-height: 32px !important;
    font-size: 27px !important;
}
.home h2 {
    line-height: 32px !important;
    font-size: 23px !important;
}
dl, ol, ul {padding-left: 0;}
.single .post-data {padding: 30px;}
.sidebar {margin-top: 0; padding-top: 0;}
}
/********************************slider revslider******************************************/
.intro-slide{    text-transform: uppercase;
position: relative;
padding-left: 85px!important;
}
.intro-slide:before{    content: "";
    background-color: #fff;
    width: 60px;
    height: 0.5px;
    position: absolute;
    left: 0;
    top: 10px;}
.rev_slider h1{  text-transform: uppercase;}

/**********************************************carousel**************************************/
.owl-carousel .owl-item .element {margin: 0 5px; background:#fff}
.carousel-content .title{
    margin-bottom: 0!important;
    padding: 0px 0 20px;
    margin: 0;
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
    color: #2a2a2a;
    font-weight: 500;
}
.carousel-content .title:before{      content: "";
    background-color: #cee002;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 8px;
    top: calc(31% - 2px);}
.arrow-left,.arrow-right{
    top: 41%!important;
    background-color: #fff;
    width: 50px;
    height: 50px!important;
    line-height: 52px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    color: #323434;
    -webkit-box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 6px 53.01px 3.99px rgba(0, 0, 0, 0.08);
}
/********************************/