body {
    font-size: 14px;
}

.theme-subtitle {
    font-size: 16px;
}


/** adjusting header menu to new content**/


/** removing the space reserved for the searchbox on the right, the 200px**/

.main-header .header-lower .outer-box {
    padding: 0;
}


/** adding padding to email box in header menu**/

.top-right.header-padding ul>li {
    padding: 10px 0;
}


/* replacing the background image on services page */

.features-section .middle-image {
    background: url(../images/icons/circle-icon.png) center center no-repeat;
}

.logo.centrix-logo {
    margin-top: 10px;
}


/* setting the website theme color */

.centrix-secondary-color {
    color: #88B743;
}

.centrix-action-color {
    color: #3CCD0F;
}

.bg-centrix-action-color {
    background: #3CCD0F;
}

.neutral-color,
.neutral-color a {
    color: #6f8fa8;
}

.neutral-color a:hover {
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/* setting footer color to centrix color */

.footer-upper.centrix-secondary-color .column h2:after,
.bg_orange.centrix-secondary-color {
    background: #88B743;
}

.main-footer .contact-info li .bullet.centrix-secondary-color,
.theme-subtitle {
    color: #88B743;
}


/* setting the main slider bottom radio like buttons to theme color */

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
    border-color: #88B743 !important;
}

.accordion-box.style-one .accordion .acc-btn.active .toggle-icon {
    background: #88B743;
    border-color: #88B743;
    box-shadow: 0px 0px 2px 0px #88B743;
    -webkit-box-shadow: 0px 0px 2px 0px #88B743;
    -ms-box-shadow: 0px 0px 2px 0px #88B743;
    -o-box-shadow: 0px 0px 2px 0px #88B743;
    -moz-box-shadow: 0px 0px 2px 0px #88B743;
}

.bg_red.centrix-action-color,
.accordion-box.style-two .accordion .acc-btn.active .toggle-icon {
    background: #3CCD0F;
}

.styled-list-one li::before,
.featured-icon-column .icon,
.new-theme-color a {
    color: #3CCD0F;
}

.new-theme-color-black a {
    color: #3a3a3a;
}

.preloader {
    background-image: url(../images/icons/loader.gif);
}

.down-arrow {
    background: url(../images/icons/down-arrow.png) center center no-repeat;
}

.theme-btn.rounded-btn-blue.new-theme-color {
    background: #3CCD0F;
    border: 1px solid #3CCD0F;
}

.rounded-btn-blue.new-theme-color:hover {
    background: #ffffff;
    color: #3CCD0F;
    border-color: #3CCD0F;
}

#a-propos {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.scroll-to-top {
    background: #88B743;
    border: 1px solid #88B743;
}

.default-section .column {
    margin-bottom: 30px;
}

.hidden {
    display: none!important;
}

img.img-png-adjust {
    height: 200px;
}

.icon-column h3.montserrat-font.text-bold,
.featured-icon-column h3.text-bold,
.text-bold {
    font-weight: bold;
}

.image.centered-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.default-section .column.rm-bottom-margin {
    margin-bottom: 0;
}

.default-section.scroll-to-this.rm-padding-bottom {
    padding-bottom: 0;
}

.normal-section.half-section.adjust-bg:after {
    background: #ffffff;
}

.resize-text {
    max-width: 900px;
    margin: 0 auto;
}


/** keeping the logo on the left at all times**/

@media only screen and (max-width: 1140px) {
    .header-lower .logo {
        float: left !important;
    }
    /** removing extra margin on menu items to keep it contained in 100px height header**/
    .main-menu .navigation>li {
        margin-left: 0;
    }
    img.img-png-adjust {
        display: none;
    }
}


/** removing extra margin on menu items to keep it contained in 100px height header**/

@media only screen and (max-width: 1023px) {
    .main-menu .navigation>li {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    /** removing extra padding in small screens**/
    .main-menu .navbar-header {
        padding: 0;
    }
    /** hamburger menu vertically centered**/
    .main-menu .navbar-header .navbar-toggle {
        margin: 33px 0px;
    }
    /* adjust hamburger menu to theme color */
    .main-menu .navbar-header .navbar-toggle {
        border: 1px solid #88B743;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #88B743;
    }
    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        background: #88B743;
    }
    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        background: #88B743;
    }
    .main-menu .navbar-collapse>.navigation {
        background: #88B743;
    }
    .main-menu .collapse.in,
    .main-menu .collapsing {
        border: 1px solid #88B743;
    }
}