/* 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; */
}

.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: 300px;
}

.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 */
 @media (max-width: 768px) {
    /* Styles for tablets and small desktops */
    
}

@media (max-width: 480px) {
    .hero-wrap.hero-wrap-2 .slider-text {
        height: 200px;
    }
}