.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer;
    touch-action: manipulation;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

body {
    margin: 0;
    font-family: Helvetica, Verdana, Arial;
}

.columns {
    width: 100%
}

.pulse {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 60px;
    z-index: 10;
    position: absolute;
}

.dot {
    border: 10px solid #fff;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -18px;
    left: -18px;
    z-index: 1;
    opacity: 0;
    display: none;
}

li.active .dot {
    -webkit-animation: pulse 2s ease-out;
    -moz-animation: pulse 2s ease-out;
    animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.sliderLeftSide {
    position: relative;
}

.sliderOverlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 23;
}

.sliderOverlay .overlayContainer {
    position: absolute;
    top: 0;
    left: 200px;
    width: 400px;
    padding-top: 60px;
}

.customer_see {
    float: left;
}

.customer_see li {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.customer_see li:hover {
    cursor: pointer;

}

.customer_see li.line1 {
    margin-left: 5px;
}

.customer_see li.line2 {
    margin-left: 25px;
}

.customer_see li.line3 {
    margin-left: 45px;
}

.customer_see li.line4 {
    margin-left: 65px;
}

.customer_see li.line5 {
    margin-left: 85px;
}

.customer_see li.line6 {
    margin-left: 105px;
}

.customer_see li .text {
    padding-left: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.customer_see li .text span {
    color: #113e5d;
}

.customer_see .tooltip {
    display: none;
    width: 240px;
    position: absolute;
    opacity: 0.9;
    background: #fff;
    color: #666;
    border-radius: 4px;
    padding: 15px;
    left: -120px;
    bottom: 40px;
    z-index: 999;
}

#typewriterLeft,
#typewriterRight {
    float: left;
    min-width: 600px;
}

.sliderFollower {
    padding: 20px 0;
    height: 30px;
    overlow: hidden
}

.sliderButton.left {
    text-align: right;
}

.sliderButton.left a {
    background: #bf3030;
}

.sliderButton.right a {
    background: #282828;
}

.sliderButton {
    float: left;
}

.sliderButton a {
    margin: 020px;
    white-space: nowrap;
    color: #fff;
    padding: 13px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    font-family: arial;
}

.sliderButton a i {
    margin-right: 10px;
}

.twentytwenty-container {}

.twentytwenty-wrapper {
    overflow: hidden
}

.typeWrapper {
    background: #000;
    height: 100%
}

.typeWrapper code {
    background: #000;
    width: 50%;
    float: left;
    height: 100%
}

.typeWrapper span {
    color: #fff
}

.typeWrapper .mcode-string {
    color: #cec66a
}

.typeWrapper .mcode-comment {
    color: #676453
}

.typeWrapper .mcode-sign {
    color: #bc265a
}

.typeWrapper .mcode-keyword {
    color: #5ec4d6
}

.typeWrapper .mphp span {
    color: #a87ef1
}

.typeWrapper .mphp .mphp-slash {
    color: #fff
}

.typeWrapper .mphp .mphp-variables {
    color: #fff
}

.typeWrapper .mphp .mphp-bracket {
    color: #fff
}

.typeWrapper .mphp .mphp-comment {
    color: #676453
}

.typeWrapper .mphp .mphp-keyword {
    color: #bc265a
}

.typeWrapper .mphp .mphp-class {
    color: #5ec4d6
}

.typeWrapper .mphp .mphp-functionName {
    color: #4c5e26
}

.typeWrapper .mphp .mphp-string {
    color: #cec66a
}

.typeWrapper .mphp .mphp-tab4 {
    color: #cec66a;
    padding-left: 20px;
}

.typeWrapper .mphp .mphp-tab2 {
    color: #cec66a;
    padding-left: 10px;
}

.typeWrapper code {
    counter-reset: line;
}

.typeWrapper li.line {
    counter-increment: line;
}

.typeWrapper li.line:before {
    content: counter(line) ' ';
    color: #979585;
    width: 28px;
    display: inline-block;
}

.typeWrapper li.line:before {
    -webkit-user-select: none;
}

@media screen and (max-width: 600px) {
    .sliderButton.left {
        width: 52% !important;

    }

    .sliderButton a {
        font-size: 14px;

    }

    .overlayContainer h2 {
        font-size: 22px;
        display: none;
    }

    .overlayContainer .customer_see li {
        margin-left: 0px;

    }

    .customer_see li .text {
        font-size: 18px;
        padding-left: 40px;
    }

    .pulse {
        width: 20px;
        height: 20px;

    }

    .dot {
        height: 40px;
        width: 40px;
        position: absolute;
        top: -18px;
        left: -18px;

    }

    .sliderOverlay .overlayContainer {

        padding-top: 30px;
    }

}

@media screen and (max-width: 480px) {
    .customer_see li {
        margin-bottom: 20px;

    }

    .customer_see li .text {
        font-size: 16px;
        padding-left: 30px;
        line-height: 26px;
    }

    .customer_see {
        margin-top: 10px;
        padding-left: 10px;
    }

    .sliderOverlay .overlayContainer {

        padding-top: 20px;
    }

    .tooltip {
        display: none !important
    }
}

@media screen and (max-width: 400px) {
    .sliderOverlay .overlayContainer {
        padding-top: 12px;
    }

    .sliderButton a {
        font-size: 10px;
        margin: 5px;
        padding: 11px;
    }

    .customer_see li {
        margin-bottom: 15px;

    }

    .customer_see li .text {
        font-size: 12px;

    }
}

.h2style {
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 2px 2px 3px rgba(220, 83, 87, 0.1);
    letter-spacing: -.6px;
    text-transform: uppercase;
    font-size: 1.5em;
}


@media only screen and (max-width: 768px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
        /*display:block;*/
    }

    .btn {
        padding: 0.25rem 1rem;
    }
}

.section {
    padding: 50px 0;
}

.section-title {
    margin-bottom: 20px;
}

.banner_wave {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    padding: 80px 0 80px 0;
}

.banner_rock {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 140px;
    padding: 20px 10px 20px 10px;
}

.banner_container {
    height: 200px;
}

.banner_heading {
    color: #FFF;
    text-shadow: 1px 4px 4px #000;
    font-weight: 500;
    padding-left: 24px;
    background: rgba(10, 10, 10, 0.4);
}

.banner_heading2 {
    color: #FFF;
    font-weight: 500;
    padding-left: 24px;
}

.slider {
    padding: 0;
}