body {
    background-color: #d9eff8cf !important;
}

#topbar {
    display: block
}

.top_bg {
    display: block;
    background-image: url("img/top_bg.png");
    height: 222px;
}

button>.top_btn {
    background-color: #a78a7f !important;
    width: 70px !important;
    height: 27px !important;
}

.custom_banner_bg {
    max-width: 1248px !important;
    position: relative;
    top: 20px;
}

.custom_banner_bg>div>div.col-md-7>img {
    margin-top: 8px;
    width: 75%;
}

.logo75 {
    width: 75% !important;
}

/*=================================
            HEADER
===================================*/
.fixedHdr {
    width: 100%;
    padding: 0;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    border-bottom: .4em solid #ed1c24;
}

.fixedHdr.not_fixed {
    position: absolute
}

.fx_hdr_wrap {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -2.093em;
}

.btn1,
.btn2 {
    padding: 0.118em 10px 0.353em 10px;
    margin: 0 0 0 4px;
    font-size: 0.9em;
    line-height: 1.498em;
    float: left;
    color: #fff;
    background: #ed1c24;
    position: relative;

}

.btn1:hover,
.btn2:hover {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.btn1:after,
.btn2:after {
    content: "";
    width: 7px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 9px;
    -moz-transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
    -webkit-transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
    -o-transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
    transition-duration: 1s, 1s, 1s, 1s, 1s, 1s;
    -moz-transition-property: width, height, transform, background, font-size, opacity;
    -webkit-transition-property: width, height, transform, background, font-size, opacity;
    -o-transition-property: width, height, transform, background, font-size, opacity;
    transition-property: width, height, transform, background, font-size, opacity;
}

.btn1.active:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fxdFormCon form {
    padding: 1.00em 3% 1.70em;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    display: none
}

.fright {
    float: right
}

.subbtn2 {
    border: 1px solid #a88b80;
    color: floralwhite;
    text-align: center;
    cursor: pointer;
    font-family: Tahoma, SolaimanLipi, Kalpurush, Shonar Bangla, sans-serif;
    border: 1px solid #a88b80;
    background-color: #be9f94;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#be9f94), to(#a88b80));
    background-image: -moz-linear-gradient(top, #be9f94 0%, #a88b80 100%);
    background-image: -o-linear-gradient(top, #be9f94 0%, #a88b80 100%);
    background-image: -ms-linear-gradient(top, #be9f94 0%, #a88b80 100%);
    background-image: linear-gradient(top, #be9f94 0%, #a88b80 100%);
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.subbtn2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a88b80), to(#be9f94));
    background-image: -moz-linear-gradient(top, #a88b80 0%, #be9f94 100%);
    background-image: -o-linear-gradient(top, #a88b80 0%, #be9f94 100%);
    background-image: -ms-linear-gradient(top, #a88b80 0%, #be9f94 100%);
    background-image: linear-gradient(top, #a88b80 0%, #be9f94 100%);
}

.rotate {
    transition: transform 0.3s ease-in-out;
}

.rotate.rotated {
    transform: rotate(180deg);
}

/* =============== */


#social>img {
    margin-top: 4em;
}


.circle_social {
    float: left;
    margin-top: 63px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding-top: 4px;
    font-size: 1.5em !important;

}

#social {
    display: flex;
    justify-content: space-between;
}

.facebook {
    background-color: #008ad3 !important;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
}

.facebook:hover {
    color: #008ad3 !important;
    background-color: #1a1f1a !important;
    transform: scale(1.25);
}

.twitter {
    background-color: #33ccff !important;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
}

.twitter:hover {
    color: #33ccff !important;
    background-color: #1a1f1a !important;
    transform: scale(1.25)
}

.instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
}

.instagram:hover {
    color: #d6249f;
    /* Reverse the gradient colors on background */
    background: #000 !important;
    /* Add scale transform effect on hover */
    transform: scale(1.25);
}

.youtube {
    background-color: #d7001f !important;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
}

.youtube:hover {
    color: #d7001f !important;
    background-color: #1a1f1a !important;
    transform: scale(1.25)
}

.linkedin {
    background-color: #1b75ba !important;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
}

.linkedin:hover {
    color: #1b75ba !important;
    background-color: #1a1f1a !important;
    transform: scale(1.25)
}

.feed {
    background-color: #ed7e00 !important;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
}

.feed:hover {
    color: #ed7e00 !important;
    background-color: #1a1f1a !important;
    transform: scale(1.25)
}

#search {
    margin-top: 60px;
}

#search-button {
    border: 1px solid silver;
    border-radius: 0;
}

#profile {
    display: block
}

/* ================================ */
/* Navbar */
/* ================================ */


body>div.container.custom_banner_bg.mt-2>nav {
    padding: 5px 0 !important;
}

@media (min-width:992px) {
    #navbarNav>ul>li {
        font-size: 12pt;
        padding: 0px !important;
        border-right: 2px solid #d5d5d5;
        font-weight: 500;
        height: 100%;
        display: flex;
        align-items: center;
    }

    #navbarNav>ul {
        height: 47px;
        align-items: center;
    }

    .dropdown-menu {
        min-width: 300px;
        background-color: rgb(26, 167, 98, 0.9) !important;


    }

    .dropdown-item {
        border-bottom: 1px solid black;
        background-color: rgb(26, 167, 98, 0) !important;
        margin-bottom: 5px;
    }

    .dropdown-item a {
        color: #fff !important;
    }

    .custom_bg_nav {
        border: 1px solid #ededed;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
        background-image: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
        background-image: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
        background-image: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    }
}

li.nav-item:hover {
    background-color: #168F59 !important;
}

.head_link:hover {
    color: #fff !important;
}



/* body>div.container.custom_banner_bg.mt-2>nav{
padding: 5px 0 !important;
}
@media (min-width:992px) {
#navbarNav>ul>li {
    font-size: 12pt;
    padding: 0px !important;
    border-right: 1px solid #d5d5d5;
    font-weight: 500;
}
#navbarNav>ul {
    height: 41px;
}

.dropdown-menu {
    min-width: 300px;
    background-color: rgb(26, 167, 98, 0.9) !important;


}

.dropdown-item {
    border-bottom: 1px solid black;
    background-color: rgb(26, 167, 98, 0) !important;
    margin-bottom: 5px;
}

.dropdown-item a {
    color: #fff !important;
}

.custom_bg_nav {
    border: 1px solid #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
    background-image: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
    background-image: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
}
} */


.head_link {
    color: #272727 !important;
}

.dropdown-item .head_link {
    border-right: none;
    /* border-bottom: 1px solid #d5d5d5; */
}

.droplet-area {
    padding: 0px !important;

}

.droplet-item:hover {
    background-color: rgb(16, 183, 189);
    color: #1c1c1c;
    font-weight: 500;
}



.dropdown-item {
    background: #d3d3d3 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* News Area CSS Starts */
#news {
    margin-top: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    height: 40px;
    border: 1px solid #bdbdbd;
    line-height: 25px;
    clear: both;
    display: flex;
    align-items: center;
    background-color: #fff;
    /* display: block; */
}

.breaking-news-item,
.breaking-news-slider {
    flex: 1;
    margin-top: 10px;
}

.breaking-news-item {
    text-align: left;
}

.breaking-news-slider {
    text-align: right;
}

.news_head {
    max-width: fit-content;
    padding-right: 0.75em;
    padding-left: 0.75em;
    background-color: #f19300;
    color: #fff;
    font-weight: 600;
    height: 100%;
    border-right-style: ridge;
    display: inline-block;
    align-items: center;
    display: flex;
    clear: both;

}

.news_title {
    display: inline-block;
    clear: both;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    /* max-width: 2000px; */
}

/* NEWS SLIDER */
.breaking-news-slider {
    overflow: hidden;
    height: 50px;
}

.breaking-news-item {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    animation: scroll-left 35s linear infinite;
    animation-delay: -5s;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.news_title:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

/* NEWS SLIDER */
/* News Area CSS Ends */


.footer_line {
    border-top: 2px solid #a78a7f;
    margin-bottom: 5px;
}

.footer_link {
    font-size: 12pt;
    padding: 0px 22px !important;
    border-right: 1px solid #a78a7f;
    color: #a78a7f !important;
    font-weight: 500;
}

.content_title {
    color: #a78a7f;
    border-bottom: 2px dotted #a78a7f;
    padding-bottom: 10px;
}

.content_body {
    text-align: justify;
}

.links {
    font-weight: 600;
    font-size: 17px !important;
    line-height: 30px;
    padding-left: 10px;
    display: block;
    height: 31px;
    border-radius: 5px;
    background-color: #a78a7f;
    background: linear-gradient(#d4bab0, #ab8e84);
}

.link_area {
    margin-top: 21px;
    border-left: 1px solid #a78a7f;
    border-right: 1px solid #a78a7f;
    border-radius: 5px;
}

.company_logo>img {
    width: 120px;
    float: left;
}

#main_body>div>div>div.col-md-5>div>ul {
    list-style: none;
}

.im_link>a,
.im_link>a:visited {
    color: #a78a7f;
    text-decoration: none;
}

.im_link {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #a78a7f !important;
    border-radius: 5px;
    line-height: 32px;
}

.link_arrow {
    color: #a78a7f;
}

.custom_slider {
    margin-bottom: 25px
}

.im_link>a:hover {
    color: #ab8e84;
    ;
}

#carouselExampleIndicators>ol {
    display: flex;
    justify-content: right;
    margin-right: 30px;
}

#carouselExampleIndicators>div>div.carousel-item.active>div {
    line-height: 1px;
    text-align: left;
    margin-left: -50px;
}



/* ================================
                        Block Area CSS
================================ */


.side_titlebar {
    font-weight: 500;
    font-size: 17px !important;
    line-height: 30px;
    padding-left: 10px;
    display: block;
    height: 31px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(#f19700, #eb6700);
}

.sidebar_open {
    border-bottom: 1px solid #d3d3d3;
    border-radius: 5px;
}

.side_titlebar>h6 {
    display: inline-block;
}

.sidebar_area {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 0.1em;
}

.sidebar {
    font-size: 14px;
    list-style: none;
    padding-left: 10px;
    margin: -40px;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 4px;
    min-height: 50px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, rgba(60, 74, 83, .00), rgba(60, 74, 83, 0.90), rgba(5, 5, 5, 0)) 1;
}

.sidebar>a {
    color: #000;
}

.sidebar>a:hover {
    color: #f19700;
}

li.sidebar {
    list-style: none;
}

.right_region {
    margin-bottom: 20px;
}

.side_titlebar>a {
    text-decoration: none;
    color: #fff;
    transition: transform .2s;
}

.side_titlebar>button>i:hover {
    color: #fff;
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

a.right_more {
    font-size: 12px;
    text-decoration: none;
    color: #f19700;
    text-align: center;
}

a.right_more:hover {
    color: #eb6700;
}

.sidebar_left {
    color: #a78a7f;
    border-radius: 5px;
    background-color: #e7e7e7;
    text-align: center;
    float: left;
    margin-right: 10px;
    width: 75px !important;
    height: 45px !important;
    font-weight: 600;
    font-size: 12px;
}

.sidebar>a {
    font-size: 12px;
}


.sidebar_left:hover {
    color: #a78a7f;
}

li.sidebar>a {
    color: #000;
}

.sidebar>a:hover {
    color: #357fb5;
    text-decoration: none;
}

.date_top {
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    background-color: #0b75c6;
    display: block;
    font-size: 11px;
    text-align: center;
}

.date_top:hover {
    background-color: #0f69adb6;
}

.side_titlebar>button {
    border: none;
    background: transparent;
    float: right;
    margin-top: 5px;
    color: #fff;
}

.accordianIn h6 {
    padding: 0 35px 0 7px;
    font-size: 1em;
    line-height: 2.2em;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 0 #5C6907;
    font-weight: normal;
    text-align: left;
    background-color: #237cf0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#237cf0), to(#10097E));
    background-image: -moz-linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-image: -o-linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-image: -ms-linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-image: linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-repeat: no-repeat;
    position: relative;
}

a.btnOpen>img {
    width: 27px;
    height: 27px;
    position: relative;
    left: 90%;
    top: -30px;
    -moz-transition-duration: 2s, 2s, 2s, 2s, 2s, 2s;
    -webkit-transition-duration: 2s, 2s, 2s, 2s, 2s, 2s;
    -o-transition-duration: 2s, 2s, 2s, 2s, 2s, 2s;
    transition-duration: 2s, 2s, 2s, 2s, 2s, 2s;
    -moz-transition-property: width, height, transform, background, font-size, opacity;
    -webkit-transition-property: width, height, transform, background, font-size, opacity;
    -o-transition-property: width, height, transform, background, font-size, opacity;
    transition-property: width, height, transform, background, font-size, opacity;
}

a.btnOpen.btnClose>img {
    -moz-transform: rotate(450deg);
    -webkit-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    transform: rotate(450deg);
}

.block>a {
    display: inline-block;
    float: right;
    position: relative;
    right: 30px;
}

.node-list>ul>li:nth-child(1) {
    margin-top: 10px
}

.sidebarComn {
    margin: 0.8em 0 0;
    margin-bottom: 3em;

}

.sidebarComn h6 {
    padding: 0 8px 0;
    font-size: 1.1em;
    line-height: 2.2em;
    font-weight: normal;
    color: #fff;
    background-color: #5C6907;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#237cf0), to(#10097E));
    background-image: -moz-linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-image: -o-linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-image: -ms-linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-image: linear-gradient(top, #237cf0 0%, #10097E 100%);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0 #000;
}

.block-body {
    padding-bottom: 15px;
}

nav.flex-column>a {
    padding: 0.2rem 1rem !important;
    border-bottom: 1px solid #d5d5d5;
}

nav.flex-column>a:last-child {
    border-radius: 2px;
}

/* ========================================== */
/* WIDGET STYLE */
/* ========================================== */

.map_img {
    border: 1px solid #E3E5E7;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;800&display=swap');

.clock {
    color: #17D4FE;
    font-size: 18px;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
}

.clock_body {
    background-color: #222222;
    display: flex;
    justify-content: center;
}

.visitor_body {
    background: #02AC55;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter {
    font-weight: 900;
}

.counter .h6 {
    color: darkred;
    font-weight: 800;
    letter-spacing: 3px;
}

.box {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    background-image: linear-gradient(#000, #ffffff17, #222);
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-right: 1px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    height: 110%;
    border-radius: 20%;
    display: flex;
    align-items: center;


}

.fw-bolder {
    font-weight: 800 !important;
    letter-spacing: 1px;
}

/* ========================================== */
/* BOX STYLE */
/* ========================================== */

.box_image>img {
    width: 70%;
    height: auto;
    position: relative;
    /* box-shadow: 1px 1px 3px #000; */
    border: 3px solid #fff;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_area {
    overflow: hidden;
    padding-bottom: 10px;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.3, 1);
    line-height: normal;
    background-color: #fff;
    width: 100%;
    /* Transition effect for slow scaling */
}

.box_area:hover {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
    background-color: #fff;

}

.box_area h6 {
    text-transform: capitalize;
    font-weight: 900 !important;

}

.box_title {
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    color: #2c2c2c
}

.box_title:hover {
    text-decoration: none !important;
    font-weight: 900;
    color: #237cf0;
}

.description {
    padding: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: normal;
}

/* TEACHERS CSS  */
.teachers{
display: flex;
justify-content: center;
align-items: center;
}

.custom_img {
  border: 3px solid rgb(236, 236, 236);
  width: 188px;
}

.name_deg {
  text-align: center;
  height: fit-content;
  background-color: #a78a7f;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 188px !important;
}

.grid_emp>div>a:hover {
  text-decoration: none;
}

.grid_emp>div {
  transition: transform .2s;
}

.grid_emp>div:hover {
  transform: scale(1.05);

}

.check {
  background: linear-gradient(140deg, #f19700, #eb6700);
  display: flex;
  justify-content: center;
  padding: 2em;
  height: auto;
}

.check img {
  display: flex;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  border: 10px solid white;
}

.check h5 {
  margin: 0;
  color: #fccb61;
}

#teachers_profile {
  width: 100%;
}

#teachers_profile td:first-child {
  font-weight: 500;
  max-width: 5em;

  /* CSS properties for the first td element inside #parent-id */
}


#teachers_profile td {
  color: #fff;
}



.fixed_img {
  width: 220px;
  /* height: 220px; */
  /* overflow: hidden; */
}

.new_hr {
  /* #c45b00 */
  margin-top: 5px !important;
  border-bottom: 2px solid #ffb235;
}

.content_title_ht {
  color: #a78a7f;
}

.content_body_ht {
  text-align: justify;
}


/* TEACHERS CSS  */