

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    display:inline-block;
    vertical-align: top;
    top: 4px;
}.custom-select

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: transparent;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 1px;
    width: 0;
    height: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 13px;
    right: 1px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: whitesmoke;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.select-items div.disabled:hover{
    background-color: transparent;
}

.custom-select img{
    width: 24px;
    height: 16px;
}

.switcher {
    margin-left: 15px;
    position: relative;
    border: none;
    border-left: 1px solid #EAEAEA;
    background: none;
}
.switcher .custom-select{
    border: none;
    background: none;
    padding: 0;
}

#scrollUp{
    display: none !important;
}

.dropdown-menu > li > a{
    padding: 10px 20px;
}

a.single-service-part{
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a.single-service-part:hover *{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-member-dec div.front, .single-member-dec div.back{
    position:absolute;
    left:0;
    top:0;
    box-shadow:0 8px 5px hsla(0,0%,0%,.2);
    transition:.8s;
}

.single-member-dec .back{
    outline:1px solid transparent;
    background:#191919;
    overflow:hidden;
    backface-visibility:hidden;
    transform-style:preserve-3d;
    transform:rotatey(-180deg);
    -webkit-transform-style:preserve-3d;
    -webkit-backface-visibility:hidden;
    -webkit-transform:rotatey(-180deg);
}
.single-member-dec div.front{
    outline:1px solid transparent;
    overflow:hidden;
    transform-style: preserve-3d;
    backface-visibility:hidden;
    -webkit-transform-style:preserve-3d;
    -webkit-backface-visibility:hidden;
    background: darkgrey;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}


.single-member-dec div.front img{
    width: 100%;
    height: 100%;
}
.single-member-dec .back{
    display: table;
}

.single-member-dec:hover .back{
    transform:rotatey(0);
    -webkit-transform:rotatey(0);
}
.single-member-dec:hover div.front{
    -webkit-transform:rotatey(180deg);
    transform:rotatey(180deg);
}

.single-member-dec .back p{
    color: white;
}

.single-member-dec{height:400px;width:280px}
.single-member-dec > div{width:100%;height: 100%;}
.single-member-dec > div > div{padding: 20px;}

.single-member-dec > div.back > div.content{
    vertical-align: middle;
    display: table-cell;
}

.single-member-dec > div.back > div.content > .name{
    font-size: 15px;
    font-weight: bold;
}
.single-member-dec > div.back > div.content > .job{
    font-size: 13px;
    font-weight: 600;

}
.single-member-dec > div.back > div.content > .desc{
    margin-top: 20px;
    font-size: 13px;
}

.single-member-dec > div.front > .name{
    position: absolute;
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
    color: white;
    bottom: 0;
    left: 0;
    background:#191919;
}

.project-lightbox-middile p, .project-lightbox-middile h4, .project-lightbox-middile button{
    color: #fff;
    opacity: 0;
    transition: all 1s ease;
}

.project-lightbox-middile .button{
    margin: 20px 20px 0 0;
    text-align: right;
}

.project-lightbox-middile .button button{
    color: #54636A;
    background: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.project-lightbox-middile .button button i{
    margin-right: 5px;
}

.single-project:hover .project-lightbox-middile p, .single-project:hover .project-lightbox-middile button{
    opacity: 1;
}

.contact-form::before{
    border: none;
}

.mr-1{
    margin-right: 3px;
}

.form-content input, .form-content select {
    height: 50px;
    background-color: white;
}
.form-message textarea{
    background-color: white !important;
}
.single-page-title p{
    color: white;
    margin-top: -13px;
}

.sent-button-w{
    background: white !important;
    color: #54636A;
}

.news-content h2{
    color: #54636A;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 15px;
    display: block;
}

.news-info{
    color: #777;
    display: inline-block;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    text-align: left;
    width: 100%;
    vertical-align: top;
}

.news-info .bg-news{
    background: lightgrey;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    display: block;
}

.news-info:hover .news-content {
    box-shadow: none;
}

.bold-btn-more{
    padding: 4px 8px;
    font-size: 12px;
    text-transform: initial;
    margin-top: 10px;
}

.news-info .news-content{
    padding-bottom: 8px;
}

.news-info:hover .bold-btn-more:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section-padding-head{
    padding: 150px 0;
}

.label-theme{
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
}

.label-theme-other{
    float: right;
    margin-top: 0;
    font-size: 11px;
    font-weight: 600;
}

.label-theme-list{
    margin: 8px 0 16px 0;
    display: inline-block;
}

.author-content{
    margin-top: 60px;
}

.row-center{
    text-align: center;
}

.label-black{
    background: white;
    color: #191919;
    padding: 5px 10px;
}

.single-page-title .label-black{
    padding: 5px 10px;
}
.single-page-title h2{
    margin-bottom: 25px;
}
.single-page-title p{
    margin-bottom: 15px;
}

.newsletter-btn{

}

.newsletter-btn-loading{
    width: 100% !important;
    background: #353535 !important;
}
.newsletter-btn-success{
    width: 100% !important;
    background: #5cb85c !important;
}
.newsletter-btn-success:before{
    background: #5cb85c !important;
}

.newsletter-msg-success{
    border-radius: 5px;
    font-size: 12px;
    padding: 16px;
    margin-top: 4px;
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
    cursor: default;
}

.newsletter-msg-success-valid{
    border-radius: 5px;
    font-size: 12px;
    padding: 16px;
    margin-top: 4px;
    position: absolute;
    width: 100%;
    text-align: left;
    cursor: default;
}


.newsletter-msg-error{
    border-radius: 5px;
    font-size: 12px;
    padding: 16px;
    margin-top: 4px;
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
}

.newsletter-form {
    padding: 80px 0;
}

.contact-msg-success{
    border-radius: 5px;
    font-size: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.contact-msg-error{
    border-radius: 5px;
    font-size: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.contact-btn-loading{
    background: #353535 !important;
}
.contact-btn-success{
    background: #5cb85c !important;
}
.ncontact-btn-success:before{
    background: #5cb85c !important;
}

.form-error input, .form-error textarea, .form-error select{
    border: 1px solid red !important;
}

.form-error label{
    color: red;
}

.form-message textarea{
    margin-bottom: 0;
    padding: 10px 10px!important;
}
.form-error ul{
    list-style: none;
    color: red;
    margin: 0;
    padding: 0;
    font-size: 11px;
    margin-top: 5px;
}
.row-submit{
    margin-top: 20px;
}

.testmonial-content-w .owl-dot {
    background-color: #191919;
    display: inline-block;
    height: 5px;
    margin: 0 2px;
    width: 25px;
}
.testmonial-content-w .owl-dot.active {
    background-color: white;
}

.testmonial-content-w .owl-dots {
    bottom: 80px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.testmonial-content-w .owl-nav{
    display: none;
}
.testmonial-content-hw .owl-nav{
    display: none;
}


.testmonial-content-w .owl-dots {
    bottom: -40px;
}


.testmonial-content-hw{
    width: 330px;
    margin: auto;
}

.testmonial-content-hw .owl-item{
    opacity: 0.5;
}
.testmonial-content-hw .owl-item.active.center{
    opacity: 1;
}

.testmonial-content-hw .avatar{
    width: 90px;
    height: 90px;
    padding: 0 10px;
}

.testmonial-content-hw .avatar-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.form-checkbox{
    margin-top: 20px;
}

.form-checkbox input{
    height: 14px;
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.form-checkbox label{
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: -2px;
    width: 90%;
    vertical-align: top;
}

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

    .col-sm-4 {
        display: inline-block !important;
        float: none;
        width: 33%;
    }

    .form-checkbox label{
        width: 80%;
    }
}

.single-member-dec{
    margin-left: auto;
    margin-right: auto;
}

.blog-content{
    padding: 40px 0px;
}

#wrapper{
    padding: 40px;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
    color: #54636A;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

#wrapper p, #wrapper .gjs-cell > div, #wrapper > div{
    font-size: 13px;
    margin-bottom: 21px;
}

#wrapper blockquote{
    background-color: #F9F9F9;
    border-right: 5px solid #54636A;
    border-left-color: #54636A;
    color: #1a1a1a;
    font-size: 13px;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px;
}

.single-project{
    height: 300px;
    width: 100%;
    background-color: #efefef;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-project .project-lightbox-middile p{
    font-size: 12px;
    padding: 0 8px;
}

.single-partners-brand .element{
    display: block;
    width: 100%;
    height: 70px;
    max-width: 130px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-menu {
    z-index: 9997 !important;
    padding: 10px 0;
}

.navbar-default .navbar-nav > li > a{
    padding: 22px 10px;
}

.select-selected{
    padding: 16px 16px;
}

.single-post-top-area h2, .single-post-top-area p, .single-post-top-area i{
    color: white;
}

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

    .section-padding-head{
        padding: 100px 0;
    }
}

@media only screen and (min-width: 991px) {
    .navbar-header .custom-select {
        display: none;
    }
}

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

    .header-menu {
        padding: 15px 0;
    }

    .navbar-default .navbar-toggle{
        right: 0;
    }

    .navbar-collapse .custom-select{
        display: none !important;
    }

    .navbar-header .custom-select{
        position: relative;
        float: right;
        top: 0;
        right: 25px;
    }

    .custom-select img{
        width: 28px;
        height: 19px;
    }

    .iso-item{
        position: initial !important;
    }
}

.modal-open{
    overflow: hidden;
    height: 100%;
}

#contentWrapper {display:unset;}

/***
* Reset CSS
*/
#tarteaucitronRoot{
    z-index: 9999 !important;
}
#tarteaucitronRoot div, #tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*background: initial;*/
    text-align: initial;
    text-shadow: initial;
}

/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tarteaucitronRoot a:focus, #tarteaucitronRoot button:focus {
    /*outline: 2px solid #cb3333;*/
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
    margin-top: 0!important;
}

div#tarteaucitronServices {
    margin-top: 21px!important;
}

#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}

div#tarteaucitronServices {
    box-shadow: 0 0 35px #575757;
}


.main-footer-area .signature{
    color: white;
    font-size: 12px;
}

.main-footer-area .signature a{
    color: white;
    font-size: 12px;
}
.main-footer-area .signature a:hover{
    text-decoration: underline;
}

.main-footer-area .signature a, .main-footer-area .signature p{
    display: inline-block;
    vertical-align: top;
}

#tarteaucitronIcon{
    display: none !important;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {

    .main-footer-area{
        padding: 25px 0 !important;
    }

    .main-footer-area .signature{
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    .select-selected{
        padding: 7px 16px;
    }
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
        margin-bottom: 5px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .select-selected{
        padding: 7px 16px;
    }
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

.spacer-20 {
    height: 20px;
    display: block;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.madeby2gether{
    color: white;
    font-size: 12px;
}
.madeby2gether a{
    color: white;
    font-weight: 500;
}

.madeby2gether span.love{
    color: white;
    font-size: 15px;
    line-height: 12px;
}
.madeby2gether span.two{
    font-size: 12px;
    font-weight: 500;
}

.row-center .col-sm-4{
    vertical-align: top;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig{
    background: white;
}
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert{
    color: black;
}

#tarteaucitronIcon{
    z-index: 1000;
}

.copy-right p {
    text-transform: initial;
}

.float-right{
    float: right;
}

.main-footer-area{
    padding: 50px 0 70px 0;
}


.blog-content p, .blog-content span, .blog-content > div, .blog-content > div > div, .blog-content > div > div > div,
.gjs-dashed p, .gjs-dashed span, .gjs-dashed > div > div, .gjs-dashed > div > div > div, .gjs-dashed > div > div > div > div{
    color: #333 !important;
    font-weight: 400;
    line-height: 1.6 !important;
    font-family: sans-serif, 'Raleway' !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    letter-spacing: unset !important;
}
.blog-content blockquote, .gjs-dashed blockquote{
    margin-bottom: 20px !important;
}
.blog-content > ul, .gjs-dashed > ul{
    margin-bottom: 20px !important;
}


.gjs-dashed > div > div, .blog-content > div{
    padding: 0 !important;
}


.blog-content ul, .gjs-dashed ul{
    text-indent: 0px;
    list-style: disc;
    padding-left: 50px;
    font-family: sans-serif, 'Raleway' !important;
    font-size: 14px !important;
    color: #333 !important;
    -webkit-font-smoothing: initial !important;
    letter-spacing: unset !important;
}
.blog-content ul li, .gjs-dashed ul li{
    font-family: sans-serif, 'Raleway' !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: initial !important;
    letter-spacing: unset !important;
}

.gjs-cell{
    vertical-align: top;
}

.gjs-cell img.largelimit150{
    width: 100% !important;
    max-width: 150px;
    height: auto !important;
    margin: auto;
    display: block;
}

.gjs-cell img.largelimit250{
    width: 100% !important;
    max-width: 250px;
    height: auto !important;
    margin: auto;
    display: block;
}

.gjs-cell img.largelimit350{
    width: 100% !important;
    max-width: 320px;
    height: auto !important;
    margin: auto;
    display: block;
}


.blog-content a, .gjs-dashed a{
    font-weight: 700;
}
.blog-content h1, .gjs-dashed h1{
    color: #54636A;
}
.blog-content h2, .gjs-dashed h2{
    color: #54636A;
}
.blog-content h3, .gjs-dashed h3{
    color: #54636A;
}
.blog-content h4, .gjs-dashed h4{
    color: #54636A;
}
.blog-content h5, .gjs-dashed h5{
    color: #54636A;
}
.blog-content h6, .gjs-dashed h6{
    color: #54636A;
}


.blog-content i, .gjs-dashed i{
    font-style: italic !important;
}

.back .contactInfo {
    font-size: 11px !important;
    text-align: center;
    margin-top: 0px;
}

.testmonial-dec .role {
    margin-bottom: 17px;
}

.address-info .address p{
    margin: 0;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}
.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-sortable-handle {
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    padding: 20px;
    border-radius: 0;
    color: #fff;
    border: 0 none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.ui-accordion-header-icon {
    display: none;
}

.ui-accordion-header .fa-arrow-right{
    transition: all 0.5s;
    margin-right: 10px;
}

.choose-us-content-left{
    width: 40%;
}
.choose-us-content-right{
    width: 60%;
}

.ui-accordion-header-active .fa-arrow-right{
    transition: all 0.5s;
    transform: rotate(90deg);
}


.ui-accordion-header-active{
    color: #191919 !important;
    background: rgba(255,255,255,0.9) !important;
}

.ui-accordion-content-active{
    background: white!important;
    color: #191919 !important;
}

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

    .choose-us-content-left{
        width: 0;
    }
    .choose-us-content-right{
        width: 100%;
    }

}

.address-info ul{
    width: 100%;
}
.address-info  ul li{
    width: 100%;
    padding: 10px 20px;
    background: white;
    border-radius: 0.35rem;
    border: 1px solid #ccc;
    border-left: 10px solid #191919;
}

.address-info  ul li .block{
    padding-left: 30px;
    position: relative;
}

.address-info  ul li .block .fa{
    position: absolute;
    left: 5px;
    top: 4px;
    color: #54636A;
}

.address-info  ul li .block{
    margin-bottom: 5px;
}
.address-info  ul li .name{
    font-weight: bold;
    color: #191919;
}

.address-info  ul li .role{
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}

.address-info  ul li .block.last{
    margin-bottom: 0;
}
.address-info  ul li .block .fa-map-marker{
    font-size: 20px;
    left: 5px;
    top: 0px;
}
.mt-0{
    margin-top: 0 !important;
}

.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-sortable-handle {
    font-size: 15px;
    line-height: 23px;
}

.single-service-part {
    padding: 0px 0px !important;
    height: 260px;
}



.m-homepage.active > a, .m-homepage > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-homepage::before{
    border-color:  #8D724A !important;
}

.m-team.active > a, .m-team > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-team::before{
    border-color:  #8D724A !important;
}
.m-services.active > a, .m-services > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-services::before{
    border-color:  #8D724A !important;
}
.m-clients.active > a, .m-clients > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-clients::before{
    border-color:  #8D724A !important;
}
.m-testimonies.active > a, .m-testimonies > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-testimonies::before{
    border-color:  #8D724A !important;
}
.m-faqs.active > a, .m-faqs > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-faq::before{
    border-color:  #8D724A !important;
}
.m-contact.active > a, .m-contact > a:hover{
    color: #8D724A !important;
    transition: all 0.5s;
}
.bold-heading h2.m-contact::before{
    border-color:  #8D724A !important;
}
.dropdown-menu > li > a {
    text-transform: initial;
}
.bold-btn{
    background-color: #8D724A;
}
.slider-area .owl-dot, .testmonial-content .owl-dot{
    background-color: #8D724A;
}
.slider-wraper .owl-nav div{
    background-color: #8D724A;
}
#preloader{
    background-color: white;
}
.slider-info p{
    font-style: italic;
}
.slider-info h3{
    font-size: 35px;
}
.slider-info{
    padding-left: 30px;
    padding-right: 30px;
}
.hvr-rectangle-out:hover{
    color: #191919;
}
.hvr-rectangle-out::before{
    background: white;
    border: 1px solid #191919;
}
.single-member-dec > div.front > .name{
    color: #191919;
    background: white;
    font-weight: 600;
}
#loader{
    border-top-color: rgba(141, 114, 74, 1);
    position: relative;
}
#loader::before{
    border-top-color: rgba(141, 114, 74, 1);
}
#loader::after{
    border-top-color: rgba(141, 114, 74, 0.5);
}
.loaderi{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    top: 50%; left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}
.iso-nav li:hover, .portfolio-active{
    background: rgba(141, 114, 74, 1);
}
.iso-overflow{
    transition: 0.6s all;
    background: rgba(141, 114, 74, 0.8);
}
.single-project .project-lightbox-middile p{
    font-size: 12px;
    padding: 0 20px;
}
.formnewsletter button{
    background-color: rgba(141, 114, 74, 1);
}
.testmonial-content-w .owl-dot{
    background-color: rgba(141, 114, 74, 1);
}
.choose-us-content{
    background-color: rgba(141, 114, 74, 1);
}
.address-info ul li{
    border-left: 10px solid rgba(141, 114, 74, 1);
}
.project-lightbox-middile h4{
    padding: 0 20px;
}
.address-info ul li .name{
    color: rgba(141, 114, 74, 1);
}
.header-top{
    background-color: #8D724A;
}
.single-member-dec .back{
    background-color: #8D724A;
}
.single-member-dec .back p{
    color: white;
}
.bold-heading h2::before
{
    border-bottom: 5px solid #8D724A;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background: rgba(141, 114, 74, 1);
}

.blog-content-area{
    min-height: auto;
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #8D724A!important;
        color: #fff!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #8D724A!important;
        color: #fff!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .navbar-default .navbar-toggle {
        background-color: #8D724A!important;
    }
}

.main-footer-area{
    background-color: #8D724A;
}


@media only screen and (max-width: 767px){
    .navbar-default .navbar-toggle{
        background-color: #8D724A;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px){
    .gjs-cell {
        width: 100% !important;
        display: block;
    }
    .gjs-cell {
        height: auto !important;
        min-height: 30px;
        margin: 20px 0;
        display: block;
        width: 100%;
    }
}

blockquote{
    border-right: 5px solid #8D724A;
    border-left-color: #8D724A;
    color: #8D724A;
}

.font-weight-bold{
    font-weight: bold;
}

@media only screen and (max-width: 767px){
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #8D724A !important;
        color: #fff!important;
    }
}

@media only screen and (max-width: 990px) {
    .navbar-nav li {
        display: block !important;
        float: none;
        padding: 0 !important;
    }
}
@media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0 !important;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-left: 8px solid #8D724A;
    }
}

.dropdown-backdrop{
    display: none !important;
}