.heroBanner {
    padding: 188px 0 290px;
    background-image: url(../images/home-banner.png);
    background-size: cover;
    background-position: top right;
}

.bannerText {
    max-width: 832px;
    color: #fff;
}

.bannerText span.borderTop {
    display: block;
    height: 2px;
    background-color: #4AB53E;
    max-width: 180px;
}

.bannerText h1 {
    margin: 6px 0;
    color: #fff;
}

.bannerText p {
    color: #fff;
    max-width: 790px;
    margin: 0 0 50px;
}

section.mainServices {
    margin-top: -92px;
}

.serviceRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.serviceCol {
    width: 33.33%;
    padding: 15px;
}

.serviceCard {
    height: 100%;
    position: relative;
    cursor: pointer;
}

section.servicesSection .serviceCard {
    padding: 30px;
    border: solid 1px #EBEBEB;
}

.serviceCard:hover {
    background-color: #fff;
}

.serviceCard::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background-color: #105184;
    left: 0;
    bottom: -1px;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}

.serviceCard:hover::after {
    width: 100%;
    transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
}

.serviceImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 16px;
}

.serviceCard h4 {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Nunito';
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.serviceCard p {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 20px;
    min-height: 84px;
}

.serviceCol a {
    font-size: 18px;
    line-height: 25px;
    color: #105184;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: underline;
}

section.aboutSection {
    padding: 100px 0;
}

.aboutRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutImage {
    width: 42.7%;
}

.aboutText {
    width: 57.3%;
    padding-left: 105px;
}

.sectionHeading h3 {
    color: #105184;
    margin-bottom: 22px;
}

.sectionHeading h3.sectionHeadBefore {
    position: relative;
    padding: 7px 0 7px 32px;
}

.sectionHeading h3.sectionHeadBefore::before {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #105184;
    left: 0;
    top: 0;
}

.sectionHeading p {
    margin: 39px 0 0;
}

.aboutText p {
    margin: 20px 0 0;
}

.aboutText a {
    margin: 50px 0 0;
}

section.servicesSection {
    background-color: #F8F8F8;
    padding: 100px 0;
}

section.servicesSection .sectionHeading {
    text-align: center;
    margin: 0 0 70px;
}

section.bestServiceSection {
    padding: 100px 0;
}

.bestServiceRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bestServiceText {
    width: 100%;
    max-width: 490px;
}

.bestServiceListing {
    width: calc(100% - 490px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bestServiceListing ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E6E3E3;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.bestServiceListing ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

section.counterSection {
    padding: 160px 0;
    background-image: url(../images/banner-2.png);
}

.counterRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.counterCol {
    width: 25%;
    text-align: center;
    border-right: solid 2px rgba(255, 255, 255, 0.5);
    padding: 17px 30px 2px;
}

.counterCol:last-child {
    border: 0;
}

.counterCol h4 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-family: 'Nunito';
    font-weight: 400;
    margin: 19px 0 12px;
    text-transform: capitalize;
}

.counterCol h3,
.counterCol h3 span {
    color: #fff;
    font-weight: 800;
}

section.brainBehindSection {
    padding: 100px 0;
}

section.brainBehindSection .sectionHeading {
    text-align: center;
    margin: 0 0 70px;
}

.brainBehindRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.brainBehindCol {
    width: 33.33%;
    padding: 0 20px;
}

.brainBehindCard {
    padding: 14px;
    height: 470px;
    background-size: cover;
    background-position: center bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brainBehindFoot {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
}

.brainBehindFoot h4 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Nunito';
    text-transform: capitalize;
    font-weight: 700;
}

.brainBehindFoot span {
    display: block;
    font-size: 20px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    text-transform: capitalize;
}

section.takeOurWork {
    background-color: #F8F8F8;
    padding: 100px 0;
}

section.takeOurWork .sectionHeading {
    text-align: center;
    margin-bottom: 80px;
}

body .owl-carousel .owl-item img {
    width: inherit;
    display: inline-block;
}

.tOWRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tOWImage {
    width: 239px;
    height: 239px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tOWImage img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.tOWContent {
    width: calc(100% - 239px);
    padding-left: 40px;
}

.tRating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6.62px;
    -moz-column-gap: 6.62px;
    column-gap: 6.62px;
}

.tRating ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tOWContent p {
    margin: 30px 0 20px;
    color: #090914;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.tOWContent h6 {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Nunito';
    color: #090914;
    letter-spacing: -0.2px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    text-transform: capitalize;
}

.tOWContent h6 span {
    color: #64748B;
    line-height: 24px;
    font-weight: 600;
}

body .owl-theme .owl-nav [class*=owl-],
body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .owl-carousel .owl-nav button.owl-prev {
    left: -88px;
}

body .owl-carousel .owl-nav button.owl-next {
    right: -88px;
}

body .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

section.contactSection {
    padding: 100px 0;
}

.contactRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactText {
    width: 100%;
    max-width: 558px;
}

.contactForm {
    width: calc(100% - 558px);
    padding-left: 70px;
}

.contactForm input {
    width: 100%;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    border: solid 1px #D7D8D8;
    outline: none;
}

.contactForm textarea {
    width: 100%;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
    border: solid 1px #D7D8D8;
    outline: none;
    resize: none;
    min-height: 168px;
}

.contactForm form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.contactForm form button {
    cursor: pointer;
}

@media only screen and (max-width:1440px) {
    body .owl-carousel .owl-nav button.owl-prev {
        left: -26px;
    }

    body .owl-carousel .owl-nav button.owl-next {
        right: -26px;
    }
}

@media only screen and (max-width:1280px) {
    .heroBanner {
        padding: 130px 0 220px;
    }

    section.servicesSection .serviceCard {
        padding: 20px;
    }

    .serviceRow {
        margin: -10px;
    }

    .serviceCol {
        padding: 10px;
    }

    .aboutText {
        padding-left: 50px;
    }

    body h2 {
        font-size: 31px;
        line-height: 41px;
    }

    .counterCol {
        padding: 17px 20px 2px;
    }

    .brainBehindRow {
        margin: 0 -10px;
    }

    .brainBehindCol {
        padding: 0 10px;
    }

    .brainBehindCard {
        height: 400px;
    }

    .contactText {
        width: 100%;
        max-width: 400px;
    }

    .contactForm {
        width: calc(100% - 400px);
        padding-left: 55px;
    }

    .tOWImage {
        width: 160px;
        height: 160px;

    }

    .tOWContent {
        width: calc(100% - 160px);
        padding-left: 20px;
    }

    .tOWContent p {
        margin: 20px 0 12px;
        font-size: 16px;
        line-height: 26px;
    }

    body .owl-theme .owl-nav [class*=owl-],
    body .owl-carousel .owl-nav button.owl-next,
    body .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
    }

    body .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    body .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

@media only screen and (max-width:991px) {
    body h1 {
        font-size: 50px;
        line-height: 68px;
    }

    .heroBanner {
        padding: 120px 0 200px;
    }

    .serviceCol {
        width: 50%;
    }

    section.aboutSection,
    section.servicesSection,
    section.bestServiceSection,
    section.counterSection,
    section.brainBehindSection,
    section.takeOurWork,
    section.contactSection {
        padding: 80px 0;
    }

    .aboutText {
        padding-left: 40px;
    }

    .bestServiceText {
        max-width: 340px;
    }

    .bestServiceListing {
        width: calc(100% - 340px);
        padding-left: 20px;
    }


    .bestServiceListing ul li {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 26px;
    }

    .bestServiceListing ul li img {
        width: 45px;
    }

    .counterCol {
        width: 25%;
        padding: 14px 12px 2px;
    }

    .counterCol h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 15px 0 10px;
    }

    .counterCol img {
        height: 50px;
    }

    .brainBehindCol {
        width: 50%;
    }

    .brainBehindRow {
        row-gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .contactText {
        max-width: 330px;
    }

    .contactForm {
        width: calc(100% - 330px);
        padding-left: 26px;
    }

    
}


@media only screen and (max-width:767px) {
    .serviceCol {
        width: 100%;
    }

    .aboutImage {
        width: 100%;
    }

    .aboutText {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .bestServiceListing {
        width: 100%;
        margin-top: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .brainBehindRow {
        margin: -15px 0;
    }

    .brainBehindCol {
        width: 100%;
        padding: 15px 0;
    }

    .heroBanner {
        padding: 80px 0 140px;
        background-position: top center;
    }

    .counterCol h4 {
        font-size: 16px;
        line-height: 26px;
        margin: 14px 0 10px;
    }

    .counterCol {
        width: 50%;
        padding: 12px 10px 2px;
    }

    .counterCol:nth-child(even) {
        border: 0;
    }

    .tOWImage {
        width: 200px;
        height: 200px;
    }

    .tOWContent {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    section.aboutSection,
    section.servicesSection,
    section.bestServiceSection,
    section.counterSection,
    section.brainBehindSection,
    section.takeOurWork,
    section.contactSection {
        padding: 50px 0;
    }

    body h3 {
        font-size: 26px;
        line-height: 30px;
    }

    body h1 {
        font-size: 34px;
        line-height: 48px;
    }

    .sectionHeading h3.sectionHeadBefore {
        padding: 5px 0 5px 20px;
    }

    .counterCol img {
        width: 45px;
    }

    .counterRow {
        row-gap: 20px;
    }

    .sectionHeading p {
        margin: 22px 0 0;
    }

    .contactForm {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .bannerText p{
        margin: 0;
    }
}