/* font */
.Kalpurush-bn {
    font-family: 'Kalpurush', Arial, sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Kalpurush', Arial, sans-serif !important;
} 
p{
    font-family: 'Kalpurush', Arial, sans-serif !important;
    font-size: 1.2rem; 
}
a{
    font-family: 'Kalpurush', Arial, sans-serif !important;
    font-size: 1.3rem;  
    text-decoration: none;
}
a:hover{
    color: #9b1844; 
}
body {
    font-family: 'Kalpurush', Arial, sans-serif !important;
    font-style: normal;
    font-size: 1.3rem;
}
.form-control{
    font-family: 'Kalpurush', Arial, sans-serif !important;
    font-size: 1.3rem;
}
button{
    font-size: 1.4rem!important; 
}
li{
    list-style: none !important;
}

/* color */
.form-bg-color {
    background: #ddd;
}
.section-bg {
    background: #ddd;
}
.ns-text-white{
    color: rgb(240, 242, 243) !important;
}

.ns-p-30{
    padding: 30px !important;
}
.pointer{
    cursor: pointer;
}

.ns-mb-100{
    margin-bottom: 6.25rem !important;
}
.ns-mt-100{
    margin-top: 6.25rem !important;
}
.ns-mt-200{
    margin-top: 12.50rem !important;
}
.ns-border-white{
    border-color: rgb(248, 246, 246) !important;
}
.ns-z-index-100{
    z-index:100
}
.ns-fs-15{
    font-size: 0.9375rem;
}
.logo{
    margin-left: 50px;
}
.logo img{
    height: 50px;
}
.info{
    margin-right: 50px;
}

.select-en{
    background-color:rgba(0,0,0,.1) !important;
    color: #efefed;
}
.select-en option{
    color: #0e0e0d;
}

.text-sms{
    min-height: 50px;
    margin-top: 250px;
    font-weight: bold;
}
.text-sms h1{
    font-weight: bold;
}
.header-cart-section{
    background-color:rgba(0,0,0,.3) !important;
    padding: 5px  5px;
}
.header-cart-section:hover{
    background-color:rgba(0,0,0,.7) !important;
}
.header-cart-title{
    border-bottom: 1px solid #ffff;
}
.header__cart__body {
    font-size: 1.1rem !important;
    text-align: justify;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}
.header-cart-button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-color .5s, color .5s, border .5s;
}

.header-cart-button:hover {
    font-size: 17px;
    text-decoration: none;
    color: rgb(194, 71, 112);
    padding: 6px 13px;
    border: 2px solid #b16981;
    transition: background-color .5s, color .5s, border .5s;
}

.ns-top-menu{
    color: aliceblue;
    font-size: 18px;;
}

.ns-top-menu-dropdown{
    background-color:rgba(0,0,0,.5) !important;
    border-radius: 0;
    padding: 0 !important;
}
.w3-button:hover {
    background-color: rgba(185, 182, 182, 0.4)!important;
    font-weight: bold;
}
.header-menu-active {
    color: #1b1a1a!important;
    background-color: rgba(185, 182, 182, 0.4)!important;
    font-weight: bold;
}
.donation-btn{
    font-size: 17px !important;
}
.ns-header{
    background:linear-gradient(180deg,#000,rgba(0,0,0,.5) 50%,transparent);
}
.navbar-fixed-top.scrolled {
    background-color: #616161 !important;  /*616161     795548*/
    transition: background-color 200ms linear;
  }
.ns-modal-dialog{
    max-width: 1200px !important;
}
.header-back-video{
    width: 100%;
    overflow: hidden;
    position: relative;

}
.header-back-video-div{
    position: absolute;
    bottom: 200px;
    width: 100%;

}
.home-typed-text{
    color: white;
    font-family: "Kalpurush", sans-serif;
    font-size: 60px;
    text-shadow: 1px 3px 10px #0c0b0b;
  /* text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000; */
}

.instute {
    background: #df5078;color: #efefed; height: 91px !important;
}

.information-title-border{
    width: 170px;
    height:2px !important;
    background-color: rgb(155 24 68);
    margin-top: 10px;
    margin-bottom: 40;
}


.box {
    background: #222f3e;
    overflow: hidden;
    border-radius: .4em .4em .0em .0em;
    margin-bottom: 10px;
}
.box img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(80%);
    transform: scale(1);
    width: 100%;
}
.box img:hover {
    transition: transform 1s, filter 1s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
    transform: scale(1.3);
}


.instute-section{
    background-color: #e2e7e2;
    padding: 60px 0;
}


.footer-b-socie li {
    margin-right: 12px;
    list-style-type: none;
}
.footer-b-socie a {
    font-size: 20px;
    color: #f7f3f3;

}
.footer-b-socie a:hover{
    color: #bd9c9c;

}
.footer-b-menu li {
    margin-left: 6px;
    margin-right: 6px;
    list-style-type: none;
    color: #f7f3f3;
}
.footer-b-menu a {
    font-size: 16px;
    color: #f7f3f3;
    text-decoration: none;
}
.footer-b-menu a:hover {
    color: #bd9c9c;
    text-decoration:underline;
}

.top-footer-menu1 li {
    list-style-type: none;
}
.top-footer-menu1 a {
    font-size: 20px;
    color: #f7f3f3;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.footer-title{
    color: #f0e68c !important;
    font-size: 23px!important;
}

.top-footer-menu1 a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #bd9c9c;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .top-footer-menu1 a:hover:after { 
    width: 100%; 
    left: 0; 
  }
  .top-footer-menu1 a:hover { 
    color: #bd9c9c;
  }
.top-footer-vertical{
    border-right: 1px solid #948888;
}
.footer-section{
    background:rgba(11, 17, 32, .8);
}
.top-footer-address h5{
    font-size: 20px;
}
.top-footer-address p{
    font-size: 20px;
}
.top-footer-address a{
    text-decoration: none;
}
.top-footer-address a:hover{
    color: #ddffdd;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}



.hero-wrap.hero-wrap-2 .slider-text {
    height: 500px;
}

.hero-wrap.hero-wrap-2 .slider-text .bread {
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
    color: #fff;
    font-size: 20px !important;
}

.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
    color: #fff;
    text-decoration: none;
}
.breadcrumbs span i {
    font-size: 15px !important;
}
/* form */

.important-link {
    font-size: 16px;
    list-style: none;
    border-bottom: 1px solid #c8d1cc;
    padding: 10px 0;
    margin-left: 20px;
}
.important-link:last-child {
    border-bottom: 0px solid #23ed7d;
}
.important-link:first-child {
    padding-top: 0px;
}

.important-link a {
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    position: relative;
  }
  .important-link a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: rgb(155 24 68);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .important-link a:hover:after { 
    width: 100%; 
    left: 0; 
  }
  .important-link a:hover { 
    color: rgb(155 24 68)!important;
  }
/* form */
.form-a-button{
    font-family: 'Kalpurush', Arial, sans-serif;
    font-size: 1.3rem !important; 
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

  /* department-ll */
  .department-ll, .department-ll a{
    background-color: #ffffff;
    color: #880d0d;
    font-weight: bold;
  }
  .department-ll:hover, .department-ll a:hover{
    background-color: #a1a17f;
    color: #fffefe;
    transition: all 0.5;
  }

  .department-ll-active{
    background-color: #a1a17f;
    color: #fffefe;
    transition: all 0.5;
  }
  .department-c-text{
    
  }
  .department-c-text li{
    list-style: none;
    color: #880d0d;
  }

  .accordion-button:not(.collapsed),
  .accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
  }
  .accordion-button::after {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: var(--bs-danger);
    background-image: none !important;
  }
  .accordion-button.collapsed::after {
    background-color: var(--bs-gray-300);
  }
 
 /* academic */
 .academic-one-list li{
    list-style: none;
    color: #000;
 }
.top-footer{
    border-right: 1px solid rgb(143, 125, 125);
}
.video-ns{
    width: 500px;
}
 @media (max-width: 768px) {
    /* Styles for tablets and small desktops */
    
}

@media (max-width: 480px) {
    /* Styles for mobile devices */
    .logo{
        margin-left: 15px;
    }
    .text-sms{
        min-height: 50px;
        margin-top: 100px;
    }
    .home-typed-text {
        font-size: 30px !important;
    }
    .ns-mt-100{
        margin-top: 30px !important;
    }
    .top-footer{
        border-bottom: 1px solid rgb(143, 125, 125);
        border-right: none;
        padding: 10px;
    }
    .card-body {
        padding: .5rem .5rem;
    }
    .video-ns{
        width: 322px;
    }
}