:root{
    --mancolor:#e29e47;
}

#hero_sec{
    background: url(hero_bg.png);
    padding: 200px 0px;
}

#HS_heading{
        font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

#HS_Desc{
    font-size: 20px;
    color: #e9e9e9;

}

#nav_sec{
        position: absolute;
    width: 100%;
    padding-top: 20px;
}

.nav-link{
    color: #fff !important;
    font-size: 18px !important;
}

#top_logo{
  height: 120px;
  width: 120px;   
}

#top_logo img{
    width: 100%;
    height: auto;
}
.navbar{
height: 100%;
}

#our_mission_sec 
, #offer_sec 
, #how_work_sec 
,#why_us_sec
,#closing_sec{
    padding: 80px 0px;
}
.all_head{
    font-size: 50px;

}

.col_main {
     color: var(--mancolor);
}

.all_sub_head{
    color: #575757;
    font-size: 27px;
}

.all_disc{
    color: #000;
    font-size: 18px;
    margin-top: 20px;

}

#offer_sec , #closing_sec{
    background-color: var(--mancolor);
    text-align: center;
    color: #fff;
}

#how_work_sec{
    text-align: center;
    background: #e9e9e9;
}

#how_work_sec .all_sub_head{
    margin-bottom: 50px;
}


.all_btn{
display: inline-block;
text-decoration: none;
padding: 15px 30px;
margin-top: 30px;
}


.btn_w{
background: #fff;
color: #000;
}

.btn_w:hover{
background: #9e9e9e;
color: #000;
transition: ease-in-out 0.5s;
}

.divider{
    height: 1px;
    width: 90%;
    background: #9e9e9e;
    margin-top: 30px;
    margin-bottom: 30px;
}

#download_btncont{
display: flex;
gap: 20px;
justify-content: center;
margin-top: 20px;
}

.navbar-toggler-icon{
        filter: invert(1);
    width: 50px !important;
}

  @media (max-width: 768px) {
   
    
    #download_btncont{
        flex-flow: column;
    }

    .hwblock{
        margin-bottom: 30px;
    }


    .col_main {
      margin-top: 30px;
     }

     .rvro{
            flex-flow: column-reverse;

     }

     .col-smt-6{
        width: 50% !important;
     }

     #collapsibleNavId{
                  background: #000;
        padding: 20px;
        width: 250px;
        position: absolute;
        top: 40px;
     }
  }