@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kings&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body{
    /* font-family: 'Open Sans', sans-serif; */
    font-family:Arial, Helvetica, sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    overflow: hidden;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    line-height: 16px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

:after,
:before {
    box-sizing: inherit
}

button {
    outline: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: 0!important;
    box-shadow: none!important;
}
input:focus {
    outline: 0!important;
    box-shadow: none!important;
}

/* common css start */
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs19{
    font-size: 19px;
}
.fs20{
    font-size: 20px;
}
.fs21{
    font-size: 21px;
}
.fs22{
    font-size: 22px;
}
.fs23{
    font-size: 23px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  .border_bottom{
    border-bottom: 1px solid #dee2e6;
  }
  .border_top{
      border-top: 1px solid #dee2e6;
  }
  .bg_c{
    background-color: #95112d;
  }
  .bg_c:hover{
    background-color: #670c1f;
  }

/* common css end */

.mobile_menu_fixed {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 999999999;
    margin: 0;
    padding: 0;
}

.app-container{
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.app_header{
    background-color: #fff;
}
.app_header_overlay{
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
#header{
    background-color: #fff;
    z-index: 3;

}
.header-top{
    background-color: #fff;
}
.donate_btn{
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid rgba(255,255,255,.5);
    font-weight: 600;
    background-color: #95112d;

}
.donate_btn:hover{
    background-color: #670c1f;
}
 .okayNav-header__logo{
    font-weight: 600;
    color: #95112d;
    font-size: 30px!important;
    line-height: 33px;
    padding-left: 50px;
    font-family: 'Kings', cursive;
    display: inline-block;

}
 .mobile_menu_icon{
     width: 22px;
 }
.okayNav-header__logo:hover{
    color: #670c1f;
}
.nav_dropdown{}
.nav_dropdown div{
    border: none;
    background-color: rgba(255,255,255,.95)!important;
}
.nav_dropdown div p{
    display: block;

}
.okayNav-header .dropdown-item:hover {
    background-color: transparent!important;
}

.prayer_times_content{
    background-color: #fff;
}
.prayer_border_bottom{
    width: 500px;

}
.cr_date p{
    color: #666666;
}
.prayer_times_content ul{
    margin: 0 auto;
    display: flex;
    justify-content: end;
}
.prayer_times_content li{
    color: #666666;

    font-size: 15px;
    text-align: center;
}
.prayer_times_content li span{
    display: block;
    padding: 5px 8px;
    font-size: 14px;
}
.prayer_times_content tr:nth-child(even){
    background-color: #e0e6e6;
}
/*nav bar*/
.navbar-nav li a{
    font-weight: 500;
    font-size: 15px;
    color: #000;
    display: block;
    padding:10px 15px;
}
.navbar-nav li a:hover{
    color: #95112d !important;
}
.body_content{
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.slider{}
.slider img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.category_item img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.main_img{
    position: relative;
}
.page_headline{
    position: absolute;
    top: 50px;
    left: 50px;
}
.education_h2{
    font-size: 45px;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    text-shadow: 2px 1px 0 #7A7A7A;
}
.page_top_img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.teams img{
    height: 4.5cm;
    width: 3.5cm;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

.monthly_report{
    padding-top: 50px;
}
.single_monthly_rep{
    background-color: #fff;
    padding: 20px 10px 5px 10px;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, .2);
}

.ftable th,.ftable td{
    padding: 10px 0;
}

.collection_table th,.collection_table td{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.cost-table th,.cost-table td{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.ad_more_btn {
    text-align: center;
    margin-right: 10px;
    padding-bottom: 20px;
    margin-top: 25px;
}
.ad_more_btn a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 5px 15px;
}


ul.btn_style_hover li a:hover, .button_st_hover:hover {
    border-color: #006789 #006789 #006789;
    background: linear-gradient(to bottom,#fff,#fff);
    color: #111;
    box-shadow: 0 1px 0 #fff inset;
}
ul.btn_style li a, .button_st {
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    background: #eff1f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    border: 1px solid #6c6e73;
    border-top-color: rgb(108, 110, 115);
    border-right-color: rgb(108, 110, 115);
    border-bottom-color: rgb(108, 110, 115);
    border-left-color: rgb(108, 110, 115);
    border-top-color: rgb(108, 110, 115);
    border-right-color: rgb(108, 110, 115);
    border-bottom-color: rgb(108, 110, 115);
    border-left-color: rgb(108, 110, 115);
    border-color: #adb1b8 #a2a6ac #8d9096;
    color: #111;
}


.student_ed{

}
.student_item{
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .1);
    padding: 10px 5px;
    border-radius: 3px;
}
.student_ed ol{
    counter-reset: item;

}
.student_ed ol li{
    padding: 10px 10px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    border-radius: 3px;
    counter-increment: item;
}
.student_ed ol li:before {
    margin-right: 15px;
    content: counter(item);
    background: #8c92ac;
    border-radius: 100%;
    color: white;
    width: 23px;
    text-align: center;
    display: inline-block;
}
.student_ed{}
.event_news{
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .2);
    padding: 10px;
    border-radius: 2px;
}
.donate_item{
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .2);
    padding: 15px;
    border-radius: 2px;
}
@media (max-width: 575.98px) {
    .page_top_img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .okayNav-header__logo {
        font-size: 20px !important;
        padding-top: 00px;
        line-height: 33px;
        padding-left: 0px;

    }
    .donate_btn {
        font-size: 12px;
        padding: 3px 5px;
        margin-right: 0!important;
    }
    .donate_btn i{
        display: none;
    }
    #cr_date_show{
        font-size: 13px;
    }
    .prayer_times_content li span {
        font-size: 13px;
    }
}
@media (max-width: 767.98px) {
    .page_top_img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .slider img {
        height: 200px;
    }
}
/* English fonts */
@font-face {
    font-family: 'EnglishSemiBoldFonts';
    src: url('../MyFonts/Nunito-SemiBold.ttf');
    font-weight: 700;
  }
  @font-face {
    font-family: 'ERegularFonts';
    src: url('../MyFonts/Nunito-Regular.ttf');
    font-weight: 700;
  }
  @font-face {
    font-family: 'EnglishBoldFonts';
    src: url('../MyFonts/Nunito-Bold.ttf');
    font-weight: 700;
  }

/* bangla fonts */
/* @font-face {
    font-family: 'BanglaFonts';
    src: url('../MyFonts/SolaimanLipi_20-04-07.ttf');
    font-weight: 700;
  } */
