.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}
.sidebar .nav-link:hover {
    color: var(--bs-primary);
}
.section-content{
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 9;
}
.arrow-icon {
   width: 9px;
    height: 13px;
    margin-top: -5px;
    visibility: hidden;
}
a.nav-link {
    padding-left: 0;
}
.text-red{
    color:red!important;
}
.menuBtn {
    float: right;
    margin-top: 2px;
    border-radius: 3px;
    background: #ef4137!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #FFF;
    text-decoration: none;
}
.owl-dots {
   /* display: none;*/
   margin-top:-75px;
}
.owl-nav button.owl-next, .owl-nav button.owl-prev{
    position: absolute;
    top: 35%;
}
.owl-nav button.owl-next{
    right:10px;
}
.owl-nav button.owl-prev{
    left:10px;
}
.logo{
    max-width: 150px;
}
ul {
    margin-left: 0;
}
ul.social-media-home {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    position: fixed;
    bottom: 20%;
    right: 20px;
    z-index:99;
}
.cs-scroll{
    max-height: 70vh;
}
ul.social-media-home li i {
    font-size: 20px;
    padding: 5px;
    background: #333;
    margin: 2px;
    border-radius: 8px;
    color: #fff;
}
ul.social-media-home li i:hover {
    font-size: 20px;
    padding: 5px;
    background: #333;
    margin: 2px;
    border-radius: 8px;
    color: red;
}
button.owl-prev span:before {
    content: "\f104";
    font-family: 'Line Awesome Free';
    font-size: 35px;
    font-weight: 600;
}
button.owl-next span:before {
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-size: 35px;
    font-weight: 600;
}
ul.breadcrumbs{
    
    background-color: #fff0; 
    border-color: #fff0;
    padding: 0
}

.title-category{
 font-size:25px;
    margin-top:0px;
    line-height:30px;
    color:#fff;
}
nav ul.nav li.nav-item a.nav-link{
    color:#fff;
}
nav ul.nav li.nav-item a.nav-link:hover{
    color:red;
}
h2.sub-heading{
    font-size:20px;
    color:#fff;
    margin: 0px;
}
::-webkit-scrollbar {
    display: none;
}
a.btn.btn-cs {
    background: #ef4036;
    color: #fff;
    border-radius: 0;
    width: 100%;
    margin-top: 2px;
}
input.btn.submit-btn {
    padding: 8px 20px;
    background: red;
    color: #ffff;
    font-size: 18px;
}
input.form-control.cs-field{
    padding: 0 17px;
    font-size: 17px;
    height: 50px;
}
textarea.form-control.textarea-cs{
    border-radius:0px;
}
.contact-icon-size{
        font-size: 32px;
    margin-top: 9px;
}
.icon-text{
        padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
}
a {
    color: #ff0000;
    line-height: inherit;
    text-decoration: none;
}

.humberger{
     color: #fff;
    background-color: #ef4137;
    padding: 5px 13px;
    font-size: 29px;
    border-radius: 4px;
}
.menuBtn{
    display:none;
}
.cs-menu{
    position: absolute;
    top: 20px;
    z-index: 99;
}
a:hover, a:focus {
    color: red;
}
@media(max-width:768px){
    .cs-border-left{
    border-left:0px solid #fff0!important;
}
    nav{
    position: absolute;
    background: #333;
    width: 100%;
    margin-left: -107%;
    padding-left: 0;
}
    .cs-scroll{
    max-height: 100%;;
}
    .section-inner-content{
     padding-top: 80px;
}
    .cs-contact {
        position: relative;
    bottom: 0px;
    left: 0;
    background: #212529;
    z-index: 9;
    padding: 10px;
} 
    .cs-contact-1 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    background: #212529;
    z-index: 9;
    padding: 10px;
} 
    .overflow-scroll {
    overflow: unset!important;
}
    a.nav-link {
    padding-left: 10px;
    border-bottom: 1pt solid #696969;
    margin-left: 10px;
    margin-right: 10px;
}
    .menuBtn{
        display:block;
    }
    .cs-menu{
    position: absolute;
    top: 20px;
    z-index: 99;
        width:100%;
}
}
@media(max-width:768px){
.owl-item .item {     background-position: center!important;}
.cs-contact { display:none!important;}
}

@media(min-width:768px){
.owl-prev { left:16%!important;}
.owl-item .item {  background-size: 100% 100vh!important;}
}


