header {
    background-color: #001d33;
}

/* Banner Section */
.bannerSec {
    width: 100%;
    float: left;
    margin-top: 119px;
    padding: 95px 0;
    background-image: url(../images/banner-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bannerSec .leftCol {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bannerSec .leftCol .bannerLogo {
    position: relative;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

.bannerSec .leftCol .bannerLogo::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f47a40;
}

.bannerSec .leftCol .bannerLogo img {
    max-width: 522px;
    width: 100%;
    height: auto;
}

.bannerSec .leftCol h1 {
    font-size: 65px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 25px;
}

.bannerSec .leftCol h1 strong {
    font-weight: bold;
}

.bannerSec .leftCol p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

.bannerSec .rightCol {
    width: 100%;
    float: left;
}

.bannerSec .rightCol img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.middle {
    width: 100%;
    float: left;
}

/* Team Section */
.teamSec {
    width: 100%;
    float: left;
    padding: 150px 0;
}

.teamSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.teamSec h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.teamSec h2 strong {
    font-weight: 700;
}

.teamSec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.teamSec p:last-child {
    margin: 0;
}

/* Business Section */
.businessSec {
    width: 100%;
    position: relative;
    float: left;
    padding: 120px 0;
    background-color: #ebf0f5;
    background-image: url(../images/business-banner-img.png);
    background-repeat: no-repeat;
}

.businessSec .leftCol {
    width: 100%;
    float: left;
}

.businessSec .leftCol img {
    max-width: 545px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.businessSec .rightCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.businessSec .rightCol h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.businessSec .rightCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.businessSec .rightCol h2 strong {
    font-weight: 700;
}

.businessSec .rightCol h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.businessSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.businessSec .rightCol p:last-child {
    margin: 0;
}

.businessSec .rightCol ul {
    width: 100%;
    float: left;
}

.businessSec .rightCol ul li {
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 20px;
}

.businessSec .rightCol ul li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 21px;
    height: 18px;
    background-image: url(../images/check-color-arrow.png);
    background-repeat: no-repeat;
}

.businessSec .rightCol ul li:last-child {
    margin-bottom: 0;
}

/* Development Section */
.developmentSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 150px 0;
    background-image: url(../images/development-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.developmentSec .leftCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
}

.developmentSec .leftCol h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.developmentSec .leftCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.developmentSec .leftCol h2 strong {
    font-weight: 700;
}

.developmentSec .leftCol h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
}

.developmentSec .leftCol p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.developmentSec .leftCol p:last-child {
    margin: 0;
}

.developmentSec .leftCol ul {
    width: 100%;
}

.developmentSec .leftCol ul li {
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 20px;
}

.developmentSec .leftCol ul li::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 21px;
    height: 18px;
    background-image: url(../images/check-color-arrow.png);
    background-repeat: no-repeat;
}

.developmentSec .leftCol ul li:last-child {
    margin-bottom: 0;
}

.developmentSec .rightCol {
    width: 100%;
    float: left;
    text-align: right;
}

.developmentSec .rightCol img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Acara Partners Section */
.acaraPartnersSec {
    width: 100%;
    float: left;
    padding: 110px 0;
    background-image: url(../images/acara-partners-banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f7f7f7;
}

.acaraPartnersSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.acaraPartnersSec h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    height: 3px;
    background-color: #f79362;
}

.acaraPartnersSec .acaraTestimonials-slider .item {
    position: relative;
    width: 85%;
    margin: 0 auto;
}

.acaraPartnersSec .acaraTestimonials-slider .item h4 {
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

.acaraPartnersSec .acaraTestimonials-slider .item p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
}

.acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav button {
    position: absolute;
    width: 57px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0);
    outline: 0;
}

.acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-prev {
    left: -80px;
    background-image: url(../images/prev-arrow.png);
}

.acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-next {
    right: -80px;
    background-image: url(../images/next-arrow.png);
}

/* Apex Form Section */
.apexFormSec {
    width: 100%;
    float: left;
    padding: 85px 0;
}

.apexFormSec .leftCol {
    width: 100%;
    float: left;
    padding-right: 50px;
}

.apexFormSec .leftCol h2 {
    position: relative;
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 55px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 10px;
}

.apexFormSec .leftCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.apexFormSec .leftCol h2 strong {
    font-weight: 900;
}

.apexFormSec .leftCol h5 {
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.apexFormSec .leftCol p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

.apexFormSec .rightCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.apexFormSec .rightCol h5 {
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
}

.apexFormSec .rightCol h5 strong {
    font-weight: 700;
}

.apexFormSec .rightCol .contactBtn {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-radius: 34px;
    padding: 15px 35px;
    cursor: pointer;
    background-color: #f26722;
    transition: all 0.3s ease-in-out;
}

.apexFormSec .rightCol .contactBtn:hover {
    background-color: #007ba9;
}

/* Why Partner Section */
.whyPartnerSec {
    position: relative;
    width: 100%;
    float: left;
    padding: 100px 0;
    background-color: #f8fdff;
}

.whyPartnerSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.whyPartnerSec h2 strong {
    font-weight: 700;
}

.whyPartnerSec h2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f47a40;
}

.whyPartnerSec .whyPartnerBox {
    width: 100%;
    float: left;
    height: 100%;
    padding: 30px 20px;
    border-bottom: solid 4px transparent;
    box-shadow: 9px 10px 23px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}

.whyPartnerSec .whyPartnerBox:hover {
    border-color: #007ba9;
}

.whyPartnerSec .whyPartnerBox .whyPartnerIcon {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.whyPartnerSec .whyPartnerBox .whyPartnerIcon img {
    max-width: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: brightness(1) invert(10);
    transition: all .3s ease-in-out;
}

.whyPartnerSec .whyPartnerBox:hover .whyPartnerIcon img {
    filter: brightness(1) invert(0);
}

.whyPartnerSec .whyPartnerBox .whyPartnerInfoBox {
    width: 100%;
    float: left;
}

.whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 {
    position: relative;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f47a40;
    transition: all .3s ease-in-out;
}

.whyPartnerSec .whyPartnerBox:hover .whyPartnerInfoBox h4::before {
    background-color: #007ba9;
}

.whyPartnerSec .whyPartnerBox .whyPartnerInfoBox p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    text-align: center;
}

.whyPartnerSec .whyPartnerBox .whyPartnerInfoBox p strong {
    font-weight: 800;
}

.whyPartnerSec .partnerbannerSec {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.whyPartnerSec .partnerbannerSec img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


@media only screen and (min-width: 1601px) and (max-width: 2500px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1441px) and (max-width: 1500px) {}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    .bannerSec {
        margin-top: 109px;
    }

}

@media only screen and (min-width: 1301px) and (max-width: 1366px) {

    /* Acara Partners Section */
    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav {
        top: 45% !important;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: -60px !important;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: -60px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 105px;
    }

    .bannerSec .leftCol .bannerLogo {
        margin-bottom: 30px;
    }

    .bannerSec .leftCol h1 {
        font-size: 60px;
    }

    /* Team Section */
    .teamSec {
        padding: 100px 0;
    }

    /* Business Section */
    .businessSec {
        padding: 100px 0;
    }

    /* Development Section */
    .developmentSec {
        padding: 100px 0;
    }

    /* Acara Partners Section */
    .acaraPartnersSec {
        padding: 100px 0;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav {
        top: unset;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 40%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 40%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots {
        text-align: center;
        margin-top: 10px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

    /* Why Choose Section */
    .whyPartnerSec {
        padding: 100px 0;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 99px;
        padding: 70px 0;
    }

    .bannerSec .leftCol .bannerLogo {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .bannerSec .leftCol .bannerLogo img {
        max-width: 350px;
    }

    .bannerSec .leftCol h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    /* Team Section */
    .teamSec {
        padding: 70px 0;
    }

    .teamSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Business Section */
    .businessSec {
        padding: 70px 0;
    }

    .businessSec .rightCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .businessSec .rightCol h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Development Section */
    .developmentSec {
        padding: 70px 0;
    }

    .developmentSec .leftCol {
        padding-right: 0;
    }

    .developmentSec .leftCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .developmentSec .leftCol h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Acara Partners Section */
    .acaraPartnersSec {
        padding: 70px 0;
    }

    .acaraPartnersSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item {
        width: 90%;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav {
        top: unset;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 35%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 35%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots {
        padding-top: 10px;
        text-align: center;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

    /* Apex Form Section */
    .apexFormSec {
        padding: 70px 0;
    }

    .apexFormSec .leftCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .apexFormSec .rightCol .contactBtn {
        font-size: 20px;
        padding: 14px 40px;
    }

    /* Why Choose Section */
    .whyPartnerSec {
        padding: 70px 0;
    }

    .whyPartnerSec::before {
        display: none;
    }

    .whyPartnerSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
    }

    .whyPartnerSec .whyPartnerBox {
        padding: 20px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 br {
        display: none;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox p {
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Banner Section */
    .bannerSec {
        margin-top: 88px;
        padding: 50px 0;
    }

    .bannerSec .leftCol .bannerLogo {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .bannerSec .leftCol .bannerLogo img {
        max-width: 300px;
    }

    .bannerSec .leftCol h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    /* Team Section */
    .teamSec {
        padding: 50px 0;
    }

    .teamSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    /* Business Section */
    .businessSec {
        padding: 50px 0;
    }

    .businessSec .rightCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .businessSec .rightCol h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .businessSec .rightCol p {
        margin-bottom: 20px;
    }

    /* Development Section */
    .developmentSec {
        padding: 50px 0;
    }

    .developmentSec .leftCol {
        padding-right: 0;
    }

    .developmentSec .leftCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .developmentSec .leftCol h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .developmentSec .leftCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* Acara Partners Section */
    .acaraPartnersSec {
        padding: 50px 0;
    }

    .acaraPartnersSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item {
        width: 90%;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item p {
        font-size: 18px;
        line-height: 28px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav {
        top: 85%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav button {

        width: 45px;
        height: 45px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 35%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 35%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots {
        padding-top: 20px;
        text-align: center;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

    /* Apex Form Section */
    .apexFormSec {
        padding: 50px 0;
    }

    .apexFormSec .leftCol {
        padding-right: 0;
    }

    .apexFormSec .leftCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
    }

    .apexFormSec .leftCol h2 br {
        display: none;
    }

    .apexFormSec .leftCol h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .apexFormSec .rightCol h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .apexFormSec .rightCol .contactBtn {
        font-size: 18px;
        line-height: 26px;
        padding: 12px 25px;
    }

    /* Why Choose Section */
    .whyPartnerSec {
        padding: 50px 0;
    }

    .whyPartnerSec::before {
        display: none;
    }

    .whyPartnerSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .whyPartnerSec .whyPartnerBox {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 br {
        display: none;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox p {
        line-height: 26px;
    }

    .whyPartnerSec .partnerbannerSec {
        margin-top: 40px;
    }


}

@media only screen and (max-width: 767px) {

    /* Banner Section */
    .bannerSec {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-top: 78px;
    }

    .bannerSec .leftCol {
        margin-bottom: 30px;
    }

    .bannerSec .leftCol .bannerLogo {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .bannerSec .leftCol .bannerLogo img {
        max-width: 250px;
    }

    .bannerSec .leftCol h1 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .bannerSec .leftCol p {
        line-height: 26px;
    }

    /* Team Section */
    .teamSec {
        padding: 40px 0;
    }

    .teamSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .teamSec p {
        line-height: 26px;
    }

    /* Business Section */
    .businessSec {
        padding: 40px 0;
    }

    .businessSec .leftCol {
        margin-bottom: 30px;
    }

    .businessSec .rightCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .businessSec .rightCol h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .businessSec .rightCol p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .businessSec .rightCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* Development Section */
    .developmentSec {
        padding: 40px 0;
    }

    .developmentSec .row {
        flex-direction: column-reverse;
    }

    .developmentSec .leftCol {
        padding-right: 0;
    }

    .developmentSec .leftCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .developmentSec .leftCol h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .developmentSec .leftCol p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .developmentSec .leftCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .developmentSec .rightCol {
        margin-bottom: 30px;
    }

    /* Acara Partners Section */
    .acaraPartnersSec {
        padding: 40px 0;
    }

    .acaraPartnersSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item {
        width: 90%;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item h4 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .acaraPartnersSec .acaraTestimonials-slider .item p {
        font-size: 16px;
        line-height: 26px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav {
        top: 89%;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 0;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots {
        padding-top: 10px;
        text-align: center;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: transparent;
        display: block;
        border: solid 1px #007ba9;
        border-radius: 30px;
    }

    .acaraPartnersSec .acaraTestimonials-slider.owl-theme .owl-dots button.owl-dot.active span {
        background-color: #007ba9;
    }

    /* Apex Form Section */
    .apexFormSec {
        padding: 40px 0;
    }

    .apexFormSec .leftCol {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .apexFormSec .leftCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
    }

    .apexFormSec .leftCol h2 br {
        display: none;
    }

    .apexFormSec .leftCol h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .apexFormSec .leftCol p {
        line-height: 26px;
    }

    .apexFormSec .rightCol h5 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .apexFormSec .rightCol .contactBtn {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 30px;
    }

    /* Why Choose Section */
    .whyPartnerSec {
        padding: 30px 0;
    }

    .whyPartnerSec::before {
        display: none;
    }

    .whyPartnerSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .whyPartnerSec .whyPartnerBox {
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerIcon img {
        max-width: 70px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox h4 br {
        display: none;
    }

    .whyPartnerSec .whyPartnerBox .whyPartnerInfoBox p {
        line-height: 28px;
    }

    .whyPartnerSec .partnerbannerSec {
        margin-top: 30px;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {}