.hero {
    width: 100%;
    height: 100%;
    background: url("../images/hero-bg.png");
    background-size: cover;
    /* padding: 0 50px; */
}

.hero .btn-get-started,
.about-section .btn-learn-more {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #2A8E9D;
    box-shadow: 0px 5px 30px rgba(78, 78, 78, 0.4);
}

.hero .btn-get-started i,
.about-section .btn-learn-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.arrow-icon-wrapper {
    margin-top: -30%;
}

.title-line-container {
    position: relative;
}

.title-line-container img {
    position: absolute;
    margin-top: -16%;
}

.hero h1 {
    z-index: 10;
}

.hero h1 span {
    color: #2A8E9D;
    font-weight: 700;
}

.home-arrow-icon-wrapper {
    position: relative;
}

.home-arrow-icon-wrapper img {
    position: absolute;
    margin-top: -20rem;
}

.sectionClass {
    font-family: 'Product Sans', sans-serif;
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.circle-icon {
    z-index: -1;
}

.projectFactsWrap .item p.number {
    font-size: 60px;
    padding: 0;
    font-weight: bold;
}

.circle-icon {
    margin-right: 50px;
}

#number1,
#number3 {
    margin-top: -10%;
    margin-left: 15%;
}

#number2,
#number4 {
    margin-top: -10%;
    margin-left: 10%;
}

#number1.number::after,
#number3.number::after {
    content: "%";
}

#number2.number::after {
    content: "+";
}
#number4.number::after {
    content: "K";
}

.projectFactsWrap .item p {
    color: rgba(24, 24, 24, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 20px;
}


.projectFactsWrap .item span {
    width: 60px;
    /* background: rgba(255, 255, 255, 0.8);
    height: 2px; */
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}



.projectFactsWrap .item:hover span {
    background: white;
}


.about-section {
    padding: 180px 160px;
}

p.text-paragraph {
    margin-top: 30px;
    font-size: 18px;
    color: rgb(58, 58, 58);
    font-weight: 300;
}

.card {
    border: none;
    border-radius: 10px
}

.icon {
    display: flex;
    align-items: start;
    justify-content: start;
    font-size: 39px
}


.services {
    background-image: url("../images/services-bg.png");
    /* background-repeat: repeat-y; */
    background-size: cover;
    /* height: 100vh; */
    padding: 0 0px 150px 0px;
}

.links-box-services-wrapper a {
    color: #374050;
}

.email-marketing-features-list-text {
    color: rgb(78, 78, 78);
    font-weight: 300;
}


.email-marketing-features {
    padding: 180px 160px;
}


.testimonials-container {
    padding: 240px 160px;
    background-image: url("../images/testimonial-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-container span {
    color: #FFC938;
    font-weight: 500;
}

.testimonials-container h2 {
    color: white;
}

.testimonial-bg {
    background-color: #fff;
    border-radius: 130px 40px 40px 40px;
    padding: 60px 70px;
    text-align: center;
    position: relative;
}

.testimonial {
    padding: 0 15px;
}

.testimonial .description {
    font-size: 18px;
    font-weight: 300;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    text-align: justify;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-size: 18px;
    font-weight: 500;
    color: #374050;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 16px;
    color: #848484;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: -50%;
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #FF5245;
    opacity: 1;
    padding: 0;
    display: inline-block;
    margin: 0 10px;
}

.owl-prev:before,
.owl-next:before {
    content: "\f104";
    font-family: "fontawesome";
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

.owl-next:before {
    content: "\f105";
}

.why-choose-us {
    padding: 180px 160px 80px 160px;
}

ul.why-choose-us-list li {
    font-weight: 300;
}

@media (max-width: 992px) {
    .home-arrow-icon-wrapper {
        display: none;
    }
}


@media (max-width: 786px) {
    .hero {
        height: auto !important;
        padding: 100px 20px;
    }

    .arrow-icon-wrapper {
        display: none;
    }

    .hero h1 {
        font-size: 50px;
    }

    .hero p {
        width: 100% !important;
    }

    .about-section {
        padding: 70px 20px;
    }

    .about-section h2 {
        margin-top: 50px;
        font-size: 40px;
    }

    .about-section p {
        width: 100% !important;
    }

    .services p {
        width: 100% !important;
    }

    .email-marketing-features {
        padding: 100px 0;
    }

    .email-marketing-features h2 {
        font-size: 40px;
    }

    button#next {
        right: 2rem;
    }

    button#prev {
        left: 22rem;
    }

    .images-wrapper {
        flex-direction: column;
    }

    .testimonial-bg {
        padding: 50px 40px;
    }

    .testimonial div {
        flex-direction: column;
    }

    .testimonials-wrapper {
        padding: 100px 0px;
    }

    .testimonials h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }

    .testimonial-wrapper button {
        position: absolute;
        bottom: -250px;
    }

    .testimonial-wrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .testimonials-vector-wrapper {
        display: none;
    }

    .owl-theme .owl-controls {
        bottom: -22%;
    }

    .testimonials-container {
        padding: 160px 20px;
    }

    .title-line-container img {
        display: none;
    }

    .projectFactsWrap .item {
        flex: 0 0 50%;
    }

    .why-choose-us {
        padding: 70px 20px;
    }
}


@media only screen and (max-width:992px) {
    .title-line-container img {
        position: absolute;
        margin-top: -12%;
        width: 70%;
    }
}

@media only screen and (max-width:480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }

    .testimonial-bg {
        padding: 60px 10px;
    }

    .owl-theme .owl-controls {
        bottom: -15%;
    }

    .testimonials-container {
        padding: 160px 20px;
    }
}


@media only screen and (max-width:360px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }

    .testimonial-bg {
        padding: 50px 10px;
    }

    .owl-theme .owl-controls {
        bottom: -15%;
    }

    .testimonials-container {
        padding: 160px 20px;
    }
}


@media screen and (max-width: 650px) {
    .wrapper {
        font-size: 14px;
    }
}