header {
    background-color: #001d33;
}

/* Banner Section */
.bannerSec {
    width: 100%;
    float: left;
    height: 735px;
    margin-top: 119px;
    background-image: url(../images/banner-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.bannerSec .bannerLogo {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.bannerSec .bannerLogo::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f47a40;
}

.bannerSec .bannerLogo img {
    max-width: 329px;
    width: 100%;
    height: auto;
}

.bannerSec h1 {
    font-size: 65px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 20px;
}

.bannerSec h1 strong {
    font-weight: bold;
}

.bannerSec p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}

.middle {
    width: 100%;
    float: left;
}

/* About Apex Section */
.aboutApexSec {
    width: 100%;
    float: left;
    padding: 150px 0;
}

.aboutApexSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.aboutApexSec h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.aboutApexSec h2 strong {
    font-weight: 700;
}

.aboutApexSec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.aboutApexSec p:last-child {
    margin: 0;
}

/* Services Section */
.servicesSec {
    width: 100%;
    float: left;
    padding: 120px 0;
    background-color: #f8fdff;
}

.servicesSec .leftCol img {
    max-width: 545px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.servicesSec .rightCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.servicesSec .rightCol h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.servicesSec .rightCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.servicesSec .rightCol h2 strong {
    font-weight: 700;
}

.servicesSec .rightCol p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.servicesSec .rightCol ul {
    width: 100%;
    float: left;
    padding: 0 0 0 25px;
}

.servicesSec .rightCol ul li {
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 20px;
}

.servicesSec .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;
}

.servicesSec .rightCol ul li:last-child {
    margin-bottom: 0;
}

/* Projects Section */
.projectsSec {
    width: 100%;
    float: left;
    padding: 150px 0;
}

.projectsSec .leftCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.projectsSec .leftCol h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.projectsSec .leftCol h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #f79362;
}

.projectsSec .leftCol h2 strong {
    font-weight: 700;
}

.projectsSec .leftCol p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}

.projectsSec .leftCol ul {
    width: 100%;
    padding: 0 0 0 25px;
}

.projectsSec .leftCol ul li {
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 20px;
}

.projectsSec .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;
}

.projectsSec .leftCol ul li:last-child {
    margin-bottom: 0;
}

.projectsSec .rightCol {
    width: 100%;
    float: left;
    text-align: right;
}

.projectsSec .rightCol img {
    max-width: 545px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Testimonials Section */
.testimonialsSec {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding: 110px 0;
}

.testimonialsSec h2 {
    position: relative;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.testimonialsSec h2::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 60px;
    height: 3px;
    background-color: #f79362;
}

.testimonialsSec h2 strong {
    font-weight: 700;
}

.testimonialsSec .apexTestimonials-slider .item {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding-top: 15px;
}

.testimonialsSec .apexTestimonials-slider .item::before {
    position: absolute;
    top: 0px;
    left: -35px;
    content: '';
    width: 120px;
    height: 85px;
    background-image: url(../images/comma.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonialsSec .apexTestimonials-slider .item ul {
    display: flex;
    justify-content: end;
    gap: 5px;
    margin-bottom: 20px;
}

.testimonialsSec .apexTestimonials-slider .item ul li {
    width: 20px;
}

.testimonialsSec .apexTestimonials-slider .item ul li img {
    width: 100%;
    height: auto;
}

.testimonialsSec .apexTestimonials-slider .item p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
}

.testimonialsSec .apexTestimonials-slider .item h4 {
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}

.testimonialsSec .apexTestimonials-slider .item span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
}

.testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav button {
    position: absolute;
    width: 57px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0);
    outline: 0;
}

.testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-prev {
    left: -80px;
    background-image: url(../images/prev-arrow.png);
}

.testimonialsSec .apexTestimonials-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 .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) {

    /* Client Section */
    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav {
        top: 45% !important;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: -60px !important;
    }

    .testimonialsSec .apexTestimonials-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;
        height: 600px;
    }

    .bannerSec .bannerLogo {
        margin-bottom: 30px;
    }

    .bannerSec h1 {
        font-size: 60px;
    }

    /* About Apex Section */
    .aboutApexSec {
        padding: 100px 0;
    }

    /* Services Section */
    .servicesSec {
        padding: 100px 0;
    }

    /* Projects Section */
    .projectsSec {
        padding: 100px 0;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 100px 0;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav {
        top: 92%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 40%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 40%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots {
        text-align: center;
        margin-top: 10px;
    }

    .testimonialsSec .apexTestimonials-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;
    }

    .testimonialsSec .apexTestimonials-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;
        height: 570px;
    }

    .bannerSec .bannerLogo {
        margin-bottom: 25px;
    }

    .bannerSec h1 {
        font-size: 50px;
    }

    /* About Apex Section */
    .aboutApexSec {
        padding: 70px 0;
    }

    .aboutApexSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    /* Services Section */
    .servicesSec {
        padding: 70px 0;
    }

    .servicesSec .rightCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .servicesSec .rightCol h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Projects Section */
    .projectsSec {
        padding: 70px 0;
    }

    .projectsSec .leftCol h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .projectsSec .leftCol h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 70px 0;
    }

    .testimonialsSec h2 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .testimonialsSec .apexTestimonials-slider .item {
        width: 90%;
    }

    .testimonialsSec .apexTestimonials-slider .item::before {
        width: 110px;
        height: 78px;
    }

    .testimonialsSec .apexTestimonials-slider .item p {
        margin-bottom: 30px;
    }

    .testimonialsSec .apexTestimonials-slider .item h4 {
        font-size: 24px;
        line-height: 30px;
    }


    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav {
        top: 91%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 35%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 35%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots {
        padding-top: 10px;
        text-align: center;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .apexTestimonials-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;
    }

    .testimonialsSec .apexTestimonials-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;
        height: 505px;
    }

    .bannerSec .bannerLogo {
        margin-bottom: 25px;
    }

    .bannerSec .bannerLogo img {
        max-width: 300px;
    }

    .bannerSec h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    /* About Apex Section */
    .aboutApexSec {
        padding: 50px 0;
    }

    .aboutApexSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    /* Services Section */
    .servicesSec {
        padding: 50px 0;
    }

    .servicesSec .rightCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .servicesSec .rightCol h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .servicesSec .rightCol p {
        margin-bottom: 20px;
    }

    .servicesSec .rightCol ul {
        padding: 0 0 0 20px;
    }

    .servicesSec .rightCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* Projects Section */
    .projectsSec {
        padding: 50px 0;
    }

    .projectsSec .leftCol h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .projectsSec .leftCol h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .projectsSec .leftCol ul {
        padding: 0 0 0 20px;
    }

    .projectsSec .leftCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 50px 0;
    }

    .testimonialsSec h2 {
        font-size: 35px;
        line-height: 45px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .testimonialsSec .apexTestimonials-slider .item {
        width: 90%;
        padding-top: 10px;
    }

    .testimonialsSec .apexTestimonials-slider .item::before {
        left: -20px;
        width: 100px;
        height: 71px;
    }

    .testimonialsSec .apexTestimonials-slider .item ul {
        margin-bottom: 15px;
    }

    .testimonialsSec .apexTestimonials-slider .item ul li {
        width: 18px;
    }

    .testimonialsSec .apexTestimonials-slider .item p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .testimonialsSec .apexTestimonials-slider .item h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav {
        top: 91%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav button {

        width: 45px;
        height: 45px;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 35%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 35%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots {
        padding-top: 20px;
        text-align: center;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .apexTestimonials-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;
    }

    .testimonialsSec .apexTestimonials-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 {
        height: 400px;
        padding-top: 40px;
        padding-bottom: 30px;
        margin-top: 78px;
    }

    .bannerSec .bannerLogo img {
        max-width: 250px;
    }

    .bannerSec .bannerLogo {
        padding-bottom: 25px;
        margin-bottom: 20px;
    }

    .bannerSec h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .bannerSec p {
        /* margin-bottom: 20px; */
        line-height: 26px;
    }

    /* About Apex Section */
    .aboutApexSec {
        padding: 40px 0;
    }

    .aboutApexSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .aboutApexSec p {
        line-height: 26px;
    }

    /* Services Section */
    .servicesSec {
        padding: 40px 0;
    }

    .servicesSec .leftCol {
        margin-bottom: 30px;
    }

    .servicesSec .rightCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .servicesSec .rightCol h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .servicesSec .rightCol p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .servicesSec .rightCol ul {
        padding: 0 0 0 15px;
    }

    .servicesSec .rightCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    /* Projects Section */
    .projectsSec {
        padding: 40px 0;
    }

    .projectsSec .row {
        flex-direction: column-reverse;
    }

    .projectsSec .leftCol h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .projectsSec .leftCol h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .projectsSec .leftCol p {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .projectsSec .leftCol ul {
        padding: 0 0 0 15px;
    }

    .projectsSec .leftCol ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .projectsSec .rightCol {
        margin-bottom: 30px;
    }

    /* Testimonials Section */
    .testimonialsSec {
        padding: 40px 0;
    }

    .testimonialsSec h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .testimonialsSec .apexTestimonials-slider .item {
        width: 90%;
        padding-top: 0;
    }

    .testimonialsSec .apexTestimonials-slider .item::before {
        left: -15px;
        width: 70px;
        height: 50px;
    }

    .testimonialsSec .apexTestimonials-slider .item ul {
        margin-bottom: 10px;
    }

    .testimonialsSec .apexTestimonials-slider .item ul li {
        width: 18px;
    }

    .testimonialsSec .apexTestimonials-slider .item p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .testimonialsSec .apexTestimonials-slider .item h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav {
        top: 93%;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-nav .owl-next {
        right: 0;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots {
        padding-top: 10px;
        text-align: center;
    }

    .testimonialsSec .apexTestimonials-slider.owl-theme .owl-dots button.owl-dot {
        outline: none;
    }

    .testimonialsSec .apexTestimonials-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;
    }

    .testimonialsSec .apexTestimonials-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) {}