#hero, .hero-slide {
    height: 690px;
    height: calc( 100vh - 175px );
    margin-bottom: 40px;
}
@media only screen and (min-height:1125px) {
    #hero, .hero-slide {
        height: calc( 100vh - 400px );
    }
}
#hero {
    position: relative;
    background-color: #fff;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
}
.hero-slide.active {
    visibility: visible;
}
.hero-slide:before {
    content: '';
    left: 0;
    right: 0;
    display: block;
    width: 10px;
    margin: auto;
    background-color: #fff;
    z-index: 4;
}
.hero-slide:before, .hero-slide-image, .hero-slide-side {
    position: absolute;
    top: 0;
    bottom: 0;
}
.hero-slide-side {
    margin: auto 0;
    width: 50%;
    width: calc(50% - 5px);
    overflow: hidden;
    opacity: 0;
    background: url(https://mozaic.llc/wp-content/uploads/mozaic-bg-003.jpg) center center / cover no-repeat;
    transition: all .8s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.hero-slide-left {
    left: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.hero-slide-right {
    right: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.hero-slide.active .hero-slide-side {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hero-slide-image {
    width: 100%;
    margin: auto;
    transition: all .75s ease;
}
/* Left Image */
.hero-slide-left .hero-slide-image {
    right: 0;
}
/* Right Image */
.hero-slide-right .hero-slide-image {
    left: 0;
}
h2.hero-slide-title {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 120px;
    z-index: 5;
    color: #fff;
    font-size: 3.35em;
    letter-spacing: .025em;
    text-transform: none;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
h2.hero-slide-title span {
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}
.hero-slide-left h2.hero-slide-title span {
    text-align: right;
    padding-right: 100px;
}
.hero-slide-right h2.hero-slide-title span {
    text-align: left;
    padding-left: 100px;
}
h2.hero-slide-title:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
/*     background-color: #006e9e; */
    background-color: #1cbdad7a;
    mix-blend-mode: multiply;
    z-index: 0;
}
.hero-center-cta {
    position: absolute;
    height: 58px;
    top: 390px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 6;
    opacity: 0;
    transition: opacity .2s ease;
}
.hero-slide.active .hero-center-cta {
    opacity: 1;
}
#hero a.btn {
    display: inline-block;
    background: #602C90;
    padding: 10px 20px;
    border: 5px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 1em;
}
#hero a.btn:hover {
    background: #602C90;
    color: white;
}
#hero-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1000;
    transition: all .4s ease;
}
.hero-slide-text {
    width: 100%;
    padding: 30px 90px 30px 30px;
}
.hero-slide-text h2, .hero-slide-text p {
    margin-bottom: 1.125rem;
    max-width: 530px;
    color: #fff;
}
.hero-slide-text h2 {
    font-size: 2.625em;
    letter-spacing: .025em;
    font-weight: 700;
    line-height: 1.2em;
}
.hero-slide-text p {
    font-size: 1.125em;
    line-height: 1.445em;
    font-weight: 500;
}
svg#hero-equal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 32.08px;
}
.hero-subtitle {
    position: absolute;
    top: 153px;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto 0;
    height: 34px;
    z-index: 5;
}
.hero-subtitle h3 {
    margin: 0;
    padding: 3px;
    color: #fff;
    background-color: #1CBDAD;
    text-align: center;
}

/*Counter*/

ul#hero-counter {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul#hero-counter li {
    display: inline-block;
/*     height: 10px;
    width: 34px;
    border-radius: 50px;
    background-color: #67b2e8;
    margin: 0 7px;
    cursor: pointer;
    transition: all .4s ease; */
	height: 15px;
    width: 20px;
    transform: rotate(23deg) skew(-42deg);
    border-radius: 2px;
	background-color:#1CBDAD;
/*     background-color: #67b2e8; */
    margin: 0 13px;
    cursor: pointer;
    transition: all .4s ease;
}
ul#hero-counter li.active, ul#hero-counter li:hover {
    background-color: #00609c;
	
}
#home-section-1 {
    padding: 74px 15px;
    background: #fff;
    text-align: center;
}
#home-section-1 h2 {
    background: #fff;
    color: #00609c;
    font-size: 2em;
}
#home-section-1 p {
    width: 100%;
    max-width: 645px;
    margin: 0 auto 1.71rem;
    font-size: 1em;
}
#home-section-1 a.btn {
    font-size: 1.0796875em;
}
#home-section-2 {
    background: url(../img/section-2-bg.jpg) center center / cover no-repeat;
    width: 100%;
    height: 500px ;
}
#home-section-2 h2 {
    color: #00609c;
    font-size: 2em;
    padding: 20px 10px;
}
#home-section-2 p {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 1.9rem;
}
.section-2-contain {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}
.section-2-contain h2 {
    color: #00609c!important;
    max-width: 90vw;
}
.section-2-contain a {
    color: #00609c;
    font-size: 1.250em;
}
.home-services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-services img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    max-height: 200px;
}
.home-services img.service-img-2 {
    max-height: 146px;
}
.home-services img.service-img-3, .home-services img.service-img-4 {
    max-height: 125px;
}
.home-services img.service-img-5 {
    max-height: 115px;
}
.service-icon-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 225px;
    height: 225px;
    transition: all .4s ease;
    -ms-flex-direction: column;
    flex-direction: column;
}
.service-icon-link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00609c;
    background-color: rgba(0,103,149,0.7);
    background-image:
    linear-gradient(to right,
      #006795, #67b2e8
    );
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
}
.service-icon-link:hover:before {
    opacity: 1;
}
a.service-icon-link:hover h3 {
    color: #fff;
}
.service-icon-link h3 {
    width: 180px;
    padding: 10px;
    transition: all .4s ease;
}
a.service-icon-link {
    text-decoration: none;
}

@media only screen and (max-width: 1300px) {

    h2.hero-slide-title {
        font-size: 2em;
        font-size: 3.6vw;
    }

}

@media only screen and (max-width: 959px) {

    #hero, .hero-slide {
        height: 650px;
    }
    .hero-center-cta {
        bottom: 15%;
    }
    .hero-slide-text h2 {
        font-size: 2em;
    }
    .hero-slide:before {
        display: none;
    }
    .basic-slide .hero-slide-left {
        width: 60%;
        width: calc(60% - 5px);
    }
    .basic-slide .hero-slide-right {
        width: 40%;
        width: calc(40% - 5px);
    }
    #hero-icon {
        width: 90px;
        height: 90px;
    }
    svg#hero-equal {
        width: 65px;
    }
    #hero-icon.basic-slide-active {
        left: 20%;
    }
    #home-section-1 {
        padding: 50px 15px;
    }
    .home-services {
        -ms-flex-align: center!important;
        align-items: center!important;
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important;
    }
    #home-content .row {
        padding: 45px 0;
    }
    .hero-slide-right h2.hero-slide-title span {
        padding-left: 55px;
    }
    .hero-slide-left h2.hero-slide-title span {
        padding-right: 55px;
    }

}

@media only screen and (max-width: 767px) {

    #hero, .hero-slide {
        height: 440px;
    }
    #hero-icon {
        width: 50px;
        height: 50px;
    }
    svg#hero-equal {
        width: 35px;
    }
    .basic-slide .hero-slide-left {
        width: 70%;
        width: calc(70% - 5px);
    }
    .basic-slide .hero-slide-right {
        width: 30%;
        width: calc(30% - 5px);
    }
    #hero-icon.basic-slide-active {
        left: 40%;
    }
    .hero-slide-text h2 {
        font-size: 1.5em;
    }
    .hero-slide-text p {
        font-size: 1em;
    }
    #hero a.btn {
        line-height: 1.25em;
    }
    .hero-slide-text {
        padding: 10px 25px 10px 10px;
    }
    .home-services {
        max-width: 250px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    #home-section-2 {
        padding: 45px 0;
    }
    #home-section-2 .columns {
        padding-bottom: 45px;
    }
    #home-section-2 h2 {
        padding-bottom: 0;
    }
    .hero-slide-right h2.hero-slide-title span {
        padding-left: 30px;
    }
    .hero-slide-left h2.hero-slide-title span {
        padding-right: 30px;
    }
    a.service-icon-link {
        margin-bottom: 1.71rem;
    }
    .service-icon-link:before {
        opacity: 1;
    }
    a.service-icon-link h3 {
        color: #fff;
    }

}
@media only screen and (max-width: 567px) {

    #home-section-1 h2 {
        font-size: 2em;
        line-height: 1.250em;
    }
    .home-services {
        max-width: 350px!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        -ms-flex-align: center!important;
        align-items: center!important;
    }
}
