h1 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    color: #BD1E2D;
    font-size: 80px;
    line-height: 102px;
    
}
h2 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 82px;
    color: #000000;
}
h4 {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
}
p {
    font-family: Roboto;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #F5F5F5;
}
a {
    font-family: Rajdhani;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
}
.row {
    max-width: 1270px;
    margin: auto;
}
html, body {
    overflow-x: hidden;
}


/*header*/
section.header_section a.nav-link {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000 !important;
    padding: 0 !important;
}
section.header_section .container-fluid {
    max-width: 1220px;
    margin: auto;
    padding: 0;
}
#mynavbar .navbar-nav {
    margin-left: auto;
    margin-right: 0 !important;
}
section.header_section li.nav-item:not(:last-child) {
    margin-right: 40px;
}
section.header_section {
    position: fixed;
    width: 100%;
    z-index: 1;
}
section.home_banner {
    margin-top: 100px;
}
div#myModal .modal-dialog {
    max-width: 800px;
    margin-top: 4%;
}
div#myModal .close {
    text-align: right;
    color: white;
    margin-bottom: 8px;
}
div#myModal .modal-content {
    background: transparent;
    box-shadow: none !important;
    border: 0;
}
div#myModal {
    padding-right: 0px !important;
}
body.modal-open {
    padding-right: 0px !important;
}
/*First-sec*/
section.home_banner {
    /*min-height: 563px;*/
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.home_banner img {
    margin: auto;
}
a.green_button {
    display: flex;
    width: 744.9px;
    height: 200px;
    background: #016738;
    box-shadow: 0px 0px 4px rgba(6, 67, 39, 0.4);
    border-radius: 8px;
    padding: 76px 43px;
    font-size: 32px;
    line-height: 41px;
    color: white;
}
section.home_banner .vpop {
    background-image: url(../images/play_circle_filled.svg);
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
 }
footer a:hover {
    color: #016738;
}

/*Video-popup*/
#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}
#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}
#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}
#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}
#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
#video-popup-close:hover {
  color: #DE0023;
}
div#myModal .form_side p {
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    color: #000000;
    font-weight: 300;
    padding: 0;
}
div#myModal .form_side {
    padding: 50px 50px 50px;
}

/*Secound sec*/
section.get_silence p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #000000;
    max-width: 795px;
    opacity: 0.8;
}
section.get_silence {
    padding: 70px 0;
    overflow: hidden;
}


/*3rd sec*/
section.form_section {
    padding: 80px 0;
}
section.form_section h2 {
    max-width: 988px;
    text-align: center;
    margin: auto;
    color: white;
}
section.form_section p {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #F5F5F5;
    text-align: center;
    opacity: 0.8;
    padding-top: 23px;
}
.form_side label {
    display: none;
}
.form_side {
    padding: 114px 89px 74px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 4px rgba(1, 63, 34, 0.25);
    border-radius: 8px;
}
.green_button img {
    max-width: 80px;
}
.form_side input, .form_side select, .form_side textarea {
    background: #F5F5F5;
    border-radius: 8px;
    height: 50px;
    margin-bottom: 24px;
    opacity:0.8;
    padding: 0 16px;
}
.form_side form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_side form .half_width {
    width: 48.5%;
}
.form_side .full_width {
    width: 100%;
}
.form_side input::placeholder, .form_side select option, .form_side textarea::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
}
.form_side textarea {
    height: 170px;
    padding-top: 16px;
}
section.form_section .form_side p {
    font-size: 16px;
    text-align: left;
    line-height: 150%;
    color: #000000;
    font-weight: 300;
    padding: 0;
}
.form_side button.btn {
    /* display: none; */
    background: #016738;
    border-radius: 8px;
    padding: 16px 43px;
    font-size: 24px;
    line-height: 32px;
    color: white;
    border: 0px;
    font-family: Rajdhani;
    font-weight: bold;
}

 .form_side input.btn {
    /* display: none; */
    background: #016738;
    border-radius: 8px;
    padding: 16px 43px;
    font-size: 24px;
    line-height: 32px;
    color: white;
    border: 0px;
    font-family: Rajdhani;
    font-weight: bold;
    padding-bottom: 50px;
}
    

.form_image_side a.green_button {
    margin-top: -195px;
    position: relative;
}
.form_image_side {
    background-size: cover;
    padding: 0;
    display: inline-grid;
    align-items: flex-end;
    border-radius: 10px;
}
.form_image_side>img {
    display: none;
}
section.franchise_section {
    padding: 80px 0;
}
section.franchise_section .row {
    max-width: 1200px;
}
section.franchise_section .row>p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    color: #000000;
    opacity: 0.8;
    padding-bottom: 30px;
}


/* 4th section */
.franchise_box_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.franchise_box_row .franchise_box {
    width: 32%;
    background: #FDFDFD;
    border: 2px solid #016738;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(6, 67, 39, 0.4);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 25px;
}
.franchise_box p {
    font-size: 23px;
    line-height: 120%;
    color: #000000;
    opacity: 0.8;
    font-weight: 300;
}
.franchise_box_row .franchise_box h4:first-child:after {
    content: '';
    background: url(../images/shining1.svg);
    position: absolute;
    width: 45px;
    height: 45px;
    background-size: cover;
    display: inline-block;
}
.franchise_box_row .botom_star h4:first-child:after {
    display: block;
}


/* 5th section */
section.investing_section {
    padding: 80px 0 0;
    background-color: black;
    background-repeat: no-repeat;
    background-position: top right;
}
section.investing_section h2 {
    color: white;
    max-width: 800px;
}
section.investing_section p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.8;
    max-width: 786px;
}
.investing_box_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.investing_box_row .investing_box {
    background: white;
    width: 31%;
    padding: 32px;
    border-radius: 8px;
}
.investing_box_row .investing_box p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #0F0F0F;
    margin-bottom: 5px;
}
section.investing_section .green_button {
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
    width: 64%;
    max-width: 990px;
}
section.meet_founder {
    padding: 80px 0;
}
section.investing_section .green_button {
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
    width: 64%;
    max-width: 990px;
}
section.meet_founder {
    padding: 80px 0;
}
section.meet_founder .row {
    max-width: 1400px;
    margin-right: 0;
    padding: 0;
}
.map_div {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 60px;
    margin-top: 30px;
    border-radius: 8px;
}
.map_div img {
    display: block;
    margin-bottom: 15px;
}

section.meet_founder p {
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
}
section.meet_founder .col-md-6 p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    max-width: 580px;
}
section.meet_founder .col-md-6 {
    padding: 0;
}
section.meet_founder .row>.row {
    max-width: 1240px;
    margin-right: auto;
    margin-left: 0;
    padding-top: 60px;
}
section.meet_founder h2 {
    padding: 0;
}
section.investing_section .row {
    max-width: 1230px;
}
section.core_values {
    padding: 60px 0;
}
section.core_values .row>p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}
.core_flip-box {
    background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(189,30,45,1) 15%, rgba(189,30,45,1) 85%, rgba(255,255,255,1) 85%);
    margin-top: 30px;
}
.flip_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
}
.flip_row .flip_box {
    width: 24%;
    padding: 0;
    min-height: 448px;
}
.core_flip-box .front_side {
    background-size: cover;
    min-height: 448px;
    padding: 30px;
    display: flex;
    align-items: baseline;
    border-radius: 8px;
    background-color: #0000001f;
    background-blend-mode: overlay;
}
.core_flip-box .front_side h4 {
    margin-top: auto;
    color: white;
    width: 100%;
    z-index: 1;
    text-align: left;
    font-size: 32px;
    line-height: 130%;
}
.core_flip-box .front_side {
    background-size: cover;
    min-height: 448px;
    padding: 30px;
    display: flex;
    align-items: baseline;
    border-radius: 8px;
    background-color: #0000001f;
    background-blend-mode: overlay;
}
.core_flip-box .front_side h4 {
    margin-top: auto;
    color: white;
    width: 100%;
    z-index: 1;
}
.core_flip-box .front_side:after {
    content: "";
    font-size: 10px;
    background: url(../images/white_plus.png);
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 100000;
    background-size: cover;
    margin-left: 68%;
}

/*Hover_effects*/
.franchise_box_row .franchise_box:hover {
    background: #016738;
}
.franchise_box_row .franchise_box:hover h4, .franchise_box_row .franchise_box:hover p {
    color: white;
}
.investing_box_row .investing_box:hover {
    filter: opacity(0.9);
}
.map_div img:hover {
    filter: drop-shadow(2px 4px 6px black);
}
section.training_section .icon_side:hover {
    background: #c21832;
}
.text_side:hover img {
    transform: scale(1.2);
    transition: 0.5s all;
}
.text_side img {
    transition: 0.5s all;
}

/*hover_effects_end*/


section.training_section {
    padding: 100px 0;
}
section.training_section .row>p {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
}
section.training_section h2 {
    text-align: center;
}
section.training_section .boxes_row {
    max-width: 755px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 2px solid #F5F5F5;
}
section.training_section .green_box {
    background-color: #016738;
}
section.training_section .icon_side {
    border-radius: 8px;
    min-height: 315px;
    padding: 40px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
section.training_section .icon_side h4 {
    line-height: 120%;
    color: #FFFFFF;
}
section.training_section .text_side {
    width: 50%;
    padding: 34px;
    display: flex;
}
section.training_section .text_side p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    margin: auto;
}
section.training_section .orange_box {
    background-color: #E4803B;
}
section.form_section .row>p {
    margin-bottom: 45px;
}
section.cost_investment {
    padding: 140px 0;
}
section.cost_investment .row {
    max-width: 1200px;
}
section.form_section .row {
    max-width: 1230px;
}
section.cost_investment img {
    display: none;
}

section.cost_investment .col-md-8 {
    background-size: cover;
}
section.cost_investment p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    padding: 90px 0px 80px 16px;
    margin-bottom: 0;
}
section.cost_investment h2 {
    padding: 0 0 50px 0;
}
section.about_number {
    background: #F89754;
    padding-top: 100px;
}
section.about_number .col-md-4 p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #0F0F0F;
    padding-top: 30px;
}
section.about_number .col-md-4 h4 {
    font-weight: bold;
    font-size: 64px;
    line-height: 82px;
    color: #FFFFFF;
}
.about_num_boxes_sec {
    padding: 80px 0;
    background: #E4803B;
    margin-top: 40px;
}
.number_boxes_row {
    justify-content: space-between;
    padding: 0 15px;
}
.number_boxes_row .a_number_box {
    width: 49%;
    background: #FFFFFF;
    border-radius: 8px;
    height: 255px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 40px;
    background-image: url(../images/green_plus.svg);
    background-repeat: no-repeat;
    background-position: top 25px right 20px;
}
.number_boxes_row .a_number_box p {
    height: 0px;
    overflow: hidden;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
    position: absolute;
}
section.accourdian_sec {
    padding: 100px 0px;
}
section.accourdian_sec .row>p {
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    padding-bottom: 30px;
}
section.about_number .row {
    max-width: 1230px;
}
section.accourdian_sec .row {
    max-width: 1230px;
}
div#accordionExample {
    max-width: 1200px;
    margin: auto;
}
button.accordion-button {
    height: 124px;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 150%;
    color: #0F0F0F !important;
    background-color: #F5F5F5 !important;
    border-radius: 8px;
    border: 0px !important;
    box-shadow: none !important;
    padding: 40px;
    margin-bottom: 30px;
}
button.accordion-button span {
    margin-right: 50px;
}
.accordion-body {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    padding: 0px 39px 25px;
}
.accordion-item {
    border: 0px;
}
section.accourdian_sec .green_button {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 105px;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
}
section.training_with_logo {
    padding: 80px 0;
}
section.training_with_logo .row {
    max-width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 4px rgba(1, 63, 34, 0.25);
    border-radius: 8px;
    padding: 0px 80px 60px;
}
section.training_with_logo .row h2 {
    padding: 0 0 25px 0;
}
section.training_with_logo .background_imgg {
    background-repeat: no-repeat;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    width: 55.333333%;
}
section.training_with_logo .text_side p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
}
img.row_logoo {
    max-width: 175px;
    margin-left: auto;
    position: relative;
    margin-top: -70px;
    margin-bottom: -20px;
}
section.partner_sec {
    padding: 140px 0 80px;
    background-color: #BD1E2D;
}
section.partner_sec .row {
    max-width: 1220px;
}
section.partner_sec .green_button {
    width: 988px;
}
section.partner_sec h2 {
    color: white;
    max-width: 390px;
}
section.support_prog_sec {
    padding: 140px 0;
}
section.support_prog_sec .row {
    max-width: 1220px;
}
section.support_prog_sec .row>p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    padding-bottom: 40px;
}
section.support_prog_sec .supportbox_row {
    background: #F5F5F5;
    border-radius: 8px;
    min-height: 296px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    max-width: 1200px;
    margin: 20px auto;
    align-items: center;
}
section.support_prog_sec .supportbox_row .text_side h4 {
    font-size: 32px;
    line-height: 150%;
    color: #0F0F0F;
    margin-top: 20px;
}
section.support_prog_sec .supportbox_row .text_side {
    padding: 40px;
    width: 69%;
}
section.support_prog_sec .supportbox_row .text_side p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0;
}
section.support_prog_sec .supportbox_row .image_side {
    width: 31%;
    height: 296px;
    background-size: cover;
}
section.support_prog_sec .supportbox_row .image_side img {
    display: none;
}
footer {
    background: #F5F5F5;
    padding: 30px 0;
}
footer .row {
    max-width: 1230px;
}
footer a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    color: #000000;
    margin: 15px 0 0 0;
}
.link_row {
    padding-top: 30px;
}
.footer_row {
    align-content: center;
}
.footer_row .col-md-8 {
    margin: auto;
}
.footer-info {
    text-align: right;
}
.footer-info a {
    margin-left: 20px;
}
.link_row a {
    margin-right: 30px;
    font-weight: 600;
}
section.training_section .boxes_row.reverse_box.boxes_row_4 {
    border-bottom: 0;
}
section.partner_sec .col-md-4 {
    padding-left: 0;
}

/*Hover Effect*/
section.training_section .boxes_row.reverse_box.boxes_row_4 {
    border-bottom: 0;
}
.number_boxes_row .a_number_box:hover p {
    height: 100%;
    position: unset;
    transition: 0.5s all;
}
.number_boxes_row .a_number_box:hover {
    background-color: #016738;
    background-image: url(../images/circle-x.png);
    padding-right: 80px;
}
.number_boxes_row .a_number_box:hover h4 {
    height: 0px;
    opacity: 0;
}


/*Flip Card*/
.top_div {
    min-height: 210px;
    display: flex;
    align-items: baseline;
    background-size: cover;
    border-radius: 8px;
    padding: 0 15px;
    background-blend-mode: overlay;
    background-color: #0000003b;
}
.top_div:after {
    content: "";
    font-size: 10px;
    background: url(../images/CloseSquare.png);
    position: absolute;
    width: 33px;
    height: 33px;
    z-index: 100000;
    background-size: cover;
    margin-left: 68%;
    margin-top: 28px;
}
.top_div h4 {
    margin-top: auto;
    color: white;
    width: 100%;
    text-align: left;
    font-size: 32px;
    line-height: 120%;
}
.back_side {
    background: white;
    opacity: 0;
    transform: rotateY(180deg);
    border-radius: 8px;
}
.back_side p {
    padding: 15px;
    color: black;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}
.flip_inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: transparent;
    border-radius: 8px;
}
.flip_inner .front_side, .flip_inner .back_side {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flip_row .flip_box:hover .flip_inner {
    transform: rotateY(180deg);
}
.flip_row .flip_box:hover .back_side {
    opacity: 1;
}
.flip_row .flip_box:hover .front_side {
    opacity: 0;
}


/*Responsive*/
@media (min-width: 1610px){
section.meet_founder .row {
    max-width: 1240px;
    margin-right: auto;
    padding: 0;
}
}

@media (max-width: 1366px){
    h1 {
    font-size: 75px;
}
h2 {
    font-size: 60px;
    line-height: 75px;
}
section.form_section p {
    font-size: 33px;
    line-height: 42px;
}
section.meet_founder .row {
    max-width: 1260px;
}
}

@media (max-width: 1280px){
    section.investing_section p {
    max-width: 725px;
}
}

@media (max-width: 1152px){
    h1 {
    font-size: 70px;
    line-height: 102px;
}
section.get_silence {
    padding: 70px 20px;
}
section.form_section {
    padding: 80px 20px;
}
.form_side {
    padding: 70px 40px 25px;
}
section.franchise_section {
    padding: 80px 20px;
}
h2 {
    font-size: 55px;
    line-height: 75px;
}
h4 {
    font-size: 35px;
    line-height: 40px;
}
.franchise_box p {
    font-size: 19px;
    line-height: 120%;
}
section.investing_section {
    padding: 80px 0px 0 20px;
    background-size: 36%;
}
section.meet_founder {
    padding: 80px 0px 80px 20px;
}
section.meet_founder .row>.row {
    padding-right: 20px;
}
section.meet_founder .col-md-6 p {
    font-size: 21px;
}
section.cost_investment {
    padding: 100px 20px;
}
section.accourdian_sec {
    padding: 100px 20px;
}
section.training_with_logo {
    padding: 80px 20px;
}
section.partner_sec {
    padding: 140px 0 80px 20px;
}
section.support_prog_sec {
    padding: 100px 20px;
}
}

@media (max-width: 981px){
section.header_section {
    padding: 0 20px;
    background: #f8f9fa;
}
section.header_section li.nav-item:not(:last-child) {
    margin-right: 15px;
}
section.home_banner {
    min-height: auto;
}
h1 {
    font-size: 47px;
    line-height: 105%;
}
section.get_silence p {
    font-size: 22px;
}
a.green_button {
    width: 350px;
    height: 140px;
    padding: 49px 14px;
    font-size: 27px;
    line-height: 41px;
}
section.get_silence {
    padding: 50px 20px;
}
h2 {
    font-size: 40px;
    line-height: 55px;
}
section.form_section p {
    font-size: 22px;
    line-height: 32px;
}
section.form_section .row>p {
    margin-bottom: 25px;
}
.form_side {
    padding: 30px 20px 25px;
}
section.franchise_section {
    padding: 60px 20px;
}
section.franchise_section .row>p {
    font-size: 18px;
}
.franchise_box_row .franchise_box {
    width: 48.2%;
}
section.investing_section h2 {
    max-width: 590px;
}
section.investing_section p {
    font-size: 18px;
    max-width: 475px;
}
.investing_box_row .investing_box {
    padding: 20px;
}
.investing_box_row .investing_box p {
    font-size: 18px;
}
section.investing_section {
    padding: 40px 0px 0 20px;
    background-size: 38%;
}
section.investing_section h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
section.investing_section .green_button {
    padding-left: 50px;
}
section.meet_founder p {
    font-size: 22px;
}
.map_div {
    padding: 25px 20px;
    margin-top: 20px;
    background-position: center;
}
section.meet_founder {
    padding: 60px 0px 0px 20px;
}
section.core_values .row>p {
    font-size: 18px;
}
.flip_row .flip_box {
    width: 48%;
    margin-bottom: 30px;
    min-height: 400px;
}
.core_flip-box .front_side {
    min-height: 400px;
}
section.training_section {
    padding: 0px 0 40px;
}
section.training_section .row>p {
    font-size: 18px;
}
section.training_section .text_side p {
    font-size: 18px;
}
section.training_section .icon_side {
    min-height: 255px;
}
h4 {
    font-size: 30px;
    line-height: 30px;
}
section.training_section .icon_side h4 {
    width: 100%;
}
section.form_section {
    padding: 70px 20px;
}
section.cost_investment {
    padding: 70px 20px;
}
section.cost_investment h2 {
    padding: 0 0 20px 0;
}
section.cost_investment p {
    font-size: 15px;
    padding: 30px 0px 20px 0px;
}
section.about_number {
    padding-top: 50px;
}
section.about_number .col-md-4 p {
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 0;
}
section.about_number .col-md-4 h4 {
    font-size: 50px;
    line-height: 70px;
}
.about_num_boxes_sec {
    padding: 50px 0;
    background: #E4803B;
    margin-top: 20px;
}
.number_boxes_row .a_number_box {
    height: 235px;
    padding: 30px;
}
section.accourdian_sec {
    padding: 60px 20px;
}
section.accourdian_sec .row>p {
    font-size: 18px;
}
button.accordion-button {
    height: 80px;
    font-size: 30px;
    padding: 20px 30px;
}
.accordion-body {
    font-size: 18px;
    padding: 0px 39px 30px;
}
section.accourdian_sec .green_button {
    height: 80px;
}
section.training_with_logo .row {
    padding: 0px 30px 40px;
}
section.partner_sec {
    padding: 80px 0 80px 20px;
}
section.partner_sec .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
section.partner_sec h2 {
    font-size: 45px;
    line-height: 55px;
}
section.support_prog_sec {
    padding: 70px 20px;
}
section.support_prog_sec .row>p {
    padding-bottom: 10px;
}
section.support_prog_sec .supportbox_row .text_side {
    padding: 15px 30px;
    width: 69%;
}
section.support_prog_sec .supportbox_row .text_side p {
    font-size: 14px;
}
section.support_prog_sec .supportbox_row .text_side h4 {
    font-size: 28px;
    line-height: 115%;
    padding-bottom: 5px;
}
section.support_prog_sec .supportbox_row .image_side {
    background-position: center;
}
section.support_prog_sec .supportbox_row {
    overflow: hidden;
}
footer {
    background: #F5F5F5;
    padding: 30px 0 10px;
}
div#myModal {
    padding: 0 20px !important;
}
}

@media (max-width: 767px){
section.header_section .navbar-toggler {
    background-color: #c21832;
}
div#myModal .modal-dialog {
    margin-top: 10%;
}
div#mynavbar {
    position: absolute;
    width: 100%;
    top: 80px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    max-width: 200px;
    right: 0;
}
section.header_section li.nav-item:not(:last-child) {
    margin-right: 0px;
}
section.header_section li.nav-item {
    padding: 5px 0;
}
section.header_section li.nav-item a {
    text-align: left;
    color: black !important;
}
h1 {
    font-size: 35px;
    line-height: 105%;
}
section.get_silence p {
    font-size: 16px;
    line-height: 24px;
}
section.get_silence {
    padding: 40px 0px;
}
a.green_button {
    width: 100%;
    height: 60px;
    padding: 10px 0px;
    font-size: 23px;
    line-height: 41px;
    justify-content: center;
}
section.form_section {
    padding: 40px 15px;
}
h2 {
    font-size: 28px;
    line-height: 35px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.form_section p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
}
.form_side form .half_width {
    width: 100%;
}
.form_image_side>img {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.form_image_side {
    background-image: none !important;
}
.form_image_side a.green_button {
    margin-top: -55px;
}
section.franchise_section {
    padding: 45px 20px 25px;
}
section.franchise_section .row>p {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    line-height: 23px;
}
.franchise_box_row .franchise_box {
    width: 100%;
    padding: 20px;
}
h4 {
    font-size: 25px;
    line-height: 30px;
}
.franchise_box_row .franchise_box h4:first-child:after {
    width: 35px;
    height: 35px;
}
.franchise_box p {
    font-size: 16px;
    line-height: 23px;
    padding-top: 3px;
    margin-bottom: 0;
}
.franchise_box_row .franchise_box.botom_star {
    padding-bottom: 40px;
}
section.investing_section {
    padding: 40px 20px;
    background-image: none !important;
}
section.investing_section p {
    font-size: 15px;
    padding: 0;
}
.investing_box_row {
    padding: 0;
    margin-top: 20px;
}
.investing_box_row .investing_box {
    width: 100%;
    margin-bottom: 20px;
}
section.investing_section .green_button {
    width: 100%;
    margin-top: 0;
    text-align: center !important;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
section.meet_founder {
    padding: 40px 20px 20px;
}
section.meet_founder p {
    font-size: 16px;
}
.map_div img {
    max-width: 130px;
}
.map_div {
    padding: 20px 16px 5px;
    margin-top: 10px;
    background-position: center;
}
section.meet_founder .row>.row {
    padding-right: 0px;
    padding-top: 20px;
}
section.meet_founder .col-md-6 p {
    font-size: 16px;
}
section.core_values {
    padding: 0px 0px 20px;
}
section.core_values .row>p {
    font-size: 16px;
    padding: 0;
}
section.core_values .row {
    padding: 0 20px;
}
.core_flip-box {
    background: linear-gradient(180deg, rgba(255,255,255,1) 5%, rgba(189,30,45,1) 5%, rgba(189,30,45,1) 95%, rgba(255,255,255,1) 95%);
    margin-top: 15px;
}
.flip_row {
    padding: 0;
}
.flip_row .flip_box {
    width: 100%;
    min-height: 350px;
}
.core_flip-box .front_side {
    min-height: 350px;
}
.top_div {
    min-height: 180px;
}
section.training_section .row>p {
    font-size: 16px;
    padding: 0px !important;
    margin-bottom: 0;
}
section.training_section {
    padding: 0px 20px 15px;
}
section.training_section .icon_side {
    min-height: auto;
    width: 100%;
    padding: 20px;
}
section.training_section .icon_side h4 {
    padding-top: 20px;
}
section.training_section .icon_side img {
    max-width: 50px;
}
section.training_section .text_side {
    width: 100%;
    padding: 20px;
}
section.training_section .text_side p {
    font-size: 16px;
}
section.training_section .boxes_row {
    padding-bottom: 0;
}
section.core_values .row {
    padding: 0 20px;
}
section.training_section .icon_side img {
    max-width: 50px;
}
section.training_section .boxes_row {
    padding-bottom: 0;
}
section.training_section .reverse_box {
    flex-direction: column-reverse;
}
section.cost_investment {
    padding: 40px 20px;
}
section.cost_investment h2 {
    padding: 0;
}
section.cost_investment img {
    display: block;
    width: 100%;
}
section.cost_investment .col-md-8 {
    background-size: cover;
    background-image: none !important;
    padding: 0;
}
section.cost_investment p {
    font-size: 15px;
    padding: 20px 0px 0px 0px;
}
section.cost_investment .col-md-4 {
    padding: 0;
}
section.about_number {
    padding-top: 40px;
}
section.about_number h2 {
    padding: 0 13px !important;
}
section.about_number .col-md-4 h4 {
    font-size: 40px;
    line-height: 50px;
}
.number_boxes_row .a_number_box {
    height: 255px;
    padding: 20px;
    width: 100%;
}
.about_num_boxes_sec {
    padding: 40px 0 20px;
}
section.accourdian_sec {
    padding: 40px 20px;
}
section.accourdian_sec .row>p {
    font-size: 15px;
    padding: 0;
}
button.accordion-button {
    height: auto;
    font-size: 20px;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-radius: 8px !important;
    line-height: 25px;
}
button.accordion-button span {
    margin-right: 15px;
}
.accordion-body {
    font-size: 14px;
    padding: 0px 15px 20px;
}
section.accourdian_sec .green_button {
    height: 55px;
    padding: 0 20px;
}
.green_button img {
    max-width: 50px;
}
img.row_logoo {
    max-width: 90px;
    margin-top: -32px;
    margin-bottom: 5px;
}
section.training_with_logo .row {
    padding: 0px 10px 10px;
}
section.training_with_logo .row h2 {
    padding: 0 10px 5px !important;
}
section.training_with_logo {
    padding: 50px 20px;
}
section.partner_sec {
    padding: 40px 20px;
}
section.partner_sec h2 {
    font-size: 28px;
    line-height: 36px;
}
section.partner_sec img {
    width: 100%;
}
section.partner_sec .col-md-8 {
    padding: 0;
}
section.partner_sec .green_button {
    width: 100%;
}
section.support_prog_sec {
    padding: 40px 20px 20px;
}
section.support_prog_sec .row>p {
    padding: 0;
}
section.support_prog_sec .supportbox_row {
    flex-wrap: wrap;
}
section.support_prog_sec .supportbox_row .text_side {
    padding: 15px;
    width: 100%;
}
section.support_prog_sec .supportbox_row .image_side {
    background-position: center;
    width: 100%;
}
.footer-info {
    text-align: left;
    padding-top: 20px;
}
.footer-info a {
    margin-left: 0px;
}
.footer-info a:first-child, .footer-info a:nth-child(2) {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.footer-info img {
    margin-right: 10px;
}
.link_row a {
    margin-right: 0px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
footer p {
    margin: 25px 0 0 0;
}
}

