body {
    font-family: "Source Sans Pro", sans-serif;
    overflow-x: hidden;
}
p {
    line-height: 26px;
}
#wv_banner {
    width: 100%;
    height: 70vh;
    background: url(../images/wv-cover-banner.png) top center/cover;
}
.cover-heading h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}
.banner_brief {
    width: 80%;
    margin: 0 auto;
}
#wv_banner .bg-light {
    background-color: transparent !important;
}
#visitCP {
    background-color: #083054;
}
.navbar .col-auto:first-child {
    padding: 0;
}
h4 {
    font-weight: 600;
    font-size: 32px;
}
#wv_banner .navbar-expand-lg.scrolled, .form-border .btn-primary:hover
{
	background-color: #00adaf !important;
}
#visitCP, .button-pulse:hover, .challenges_sec h4, .cp-link i, .future_sec h4, .social-ul li i {
    color: #fff;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.testimonial {
    margin: 0 10px 10px;
    padding: 0 20px;
    border-radius: 15px;
}
.testimonial .description {
    position: relative;
    font-size: 17px;
    padding-right: 30px;
    line-height: 28px;
    margin-bottom: 5px;
}
.testimonial-auther {
    margin-bottom: 0;
    color: #0081a6;
    font-size: 16px;
}
.slider-sec .col-md-12 {
    background-color: #e6f0f4;
    padding: 30px 20px 0 25px;
    border-radius: 17px;
}
.footer-campaign a:last-child {
    border-right: none;
}
.footer-campaign {
    background-color: #fff;
    padding: 0 0 20px;
    border-top: none !important;
}
.footer-campaign-w {
    border-top: 1px solid #f0f0f3;
}
.footer-campaign a {
    font-size: 14px;
    color: #1f252b;
    transition: 0.15s ease-in;
    display: inline-block;
    margin: 0 0.5rem 0 0;
    padding: 0 0.75rem 0 0;
    line-height: normal;
    border-right: 1px solid #1f252b;
}
.footer-campaign p {
    color: #1f252b;
}
.flex {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #114969;
    padding: 20px 0;
    color: #fff;
}
.padding-left {
    padding-left: 20px;
}
.footer-ul,
.social-ul {
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
}
.footer-ul li a {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.vertical-line {
    margin-left: 15px;
}
.automation-benefits p {
    line-height: 21px;
}
.automation-benefits {
    margin-bottom: 4em;
}
.more-information-section h5 {
    font-size: 25px;
    font-weight: 600;
}
.download-btn button {
    padding: 8px 20px;
    font-weight: 700;
    background-color: #00adaf;
    color: #fff;
    border: none;
    border-radius: 8px;
    outline: 0;
}
.download-btn button:hover {
    background-color: #114969;
    transition: 0.3s;
}
.cover-heading h5 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 4rem;
}
.cover-heading .heading_span1 {
    background-color: #00adaf;
    font-weight: 700;
    padding: 0 5px;
}
.benefits_sec p,
.button1,
.cover-heading .heading_span2 {
    font-weight: 600;
}
.cover-heading .heading_span3 {
    font-weight: 700;
}
.button1 {
    padding: 8px 30px 10px;
    transition: 0.5s ease-in-out;
    outline: 0;
    color: #fff;
    border: 2px solid #00e0e3;
    border-radius: 6px;
    background: 0 0;
}
.benefits_sec,
.challenges_sec {
    padding: 40px 0 10px;
}
.button-pulse {
    border: 2px solid #00e0e3;
    border-radius: 6px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    transition: color 250ms ease-in-out;
}
.button-pulse:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #00adaf;
    z-index: -1;
    transition: width 250ms ease-in-out;
}
.button-pulse:hover:after {
    width: 110%;
    opacity: 1;
}
.benefits_hover_img {
    width: 100%;
    height: auto;
}
.benefits_hover_img:hover img {
    transform: scale(1.1);
}
.benefits_hover_img img {
    transition: 0.5s;
    max-width: 100%;
}
.challenges_sec {
    background: url(../images/bg2.jpg) center/cover no-repeat;
    color: #fff;
}
.challenges_sec h4 {
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.challenges_sec::after,
.challenges_sec::before,
.future_sec::after,
.future_sec::before {
    position: absolute;
    content: "";
}
.challenges_sec .row {
    width: 80%;
}
.future_sec {
    background: url(../images/bg3.png) center/cover no-repeat;
    color: #fff;
    padding: 30px 0;
}
.learn_more_contact {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonial-slider {
    background: #cff4fe;
    padding: 50px 20px 30px;
    border-radius: 15px;
}
#testimonial-slider:before {
    background-image: url(../images/left-color-quote.png);
    position: absolute;
    width: 87px;
    height: 62px;
    left: -3px;
    top: -35px;
    content: "";
}
.features_ul {
    list-style: none;
}
.features_ul li {
    margin-top: 17px;
}
.features_ul li:before {
    background-image: url(../images/cloud-before.png);
    position: absolute;
    width: 31px;
    height: 24px;
    left: -40px;
    content: "";
}
.benefits_sec p {
    margin-top: 15px;
}
#testimonial-slider:after {
    background-image: url(../images/right-color-quote.png);
    position: absolute;
    width: 85px;
    height: 59px;
    right: -1px;
    bottom: -30px;
    content: "";
}
.solution_img {
    padding: 15px 90px 15px 80px;
}
.before-icon-6 {
    margin-left: -32px;
}
@media screen and (max-width: 500px) {
    .challenges_sec .row {
        width: 100%;
    }
}
@media screen and (max-width: 735px) {
    .cover-heading {
        right: 0;
        left: 0;
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .learn_more_contact {
        flex-direction: column !important;
    }
    .challenges_sec .row {
        margin: 0 auto;
        text-align: center;
    }
    .challenges_sec h4 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .before-icon-6 {
        margin-left: -100px;
        margin-top: 17px;
    }
}
@media screen and (max-width: 1000px) {
    #wv_banner {
        background-position: 45% center;
    }
}
@media screen and (max-width: 991px) {
    .banner_brief {
        width: 100%;
    }
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar-expand-lg,
    .solution_img {
        padding: 15px;
    }
    .testimonial {
        padding: 0 0 15px;
    }
    .footer-ul li {
        margin-bottom: 10px;
    }
    .footer-ul,
    .social-ul {
        padding-left: 0;
    }
    .vertical-line {
        display: none;
    }
    .footer-campaign-w {
        text-align: center;
    }
    .download-btn button {
        margin-top: 15px;
    }
}
@media screen and (max-width: 698px) {
    .cover-heading {
        text-align: center;
    }
}
@media screen and (max-width: 835px) {
    .flex {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 656px) {
    #wv_banner {
        height: 85vh;
    }
    .footer-ul {
        display: block;
        text-align: center;
    }
    .flex {
        flex-direction: column;
    }
    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }
    .testimonial .description {
        padding-right: 0;
    }
    .owl-item {
        height: 0;
    }
    .owl-item.active {
        height: auto;
    }
}
@media screen and (max-width: 550px) {
    #wv_banner h3 {
        font-size: 30px;
    }
    #wv_banner h1 {
        font-size: 35px;
    }
    @media screen and (max-width: 420px) {
        .navbar .col-auto:first-child {
            width: 80%;
        }
        .cp-link {
            margin-right: -30px;
        }
    }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 990px) {
    #wv_banner {
        height: 100vh;
    }
}
