/*HEADER*/

body.remove-footer-top .footer {
    margin-top: 0 !important;
}

.disclaimer-wrapper {
    text-transform: initial !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
}
.custom-modal-eco p {
    margin-bottom:0;
}

.custom-modal-eco ul {
    margin-bottom:0;
}
.filter.active {
    box-shadow: none !important;
}
.logo-image-empty {
    font-size: 24px;
    height: 56px;
    text-align: center;
    line-height: 57px;
    color: #0091ea;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
}

.on-scroll .logo-image-empty {
    color: #FFFFFF !important;
}

a.drawer-brand:hover .logo-image-empty {
    opacity: 1;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.eco-contact-infos {
    display: inline-block;
    float: right;
    font-size: 0;
}

.eco-contact-infos ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0 !important;
}

.eco-contact-infos ul li {
    font-size: 12px;
    display: inline-block;
    float: left;
    border-right: 1px solid #e9e8e8;
    position: relative;
    padding: 0 15px 0 15px;
    line-height: 38px;
    color: #888888;
}
.list_of_components.eco_main_content {
    margin-bottom: 20px;
}
.eco-contact-infos ul li:first-child {
    border-left: 1px solid #e9e8e8;
}

.eco-contact-infos ul li.drawer-dropdown ul.drawer-dropdown-menu {
    display: none;
}

.eco-contact-infos input {
    height: 30px !important;
    margin: 4px !important;
    width: 200px;
    padding: 0 !important;
}

.eco-contact-infos ul li.drawer-dropdown a {
    padding: 0;
    line-height: 38px;
    height: 38px;
    text-transform: capitalize;
    font-size: 12px;
}

.eco-contact-infos ul li i {
    padding: 0px 10px 0px 0px;
}

.eco-contact-infos ul li a {
    color: #888888 !important;
}

.eco-social-links {
    display: inline-block;
    float: left;
}

.eco-social-links ul {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.eco-social-links ul li:first-child {
    border-left: 1px solid #e9e8e8;
}

.eco-social-links ul li {
    display: inline-block;
    float: left;
    height: 37px;
}

.eco-social-links ul li a {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    color: #888888;
    line-height: 37px;
    border-right: 1px solid #e9e8e8;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.eco-social-links ul li a:hover {
    background: #444;
}

.eco-contact-infos ul li.drawer-dropdown {
    position: relative;
}

.eco-contact-infos ul li.drawer-dropdown ul li {
    border: 0;
}

.eco-contact-infos ul li.drawer-dropdown ul {
    z-index: 9999999999999999;
    left: -1px;
}

.eco-contact-infos ul li.drawer-dropdown ul.drawer-dropdown-menu li:first-child {
    border-top: 0 !important;
}

.eco-contact-infos ul li.drawer-dropdown ul.drawer-dropdown-menu li {
    border-top: 1px solid #e9e8e8;
}

.eco-contact-infos ul li.drawer-dropdown ul.drawer-dropdown-menu li.active {
    background: #f7f7f7;
    pointer-events: none;
}

.eco-contact-infos ul li.drawer-dropdown a span {
    color: #888888 !important;
}

.eco-contact-infos ul li.drawer-dropdown a:hover span {
    text-decoration: underline !important;
    color: #888888 !important;
}

.eco-contact-infos ul li.drawer-dropdown a:hover {
    text-decoration: none !important;
    color: #888888 !important;
}

/*Filters*/

.filter_options .ahrefbtn {
    padding: 0;
}

.filter_options a {
    color: inherit !important;
    text-decoration: none !important;
    padding: 15px 25px;
    width: 100%;
    text-align: left;
}

.form-fitler-wrapper {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.filter_options.active {
    pointer-events: none !important;
    box-shadow: none !important;
}

.filter_options label:hover {
    cursor: pointer;
    background: #4a5b64!important;
    color: white;
}

.filter_options {
    list-style: none !important;
    border-bottom: 1px solid #ebebeb;
    height: 55px;
}

.filter_options input {
    visibility: hidden;
    display: none;
}

.filter_options label {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    place-content: center start;
}

/*SEARCH*/

.search_button {
    width: 49px;
    border-left: 1px solid #e9e8e8;
    border-right: 1px solid #e9e8e8;
    padding: 0 !important;
    cursor: pointer;
    z-index: 99;
    background: white;
}

.search_wrapper {
    position: absolute;
    top: 0;
    width: calc(100% - 79px);
    height: 56px;
}

.search_wrapper .search input {
    height: 56px !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0;
}

.search_wrapper .search {
    height: 56px !important;
    margin: 0 !important;
    border: 0 !important;
    width: 0%;
    padding: 0;
    right: 0;
    float: right;
    z-index: 9;
    transition: width;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
}

.search_wrapper.reveal-search .search {
    width: 100%;
    transition: width;
    transition-duration: 0.25s;
    transition-timing-function: ease-in;
}

.search_button i.close {
    display: none;
}

button.search_button.drawer-search_button {
    display: none;
}

.search_button .search__close {
    position: absolute;
    top: 20px;
    right: 13px;
    width: 20px;
    height: 20px;
}

.search_button.open-search .search {
    display: none;
}

.search_button.open-search .close {
    display: block;
}

.search_wrapper.reveal-search input {
    padding: 15px;
}

.search_wrapper.reveal-search {
    border-left: 1px solid #e9e8e8;
    z-index: 10;
}

body.search-open .search-toggle {
    display: block;
}

/* body.search-open {
    overflow: hidden!important;
    position: fixed !important;
    right: 0;
    left: 0;
    width: 100%;
} */

.search-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.search_button.open-search .search__open {
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(2rem);
    transform: rotate(45deg) translateX(2rem);
    transition: opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s, opacity 0.1s 0.3s;
    transition: transform 0.2s 0.2s, opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
}

.search_button .search__open {
    position: absolute;
    top: 18px;
    right: 13px;
    width: 20px;
    height: 20px;
    border: 2px solid #0091ea;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    transition: opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
    transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s;
    transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
}

.search_button .search__open:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 22px;
    width: 2px;
    height: 12px;
    background: #0091ea;
    border-radius: 0.6rem;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(225deg) translateX(3rem);
    transform: rotate(268deg) translateX(0);
    transition: width 0.2s 0.8s;
}

.search_button .search__close:before, .search_button .search__close:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0091ea;
    border-radius: 0;
    opacity: 0;
}

.search_button .search__close:before {
    -webkit-transform: rotate(-45deg) translateX(2rem);
    transform: rotate(-45deg) translateX(2rem);
    transition: opacity 0.1s 0.1s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.1s 0.1s;
    transition: transform 0.2s, opacity 0.1s 0.1s, -webkit-transform 0.2s;
}

.search_button .search__close:after {
    -webkit-transform: rotate(45deg) translateX(2rem);
    transform: rotate(45deg) translateX(2rem);
    transition: opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s, opacity 0.1s 0.3s;
    transition: transform 0.2s 0.2s, opacity 0.1s 0.3s, -webkit-transform 0.2s 0.2s;
}

.search_button.open-search .search__close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    transition: opacity 0.1s 0.6s, -webkit-transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58);
    transition: transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.6s;
    transition: transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.6s, -webkit-transform 0.2s 0.6s cubic-bezier(0.73, 0.14, 0.4, 1.58);
}

.search_button.open-search .search__close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    transition: opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
    transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s;
    transition: transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58), opacity 0.1s 0.8s, -webkit-transform 0.2s 0.8s cubic-bezier(0.73, 0.14, 0.4, 1.58);
}

/*Inner Paginated page*/
.md-tabs .nav-item.open .nav-link, .md-tabs .nav-link.active {
    background-color: rgb(124, 179, 66) !important;
}
.eco_treattile h2 span {
    font-weight: bold;
    color: #7cb342;
}

.eco_treattile h2 {
    margin-top: 0;
    color: #0091ea;
}

.eco_treattile .page-header {
    margin-top: 0;
}

.eco_widgetcategories {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.eco_widgetcategories ul {
    display: block;
    padding: 0;
    margin: 0;
}

.eco_postimg_inner ul li {
    display: inline-block;
    width: calc(100% / 4 - 6%);
    margin: 2%;
    list-style: none;
    padding: 0;
}

.eco_postimg_inner ul li a:hover {
    background: #0091ea;
    color: #f7f7f7;
    transition: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out;
}

.eco_postimg_inner .title {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    display: block;
    padding: 7px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}

.eco_widget figure:after {
    content: '';
    background: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.25;
    height: 100%;
}

.bottom-contents-wrapper {
    margin: 15px auto;
}

.service-bottom-wrapper {
    background: #f7f7f7;
    padding: 15px;
    text-align: center;
    height: 200px;
    overflow: hidden;
    border-bottom: 2px solid #0091ea;
    margin-bottom: 20px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.service-bottom-wrapper .icon-wrapper {
    font-size: 46px;
    color: #0091ea;
    margin-bottom: 10px;
}

.service-bottom-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0091ea;
}
.service-bottom-wrapper:hover .icon-wrapper {
    color: white;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.service-bottom-wrapper:hover .title {
    color: white;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.service-bottom-wrapper:hover {
    background: #0091ea;
    border-bottom: 2px solid #7cb342;
    color: white;
    cursor:pointer;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}
.service-bottom-wrapper .description {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    height: 51px;
    margin: 0 auto;
    font-size: 14px;
    line-height: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sweet-alert .btn-info {
    background: #0091ea !important;
}

figcaption.home-productPower {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0091ea;
    padding: 0 12px;
    color: white;
    z-index: 9;
}

figcaption.home-productPower.left{
    left: 25px !important;
}
.eco_widget figcaption .caption {
    height: 80px;
    padding: 5px;
    opacity: 1;
    z-index: 9;
    text-transform: uppercase;
    color: white;
    line-height: 24px;
    font-size: 15px;
    width: 100%;
    margin: 44px auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    place-content: center;
}

.eco_widget figcaption .caption i {
    font-size: 56px;
}

.eco_widget figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    padding: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
}

.eco_widget img {
    margin: 0 !important;
}

.eco_widget figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.eco_widget figcaption .eco_btns {
    position: relative;
    top: -6px;
}

.eco_widget {
    position: relative;
    /* height: 100%; */
    overflow: hidden;
    margin-bottom: 40px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
}

.eco_postimg_inner ul li a {
    width: 100%;
    display: inline-block;
    padding: 12px;
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    color: #0091ea;
    transition: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-in-out;
}

.eco_postimg_inner ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.eco_postimg_inner {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.eco_widgetcategories li.active a {
    background: #4a5b64;
    color: white;
    pointer-events: none !important;
}

.eco_widgetcategories li a {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    display: block;
    padding: 15px 25px;
}

.eco_widgetcategories li {
    display: block;
    list-style: none !important;
    border-bottom: 1px solid #ebebeb;
    line-height: 24px;
}

.eco_widgetcategories li a:hover {
    background: #4a5b64;
    color: white;
}

/*PAGINATION CONTENT*/

.card-wrapper .card-footer {
    margin-bottom: 0;
}

.card-wrapper {
    margin-bottom: 20px;
}

.pageNavigation-paging {
    width: 100%;
    padding: 50px 0 50px;
    text-transform: uppercase;
    font-size: 14px;
}

.main-part-wrapper {
    width: 100%;
}

.pageNavigation-paging ul li a:hover {
    background: #0091ea;
    color: white;
}

.pageNavigation-paging ul li a.active {
    background: #0091ea !important;
    color: white !important;
    pointer-events: none;
    cursor: no-drop;
}

.pageNavigation-paging ul li a {
    width: 60px;
    height: 30px;
    display: block;
    color: #0091ea;
    text-align: center;
    position: relative;
    line-height: 30px;
    border: 1px solid #0091ea;
    outline: 0 !important;
    text-decoration: none !important;
}

.pageNavigation-paging ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    line-height: inherit;
    list-style-type: none;
}

.pageNavigation-paging ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: inherit;
}

.wrapper-pagination-items {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcd8d8;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.pagination-items-photo {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.pagination-item-content {
    float: left;
    width: calc(100% - 620px);
    height: 348px;
    overflow: hidden;
    position: relative;
}

.pagination-item-content #main_content {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.pagination-items-photo {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.pagination-item-content h3 {
    text-transform: uppercase;
    margin-top: 0;
}

.pagination-item-content h3 a {
    color: #0091ea;
}

.flag-display-pagination .timer {
    display: inline-block;
    width: calc(200px - 60px);
    text-align: center;
}

.flag-display-pagination i {
    width: 40px;
    text-align: center;
    display: inline-block;
}

.flag-display-pagination {
    background: #0091ea;
    text-transform: uppercase;
    width: 200px;
    color: white;
    padding: 5px;
    text-align: left;
    border-radius: 4px;
    float: left;
    margin-bottom: 10px;
}

.pagination-items-photo img {
    min-width: 600px;
}

/* PAGE NOT FOUND*/

body.page_not_found {
    background-color: #34383c;
    height: 100%;
    float: left;
    width: 100%;
}

.page_not_found svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
}

.page_not_found .message-box {
    height: 200px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: 50px;
    color: #FFF;
    font-family: Roboto;
    font-weight: 300;
}

.page_not_found .message-box h1 {
    font-size: 60px;
    line-height: 46px;
    margin-bottom: 40px;
}

.page_not_found #Polygon-1, .page_not_found #Polygon-2, .page_not_found #Polygon-3, .page_not_found #Polygon-4, .page_not_found #Polygon-4, .page_not_found #Polygon-5 {
    animation: float 1s infinite ease-in-out alternate;
}

.page_not_found Polygon-2 {
    animation-delay: .2s;
}

.page_not_found #Polygon-3 {
    animation-delay: .4s;
}

.page_not_found #Polygon-4 {
    animation-delay: .6s;
}

.page_not_found #Polygon-5 {
    animation-delay: .8s;
}

.buttons-con a {
    cursor: pointer;
}

@keyframes float {
    100% {
        transform: translateY(20px);
    }
}

/*BLOG*/

.cityinve-comment-author {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 1px;
    color: #0091ea;
    padding-bottom: 10px;
}

.comment-childs {
    float: left;
    width: 100%;
}

.cityinvestment-comment .help-block ul {
    list-style: none !important;
}

.cityinvestment-comment .checkbox {
    text-align: right;
    outline: none;
    color: #666;
    height: auto;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    cursor: pointer;
}

.cityinvestment-comment .checkbox input {
    position: relative;
    height: 14px;
    width: 14px;
    margin: 4px;
    top: 0px;
}

.cityinvest-allowed-tags {
    float: left;
    width: 100%;
    text-align: right;
    font-style: italic;
    font-size: 10px;
    color: #888;
}

.cityinvestment-comment .button-wrapper-blog {
    float: left;
    width: 100%;
}

.post-comments-form-wrapper .quip-success {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.fix-title-blog-regene .quip h3 {
    color: #0091ea;
    font-size: 20px;
    border-bottom: 1px solid #ccc9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cityinvestment-comment textarea {
    min-height: 200px;
    resize: none;
    width: 100% !important;
    padding-bottom: 0;
}

.post-comments-form-wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.cityinvestment-comment {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.comment-childs ol {
    float: left;
    width: calc(100% - 110px);
    margin-left: 110px;
    padding-left: 0 !important;
}

ol.quip-comment-list li {
    float: left;
    width: 100%;
}

.cityinve-comment-meta {
    float: left;
    width: 100%;
}

.cityinve-comment-text {
    color: #0091ea;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
}

.cityinve-comment-right {
    float: left;
    width: 100px;
    text-align: center;
    padding: 6px;
}

.cityinve-comment-body {
    float: left;
    width: 100%;
    padding: 15px 10px 15px 10px;
    background: transparent !important;
}

.cityinve-reply-link a {
    color: #0091ea;
    text-transform: uppercase;
    font-size: 13px;
}

.comment-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 17px;
    left: -8px;
}

.quip-comment-alt .comment-wrapper {
    background: white;
}

.comment-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 0;
    border-color: transparent #ebebeb transparent transparent;
    position: absolute;
    top: 15px;
    left: -10px;
}

.comment-wrapper {
    float: left;
    width: calc(100% - 100px);
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    position: relative;
}

.cityinve-comment-createdon {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 1px;
    color: #888;
    padding-bottom: 10px;
}

.cityinve-comment-right .cityinve-avatar.custom {
    width: 50px;
    margin: 0 auto;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    line-height: 50px;
}

.pagination-items-photo-blog img {
    margin: 0 !important;
    width: 100%;
}

.pagination-items-photo-blog {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.pagination-item-content-blog {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.pagination-items-photo-blog .flag-display-pagination {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 100%;
}

.pagination-items-photo-blog .flag-display-pagination .timer {
    width: calc(275px - 60px);
}

.pagination-items-photo-blog .flag-display-pagination {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 275px;
    visibility: hidden;
}

.pagination-item-content-blog .eco_btns a {
    opacity: 1 !important;
}

.pagination-item-content-blog #main_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.main-wrapper-blog .wrapper-pagination-items {
    padding-bottom: 0 !important;
    overflow: hidden;
}

.blog-widgets.comments ul li span.author {
    font-size: 12px;
    color: #0091ea;
}

.blog-widgets.comments ul li span.ago {
    font-size: 10px;
    color: #999;
}

.blog-widgets.comments ul li span {
    float: left;
    width: 100%;
}

.blog-widgets.comments ul li a {
    float: left;
    width: auto !important;
}

.upper-blog-details a {
    color: #777777;
    font-weight: bold;
}

.upper-blog-details span {
    margin-right: 0;
    color: #0091ea;
    text-transform: uppercase;
}

.upper-blog-details {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.blog-widgets {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.blog-widgets ul li.latestpost-item a {
    padding: 0;
    margin-bottom: 0;
    max-width: 100px;
}

.blog-widgets ul li.latestpost-item .widget-posts-descr h4 a {
    background: transparent !important;
    color: #0091ea;
    float: unset;
}

.pagination-item-content-blog h3 a {
    color: #0091ea;
}

.blog-widgets ul li.latestpost-item {
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
}

.blog-widgets ul li.latestpost-item .widget-posts-descr {
    float: left;
    width: calc(100% - 106px);
}

.blog-widgets ul li.latestpost-item a img {
    padding: 0;
    margin: 0 !important;
}

.blog-widgets h4 {
    color: #0091ea;
}

.blog-widgets ul li.latestpost-item .widget-posts-descr h4 {
    margin: 0;
    font-size: 14px;
}

.blog-widgets ul li.latestpost-item .widget-posts-descr .widget-posts-date {
    color: #999;
    font-size: 9px;
}

.blog-widgets.comments ul li:last-child {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.comment-post-wrapper {
    float: left;
    width: 100%;
}

.blog-widgets.comments ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.blog-widgets ul li {
    list-style: none;
}

.blog-widgets ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.blog-widgets ul li a:hover {
    background: #f7f7f7;
    color: #0091ea;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blog-widgets ul li a {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px;
    background: #0091ea;
    color: white;
    text-decoration: none !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.blog-users-comments-wrapper .quip-comment-right {
    border: 1px solid #58585a;
}

.quip-avatar.custom {
    padding: 0px;
    width: 50px;
    height: 50px;
}

.quip-avatar.custom i {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: white;
}

.main-blog-image {
    margin-bottom: 20px;
}

.main-blog-image img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.next-previous-post-inner-wrapper a:hover {
    font-weight: bolder;
    transition: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-in;
}

.next-previous-post-inner-wrapper a {
    color: #0091ea;
    margin-right: 14px;
    font-size: 15px;
    margin-left: 14px;
    text-transform: uppercase;
    transition: all;
    transition-duration: 0.35s;
    transition-timing-function: ease-out;
}

.next-previous-post-inner-wrapper {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
    margin-bottom: 15px;
    margin-top: 15px;
}

.next-previous-post-inner-wrapper ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
}

.eco_main_content {
    width: 100%;
}

.next-previous-post-inner-wrapper ul li:first-child {
    float: left;
}

.next-previous-post-inner-wrapper ul li:last-child {
    float: right;
}

.next-previous-post-inner-wrapper ul li:last-child a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #0091ea;
    font-size: 18px;
    position: absolute;
    right: 30px;
    line-height: 20px;
}

.next-previous-post-inner-wrapper ul li:first-child a:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #0091ea;
    font-size: 18px;
    position: absolute;
    left: 30px;
    line-height: 20px;
}

/*Custom Hover Animation Pagination*/

.img-hover2 {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.img-hover2:hover {
    background: #0091ea;
}

.img-hover2 img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.img-hover2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.img-hover2:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.img-hover2:hover::before {
    -webkit-transform: scale3d(2, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 2, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

/*STATISTICS*/

.statistics-counter-wrapper {
    width: 100%;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.statistics-counter-wrapper:before {
    background: #000;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.75;
    position: absolute;
}

.devs_stats_count h3 {
    float: right;
    font-size: 82px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.devs_stats_counter {
    position: relative;
    float: right;
}

.devs_stats_countericon i {
       display: flex;
           background: #0091ea;
    align-items: center;
    place-content: center;
    width: 100%;
    height: 100px;
    font-size: 40px;
    color: white;
}

.devs_stats_title {
    float: right;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

.section-title-statistics {
    font-size: 40px;
    line-height: 64px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stats-description {
    color: white;
    text-align: left !important;
}

/*TESTIMONIALS*/

section.testimonials-wrapper {
    width: 100%;
    background: #f8f8f8;
}

.testimonials-slider-inner .testimonials-active .testimonial-quote {
    background: #0091ea;
    color: white;
}

.testimonials-slider-inner .testimonials-active .testimonial-quote:after {
    border-top-color: #0091ea;
}

.testimonial-quote {
    padding: 50px 35px 50px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 27px;
    background-color: #ffffff;
    color: #0091ea;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-shadow: 0 1px 19px rgba(41, 41, 41, 0.15);
    -moz-box-shadow: 0 1px 19px rgba(41, 41, 41, 0.15);
    box-shadow: 0 1px 19px rgba(41, 41, 41, 0.15);
}

.testimonial-wrao-section {
    display: block;
    overflow: hidden;
    text-align: center;
    opacity: 1;
    padding: 0 15px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.testimonial-wrapper-image {
    margin: 20px auto;
}

.testimonial-wrapper-image i {
    font-size: 40px;
}

.testimonial-quote:after {
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-bottom: 0;
    border-top-color: #ffffff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transition: border-top-color 0.35s ease;
    -moz-transition: border-top-color 0.35s ease;
    -ms-transition: border-top-color 0.35s ease;
    -o-transition: border-top-color 0.35s ease;
    transition: border-top-color 0.35s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-user-image.manipulate-image img {
    border-radius: 50%;
    width: 62px;
    height: 62px;
}

.testimonial-user-image.manipulate-image {
    padding: 4px;
    line-height: normal !important;
}

.testimonial-user-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    background: white;
    line-height: 80px;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(41, 41, 41, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(41, 41, 41, 0.15);
    box-shadow: 0 1px 1px rgba(41, 41, 41, 0.15);
}

.testimonial-user-image i {
    font-size: 30px;
}

.testimonial-satisfied-user-info h3 {
    font-size: 16px;
    color: #0091ea;
    font-weight: bold;
}

.testimonial-satisfied-user-info p {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.testimonial-wrao-section:hover .testimonial-quote {
    background: #0091ea;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: white;
}

.testimonial-wrao-section:hover .testimonial-quote:after {
    border-top-color: #0091ea;
    -webkit-transition: border-top-color 0.35s ease;
    -moz-transition: border-top-color 0.35s ease;
    -ms-transition: border-top-color 0.35s ease;
    -o-transition: border-top-color 0.35s ease;
    transition: border-top-color 0.35s ease;
}

/*RESULTS*/

.results-wrapper {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.eco-results-info {
    padding: 10px;
    margin-bottom: 20px;
    background: #0091ea;
    color: white;
}

.eco_sectiondescription p {
    margin: 0;
}

.eco_sectiondescription {
    border: 1px solid #f9f9f9;
    border-top: 0 !important;
    padding: 14px;
}

.eco_results {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.eco_pagination span.simplesearch-current-page {
    background: #0091ea !important;
    color: white !important;
    pointer-events: none;
    cursor: no-drop;
}

.eco_pagination .simplesearch-page {
    width: 60px;
    height: 30px;
    display: block;
    color: #0091ea;
    text-align: center;
    position: relative;
    line-height: 30px;
    border: 1px solid #0091ea;
    outline: 0 !important;
    text-decoration: none !important;
}

.eco_resultnumber {
    position: absolute;
    top: 0;
    color: white;
    font-size: 14px;
    z-index: 999;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #7cb342;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.eco_results:hover .eco_resultnumber {
    background: #f9f9f9;
    color: #0091ea;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.eco_results:hover .eco_sectiontitle h4 a {
    color: #f9f9f9;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.eco_results:hover .eco_sectiontitle h4 {
    background: #0091ea;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.eco_sectiontitle h4 {
    margin: 0;
    width: 100%;
    cursor: pointer;
    background: #f9f9f9;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    padding: 11px 11px 11px 60px;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.eco_sectiontitle h4 a {
    text-decoration: none !important;
    color: #0091ea;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

/*GLOBAL*/

blockquote {
    float: left;
    border-left: 8px solid #0091ea;
    margin-left: 20px;
}

.section-columns figure img {
    width: 100%;
    height: 210px;
}

.fix-height-home-sections-thumbs .section-columns figure img {
    height: 150px;
}

.fix-height-home-sections-thumbs2 .section-columns figure img {
    height: 180px;
}

.section-columns {
    background: #f8f8f8;
    margin: 0 auto;
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    height: 350px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    transition: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.section-wrapper-displayer .swiper-slide .section-columns {
    height: auto !important;
}

.eco_shortcontent_title {
    padding: 15px;
    line-height: 19px;
}

.eco_shortcontent_title.manipulate-padding {
    padding: 0;
}

.eco_shortcontent_title a, .eco_shortcontent_title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #0091ea;
}

.eco_shortcontent {
    padding: 10px 15px 10px 15px;
}

.section-columns figure {
    border-bottom: 2px solid #0091ea;
}

.custom-home-section .swiper-slide .eco_shortcontent {
    height: auto;
    overflow: hidden;
}

.home-section-title {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
    color: #0091ea;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.home-section-title h1 {
    margin-top: 10px;
}

.home-section-title:before, .home-section-title:after {
    bottom: 0;
    left: 50%;
    content: '';
    height: 2px;
    position: absolute;
}

.home-section-title:before {
    z-index: 1;
    width: 240px;
    background: #7cb342;
    margin: 0 0 0 -120px;
}

.home-section-title:after {
    background: #0091ea;
    z-index: 2;
    width: 120px;
    margin: 0 0 0 -60px;
}

.home-section-description {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.section-wrapper-displayer {
    float: left;
    width: 100%;
}

.testimonials-slider-inner {
    float: left;
    width: 100%;
}

.custom-home-section {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    overflow: hidden;
}

.list_of_components {
    width: 100%;
    float: left;
}

.left-right-wrapper {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}

.left-right-wrapper.odd .image-wrapper {
    float: left;
}

.left-right-wrapper .image-wrapper {
    width: 350px;
}

.left-right-wrapper .image-wrapper img {
    margin: 0 !important;
    width: 100%;
}

.left-right-wrapper.odd .description-wrapper {
    padding: 0px 0px 10px 10px;
}

.left-right-wrapper.odd .description-wrapper {
    float: right;
}

.left-right-wrapper .description-wrapper {
    width: calc(100% - 350px);
}

.left-right-wrapper.even .image-wrapper {
    float: right;
}

.left-right-wrapper.even .description-wrapper {
    padding: 0px 10px 10px 0px;
}

.description-content {
    padding-top: 5px;
}

.description-title {
    font-size: 16px;
    font-weight: 700;
    color: #0091ea;
    margin-right: 5px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.description-title:before {
    top: 26px;
    left: 0;
    content: '';
    height: 2px;
    position: absolute;
    z-index: 1;
    width: 60px;
    background: #0091ea;
}

.eco_top_pagetitle:before {
    top: 100%;
    left: 50%;
    content: '';
    height: 2px;
    position: absolute;
    z-index: 1;
    width: 100px;
    background: #fff;
    margin: 0px 0 0 -50px;
}

.eco_top_pagetitle h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
}

.eco_innerpagebanner.eco_parallaximg:before {
    opacity: 0.10;
    background: #000;
}

.breadcrumbs-list .breadcrumb li:first-child a {
    font-size: 16px;
    font-weight: 700;
    margin-right: 5px;
    text-transform: uppercase;
    color: #7cb342;
}

.breadcrumbs-list .breadcrumb li a {
    color: #0091ea;
}

section.product-inner-slider img {
    margin: 0 !important;
}

section.product-inner-slider figcaption {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0091ea;
    padding: 0 12px;
    color: white;
}

.breadcrumbs-list .breadcrumb li {
    color: #0091ea;
}

.breadcrumbs-list {
    display: block;
    overflow: hidden;
    padding: 15px 15px 15px;
    border-bottom: 1px solid #ebebeb;
    background-color: #f8f8f8;
}

.breadcrumbs-list .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent !important;
    border-radius: 0 !important;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.eco_parallaximg:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.90;
    position: absolute;
}

.eco_innerpagebanner {
    height: 260px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.eco_parallaximg {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.eco_innerpagebanner {
    height: 210px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.eco_btns a:hover {
    color: white !important;
    background-color: #0091eab0;
    text-decoration: none !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.eco_btns a {
    outline: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background-color: #0091ea;
    display: inline-block;
    padding: 15px 22px 15px 10px;
    min-width: 140px;
    text-align: center;
    position: relative;
    border: 0px solid;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.eco_btns a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    right: 9px;
    line-height: 15px;
}

/*SLIDER*/

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    text-align: center;
    background-color: #0091ea !important;
    background-image: none !important;
    border-radius: 0px !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    text-align: center;
    background-color: #0091ea !important;
    background-image: none !important;
    border-radius: 0px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.swiper-button-prev:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: 12px;
    line-height: 88px;
    transform: rotate(180deg);
}

.swiper-button-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: 10px;
    line-height: 86px;
}

.swiper-button-next, .swiper-button-prev {
    top: 47.5% !important;
    height: 88px !important;
    margin-top: -20px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #0091eab0 !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.enable-one-slide .custom-buttons {
    opacity: 0;
}

.home-slider .swiper-wrapper img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #0091ea !important;
}

.eco_btns {
    pointer-events: all !important;
}

section.home-slider figure figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.eco_slidercontent {
    position: absolute;
    z-index: 9999;
    width: 801px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    padding: 259px 130px 259px 0;
    height: 100%;
}

.eco_description {
    opacity: 0;
}

.eco_btns a {
    opacity: 0;
}

.eco_slidercontent h1 {
    opacity: 0;
    max-width: 250px;
    font-size: 25px;
    font-weight: 100;
    color: #0091ea;
    line-height: 1.3;
    margin: 0;
    word-wrap: break-word;
    white-space: normal !important;
    display: block;
}

/* FORMS*/

textarea, select, .eco_select select, .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
    color: #666;
    height: 50px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact_us_form .alert {
    margin-top: 25px;
}

.privacy_policy-wrapper {
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px auto;
}

.form-control:focus {
    border-color: #0091ea !important;
    outline: 0 !important;
    border-width: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact_us_form #error_message {
    margin-top: 20px;
}

.contact_us_form #error_message button {
    outline: 0 !important;
}

.eco_btnform.loading {
    pointer-events: none !important;
}

.eco_btnform.loading span {
    display: none;
}

.control-group.error .help-block {
    background: #b94a48;
    margin-top: 0;
    color: white;
    line-height: 24px;
    height: 26px;
}

.control-group.error .help-block ul li {
    list-style: none;
    padding-left: 15px;
}

.control-group.success input {
    border: 2px solid #127706;
}

.control-group.success textarea {
    border-color: #127706;
}

.control-group.warning input {
    border-color: #b99148;
}

.control-group.warning .help-block ul {
    list-style: none;
}

.control-group.warning .help-block {
    background: #b99148;
    margin-top: 0;
    padding-left: 15px;
    color: white;
    line-height: 24px;
    height: 26px;
}

.help-block ul {
    padding: 0;
}

.contact_us_form textarea {
    min-height: 200px;
    resize: none;
    width: 100% !important;
    padding-bottom: 0;
}

.control-group.error .help-block ul li {
    list-style: none;
    padding-left: 15px;
}

.control-group.error select, .control-group.error input, .control-group.error textarea {
    border-color: #b94a48;
}

.contact_us_form .checkbox {
    text-align: left;
    outline: none;
    color: #666;
    height: auto;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    cursor: pointer;
}

.contact_us_form .checkbox input {
    position: relative;
    height: 14px;
    width: 14px;
    margin: 4px;
    top: 2px;
}

div#googleMap {
    margin-bottom: 30px;
}

.control-group.error .checkbox {
    border-color: #b94a48;
    color: #b94a48;
}

.eco_btnform {
    outline: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    background-color: #0091ea;
    display: inline-block;
    padding: 15px 55px 15px 35px;
    position: relative;
    border: 0px solid;
    outline: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.eco_btnform:hover {
    background-color: #0091eab0;
    text-decoration: none !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*FOOTER*/

.footer {
    background-color: #575757;
    margin-top: 48px;
}

.footer-menu ul {
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    color: #dbdbdb;
    display: block;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 0 0 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-menu ul li a:hover {
    color: #0091ea;
    text-decoration: none !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-menu ul li a:before {
    top: 1px;
    left: 0;
    content: '\f111';
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    font-family: 'FontAwesome';
}

/* .footer-menu ul li:nth-child(even) a:before {
    top: 1px;
    left: 0;
    content: '\f10c';
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    font-family: 'FontAwesome';
} */

.footer-menu ul li+li {
    padding: 20px 0 0;
}

.footercity-header {
    position: relative;
    margin-bottom: 25px;
}

.footercity-header h3 {
    margin: 0;
    padding-bottom: 14px;
    color: #fff;
    font-size: 21px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer .widget.widget_text .textwidget a {
    color: white;
}

.footer .widget.widget_text .textwidget a:hover {
    color: #0091ea;
}

.footer .widget.widget_text .textwidget {
    color: white;
}

.footer .widget.widget_text {
    margin-bottom: 30px;
}

.footercity-header h3:after {
    top: 100%;
    left: 0;
    width: 70px;
    height: 2px;
    content: '';
    position: absolute;
    background: white;
}

.footer .footer-content {
    padding-bottom: 50px;
    background: #313131;
    padding-top: 50px;
    overflow: hidden;
}

.footer .footer-lower {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #313131;
    color: #b0b0b0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.footer-sidebar {
    width: 360px;
    margin-right: 30px;
    margin-top: 44px;
    float: left;
}

.footer-sidebar .widget:first-child {
    margin-top: 0;
}

.footer .footer-sidebar:last-child {
    margin-right: 0;
}

/** widget-posts-list **/

.footer .widget-posts-list ul li.type-in {
    border: 1px solid #131313;
}

.footer .widget-posts-list ul li .post-title {
    color: #eee;
}

.footer .widget-posts-list .style-3 .post-meta>div, .footer .widget-posts-list .style-3 .post-meta>div:after {
    color: #ccc;
}

.footer_photostream_wrapper {
    margin-top: 65px;
    position: relative;
}

.footer_photostream_wrapper h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    line-height: 12px;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 10;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}

.footer_photostream_wrapper h3 span {
    padding: 10px 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    letter-spacing: 0;
}

.footer_photostream li {
    width: 20%;
    margin: 0;
    display: inline;
    float: left;
    line-height: 0;
}

.footer_photostream li a {
    display: block;
}

.footer_photostream li img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer_photostream li:hover img {
    opacity: 0.7;
}

.footer_photostream {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.footer-lower {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #313131;
    color: #b0b0b0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #b0b0b0;
}

.copyright {
    background: #313131;
    color: #fff;
    font-size: 12px;
}

.copyright a {
    color: #c3b9b9;
    font-weight: bold;
}

.eco_scrollup {
    width: 60px;
    height: 24px;
    position: fixed;
    right: 10px;
    bottom: -100px;
    background-color: #333;
    opacity: 0.5;
    text-align: center;
    outline: 0 !important;
    cursor: pointer;
    z-index: 100;
    text-decoration: none !important;
    border-radius: 0 !important;
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.eco_scrollup:hover {
    opacity: 1;
}

.card.card-cascade.narrower p.card-text {
    min-height: 100px;
}

.nofilter-results {
    text-align: center;
    font-weight: bold;
}

a:hover {
    color: #00b0ff;
}

a {
    color: #0091ea;
}

.eco_scrollup i {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #fff !important;
    outline: 0 !important;
}

/*MEDIA QUIRIES*/

@media (max-width: 1023px) {
    .drawer-dropdown-menu li {
        height: 40px;
        font-size: 13px;
    }
    .search_button {
        display: none;
    }
    button.search_button.drawer-search_button {
        display: block !important;
        position: fixed;
        top: 0;
        right: 0;
        height: 55px;
        background: transparent;
        border: 0 !important;
        outline: 0 !important;
    }
    button.search_button.drawer-search_button i {
        line-height: 52px !important;
        top: 15px;
    }
    .search_wrapper {
        width: calc(100% - 49px);
        height: 54px;
    }
    .search_wrapper .search {
        height: 54px !important;
    }
    .search_wrapper .search input {
        height: 54px !important;
    }
    /* .search__input {
        height: 55px !important;
        border: 0 !important;
        position: fixed !important;
    }
    .search__label-active {
        height: 55px !important;
        border: 0 !important;
        position: fixed !important;
    }
    .search__label-init {
        height: 55px !important;
        border: 0 !important;
        position: fixed !important;
    }
    .search {
        position: fixed !important;
        height: 55px !important;
        border: 0 !important;
        z-index: 9999999999999 !important;
        float: unset !important;
    } */
    body.search-open .search {
        width: 100%;
    }
    .eco_slidercontent {
        padding: 92px 110px 92px 20px;
        width: 711px;
    }
}

@media (max-width: 1680px) {
    .eco_slidercontent {
        width: 833px;
        padding: 213px 140px 213px 20px;
    }
}

@media (max-width: 1600px) {
    .eco_slidercontent {
        width: 837px;
        padding: 196px 140px 196px 20px;
    }
}

@media (max-width: 1440px) {
    .eco_slidercontent {
        width: 846px;
        padding: 163px 140px 162px 20px;
    }
}

@media (max-width: 1366px) {
    .eco_slidercontent {
        width: 850px;
        padding: 147px 140px 147px 20px;
    }
}

@media (max-width: 1201px) {
    .devs_stats_count h3 {
        text-align: center;
    }
    .devs_stats_countericon i {
        right: -10px;
    }
    .devs_stats_title {
        text-align: center;
    }
    .section-title-statistics {
        text-align: center;
    }
    .eco_slidercontent {
        padding: 113px 140px 112px 20px;
        width: 860px;
    }
/*     .eco_widget figcaption .caption i {
    font-size: 36px;
} */
    .eco_widget figcaption .caption {
        height: 55px;
        font-size: 14px;
    }
    .eco_widget figcaption .eco_btns a {
        padding: 15px 55px 15px 20px;
    }
}

@media (max-width: 1199px) {
    .eco_slidercontent {
        padding: 116px 110px 117px 20px;
        width: 705px;
    }
}

@media (max-width: 1080px) {
    .eco_slidercontent {
        padding: 92px 110px 92px 20px;
        width: 711px;
    }
}

@media (max-width: 1050px) {
    .eco_slidercontent {
        padding: 92px 110px 92px 20px;
        width: 711px;
    }
}

@media (max-width: 991px) {
    div#googleMapFooter {
        margin-top: 25px;
    }
    div#googleMap {
        margin-top: 30px;
    }
    .devs_stats_counter {
        width: 100%;
    }
/*     .devs_stats_countericon {
    display: none;
} */
    .section-columns {
        height: auto !important;
    }
    .section-columns figure img {
        height: auto !important;
    }
    .pagination-items-photo img {
        width: 100%;
        min-width: 100%;
    }
    .pagination-items-photo {
        width: 100%;
        margin: 0;
    }
    .pagination-item-content {
        width: 100%;
        height: auto !important;
        margin-top: 15px;
    }
    .home-slider .swiper-wrapper img {
        width: auto !important;
        height: 413px;
    }
    .eco_slidercontent {
        width: 100%;
        padding: 93px 45px 92px 45px;
        left: 0;
    }
    .eco_main_content img {
        width: 100%;
    }
    .left-right-wrapper .image-wrapper {
        width: 100%;
        float: unset !important;
    }
    .left-right-wrapper .description-wrapper {
        width: 100%;
        float: unset !important;
        padding: 10px 0px 10px 0px !important;
    }
    .left-right-wrapper {
        padding: 0px 0px 20px 0px !important;
    }
}

@media (max-width: 820px) {
    .list_of_components.eco_main_content ul.nav {
    display: block !important;
}
    .blog-widgets {
        display: none;
    }
    .page_not_found svg {
        position: relative;
        width: 100%;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }
    .page_not_found .message-box {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .next-previous-post-inner-wrapper ul li:last-child {
        margin-top: 10px;
    }
    .next-previous-post-inner-wrapper ul li:first-child {
        margin-bottom: 0;
    }
    .next-previous-post-inner-wrapper ul li {
        float: left !important;
        width: 100%;
        background: #0091ea;
    }
    .next-previous-post-inner-wrapper a {
        color: white;
        width: 100%;
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .next-previous-post-inner-wrapper ul li a:before {
        display: none;
    }
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.contact_us_form select {
    display: block !important;
}

.contact_us_form .control-group {
    margin-bottom: 15px;
}
.ekko-lightbox .modal-body {
    padding: 0;
}

section.product-inner-slider .maginify {
    position: absolute;
    display: none;
    align-items: center;
    place-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    color: white;
    font-size: 50px;
}

section.product-inner-slider:hover .maginify {
    display:flex !important;
}











.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #0091ea;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.enable-sort{
      display: none;
  }

@media screen and (max-width: 1201px) {
  .hide-sorts {
   display: none !important;
  }
  
  .enable-sort{
      display:block  !important;;
          width: 100%;
  }
}

@media (max-width: 767px){
        .sweet-alert {
        height: 100%;
        overflow: auto;
        
}
}

