:root {
  --sm-body:#f2f2f2;
  --sm-primary:#528364;
  --sm-secondary:#ef6262;
  --sm-info:#ddc077;
  --sm-news:#366d87;
  --sm-btn:#277da7;
  --sm-btn-hover:#1f6587;
  --sm-nav-hover:#f2184f;
  --sm-btn2:#ddc077;
  --sm-btn2-color:#ffffff;
  --sm-secondary2:#e74860;
  --sm-secondary2-hover:#f2184f;
  --sm-footer1:#18455d;
  --sm-white: #ffffff;
  --sm-line:#18455d;
  --sm-text-color:#202c45;
}




*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body{
		font-family: "SolaimanLipi", Poppins;
		position: relative;
		background:var(--sm-body);
		font-size:15px;
		font-weight:400;
		color:var(--sm-text-color);
}
ul,ol{
	padding-left:0px !important;
}
/* header top CSS */
.header-top{
	background:var(--sm-info);
	padding-left:7px;
	padding-right:15px;
	
}
.header-top-right{
	padding-right:0px;
}

.header-top-right ul{
	height:40px;
	list-style:none;
	margin:-1px;
}

.header-top-right ul li a{
	background: var(--sm-secondary);
    padding: 7px 15px;
    margin-left: 10px;
    text-decoration: none;
    color: var(--sm-white);
    font-size: 15px;
    border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
	
}
.header-top-right ul li a:hover{
	background: var(--sm-primary);
	color:var(--sm-white);
}

.header-contact{}
.header-contact ul{
	list-style:none;
	margin-bottom:0px;
		
}
.header-contact ul li{
line-height: 40px;
}
.header-contact ul li a{
	text-decoration:none;
	color:var(--sm-white);
	font-family:'Poppins';
 transition: all 0.3s linear;
 font-weight:500;
}
.header-contact ul li a i{
	background: var(--sm-white);
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;}
.header-contact ul li a span{
	 transition: all 0.3s linear;
}

.header-contact ul li a i.fa-facebook-f {
    color: #3659a3;
}
.header-contact ul li a i.fa-twitter {
    color: #1d9bf0;
}
.header-contact ul li a i.fa-youtube {
    color: #c93226;
}
.header-contact ul li a i.fa-solid.fa-phone {
    margin-right: 2px !important;
    color: var(--sm-secondary);
}

.header-contact ul li a i.fa-solid.fa-envelope {
    margin-right: 7px !important;
    color: var(--sm-secondary);
}

.header-contact ul li a span {
    font-size: 14px;
    margin-right: 10px;
	 transition: all 0.3s linear;
}


.header-contact ul li a i:hover {
    background: var(--sm-secondary);
	color:var(--sm-white) !important;
}
/* Banner CSS */
.banner{
	background:var(--sm-primary);
	padding:25px 15px 25px 15px;
	color: #ffffff;
}
.banner-left{
	width:110px;
	margin:auto;
}

.ins-name h1 {
    margin: 0px;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
	margin-bottom:0px;
}

.ins-name h3 {
    font-size: 25px;
    font-family: "SolaimanLipi", Poppins;
    font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom:5px !important;
}
.ins-name h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px;
}

.banner-right {
    width: 110px;
    margin: auto;
}
.ins-name h5 {
   font-family: "SolaimanLipi", Poppins;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom:0px;
}

.banner-right ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.banner-right ul li{
text-align: right;
    font-size: 16px;
    font-weight: 400;
	font-family: "SolaimanLipi", Poppins;
}
span#clock,span#clock2 {
    color: #f7d06f;
    font-weight: 700;
}
/* Navbar CSS */
.school-nav{
box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
padding-left:15px;
padding-right:15px;
  position: sticky;
  top: 0;
  z-index:5;
  background:#ffffff;
}
.school-nav .navbar-light .navbar-nav .active>.nav-link,
.school-nav .navbar-light .navbar-nav .nav-link.active,
.school-nav .navbar-light .navbar-nav .nav-link.show,
.school-nav .navbar-light .navbar-nav .show>.nav-link {
    color: var(--sm-text-color);
	font-weight:600;
    font-size:16px;

}
.school-nav .navbar{
  padding-top:0px;
   padding-bottom:0px;
}
.school-nav .navbar-light .navbar-nav .nav-link {
    color: var(--sm-text-color);
	font-weight:600;
	font-size:16px;
	padding-left:10px;
	padding-right:10px;
	margin-right:5px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
	 
}
.school-nav .navbar-light .navbar-nav .nav-link:hover {
    color: var(--sm-nav-hover);
}

.school-nav .dropdown-menu[data-bs-popper] {
    margin-top: -1px;
}
.school-nav .dropdown-item {
    font-weight: 600;
    color: var(--sm-text-color);
    font-size: 15px;
	transition:all .4s ease-in;
	-webkit-transition:all .2s ease-in;
}

.header-top-right2{
	padding-right:0px;
}
.header-top-right2 ul{
	height:40px;
	list-style:none;
	margin:0px;
}

.header-top-right2 ul li a{
    background: var(--sm-secondary);
    padding: 7px 15px;
    margin-left: 10px;
    text-decoration: none;
    color: var(--sm-white);
    font-size: 15px;
    border-radius: 3px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
.header-top-right2 ul li a:hover{
	background: var(--sm-primary);
	color:var(--sm-white);
}
.school-nav .navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.school-nav .navbar-toggler {
     padding: 0px;
}
.school-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.school-nav .nav-item:hover {
    background: #e9ecef;
}
.school-nav .dropdown-item:focus, .school-nav .dropdown-item:hover {
    background-color: #e9ecef;
    color: var(--sm-nav-hover) !important;
	padding-left:20px;
}
.news-section{
	padding-left:0px;
	padding-right:15px;
	background:var(--sm-news);
	
}

.bn-green>.bn-title {
    background: var(--sm-secondary) !important;
    color:var(--sm-white) !important;
}

.breakingNews>.bn-title>h2{
    font-size:18px !important;
}

.bn-green>.bn-title>span {
    border-left-color: var(--sm-secondary) !important;
}

.bn-breaking-news {
    border: solid 0px var(--sm-news) !important;
    background: var(--sm-news) !important;
    border-radius: 0px !important;
    height: 35px !important;
    line-height:35px !important;
}
.bn-label {
    background-color: var(--sm-secondary);
    text-align: center;
    color: var(--sm-white);
    font-weight: 600;
    font-family: "SolaimanLipi", Poppins;
    width:90px;
    padding:0px !important;
    font-size:16px;
}

.bn-news ul{
    left:5px !important;
}

.bn-news ul li a{
    color:var(--sm-white);
    font-size:16px;
}
.bn-news ul li a:hover {
    color: #ffffff;
}
/* slider CSS */
.slider .swiper {
 width: 100%;
}
.slider .swiper-slide {
    display: flex;
	justify-content:center;
    flex-direction: column;
	height:470px;
	background-size: 100% !important; 
	background-position: top center!important; 
	background-repeat:no-repeat!important; 
}
.slider .swiper-slide.slide-01,.slider .swiper-slide.slide-03,.slider .swiper-slide.slide-05,.slider .swiper-slide.slide-07,.slider .swiper-slide.slide-09{
       align-items: start;
}

.slider .swiper-slide.slide-02,.slider .swiper-slide.slide-04,.slider .swiper-slide.slide-06,.slider .swiper-slide.slide-08,.slider .swiper-slide.slide-10{
       align-items: end;
}

.slider .swiper-slide::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,.3);
    }

.slider .swiper-pagination-progressbar {
    background: var(--sm-line) !important;
    position: absolute;
}	
.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffffff !important;
}
.slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
    background: var(--sm-secondary);
}
.slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto;
	 background: var(--sm-secondary);
}
.slider .swiper-button-next:after, .swiper-button-prev:after {
    color: var(--sm-white);
	font-size: 20px !important;
    font-weight: 700;
}
.slider .slide-caption {
    z-index: 2;
    color: var(--sm-white);
	width:360px;
	padding:15px;
	background:rgba(0,0,0,.4);
}
.slider .slide-01 .slide-caption-align,.slider .slide-03 .slide-caption-align,.slider .slide-05 .slide-caption-align,.slider .slide-07 .slide-caption-align,.slider .slide-09 .slide-caption-align{
	text-align: left;
	position:absolute;
	left:80px;
}

.slider .slide-02 .slide-caption-align,.slider .slide-04 .slide-caption-align,.slider .slide-06 .slide-caption-align,.slider .slide-08 .slide-caption-align,.slider .slide-10 .slide-caption-align{
	text-align: right;
	position:absolute;
	right:80px;
}


.slider .slide-caption h1{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.slider .slide-caption h2{
    font-size: 20px;
    font-weight: 500;
}
.slider .slide-caption p{
    font-size: 17px;
    font-weight: 500;
}
.slider .slide-caption a{
    color: var(--sm-white);
    text-decoration: none;
    background: #f2184f;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}
/* ukti CSS */
.ukti{
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	padding-bottom:30px;
}
.title-divider{
	font-size:20px;
	font-weight:600;
	color:var(--sm-text-color);
	position:relative;
	margin-bottom:55px;
	text-align:center;
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.title-divider::before{
	content:'';
	position:absolute;
	background:var(--sm-line);
	width:200px;
	height:2px;
	bottom:-20px;
	left:50px;
}
.title-divider::after{
	content:'';
	position:absolute;
	background:var(--sm-secondary);
	width:15px;
	height:15px;
	bottom:-15px;
	text-align:center;
	transform:rotate(45deg);
	left:140px;
	bottom: -26px;
}


.ukti-box {
    box-shadow: 0px 0px 7px rgb(0 0 0 / 30%);
    margin-bottom: 20px;
    background:#ffffff;
}



.ukti-content-header {
    border-bottom: 2px solid var(--sm-line);
    padding: 7px 10px 5px 10px;
}
.ukti-content-header span {
    font-size: 17px;
    font-weight: 600;
    color: var(--sm-text-color);
    text-transform: uppercase;
	font-family: "SolaimanLipi", Poppins;
}


.ukti-content-header .ukti-phone, .ukti-content-header .ukti-email {
    width: 25px;
    text-align: center;
    border: 1px solid var(--sm-secondary);
    background: var(--sm-secondary);
    border-radius: 35px;
    height: 25px;
    line-height: 20px;
    float: right;
    margin-right: 5px;
    transition: all .4s ease-in;
}

.ukti-content-header .ukti-phone:hover, .ukti-content-header .ukti-email:hover {
  background: var(--sm-primary);
   border: 1px solid var(--sm-primary);
}
.ukti-content-header .ukti-phone i, .ukti-content-header .ukti-email i{
color: var(--sm-white);
    font-size: 12px;
}


.ukti-content-body {
    padding: 5px 10px 0px 10px;
    text-align: justify;
}


.ukti-content-body p {
    margin-bottom: 0px;
    font-size: 15px;
	font-family: "SolaimanLipi", Poppins;
	color:var(--sm-text-color);
}

.ukti-btn {
    background: var(--sm-secondary);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--sm-white);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
	font-family: "SolaimanLipi", Poppins;
	border:2px solid var(--sm-secondary);
	transition:all .7s ease;
}
.ukti-btn:hover {
    color: var(--sm-white);
    background:none;
    border:2px solid var(--sm-white);
}

.ukti-bottom-box {
    background: var(--sm-primary);
    justify-content: space-between;
    padding: 10px;
}
.ukti-name p {
    font-size: 14px;
    color: var(--sm-white);
    margin-bottom: 0px;
	font-family: "SolaimanLipi", Poppins;
}



.modal-quote-header{
    padding-top: 8px;
    padding-bottom: 8px;
    background:var(--sm-primary);
}
.modal-quote-title{
     font-size: 19px;
    font-family: "SolaimanLipi", Poppins;
    color: var(--sm-white);
}
.modal-quote-body{
    text-align:justify;
    padding-left:20px;
    padding-right:20px;
    font-size:20px;
    color:var(--sm-text-color);
}

.modal-quote-header .btn-close {
background:#f1f1f1 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
opacity:1;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
    opacity: 1;
}
/* Notish CSS */
.notish{
	background:#ffffff;
	padding-top:45px;
	padding-bottom:40px;
	padding-left:15px;
	padding-right:15px;
	
}
.filter-box {
  padding:0;
width:100%;
  background:linear-gradient(to right,
    transparent 14px,
    var(--sm-line) 14px,
    var(--sm-line) 17px,
    transparent 17px);
}
.filter-box > .main-cat {
   display: flex;
    padding: 8px 15px;
    position: relative;
    background: #f2f2f2;
    border-bottom: 3px solid var(--sm-line);
    justify-content: space-between;
}
.filter-box > .main-cat > h3 {
    margin: 0;
    font-weight: 600;
    color: var(--sm-text-color);
    font-size: 19px;
    line-height: 30px;
}

.main-cat a {
    text-decoration: none;
    font-size: 15px;
    font-family: "SolaimanLipi", Poppins;
    font-weight: 600;
    background: var(--sm-secondary);
    padding: 3px 15px;
    color: var(--sm-white) !important;
    border-radius: 5px;
	letter-spacing:.5px;
	transition:all .7s ease;
}

.main-cat a:hover {
    background: var(--sm-primary);
}

.breakingNews>ul>li>a {
    font-size: 15px !important;

}

.filter-box > .main-cat:first-child {
  margin-top: 0;
}
.filter-box > .sub-cat {
    background: linear-gradient( to right, transparent 1em , var(--sm-primary) 1em), linear-gradient( to bottom, transparent 0.6em, var(--sm-line) 0.5em, var(--sm-line) 0.67em, transparent 0.67em ) right no-repeat;
    background-size: auto auto, 100% 84%;
    margin-left: 0px;
    margin-top: 20px;
    padding: 0px 0px 0px 10px;
    position: relative;
    color: var(--sm-line);
    font-size: 33px;
    list-style-position: inside;
    border-radius: 5px;
}
.sub-cat a{
	display: inline-block;
    width: 80%;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    margin-top: -2px;
}
.sub-cat span {
    padding: 5px 0px;
    display: inline-block;
    font-size: 12px;
    background: var(--sm-secondary);
    color: #ffffff;
    font-family: "SolaimanLipi", Poppins;
    width: 13%;
    vertical-align: middle;
    float: right;
    margin-top: 11px;
    margin-right: 0px;
    text-align: center;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    font-weight:500;
}

.notish .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
	margin-bottom:10px;
}
.notish .accordion-body {
    padding: 0px;
}
.notish .list-group {
    border-radius: 0px;
}
.notish .list-group-item {
    position: relative;
    display: block;
    padding: 7px 1rem;
    color: #202c45;
    text-decoration: none;
    font-size: 17px;
    background-color: #fff;
  
}
.notish .accordion-button {
   padding: 10px 15px 10px 55px;
    font-size: 18px;
    font-weight: 600;
	letter-spacing:1px;
    color: #202c45;
    text-align: left;
    background-color: #f2f2f2 !important;
	border:none;
}
.notish .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.notish .accordion-button[aria-expanded=true]::after {
    color: #fff;
    content: "\f068";
	font-size: 18px;
    font-weight: 600;
	background-color: #F2184F !important;
}

.notish .accordion-button[aria-expanded=true] {
    background-color: #202c45 !important;
	color: #ffffff;
}
.notish .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
}
.notish .accordion-button::after {
    flex-shrink: 0;
    line-height: 0px;
    content: "";
    background-image: none;
    transition: transform .2s ease-in-out;
    content: "\f067";
    font-family: fontawesome;
    font-size: 18px;
	font-weight:600;
    left: 0px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 30px;
    position: absolute;
    top: 0px;
}
.notice-image img{
	width:220px;
	object-fit:cover;
	padding: 10px;
}
.notice-image .card-header {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    background-color: var(--sm-primary);
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #ffffff;
	font-size: 18px;
}
.notice-image .list-group .list-group-item a {
    text-decoration: none;
    color: #202c45;
    font-size: 17px;
}	
/* Why section CSS*/
.ins-video{
	position:relative;
}
.video-icon{
	position:relative;
	height: 100%;
	flex-direction:column;
}
.video-icon h2{
	    color: #ffffff;
    font-size: 25px;
    margin-bottom: 20px;
}
.video-icon a {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 50px;
    z-index: 2;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
.ins-video::before {
    background: rgba(32,44,69,0.85);
    content: " ";
    bottom:0;
    left: 0;
    position: absolute;
    top: 0;
	right:0;
    z-index: 0;
}

.why-box {
    padding: 60px 15px 30px 15px;
}
.why-title {
    border-left: 4px solid #f2184f;
    padding: 0px 15px;
	margin-bottom: 50px;
}
.why-title h1{
    font-size: 22px;
    font-weight: 600;
    color: #202c45;
}
.why-title h1 span{
    color: #f2184f;
}
.why-item{
	margin-bottom:35px;
}

.why-item .why-icon{
	width: 25%;
    height: 60px;
    border-radius: 50%;
    position: relative;
}
.why-item .why-icon i{
	    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
}
.why-item .why-icon::before{
	content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: #202c45;
    top: 0px;
    left: 0px;
    border-radius: 50% 3px 50% 50%;
    transform: rotate(45deg);
    z-index: -1;
	 -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.why-item:hover .why-icon::before{
	 background: #f2184f;
}
.why-content{width:75%;}
.why-content h4{
	font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #22253a;
}
.why-content p{
	font-size: 16px;
    margin: 0px;
    text-align: justify;
    line-height: 20px;
}



/* event CSS*/

.event-box{
    height:300px !important;
}

.sec-spacer {
    padding-top: 40px;
    padding-bottom: 20px;
	padding-left: 15px;
    padding-right: 15px;
}
.rs-latest-news .news-normal-block {
  border: 1px solid #e8e8e8;
  transition: all 0.3s ease 0s;
  margin-bottom: 25px;
background:#ffffff;
}
.rs-latest-news .news-normal-block:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-normal-block .news-img {
  margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-img img {
  width: 100%;
}
.rs-latest-news .news-normal-block .news-body{
	padding:10px 20px 20px 20px;
}

.rs-latest-news .news-normal-block .news-date {
	background:var(--sm-primary);
	padding:8px 15px;
	font-family: 'Poppins';
	color:var(--sm-white);
}
.rs-latest-news .news-normal-block .news-date i {
  font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
  color: var(--sm-white);
}
.rs-latest-news .news-normal-block .news-date span {
  color: var(--sm-white);
  font-size: 14px;
}
.rs-latest-news .news-normal-block .news-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.rs-latest-news .news-normal-block .news-title a {
  color: var(--sm-text-color);
  text-decoration: none !important;
  font-weight:600;
  font-size:16px;
}
.rs-latest-news .news-normal-block .news-title a:hover,
.rs-latest-news .news-normal-block .news-title a:focus {
  color:var(--sm-nav-hover);
}
.rs-latest-news .news-normal-block .news-desc p {
  margin-bottom: 10px;
  height:110px;
}
.rs-latest-news .news-normal-block .news-btn a {
      display: inline-block;
    margin-left: auto;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
    background-color: var(--sm-secondary);
    color: var(--sm-white);
    letter-spacing: 1px;
    border-radius: 5px;
	transition:all .4s ease-in;
	-webkit-transition:all .4s ease-in;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
  background-color: var(--sm-primary);
}

.news-list-item {
  border: 1px solid rgba(34, 34, 34, 0.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin-bottom:15px;
  max-height:180px;
  background:#ffffff;
}
.news-list-item:hover {
   -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-list-item .news-date {
background:var(--sm-primary);
padding:5px 10px;
font-family: 'Poppins';
}
.news-list-item .news-date i {
 font-size: 14px;
  font-weight: 600;
  margin-right: 8px;
  color: var(--sm-white);
}
.news-list-item .news-date span {
  color: var(--sm-white);
  font-size: 14px;
}
.news-content{
	
	padding-right:10px;
	padding-top:15px;
	padding-bottom:5px;
}
.news-content .news-title {
  font-size: 16px;
  margin-bottom: 5px;
  color:var(--sm-text-color);
  font-weight:600;
  
}
.news-content .news-title a {
  color: var(--sm-text-color);
  text-decoration: none !important;
  font-size:16px;
  font-weight:600;
 
}
.news-content .news-title a:hover,
.news-content .news-title a:focus {
  color:var(--sm-nav-hover);
}

.news-content .news-btn a {
    display: inline-block;
    margin-left: auto;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
    background-color: var(--sm-secondary);
    color: var(--sm-white);
    letter-spacing: 1px;
    border-radius: 5px;
	transition:all .4s ease-in;
	-webkit-transition:all .4s ease-in;
}
.news-content .news-btn a:hover {
   background-color: var(--sm-primary);
}
.news-content .news-desc p {
  margin-bottom: 10px;
  height:75px;
}

.news-img a img {
    object-fit: cover;
    max-height: 140px;
    width: 100%;
}
/*teacher Section */
.teacher-section{
padding-top: 40px;
padding-bottom: 25px;
background:#ffffff;
}


.teacher-title{
margin-bottom:70px;
}

.teacher-title h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#202c45;
}
.teacher-title h2::before{
	content:'';
	position:absolute;
	background:#d50d3f;
	width:200px;
	height:2px;
	bottom:-20px;
	text-align:center;
	left:30px;
}

.teacher-title h2::after{
	content:'';
	position:absolute;
	background:#202c45;
	width:15px;
	height:15px;
	bottom:-15px;
	text-align:center;
	transform:rotate(45deg);
	left:47%;
	bottom: -26px;
}
.our-team {
  padding: 40px 0 0px;
  margin-bottom: 30px;
  background-color: #f2f2f2;
  border-radius:5px;
  box-shadow:0 0 10px rgba(0,0,0,.2);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 160px;
  width: 160px;
  margin-bottom: 35px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: var(--sm-primary);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color:var(--sm-primary);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: 160px;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 5px var(--sm-info);
  transform: scale(0.88);
}

.our-team .title {
  display: block;
  font-size: 13px;
  color: var(--sm-white);
  font-weight:400;
  font-family: "SolaimanLipi", Poppins;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f2184f;
  position: absolute;
  bottom: -50px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 5px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #ffffff;
}


.team-content {
    background: var(--sm-primary);
    padding: 10px 0px 2px 0px;
    transition: all 0.5s ease 0s;
    height: 65px;
}
.team-content .name {
    color: var(--sm-white);
    font-size: 14px;
	transition: all 0.5s ease 0s;
	font-weight: 500 !important; 
	font-family: "SolaimanLipi", Poppins;
}

.team-content .title {
	  transition: all 0.5s ease 0s;
}



.stuff-section {
    padding-top: 40px;
    padding-bottom:25px;
}

.stuff-section .our-team {
  padding: 40px 0 0px;
  margin-bottom: 30px;
  background-color: #ffffff !important;
  border-radius:5px;
  box-shadow:0 0 10px rgba(0,0,0,.2);
  text-align: center;
  overflow: hidden;
  position: relative;
}

/*counter CSS */
.counter-section {
    padding-top: 40px;
    padding-bottom: 40px;
	background:#ffffff;
}
.counter{
    text-align: center;
    height: 210px;
    width: 210px;
    padding: 7px 4px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before{
    content: '';
    background-color: #f2f2f2;
    height: 157px;
    width: 157px;
    border-radius: 15px;
    border: 5px solid var(--sm-primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.counter .counter-icon{
    color: var(--sm-white);
    background: linear-gradient(var(--sm-secondary),var(--sm-secondary));
    line-height: 70px;
    font-size: 30px;
    height: 70px;
    width: 70px;
    margin: 0 auto 8px;
    border-radius: 19px 0 50px;
    transform: rotate(45deg);
}
.counter .counter-icon i{ transform: rotate(-45deg); }
.counter .counter-value{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    display: block;
	font-family: 'Poppins';
	color: var(--sm-text-color);
}
.counter h3{
    color:var(--sm-white);
    background: linear-gradient(var(--sm-primary),var(--sm-primary));
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 5px;
    margin: 0;
    border-radius: 0 0 20px 20px;
    position: relative;
}
.counter h3:before,
.counter h3:after{
    content: "";
    background: linear-gradient(to right bottom, transparent 49%,var(--sm-primary) 50%);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -2;
}
.counter h3:after{
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}



/* Footer CSS */
.top-footer{
	background:var(--sm-primary);
	padding-top:30px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}
.footer-area-1{}
.footer-area-1 img {
    width: 250px;
    height: 50px;
}

.footer-area-1 p{
	    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
        text-align: justify !important;
}
.social-icon ul{
	list-style:none;
	padding:0px;
}
.social-icon ul li a{
	background:#EDF5E1;
	margin-right:10px;
	border-radius:50%;
	font-size:16px;
	width:28px;
	height:28px;
	display:inline-block;
	text-align:center;
	line-height:28px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
}

.social-icon ul li a i.fa-facebook-f{
color:#3659a3
}
.social-icon ul li a i.fa-twitter{
color:#1d9bf0
}
.social-icon ul li a i.fa-youtube{
color:#c93226;
}
.social-icon ul li a:hover{
	background:var(--sm-secondary);
}
.social-icon ul li a:hover i{
	color:#ffffff;
}
.footer-area-1{
	padding-right:40px;
}
.footer-area-2{
	padding-left:0px;
}

.footer-area-1 h1,.footer-area-3 h1, .footer-area-2 h1, .footer-area-4 h1{
    color: #ffffff;
    font-size: 19px;
    border-left: 3px solid var(--sm-white);
    padding: 5px 10px;
    margin-bottom: 15px;
}
.contact-list, .important-list{
	list-style:none;
	color:#ffffff;
	padding:0px;
}
.contact-list li, .important-list li{
	display:block;
	margin-bottom:10px;
	-webkit-transition: all 0.3s linear;
	 -moz-transition: all 0.3s linear;
     transition: all 0.3s linear;
	
}
.contact-list li:hover, .important-list li:hover{
	padding-left:10px;
	
}
.contact-list li i{
	color:#ffffff;
	font-size:16px;
	width:20px;
	text-align:left;
	
}
.important-list li a i{
	color:#ffffff;
	font-size:16px;
	width:20px;
	text-align:left;
	
}

.contact-list li span{
    color: #ffffff;
    text-decoration: none;
	font-size:16px;
}

.important-list li a{
    color: #ffffff;
    text-decoration: none;
	font-size:16px;
}

.contact-list li span a.uonmokto{
text-decoration:none;
color:#fdbd1f;
font-size:18px;
font-weight:600;
}
.bottom-footer{
	padding:10px 15px;
	background:var(--sm-footer1);
}

.bottom-footer .copyright p, .bottom-footer .design p{
	margin-bottom:0px;
	color:#ffffff;
	font-family:'Poppins';
	font-size:14px;
}
.bottom-footer .design a{
	text-decoration:none;
	color:var(--sm-secondary);
	font-family:'Poppins';
	font-size:14px;
	font-weight:600;
}

/* vedio gellary */
.video-gallery{
	padding:40px 15px 40px 15px;
	background:#ffffff;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  background: rgba(0,0,0,.9);
  cursor: pointer;
  height:250px;
}

.gallery-item img {
  position: relative;
  display: block;
  opacity: .45;
  transition: opacity 0.35s, transform 0.35s;
   transform: scale(1.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
		  width:100%;
		  height:100%;
}

.gallery-item-caption {
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
   position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
   flex-direction:column;
}

.gallery-item-caption h2 {
  overflow: hidden;
  font-size: 20px;
    letter-spacing: 1px;
}
.gallery-item-caption a {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 40px;
    z-index: 2;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.gallery-item:hover img {
  opacity: .3;
  transform: scale(1.2);

}

/* library */
.library{
    padding-bottom:15px;
}
.library-books{
	margin-bottom:30px;
}
.library-books img{
	height:300px;
}
.library-books ul li {
    font-size: 14px;
    padding: 5px 5px 5px 8px;
}

/* notice page */
.search-box {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px;
}
.notice-search {
    margin-top: 40px;
    margin-bottom: 40px;
}
.noticecard{
	border-radius: 0px;
}
.noticecard .card-header{
	background:none;
	font-size: 16px;
    color: #202c45;
	font-family: "SolaimanLipi", Poppins;
}
.noticecard .card-body{
padding-top: 15px;
padding-bottom: 15px;
}
.select2-container--default .select2-selection--single {
    height: 35px !important;
    line-height: 1.42857143;
    padding: 5px 24px 5px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: 14px;
	font-family: "SolaimanLipi", Poppins;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 25px !important;
	font-family: "SolaimanLipi", Poppins;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0;
}
.form-control, .form-select {
    padding-left: 10px !important;
    font-family: "SolaimanLipi", Poppins;
    font-size: 14px;
}
.notice-label{
	font-family: "SolaimanLipi", Poppins;
    font-size: 15px;
}
.datepicker {
    padding: 6px !important;
}

.news-btn button {
    display: inline-block;
    margin-left: auto;
    padding: 4px 20px;
    font-size: 14px;
    text-decoration: none;
    background-color: var(--sm-secondary);
    color: var(--sm-white);
    letter-spacing: 1px;
    border-radius: 5px;
    transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	font-family: "SolaimanLipi", Poppins;
	outline:none;
	border:0px;
}

.notice-table {
    font-family: 'poppins';
}
.notice-table .dataTable.no-footer{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.notice-table .dataTables_wrapper .dataTables_length{
	margin-bottom: 30px;
}
.notice-table .table>thead tr {
    vertical-align: bottom;
    font-size: 13px;
    font-weight: normal !important;
}
.notice-table .table>tbody tr td{  
    font-size: 14px;
}
.notice-table .table>tbody tr{  
background:transparent !important;
}
.table>tbody tr:hover{  
background:none !important;
}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 0px solid rgba(0, 0, 0, 0.3);
    background: #f2184f;
}
.notice-table .dataTables_wrapper .dataTables_paginate {
    padding-top: 15px;
}
.notice-table .dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow:  0 0 0 0!important;
}
.notice-table .dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: 0 0 0 0!important;
}
.notice-table .dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: 0 0 0 0!important;
}
.notice-table .dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow:  0 0 0 0 !important;
}
.notice-table .dataTable.stripe>tbody>tr.even>*, table.dataTable.display>tbody>tr.even>* {
    box-shadow: 0 0 0 0!important;
}
.notice-space {
    margin-top: 40px;
}

.deletebtn {
    color: #ffffff;
    font-weight: bold;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    padding: 1px 5px;
    border-radius: 4px;
}
.deletebtn:hover {
    color: #ffffff;
    
}
.notice-label span{
    color: red;
    font-size: 12px;
    font-weight: 900;
}

/* student search */
.probox{
    padding-left:5px;
    padding-right:5px;
    width:16.66%;
}


.profile-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom:120px;
}

.profile-box{
  padding:10px;
  background:#ffffff;
  
}

.profile-box .box-shape{
  color: var(--sm-white);
  text-align: center;
 bottom:-90px;
 left:0;
 right:0;
padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  position: absolute;
background: var(--sm-primary);
}
.profile-box .box-shape:after, .profile-box .box-shape:before {
  content: "";
  height: 0;
  width: 0;
  top: -20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
 
}
.profile-box .box-shape:before {
  border-left: solid 5px transparent;
  border-right: solid 5px var(--sm-primary);
  border-bottom: solid 10px var(--sm-primary);
  border-top: solid 10px transparent;
  left: 0;
}
.profile-box .box-shape:after {
  border-right: solid 5px transparent;
  border-left: solid 5px var(--sm-primary);
  border-bottom: solid 10px var(--sm-primary);
  border-top: solid 10px transparent;
  right: 0;
}

.box-shape h3 {
    font-size: 13px !important;
     margin: 0px;
    padding: 0px;
	line-height:22px;
	font-family: "SolaimanLipi", Poppins;
	font-weight:500px;
}



.box-shape h4 {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
	line-height:22px;
	font-family: "SolaimanLipi", Poppins;
}
.alert {
    font-family: "SolaimanLipi", Poppins;
}

/* notice details page css */

.viewbtn{
	color:var(--sm-white);
	font-weight:bold;
	background: linear-gradient(to right, #02e3ab, #03a1ce);
	padding:1px 5px;
	border-radius:4px;
}
.viewbtn:hover{
	color:var(--sm-white);
}

.noticepost-title {
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 10px;
}

.noticepost-title h3 {
    border-left: 3px solid var(--sm-secondary);
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 600;
}
.noticepost-title p {
     font-family: "SolaimanLipi", Poppins;
    color: var(--sm-secondary);
    font-size: 16px;
    font-weight: 500;
    padding-left: 13px;
	margin-bottom:0px;
}

.noticepost-content {
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
     padding-bottom: 15px;
}



.noticepost-file {
    margin-top: 30px;
}

.latest-notice .list-group .active {
    font-family: "SolaimanLipi", Poppins;
    font-size: 16px;
    font-weight: 500;
    background: var(--sm-secondary);
    border: 1px solid var(--sm-secondary);
}
.latest-notice .list-group .notice-list {
    font-size: 15px;
    font-weight: 600;
}

.latest-notice .list-group .notice-list:hover {
    background:none !important;
    color:var(--sm-secondary);
}

.details-contant {
    padding: 10px 10px;
}

.details-btn {
    background: var(--sm-secondary);
    font-family: "SolaimanLipi", Poppins;
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
}
.notice-table{
    padding:15px;
}
.notice-table .table{
    border: 1px solid #dee2e6;
    border-right:none;
}
.notice-table .table thead{
     border-bottom: 1px solid #dee2e6;
}
.notice-table .table thead th, .notice-table tfoot th {
    border-left:none;
    border-color:#dee2e6;
}

.notice-table tbody td{
    border-left:none;
     border-color:#dee2e6;
}

.notice-table .dataTable.no-footer {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
    border-top: 1px solid #dee2e6; 
}

.notice-table .dataTable.no-footer {
     border-bottom: 1px solid #dee2e6;
}

 #v-pills-tab .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--sm-white);
    background-color: var(--sm-primary);
    border-radius:0px;
    border-radius: 0px;
    font-family: "SolaimanLipi", Poppins;
    font-weight: 400;
} 
#v-pills-tab .nav-link {
    padding: 10px 20px;
    color: var(--sm-text-color);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    font-family: "SolaimanLipi", Poppins;
    font-weight: 400;
}

.edit-button {
    text-align: right;
    padding: 6px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #ebebeb;
}

.edit-button span {
    font-size: 15px;
    font-weight: 500;
    color: #222c3c;
    font-family: 'Poppins';
}

.view-table tr th {
    font-family: 'Poppins';
    font-weight: 400;
}
.view-table tr td {
    font-family: 'Poppins';
}
.address {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    color: #222c3c;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 15px;
     font-family: 'Poppins';
}  

.event-image img {
    width: 100%;
    height: auto;
}

.event-image {
    margin-top: 30px;
}

.drivelink a {
    background: #f2184f;
    font-family: 'Poppins';
    color: #ffffff;
}

.drivelink {
    margin-top: 30px;
}

.drivelink a:hover {
    color: #ffffff;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}


/* about Page */
.about-section{
    padding:40px 10px 15px 10px;
}
.about-accordion {
    padding-left: 0px;
    padding-bottom: 25px;
}
.about-accordion .accordion-button {
    padding: 10px 1.25rem;
    font-size: 16px;
	font-weight:600;
    color: var(--sm-text-color);
    text-align: left;
}

.about-accordion .accordion-button:not(.collapsed) {
    color: var(--sm-white);
    background-color: var(--sm-primary) !important;
    box-shadow: inset 0 0 0!important;
	font-size: 15px;
}

.about-accordion .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.about-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
    content: ' \2212';
    font-size: 25px;
    color: var(--sm-white);
    width: 0px;
    font-weight: 600;
    line-height: 20px;
    margin-right:10px;
}

.about-accordion .accordion-button::after {
        content: ' \002B';
    font-size: 25px;
    color: var(--sm-text-color);
    width: 0px; 
    font-weight: 600;
    margin-right:10px;
    transform: rotate(0deg) !important;
}

.about-document {
    height:400px;
	position: relative;
	margin-bottom:30px;
}
.about-document::before {
    background: rgba(0,0,0,0.85);
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.about-video {
    position: relative;
    height: 370px !important;
    flex-direction: column;
}
.about-accordion .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
}

/* admission form*/
.admission-form {
    padding-top: 50px;
    padding-bottom: 65px;
}


.admission-card{
 border: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);  
    padding:20px;
} 

.admission-form {
    padding-top: 50px;
    padding-bottom: 60px;
}

.admission-title h2 {
    text-align: center;
    color: var(--sm-white);
    font-weight: 500;
    font-size: 17px;
    font-family: "SolaimanLipi", Poppins;
    text-transform: uppercase;
    background: var(--sm-primary);
    width: 230px;
    margin: auto;
    border-radius: 35px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}

.admission-title {
    margin-bottom: 20px;
    margin-top: 15px;
}
.section-head {
    background: var(--sm-primary);
    padding: 5px 15px;
    color: var(--sm-white);
    font-size: 14px;
    font-weight: 500;
}

.section-body {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: none;
    padding: 15px;
}

.section-box {
   font-family: "SolaimanLipi", Poppins;
}

.section-body label{
color: #444444;
margin-bottom: 3px;
font-size: 15px;

}

.form-label span {
    color: red;
    font-size: 12px;
}


.btnstyle {
    background: var(--sm-secondary);
    color: var(--sm-white);
    font-weight: 400;
    padding: 5px 20px;
    font-family: "SolaimanLipi", Poppins;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.previus-school>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.previus-school>thead {
    vertical-align: bottom;
    border-bottom: 0px solid #eaeef3 !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0;
}

.msg-box p {
    font-size: 17px;
    margin-bottom: 10px;
}
.msg-box p span {
    
    font-size: 17px;
    color: red;
    margin-right:5px;
    margin-left:10px;
}

    .attach-file ul {
    list-style: none;
}
.attach-file ul li {
    font-size: 14px;
    line-height: 30px;
    font-family: "SolaimanLipi", Poppins;
}
.attachment {
   font-family: "SolaimanLipi", Poppins;
    font-size: 16px;
    font-weight:500;
}


.btnstyle:hover {
    color: #ffffff;
}

.flatpickr-calendar.open {
    font-family: "SolaimanLipi", Poppins;
}

.alert{
  padding-top:10px;
  padding-bottom:10px;
  font-size:17px;  
}

.datepicker-days {
    font-family: "SolaimanLipi", Poppins !important;
    font-size: 16px;
}

.dropdown-menu {
    min-width: 13rem !important;
}

.datepicker table {
    width: 100%;
}

.datepicker-switch {
    font-size: 15px;
    font-weight: 600;
}
.dow {
    font-size: 14px;
    font-weight: 600;
}

.header-top ul .dropdown a,.header-top-right2 ul .dropdown a {
    font-family: "SolaimanLipi", Poppins;
    font-size: 14px;
}

.header-top ul .dropdown li a,.header-top-right2 ul .dropdown li a{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    margin-left: 0px;
    font-size:14px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
    background:var(--sm-white);
    color:#202c45 !important;
}

.header-top ul .dropdown li a:hover,.header-top-right2 ul .dropdown li a:hover{
   background:#e9ecef;
    color:var(--sm-nav-hover) !important;
    padding-left:15px;
}

.nav-link:focus, .nav-link:hover {
    color: #000000;
}

.header-top ul .dropdown a:focus {
    color: var(--sm-white) !important;
}

/* counter */
#error_db3a3f9030ae2f85c2bda80cf8a53092bb898587 {
    display: none;
}
.counterimg {
    /* width: 26%; */
    display: inline-block;
    margin-top: -25px;
}







.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075); 
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0;
    font-family: 'Poppins';
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626;
    font-family: 'Poppins';
}

.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
    font-family: 'Poppins';
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #202c45;
    color: #fff;
}

    .nav-tabs > li a.active, .nav-tabs > li a.active:focus, .nav-tabs > li a.active:hover {
    color: #ffffff;
    cursor: default;
    background-color: #e01245;
    border-bottom-color: transparent;
}
.nav-pills > li > a, .nav-tabs > li > a {
    font-size: 14px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    position: relative;
    display: block;
    padding: 5px 20px;
    border-radius: 2px 2px 0 0;
    margin-right: 7px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #ececec;
    color: #00335a;
    text-decoration:none;
    font-family:'Poppins';
    font-weight:500;
}
.custom-tab .nav-tabs {
    border-bottom: 2px solid #e01245;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #202c45;
    color: white;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-family: 'Poppins';
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    font-family: 'Poppins';
    color:#000000;
}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button{
    border: 1px solid var(--sm-secondary);
    padding: 0.375rem 0.75rem;
	}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid var(--sm-secondary);
	}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    border: 1px solid var(--sm-secondary);
}	
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid var(--sm-secondary);

}
.notice-table .dataTables_wrapper .dataTables_filter input:focus {
    outline: none !important;
}
.notice-table .table>tbody tr td {
    font-size: 14px;
   
}
.notice-table .table>thead tr th {
    font-size: 14px;
     font-weight:600;
}

.alert {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px 10px;
}






.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075); 
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    outline: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 0;
    font-family: "SolaimanLipi", Poppins;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #262626;
    font-family: "SolaimanLipi", Poppins;
}

.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
    font-family: "SolaimanLipi", Poppins;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: var(--sm-primary);
    color: var(--sm-white);
}

    .nav-tabs > li a.active, .nav-tabs > li a.active:focus, .nav-tabs > li a.active:hover {
    color: var(--sm-white);
    cursor: default;
    background-color: var(--sm-primary);
    border-bottom-color: transparent;
}
.nav-pills > li > a, .nav-tabs > li > a {
    font-size: 14px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    position: relative;
    display: block;
    padding: 5px 20px;
    border-radius: 2px 2px 0 0;
    margin-right: 7px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #ececec;
    color: #00335a;
    text-decoration:none;
    font-family: "SolaimanLipi", Poppins;
    font-weight:500;
}
.custom-tab .nav-tabs {
    border-bottom: 2px solid var(--sm-primary);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--sm-primary);
    color: var(--sm-white);
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-family: "SolaimanLipi", Poppins;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    font-family: "SolaimanLipi", Poppins;
    color:var(--sm-text-color);
}

.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button{
    border: 1px solid var(--sm-secondary);
    padding: 0.375rem 0.75rem;
	}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #25374f !important;
    border: 1px solid var(--sm-secondary);
    background: var(--sm-secondary)!important;
	}
.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #ffffff !important;
    border: 1px solid var(--sm-secondary);
    background: var(--sm-secondary);
}	
	.notice-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid var(--sm-secondary);
    background: var(--sm-secondary) !important;
}
.notice-table .dataTables_wrapper .dataTables_filter input:focus {
    outline: none !important;
}
.notice-table .table>tbody tr td {
    font-size: 14px;
   
}
.notice-table .table>thead tr th {
    font-size: 14px;
     font-weight:600;
}

.alert {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px 10px;
}

    .service-section2{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .service-section{
        background:#ffffff;
        padding:35px 0px 50px 0px;
    }
    
.service-box {
    background: #f2f2f2;
    margin: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.service-img img {
    width: 70px !important;
   height: 70px;
   
}

.service-content h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
     color: var(--sm-text-color);
}  

.service-list {
    list-style: none;
}
.service-list-item {
    margin-bottom: 7px;
}
.service-list-item a {
    color: var(--sm-text-color);
    font-size: 15px;
    text-decoration: none;
    line-height:20px;
}
.service-list-item a i {
    color: var(--sm-secondary);
    margin-right: 10px;
    font-size: 14px;
}
.info-box1 {
    box-shadow: 0px 0px 7px rgb(0 0 0 / 30%);
    background: #ffffff;
    text-align: center;
    padding: 35px 15px;
    margin-top: 25px;
       transition:all .3s ease-in-out;
}

.info-box1:hover{
       transform: translateY(-10px);
}

.info-box1:hover.info-box1 a i{
    background:var(--sm-primary);
    color:var(--sm-white);
     border: 2px solid var(--sm-primary);
}

.info-box1 a {
    text-decoration: none;
    color: var(--sm-text-color);
    font-weight: 600;
    font-size: 16px;
     transition:all .5s ease-in-out;
}
.info-box1 a i {
    color: var(--sm-secondary);
    font-size: 30px;
    border: 2px solid var(--sm-secondary);
    width: 70px;
    height: 70px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
     transition:all .7s ease-in-out;
}
.info-box1 a p {
    margin:15px 0px 0px 0px;
}


.stucounter-section{
    background:#f2f2f2;
    padding-top: 40px;
    padding-bottom: 35px;
}
.stucounter {
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding:5px;
    margin: auto;
    margin-bottom: 30px;
    background: var(--sm-primary);
    transition:all .5s ease-in-out;
}



.stucounter:hover{
       transform: translateY(-10px);
        background: var(--sm-secondary);
}

.stucounter-box {
    border-radius: 50%;
    height: 140px;
    padding-top:30px;
    background:#ffffff;
}
.stucounter-box span {
    font-size: 30px;
    font-weight: 600;
    color: var(--sm-secondary);
}
.stucounter-box p {
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--sm-text-color);
}

.photo-gallery{
    padding:35px 15px;
    background:#f2f2f2;
}


.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 10px;
}
.gallery-item2 {
    flex-basis: 24.6%;
    margin-bottom: 6px;
    cursor: pointer;
    position: relative;
    overflow:hidden;
    transition:all .7s ease-in-out;
	height:240px;
}

.gallery-item2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all .7s ease-in-out;
       transform: scale(1);
}
.gallery-item2 img:hover {
    transform: scale(1.2);
}
.gallery-content {
    position: absolute;
    bottom: -16px;
    color: #ffffff;
    left: 0px;
    font-size: 15px;
    background: rgba(24,69,93,0.8);
    right: 0px;
    text-align: center;
    padding: 5px 3px;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
    z-index:1000;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 992px) {

    .gallery-item2 {
        flex-basis: 32.8%;
        margin-bottom: 6px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (max-width: 767px) {

    .gallery-item2 {
        flex-basis: 49.5%;
        margin-bottom: 6px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 575px) {
    .gallery-item2 {
        flex-basis: 100%;
        margin-bottom: 6px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

.member-image img {
    width: 150px;
    border-radius:50%;
    height:150px;
    box-shadow: 0 2px 7px rgba(0,0,0,.5);
}

.member-image {
    text-align: center;
    margin-top:30px;
     margin-bottom:5px;
}

.member-name {
    font-size: 15px;
    font-weight:500;
    margin-bottom:3px;
}

.member-designation {
margin-bottom:0px;
font-weight:500;
font-size:15px;  
}

.member .list-group-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size:15px;
    text-align:center;
}
.member-btn{
    margin-top:5px;
     margin-bottom:10px;
}
.member-btn a {
    text-decoration: none;
    background: var(--sm-secondary);
    color: var(--sm-white);
    padding: 6px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    transition:all .5s ease-in;
}

.member-btn a:hover {
    background: var(--sm-primary);
   
}

.list-title{
    font-size:18px !important;
    font-family: 'SolaimanLipi', Poppins;
    font-weight:600;
}
.dropdown-menu {
    padding: 0rem 0;
}

.notice-search .card-header{
     background: var(--sm-primary) !important;
     color:var(--sm-white) !important;
}

.notice-title-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 10px;
}
.notice-title-box h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "SolaimanLipi", Poppins;
    margin: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #666;
}

.stucounter-section .nav-tabs .nav-link {
    background: rgba(82, 131, 100, .5);
    color: #ffffff;
    margin-right: 5px;
}
.stucounter-section .nav {
	justify-content:center;
	margin-bottom: 40px;
}

.stucounter-section .nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
}

.stucounter-section .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.stucounter-section .nav-tabs .nav-item.show .nav-link, .stucounter-section .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: rgb(82, 131, 100);
}

