ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
    outline-offset: inherit;
}

p {
    margin: 0;
}

.form-control:focus {
    border-color: #45c4a242;
    -webkit-box-shadow: -1px 3px 10px 0 #45c4a242;
    box-shadow: -1px 3px 10px 0 #45c4a242;
}

.navbar-toggler:focus {
    box-shadow: none;
}

body {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #283252;
}

.bannerWrap {
    background: #F8F9F8;
    position: relative;
    height: 808px;
}

.bannerWrap::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/bannerBgImg.png) no-repeat;
    width: 392px;
    height: 808px;
    z-index: 9;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

header.active {
    background-color: rgb(139 139 139);
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}

header .navbar {
    padding-top: 24px;
}

.menuWrap {
    margin-left: 100px;
}

header .menuWrap .nav-item {
    margin: 0 20px;
}

header .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #394542;
    padding: 0 0 8px 0 !important;
    border-bottom: 2px solid #45c4a200;
}

header .navbar-nav .nav-link:hover {
    color: #394542;
    border-bottom: 2px solid #45C4A2;
}

header .navbar-nav .nav-link.active {
    color: #394542;
    border-bottom: 2px solid #45C4A2;
}

header .navbar-nav .nav-item.active a {
    color: #394542;
    border-bottom: 2px solid #45C4A2;
}

.menuRgtBtn a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    display: inline-block;
    padding: 10px 24px;
    background: #fff;
    border-radius: 8px;
    margin-left: 12px;
    color: #071713;
    border: #fff solid 1px;
}

.menuRgtBtn a:last-child {
    border: #fff solid 1px;
    background: transparent;
    color: #fff;
}

.menuRgtBtn a:hover {
    background: #45C4A2;
    color: #fff;
    border: #45C4A2 solid 1px;
}

.bannerWrapIn {
    padding-top: 150px;
    z-index: 99;
    position: relative;
}

.bannerWrapIn h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #45C4A2;
    margin-bottom: 28px;
}

.bannerWrapIn h1 {
    font-size: 96px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0em;
    text-align: left;
    color: #071713;
}

.bannnerImg {
    margin-left: 55px;
}

.greenWrap {
    background: #45C4A2;
    padding: 128px 200px;
}

.whiteWrap {
    background: #fff;
    padding: 128px 200px;
}

.homeWrap {
    background: #fff;
    padding: 128px 0;
}

.homeWrapNew {
    padding-top: 0;
}

.greenWrap p {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.headingStyleOne {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

.headingStyleTwo {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 35px;
    color: #071713;
}

.btnStyle {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    padding: 16px 28px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 5px;
    border: none;
}

.btnStyle:hover {
    box-shadow: 0 14px 26px -12px rgba(29, 29, 29, 0.2), 0 4px 23px 0 rgba(29, 29, 29, 0.2), 0 8px 10px -5px rgba(29, 29, 29, 0.2);
}

.btnStyleTwo:hover {
    box-shadow: 0 14px 26px -12px rgb(69 196 162), 0 4px 23px 0 rgba(29, 29, 29, 0.2), 0 8px 10px -5px rgba(29, 29, 29, 0.2);
}

.btnStyle.blackBtn {
    background: #071713;
    color: #fff;
}

.btnStyle.whiteBtn {
    background: #fff;
    color: #071713;
}

.btnStyle.greenBtn {
    background: #45C4A2;
    color: #fff;
}

.AlignCenter {
    align-items: center;
}

.featureWrap {
    margin-top: 128px;
}

.featureWrapNew {
    margin-top: 0;
}

.featureBox {
    padding-right: 45px;
}

.featureBoxTwo {
    padding-right: 0;
    padding-left: 55px;
}

.featureBox h4 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-shadow: 1px 0 #45C4A2, -1px 0 #45C4A2, 0 1px #45C4A2, 0 -1px #45C4A2, 1px 1px #45C4A2, -1px -1px #fff, 1px -1px #45C4A2, -1px 1px #45C4A2;
    margin-bottom: 32px;
}

.featureBox h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    color: #071713;
    margin-bottom: 32px;
}

.featureBox p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #394542;
    margin: 0;
}

.featureImg {
    text-align: right;
}

.featureImg img {
    width: 100%;
}

.howWrap {
    background: url(../images/how-it-worksBg.jpg) no-repeat;
    padding-top: 128px;
    padding-bottom: 128px;
    background-size: cover;
}

.howWrap h2 {
    margin-bottom: 80px;
}

.workCart {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 20px
}

.workCartGreen {
    background: #45C4A2;
}

.workCart h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-shadow: 1px 0 #45C4A2, -1px 0 #45C4A2, 0 1px #45C4A2, 0 -1px #45C4A2, 1px 1px #45C4A2, -1px -1px #fff, 1px -1px #45C4A2, -1px 1px #45C4A2;
}

.workCartGreen h3 {
    color: #45C4A2;
    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.workCart h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #071713;
    margin-bottom: 25px;
    margin-top: 65px;
}

.workCart p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #394542;
}

.homeWhyBox {
    padding-left: 80px;
}

.homeWhyBoxTwo {
    padding-left: 0;
    padding-right: 100px;
}

.homeWhyBox h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: left;
    color: #071713;
    margin-bottom: 55px;
}

.homeWhyBox p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 48px;
}

.whyBox {
    border: 1px solid #E4E6E5;
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.whyBox h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 32px;
}

.whyBox p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0
}

.joinWrap {
    background: url(../images/joinBg.jpg) no-repeat;
    padding-top: 128px;
    padding-bottom: 128px;
    background-size: cover;
}

.joinWrap p {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

footer {
    background: #071713;
    padding-top: 128px;
    padding-bottom: 128px;
    color: #b4b9b8;
    font-size: 18px;
}

footer .footerCart ul {
    margin-top: 40px;
}

footer .footerCart ul li {
    display: inline-block;
    /* width: 25%; */
    margin-right: 80px;
    /* margin-bottom: 16px; */
}

footer .footerCart ul li a {
    color: #b4b9b8;
}

footer .footerCart ul li a:hover {
    color: #fff;
}

.footerBtn {
    text-align: right;
    margin-top: 50px;
}

.footerBottom {
    border-top: 2px #45c4a28f dashed;
    border-block-width: 2px;
    padding-top: 40px;
    margin-top: 40px;
}

.socialMediaLink {
    text-align: right;
}

.socialMediaLink li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #45C4A2;
    margin-left: 30px;
}

.socialMediaLink li a {
    color: #b4b9b8;
}

.socialMediaLink li a:hover {
    color: #ffffff;
}

.internalBannnerImg {
    width: 100%;
}

.bannerWrapIn .interalBannerText h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #071713;
    margin: 0;
}

.bannerWrapIn .interalBannerText h1 {
    font-size: 128px;
    font-weight: 700;
    line-height: 105px;
    letter-spacing: 0em;
    text-align: left;
    color: #45C4A2;
    margin: 0;
}

.bannerWrapIn .interalBannerText p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 28px;
    margin-bottom: 40px;
}

.homeWhyBoxInternal h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: left;
    color: #071713;
    margin-bottom: 55px;
}

.homeWhyBoxInternal p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 65px;
}

.whyWrap {
    background: #F8F9F8;
}

.whyBoxTwo {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 32px;
}

.whyBoxTwo h4 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 24px;
    margin-top: 48px;
}

.whyBoxTwo p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}

.whyInteralCart {
    padding-left: 100px;
}

.whyBoxContact img {
    width: 55px;
}

.whyBoxContact h4 {
    margin-top: 20px;
}

.whyBoxContact p {
    font-size: 20px;
    line-height: 30px;
}

.contactFormWrap {
    padding-left: 60px;
}

.contactFormWrap .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contactFormWrap .form-control {
    border: #E4E6E5 solid 1px;
    height: 50px;
    font-size: 16px;
    padding-left: 44px;
}

.contactFormWrap .form-control1 {
    height: 100px;
    padding-top: 14px;
}

.contactFormWrap .form-control::placeholder {
    color: #a8a8a8;
}

.contactFormWrap .form-group .inputIcon {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 17px;
    color: #c4c4c4;
}

.overflowHidden {
    overflow: hidden;
}

.imgBorderRadius {
    border-radius: 16px;
}


/* responsive */

@media (max-width:1024px) {
    .bannnerImg {
        margin-left: 0;
        width: 100%;
    }
    .bannerWrapIn h1 {
        font-size: 70px;
        line-height: 75px;
    }
    .workCart p {
        font-size: 22px;
    }
    .menuWrap .nav-item {
        margin: 0 10px;
    }
    .menuWrap {
        margin-left: 35px;
    }
}

@media all and (min-width: 992px) {}

@media (max-width:991px) {
    .bannerWrap {
        height: auto;
    }
    .bannerWrap::after {
        display: none;
    }
    .bannerWrapIn h1 {
        font-size: 40px;
        line-height: 54px;
    }
    header {
        background: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    }
    header.active {
        background: #fff;
    }
    .greenWrap {
        padding: 50px 0;
    }
    .whiteWrap {
        padding: 50px 0;
    }
    .headingStyleOne {
        font-size: 50px;
        line-height: 69px;
    }
    .headingStyleTwo {
        font-size: 50px;
        line-height: 69px;
    }
    .howWrap {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: cover;
    }
    .workCart h4 {
        margin-bottom: 15px;
        margin-top: 40px;
        font-size: 30px;
    }
    .workCart p {
        font-size: 18px;
        line-height: 23px;
    }
    .homeWhyBox {
        padding-left: 5px;
    }
    .homeWhyBox h2 {
        font-size: 45px;
        margin-bottom: 10px;
        line-height: 53px;
    }
    .homeWrap {
        padding: 50px 0;
    }
    .homeWrapNew {
        padding-top: 0;
    }
    .homeWhyBoxTwo {
        padding-right: 5px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .footerBtn {
        text-align: left;
    }
    .socialMediaLink {
        text-align: left;
    }
    .socialMediaLink li {
        margin-left: 0;
        margin-right: 22px;
    }
    .joinWrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .menuWrap {
        margin-left: 0;
        padding-top: 29px;
    }
    .menuRgtBtn a {
        background: #45C4A2;
        color: #fff;
        margin-left: 18px;
    }
    .menuRgtBtn a:last-child {
        background: #071713;
        color: #fff;
    }
    .menuRgtBtn a:hover {
        box-shadow: 0 14px 26px -12px rgba(29, 29, 29, 0.2), 0 4px 23px 0 rgba(29, 29, 29, 0.2), 0 8px 10px -5px rgba(29, 29, 29, 0.2);
    }
    .bannerWrapIn .interalBannerText {
        padding-bottom: 20px;
    }
    .bannerWrapIn .interalBannerText h2 {
        font-size: 40px;
        line-height: 53px;
        margin: 0;
    }
    .bannerWrapIn .interalBannerText h1 {
        font-size: 80px;
        font-weight: 700;
        line-height: 47px;
    }
    .bannerWrapIn .interalBannerText p {
        font-size: 19px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .bannerWrapIn {
        padding-top: 125px;
    }
    .homeWhyBoxInternal h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .whyInteralCart {
        padding-left: 0;
    }
    .whyBoxTwo h4 {
        margin-bottom: 15px;
        margin-top: 40px;
        font-size: 30px;
    }
    .contactImg {
        display: none;
    }
    header .menuWrap .nav-item {
        margin: 0 20px 15px 20px;
    }
    .menuRgtBtn {
        padding-bottom: 15px;
    }
}

@media (max-width:767px) {
    .comanWrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .comanWrap .first_div {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .comanWrap .second_div {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .bannerWrapIn h1 {
        font-size: 25px;
        line-height: 47px;
        margin-bottom: 22px;
    }
    .bannerWrapIn h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .bannerWrapIn {
        padding-top: 128px;
    }
    .featureWrap {
        margin-top: 40px;
    }
    .featureBoxTwo {
        padding-right: 0;
        padding-left: 0;
    }
    .featureBox h3 {
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .featureBox p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .homeWhyBox h2 {
        font-size: 35px;
        margin-bottom: 0;
        margin-top: 16px;
    }
    .homeWhyBox p {
        font-size: 20px;
    }
    .homeWhyBoxTwo p {
        margin-bottom: 15px;
    }
    .homeWhyBoxTwo .btnStyle {
        margin: 0 0 15px 0;
    }
    .headingStyleOne {
        font-size: 35px;
        line-height: 49px;
    }
    .headingStyleTwo {
        font-size: 35px;
        line-height: 49px;
    }
    .footerBottom {
        padding-top: 25px;
        margin-top: 35px;
    }
    footer .footerCart ul li {
        margin-right: 73px;
    }
    .socialMediaLink li {
        margin-right: 16px;
        font-size: 16px;
    }
    .bannerWrapIn .interalBannerText h2 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .internalBannnerImg {
        margin-bottom: 20px;
    }
    .homeWhyBoxInternal h2 {
        font-size: 35px;
        margin-bottom: 0;
        margin-top: 16px;
    }
    .homeWhyBoxInternal p {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .contactFormWrap {
        padding-left: 0;
    }
}

@media (max-width:580px) {
    .bannerWrapIn h2 {
        font-size: 20px;
    }
    .bannerWrapIn h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .greenWrap p {
        font-size: 20px;
        line-height: 29px;
    }
    .headingStyleOne {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 24px;
    }
    .headingStyleTwo {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 24px;
    }
    .workCart h4 {
        margin-bottom: 0;
        margin-top: 20px;
        font-size: 20px;
    }
    .homeWhyBox h2 {
        font-size: 30px;
        margin-top: 16px;
    }
    .homeWhyBox p {
        font-size: 18px;
        line-height: 26px;
    }
    footer .footerCart ul li {
        width: 100%;
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 0;
    }
    .socialMediaLink li:first-child {
        display: block;
        margin: 0;
        margin-top: 19px;
    }
    .socialMediaLink li {
        margin-right: 9px;
        font-size: 14px;
    }
    .btnStyle {
        font-size: 15px;
        padding: 10px 21px;
        margin: 0 5px;
    }
    .footerBtn {
        margin-top: 24px;
    }
    .bannerWrapIn .interalBannerText h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .bannerWrapIn .interalBannerText h1 {
        font-size: 50px;
    }
    .bannerWrapIn .interalBannerText p {
        margin-top: 7px;
    }
    .homeWhyBoxInternal h2 {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 55px;
    }
    .homeWhyBoxInternal p {
        font-size: 18px;
        line-height: 26px;
    }
    .whyBoxTwo h4 {
        margin-bottom: 0px;
        margin-top: 11px;
        font-size: 24px;
    }
    .whyBoxTwo p {
        font-size: 18px;
        line-height: 26px;
    }
    .joinWrap p {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .homeWrap {
        padding: 20px 0 20px 0;
    }
    .homeWrapHead .homeWhyBox h2 {
        margin-top: 0;
        line-height: 38px;
        margin-bottom: 10px;
    }
}