h1,h2,h3,h4,h5,h6,p,span,text,button,input{
    font-family: Muli;
}
p{
    font-size:16px;
}

.body_container{
    margin-left:10%;
    margin-right:10%;
}

.overlay{
    background-color:#00000038;
}
.nav_link{
    padding: 21px 27px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: Muli;
}

.nav_link.home{
    color:white !important;
    background:#ec6d58
}
.nav-item.selected{
    border-bottom:2px solid #ec6d58;
}
.btn_demo{
    font-size: 13px !important;
    padding: 10px 23px;
    line-height: 18px;
}
.bot_nav{
    display: flex;
    align-items: center;
}
.bot_nav_title{
    margin: 0px;
    color: black;
    font-size: 15px;
    font-weight: 400;
    font-family: Muli;
}
.offer_text_div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer_text{
    margin: 10px 10%;
    border: 2px solid #ec6d58;
    padding: 6px 19px;
    font-size: 16px;
    color: black;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    font-family: Muli;
}
.main_title{
    text-align: left;
    font-size: 42px !important;
    color: #000000;
    font-weight: 500 !important;
}
.main_subtitle{
    color:black;
    font-weight:400;
    font-family: Muli;
}

.feature_text{
    font-size: 19px;
    color: black;
    margin-top: 30px;
}
.info_div{
    height: 100%;
    padding: 14% 12%;
}
.info_inner{
    background: #ec6d58;
    height: 100%;
    padding: 3rem;
    text-align:center;
}

.info_title{
    color: white;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 600;
}

.info_desc{
    color: white;
    font-size: 19px;
    line-height: 29px !important;
    font-weight: 500;
}
.info_readmore{
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.info_readmore > a{
    padding: 7px 12px;
    padding-bottom: 9px;
}
.info_readmore > a:hover{
    background: #ffffff24;
}


.section_title{
    font-size:25px;
}
.btn_viewmore{
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 9px 15px !important;
}

.why_us_item{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 26px;
}
.why_us_icon{
    background: #ec6d58;
    border-radius: 50%;
    padding: 10px 12px;
}
.why_us_icon i{
    font-size:25px;
    color:white;
}
.why_us_title{
    text-transform: uppercase;
    color: #ec6d58;
    margin-bottom: 0px;
    font-size: 18px;
}
.why_us_desc{
    font-size: 17px;
}

.lets_chat_div{
    background: #ec6d58;
    padding: 3rem 2rem;
    display: flex;
    padding-bottom:4rem;
    justify-content: center;
}
.lets_chat_icon{
    font-size: 70px;
    color: white;
}
.lets_chat_title{
    color: white;
    font-size: 41px;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-top:12px;
}

.lets_chat_subtitle{
    color: white;
    font-size: 21px;
    margin-bottom:16px;

}

.lets_chat_btn{
    color: white !important;
    border: 3px solid !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}
.footer_title{
    font-size:20px;
    font-family: Muli !important;
}
.footer_info{
    color: white !important;
    font-size: 16px;
    font-family: Muli;

}
.footer_desc{
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: Muli;


}

.footer_links{
    font-size: 16px;
    text-transform: capitalize;
    color: white ;
    font-weight: 400;
    font-family: Muli;
    opacity: 1 !important;
    padding-top:0px !important;
    margin-bottom:10px;
}
.footer_social_media_icons{
    font-size: 20px;
    margin-right: 12px;
}

.about_banner_div{
    height:20rem;    
    padding-top: 7%;
}
.about_us_title{
    color:white;
    text-transform:uppercase;
    font-weight:600;
    font-size:50px;
    margin-bottom:5px;
}
.about_us_subtitle{
    color:white;
    text-transform:uppercase;
    font-weight:500;
    font-size:38px;
}

.about_content_title{
    font-weight:600;
    color:black;
}

.about_content_desc{
    color: black;
    font-size: 20px;
    text-align: justify;
    line-height: 35px;
}

.about_feature_title{
    color: black;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Muli';
}

.about_feature_desc
{
    color: black;
    font-size:20px;
    line-height:35px;
    text-align: justify;
}
.about_mission_div{
    padding: 3rem 2rem;
    background:#f5f5f5;
}
.about_mission_item{
    display:flex;
    grid-gap:10px
}
.mission_number{
    font-size: 100px;
    line-height: 69px;
    font-weight: 600;
    /* text-decoration: underline; */
    padding-bottom: 11px;
    border-bottom: 7px solid;
    color: black
}

.mission_content{
    font-weight: 600;
    font-size: 20px;
    font-weight: 500;
    font-size: 18px;
    color: black;
}
.about_bottom_title{
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    margin-bottom:0px;
}
.about_bottom_subtitle{
    font-weight:600;
    color:black;
    margin-top: 0px;
}
.about_bottom_content{
    font-size:20px;
    line-height:35px;
    color:black
}


.breadcrumbs{
    display: flex;
    justify-content: flex-start;
    grid-gap: 10px;
    margin:1rem 0;
    margin-top:20px;
}
.breadcrumb_item{
    font-size: 17px;
    font-weight: 500;
    /* color: black; */
}
.breadcrumb_item.last{
    color:black ;
}
.products_div{
    border-top: 1px solid #ece9e9;
    /* padding-top: 11px; */
    margin-bottom: 2rem;
}
.side_category_col{
    height:80vh;
    overflow-y:auto;
    position: sticky;
    top: 4.7rem;
}
.side_category_title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 16px;   
}
.side_category_ul{
    list-style: none;
    padding-left: 0px;   
    padding-top: 6px;
}
.side_category_links{
    color: black;
    font-weight: 300;
    font-size: 17px;
    line-height: 32px;
}
.side_category_links:hover{
    color: #ec6d58
}

.product_item{
    margin-bottom:30px;
    padding: 8px 11px;
}
.product_item:hover{
    box-shadow:0 4px 15px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    cursor:pointer;
}
.product_item:hover .product_item_title{
    color: #ec6d58 !important;
}
.product_item_title{
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}

.product_item_content{   
     font-size: 16px;
    line-height: 20px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 19px;
}
.product_title{
    margin-top:0px;
    color:black;
    font-weight:600;
    font-size:32px
}
.product_subtitle{
    color:black;
    font-weight:500;
    font-size:20px;
}
.product_description{
    color:black;
}
.product_details_div{

}

.product_example_title{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.product_example_desc{
    font-size: 21px;
    text-align: center;
}
.p_banner_title{
    font-size: 30px;
    color: white;
    font-weight: 600;
    text-align: center;
    margin-bottom:20px;
}
.page_section_title{
    font-size: 30px;
    color: black;
    font-weight: 600;
}
.body_feature_section{
    margin-top:5rem
}
.body_feature_title{
    margin-top:0px;
    font-size: 40px;
    font-weight: 600;
}
.body_feature_desc{
    font-size: 19px;
    margin-top: 29px;
    margin-bottom: 29px;
    text-align: justify;
}
.page_section_desc{
    font-size:19px;
    line-height:34px;
}
.form-control{
    background-image: linear-gradient(to top, #c04686 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #464141 1px, rgba(210, 210, 210, 0) 1px);
    font-size:18px !important;
}
.bmd-label-floating{
    color:black !important;
    font-size:19px !important;
    font-family:Muli;
}
.bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder {
    top: 28px;
}

.is-focused .bmd-label-floating,.is-filled .bmd-label-floating, .is-filled .bmd-form-group .bmd-label-placeholder{
    top:10px;
    font-size:16px!important;
}

.contact_info_div{
    display: flex;
    justify-content: flex-start;
    grid-gap: 14px;
    align-items: flex-start;

}

.contact_info_icon i{
    font-size:19px !important;
}
.contact_info_title{
    font-size: 19px;
    font-weight: 600;
    line-height: 17px;
}

.contact_info_desc{
    font-size: 19px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 90%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 0px 5%;
    overflow-y: auto;
    height:70vh;
  }
  
  
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .menu_category_col{
    -moz-column-count: 3;
      column-count:5;
      break-inside: avoid-column;
      width:100%;
  

  }

  .dropdown-content .side_category_title{
      color:#ec6d58;
  }
  .team_member_title{
    margin-top: 8px;
    margin-bottom:0px;
    font-weight: 600;
  }
  .team_member_subtitle{
      margin-top:0px;
  }

  .modal_title{
    margin-top: 4px;
    font-weight: 600;
  }
  .modal_close i{
    padding-top: 12px !important;
    font-size: 25px !important;
    color: black !important;
  }

  .select2 .selection .select2-selection--single, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 2.05rem;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}

.select2-results__option {
    color: #fb8875;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-selection__rendered {
    padding-left: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d2d2 !important;
}

.selection{
    color: black !important;
    font-size: 19px !important;
    font-family: Muli;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #fb8875 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333333;
    color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
    min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26);
    border-bottom: 1px dotted rgba(0,0,0,0.26);
}