.double-slider-section {
    display: none;
    position: relative;
}
.double-slider-section.active {
    display: block;
}
.slider-res-left {
    padding: 90px 45px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.slider-res-left h3 {
    color: #4D878E;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 700;
}
.slider-res-left h2 b {
    font-weight: 700;
}
.slider-res-left h2 {
    color: rgba(109,110,113,0.5);
    font-size: 70px;
    font-weight: 300;
    margin-right: -400px;
    letter-spacing: 5px;
    line-height: 1.2;
    margin-bottom: 1em;
}
.slider-res-left h2 span {
    background-color: rgba(255,255,255,1);
}
.slider-res-left p {
    color: #6D6E71;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}
.double-slider-more {
    color: #4D878E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
}
.double-slider-more span {
    font-weight: 800;
}
.double-slider-more::after {
    content: "+";
    font-size: 31px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.slider-res-image {
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 900px;
    position: relative;
}
.slider-res-image::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(33,27,27,0.2);
}
.slider-res-image img {
    display: none;
}
#double-slider .owl-theme .owl-controls {
    margin: 0;
}
#double-slider .owl-pagination {
    position: absolute;
    bottom: 0;
    right: 160px;
    width: calc(65% - 515px);
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#double-slider .owl-theme .owl-controls .owl-page {
    display: inline-flex;
    flex: 1;
    max-width: 140px;
}
#double-slider .owl-theme .owl-controls .owl-page span {
    width: 100%;
    height: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(255,255,255,0.6);
    margin: .5em 1em;
}
#double-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: white;
    height: 5px;
}
#double-slider .owl-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
#double-slider .owl-theme .owl-controls .owl-buttons div {
    height: 80px;
    line-height: 80px;
    width: 80px;
    background-color: white;
    border-radius: 0;
    margin: 0;
}
#double-slider .owl-theme .owl-controls .owl-buttons div i {
    font-size: 3em;
    line-height: 1.3em;
}
#double-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-color: transparent;
}
#double-slider .owl-theme .owl-controls .owl-buttons div.owl-next i {
    color: #6D6E71;
}
.owl-theme .owl-controls .owl-buttons div i {
    color: rgba(109,110,113,0.5);
}
.double-slider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.double-slider-button {
    background-color: #4D878E;
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    text-align: left;
    padding: 0.9em 1em;
    white-space: nowrap;
    background-size: 150% 150%;
}
.double-slider-button small {
    display: block;
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    padding-bottom: 8px;
}
.double-slider-button .lnr {
    font-size: 0.75em;
    font-weight: bold;
    margin-right: -0.45em;
}
.double-slider-label {
    background-color: white;
    margin: 0;
    max-width: 355px;
    color: #4D878E;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.25em 1em;
    position: relative;
}
.double-slider-label::before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    content: "";
    margin: auto;
}
.double-slider-socials {
    text-align: center;
    width: calc(100vh - 75px);
    min-width: 825px;
    position: absolute;
    right: 0;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 80px;
    background-color: rgba(247,247,247,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b4bbcc;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 80px;
    font-size: 16px;
}
.double-slider-socials a {
    margin: 0 2em;
    color: rgba(109,110,113,0.5);
}
.double-slider-more:hover {
    color: rgba(77,135,142,0.6);
}
.double-slider-more:hover::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#double-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #4D878E;
}
#double-slider .owl-theme .owl-controls .owl-page.active:hover span {
    background-color: white;
}
/*#double-slider .owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #b9222f;
}*/
#double-slider .owl-theme .owl-controls .owl-buttons div:hover i {
    color: #4D878E;
}
.double-slider-button:hover {
    color: white;
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
    background: linear-gradient(90deg, #4d878e 0%, rgba(77,135,142,0.7) 100%);
}
@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.double-slider-socials a:hover {
    color: #6D6E71;
}
#double-slider .owl-theme .owl-controls .owl-buttons div i.icon.angle.left::before {
    content: "";
    border-top: 2px solid;
    border-left: 2px solid;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    left: 0.1em;
}
i.icon.angle.right::before {
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    right: 0.1em;
}
/*Responsive*/
@media only screen and (max-width:1550px) {
    .slider-res-left h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width:1450px) {
    .slider-res-left p {
        font-size: 14px;
    }
}
@media only screen and (max-width:1300px) {
    .slider-res-left {
        padding: 90px 20px;
    }
    .slider-res-left h2 {
        font-size: 50px;
    }
    #double-slider .owl-pagination {
        width: calc(65% - 360px);
    }
    .double-slider-button {
        font-size: 17px;
    }
    .double-slider-button small {
        font-size: 12px;
    }
    .double-slider-label {
        max-width: 200px;
        font-size: 12px;
    }
}
@media only screen and (max-width:1024px) {
    .slider-res-left h2 {
        font-size: 40px;
        margin-right: -350px;
    }
    .slider-res-left p {
        font-size: 12px;
    }
    .slider-res-image {
        height: 900px;
    }
    #double-slider .owl-theme .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
        width: 50px;
    }
    #double-slider .owl-pagination {
        right: 100px;
        width: calc(65% - 340px);
    }
    #double-slider .owl-theme .owl-controls .owl-page span {
        margin: .5em;
    }
    .double-slider-more {
        font-size: 12px;
    }
    .double-slider-socials {
        min-width: auto;
        width: 850px;
        height: 50px;
        font-size: 12px;
    }
}
@media only screen and (max-width:769px) {
    .slider-res-left {
        padding: 50px 20px 20px 20px;
    }
    .slider-res-left h3 {
        font-size: 10px;
    }
    .slider-res-left h2 {
        letter-spacing: 2px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 40px;
        height: 125px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .slider-res-left h2 span {
        background-color: transparent;
    }
    .slider-res-left p {
        display: none;
    }
    .slider-res-image {
        height: auto;
        min-height: auto;
        padding-top: 75%;
    }
    .double-slider-more {
        display: none;
    }
    #double-slider .owl-pagination {
        right: 0;
        width: calc(100% - 160px);
    }
    #double-slider .owl-theme .owl-controls .owl-page {
        max-width: 54px;
    }
    #double-slider .owl-buttons {
        display: none;
    }
    .double-slider-socials {
        display: none;
    }
    .double-slider-bottom {
        position: relative;
    }
    .double-slider-bottom .phone-100.content-right {
        text-align: left;
    }
    .double-slider-button {
        font-size: 14px;
        padding: 0.5em 20px;
    }
    .double-slider-button small {
        font-size: 8px;
    }
    .double-slider-label {
        max-width: 160px;
        font-size: 8px;
        position: absolute;
        top: -31px;
        left: 0;
        padding: 1.25em 20px;
    }

}
