.heading-primary {
    margin: 36px 0;
    color: #00a86b;
}

.heading-secondary {
    margin: 14px 0;
    color: #00a86b;
}

.big-quote {
    margin: 40px 0 !important;
}

.heading-3-special {
    font-size: 17px;
    line-height: 22px;
}

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

.u-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.u-padding-bottom-small {
    padding-bottom: 14px !important;
}



.u-padding-bottom-x-large {
    padding-bottom: 72px;
}

.u-padding-top-small {
    padding-top: 10px;
}

.u-padding-top-large {
    padding-top: 36px;
}

.u-padding-top-none {
    padding-top: 0 !important;
}

.u-padding-h {
    padding-left: 15px;
    padding-right: 15px;
}

.u-min-height-small {
    min-height: 40vh !important;
}

.u-last-section-big-space {
    padding-bottom: 72px !important;
}

.u-text-center {
    text-align: center !important;
}

.u-margin-top-small {
    margin-top: 14px;
}

.u-margin-top-medium {
    margin-top: 36px;
}

.u-margin-middle {
    justify-content: space-between;
}

.u-margin-right-small {
    margin-right: 30px;
}

.u-margin-bottom-medium {
    margin-bottom: 36px !important;
}

.u-margin-bottom-small,
.outter-box.u-margin-bottom-small,
.textbox.u-margin-bottom-small {
    margin-bottom: 14px !important;
}

.u-margin-bottom-none,
.outter-box.u-margin-bottom-none {
    margin-bottom: 0px !important;
}

.u-margin-top-none {
    margin-top: 0;
}

.u-margin-v-large {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
}

.u-margin-v-huge {
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.u-img-w150 img {
    width: 150px;
}

.u-align-top {
    align-self: top;
}

.u-special-width {
    width: 125px !important;
}

.u-special-width img {
    width: 125px !important;
    height: auto !important;
}

.u-border-bottom {
    border-bottom: 2px solid #00a86b;
}

.u-border-bottom-black {
    border-bottom: 2px solid black;
}

.u-border-right {
    border-right: 3px solid #00a86b;
}

.u-border-left {
    border-left: 3px solid #00a86b;
}

.u-bg-main-blue {
    background: #00a86b;
}

.u-bg-gray {
    background: #e9e9e9;
}

.u-white-bg {
    background: white !important;
    color: #333 !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.u-font-main-blue {
    color: #00a86b;
}

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

.u-img-border {
    display: block;
    width: 235px !important;
    height: 175px !important;
    border: 2px solid black !important;
}

@media (max-width: 768px) {
    .u-img-border {
        width: 90% !important;
    }
}

@media (max-width: 425px) {
    .u-img-border {
        width: 100% !important;
    }
}

/* .video-box {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    background-image: url("/images/banner-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 90%;
} */

/* .video-box .banner-text-main-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 10%;
} */

.video-box .banner-text-main-box .banner-title {
    position: absolute;
    top: 7.2rem;
    left: 3.6rem;
    transform: translate(0%, -50%);
    text-align: center;
}

.video-box .banner-text-main-box .banner-title h1 {
    font-weight: bold;
    color: #fff;
    margin: 0;
    background: rgba(0, 168, 107, 0.7);
    padding: 20px 40px;
}

.video-box .banner-text-main-box .banner-title h1 span {
    color: #fff;
}

.video-box .banner-text-main-box .banner-contact-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    right: 10%;
    height: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 400px;
}

.video-box .banner-text-main-box .banner-contact-info a {
    color: white !important;
}

.video {
    background: transparent;
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

@media (max-width: 1180px) {
    .video-box .banner-text-main-box {
        right: 0;
    }

    .video-box .banner-text-main-box .banner-contact-info {
        padding-left: 3.6rem;
        padding-right: 3.6rem;
    }
}

@media (max-width: 700px) {
    .video-box .banner-text-main-box {
        right: 0;
    }

    .video-box .banner-text-main-box .banner-contact-info {
        padding-left: 2.6rem;
        padding-right: 2.6rem;
        right: 0%;
        width: auto;
    }
}

.adress-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.adress-box__img {
    margin-right: 100px;
}

.adress-box__img img {
    min-height: 200px;
    box-shadow: 0 5px 10px black;
}

.adress-box-text {
    margin-top: 14px;
}

.adress-box-map {
    flex-grow: 1;
    width: 450px;
    align-content: stretch;
    z-index: 1;
    box-shadow: 0 5px 10px black;
}

.adress-box-text address {
    font-style: normal;
    font-size: 18px;
}

.email-box {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.email-box:not(:last-child) {
    padding-bottom: 10px;
}

.email-box:last-child {
    margin-bottom: 36px;
}

address a {
    font-weight: bold;
}

.email-box a,
address a {
    color: #00a86b;
    text-decoration: none;
}

.email-box a:hover,
address a:hover {
    color: #006940;
}

@media (max-width: 930px) {
    .adress-box {
        flex-direction: column;
    }

    .adress-box__img {
        display: flex;
        margin-bottom: 36px;
        margin-right: 0;
    }

    .adress-box__img img {
        margin-right: 36px;
    }

    .adress-box-map {
        height: 300px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .adress-box-map {
        min-height: 200px;
        margin-top: 20px;
    }
}

@media (max-width: 595px) {
    .adress-box__img {
        flex-direction: column;
    }

    .adress-box__img img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .adress-box-map {
        margin-top: 0;
    }

    .adress-box-text {
        margin-top: 0;
    }
}

.adress-box-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px !important;
}

.adress-box-1 .adress-box-text-1,
.adress-box-1 .adress-box-phone-1 {
    font-weight: bold;
    font-size: 17px;
}

.adress-box-1 .adress-box-text-1 h2,
.adress-box-1 .adress-box-phone-1 h2 {
    margin-bottom: 1.2rem;
}

.adress-box-text-1 address {
    font-style: normal;
    font-size: 17px;
}

.adress-box-phone-1 a {
    font-weight: bold;
}

.email-box a,
.adress-box-phone-1 a {
    color: #006940;
    text-decoration: none;
}

.email-box a:hover,
.adress-box-phone-1 a:hover {
    color: #00a86b;
}

@media (max-width: 820px) {
    .adress-box-1 {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3.6rem;
    }

    .adress-box-1 .adress-box__img-1 img {
        width: 100%;
    }

    .adress-box-1>* {
        flex-grow: 1;
        margin: 0 1.8em 1.8rem 0;
    }

    .adress-box-1 .adress-box-phone-1 {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .adress-box-1 .adress-box__img-1 {
        margin-right: 0;
    }
}

.form-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-section>h1 {
    text-align: center;
    font-weight: bold;
    color: #006940;
    margin-top: 0;
    margin-bottom: 36px;
}

.form-section form {
    width: 100%;
    border: 1px solid rgba(51, 51, 51, 0.5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

form input {
    z-index: 1;
}

.form-section form .required-input {
    display: inline !important;
    color: red;
}

.form-section form input[type="submit"] {
    color: white;
    background: #006940;
    border: none;
    outline: none;
    padding: 15px 50px;
    display: block;
    margin: 36px auto;
    font-weight: bold;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.form-open-btn {
    display: block;
    padding: 15px 30px;
    margin: 36px auto;
    width: 100%;
    max-width: 315px;
    background: #006940;
    color: white;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.form-open-btn:hover {
    background: #00a86b;
}

.form-section form input[type="submit"]:hover {
    background: #008350;
}

.form-section form .form-subsection h2 {
    font-weight: bold;
    padding: 15px 15px;
    background: #006940;
    color: white;
    margin-bottom: 14px;
}

.form-section form .replacementReasonBox {
    overflow: hidden;
    max-height: 0px;
    transition: max-height .3s;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
    opacity: 0;
}

.form-section form .replacementReasonBox.open {
    opacity: 1;
    max-height: 1120px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.form-section form .replacementReasonBox .radio-btns .radio-box {
    margin-right: 36px;
}

.form-section form .replacementReasonBox .radio-btns textarea {
    padding: 15px;
    flex: 1;
}

.form-section form .form-row {
    padding: 0 15px 15px 15px;
}

.form-section form .form-row textarea {
    width: 100%;
}

.form-section form .form-row.flex1 {
    display: flex;
    flex-wrap: wrap;
}

.form-section form .small-mix {
    display: flex;
    align-items: center;
    max-width: 500px;
}

.form-section form .small-mix .input-group {
    mix-width: 50%;
}

.form-section form .small-mix .radio-btns {
    display: flex;
    max-width: 50%;
}

.form-section form .input-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-wrap: wrap;
    margin: 14px;
}

.form-section form .input-group.min-width200 label,
.form-section form .input-group.min-width200 input {
    min-width: 200px;
}

.form-section form .input-group label {
    width: 100%;
    flex: 1;
}

.form-section form .input-group label span {
    display: block;
    font-size: 12px;
}

.form-section form .input-group input {
    flex: 1;
    padding: 10px;
    width: 100%;
    border: 2px solid #333;
    border-color: transparent #333 #333 transparent;
}

.form-section form .input-group input:invalid {
    border: 2px solid #333;
    border-color: transparent #333 #333 transparent;
    box-shadow: none;
}

.form-section form .input-group input.invalid {
    color: red !important;
    border: 2px solid red;
    border-color: transparent red red transparent !important;
    box-shadow: none;
}

.form-section form .input-group input.valid {
    border: 2px solid #006940;
    border-color: transparent #006940 #006940 transparent;
    outline: none;
}

.form-section form .radio-group {
    margin: 14px;
    font-weight: bold;
}

.form-section form .radio-group input {
    margin-right: 14px;
}

.mounting .form-row .radio-group {
    width: 100%;
}

.u-split-50 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.u-split-50 h3 {
    font-weight: bold;
}

.u-split-50>div {
    width: 50%;
}

.u-split-50>div .small-mix {
    width: 100%;
    max-width: 100% !important;
}

.u-split-50>div .small-mix .input-group {
    min-width: 100px;
}

.u-split-50>div .small-mix .radio-btns {
    width: 220px !important;
    max-width: 250px !important;
}

.u-split-50>div .small-mix .radio-btns .radio-group {
    width: 80px !important;
    margin: 0 5px 5px !important;
}

.input-with-img__wrapper {
    margin-bottom: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.input-with-img__box {
    border: 2px solid black;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.input-with-img__box .values input {
    max-width: 100%;
}

.input-with-img__box .img {
    max-width: 100%;
}

.input-with-img__box .img img {
    max-height: 200px;
    max-width: 100%;
}

@media (max-width: 780px) {
    .u-split-50 {
        flex-direction: column;
    }

    .u-split-50>div {
        width: 100%;
    }

    .u-split-50>div .small-mix {
        width: 100%;
        max-width: 100% !important;
    }

    .u-split-50>div .small-mix .input-group {
        width: 50%;
    }

    .u-split-50>div .small-mix .radio-btns {
        width: 50% !important;
        max-width: 300px !important;
        flex-direction: row !important;
    }

    .u-split-50>div .small-mix .radio-btns .radio-group {
        width: 80px !important;
    }

    .u-split-50 div:last-child {
        margin-top: 36px;
    }
}

@media (max-width: 520px) {
    .small-mix .radio-btns {
        flex-direction: column;
        justify-content: space-around;
    }

    .small-mix .radio-btns .radio-group {
        margin: 2px;
    }

    .input-with-img__wrapper {
        width: 100%;
        flex-direction: column;
    }

    .input-with-img__box {
        width: 100%;
        margin-bottom: 36px;
        flex-direction: column;
        justify-content: space-between;
    }

    .input-with-img__box .values input {
        max-width: 100%;
    }

    .input-with-img__box .img {
        max-width: 100%;
    }

    .input-with-img__box .img img {
        max-height: 200px;
        max-width: 100%;
    }
}

footer {
    height: 260px;
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer h1 {
    font-size: 60px;
    color: #fff;
}

@media (max-width: 525px) {
    footer h1 {
        font-size: 40px;
    }
}

@media (max-width: 370px) {
    footer h1 {
        font-size: 30px;
    }
}

.gear-design-ul {
    margin-left: 12%;
}

.gear-design-ul li {
    padding: 5px;
}

.designProcess-flex-box {
    display: flex;
}

.designProcess-flex-box .designProcess-inner-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    width: 33%;
}

.designProcess-flex-box .designProcess-inner-box h1 {
    color: #00a86b;
    margin-bottom: 36px;
}

.designProcess-flex-box .designProcess-inner-box img {
    height: 175px;
    width: 235px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 920px) {
    .designProcess-flex-box {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 530px) {
    .designProcess-flex-box {
        flex-direction: column;
        align-items: center;
    }

    .designProcess-flex-box .designProcess-inner-box {
        width: 100%;
        margin: 15px 0;
    }

    .designProcess-inner-box:last-child img {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 600px) {
    .gear-design-ul {
        margin-left: 20px;
        transform: translateX(0%);
    }
}



.section__item-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.section__item {
    width: 235px;
    text-align: center;
}

.section__item img {
    width: 235px;
    margin-bottom: 10px;
    height: 175px;
}

@media (max-width: 930px) {
    .section__item {
        width: 50%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .section__item img {
        width: 90%;
    }
}

@media (max-width: 522px) {
    .section__item {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .section__item img {
        width: 100%;
    }
}

.section__text {
    display: block;
    margin-bottom: 30px;
}

.v-ellipsis span {
    display: block;
    margin: auto 100px;
    color: black;
    font-weight: normal;
}

@media (max-width: 425px) {
    .v-ellipsis span {
        margin: auto 30px;
    }
}

.galery_btn-box {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.gallery-btn {
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
    display: inline-block;
    color: #00a86b;
}

.gallery-btn::after {
    content: "\27F6";
    font-size: 45px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-weight: bold;
}

.gallery-btn:hover {
    cursor: pointer;
}

.gallery-btn:hover::after {
    margin-left: 20px;
}

@media (max-width: 425px) {
    .gallery-btn::after {
        font-size: 36px;
    }
}

.idustries-served {
    padding-top: 36px;
    padding-bottom: 0;
    background: url(../images/Served-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.idustries-served h1 {
    text-align: center;
    color: #fff;
}

.idustries-served-bigBox {
    padding: 36px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.idustries-served-bigBox .idustries-served-small-box {
    color: #fff;
    display: flex;
    justify-content: center;
    width: 50%;
}

.idustries-served-bigBox .idustries-served-small-box .inner-box {
    margin-bottom: 36px;
    width: 300px;
}

.idustries-served-bigBox .idustries-served-small-box .inner-box h2 {
    margin-left: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .idustries-served {
        background: #00a86b;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .idustries-served-bigBox .idustries-served-small-box {
        width: 100%;
    }
}

.contact-form {
    padding-bottom: 0;
}

.contact-form-inner {
    height: 190px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.contact-form-inner h1 {
    color: #252525;
    align-self: center;
}

.contact-form-inner h1 span {
    color: #00a86b;
}

.contact-form-inner h1 span:hover {
    color: dodgerblue !important;
}

.contact-form a:link,
.contact-form a:visited {
    color: #00a86b;
    text-decoration: none;
    transition: .3s;
}

.contact-form a:link:hover,
.contact-form a:visited:hover {
    color: #006940;
}

@media (max-width: 768px) {

    .contact-form a:link,
    .contact-form a:visited {
        display: block;
    }

    .contact-form-inner {
        text-align: center;
    }
}

.gear-consult {
    text-align: center;
}

.gear-consult h2 {
    color: #00a86b;
}

.gear-consult__btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}

.gear-consult__btn-box .btn-text {
    font-size: 28px;
    color: #00a86b;
    font-weight: bold;
    margin-right: 20px;
}

.gear-consult__btn-box .gear-consult-btn {
    font-size: 20px;
    text-decoration: none;
    background: #00a86b;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    transition: .3s;
}

.gear-consult__btn-box .gear-consult-btn:hover {
    background: dodgerblue;
}

@media (max-width: 425px) {
    .gear-consult__btn-box {
        flex-direction: column;
    }
}

.btn-box-absolute {
    position: relative;
}

.btn-box-absolute a {
    display: inline-block;
    position: absolute;
    top: -50px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: #0c70d2;
    border-radius: 5px;
    transition: .3s;
}

.btn-box-absolute a:hover {
    background: dodgerblue;
}

@media (max-width: 635px) {
    .btn-box-absolute {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-box-absolute a {
        position: relative;
        top: 0;
        margin-top: 36px;
    }
}

.two-line-wrapper {
    padding: 1px;
    background: #00a86b;
    color: #fff;
}

.two-line-wrapper>* {
    color: #fff;
}

.two-line-wrapper a {
    text-decoration: none;
    color: #00a86b;
    background: #fff;
    display: inline-block;
    margin-top: 14px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 50%;
    transform: translate(-50%);
    text-align: center;
    transition: .3s;
}

.two-line-wrapper a:hover {
    background: #0f316a;
    color: #fff;
}

@media (max-width: 920px) {
    .two-line-wrapper {
        transform: skewX(0deg);
    }

    .two-line-wrapper>* {
        transform: skewX(0deg);
    }

    .two-line-wrapper a {
        transform: skewX(0deg) translate(-50%);
    }
}

.header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.header__logo img {
    height: 36px;
    width: auto;
}

@media (max-width: 425px) {
    .header__logo img {
        height: 30px;
    }
}

@media (max-width: 320px) {
    .header__logo img {
        height: 20px;
    }
}

.header__contact {
    display: flex;
    align-content: flex-end;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
}

.header__contact--number {
    margin-right: 15px;
    color: #00a86b;
}

.header__contact--btn {
    position: relative;
}

.header__contact--btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #0c70d2;
    transform: scaleY(0);
    transition: transform 0.2s, width 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.header__contact--btn:hover::before {
    transform: scaleY(1);
    width: 100%;
}

.header__contact--btn a:link,
.header__contact--btn a:visited {
    position: relative;
    z-index: 111;
    text-decoration: none;
    color: #0c70d2;
    display: block;
    padding: 15px 30px;
    border: 1px solid #0c70d2;
    transition: .2s .2s;
}

.header__contact--btn:hover a:link,
.header__contact--btn:hover a:visited {
    color: #fff;
}

.header__nav {
    background: #00a86b;
    border-top: 4px solid #0f316a;
    border-bottom: 4px solid #0f316a;
}

.header__nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.header__nav ul a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

.header__nav ul a:hover {
    background: rgba(255, 255, 255, 0.205);
}

/* MENU BURGER */

.hamburger {
    padding: 0;
}

.burger-box {
    display: none;
}

.burger-box,
.burger-box h4 {
    color: #0c70d2;
    float: right;
}

.burger-box:hover {
    cursor: pointer;
}

.burger-box h4 {
    margin-top: 11.5px;
    font-size: 30px;
    font-weight: 700;
}

.show-nav {
    font-size: 44px;
}

@media (max-width: 980px) {
    .header__contact {
        display: none;
    }

    .burger-box {
        display: flex;
    }

    .header__nav ul {
        flex-direction: column;
        text-align: center;
        transition: .3s;
    }

    .header__nav ul a {
        display: block;
        width: 100%;
    }
}

.horizontal-msg-statement {
    background: #006940;
    color: white;
    text-align: center;
    padding: 3.6rem;
    min-height: 177px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.horizontal-msg-statement.bg-main {
    background: #00a86b;
}

.horizontal-msg-statement.black-bg {
    background: black;
}

.web-preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1111111111111111111111111;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.web-preloader img {
    margin-bottom: 7px;
}

@media (max-width: 525px) {
    .web-preloader img {
        width: 80%;
    }
}

.design-analysis {
    background: #fff !important;
}

.design-analysis h1:first-of-type {
    margin-top: 36px !important;
}

.design-analysis-li-box {
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.design-analysis-li-box .design-img-box {
    width: 60%;
    text-align: center;
}

.design-analysis-li-box .design-img-box h2 {
    margin-bottom: 14px;
    font-weight: bold;
    color: #00a86b;
}

.design-analysis-li-box .design-img-box-inner {
    position: relative;
    width: 100%;
}

.design-analysis-li-box .design-img-box-inner.Animate .main-img {
    width: 100%;
    height: auto;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute {
    position: absolute;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-correct {
    width: 8%;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-1 {
    top: 70%;
    right: 20%;
    width: 25%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 7.5s;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-2 {
    top: 10%;
    left: 10%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 6s;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-3 {
    top: 13%;
    right: 20%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 5s;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-4 {
    top: 20%;
    left: 30%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 5.5s;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-5 {
    top: 40%;
    left: 40%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 6s;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-6 {
    top: 40%;
    left: 75%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 7;
}

.design-analysis-li-box .design-img-box-inner.Animate .img-absolute-7 {
    top: 70%;
    left: 20%;
    animation: fadeMe 1s ease-in-out backwards;
    animation-delay: 6.5s;
}

.design-analysis-li-box .design-list-box {
    width: 30%;
    font-weight: bold;
}

.design-analysis-li-box .design-list-box h2 {
    margin-bottom: 14px;
}

.design-analysis-li-box .design-list-box ul li {
    padding-top: 2px;
    list-style: none;
}

.design-analysis-h3 {
    font-weight: bold;
    margin-bottom: 7px;
}

.gear-wrap {
    padding-top: 2px;
}

.face.back img {
    height: 145px;
    margin-top: 40px;
}

.face.back h3 {
    margin-top: 40px;
}

#f1_container,
#f2_container {
    height: 400px !important;
}

.index-shop-btn a {
    clear: both;
    display: inline-block;
    padding: 5px 10px;
    background: #00a86b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s;
}

.index-shop-btn a:hover {
    background: dodgerblue;
}

@media (max-width: 990px) {
    .design-analysis-li-box {
        flex-direction: column;
        align-items: center;
    }

    .design-analysis-li-box .design-img-box {
        width: 90%;
    }

    .design-analysis-li-box .design-list-box {
        width: 90%;
    }

    .design-analysis-li-box .design-list-box h2 {
        text-align: center;
        margin: 14px;
    }

    .design-analysis-li-box .design-list-box .ul-mini-box {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 690px) {
    .design-analysis-li-box .design-list-box .ul-mini-box {
        flex-direction: column;
        margin-left: 10%;
    }
}

@media (max-width: 450px) {
    .design-analysis-li-box .design-img-box {
        width: 100%;
    }

    .design-analysis-li-box .design-list-box {
        width: 100%;
    }
}

.animatedDone {
    animation: slideIn 1s .2s ease-out backwards;
}

.animate1 {
    animation: slideInBackward 2s 4s forwards;
}

.animate2 {
    animation: slideIn-Forward 2s 8s backwards;
}

.banner h1 {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.border-top {
    border-top: 4px solid #00a86b;
}

.gear-big-box {
    padding: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 370px;
}

.gear-big-box>div {
    width: 50%;
}

.gear-big-box .gear-text-box {
    margin-right: 36px;
}

.gear-big-box .gear-text-box h1 {
    margin-bottom: 36px;
    font-weight: bold;
    color: #00a86b;
}

.gear-big-box .gear-img-box {
    text-align: center;
}

.gear-big-box .gear-img-box img {
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 766px) {
    .gear-big-box {
        flex-direction: column;
    }

    .gear-big-box>div {
        width: 100%;
    }

    .gear-big-box .gear-img-box img {
        margin-top: 24px;
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(40%, 40%) scale(1.5);
        -webkit-transform: translate(40%, 40%) scale(1.5);
        -moz-transform: translate(40%, 40%) scale(1.5);
        -ms-transform: translate(40%, 40%) scale(1.5);
        -o-transform: translate(40%, 40%) scale(1.5);
    }

    100% {
        opacity: 1;
        transform: translate(0%, 0%) scale(1);
        -webkit-transform: translate(0%, 0%) scale(1);
        -moz-transform: translate(0%, 0%) scale(1);
        -ms-transform: translate(0%, 0%) scale(1);
        -o-transform: translate(0%, 0%) scale(1);
    }
}

@keyframes slideIn-Forward {
    0% {
        opacity: 0;
        transform: translateX(40%);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}

@keyframes slideInBackward {
    0% {
        opacity: 1;
        transform: translateX(-50%);
    }

    100% {
        opacity: 0;
        transform: translateX(-90%);
    }
}

@keyframes fadeMe {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wc-landing-banner {
    width: 100%;
    height: 400px;
    min-height: 200px;
    position: relative;
}

.wc-landing-banner .banner-title {
    text-align: center;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 15px black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.slider-wrapper {
    margin-top: 53px;
    position: relative;
}

.slider-wrapper .pagelogo-title {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 36px;
    left: 20%;
    z-index: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.slider-wrapper .pagelogo-title h1 {
    width: 100%;
    color: #00107A;
    border-color: #00107A;
}

@media (max-width: 800px) {
    .slider-wrapper .pagelogo-title {
        left: 36px;
        max-width: 320px;
    }
}

@media (max-width: 450px) {
    .slider-wrapper .pagelogo-title {
        left: 36px;
        right: 36px;
        max-width: 224px;
    }
}

.img-1 {
    background-image: url("../images/slider/big-1.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.img-2 {
    background-image: url("../images/slider/big-2.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.img-3 {
    background-image: url("../images/slider/big-3.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.img-4 {
    background-image: url("../images/slider/big-4.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.img-5 {
    background-image: url("../images/slider/big-5.jpg");
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
}

.wc-landing-banner .slider-box .img-box,
.wc-landing-banner .slider-box .owl-stage-outer {
    width: 100%;
    height: 400px;
    opacity: 1;
}

.slider-wrapper .slider-box .img-box.active {
    opacity: 1;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.slider-box .owl-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.slider-box .owl-dots .owl-dot {
    width: 40px;
    height: 5px;
    background: white;
    margin: 5px;
    opacity: .5;
}

.slider-box .owl-dots .owl-dot.active {
    background: #006940;
    opacity: 1;
}

.slider-wrapper .slider-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
}

.slider-wrapper .slider-dots .dot {
    cursor: pointer;
    margin: 5px;
    padding: 2px;
    background: #fff;
    width: 50px;
}

.slider-wrapper .slider-dots .dot.active {
    background: #006940 !important;
}

.leakage {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 36px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;

}

.leakage .leakage-title {
    text-align: center;
}

.leakage .leakage-title h1 {
    font-weight: bold;
    margin-top: 0;
    /* margin-bottom: 36px; */
}

.leakage .leakage-table {
    width: 100%;
    margin-bottom: 36px;
}

.leakage .leakage-table table {
    width: 100%;
    font-weight: bold;
}

.leakage .leakage-table table th {
    border-bottom: 4px solid #006940;
    font-size: 36px;
}

.leakage .leakage-table table th,
.leakage .leakage-table table td {
    padding: 15px 0 15px 60px;
}

.leakage .leakage-table table td {
    font-size: 17px;
}

.leakage .leakage-table table th ul,
.leakage .leakage-table table td ul {
    margin-left: 15px;
}

.leakage .leakage-table table td ul li {
    font-size: 20px;
    font-weight: normal;
    max-width: 600px;
}

.leakage .leakage-table table th ul li:not(:last-of-type),
.leakage .leakage-table table td ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.leakage .leakage-table table tr th:first-of-type,
.leakage .leakage-table table tr td:first-of-type {
    width: 50px;
    font-size: 50px;
    text-align: center;
}

.leakage .leakage-table table th:first-of-type {
    padding: 0 60px;
}

.leakage .leakage-table table tr td:nth-child(2) {
    font-weight: bolder;
    padding: 0 60px;
    min-width: 300px;
    font-size: 22px;
}

.leakage .leakage-table table tr td:nth-child(1) {
    color: #006940;
}

.leakage .leakage-img {
    width: 80%;
    margin-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.leakage .leakage-img img {
    width: 100%;
    height: auto;
}

.leakage .leakage-bottom-text p {
    margin-bottom: 14px;
}

.leakage .leakage-bottom-text p:last-of-type {
    margin-bottom: 0;
}

.leakage .leakage-bottom-text p a {
    color: #006940;
    text-decoration: none;
}

@media (max-width: 450px) {
    .leakage .leakage-table table {
        white-space: nowrap;
        width: 100%;
        max-width: 400px;
        font-weight: bold;
    }

    .leakage .leakage-table table td ul li {
        width: 200px;
    }

    .leakage .leakage-table table tr td:nth-child(1) {
        padding: 5px;
        width: 30px;
    }

    .leakage .leakage-table table tr td:nth-child(2) {
        padding: 15px;
    }

    .leakage .leakage-table table tr td:nth-child(3) {
        padding: 15px;
        width: 200px !important;
    }

    .leakage .leakage-table table tr td:nth-child(3) ul li {
        width: 200px !important;
    }
}


.wc-landing-gallery {
    padding-top: 80px;
    padding-bottom: 80px;
    /* padding-left:15px;
    padding-right:15px; */
}

.wc-landing-gallery .gallery-title {
    /* margin-bottom: 36px; */
}

.wc-landing-gallery .gallery-title h2 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 36px;
}

.wc-landing-gallery .gallery-title h3 {
    font-weight: bold;
}

.wc-landing-gallery .gallery-title h3 a {
    text-decoration: none;
    color: #006940;
}

.wc-landing-gallery .gallery-title h3 a span {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 80px;
    font-size: 60px;
}

.wc-landing-gallery .content-box-gal {
    display: flex;
    flex-wrap: wrap;
}

.wc-landing-gallery .content-box-gal .img-box {
    width: 20%;
    min-width: 150px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-landing-gallery .content-box-gal .img-box a {
    border: none;
    margin-bottom: 0;
    width: 100%;
}

.wc-landing-gallery .content-box-gal .img-box img {
    width: 100%;
    height: auto;
}



@media (max-width: 450px) {
    .wc-landing-gallery .content-box .img-box {
        /* width: 50% !important; */
        min-width: 250px !important;
    }
}

.westcoast-services {
    padding-top: 80px;
    padding-bottom: 120px;
    border-bottom: 1px solid black;
    padding-left: 15px;
    padding-right: 15px;
}

.westcoast-services .westcoast-title h1 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 36px;
}

.westcoast-services .westcoast-text p {
    margin-bottom: 14px;
}

.westcoast-services .westcoast-text p:last-of-type {
    margin-bottom: 0;
}

.design-resources {
    padding-top: 36px;
    padding-bottom: 36px;
    background: #006940;
    padding-left: 15px;
    padding-right: 15px;
}

.design-resources h1 {
    margin-top: 0;
    margin-bottom: 36px;
    color: white;
    font-weight: bold;
}

.design-resources__content {
    display: flex;
}

.design-resources__content-list {
    width: 30%;
    min-width: 265px;
    max-width: 265px;
    list-style: none;
    margin-right: 36px;
}

.design-resources__content-list a {
    text-decoration: none;
    color: white !important;
}

.design-resources__content-list a h2 {
    color: white;
    font-weight: bold;
}

.design-resources__content-list a h2 span {
    font-weight: bold;
    font-size: 36px !important;
}

.design-resources__content-miniTitle {
    width: auto;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.design-resources__content-miniTitle h2 {
    text-align: center;
    font-weight: bold;
    color: white;
}

@media (max-width: 740px) {
    .design-resources__content {
        flex-direction: column;
    }

    .design-resources__content-list {
        width: 100%;
        min-width: 260px;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .design-resources__content-miniTitle {
        width: 100%;
    }
}

.wc-landing-footer {
    padding-top: 36px;
    padding-bottom: 36px;
    background: black;
    height: 240px;
}

.wc-landing-footer h1,
.wc-landing-footer h2 {
    color: white;
    font-weight: bold;
}

.second-gallery {
    width: 100%;
    padding: 36px 36px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #333;
    color: #333;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.second-gallery img {
    max-width: 350px;
    /* width:20%; */
    height: auto;
    margin: 0;
    padding: 0;
}

@media (max-width: 1050px) {
    .second-gallery {
        flex-wrap: wrap;
    }

    .second-gallery img {
        /* max-width:350px; */
        width: 33%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .second-gallery .hide-tablet-mode {
        display: none;
    }
}

@media (max-width: 500px) {
    .second-gallery {
        flex-wrap: wrap;
    }

    .second-gallery img {
        /* max-width:350px; */
        width: 50%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .second-gallery .hide-tablet-mode {
        display: none;
    }
}

.industries {
    padding-top: 36px;
    border-bottom: 1px solid black;
}

.industries h1 {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.industries .industries-box {
    display: flex;
    justify-content: center;
}

.industries .industries-box ul {
    list-style: none;
    margin: 36px;
    min-width: 220px;
}

.industries .industries-box ul li {
    font-weight: bold;
    font-size: 24px;
}

.industries .industries-box ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

@media (max-width: 700px) {
    .industries .industries-box {
        flex-direction: column;
        align-items: center;
    }
}

.wc-manufacturing-gallery {
    padding-top: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid black;
}

.wc-manufacturing-gallery .gallery-title h1 {
    font-weight: bold;
    margin-bottom: 36px;
}

.wc-manufacturing-gallery .imgs-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wc-manufacturing-gallery .imgs-cards a {
    width: 20%;
    min-width: 200px;
    margin: 15px;
    color: #006940;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.wc-manufacturing-gallery .imgs-cards a:hover {
    color: black;
}

.wc-manufacturing-gallery .imgs-cards a:hover .imgs-card {
    box-shadow: 0 0 15px #006940;
}

.wc-manufacturing-gallery .imgs-cards a:hover .imgs-card .bottom {
    background: #006940;
}

.wc-manufacturing-gallery .imgs-cards .imgs-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #006940;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.wc-manufacturing-gallery .imgs-cards .imgs-card .top {
    padding: 15px 15px 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-manufacturing-gallery .imgs-cards .imgs-card .top img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.wc-manufacturing-gallery .imgs-cards .imgs-card .bottom {
    padding: 15px;
    min-height: 100px;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.wc-manufacturing-gallery .imgs-cards .imgs-card .bottom h2 {
    font-weight: bold;
}

/* 
header {
  max-width: 1180px;
  width: 100%;
  padding: 15px 0 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  left: 50%;
  top: 0;
  z-index: 11111111;
  padding-bottom: 10px; }

header .nav ul {
  margin-bottom: 0 !important; }

.nav-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 3px solid #006940;
  background: #fff;
  z-index: 999; } */

.big-box {
    display: flex;
    justify-content: space-between;
}

.logo-box {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.logo-box img {
    height: 25px;
    margin-right: 15px;
}

.logo-box .phone-box {
    font-size: 16px;
    color: #0c70d2;
    font-weight: bold;
}

.logo-box .phone-box span:first-child {
    margin-right: 15px;
}

.logo-box .phone-box span a,
.m-phone-box a {
    color: #0c70d2;
    text-decoration: none;
    transition: .3s;
    font-size: 17px;
}

.logo-box .phone-box span a:hover,
.m-phone-box a:hover {
    color: dodgerblue;
}

.hamburger-box .hamburger-inner::after,
.hamburger-box .hamburger-inner::before,
.hamburger-box .hamburger-inner {
    background: #006940;
}

.social-icons a {
    text-decoration: none;
    color: #0c70d2;
    transition: .3s;
    font-weight: bold;
}

.social-icons a:hover {
    color: dodgerblue;
}

.nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.nav ul a {
    position: relative;
    text-decoration: none;
    color: #0c70d2;
    display: inline-block;
    padding: 5px 13px;
    font-weight: bold;
    overflow: hidden;
}

.nav ul a:hover {
    color: dodgerblue;
}

.nav ul a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: dodgerblue;
    left: 0;
    bottom: -3px;
    transition: .4s;
}

.nav ul a:hover::after {
    bottom: 0;
}

.nav1 a {
    font-size: 17px;
}

.nav2 a {
    font-size: 17px;
}

.nav-empty-space {
    height: 65px;
}

.active-link a {
    color: #006940 !important;
}

.active-link a::after {
    bottom: 0 !important;
    background: #006940 !important;
}

.m-nav-wrapper {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.99);
    border-bottom: 1px solid #006940;
}

.m-logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.m-logo-img {
    height: 50px;
    width: auto;
}

.m-logoAndPhone {
    color: #00a86b;
}

.m-burger-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-menu {
    text-align: center;
}

.m-menu li {
    list-style: none;
    margin-bottom: 1px;
}

.m-menu li a {
    display: block;
    padding: 3px;
    text-decoration: none;
    color: #00a86b;
    font-weight: bold;
    transition: .3s;
}

.m-menu li a:hover {
    background: #00a86b;
    color: #fff;
}

.m-social-media {
    display: flex;
    justify-content: center;
}

.m-social-media a {
    display: inline-block;
    padding: 10px;
    color: #00a86b;
}

.m-active-link a {
    color: #fff !important;
    background: #006940;
}

/* #m-main-wrapper {
  display: none; }

@media (max-width: 1300px) {
  header {
    padding: 15px; } }

@media (max-width: 1301px) {
  p,
  ul,
  ol,
  blockquote,
  .advantages__box-text,
  .nav1 a,
  .nav2 a {
    font-size: 15px; } }

@media (max-width: 1080px) {
  .nav-wrapper {
    display: none; }
  .m-nav-wrapper {
    display: block; }
  .nav-empty-space {
    height: 65px; } } */

#registerForm {
    display: none;
}



.form-opener {
    width: 100%;
    background: #006940;
    color: white;
    font-size: 36px;
    font-weight: bold;
    padding: 36px;
    cursor: pointer;
    text-align: center;
}





/* TROUBLESHOOTING V2 START */


.troubleshooting-v2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 3.6rem;
}

.troubleshooting-v2 img {
    width: 100%;
    margin-bottom: 1rem;
}

.help-button-wrapper {
    width: 100%;
    margin: 3.6rem 0;
    text-align: center;
}

.help-button-wrapper a {
    color: white;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    background: #006940;
    padding: 15px 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.troubleshooting-v2-table {}

.troubleshooting-v2-table tr:not(:last-of-type) {
    border-bottom: 2px solid #006940;
}

.troubleshooting-v2-table td {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
    padding: 1.8rem;
}

.troubleshooting-v2-table th {
    font-weight: bold;
    font-size: 4rem;
    text-align: center;
}

.troubleshooting-v2-table td:last-of-type {
    border-left: 2px solid #006940;
    padding-left: 3rem;
}

.troubleshooting-v2-table.leakage-table table tr td:first-of-type {
    font-size: 1.8rem;
    padding-left: 0;
    text-align: center;
    font-weight: bold;
}

.troubleshooting-v2-table .table-desc-number {
    display: block;
    color: #006940;
    font-size: 5rem;
}

.troubleshooting-v2-table .table-desc {
    display: block;
    color: black;

}

.troubleshooting-v2-table td li {
    margin-bottom: 1rem;
}


.why-royal .mini-banner {
    width: 100%;
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    background: black;
    text-align: center;
}

.why-royal h1 {
    color: white;
    font-weight: bold;
    margin: 0;
}

.why-royal-list-box {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
    display: flex;
    align-items: center;
}

.why-royal-list-box .why-royal-list-box-img,
.why-royal-list-box .why-royal-list-box-text {
    width: 50%;
}

#whyRoyalSlider {
    position: relative;
}

#whyRoyalSlider .slick-arrow {
    display: inline-block !important;
    position: absolute;
    z-index: 2;
    width: 50px !important;
    height: 50px !important;
    top: calc(100% - 16px) !important;
    /* background: blue; */
}

#whyRoyalSlider .slick-arrow::before {
    font-size: 35px;
}

#whyRoyalSlider .slick-arrow.slick-prev {
    left: calc(50% - 30px) !important;
}

#whyRoyalSlider .slick-arrow.slick-next {
    left: calc(50% + 30px) !important;
}

.why-royal-list-box .why-royal-list-box-img img {
    width: 100%;
    /* max-width: 450px; */
    text-align: center;
    height: auto;
}

.why-royal-list-box .why-royal-list-box-text {
    margin-left: 36px;

    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
}

.why-royal-list-box .why-royal-list-box-text div:not(:last-of-type) {
    margin-bottom: 3.6rem;
}

.why-royal-list-box .why-royal-list-box-text li {
    list-style: none;
    margin-bottom: 1rem;
    font-size: 18px;
}

.why-royal-list-box .why-royal-list-box-text li::before {
    content: '\2713';
    color: #006940;
    margin-right: 5px;
}

.why-royal-contact-btn {
    width: 100%;
    margin: 3.6rem 0;
    text-align: center;
}

.why-royal-contact-btn a {
    text-align: center;
    display: inline-block;
    padding: 15px 30px;
    background: #006940;
    color: white;
    font-size: 20px;
    text-decoration: none;
    width: 100%;
    max-width: 300px;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.why-royal-contact-btn a:hover {
    background: #00a86b;
}


@media(max-width:550px) {
    #whyRoyalSlider {
        width: 100%;
    }

    .why-royal-list-box {
        flex-direction: column;
    }

    .why-royal-list-box .why-royal-list-box-text {
        width: 100%;
        /* margin-top:36px; */
        margin-left: 0;
    }

    #whyRoyalSlider .slick-arrow {
        /* top:calc(50% - 15px) !important; */
        /* background: blue; */
    }
}



.landing-features {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
}

.landing-features .content-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.landing-features .content-box .single-feature {
    width: 25%;
    padding: 36px;
    text-align: center;
}

.landing-features .content-box .single-feature h3 {
    margin-bottom: 14px;
    font-weight: bold;
}

@media (max-width: 1000px) {
    .landing-features .content-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .landing-features .content-box .single-feature {
        flex: 1 1 300px;
        width: 25%;
        padding: 36px;
        text-align: center;
    }

    .landing-features .content-box .single-feature h3 {
        margin-bottom: 14px;
        font-weight: bold;
    }
}



/* manufacturing capabilities 2 */
.landing-manufacturing-capabilities .banner-look {
    /* background: #006940; */
    /* padding-top: 36px; */
    padding-bottom: 36px;
    /* color: white; */
    margin-bottom: 36px;
}

.landing-manufacturing-capabilities .banner-look h1 {
    /* color: white; */
    font-weight: bold;
    text-align: center;
}

.landing-manufacturing-capabilities .banner-look .content-box {
    display: flex;
    align-items: center;
}

.manufacturing-2__img {
    width: 50%;
}

.manufacturing-2-list ul {
    margin-left: 36px;
}

.manufacturing-2-list ul li {
    font-size: 21px;

    margin-bottom: 5px;
    margin-left: 2rem;
    list-style: disc;
    font-weight: 400;
}

.manufacturing-msg-statement {
    background: #006940;
    padding-top: 36px;
    padding-bottom: 36px;
    color: white;
    /* margin-bottom: 36px; */
    margin-top: 36px;
}

.manufacturing-msg-statement h1 {
    color: white;
    text-align: center;
    font-weight: bold;
}


@media(max-width:640px) {

    .landing-manufacturing-capabilities .banner-look .content-box {

        flex-direction: column;
    }

    .manufacturing-2__img {
        width: 100%;
    }

    .manufacturing-2-list ul {
        margin-left: 0;
        margin-top: 36px;
    }


}


.manufacturing-2-custom-solutions {
    margin-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.manufacturing-2-custom-solutions h1,
.manufacturing-2-custom-solutions h2 {
    font-weight: bold;
    text-align: center;
}

.manufacturing-2-custom-solutions h1 {
    margin-bottom: 18px;
}

.manufacturing-2-custom-solutions h2 {
    margin-bottom: 36px;
}

.manufacturing-2-custom-solutions .custom-solutions__img {
    align-self: center;
    width: 100%;
    max-width: 450px;
}

.manufacturing-2-custom-solutions .custom-solutions__img img {
    width: 100%;
    height: auto;
}

.u-border-bottom-black.v2 {
    margin-top: 80px;
    margin-bottom: 80px;
}


.custom-solutions-btn {
    font-size: 20px;
    align-self: center;
    margin-top: 36px;
    padding: 15px 30px;
    background: #006940;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom-solutions-btn:hover {
    color: white !important;
    text-decoration: none;
    background: #00a86b;
}



.manufacturing-2-examples {}

.manufacturing-2-examples .title {
    margin-bottom: 36px;
    font-weight: bold;
    text-align: center;
}

.examples-box {
    display: flex;
    justify-content: space-between;
}

.individual-example-box {
    width: 22%;
    display: flex;
    flex-direction: column;

}

.example_img {
    width: 100%;
}

.example_img img {
    width: 100%;
}

.example-list li {
    position: relative;
    list-style-position: outside;
}

.example-list li::before {
    position: absolute;
    left: -25px;

    padding-right: 5px;
    content: '\2713';
    color: #006940;
    /* margin-right: 5px; */
}

.example-list {
    justify-self: end;
    list-style: none;
    font-size: 18px;
    margin-top: 25px;
    margin-left: 20px;
}

.example-list li:not(:last-of-type) {
    /* margin-bottom:5px; */
}

@media(max-width:900px) {
    .examples-box {
        flex-wrap: wrap;
    }

    .individual-example-box {
        width: 40%;
        margin-bottom: 36px;

    }

}

@media(max-width:400px) {
    .examples-box {
        flex-wrap: wrap;
    }

    .individual-example-box {
        width: 90%;
        margin-bottom: 36px;

    }

}





.manufacturing-2-examples.vertical-alignment {}

.manufacturing-2-examples .title {
    margin-bottom: 36px;
    font-weight: bold;
    text-align: center;
}

.manufacturing-2-examples.vertical-alignment .examples-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.manufacturing-2-examples.vertical-alignment .individual-example-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 36px;

}

.manufacturing-2-examples.vertical-alignment .example_img {
    width: 50%;
    max-width: 400px;
}

.example_img img {
    width: 100%;
}

.example-list {
    justify-self: end;
    list-style: none;
}



.manufacturing-2-banner-section {
    margin-top: 36px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.manufacturing-2-banner-section img {
    width: 30%;
    max-width: 400px;
}

.manufacturing-2-process-design {
    background: rgb(224, 240, 224);
    padding-top: 36px;
    padding-bottom: 36px;
}

.manufacturing-2-process-design-item {
    display: flex;
    align-items: center;


}

.manufacturing-2-process-design-item:not(:last-of-type) {

    margin-bottom: 18px;

}

.manufacturing-2-process-design-item .icon {
    width: 50px;
    height: 50px;
    margin-right: 36px;
    background-image: url('./../images/manufacturing-2-icons.png');
}

.manufacturing-2-process-design-item .icon.icon-2 {
    background-position-x: 50px;
}

.manufacturing-2-process-design-item .icon.icon-3 {
    background-position-x: 98px;
}

.manufacturing-2-process-design-item .description h2 {
    font-weight: bold;
}

.manufacturing-2-process-design-item .description h3 {
    font-weight: normal;
}



/* POP UP GALLERY START*/

/* .fullScreen-popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: 1.5s ease-out .3s;
}

.fullScreen-popUp .close-me {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 50px;
    color: white;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.fullScreen-popUp .popUp-content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fullScreen-popUp .popUp-content img {
    max-width: 750px;
    width: 85%;
    height: auto;
    position: relative;
    top: 0;
    left: -500px;
    opacity: 0;
    transition: all 1.25s ease-in-out;
}

.fullScreen-popUp .popUp-content h3 {
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    max-width: 400px;
    width: 45%;
    bottom: -100px;
    opacity: 0;
    position: relative;
    transition: all 1.25s cubic-bezier(0.17, 0.67, 0.8, 1.35);
}

.fullScreen-popUp.active-popUp {
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    overflow-x: hidden;
}

.fullScreen-popUp.active-popUp img {
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 1.25s ease-in-out;
}

.fullScreen-popUp.active-popUp h3 {
    color: #fff;
    font-size: 3rem;
    text-transform: capitalize;
    max-width: 400px;
    width: 45%;
    bottom: 0;
    opacity: 1;
    transition: all 1.25s cubic-bezier(0.17, 0.67, 0.8, 1.35) 0.3s;
}

@media (max-width: 525px) {
    .fullScreen-popUp .close-me {
        top: 10px;
        right: 20px;
        font-size: 50px;
    }

    .fullScreen-popUp .popUp-content {
        flex-direction: column;
        justify-content: center;
    }

    .fullScreen-popUp .popUp-content img {
        width: 95%;
        max-width: 450px;
        margin-bottom: 3.6rem;
    }

    .fullScreen-popUp .popUp-content h3 {
        width: 100%;
    }

    .fullScreen-popUp.active-popUp {
        z-index: 99999999;
        opacity: 1;
        visibility: visible;
    }

    .fullScreen-popUp.active-popUp img {
        top: 0;
        left: 0;
        transition: all .5s ease-in-out;
    }

    .fullScreen-popUp.active-popUp h3 {
        color: #fff;
        width: 300px;
        left: 0;
        transform: rotateZ(0deg);
        transition: all .5s ease-in-out;
    }
}

.popUp-gallery-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background: black;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out;
}

.fullScreen-popUp.active-popUp+.popUp-gallery-bg {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.mini-popUp-gallery-wrapper {}

.mini-popUp-gallery-box {
    display: flex;
    justify-content: center;
}

.mini-popUp-gallery-box .mini-imgs-box{
    width:50%;
    max-width: 300px;
    cursor: pointer;
}
        .mini-popUp-gallery-box .mini-imgs-box .mini-img{
            width: 100%;
        }
        .mini-popUp-gallery-box .mini-imgs-box .mini-img img{
            width: 100%;
            border:3px solid black;
        } */

/* POP UP GALLERY STOP */

.cylinder-test-box{
    margin-top:72px;
}
.cylinder-test-box--top h2 {
    font-weight: bold;
    margin-bottom: 11px;
}

.cylinder-test-box--top .test-list {
    display: flex;
    justify-content: space-between;

}

.cylinder-test-box--top .test-list {
    display: flex;
    justify-content: space-between;

}
@media(max-width:800px){
    .cylinder-test-box--top .test-list {
        flex-direction: column;
    
    }
}
.cylinder-test-box--top .test-list li {
    list-style: none;
}
.cylinder-test-box--bottom {
    margin-top: 36px;
}
.cylinder-test-box--bottom li {
    list-style: none;
    font-size: 20px;
    display: flex;
    margin-bottom: 12px;
}


.cylinder-test-box--bottom li .list-left {

    display: inline-block;
    width: 190px ;
    min-width: 290px ;
    margin-right: 36px;
    text-align: start;

}
.cylinder-test-box--bottom li .list-right {

    display: inline-block;

}

@media(max-width:980px)
{
    .cylinder-test-box--bottom li .list-left {

        width: 190px ;
        min-width: 190px ;
       
    
    }
}
@media(max-width:700px)
{
    .cylinder-test-box--bottom li .list-left {

        width: 150px ;
        min-width: 150px ;
       
    
    }
}
@media(max-width:530px){
    .cylinder-test-box--bottom li {
        flex-direction: column;
    }
    .cylinder-test-box--bottom li .list-left {
        width: 100%;
        min-width:100%;
        font-weight: bold;
    }
}

.design-resources {
    margin-top:72px;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 15px;
    padding-right: 15px;
    background: #006940;
}
.design-resources__content {
    display: flex;
}
.design-resources__content-list {
    width: 60%;
    min-width: 320px;
    list-style: none;
    margin-right: 36px;
    list-style: none;
}
.design-resources__content-list a {
    text-decoration: none;
    color: white;
}

.design-resources__content-miniTitle {
    width: 40%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.design-resources__content-miniTitle h1 {
    width: 100%;
    max-width: 400px;
    text-align: center;
    font-weight: bold;
}