button[type="submit"]:active,
button[type="submit"]:focus,
button[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 1px 1px #aaa;
    box-shadow: 0 0 1px 1px #aaa;
    background-color: var(--primary-color);
}

.with-preloader.show-preloader:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.show-preloader .loader {
    opacity: 1;
    visibility: visible;
}

.error {
    border-color: red;
    margin-bottom: 5px;
}

.red {
    color: red;
    font-size: 14px;
}

.dflex {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.disable-document {
    overflow: hidden;
}

.primary-button:active,
.primary-button:focus,
.primary-button:hover {
    -webkit-box-shadow: 0 0 2px 1px #aaa;
    box-shadow: 0 0 2px 1px #aaa;
    background-color: var(--primary-color);
}

.heading-info > span {
    display: block;
    font-weight: 400;
}

.mobile-menu:hover {
    opacity: 0.7;
}

.mobile-menu.is-active:hover {
    opacity: 0.7;
}

.mobile-menu.is-active .mobile-menu-inner,
.mobile-menu.is-active .mobile-menu-inner::before,
.mobile-menu.is-active .mobile-menu-inner::after {
    background-color: #000;
}

.mobile-menu-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.mobile-menu-inner {
    display: block;
    margin-top: -2px;

    top: 2px;
}

.mobile-menu-inner,
.mobile-menu-inner::before,
.mobile-menu-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.mobile-menu-inner::before,
.mobile-menu-inner::after {
    content: "";
    display: block;
}

.mobile-menu-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.mobile-menu-inner::after {
    bottom: -10px;

    top: 20px;
}

.mobile-menu.is-active .mobile-menu-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.mobile-menu.is-active .mobile-menu-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.mobile-menu.is-active .mobile-menu-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.container {
    max-width: 1200px;
}

.wrap-img img {
    width: 100%;
    max-width:300px;
    margin: 0 auto;
}

.modal.open {
    display: flex;
}

.modal:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 9;
}

.modal .modal-content {
    width: 100%;
    max-width: 270px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    z-index: 99;
}

.modal .modal-header {
    background-color: #85D587;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.modal .modal-header .iconify {
    font-size: 100px;
}

.modal .modal-header > * {
    margin: 0 auto;
}

#modal-status {
    font-weight: 300;
    margin-top: 10px;
}

.modal .modal-content > * {
    padding: 25px 40px;
}

.modal .modal-content > *:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.modal .close-modal {
    margin: 0 auto;
    background: transparent;
    border: none;
    color: #85d587;
    font-weight: 700;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}

.modal .close-modal:hover:after {
    content:"";
    background: url('https://api.iconify.design/cil:arrow-right.svg?color=%2385d587') no-repeat center center / contain;

    width: 20px;
    height: 12px;
    display: inline-block;
    color: #85d587;
}

.navigation a:active:after,
.navigation a:focus:after,
.navigation a:hover:after,
.navigation a:active:before,
.navigation a:focus:before,
.navigation a:hover:before {
    opacity: 1;
    transform: translateY(0);
}

.navigation a:active:before,
.navigation a:focus:before,
.navigation a:hover:before {
    transition: transform .2s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity .2s;
}

.navigation a:active:after,
.navigation a:focus:after,
.navigation a:hover:after {
    transition: transform 0s .2s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0s .2s;
}

.mobile-menu-list.menu-active {
    display: block;
    overflow: auto;
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100vh;
}

.mobile-menu-list .df-list {
    padding: 30px;
}

.mobile-menu-list li {
    padding: 10px 0;
    border-bottom: 1px solid #aaa;
}

.mobile-menu-list a {
    color: #555;
}

.mobile-menu-list a,
.mobile-menu-list a:active,
.mobile-menu-list a:focus {
    display: block;
    color: #555;
}

.module-six_content-last h3 > span {
    font-size: 16px;
    font-weight: 300;
}

/******* Inside Page *******/
#module-six .heading-info img {
    margin:0 auto;
}

#module-six .heading-info h4 {
    font-size:20px;
}

/******* Inside Page *******/

.inside-page #header {
    background-color: #fff !important;
}

/* Inside Module 1 */
#inside-module-one {
    padding-top: 120px;
}

#inside-module-one .block-image {
    position: relative;
    height: 300px;
}

#inside-module-one .block-image:before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}

.inside-module-one_overlay-content {
    position: relative;
    text-align: center;
    z-index: 9;
}

.inside-module-one_overlay-content h2 {
    font-weight: 300;
    color: #fff;
    line-height: 1.8;
    font-size: 38px;
}

.inside-module-one_overlay-content strong {
    display: block;
    font-weight: 700;
}

.inside-module-one_overlay-content a {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.inside-module-one_overlay-content a > .fas {
    margin: 0 7px;
}

/* Page Label */
#page-label {
    padding: 20px;
}

#page-label h2 {
    margin: 0;
    text-align: center;
    color: #fff;
}

/* Product Section */
.product-wrapper:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.product-wrapper img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.product-content h2 {
    margin: 20px 0;
}

.product-content h6 {
    display: inline-block;
    margin: 0 0 5px;
}

.product-content h6:after {
    display: block;
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 2px;
    margin-top: 3px;
}

/* Services Module 1 */
#services-module-one {
    padding: 150px 0 30px;
}

#services-module-one h2,
#services-module-one h5 {
    margin: 0;
}

/* Services Module 2 */
#services-module-two .block-image {
    height: 350px;
}

/* Services Module 3 */
#services-module-three {
    padding: 120px 0 0;
}

#services-module-three .block-image {
    height: 200px;
}

/* Services Module 5 */
#services-module-five .block-image {
    position: relative;
    top: -100px;
    height: 300px;
}

/* Services Module 6 */
#services-module-six .block-image {
    height: 200px;
}

/* Contact */
#contact-row .df-list a {
    color:#000;
}

@media screen and (min-width: 768px) {
    #header .container-full {
        max-width: 768px;
    }
}

@media screen and (min-width: 992px) {
    .wrap-img img {
        width: 100%;
        max-width: inherit;
    }

    #header .container-full {
        max-width: 992px;
    }

    .float-container {
        margin-bottom: 30px;
    }

    #module-one .block-image {
        height:600px;
    }

    #module-two {
        top: -100px;
    }

    #module-four .block-image {
        height: 480px;
        max-width: 100%;
    }

    #module-five .block-image{
        height: 350px;
    }

    #services-module-two .block-image {
        height: 600px;
    }

    #services-module-six .block-image,
    #services-module-three .block-image {
        height: 400px;
    }

    #inside-module-one .block-image,
    #services-module-five .block-image {
        height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    #header .container-full {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1600px) {
    #header .container-full {
        max-width: 1600px;
    }
}

@media screen and (max-width: 991px) {
    .desktop-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .section-padding {
        padding: 30px 0;
    }

    .hideOverflow {
        overflow: hidden;
    }

    img {
        width: 100%;
    }

    .float-container {
        padding-top: 20px;
    }

    .floating-wrap {
        position: relative;
        top: 0;
    }

    .floating-wrap > * {
        margin-bottom: 12px;
    }

    #module-four:before {
        width: 100%;
    }

    .module-four_title {
        margin: 0;
    }

    #services-module-three {
        padding: 50px 0 10px;
    }

    #services-module-four h4 {
        margin: 0 0 10px;
    }

    #services-module-five .block-image {
        top: 0;
    }

    #connect-form form {
        width: 100%;
    }
}

/* Preloader */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}