@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 17px;
    color: #161C2D;
    line-height: 1.6;
}
.header_sec.darkHeader {
    background: #002E3E;
}
.banner_sec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 83px 0 50px;
    position: relative;
}
.banner_sec_img img {
    max-width: 100%;
}
.banner_sec_in .row {
    align-items: center;
    justify-content: space-between;
}
.header_sec {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 45px;
    z-index: 11;
}
.header_sec .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.header_sec .nav-link:hover {
    color: #3AAA35;
}
.header_sec .nav-item {
    margin: 0 17px;
}
.btn_primary {
    background: #3AAA35;
    color: #fff;
    font-weight: 500;
    padding: 13px 43px;
    border-radius: 8px;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active, .btn-check:checked+.btn.btn_primary, .btn.btn_primary.active, .btn.btn_primary.show, .btn.btn_primary:first-child:active, :not(.btn-check)+.btn.btn_primary:active {
    background: transparent;
    color: #3AAA35;
    border: 1px solid #3AAA35;
}
.heading_type1 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.banner_sec_con p {
    font-size: 19px;
    color: #AABABF;
    font-weight: 500;
}
.banner_sec_download {
    background: #F1F1F1;
    padding: 3px 3px 3px 30px;
    border-radius: 90px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}
.banner_sec_download p {
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}
.banner_sec_download a {
    transition: all .5s;
    margin-left: 0;
}
.banner_sec_download:hover a {
    transition: all .5s;
    margin-left: 15px;
}
.banner_sec::after {
    content: "";
    background-image: url('../img/Wave.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 243px;
}
.whoweare_sec_in .row, .whytouse_sec_in .row {
    align-items: center;
    justify-content: space-between;
}
.whytouse_sec_in .row{
    flex-direction: row-reverse;
}
.whoweare_sec {
    padding: 80px 0;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1035px;
    }
    .features_sec .container {
        max-width: 1140px;
    }
}
.heading_type2 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 15px;
}
.whoweare_sec_con p {
    font-size: 19px;
    color: #5B606C;
    margin-bottom: 0;
}
.whytouse_itm {
    margin-top: 30px;
}
.whytouse_itm h4 {
    font-size: 21px;
    font-weight: 700;
}
p{color: #5B606C;}
.features_sec {
    position: relative;
    background: #003E54;
    padding: 170px 0 90px;
}
.features_sec_in .heading_type2 {
    color: #fff;
    text-align: center;
}
.features_sec_itm {
    margin-top: 40px;
}
.features_sec_itm {
    display: flex;
    gap: 15px;
}
.features_ic {
    flex: 0 0 35px;
}
.features_ic img {
    max-width: 100%;
}
.features_con h4 {
    font-size: 21px;
    color: #fff;
}
.features_con p {
    color: #A6B8BE;
    margin-top: 13px;
    margin-bottom: 0;
}
.features_sec::after {
    content: "";
    background: rgba(255,255,255,.1);
    height: 3px;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    width: 180px;
    margin: 0 auto;
    border-radius: 15px;
}
.features_sec::before {
    content: "";
    background-image: url('../img/shape2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
}
.whytouse_sec {
    padding: 80px 0 0 0;
    margin-bottom: -120px;
}
.whytouse_sec_img {
    position: relative;
    z-index: 1;
}
.heading_sec {
    text-align: center;
}
.howitworks_sec{
    padding: 80px 0;
}
.heading_sec {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}
.howitworks_itm {
    text-align: center;
    margin-top: 30px;
}
.howitworks_itm_ic {
    width: 60px;
    height: 60px;
    background: #F64B4B;
    color: #fff;
    font-size: 26px;
    display: inline-flex;
    margin: 0 auto 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}
.howitworks_sec .row [class*="col-"]:nth-child(2) .howitworks_itm_ic{
    background: #68D585;
}
.howitworks_sec .row [class*="col-"]:nth-child(3) .howitworks_itm_ic{
    background: #473BF0;
}
.howitworks_itm_con h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}
.howitworks_sec .row{
    margin: 0 -50px;
}
.howitworks_sec .row [class*="col-"] {
    padding: 0 50px;
}
.howitworks_itm {
    position: relative;
}
.howitworks_itm::before {
    content: "";
    background-image: url('../img/line_dashed.svg');
    height: 3px;
    width: calc(100% + 36px);
    position: absolute;
    left: calc(50% + 31px);
    top: 29px;
}
.howitworks_sec .row [class*="col-"]:nth-child(3) .howitworks_itm:last-child::before {
    display: none;
}
.contact_form {
    width: 350px;
    max-width: 100%;
    background: #fff;
    padding: 25px;
    border: 1px solid #E7E9ED;
    border-radius: 15px;
}
.contact_us_sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.contact_us_in .row {
    justify-content: space-between;
    align-items: center;
}
.contact_form {
    margin-left: auto;
}
.contact_con_in .heading_type2 {
    color: #fff;
}
.contact_con_in p {
    color: #B9B9BB;
    margin-bottom: 0;
}
.contact_con_ic {
    margin-bottom: 30px;
}
.contact_form .btn {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
label {
    font-size: 15px;
    font-weight: 600;
}
.form-control {
    min-height: 50px;
    border-radius: 8px;
    border-color: #C8C8C8;
    padding: 10px 17px;
    font-size: 15px;
    font-weight: 500;
}
footer {
    background: #F2F2F2;
}
.footer_top {
    padding: 80px 0;
}
.footer_links li a {
    color: #161C2D;
    text-decoration: none;
}
.footer_links li a:hover {
    color: #3AAA35;
}
.footer_links ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.footer_links ul li {
    margin-bottom: 17px;
}
.footer_links_con {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
}
.footer_links_con h4 {
    color: #242331;
    font-weight: 700;
}
.footer_links_con p {
    color: #3AAA35;
    font-weight: 500;
    font-size: 16px;
}
.footer_bot {
    border-top: 1px solid #E7E9ED;
    padding: 30px 0;
}
.footer_social ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: end;
}
.footer_copyright {
    font-size: 14px;
}
.main_sec{overflow: hidden;}
.footer_bot .row {
    align-items: center;
}
.whoweare_sec_img img, .whytouse_sec_img img {
    max-width: 100%;
}
.features_sec::before {
    height: 54px;
}
.features_sec_shape {
    position: absolute;
    left: 70px;
    top: 90px;
}
.cross_menu{display: none;}
.privacy_sec {
    padding-top: 130px;
    padding-bottom: 30px;
}
.privacy_sec a {
    color: #3AAA35;
    font-weight: 500;
}
.navbar-brand h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff !important;
    margin: 0;
}
.modal_img img {
    max-width: 70px;
    margin: 0 auto;
}
.thank_yu {
    text-align: center;
}
.thank_con {
    margin-top: 30px;
    max-width: 80%;
    margin: 20px auto 0;
}
.thank_con h2 {
    font-weight: bold;
}
.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-body {
    padding: 40px;
}
.privacy_sec_in strong, .privacy_sec_in h1, .privacy_sec_in  h2, .privacy_sec_in  h3, .privacy_sec_in  h4, .privacy_sec_in  h5, .privacy_sec_in  h6 {
    color: #242331;
    font-weight: 700 !important;
}
.privacy_sec_in h2 {
    font-size: 26px;
}
.privacy_sec_in h3 {
    font-size: 20px;
    margin-top: 14px;
    font-weight: 600 !important;
}