@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 
body{
    font-family: Poppins;
    margin: 0;
    background-color: #fff;
    color: #fff;
}
 a{
    color :blue ;
 }
p{
    text-align: justify;
}  
.page-wrapper{
    min-height: 120vh;
}
.width_50{
    width: 50%;
}
.width_95{
    max-width: unset;
    width: 95%;
}
.padding_5_10 {
    padding: 5px 10px;   
}
.w-30{
    min-width: 30%;
}
.txt_black{
    color:#333;
}
.text_align_center {
    text-align: center;
}
.page-wrapper {
    padding-bottom: 10vh;
    background-color: white;
}
a,a:hover{
    text-decoration: none;
}
 
h2{
    line-height: unset;  
}
h1, h2, h3, h4, h5, h6 {
    line-height:unset;
    margin: 0;
  }
  
p{
    margin: 0px;
}
.margin_right_15{
    margin-right: 15px;
}
.margin_right_10{
    margin-right: 10px;
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.kuru_deafult_box{
    width: 92%;
    margin-left: 4%;
}
.width_90{
    max-width: unset;
    width: 90%;
}
.padding_10{
    padding:10px
}
.padding_0{
    padding:0px
}
.flex_position_end{
    justify-content: flex-end;
}
.navbar {
    min-height: 3rem;
}
.navbar-brand{
    padding: 0px;
}
.navbar .navbar-nav {
    min-height: 2rem;
}
.flag_border_0{
    border: 0px;  
}
.page_top_part {
    display: flex;
    background-color: var(--app_color1);
    min-height: 30vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.page_top_part > h1 { 
    font-size: 60px;
  }
  .kuru_header_1{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
  }
   ul {
    display: flex; 
    padding: 0;
    margin: 0;
    flex-direction: column;
}
   
.contact_list_link{
    display: flex;
    color: #333;
    font-weight: 500;
    font-size: 20px;
    align-items: center;
}
.empty_icon_image{
    width: 50%;
}
.empty_icon_image_box {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
.text_wrap{
    text-wrap: wrap;
}

@media (max-width: 768px) {
    .hide_on_mobile{
        display: none !important;
    }
    .flex_revers{
        flex-direction: row-reverse; 
    }
    .page_top_part > h1 {
        font-size: 40px;
    }
    .page_top_part { 
        min-height: 20vh; 
    }
    .navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
        padding: 3px;
        padding-left: 15px;
        text-wrap: wrap;
        width: 80vw;
    }
    .flex_column_mobile{
        flex-direction: column;
    }
  }
  