#accessibilityBar button#universalAccessBtn {
    border-radius: 20px !important;
}

#accessibilityBar {
    top: 360px !important;
}

.btn-for-accessibility {
    font-size: 13px;
    background: local;
}
.custom-icon-menu {
    position: fixed;
    top: 35vh;
    margin: 10px;
    z-index:1020;
    border-radius: 8px;
}
.custom-icon-menu img {
max-height: 40px;
border-radius: 10px;
border: 2px solid #110e71b2;
border-radius: 60%;
border: 2px solid #fff;
box-shadow: 0 0 3px #000;
}

.unit-carousel .item img {
max-height: 100px;
max-width: 100px;
}
.owl-carousel .owl-stage {
transition-timing-function: linear !important;
}


.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index:   1050;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {



text-decoration: none;
display: block;
padding: 10px 10px 10px 20px;
width: 300px;
background: linear-gradient(-45deg, #234567 10%, #bbbbff 70%, #aaaaee 10%, #aaaaee 10%, #234567);
margin-bottom: 1px;
color: #000;
transition: all 0.3s !important;
position: relative;

}

.sidenav a:hover {
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.closebtnCustom{
color:white; 
}

#main {
transition: margin-left .5s;
padding: 16px;
}

.sidenav a {font-size: 18px;}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}



.sidenav a:hover {
text-decoration: none;
color: #fff;
transform: translate3d(6px, 0, -10px);
box-shadow: 0 0 2px #000;
background: linear-gradient(45deg,#502 10%,#090909 70%,#000 10%,#000 10%,#502);
}


.heading-1 {
width: 100%;
text-align: center;
}
.size-20 {
font-size: 20px !important;
}
.margin_bottom_10 {
margin-bottom: 10px !important;
}
.white {
color: #fff !important;
}

#site-name {
font-size: 24px; /* সাইটের নামের ফন্ট সাইজ */
font-weight: bold; /* ফন্ট বোল্ড */
}





/* ডেস্কটপ ভিউতে (768px বা বেশি) শুধুমাত্র header-site-info দেখাও */
@media (min-width: 768px) {
    #site-info {
        display: none !important;
    }
    #header-site-info {
        display: block !important;
    }
}


/* ডিফল্টভাবে এই দুইটি ডিভ লুকানো থাকবে */
#image-slider,
#header-site-info {
    display: none;
}

/* কম্পিউটারে (768px বা তার বেশি স্ক্রিনে) দেখানো হবে */
@media (min-width: 768px) {
    #image-slider,
    #header-site-info {
        display: block !important;
    }
}



/* মোবাইলে contents এর ভিতরের সব ডিভ ফুল ওয়াইড হবে */
@media (max-width: 767px) {
    #contents > div {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
        float: none !important;
        box-sizing: border-box;
    }
}
/* মোবাইলে width100% দেখানোর জন্য  */
@media (max-width: 767px) {
   #contents, .container, .row {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    float: auto !important;
  }
}

/* সার্ভিস বক্স গুলো সম্পূর্ণ width করার জন্য ব্যবহার করা হয়েছে।  */
@media (max-width: 767px) {
  .six, .columns, .service-box, .box-1, .twelve  {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }
}


/*  মোবাইলে লোকানো থাকবে। */
@media (max-width: 767px) {
    #front-image-slider  {
        display: none;
    }
}
@media (max-width: 767px) {
  #lanbarhiden {
    display: none !important;
  }
}

/* মোবাইলে br করবে */
.mobile-break {
        display: none;
    }

    @media (max-width: 768px) {
        .mobile-break {
            display: block;
        }
    }




    