html {
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: content-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

img {
    max-width: 100%;
    overflow: hidden
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #fff;
    overflow-x: hidden
}

@media(min-width: 64em) {
    body {
        font-size: 1.125rem
    }
}

body.noscroll {
    overflow: hidden
}

a,
a:visited,
a:hover {
    text-decoration: none;
    opacity: 1
}

a {
    font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em;
    margin-top: 20px;
    letter-spacing: .1em;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase
}

section:not(.hero, .service-faq, .customer-say, .copy, .ser-banner, .banner-section),
.services-offer,
.projects-section,
.topic,
.blogbox,
.whatssets,
.about-banner,
.alternative,
.sertab,
.blog-banner,
.blog-text,
.grow-cycle,
.contact-box {
    padding: 2em 0
}

@media(min-width: 40em) {
    section:not(.hero, .service-faq, .customer-say, .copy, .ser-banner, .banner-section),
    .services-offer,
    .projects-section,
    .topic,
    .blogbox,
    .whatssets,
    .about-banner,
    .alternative,
    .sertab,
    .blog-banner,
    .blog-text,
    .grow-cycle,
    .contact-box {
        padding: 3em 0
    }
}

@media(min-width: 64em) {
    section:not(.hero, .service-faq, .customer-say, .copy, .ser-banner, .banner-section),
    .services-offer,
    .projects-section,
    .topic,
    .blogbox,
    .whatssets,
    .about-banner,
    .alternative,
    .sertab,
    .blog-banner,
    .blog-text,
    .grow-cycle,
    .contact-box {
        padding: 4em 0
    }
}

@media(min-width: 87.5em) {
    section:not(.hero, .service-faq, .customer-say, .copy, .ser-banner, .banner-section),
    .services-offer,
    .projects-section,
    .topic,
    .blogbox,
    .whatssets,
    .about-banner,
    .alternative,
    .sertab,
    .blog-banner,
    .blog-text,
    .grow-cycle,
    .contact-box {
        padding: 5em 0
    }
}

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 95vw
}

@media(min-width: 40em) {
    .container {
        width: 85vw
    }
}

@media(min-width: 64em) {
    .container {
        width: 95vw
    }
}

@media(min-width: 87.5em) {
    .container {
        width: 75vw
    }
}

.mt {
    margin-top: 0em
}

@media(min-width: 40em) {
    .mt {
        margin-top: 4em
    }
}

@media(min-width: 64em) {
    .mt {
        margin-top: 4em
    }
}

@media(min-width: 87.5em) {
    .mt {
        margin-top: 4em
    }
}

.hero {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px
}

.hero .bgover {
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #333;
    opacity: .7;
    transition: background .3s, border-radius .3s, opacity .3s
}

.banner-section {
    display: none;
    padding: 30px 0;
    background: #acadaf;
    text-align: center
}

@media(min-width: 40em) {
    .banner-section {
        display: block
    }
}

@media(min-width: 64em) {
    .banner-section {
        display: block
    }
}

@media(min-width: 87.5em) {
    .banner-section {
        display: block
    }
}

.banner-section h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px
}

.banner-section h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-left: 60px
}

.banner-section h2 .button-one {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 10px 35px
}

.banner-section-mob {
    display: block;
    padding: 30px 0;
    background: #acadaf;
    text-align: center
}

@media(min-width: 40em) {
    .banner-section-mob {
        display: none
    }
}

@media(min-width: 64em) {
    .banner-section-mob {
        display: none
    }
}

@media(min-width: 87.5em) {
    .banner-section-mob {
        display: none
    }
}

.banner-section-mob h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.5px
}

.banner-section-mob a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 10px 35px;
    margin-top: 15px
}

.services-offer .col-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2em
}

@media(min-width: 40em) {
    .services-offer .col-container {
        flex-direction: column;
        gap: 2em
    }
}

@media(min-width: 64em) {
    .services-offer .col-container {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 87.5em) {
    .services-offer .col-container {
        flex-direction: row;
        gap: 2em
    }
}

.services-offer .col-container .col {
    flex: 1;
    padding: 16px
}

.services-offer .col-container .col .offer-post {
    margin-bottom: 30px
}

.services-offer .col-container .col .offer-post a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    width: 100%;
    margin-bottom: 20px
}

.services-offer .col-container .col .offer-post h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.services-offer .col-container .col .offer-post p {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

.services-offer .col-container .col .abt-text {
    width: 100%
}

.services-offer .col-container .col .abt-text h2 {
    color: #222;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px
}

.services-offer .col-container .col .abt-text span {
    width: 25%;
    height: 2px;
    background-color: #880c71;
    display: block;
    margin: 15px 0px
}

.services-offer .col-container .col .abt-text p {
    font-size: 14px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: justify
}

.services-offer .col-container .col .abt-button {
    width: 100%;
    padding: 0px;
    margin-top: 30px
}

.services-offer .col-container .col .abt-button a {
    width: auto;
    background-color: #880c71;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #880c71
}

.services-offer .col-container .col .abt-button a:hover {
    background-color: #cab7d3;
    border: 2px solid #cab7d3;
    color: #000
}

.services-offer .holder {
    position: relative
}

.projects-section {
    padding: 50px 0 35px;
    background: #f7f7f7;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3
}

.projects-section .title-section {
    text-align: center;
    margin-bottom: 30px
}

.projects-section .title-section h2 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 10px
}

.projects-section .title-section h1 {
    color: #222;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0
}

.projects-section .filters {
    width: 100%
}

.projects-section .col-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2em
}

@media(min-width: 40em) {
    .projects-section .col-container {
        flex-direction: column;
        gap: 2em
    }
}

@media(min-width: 64em) {
    .projects-section .col-container {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 87.5em) {
    .projects-section .col-container {
        flex-direction: row;
        gap: 2em
    }
}

.projects-section .col-container .col {
    max-width: 100%;
    flex: 1;
    padding: 16px
}

@media(min-width: 40em) {
    .projects-section .col-container .col {
        max-width: 33.333333%
    }
}

@media(min-width: 64em) {
    .projects-section .col-container .col {
        max-width: 33.333333%
    }
}

@media(min-width: 87.5em) {
    .projects-section .col-container .col {
        max-width: 33.333333%
    }
}

.topic {
    position: relative;
    background-color: #bbb;
    background-image: url("../img/Mask-group-3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.topic .topic-row {
    width: 100%;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .topic .topic-row {
        flex-direction: column;
        gap: 2em
    }
}

@media(min-width: 64em) {
    .topic .topic-row {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 87.5em) {
    .topic .topic-row {
        flex-direction: row;
        gap: 2em
    }
}

.topic .topic-row .col {
    flex: 1;
    padding: 16px
}

.topic .topic-row .col .raterow {
    width: 100%;
    flex-direction: row;
    gap: 1em;
    display: flex;
    margin: 15px 0px
}

@media(min-width: 40em) {
    .topic .topic-row .col .raterow {
        flex-direction: row;
        gap: 2em;
        width: 70%;
        flex-direction: row;
        margin: 15px 0px
    }
}

@media(min-width: 64em) {
    .topic .topic-row .col .raterow {
        flex-direction: row;
        gap: 2em;
        width: 70%;
        flex-direction: row;
        margin: 15px 0px
    }
}

@media(min-width: 87.5em) {
    .topic .topic-row .col .raterow {
        flex-direction: row;
        gap: 2em;
        width: 70%;
        flex-direction: row;
        margin: 15px 0px
    }
}

.topic .topic-row .col .raterow .col {
    flex: 1;
    padding: 0px
}

.topic .topic-row .col .raterow .col .counter-container {
    border-color: #880c71;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-color: rgba(250, 250, 250, .3294117647);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 15px 15px 15px 15px;
    min-width: auto
}

@media(min-width: 40em) {
    .topic .topic-row .col .raterow .col .counter-container {
        min-width: 210px;
        padding: 15px
    }
}

@media(min-width: 64em) {
    .topic .topic-row .col .raterow .col .counter-container {
        min-width: 210px;
        padding: 20px
    }
}

@media(min-width: 87.5em) {
    .topic .topic-row .col .raterow .col .counter-container {
        min-width: 210px;
        padding: 20px
    }
}

.topic .topic-row .col .raterow .col .counter-container .prefix {
    text-align: right;
    width: 18px
}

.topic .topic-row .col .raterow .col .counter-container .number-suffix {
    flex-grow: 1;
    white-space: pre-wrap;
    font-size: 60px
}

.topic .topic-row .col .raterow .col .counter-container .number-wrapper {
    color: #880c71;
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    text-align: center
}

@media(min-width: 40em) {
    .topic .topic-row .col .raterow .col .counter-container .number-wrapper {
        font-size: 60px
    }
}

@media(min-width: 64em) {
    .topic .topic-row .col .raterow .col .counter-container .number-wrapper {
        font-size: 65px
    }
}

@media(min-width: 87.5em) {
    .topic .topic-row .col .raterow .col .counter-container .number-wrapper {
        font-size: 65px
    }
}

.topic .topic-row .col .raterow .col .counter-container .counter-title {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.5;
    color: #000
}

@media(min-width: 40em) {
    .topic .topic-row .col .raterow .col .counter-container .counter-title {
        font-size: 13px
    }
}

@media(min-width: 64em) {
    .topic .topic-row .col .raterow .col .counter-container .counter-title {
        font-size: 13px
    }
}

@media(min-width: 87.5em) {
    .topic .topic-row .col .raterow .col .counter-container .counter-title {
        font-size: 13px
    }
}

.topic .topic-row .col .contain {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    height: 100%
}

.topic .topic-row .col .contain img {
    mask-image: url(../img/Union-2.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/Union-2.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat
}

.topic .topic-row .col .contain .success {
    padding: 20px;
    width: 100%;
    position: static;
    background-color: #880c71;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row
}

@media(min-width: 40em) {
    .topic .topic-row .col .contain .success {
        width: 37.986%;
        position: absolute;
        bottom: 26px;
        right: 73px
    }
}

@media(min-width: 64em) {
    .topic .topic-row .col .contain .success {
        width: 37.986%;
        position: absolute;
        bottom: 26px;
        right: 73px
    }
}

@media(min-width: 87.5em) {
    .topic .topic-row .col .contain .success {
        width: 37.986%;
        position: absolute;
        bottom: 26px;
        right: 73px
    }
}

.topic .topic-row .col .contain .success .ioc-right {
    width: 25%
}

.topic .topic-row .col .contain .success .ioc-right img {
    max-width: 100%;
    -webkit-mask: none;
    mask: none
}

.topic .topic-row .col .contain .success .perwrap {
    width: 75%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.topic .topic-row .col .contain .success .perwrap .proj {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #fff
}

.topic .topic-row .col .contain .success .perwrap .per10 {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #fff
}

.contain {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    height: 100%
}

.contain img {
    mask-image: url(../img/Union-2.png);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../img/Union-2.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat
}

.contain .success {
    padding: 20px;
    width: 37.986%;
    position: absolute;
    bottom: 26px;
    right: 73px;
    background-color: #880c71;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row
}

.contain .success .ioc-right {
    width: 25%
}

.contain .success .ioc-right img {
    max-width: 100%;
    -webkit-mask: none;
    mask: none
}

.contain .success .perwrap {
    width: 75%;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.contain .success .perwrap .proj {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #fff
}

.contain .success .perwrap .per10 {
    font-size: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #fff
}

.dual-button-wrapper {
    margin-top: 15px
}

.dual-button-wrapper .jkit-dual-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    outline: 0;
    position: relative;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background-color: #880c71;
    width: auto;
    padding: 15px;
    z-index: 1
}

.dual-button-wrapper .jkit-dual-btn:hover {
    color: #000;
    background-color: #9b7aa8
}

.textpart {
    width: 100%
}

.textpart .hedtextpart {
    margin-bottom: 10px
}

.textpart .hedtextpart h2 {
    line-height: 1.3em;
    margin-top: 20px;
    letter-spacing: .1em;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 24px
}

@media(min-width: 40em) {
    .textpart .hedtextpart h2 {
        font-size: 30px
    }
}

@media(min-width: 64em) {
    .textpart .hedtextpart h2 {
        font-size: 35px
    }
}

@media(min-width: 87.5em) {
    .textpart .hedtextpart h2 {
        font-size: 35px
    }
}

.textpart .hedtextpart p {
    font-size: 15px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

@media(min-width: 40em) {
    .textpart .hedtextpart p {
        flex-direction: column;
        font-size: 15px
    }
}

@media(min-width: 64em) {
    .textpart .hedtextpart p {
        font-size: 15px;
        font-size: 15px
    }
}

@media(min-width: 87.5em) {
    .textpart .hedtextpart p {
        font-size: 15px;
        font-size: 15px;
        font-size: 15px
    }
}

.blogbox {
    position: relative
}

.blogbox .title-blog {
    text-align: center;
    margin-bottom: 30px
}

.blogbox .title-blog h1 {
    color: #222;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0
}

.blogbox .title-blog h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 10px
}

.blogbox .news-box {
    padding-top: 15px
}

.blogbox .news-box .blog-row {
    gap: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media(min-width: 40em) {
    .blogbox .news-box .blog-row {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    .blogbox .news-box .blog-row {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    .blogbox .news-box .blog-row {
        flex-direction: row
    }
}

.blogbox .news-box .blog-row p {
    font-size: 14px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

.blogbox .news-box .blog-row .col {
    flex: 1;
    padding: 16px;
    flex-basis: 30%;
}

.blogbox .news-box .blog-row .col .news-post {
    margin-bottom: 30px
}

.blogbox .news-box .blog-row .col .news-post img {
    width: 100%;
    margin-bottom: 25px;
    vertical-align: middle
}

.blogbox .news-box .blog-row .col .news-post h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    margin-bottom: 2px;
    text-transform: uppercase
}

.blogbox .news-box .blog-row .col .news-post span {
    display: inline-block;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px
}

.blogbox .news-box .blog-row .col .news-post p {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

.blogbox .news-box .blog-row .col .news-post a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #aeaeae;
    font-size: 11px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.blogbox .news-box .blog-row .col .news-post a:hover {
    color: #880c71
}

.testimonials {
    padding: 50px 0 30px;
    position: relative;
    background: url("../img/2.jpg") fixed;
    background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.testimonials::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .87)
}

.testimonials::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.testimonials .testmon-textwrap {
    width: 100%
}

.testimonials .testmon-textwrap h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin: 0
}

.testimonials .testmon-textwrap span {
    color: #880c71
}

.whatssets {
    position: relative;
    background: #f7f7f7
}

.whatssets .watsrow {
    display: flex;
    flex-direction: column;
    gap: .5em
}

@media(min-width: 40em) {
    .whatssets .watsrow {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 64em) {
    .whatssets .watsrow {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 87.5em) {
    .whatssets .watsrow {
        flex-direction: row;
        gap: 2em
    }
}

.whatssets .watscol {
    flex: 1;
    padding: 16px;
    flex-direction: column;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover
}

.whatssets .watscol .whatsimage {
    max-width: 100%;
    background: url(../img/watsap01.png) no-repeat;
    height: 100%;
    background-size: cover !important;
    min-height: 300px;
    background-position: center bottom !important;
}

.whatssets .watscol .whatsimage img {
    max-width: 100%;
    min-height: 300px
}

.whatssets .watscol .buildimage {
    max-width: 100%;
    background: url(../img/abt-company.png) no-repeat;
    height: 100%;
    background-size: cover !important;
    min-height: 300px;
    background-position: center bottom !important;
}

.whatssets .watscol .buildimage img {
    max-width: 100%;
    min-height: 300px
}

.whatssets .watscol h2 {
    line-height: 1.3em;
    margin-top: 20px;
    letter-spacing: .1em;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 24px
}

@media(min-width: 40em) {
    .whatssets .watscol h2 {
        font-size: 30px
    }
}

@media(min-width: 64em) {
    .whatssets .watscol h2 {
        font-size: 35px
    }
}

@media(min-width: 87.5em) {
    .whatssets .watscol h2 {
        font-size: 35px
    }
}

.whatssets .watscol p {
    font-size: 15px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: justify
}

@media(min-width: 40em) {
    .whatssets .watscol p {
        flex-direction: column;
        font-size: 15px
    }
}

@media(min-width: 64em) {
    .whatssets .watscol p {
        font-size: 15px;
        font-size: 15px
    }
}

@media(min-width: 87.5em) {
    .whatssets .watscol p {
        font-size: 15px;
        font-size: 15px;
        font-size: 15px
    }
}

.clients-quote {
    padding: 50px 0 30px;
    position: relative;
    background: url("../img/20.jpg") fixed;
    background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.clients-quote::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.clients-quote .quote-row {
    gap: 1em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .clients-quote .quote-row {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    .clients-quote .quote-row {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    .clients-quote .quote-row {
        flex-direction: row
    }
}

.clients-quote .quote-row .quote-col {
    flex: 1;
    padding: 16px
}

.clients-quote .quote-row .quote-col .map-holder {
    padding: 20px;
    background: #fff;
    z-index: 500;
    /*height: 499px;*/
}

.clients-quote .quote-row .quote-col .map-holder .responsive-map {
    overflow: hidden;
    padding-bottom: 70.25%;
    position: relative;
    height: 0
}

.clients-quote .quote-row .quote-col .map-holder .responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.clients-quote .quote-row .quote-col .quote-box {
    width: 100%
}

.clients-quote .quote-row .quote-col .quote-box h2 {
    color: #222;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px
}

.clients-quote .quote-row .quote-col .quote-box .formrow {
    gap: 1em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .clients-quote .quote-row .quote-col .quote-box .formrow {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    .clients-quote .quote-row .quote-col .quote-box .formrow {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    .clients-quote .quote-row .quote-col .quote-box .formrow {
        flex-direction: row
    }
}

.clients-quote .quote-row .quote-col .quote-box .formrow .formcol {
    flex: 1;
    /*padding: 16px*/
}

.clients-quote .quote-row .quote-col .quote-box textarea {
    height: 100px
}

.clients-quote .quote-row .quote-col .quote-box input,
.clients-quote .quote-row .quote-col .quote-box textarea {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 25px;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif
}

.clients-quote .quote-row .quote-col .quote-box input:focus,
.clients-quote .quote-row .quote-col .quote-box textarea:focus {
    border-bottom: 1px solid #880c71
}

.clients-quote .quote-row .quote-col .quote-box input[type=submit] {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #880c71;
    color: #fff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-bottom: 10px;
    width: auto;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer
}

footer {
    background: #222
}

footer .up-footer {
    padding: 70px 0
}

footer .up-footer ul.navigation {
    margin: 0;
    padding: 0
}

footer .up-footer ul.navigation li {
    list-style: none;
    margin-bottom: 5px
}

footer .up-footer ul.navigation li a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, .9)
}

footer .up-footer ul.navigation li a:hover {
    color: #880c71
}

footer .up-footer h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff
}

footer .up-footer p {
    color: #fff;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

footer .up-footer p span {
    font-family: "Montserrat", sans-serif;
    color: "Montserrat", sans-serif
}

footer .up-footer img {
    margin-top: 12px;
    filter: brightness(0) invert(1);
    max-width: 100%
}

footer .up-footer .footerrow {
    gap: 7em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    footer .up-footer .footerrow {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    footer .up-footer .footerrow {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    footer .up-footer .footerrow {
        flex-direction: row
    }
}

footer .up-footer .footerrow .formcol {
    flex: 1;
    padding: 16px
}

footer .up-footer ul.tag-list {
    margin: 0;
    padding: 0
}

footer .up-footer ul.tag-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 6px
}

footer .up-footer ul.tag-list a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    padding: 8px 18px;
    color: rgba(255, 255, 255, .8);
    border: 1px solid #454545;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    border-radius: 3px
}

footer .up-footer ul.tag-list a:hover {
    background: #880c71;
    border: 1px solid #880c71
}

.about-banner {
    margin-top: 90px;
    padding: 120px 0;
    position: relative;
    background: url("../img/ban.jpg") center;
    background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 250px
}

.about-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3)
}

.about-banner h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin-bottom: 0
}

.about-banner span {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    font-family: "Montserrat", sans-serif
}

.team-row {
    flex-direction: row;
    margin-top: -150px;
    background: #fff;
    box-shadow: -1px 0px 15px -4px rgba(0, 0, 0, .67);
    padding: 20px;
    gap: 1em;
    display: flex;
    flex-direction: column;
    position:relative;
    z-index:100;
}

@media(min-width: 40em) {
    .team-row {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    .team-row {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    .team-row {
        flex-direction: row
    }
}

.team-row .col {
    flex: 1;
    padding: 16px
}

.team-row .col .team-wrap .team-icon {
    width: 60px;
    height: 60px;
    display: block
}

.team-row .col .team-wrap .team-hed {
    width: 100%;
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 15px 0px 0px 0px;
    font-size: 14px
}

.team-row .col .team-wrap .team-text {
    font-size: 14px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: justify
}

.team-row .col .team-wrap .team-link a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #aeaeae;
    font-size: 11px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.team-row .col .team-wrap .team-link a:hover {
    color: #880c71
}

.alternative {
    position: relative
}

.alternative .tabnew-row {
    gap: 1em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .alternative .tabnew-row {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    .alternative .tabnew-row {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    .alternative .tabnew-row {
        flex-direction: row
    }
}

.alternative .tabnew-row .col {
    flex: 1;
    padding: 16px
}

.alternative .tabnew-row .col .mission {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.alternative .tabnew-row .col .mission h3 {
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}

.alternative .tabnew-row .col .imgbox {
    width: 100%;
    padding: 10px 0px
}

.alternative .tabnew-row .col .mis-text {
    font-size: 15px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: justify
}

.sertab {
    position: relative;
    padding-bottom: 0px
}

.sertab .ser-row {
    flex-direction: column;
    gap: 0em;
    display: flex
}

@media(min-width: 40em) {
    .sertab .ser-row {
        flex-direction: row;
        gap: 2em;
        display: flex
    }
}

@media(min-width: 64em) {
    .sertab .ser-row {
        flex-direction: row;
        gap: 2em;
        display: flex
    }
}

@media(min-width: 87.5em) {
    .sertab .ser-row {
        flex-direction: row;
        gap: 2em;
        display: flex
    }
}

.sertab .ser-row .ser-col {
    flex: 1;
    padding: 0px;
    flex-direction: column;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover
}

.sertab .ser-row .ser-col .offer-post {
    margin-bottom: 30px
}

.sertab .ser-row .ser-col .offer-post a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    width: 100%
}

.sertab .ser-row .ser-col .offer-post a img {
    width: 100%;
    margin-bottom: 30px
}

.sertab .ser-row .ser-col .offer-post h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.sertab .ser-row .ser-col .offer-post h2 a {
    margin: 0;
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #222
}

.sertab .ser-row .ser-col .offer-post h2 a:hover {
    color: #880c71
}

.sertab .ser-row .ser-col .offer-post h2 a i {
    font-size: 16px;
    padding: 12px;
    background: #f3f3f3;
    margin-right: 10px
}

.sertab .ser-row .ser-col .offer-post p {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    text-align: justify
}

.sertab .ser-row .ser-col .offer-post .inquire {
    background: #880c71;
    color: #fff;
    width: auto;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif
}

.blog-banner {
    position: relative
}

.blog-banner .colorbox {
    width: 60px;
    height: 250px;
    display: none;
    position: absolute;
    left: -58px;
    background: #880c71
}

@media(min-width: 40em) {
    .blog-banner .colorbox {
        display: block
    }
}

@media(min-width: 64em) {
    .blog-banner .colorbox {
        display: block
    }
}

@media(min-width: 87.5em) {
    .blog-banner .colorbox {
        display: block
    }
}

.blog-banner .whitebox {
    position: static;
    bottom: -90px;
    right: -50px;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .32)
}

@media(min-width: 40em) {
    .blog-banner .whitebox {
        position: absolute;
        bottom: -90px;
        right: -50px;
        width: 70%
    }
}

@media(min-width: 64em) {
    .blog-banner .whitebox {
        position: absolute;
        bottom: -90px;
        right: -50px;
        width: 70%
    }
}

@media(min-width: 87.5em) {
    .blog-banner .whitebox {
        position: absolute;
        bottom: -90px;
        right: -50px;
        width: 70%
    }
}

.blog-banner .whitebox .smlbox {
    width: 35px;
    height: 35px;
    background: #880c71;
    border-radius: 50%
}

.blog-banner .whitebox h1 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 500;
    text-align: left
}

.blog-banner .grybox {
    position: absolute;
    bottom: 0px;
    height: 350px;
    width: 100%;
    background-color: #acadaf
}

.blog-banner .bannerimg {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative
}

@media(min-width: 40em) {
    .blog-banner .bannerimg {
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
        width: 40%
    }
}

@media(min-width: 64em) {
    .blog-banner .bannerimg {
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
        width: 40%
    }
}

@media(min-width: 87.5em) {
    .blog-banner .bannerimg {
        max-width: 75%;
        margin: 0 auto;
        text-align: center;
        width: 40%
    }
}

.blog-banner .bannerimg img {
    max-width: 100%
}

.blog-text {
    position: relative
}

.blog-text .blogwrap {
    text-align: justify;
}

.blog-text .blogwrap h2 {
    color: #222;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.blog-text .blogwrap p {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

.blog-text .blogwrap a {
    width: auto;
    background-color: #880c71;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #880c71
}

.blog-text .blogwrap a:hover {
    background-color: #cab7d3;
    border: 2px solid #cab7d3;
    color: #000
}

.weare {
    text-align: center;
    padding: 50px 0 30px;
    position: relative;
    background: url("../img/abt-pic05.png") fixed;
    background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.weare::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .89)
}

.weare h2 {
    text-align: center;
    font-size: 30px;
    color: #222;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.weare p {
    font-size: 15px;
    text-align: center;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px
}

.weare a {
    width: auto;
    background-color: #880c71;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 4px;
    transition: .5s;
    margin-top: 30px;
    color: #fff;
    cursor: pointer;
    border: 2px solid #880c71
}

.weare a:hover {
    background-color: #cab7d3;
    border: 2px solid #cab7d3;
    color: #000
}

.grow-cycle {
    text-align: center;
    padding: 65px 0 0px !important;
    position: relative;
    background: url("../img/ban.jpg") fixed;
    background-size: auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.grow-cycle::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .89)
}

.grow-cycle .cycle-row {
    flex-direction: row;
    margin-top: 30px;
    padding: 20px;
    gap: 1em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .grow-cycle .cycle-row {
        flex-direction: row
    }
}

@media(min-width: 64em) {
    .grow-cycle .cycle-row {
        flex-direction: row
    }
}

@media(min-width: 87.5em) {
    .grow-cycle .cycle-row {
        flex-direction: row
    }
}

.grow-cycle .cycle-row .cycle-col {
    flex: 1;
    padding: 16px
}

.grow-cycle .cycle-row .cycle-col .content-inner {
    float: left;
    position: relative;
    text-align: center;
    width: 100%
}

.grow-cycle .cycle-row .cycle-col .content-inner .icon80 {
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.grow-cycle .cycle-row .cycle-col .content-inner .content-meta .desc {
    font-size: 15px;
    margin: 0;
    line-height: 1.3em;
    margin-top: 0px;
    letter-spacing: .1em;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase
}

.grow-cycle .cycle-row .cycle-col .content-inner .content-meta .gr-number-counter {
    font-family: "Montserrat", sans-serif;
    display: block;
    color: #880c71;
    font-size: 35px;
    line-height: 47px;
    font-weight: 600;
    transition: all .35s ease
}

.grow-cycle .cycle-row .cycle-col .content-inner .content-meta .marque-separator-holder {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1em
}

.grow-cycle .cycle-row .cycle-col .content-inner .content-meta .marque-separator-holder .marque-separator {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #000;
    height: 1px;
    margin: 30px 0px 25px 0px;
    width: 40px
}

.contactbox {
    position: relative
}

.contactbox .contnewrow {
    gap: 1em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .contactbox .contnewrow {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 64em) {
    .contactbox .contnewrow {
        flex-direction: row;
        gap: 2em
    }
}

@media(min-width: 87.5em) {
    .contactbox .contnewrow {
        flex-direction: row;
        gap: 2em
    }
}

.contactbox .contnewrow .contcol-1 {
    flex: 0 30%;
    padding: 16px
}

.contactbox .contnewrow .contcol-1 .contact-wrap {
    position: relative
}

.contactbox .contnewrow .contcol-1 .contact-wrap h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.contactbox .contnewrow .contcol-1 .contact-wrap p {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 10px
}

.contactbox .contnewrow .contcol-1 .contact-wrap ul {
    margin: 0px;
    padding: 0px
}

.contactbox .contnewrow .contcol-1 .contact-wrap ul li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.contactbox .contnewrow .contcol-1 .contact-wrap ul li a {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: inline-block;
    /*margin-left: 25px;*/
    margin-bottom: 10px;
    color: #222
}

.contactbox .contnewrow .contcol-1 .contact-wrap ul li i {
    float: left;
    color: #222;
    font-size: 13px;
    line-height: 24px
}

.contactbox .contnewrow .contcol-1 .contact-wrap ul li span {
    display: block;
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-bottom: 8px;
    /*margin-left: 25px;*/
    color: #222
}

.contactbox .contnewrow .contcol-2 {
    flex: 1;
    padding: 16px
}

.contactbox .contnewrow .contcol-2 .contact-input {
    position: relative
}

.contactbox .contnewrow .contcol-2 .contact-input h2 {
    color: #222;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.contactbox .contnewrow .contcol-2 .contact-input .contact-in {
    gap: 1em;
    display: flex;
    flex-direction: column
}

@media(min-width: 40em) {
    .contactbox .contnewrow .contcol-2 .contact-input .contact-in {
        flex-direction: row;
        gap: 1em
    }
}

@media(min-width: 64em) {
    .contactbox .contnewrow .contcol-2 .contact-input .contact-in {
        flex-direction: row;
        gap: 1em
    }
}

@media(min-width: 87.5em) {
    .contactbox .contnewrow .contcol-2 .contact-input .contact-in {
        flex-direction: row;
        gap: 1em
    }
}

.contactbox .contnewrow .contcol-2 .contact-input .contact-in .incol {
    flex: 1;
    padding: 16px 0px;
}

.contactbox .contnewrow .contcol-2 .contact-input .contact-in .incol input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #666;
    font-size: 13px;
    font-family: "Montserrat", sans-serif
}

.contactbox .contnewrow .contcol-2 .contact-input .contact-in .incol textarea {
    height: 146px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #666;
    font-size: 13px;
    font-family: "Montserrat", sans-serif
}

.contactbox .contnewrow .contcol-2 .contact-input .contact-in .incol input[type=submit] {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #880c71;
    color: #fff;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-bottom: 10px;
    width: auto
}

.contactbox .contnewrow .contcol-2 .contact-input .contact-in .incol input[type=submit]:hover {
    opacity: .7
}

header {
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:9999;
    transition: top .5s ease
}

header nav {
    float: right;
    margin-right: 15px;
    text-transform: uppercase;
    z-index: 95
}

header nav ol {
    margin: 0;
    padding: 0;
    position: relative
}

header nav ol li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0
}

header nav ol li:hover ul {
    display: block;
    color: #880c71
}

header nav ol li a {
    color: #222;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    display: block;
    padding: 30px 20px;
    position: relative;
    text-decoration: none
}

header nav ol li a:after {
    content: "";
    border-bottom: 1px dashed #fff;
    bottom: 21px;
    left: 10%;
    opacity: 0;
    position: absolute;
    width: 80%;
    z-index: 111;
    transition-property: opacity;
    transition-duration: .35s
}

header nav ol li a:visited {
    color: #222
}

header nav ol li a:visited:after {
    content: "";
    opacity: 1
}

header nav ol li a:hover {
    color: #880c71
}

header nav ol li a:hover:after {
    content: "";
    opacity: 1
}

header nav ol li a.active {
    color: #880c71
}

header nav ol li a.active:after {
    content: "";
    opacity: 1
}

header nav ol li a.active:visited {
    color: #880c71
}

header nav ol li a.active:visited:after {
    content: "";
    opacity: 1
}

header nav ol li svg {
    display: none
}

header nav ol li.mobileMenu {
    display: none
}

header nav ol li.mobileSub {
    display: none
}

header nav ol ul.submenu {
    background-color: #fff;
    border-top: 2px solid #880c71;
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 200px;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, .05)
}

header nav ol ul.submenu li {
    display: block;
    width: 100%
}

header nav ol ul.submenu li a {
    color: #000;
    line-height: 25px;
    padding: 10px 27px;
    text-decoration: none
}

header nav ol ul.submenu li a:after {
    content: "";
    display: none
}

header nav ol ul.submenu li a:hover {
    color: #880c71;
    background-color: #fff
}

header nav ol ul.submenu li a.button {
    border: none;
    color: #fff;
    font-size: ems(18px);
    margin: 0
}

header nav ol ul.submenu li a.button:hover {
    background: none;
    color: gray
}

header nav ol ul.submenu li:before {
    content: ""
}

header nav .dimmer {
    left: 100%;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: #fff
}

header nav .dimmer.active {
    display: block;
    left: 50%;
    transition: all .5s ease
}

header nav .hamburger {
    display: none;
    z-index: 1
}

header .contentHolder {
    padding: 8px 25px;
    display: flex;
    align-items: center
}

header .contentHolder .logo a img {
    max-height: 65px
}

header .logo {
    float: left;
    margin-right: auto;
    max-width: 350px
}

header.hidden {
    top: -6em
}

.no-scrolling {
    overflow: hidden;
    position: fixed
}

.social {
    line-height: 0;
    margin: 0;
    padding: 0
}

.social svg {
    width: 25px;
    height: 25px
}

.social svg:nth-child(1) {
    margin: 0 10px
}

.social svg path {
    fill: #fff
}

.social svg:hover path {
    fill: gray;
    transition: all .5s ease
}

.social li {
    list-style: none;
    display: inline-block
}

.social li:before {
    content: ""
}

@media screen and (max-width: 1024px) {
    header.hidden {
        top: -7em
    }
    header .contentHolder {
        flex-wrap: wrap
    }
    header .contentHolder nav {
        order: 2;
        width: 100%;
        margin-right: 0;
        padding-left: 25px;
        padding-right: 25px
    }
    header .contentHolder nav ol {
        display: flex;
        justify-content: space-around
    }
    header .contentHolder nav ol li a {
        font-size: ems(18px);
        padding: 18px
    }
    header .contentHolder nav ol li a:after {
        content: "";
        bottom: 14px
    }
    header .contentHolder .logo {
        margin-top: 15px;
        max-width: 325px;
        padding-top: 0
    }
}

@media screen and (max-width: 600px) {
    header.hidden .contentHolder nav.menu {
        top: -3em
    }
    header {
        border-top: 0;
        position: fixed
    }
}

@media screen and (max-width: 1250px) {
    header .contentHolder nav ol li a {
        padding-left: 8px;
        padding-right: 8px
    }
    header .contentHolder .logo {
        max-width: 325px
    }
}

@media screen and (max-width: 1175px) {
    header .contentHolder nav ol li a {
        font-size: ems(17px)
    }
    header .contentHolder .logo {
        max-width: 300px
    }
}

@media screen and (max-width: 1100px) {
    header .contentHolder nav ol li a {
        font-size: ems(16px);
        padding-left: 5px;
        padding-right: 5px
    }
    header .contentHolder .logo {
        max-width: 285px
    }
}

@media screen and (max-width: 850px) {
    header .contentHolder nav {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media screen and (max-width: 800px) {
    header .contentHolder nav {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media only screen and (max-width: 767px) {
    header .contentHolder nav ol li a {
        font-size: ems(17px);
        padding-left: 10px;
        padding-right: 10px
    }
    header .contentHolder nav ol ul.submenu li a {
        font-size: .8em
    }
    header .contentHolder nav ol ul.submenu.sub-about {
        width: 218px
    }
}

@media screen and (max-width: 620px) {
    header .contentHolder {
        padding: 0;
        flex-direction: column
    }
    header .contentHolder nav {
        display: block;
        height: 45px;
        left: 0;
        margin: 0;
        order: 1;
        position: fixed;
        top: 0px;
        width: 100%;
        transition: top .5s ease
    }
    header .contentHolder nav ol {
        background-color: #000;
        bottom: 0;
        display: block;
        left: 0;
        margin-left: -1000px;
        position: fixed;
        top: 0;
        width: 75vw;
        z-index: 20;
        transition: margin-left .5s ease
    }
    header .contentHolder nav ol li {
        display: block;
        border-bottom: 1px dashed #fff
    }
    header .contentHolder nav ol li a {
        display: inline-block;
        font-size: ems(16px);
        padding: 16px 15px;
        width: 85%;
        color: #fff
    }
    header .contentHolder nav ol li a:after {
        content: "";
        display: none
    }
    header .contentHolder nav ol li a:visited {
        color: gray
    }
    header .contentHolder nav ol li a:hover {
        color: gray
    }
    header .contentHolder nav ol li svg {
        cursor: pointer;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin: 10px 15px 10px 0
    }
    header .contentHolder nav ol li svg path {
        fill: #fff;
        transition: all .5s ease
    }
    header .contentHolder nav ol li.mobileMenu {
        display: block
    }
    header .contentHolder nav ol li.mobileMenu ul.social {
        display: block;
        margin: 0;
        padding-left: 15px
    }
    header .contentHolder nav ol li.mobileMenu ul.social li {
        border-bottom: none;
        display: inline-block
    }
    header .contentHolder nav ol li.mobileMenu ul.social li:before {
        content: ""
    }
    header .contentHolder nav ol li.mobileMenu ul.social li a {
        width: inherit;
        padding: 5px 5px 0 0
    }
    header .contentHolder nav ol li.mobileMenu ul.social li svg {
        width: 25px;
        height: 25px;
        margin: 10px 0
    }
    header .contentHolder nav ol li.mobileMenu ul.social li svg path {
        fill: #fff
    }
    header .contentHolder nav ol li.mobileMenu ul.social li svg:hover path {
        fill: gray;
        transition: all .5s ease
    }
    header .contentHolder nav ol li.mobileMenu.mobileSocial {
        border-bottom: none
    }
    header .contentHolder nav ol ul.submenu {
        background-color: #000;
        display: none;
        margin-top: -1px;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100%
    }
    header .contentHolder nav ol ul.submenu li a {
        color: #fff;
        font-size: ems(18px)
    }
    header .contentHolder nav ol ul.submenu li a:hover {
        color: gray
    }
    header .contentHolder nav ol ul.submenu li a.button {
        background-color: #fff;
        color: #fff;
        border: none;
        margin: 0;
        max-width: 100%;
        text-align: left
    }
    header .contentHolder nav ol ul.submenu li a.button:hover {
        background-color: gray;
        color: #fff
    }
    header .contentHolder nav ol ul.submenu.sub-about {
        width: 100%
    }
    header .contentHolder nav ol.active {
        margin-left: 0;
        overflow-y: scroll;
        transition: margin-left .5s ease
    }
    header .contentHolder nav .hamburger {
        display: inline-block;
        position: absolute;
        top: 22px;
        right: 10px;
        height: 100%;
        padding: 12px 25px;
        color: "$header-link-color";
        cursor: pointer;
        z-index: 100
    }
    header .contentHolder nav .hamburger span {
        left: 0;
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 30px;
        background: #545454;
        position: absolute;
        display: block;
        content: "";
        transition: background 500ms ease-in-out
    }
    header .contentHolder nav .hamburger span:before {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 30px;
        background: #545454;
        position: absolute;
        display: block;
        content: "";
        transition: background 500ms ease-in-out;
        top: -13px;
        transition: all 500ms ease-in-out
    }
    header .contentHolder nav .hamburger span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 30px;
        background: #545454;
        position: absolute;
        display: block;
        content: "";
        transition: background 500ms ease-in-out;
        bottom: -13px;
        transition: all 500ms ease-in-out
    }
    header .contentHolder nav .hamburger.active span {
        background-color: rgba(0, 0, 0, 0)
    }
    header .contentHolder nav .hamburger.active span:before {
        top: 0;
        transition: all 500ms ease-in-out;
        transform: rotate(-45deg)
    }
    header .contentHolder nav .hamburger.active span:after {
        transition: all 500ms ease-in-out;
        transform: rotate(45deg)
    }
    header .contentHolder nav .hamburger.active.active span:after {
        top: 0
    }
    header .contentHolder .logo {
        order: 2;
        margin-bottom: 10px;
        margin-left: 21px;
        padding-top: 0;
        max-width: 100%
    }
    header .contentHolder .logo img {
        max-width: 100%
    }
    header .contentHolder .social {
        display: none
    }
}

.flickity-page-dots .dot.is-selected {
    background: #fff
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(18, 12, 20, .6);
    border-color: rgba(0, 0, 0, 0)
}

.hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.hero-slider .carousel-cell .slide-content {
    position: relative;
    top: 20vh;
    transform: translateY(-50%);
    text-align: center
}

.hero-slider .carousel-cell .slide-content .title {
    position: relative;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Playfair Display"
}

.hero-slider .carousel-cell .slide-content .caption {
    color: #fff
}

.hero-slider .carousel-cell .slide-content .btn {
    display: inline-block;
    border: 1px solid #880c71;
    padding: 14px 18px;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
    margin-top: 40px
}

.hero-slider .carousel-cell .slide-content .btn:hover {
    background: #880c71;
    color: #fff;
    transition: all .2s ease
}

.hero-slider .flickity-prev-next-button {
    display: none;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0)
}

.hero-slider .flickity-prev-next-button:hover {
    background: rgba(0, 0, 0, 0)
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: #fff
}

.hero-slider .flickity-page-dots {
    bottom: 30px
}

.hero-slider .flickity-page-dots .dot {
    display: none;
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, .5);
    border: 0 solid #fff;
    border-radius: 0
}

.hero-slider .flickity-page-dots .dot.is-selected {
    background: #880c71;
    border: 0 solid #880c71
}

.slide-content .title,
.slide-content .caption,
.slide-content .btn {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards
}

.slide-content.mask .mask {
    position: relative;
    overflow: hidden;
    padding: 5px 0px
}

.slide-content.mask .title {
    animation-duration: .4s;
    animation-delay: .7s;
    animation-name: slide-up;
    animation-fill-mode: backwards;
    opacity: 1
}

.slide-content.mask .divider {
    display: inline-block;
    position: relative;
    margin: 5px auto;
    height: 100px;
    width: 2px;
    background-color: #880c71;
    animation: slide-in-line 1s .3s both;
    transform-origin: 50% 50%;
    transform: scaleY(0)
}

.slide-content.mask .caption,
.slide-content.mask .btn {
    animation-duration: .4s;
    animation-delay: .7s;
    animation-name: slide-down;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 49px;
    padding: 0px;
    margin: 0px;
    font-family: "Playfair Display"
}

@media(min-width: 40em) {
    .slide-content.mask .caption,
    .slide-content.mask .btn {
        font-size: 60px
    }
}

@media(min-width: 64em) {
    .slide-content.mask .caption,
    .slide-content.mask .btn {
        font-size: 60px
    }
}

@media(min-width: 87.5em) {
    .slide-content.mask .caption,
    .slide-content.mask .btn {
        font-size: 60px
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes divider-mask {
    0%,
    100% {
        transform: scaleY(0)
    }
    40%,
    60% {
        transform: scaleY(1)
    }
}

@keyframes slide-in-line {
    from {
        width: 2px;
        height: 0px;
        opacity: 0;
        transform: scaleY(0)
    }
    to {
        width: 2px;
        height: 100px;
        opacity: 1;
        transform: scaleY(1)
    }
}

.testim {
    width: 100%;
    position: relative
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222
}

.testim .arrow:before {
    cursor: pointer
}

.testim .arrow:hover {
    color: #ea830e
}

.testim .arrow.left {
    left: 10px
}

.testim .arrow.right {
    right: 10px
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 555;
    height: 12px
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
    opacity: 9
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #880c71;
    border-color: #880c71
}

.testim .dots .dot.active {
    animation: testim-scale .5s ease-in-out forwards
}

.testim .cont {
    position: relative;
    overflow: hidden
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0
}

.testim .cont>div.inactive {
    opacity: 1
}

.testim .cont>div.active {
    position: relative;
    opacity: 1
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%
}

.testim .cont div h2 {
    color: #880c71;
    font-size: 1em;
    margin: 15px 0
}

.testim .cont div span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 15px 0
}

.testim .cont div p {
    font-size: 15px;
    color: #eee;
    width: 100%;
    margin: auto;
   font-family: "Lato", sans-serif; 
}

.testim .cont div.active .img img {
    animation: testim-show .5s ease-in-out forwards
}

.testim .cont div.active h2 {
    animation: testim-content-in .4s ease-in-out forwards
}

.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards
}

.testim .cont div.inactive .img img {
    animation: testim-hide .5s ease-in-out forwards
}

.testim .cont div.inactive h2 {
    animation: testim-content-out .4s ease-in-out forwards
}

.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee
    }
    70% {
        box-shadow: 0px 0px 10px 5px #880c71
    }
    100% {
        box-shadow: 0px 0px 0px 0px #880c71
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(0)
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em
    }
    .testim .cont div p {
        line-height: 25px
    }
}

.mainCircle {
    margin: auto;
    width: 200px;
    height: 200px;
    background: #000;
    transform-style: preserve-3d;
    transition: all .1s
}

.tp-tabs {
    content: " ";
    height: 100%;
    width: 88px;
    background: rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(255, 255, 255, .1);
    left: 0px;
    top: 0px;
    position: absolute;
    transition: .4s all;
    z-index: 333;
    display: none
}

@media(min-width: 40em) {
    .tp-tabs {
        display: block
    }
}

@media(min-width: 64em) {
    .tp-tabs {
        display: block
    }
}

@media(min-width: 87.5em) {
    .tp-tabs {
        display: block
    }
}

.tp-tabs:hover {
    width: 120px
}

.tp-tabs:hover .tp-tab-wrapper {
    left: 20px
}

.tp-tabs:hover .tp-tab-wrapper .tp-tab-title-mask {
    transform: translateX(10px);
    opacity: 1;
    left: 67px
}

.tp-tabs .tp-tab-wrapper {
    width: auto;
    transition: .4s all;
    position: absolute;
    top: 40%;
    left: 10px
}

.tp-tabs .tp-tab-wrapper .tp-tab-number {
    position: relative;
    color: #737373;
    opacity: 10;
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    width: 50px;
    margin-right: 17px;
    display: inline-block;
    height: 40px;
    background: none
}

.tp-tabs .tp-tab-wrapper .tp-tab-number:hover {
    color: #fff
}

.tp-tabs .tp-tab-wrapper .is-active {
    color: #fff
}

.tp-tab-title-mask {
    padding-left: 30px;
    position: absolute;
    overflow: hidden;
    left: 17px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    top: 6px;
    transition: .4s all;
    transform: translateX(0%);
    opacity: 0;
    width: 200px;
  text-align: left;
}

.slider-container {
    position: relative;
    height: 80vh;
    overflow: hidden;
    /*z-index: -5*/
}

.slide {
    display: block
}

.slide li {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(100%);
    transition: transform .5s ease
}

.slide li:nth-child(1) {
    background: url(../img/serslide01.png) no-repeat center top;
    background-size: cover
}

.slide li:nth-child(2) {
    background: url(../img/serslide02.png) no-repeat center top;
    background-size: cover
}

.slide li:nth-child(3) {
    background: url(../img/serslide03.png) no-repeat center top;
    background-size: cover
}

.slide li:nth-child(4) {
    background: url(https://unsplash.it/1200/800?image=1070) no-repeat center center;
    background-size: cover
}

.slide li>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.slide li.selected {
    z-index: 2;
    transform: translateX(0)
}

.slide li.move-left {
    transform: translateX(-100%)
}

.slide li.visible {
    z-index: 2
}

.slide h2 {
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Playfair Display";
    margin-bottom: 50px
}

.slide P {
    font-family: "Playfair Display";
    font-size: 40px;
    margin: 0px;
    padding: 0px
}

@media(min-width: 40em) {
    .slide P {
        font-size: 69px
    }
}

@media(min-width: 64em) {
    .slide P {
        font-size: 69px
    }
}

@media(min-width: 87.5em) {
    .slide P {
        font-size: 69px
    }
}

.slide a {
    margin-top: 25px;
    background: #fff;
    padding: 10px 15px;
    cursor: pointer;
    color: #880c71;
    border-radius: 5px
}

.slider-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.slider-nav a {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.slider-nav a.next {
    left: auto;
    right: 10px
}

.slider-dot-nav {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.slider-dot-nav li {
    display: inline-block;
    margin-right: 15px
}

.slider-dot-nav a {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background .3s ease
}

.slider-dot-nav a.selected {
    background: #fff
}

body {
    margin: 0
}

* {
    box-sizing: border-box
}

img {
    vertical-align: middle
}

.container {
    position: relative
}

.holder::-webkit-scrollbar {
    position: relative;
    display: none
}

.slides {
    display: none
}

.slides img {
    width: 100%
}

@media only screen and (max-width: 600px) {
    .prevContainer,
    .nextContainer {
        display: none;
        visibility: hidden
    }
}

.prevContainer,
.nextContainer {
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer
}

.prevContainer {
    margin-left: 26px;
    left: 0;
    border-radius: 30px 0 0 30px
}

.prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px
}

.prev svg,
.next svg {
    fill: #fff
}

.nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0 30px 30px 0
}

.next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px
}

.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: #fff
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 16.66%
}

.slide-thumbnail {
    width: 100%;
    opacity: .6;
    cursor: pointer
}

.active,
.slide-thumbnail:hover {
    opacity: 1
}

.grid-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: dense
}

@media(min-width: 40em) {
    .grid-container {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width: 64em) {
    .grid-container {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media(min-width: 87.5em) {
    .grid-container {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.grid-container .item {
    background: none
}

.grid-container .hover-box {
    padding: 20px 20px 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.grid-container .hover-box h2 {
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}

.grid-container .hover-box h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #222
}

.grid-container .hover-box span {
    font-size: 13px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin-bottom: 10px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #aaa
}

.grid-container .item a {
    display: flex;
    width: 100%
}

.grid-container .item.portrait {
    grid-row: auto/span 2
}

.grid-container .item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.filter-buttons {
    padding: 1rem;
    text-align: center
}

.filter-buttons button {
    background: none;
    border: none;
    font-size: 12;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px 10px 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
    border-radius: 3px
}

.filter-buttons button:focus,
.filter-buttons button:hover {
    outline: none;
    background: #880c71;
    color: #fff
}

.mixitup-control-active {
    outline: none;
    background: #880c71 !important;
    color: #fff !important
}

.accordion-container {
    position: relative;
    max-width: 500px;
    height: auto;
    margin: 0px auto
}

@media(min-width: 40em) {
    .accordion-container {
        margin: 50px auto
    }
}

@media(min-width: 64em) {
    .accordion-container {
        margin: 50px auto
    }
}

@media(min-width: 87.5em) {
    .accordion-container {
        margin: 50px auto
    }
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5
}

.set>a {
    display: block;
    padding: 10px 15px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    transition: all .2s linear
}

.set>a i {
    float: right;
    margin-top: 2px
}

.set>a.active {
    background-color: #880c71;
    color: #fff
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none
}

.content p {
    padding: 10px 15px;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #666
}

.container {
    position: relative
}

.ux-text {
    width: 100%
}

.maxwidth {
    max-width: 74rem;
    width: 100%;
    margin: 0 auto
}

.ux-text h2 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .6rem;
    color: #444
}

.ux-text h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #a0b101
}

.ux-text p {
    color: #666;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    font-size: 1rem
}

.ux-text p:last-child {
    margin: 0
}

.ux-vertical-tabs {
    position: relative;
    display: flex;
    padding: 0px 16px
}

.ux-vertical-tabs .tabs {
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.ux-vertical-tabs .tabs button {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1.2rem;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    border: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: .85rem;
    color: #666;
    text-transform: uppercase;
    transition: background 250ms ease
}

.ux-vertical-tabs .tabs button:first-child {
    border-top: 1px solid #ddd
}

.ux-vertical-tabs .tabs button:hover {
    background: rgba(136, 12, 113, .1882352941)
}

.ux-vertical-tabs .tabs button.active {
    background: #880c71;
    border-right: 1px solid;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: bold
}

.ux-vertical-tabs .tabs button.empty {
    flex: 1;
    border: 0;
    border-right: 0px solid #ddd;
    pointer-events: none
}

.ux-vertical-tabs .tabs button:hover.empty {
    background: none
}

.ux-vertical-tabs .tabs button span {
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #333;
    opacity: 9;
    transition: all 350ms ease
}

.ux-vertical-tabs .tabs button:hover span {
    transform: translateX(0);
    opacity: 1
}

.ux-vertical-tabs .tabs button.active span {
    transform: translateX(0);
    border-left: 6px solid #fff;
    opacity: 1
}

.ux-vertical-tabs .maincontent {
    flex: 1;
    border: 0px solid #ddd;
    border-left: 0;
    padding: 0rem 2rem;
    overflow: hidden
}

.ux-vertical-tabs .maincontent .tabcontent {
    display: none
}

.ux-vertical-tabs .maincontent .tabcontent.active {
    display: flex;
    flex: 1;
    position: relative
}

@media(max-width: 50rem) {
    .ux-vertical-tabs {
        flex-direction: column;
        background: none
    }
    .ux-vertical-tabs .tabs {
        width: 100%
    }
    .ux-vertical-tabs .tabs button.empty {
        display: none
    }
    .ux-vertical-tabs .maincontent {
        border: 1px solid #ccc;
        border-top: 0;
        background: linear-gradient(to bottom, #eee, #fff 200px)
    }
    .ux-vertical-tabs .tabs button {
        padding: 1rem
    }
    .ux-vertical-tabs .tabs button.active {
        background: #880c71
    }
    .ux-vertical-tabs .tabs button span {
        transform: rotate(90deg)
    }
    .ux-vertical-tabs .tabs button:hover span {
        transform: rotate(90deg)
    }
    .ux-vertical-tabs .tabs button.active span {
        transform: rotate(90deg)
    }
    .ux-vertical-tabs .maincontent {
        padding: 1rem
    }
}

/*# sourceMappingURL=main.min.css.map */