
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100..900&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --blue: #0080c0;
    --white: #ffffff;
    --text-size:20px;
    /* --primary-background-color:rgb(14, 142, 0); 
    --primary-text-color:rgb(235, 235, 235); 
    --secondary-background-color:rgb(220, 88, 0); 
    --secondary-text-color:rgb(228, 228, 228); 
    --body-top-header-color:rgb(25, 24, 24); 
    --section-heading-icon-color:rgb(230, 0, 255); 
    --top-header-icon-bg-color:rgb(0, 112, 47); 
    --top-header-icon-color:rgb(230, 230, 230); 
    --footer-bg-color:rgb(73, 73, 73); 
    --footer-text-color:rgb(230, 230, 230); 
    --navbar-bg-color:rgb(230, 230, 230); 
    --navbar-text-color-1:rgb(122, 236, 0); 
    --navbar-text-color-2:rgb(220, 11, 136); 
    --navbar-text-hover-color:rgba(182, 179, 179, 0.738); 
    --header-box-color-1:rgb(209, 199, 0); 
    --header-box-color-2:rgb(0, 174, 0); 
    --header-box-color-3:rgb(0, 136, 151); 
    --header-box-color-4:rgb(160, 0, 152); 
    --header-box-hover-color:rgb(184, 103, 255); 
    --button-bg-color:rgb(0, 96, 141); 
    --button-text-color:rgb(234, 234, 234); 
    --button-hover-color:rgb(209, 199, 0); 
    --content-bg-color:rgb(232, 232, 232); 
    --content-text-color:rgb(98, 98, 98); 
    --notice-bg-color:rgb(203, 160, 21); 
    --notice-text-color:rgb(100, 100, 100); 
    --body-background-image:linear-gradient( rgba(0, 0, 0, 0.43) 100%, rgba(0, 0, 0, 0.441)100%),url('../../uploads/home/cr5.jpg');  */
}
body{
    overflow-x: hidden;
    /* font-family: 'Siyam Rupali', sans-serif; */
    font-family: "Noto Sans Bengali", sans-serif;
}

/* .link_location_ind{
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../../uploads/home/cr5.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    margin-top:140px !important;
    text-align: center;
    padding: 50px 0;
} */




/* ---------- section_header editing start ---------- */
.onle_sub_page{
    background:var(--body-background-image);
    background-size:cover;
    background-repeat: no-repeat;
    margin-top:180px !important;
    padding: 100px 0;
    /* margin-top:172px !important;
    padding: 80px 0; */
}
.section_header_sub{
    color: white;
}
.onle_sub_page .section_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.onle_sub_page .section_heading .shape_left {
    position: relative;
    left: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--section-heading-icon-color);
}

.onle_sub_page .section_heading .shape_left::before,
.onle_sub_page .section_heading .shape_left::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--section-heading-icon-color);
}

.onle_sub_page .section_heading .shape_left::before {
    top: 6px;
    right: 3px;
    width: 70px;
}

.onle_sub_page .section_heading .shape_left::after {
    top: 11px;
    right: 3px;
    width: 55px;
}

.onle_sub_page .section_heading .shape_right {
    position: relative;
    right: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--section-heading-icon-color);
}

.onle_sub_page .section_heading .shape_right::before,
.onle_sub_page .section_heading .shape_right::after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: var(--section-heading-icon-color);
}

.onle_sub_page .section_heading .shape_right::before {
    top: 6px;
    left: 3px;
    width: 70px;
}

.onle_sub_page .section_heading .shape_right::after {
    top: 11px;
    left: 3px;
    width: 55px;
}
/* ---------- section_header editing end ---------- */




/* ---------- fixed_button_right editing start ---------- */
.fixed_button_right{
    position: fixed;
    right: -112px;
    top: 300px;
    z-index: 200;
    transform: rotate(90deg);
    padding: 10px 25px;
    background-color: var(--button-bg-color);
    letter-spacing: 2px;
    border: none;
    color: var(--button-text-color);
}
.fixed_button_right:hover{
    color: var(--button-text-color);
    background-color: var(--button-hover-color);
    transition: all ease-in-out 0.3s ;
}
/* ---------- fixed_button_right editing end ---------- */

/* ----------- body_header.php page editing start -----------  */
.body_header_div{
    background-color:var(--body-top-header-color);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
}
.icon_and_header_top{
    display: flex;
    justify-content:start;
    gap: 10px;
}
.icon_and_header_top a{
    text-decoration: none;
    color: var(--top-header-icon-color);
}
.icon_and_header_top a i{
    color: var(--top-header-icon-color);
    padding: 5px;
    background-color: var(--top-header-icon-bg-color);
    border-radius: 50%;
    margin-right: 5px;
}
.admin_login a{
    text-decoration: none;
    color: var(--top-header-icon-color);
}
.admin_login a i{
    color: var(--top-header-icon-color);
    padding: 5px;
    background-color: var(--top-header-icon-bg-color);
    border-radius: 50%;
    margin-right: 5px;
}


/* ----------- body_header.php page editing end ----------- */


/* ----------- navbar.php page editining start ----------- */
.navbar{
    position: fixed;
    width: 100%;
    top: 44px;
    z-index: 100;
    background-color: var(--navbar-bg-color) !important;
    transition: top 0.3s;
}
.navbar-nav .nav-item{
    font-weight: bold;
    padding-left: 10px;
}
.icon_box{
    width: 30px;
    height: 30px;
    background-color: var(--top-header-icon-bg-color);
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon_box i{
    color: var(--top-header-icon-color);
}
.color_odd{
    color: var( --navbar-text-color-1) !important;
}
.color_even{
    color: var( --navbar-text-color-2) !important;
}

.navbar-nav .nav-item:hover{
    background-color: var( --navbar-text-hover-color);
    transition: all ease-in-out 0.5s;
}
.navbar-brand{
    /* border: 1px solid red; */
    width:130px ;
    text-align: center;
    border-right: 6px solid var(--top-header-icon-bg-color);
    border-radius: 50%;
}
.nav_logo_img{
    /* width: 200px; */
    height: 100px;
    /* border: 1px solid red; */
}
.organization_information{
    /* border: 1px solid red; */
    padding-top: 10px;
}
.organization_information h5{
    font-size: 13px;
}
.organization_information h4{
    font-size: 20px;
    font-weight: bold;
}
/* .Advance-Slider{
    padding-top: 96px;
} */
/* ----------- navbar.php page editining end ----------- */


/* ----------- footer.php page editining start ----------- */
.footer_section{
    background-color:var(--footer-bg-color);
    color: var(--footer-text-color);
    padding: 70px 0;
}
.footer_section hr{
    width: 50px;
    height: 5px;
    background-color: var(--button-bg-color);
}
.bootom_footer{
    background-color:var(--footer-bg-color);
    border-top: 1px solid rgb(189, 189, 189);
    color: rgb(173, 173, 173);
}
.bootom_footer p{
    margin-bottom: 0px;
    padding: 20px 0;
}
.footer_section .nav-link{
    color: var(--footer-text-color) !important;
}
.organization_social_media a{
    font-size: 30px;
    padding-right: 10px;
}
.fa-facebook-square{
    color: #1e56ff;
}
.fa-twitter-square{
    color: #00bfff;
}
.fa-youtube{
    color: red;
}
.fa-instagram-square{
    color: #dc0b5f;
}
/* ----------- footer.php page editining end ----------- */



/* ----------- curser_pointer page editining start ----------- */
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 400;
    pointer-events: none;
  }
  .cursor div {
    position: absolute;
    display: grid;
    place-items: center;
  }
  .cursor div div {
    border: 1px solid #ff9924;
    background-color: #ff992421;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #d7abff6e;
  }
  .cursor div:nth-child(1),
  .cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
  }
  .cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
  }
  .cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
  }
  .cursor div:nth-child(2) div {
    background: #c14141;
    border-radius: 50%;
    width: 5px;
    height: 5px;
  }
 
 
/* ----------- curser_pointer page editining end ----------- */






/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-brand{
        width:100px ;
        text-align: left;
    }
    .nav_logo_img{
        height: 85px;
    }
    .body_header_hide{
        display: none !important;
    }
    .top_contact a{
        font-size: 12px !important;
    }
    .admin_login{
        text-align: start !important;
        width: 200px;
    }
    .admin_login a{
        font-size: 12px !important;
    }
    .navbar{
        position: fixed;
        width: 100%;
        top: 40px;
        z-index: 100;
    }
    .organization_information{
        /* border: 1px solid red; */
        padding-top: 10px;
    }
    .organization_information h5{
        font-size: 10px;
    }
    .organization_information h4{
        font-size: 14px;
        font-weight: bold;
    }
    .nav-item{
        display: flex !important;
    }
    .icon_box{
        margin: 0 10px 0 0 !important;
    }
    .onle_sub_page{
        margin-top:192px !important;
        padding: 40px 0;
    }
    .section_header_sub{
        font-size: 14px;
    }
    .section_heading h2{
        font-size: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .body_header_hide{
        display: none !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 768px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}