* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    cursor: default;
    margin-top: 76px;
}

html {
    scroll-behavior: smooth;
}

.header {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.cp10 {
    padding: 100px 0;
}

.cp9 {
    padding: 90px 0;
}

.cp8 {
    padding: 80px 0;
}

.cp7 {
    padding: 70px 0;
}

.cp6 {
    padding: 60px 0;
}

.sec-heading {}

.sec-heading h2 {
    color: #041C2D;
    font-size: 48px;
    font-family: 'PoppinsMedium';
}

.sec-heading span {
    display: block;
}

.solution-bg {
    background: #F3FFF3;
    position: relative;
    z-index: 0;
}

.solution-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/solution-strip.png);
    z-index: -1;
}

.solutionSet {
    border: 1px solid #D7D4D4;
    border-radius: 10px;
    box-shadow: 0px 4px 30.799999237060547px 0px #A8A8A814;
    padding: 28px;
    margin-top: 60px;
    min-height: 310px;
    background: #ECFFEC;
}

.solutionSet img {
    margin-bottom: 16px;
}

.solutionSet h3 {
    font-family: 'PoppinsMedium';
    font-size: 24px;
    margin-bottom: 16px;
    color: #041C2D;
    text-align: justify;
}

.solutionSet p {
    font-family: 'Poppins';
    font-size: 18px;
    color: #626262;
    margin-bottom: 0;
}

.scale-bg {
    background: #FFFEF3;
}

.scaleSet {
    display: flex;
    align-items: flex-start;
    margin-top: 120px;
}

.scaleComt {
    padding-left: 20px;
}

.scaleComt h4 {
    font-family: 'PoppinsMedium';
    font-size: 26px;
    color: #041C2D;
    margin-bottom: 20px;
}

.scaleComt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.scaleComt ul li {
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    color: #303030;
    margin-bottom: 12px;
}

.scaleComt ul li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    background: #9BB7FF;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
}

.container {
    width: 1320px;
}

.approach-bg {
    background: #FFF8EE;
}

.hpt-bg {
    background: #F3FFF3;
    position: relative;
    z-index: 0;
}

.hpt-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/solution-strip.png);
    z-index: -1;
}

.hpt-summary {
    border: 1px solid #D7D4D4;
    border-radius: 10px;
    box-shadow: 0px 4px 30.799999237060547px 0px #A8A8A814;
    background: #ECFFEC;
    padding: 34px;
    margin-top: 50px;
    overflow: hidden;
}

.hpt-intro p {
    font-size: 18px;
    color: #4D555B;
    margin-bottom: 18px;
}

.hpt-intro p:last-of-type {
    margin-bottom: 0;
}

.hpt-toggle {
    margin-top: 20px;
    background: #14A314;
}

.hpt-hero-image {
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
}

.hpt-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpt-collapse {
    margin-top: 24px;
}

.hpt-details-wrap {
    padding: 28px;
    border: 1px solid #D7D4D4;
    border-radius: 10px;
    background: #ECFFEC;
}

.hpt-detail-intro {
    font-size: 18px;
    color: #4D555B;
    margin-bottom: 20px;
}

.hpt-subtitle {
    color: #041C2D;
    font-family: 'PoppinsMedium';
    font-size: 34px;
    margin-bottom: 20px;
}

.hpt-focus-card,
.hpt-extra-card {
    border: 1px solid #D7D4D4;
    border-radius: 10px;
    box-shadow: 0px 4px 30.799999237060547px 0px #A8A8A814;
    background: #FFF;
    padding: 26px;
    margin-top: 0;
    min-height: 100%;
}

.hpt-focus-row {
    margin-top: 24px;
}

.hpt-focus-col {
    margin-bottom: 28px;
}

.hpt-extra-row {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hpt-focus-img,
.hpt-extra-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
    height: 170px;
}

.hpt-focus-img img,
.hpt-extra-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpt-focus-card h4,
.hpt-extra-card h4 {
    color: #041C2D;
    font-family: 'PoppinsMedium';
    font-size: 24px;
    margin-bottom: 12px;
}

.hpt-focus-card p,
.hpt-extra-card p {
    font-size: 16px;
    color: #4F4F4F;
    margin-bottom: 12px;
}

.hpt-focus-card ul,
.hpt-extra-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hpt-focus-card ul li,
.hpt-extra-card ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    color: #303030;
    font-size: 16px;
}

.hpt-focus-card ul li::before,
.hpt-extra-card ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14A314;
    position: absolute;
    left: 0;
    top: 10px;
}

.hpt-focus-note {
    margin-top: 12px;
    margin-bottom: 0;
}

.hpt-check-list li {
    display: flex;
    align-items: center;
    padding-left: 14px !important;
    position: relative;
}

.hpt-check-list li::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #14A314;
    position: absolute;
    left: 0;
    top: 11px;
}

.hpt-check-list li img {
    display: none;
}

.hpt-support-card {
    background: #ECFFEC;
    border-left: 6px solid #14A314;
}

.hpt-support-layout {
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.hpt-support-content {
    flex: 1 1 auto;
}

.hpt-support-card .hpt-extra-img {
    flex: 0 0 38%;
    height: 100%;
    background: #ECFFEC;
    margin-bottom: 0;
}

.hpt-support-card .hpt-extra-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hpt-why-card {
    margin-top: 0px;
    background: #020d02;
    border-color: #D7D4D4;
}

.hpt-why-card h4 {
    color: #fff;
}

.hpt-why-card p {
    color: #fff;
}

.hpt-why-card .hpt-check-list li {
    color: #fff;
}

.approchSet {
    margin-top: 50px;
}

.approchImg {
    margin-bottom: 30px;
}

.approchImg img {
    max-width: 100%;
}

.approachCont h6 {
    font-size: 18px;
    text-align: justify;
    color: #586066;
}

.footer-bg {
    background: #FEFFF7;
    padding: 80px 0px 40px;
}

.footer-Set {
    display: flex;
    align-items: flex-start;
}

.footerLogo {
    margin-bottom: 40px;
}

.socialLinks {
    display: flex;
    align-items: center;

}

.socialLinks a {
    margin-right: 24px;
}

.socialLinks a:last-child {
    margin-right: 0;
}

.footLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footLinks li {

    margin-bottom: 22px;
}

.footLinks li a {
    color: #4A4A4A;
    font-size: 16px;
}

.footLinks li:last-child {
    margin-bottom: 0;
}

.hpt-connect-btn{
        text-decoration: none;
}

.hpt-connect-btn:hover{
        color:#fff;
            text-decoration: none;
}
.common-btn {
    background: #14A314;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'PoppinsSemiBold';
    text-transform: uppercase;
    padding: 12px 15px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}
.explore-btn{
    background: none;
    border: 1px solid #14A314;
    color: #000;
}

.copiright {
    color: #2F2F2F;
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 0;
}

.contactForm {
    position: relative;
    /* position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: auto; */
}

.closeModal {
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.contact-left {
    background: #ECFFEC;
    padding: 40px;
    width: 45%;
}

.contact-left .cont-log {
    margin-bottom: 50px;
}

.contact-left .cont-log img {}

.contact-left h4 {
    color: #041C2D;
    font-size: 48px;
    font-family: 'PoppinsSemiBold';
    margin-bottom: 16px;
}

.contact-left p {
    font-size: 24px;
    color: #626262;
    margin-bottom: 24px;
}

.contact-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-left ul li {
    margin-bottom: 14px;
}

.contact-left ul li:last-child {
    margin-bottom: 0;
}

.contact-left ul li a {
    display: flex;
    align-items: center;
}

.contact-left ul li a span {
    margin-left: 12px;
    color: #363535;
    font-size: 18px;
}

.contact-inner {
    display: flex;
}

.contact-right {
    width: 55%;
    padding: 40px;
}

.modal-lg {
    max-width: 80%;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    padding-left: 0;
}

.modal-content {
    border: 0;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control input {
    font-size: 18px;
    color: #000;
}

label {
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 0;
}

label sup {
    color: #E7193E;
}

/* .contactform-bg{
    position: fixed;    
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 55555555;
} */
/* body{
    position: relative;
}
body::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;

} */

.navbar-light .navbar-nav .nav-link {
    color: #041C2D;
    font-size: 16px;
    margin-left: 15px;
    font-family: 'PoppinsMedium';
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0;
}

html {
    scroll-behavior: smooth;
}

.banner-section {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-caption {
    display: flex;
    align-items: flex-end;
    padding: 80px 0;
}

.banner-left {
    width: 45%;
}

.banner-right {
    width: 55%;
    text-align: right;
}

.banner-right h5 {
    color: #FFFFFF;
    font-size: 54px;
    font-family: 'PoppinsSemiBold';
}

.banner-left p {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 26px;
    text-align: justify;
}

.banner-left h2 {
    font-size: 23px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.banner-left img {
    max-width: 100%;
    margin-bottom: 15px;
}

.banner-left h4 {
    font-size: 26px;
    color: #FFFFFF;
    font-family: 'PoppinsBold';
}

.banner-left h4 span {
    display: block;
    font-size: 16px;
    font-family: 'Poppins';
}

.footerCont p {
    font-size: 25px;
    color: #000000;
    font-family: 'PoppinsMedium';
}

.formCompleted {
    position: relative;
    text-align: center;
    padding: 60px 100px;
}

.formCompleted img {
    margin-bottom: 30px;
}

.formCompleted h4 {
    color: #041C2D;
    font-size: 48px;
    font-family: 'PoppinsSemiBold';
}

.formCompleted h4 span {
    display: block;
}

.formCompleted .closeModal {
    top: 20px;
    right: 20px;
}

.invalid-feedback {
    color: #E7193E;
    font-size: 16px;
}

.navbar-toggler {
    position: relative;
}

.navbar-toggler span {
    position: absolute;
    left: 0;
    top: 0;
}

.navbar-toggler span:last-child {
    opacity: 0;
}

.navbar-toggler.show span:first-child {
    opacity: 0;
}

.navbar-toggler.show span:last-child {
    opacity: 1;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: 0;
}

/* Media query css */


@media screen and (max-width: 1330px) {
    .container {
        width: 90%;
    }

    .formCompleted h4 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 90%;
        max-width: none;
    }

    .banner-right h5 {
        font-size: 46px;
    }

    .sec-heading h2 {
        font-size: 40px;
    }

    .solutionSet h3 {
        font-size: 20px;
    }

    .solutionSet p {
        font-size: 16px;
    }

    .solutionSet {
        margin-top: 40px;
    }

    .scaleSet {
        margin-top: 70px;
    }

    .scaleComt h4 {
        font-size: 22px;
    }

    .scaleComt ul li {
        font-size: 16px;
    }

    .approachCont h6 {
        font-size: 17px;
    }

    .formCompleted h4 span {
        display: inline;
    }

    .formCompleted {
        padding: 60px 60px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-right h5 {
        font-size: 32px;
    }

    .banner-left p {
        font-size: 14px;
    }

    .banner-left h2 {
        font-size: 20px;
    }

    .banner-left h4 {
        font-size: 22px;
    }

    .banner-left h4 span {
        font-size: 14px;
    }

    .solution-bg.cp9 {
        padding: 50px 0;
    }

    .solutionSet h3 {
        font-size: 18px;
    }

    .solutionSet p {
        font-size: 14px;
    }

    .solutionSet {
        min-height: 290px;
    }

    .sec-heading h2 {
        font-size: 34px;
    }

    .scaleSet {
        margin-top: 50px;
    }

    .scaleComt h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .scaleComt ul li {
        font-size: 14px;
    }

    .approachCont h6 {
        font-size: 14px;
    }

    .footerCont p {
        font-size: 20px;
    }

    .hpt-intro p,
    .hpt-detail-intro {
        font-size: 16px;
    }

    .hpt-subtitle {
        font-size: 30px;
    }

    .hpt-focus-card h4,
    .hpt-extra-card h4 {
        font-size: 22px;
    }

    .contact-left h4 {
        font-size: 34px;
    }

    .contact-left p {
        font-size: 16px;
    }

    label {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
    }

    .navbar-nav {
        padding: 60px 0 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px;
        font-size: 22px;
        color: #1A1A1A;
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 767px) {
    .banner-left {
        width: 100%;
        order: 2;
    }

    .banner-caption {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .banner-right {
        width: 100%;
        order: 1;
        text-align: left;
    }

    .solutionSet {
        min-height: auto;
    }

    .container {
        width: 100%;
    }

    .sec-heading h2 {
        font-size: 30px;
    }

    .scaleSet {
        flex-wrap: wrap;
    }

    .scaleImg {
        width: 100%;
    }

    .scaleComt {
        margin-top: 30px;
        padding-left: 0;
        width: 100%;
    }

    .approchSet {
        display: flex;
        align-items: flex-start;
    }

    .approachCont {
        padding-left: 20px;
        width: 60%;
    }

    .approchImg {
        width: 40%;
    }

    .footer-Set .left {
        display: flex;
        align-items: flex-start;
        width: 100%;
        justify-content: space-between;
    }

    .footer-bg .row .col-md-3:first-child {
        order: 1;
    }

    .footer-bg .row .col-md-3:nth-child(2) {
        order: 3;
    }

    .footer-bg .row .col-md-6 {
        order: 2;
    }

    .footLinks {
        margin-top: 30px;
    }

    .scaleImg img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .contact-inner {
        flex-wrap: wrap;
    }

    .contact-left {
        width: 100%;
    }

    .contact-right {
        width: 100%;
    }

    .modal-lg {
        max-width: 90%;
        margin: .5rem auto;
    }

    .formCompleted h4 {
        font-size: 29px;
    }

    .navbar {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .navbar-brand img {
        width: 70px;
        height: auto;
    }

    .navbar-light .navbar-toggler {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        outline: none;
        width: auto;
        height: auto;
        width: 25px;
        height: 25px;
    }

    .navbar-toggler span {
        width: 25px;
        height: 25px;
    }

    .banner-right h5 {
        font-size: 26px;
        margin-bottom: 20px;
        max-width: 280px;
    }

    .hpt-summary {
        padding: 22px;
        margin-top: 30px;
    }

    .hpt-details-wrap {
        padding: 20px;
    }

    .hpt-hero-image {
        margin-top: 20px;
        height: 220px;
    }

    .hpt-intro p,
    .hpt-detail-intro,
    .hpt-focus-card p,
    .hpt-extra-card p,
    .hpt-focus-card ul li,
    .hpt-extra-card ul li {
        font-size: 14px;
        line-height: 21px;
    }

    .hpt-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

    .hpt-focus-card,
    .hpt-extra-card {
        padding: 22px;
    }

    .hpt-focus-col {
        margin-bottom: 20px;
    }

    .hpt-extra-row {
        margin-top: 0;
    }

    .hpt-focus-card h4,
    .hpt-extra-card h4 {
        font-size: 18px;
    }

    .hpt-focus-img,
    .hpt-extra-img {
        height: 250px;
    }

    .hpt-support-layout {
        flex-direction: column;
        gap: 16px;
    }

    .hpt-support-card .hpt-extra-img {
        flex: none;
        height: 220px;
    }


    .banner-left p {
        font-size: 12px;
        line-height: 18px;
        max-width: 246px;
    }

    .banner-left h2 {
        font-size: 16px;
    }

    .banner-left img {
        width: 56px;
        height: auto;
    }

    .banner-left h4 {
        font-size: 20px;
    }

    .banner-left h4 span {
        font-size: 11px;
    }

    .banner-section {
        background-position: center;
        position: relative;
        z-index: 0;
    }

    .banner-section::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        z-index: -1;
    }

    .sec-heading h2 {
        font-size: 24px;
        line-height: 32px;
        max-width: 298px;
    }

    .sec-heading h2 br {
        display: none;
    }

    .solutionSet img {
        width: 46px;
        height: auto;
    }

    .solutionSet {
        padding: 22px;
    }

    .solutionSet h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .solutionSet p {
        line-height: 21px;
        word-spacing: 2px;
    }

    .cp9 {
        padding: 50px 0;
    }

    .scaleImg {
        /* height: 265px; */
        border-radius: 7px;
        overflow: hidden;
    }

    .scaleImg img {
        object-fit: cover;
    }

    .scaleComt ul li::before {
        left: 0;
    }

    .scaleComt ul li {
        padding-left: 15px;
    }

    .scaleComt {
        padding-left: 15px;
    }

    .approchSet {
        margin-top: 30px;
    }

    .approchImg {
        margin-bottom: 0;
    }

    .approchImg {
        width: 150px;
        height: 150px;
        border-radius: 7px;
        overflow: hidden;
    }

    .approchImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .approachCont {
        width: calc(100% - 130px);
    }

    .footer-bg {
        padding: 40px 0 20px 0;
    }

    .footerLogo img {
        width: 90px;
        height: auto;
    }

    .socialLinks a img {
        width: 36px;
        height: 34px;
        border-radius: 6px;
    }

    .socialLinks a {
        margin-right: 13px;
    }

    .footerCont p {
        font-size: 18px;
        line-height: 24px;
    }

    .common-btn {
        border-radius: 3px;
        font-size: 12px;
    }

    .footLinks li a {
        font-size: 14px;
    }

    .footLinks li {
        margin-bottom: 16px;
    }

    .copiright {
        font-size: 13px;
        margin-top: 30px;
    }

    body {
        margin-top: 50px;
    }
}