/*================================
Import Google Fonts
================================*/

@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:500');

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipiNormal.eot');
    src: url('../fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolaimanLipiNormal.woff2') format('woff2'),
    url('../fonts/SolaimanLipiNormal.woff') format('woff'),
    url('../fonts/SolaimanLipiNormal.ttf') format('truetype'),
    url('../fonts/SolaimanLipiNormal.svg#SolaimanLipiNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SolaimanLipi.woff2') format('woff2'),
    url('../fonts/SolaimanLipi.woff') format('woff'),
    url('../fonts/SolaimanLipi.ttf') format('truetype'),
    url('../fonts/SolaimanLipi.svg#SolaimanLipi') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-weight: 400;
    line-height: 1.6;
    font-family: SolaimanLipi, sans-serif;
    font-size: 18px;
    /* background-image: url(../img/body-bd.png); */
    background-repeat: repeat;
	background-attachment: fixed;
}

.main-wrap {
    /* width: 1170px; */
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 3px 3px 1px #555;
    overflow:hidden;
}
a {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: 'Hind Siliguri', SolaimanLipi, sans-serif;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;

}
.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.ptb-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70p {
    padding-bottom: 70px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-35{
    padding-top: 35px !important;
}
.top-section-2 {
	background: #10739d;
}

.mb-30 {
    margin-bottom: 30px;
}

.banner-sections {
	background: #006c6c;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-sections .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
}

/* .banner-area {
	height: 141px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: auto;
	margin: 10px 0px 0px;
} */

.banner-area img {
    width: 100%;
}

.banner-text {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    margin-top: 12px;
}

.banner-text .text {
    margin-left: 125px;
}

.banner-text h1 {
    font-size: 50px;
    color: white;
    text-shadow: 4px 8px 5px #000;
    line-height: 0.7;
    margin-top: 27px;
}

.banner-text h2 {
    font-size: 28px;
    line-height: 1.3;
    text-shadow: 2px 3px 0px #000;
}

.banner-text h4 {
    color: #050505;
    background: #fff;
    display: inline-block;
    padding: 0px 9px;
}

.banner-text h5 {
    color: #f2f20e;
    text-shadow: 4px 4px 5px #000;
    background: #333333b3;
    display: inline-block;
    padding: 2px 11px;
}


.top-section-2 .contact-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-section-2 .contact-bar ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 14px;
}

.top-section-2 .contact-bar ul li i {
    color: #fff;
    margin-right: 8px;
}

.top-section-2 .contact-bar.login ul li i {
    color: #fff;
}

.top-section-2 .contact-bar.login {
    padding-bottom: 2px;
    text-align: right;
    margin-right: -20px;
}

top-section-2 .contact-bar.login ul li i {
    color: #EE2C3C;
}

top-section-2 .contact-bar.login {
    text-align: right;
}


/* Menu 2*/

.menu-section-2 {
	background: #b33a3a;
}
.banner-text .logo img {
    width: 100px;
    height: auto;
}

.banner-text .logo {
    float: left;
    margin-top: 20px;
}

.menu-section-2 .menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;

}

.menu-section-2 .menu ul li {
	float: left;
	margin-right: 2px;
	position: relative;
	z-index: 99;
}

.menu-section-2 .menu ul li a {
	display: block;
	text-decoration: none;
	padding: 12px;
	color: #fff;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 20px;
}

#current-menu-item a {
    background: #EE2C3C;
    color: #333;
}

.menu-section-2 .menu ul li:hover > a {
	color: #fff;
	background: #e85c5c;
}

/*submenu*/

.menu-section-2 .menu ul li ul.submenu {
    left: 0;
    position: absolute;
    top: 120%;
    width: 220px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 4px 6px 2px #bfbfbf;
    z-index: 2;
}

.menu-section-2 .menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.menu-section-2 .menu ul li ul.submenu li a:hover {
    color: #fff;
}

.menu-section-2 .menu ul li ul.submenu li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #ddd;

}

.menu-section-2 .menu ul li ul.submenu li a {
    padding: 7px 15px;
    color: #333;
    text-transform: capitalize;
    font-weight: normal;
}


/*Three Lavel menu*/

.menu-section-2 .menu ul li ul.submenu li ul.submenu {
    left: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.menu-section-2 .menu ul li ul.submenu li:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
}

.slicknavmenu {
    display: none;
}



/* Dropdown arrow icon with in function php class*/
.dropdown-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	transform: rotate(45deg);
	vertical-align: middle;
	margin-top: -3px;
}

/* Active menu styling */
.parent-menu.active {
    color: #ce6611;  /* active color */
    font-weight: bold;
}

/* বর্তমান (Active) মেনু আইটেম */
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a,
.parent-menu.active {
    color: #f0f0f0 !important; /* তোমার পছন্দের রঙ */
    text-decoration: underline;
    background-color: #e44f4f; /* হালকা ব্যাকগ্রাউন্ড */
}
/*=============================



/*Social List*/

.social-list-2 {
    text-align: right;
    margin: 30px 0;
}

.social-list-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-list-2 ul li {
    display: inline-block;
    margin-left: 15px;
}

.social-list-2 ul li a {
    color: #fff;
    font-size: 18px;
}

.slicknav_menu {
    display: none;
}

span.btn a {
    color: #fff;
    /* background-color: #1F406D; */
    padding: 15px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    border: 3px solid #fff;
}

span.btn a:hover {
    background-color: #1F406D;
    border: 3px solid #1F406D;
}

span.btnr a {
    color: #fff;
    background-color: #EE2C3C;
    padding: 5px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
    border: 3px solid #EE2C3C;
    font-weight: 500;
    text-decoration: none;
}

span.btnr a:hover {
    background-color: #000;
    border: 3px solid #000;
}

.history-section .item .photo {
    width: 115px;
    height: 115px;
    margin: 10px auto 7px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.history-section .item {
	min-height: 480px;
}
.history-section .item h3 {
    position: relative;
    background: #005422;
    color: #fff;
    padding: 12px;
	font-size: 22px;
}

h5 a.button {
    background: #2C97EA;
    color: #fff !important;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 18px;
    float: right;
    transition: all 0.3s ease 0s;
}

h5 a.button:hover {
    background: #FF9600;
}

.history-section .item {
    overflow: hidden;
    min-height: 425px;
    background: #f6f6f6;
    box-shadow: 0px 0px 2px 0px #999;
}

.history-section .item .text {
	padding: 5px 15px 15px 15px;
	display: block;
	overflow: hidden;
}

.chiarman .item h3 {
    background: #FF9600;
}

.history .item h3 {
    background: #2C97EA;
}

.principal .item h3 {
    background: #FF9600;
}

/*=============================
Notice Ticker
==============================*/

.news-fid h4 {
    font-family: 'Hind Siliguri', SolaimanLipi, sans-serif;
}

.news-fid .item {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 15px;
    background: #f6f6f6;
}

.news-fid .item h5 a {
    color: #444;
    font-size: 18px;
    text-decoration: none;
}

.news-fid .item h5 a:hover {
    color: #000;
}

/*New-Owl*/

.news-fid .owl-nav.disabled {
    display: block !important;
}

.news-fid .owl-nav .owl-prev,
.news-fid .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    right: -5px;
    font-size: 16px;
    background: #2C97EA;
    color: #fff;
    padding: 0px 8px;
    margin: 5px;
    transition: all 0.4s;
}

.news-fid .owl-nav .owl-prev {
    margin-right: 35px;
}

.news-fid .owl-nav .owl-prev:hover,
.news-fid .owl-nav .owl-next:hover {
    background: #FF9600;
}

ul#news {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#news li i {
    color: #2C97EA;
    margin-right: 5px;
}

ul#news li a {
	color: #444;
	font-size: 18px;
	text-decoration: none;
	margin-left: 12px;
	display: inline-block;
}

ul#news li a:hover {
    color: #000;
}

.notice-area {
	border-bottom: 1px solid #555;
	background: #fff;
}

.news-fid.notice-board .item img {
    float: left;
    width: 90px;
    height: 80px;
}

.news-fid.notice-board .text {
	margin-left: 100px;
}
.text.noticeme{
	position: relative;
	margin-left: 20px !important;
}

.text.noticeme::before {
	position: absolute;
	left: -88px;
	top: 50px;
	content: "নোটিশ বোর্ডঃ";
	transform: rotate(-90deg);
	font-size: 25px;
	color: red;
	border: 1px solid #555;
	padding: 1px 8px;
	line-height: 1;
}
span.datemd {
	font-size: 14px !important;
	color: #555;
}
.item.noticeme {
	border: 1px solid #ff9600;
	overflow: hidden;
	padding: 0px 23px;
	background: #f6f6f6;
}

.notice-ticker h3 {
	position: relative;
	color: #fff;
	z-index: 19;
	font-size: 16px;
	overflow: hidden;
	display: block;
	background: #333;
	line-height: 40px;
	margin: 0;
	padding: 0 4px;
}
.notice-text ul{
	margin:0;
	padding:0;
	list-style:0;
	line-height:1.6;
}
.notice-text {
    overflow: hidden;
}

.notice-text marquee {

}
.notice-ticker {
	position: relative;
	width: 100px;
	float: left;
}

.notice-ticker::before {
	position: absolute;
	left: 85px;
	top: 25%;
	width: 20px;
	height: 20px;
	background: #333;
	content: "";
	transform: rotate(45deg);
	z-index: 1;
}



.notice-bar-lay {
  display: flex;
  align-items: center;
  background: #fff;
  border-top: 3px solid green;
  font-family: "SolaimanLipi", sans-serif;
  overflow: hidden;
  height: 35px;
}

.notice-title-lay {
  background: #333;
  color: #fff;
  padding: 6px 10px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.notice-title-lay::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #333;
}

.notice-marquee-lay {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.notice-marquee-lay ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: scroll-left-lay 20s linear infinite;
}

.notice-marquee-lay:hover ul {
  animation-play-state: paused; /* Hover করলে স্ক্রল থেমে যাবে */
}

.notice-marquee-lay li {
  display: inline;
  padding: 0 20px;
  color: #333;
  font-size: 15px;
}

.notice-marquee-lay li a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.notice-marquee-lay li a:hover {
  color: #d00;
}

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


.contents-area {
    background-color: #fff;
}

.contents-area {
    background: #fff;
}

.slider .item {
    position: relative;
}

.slider .item .text img {
	object-fit: cover;
	height: 520px;
	width: 100%;
}


/*welcome card*/
.welcome-card-lay {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #e0edf4;
  overflow: hidden;
}

.welcome-header-lay {
  background: #005f80;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.welcome-body-lay {
	padding: 15px;
	color: #003333;
	font-size: 15px;
	line-height: 1.6;
	height: 350px;
}

.welcome-body-lay p {
  margin: 0;
  font-size: 20px;
}





/*marquee box*/
/* ----- Card Style Marquee 2 ----- */
.notice-card2-lay {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #e0edf4;
}

.notice-header2-lay {
  background: #005f80;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.notice-marquee2-lay {
	height: 350px;
	overflow: hidden;
	position: relative;
}

.notice-marquee2-lay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  animation: scroll-up2 12s linear infinite;
}

.notice-marquee2-lay:hover ul {
  animation-play-state: paused; /* Hover করলে থামবে */
}

.notice-marquee2-lay li {
  padding: 10px;
  margin: 0;
  background: #006c6c;
  color: #fff;
  border-bottom: 1px solid #004c4c;
}

.notice-marquee2-lay li a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.notice-marquee2-lay li a:hover {
  text-decoration: underline;
}

@keyframes scroll-up2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); } /* seamless effect এর জন্য ৫০% */
}


/*useful links*/

.useful-links-card {
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #e0edf4;
	overflow: hidden;
	height: 350px;
}

.useful-links-header {
  background: #005f80;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.useful-links-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.useful-links-body li {
  border-bottom: 1px solid #ccc;
}

.useful-links-body li:last-child {
  border-bottom: none;
}

.useful-links-body a {
  display: block;
  padding: 10px 15px;
  color: #005f80;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.useful-links-body a .arrow {
  color: #006c6c;
  margin-right: 8px;
}

.useful-links-body a:hover {
  background: #006c6c;
  color: #fff;
}

.useful-links-body a:hover .arrow {
  color: #fff;
}





/*Head teature info*/

.custom-card {
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	background: #e0edf4;
	height: 350px;
}

.custom-card-header {
  background: #005f80; /* হেডার কালার */
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

.custom-card img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border: 3px solid #4AB866;
	margin-top: 10px;
}

.custom-card .btn-success {
  background: #4AB866;
  border-color: #4AB866;
}

.custom-card .btn-success:hover {
  background: #3a9b52;
  border-color: #3a9b52;
}

/*teature box card*/
.flip-card {
            perspective: 1000px;
            /* width: 300px; */
            height: 400px;
        }

        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        .flip-card:hover .flip-card-inner {
            transform: rotateY(180deg);
        }

        .flip-card-front,
        .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

.flip-card-front {
	background: linear-gradient(45deg, #07db82 0%, #0d4b60 100%);
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
        .flip-card-back {
            background: linear-gradient(45deg, #ee9ca7 0%, #ffdde1 100%);
            color: #333;
            transform: rotateY(180deg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

.profile-img {
	width: 150px !important;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	border: 5px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 20px;
}

        .social-icons a {
            color: #333;
            margin: 0 10px;
            font-size: 24px;
            transition: transform 0.3s ease;
        }

        .social-icons a:hover {
            transform: scale(1.2);
        }

        @keyframes wave {
            0% {
                transform: rotate(0deg);
            }

            10% {
                transform: rotate(14deg);
            }

            20% {
                transform: rotate(-8deg);
            }

            30% {
                transform: rotate(14deg);
            }

            40% {
                transform: rotate(-4deg);
            }

            50% {
                transform: rotate(10deg);
            }

            60% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(0deg);
            }
        }

        .waving-hand {
            display: inline-block;
            animation: wave 2.5s infinite;
            transform-origin: 70% 70%;
        }


.owl-item .item.marging {
	margin-top: 40px;
	margin-bottom: 40px;
}


.team-carousel .owl-nav.disabled {
    display: block !important;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: -40px;
    right: -5px;
    font-size: 16px;
    background: #2C97EA;
    color: #fff;
    padding: 0px 8px;
    margin: 5px;
    transition: all 0.4s;
}

.team-carousel .owl-nav .owl-prev {
    margin-right: 35px;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #FF9600;
}

/* Statistick countdown */

.stats-section {
  position: relative;
  /* background: url('your-bg-image.jpg') no-repeat center center/cover; */
  color: #fff;
}

.stats-section {
	background-color: #005f80;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.stats-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Opacity Color */
  z-index: 1;
}

.stats-section .container {
  position: relative;
  z-index: 2;
}

.stat-box {
  background: #199999d1;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.stat-box:hover {
	background: rgb(39, 142, 141);
}

.stat-box i {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
  color: #FFD700;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 16px;
  font-weight: 500;
}



/* Slider main */


.slider .item .text p {
    background: #0009;
    bottom: 0;
    position: absolute;
    display: block;
    color: #fff;
    margin: 0;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
}

/*======================
Owl nav
=======================*/

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 32px;
    top: 20px;
    right: 30px;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    -webkit-transition: all 0.4s;
    opacity: 0.2;
    transition: all 0.4s;
}

.slider .owl-nav .owl-prev {
    right: 70px;
}

.slider:hover .owl-nav .owl-prev,
.slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-next:hover {
    background: #333;
    color: #fff;
}

.notice-text ul {
    list-style-type: none;
    padding-top: 6px;
    margin-top: -5px;
}

.notice-text ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.notice-text ul li::before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #EE2C3C;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: -22px;
}

.notice-text ul li a {
    text-decoration: none;
    color: #333;
}

.notice-text ul li a:hover {
    color: #da5509;
}


.sidebar-menu ul,
.sidebar.home-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #222;
    transition: all 0.4s ease 0s;
}

.sidebar.home-text ul li a {
	color: #333;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	border-bottom: 1px solid #ddd;
	transition: all 0.4s ease 0s;
	line-height: 1.2;
}

.sidebar.home-text ul li a:hover {
    background: #FF9600;
    color: #fff;
}

.home-text h3 {
    position: relative;
    background: #2C97EA;
    color: #fff;
    padding: 12px;
    margin: 0;
}


.sidebar {
    margin-bottom: 30px;
    background: #f6f6f6;
    box-shadow: 0px 0px 2px 0px #999;
}

.sidebar-mail img {
    width: 150px;
}


/* contact section. */
.contact-section {
  background: #f9f9f9;
  padding: 60px 0;
}

.contact-heading {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-style-5 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #10739d;
    padding: 10px 20px;
    border: 2px solid #10739d;
    position: relative;
    transition: 0.3s ease;
}
/* .heading-style-5::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #199999;
    z-index: -1;
    transition: all 0.3s ease;
} */
/* .heading-style-5:hover {
    color: #fff;
    background: #10739d;
} */

.heading-underline {
  width: 60px;
  height: 4px;
  background: #4AB866;
  margin: 10px auto 20px;
  border-radius: 2px;
}

/* Contact Item Modern */
.contact-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-item .icon {
	width: 50px;
	height: 50px;
	border-radius: 20%;
	background: #4AB866;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.contact-item .icon i {
  color: #fff;
  font-size: 20px;
}

.contact-item .content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.contact-item .content p {
	margin: 2px 0 0;
	font-size: 15px;
	color: #555;
}

/* Social Links */
.contact-social {
  margin-top: 15px;
}

.contact-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #4AB866;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
}

.contact-social a:hover {
  background: #333;
}



/* Contact form */

/* Fullwidth Smart Design for Contact Form 7 */
.smart-contact-form {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-family: 'Arial', sans-serif;
    box-sizing: border-box;
}

/* Input fields */
.smart-contact-form input[type="text"],
.smart-contact-form input[type="email"],
.smart-contact-form input[type="tel"],
.smart-contact-form textarea,
.smart-contact-form select {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: #f9f9f9;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.smart-contact-form input[type="text"]:focus,
.smart-contact-form input[type="email"]:focus,
.smart-contact-form input[type="tel"]:focus,
.smart-contact-form textarea:focus,
.smart-contact-form select:focus {
    border-color: #199999;
    box-shadow: 0 0 6px rgba(25,153,153,0.4);
    outline: none;
    background: #fff;
}

/* Textarea */
.smart-contact-form textarea {
    height: 180px;
    resize: none;
}

/* Submit Button */
.smart-contact-form input[type="submit"] {
    background: #199999;
    color: #fff;
    border: none;
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease, transform 0.2s ease;
}

.smart-contact-form input[type="submit"]:hover {
    background: #10739d;
    transform: translateY(-2px);
}

/* Response Message */
.smart-contact-form .wpcf7-response-output {
    margin-top: 20px;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 15px;
    background: #b33a3a;
    color: #fff;
}
 

/* contact address. */
.school-contact-card {
    max-width: 600px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Noto Sans Bengali', sans-serif;
    text-align: left;
}

.school-contact-card .school-name {
    font-size: 24px;
    font-weight: bold;
    color: #199999;
    margin-bottom: 20px;
    text-align: center;
}

.school-contact-card .school-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.school-contact-card .school-info li {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.school-contact-card .school-info li:last-child {
    border-bottom: none;
}

.school-contact-card .school-info .icon {
    font-size: 18px;
    margin-right: 10px;
    color: #10739d;
}


/*====================
Footer
====================*/

.footer-top-bg-area img {
    width: 100%;
    height: auto;
}

.footer-main {
    background: #234A66;
    position: relative;
    border-top: 3px solid #203442;
}

.footer-col h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
    position: relative;
}

.footer-col h3::after {
    position: absolute;
    left: 0;
    bottom: -11px;
    background: #fff;
    height: 2px;
    width: 35px;
    content: "";
}

.footer-col h3::before {
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #fff;
    height: 2px;
    width: 25px;
    content: "";
}

.footer-color h3 {
    color: #ddd;
}

.footer-color .content p {
    color: #b3b3b3;
}

.footer-color i {
    color: #b3b3b3;
}

.footer-col p {
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}

.footer-col .contact-item p {
    margin-bottom: 6px;
}

.footer-col ul li, 
.footer-col ul li a {
	color: #fff;
	font-size: 17px;
	line-height: 1.6;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

.footer-col ul li a:hover{
	color: #ddd;
}
.footer-col ul li,
.footer-col ul li a:hover {
    color: #ddd;
}

.footer-col ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}


.footer-social-icon ul li {
    padding-left: 0px;
    margin-right: 5px;
}

.footer-social-icon ul li a {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 2.1;
    border-radius: 17px;
}

.footer-col ul li::before {
    color: #666;
    content: "\f0da";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}

.footer-col .social-list ul li:before {
    display: none;
}

.footer-col .social-list ul li {
    display: inline-block;
}

.footer-col .contact-item {
    color: #fff;
    font-size: 13px;
    margin-bottom: 3px;
    overflow: hidden;
}

.footer-col .contact-item .icon {
    float: left;
    font-size: 15px;
}

.footer-col .contact-item .text {
    float: left;
    line-height: 22px;
    color: #fff;
}

.footer-col span.btnr a {
    margin-top: 15px;
}

.col-md-12 > ul {
    margin: 0;
    padding: 0;
}

.footer-bottom {
    background: #2E5F85;
    height: auto;
    width: 100%;
}

.footer-col ul li a {
	background-color: transparent;
}

.recent-post-list .item {
    margin-bottom: 15px;
    overflow: hidden;
}

.recent-post-list .item:last-child {
    margin-bottom: 0px;
}

.recent-post-list .item .photo {
    height: 65px;
    width: 90px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
}

.recent-post-list .item .text {
    margin-left: 100px;
}

.recent-post-list .item .text h4 {

    font-size: 15px;
    line-height: 1.3;
    margin: 5px 0;
}

.recent-post-list .item .text h4 a {
    color: #ddd;
}

.recent-post-list .item .text h4 a:hover {
    color: #00BBD1;
}

.copyright {
    font-size: 13px;
    color: #fff;
}

.right-side {
    text-align: right;
}

.footer-menu {
    float: right;
}

.footer-menu ul {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 20px;
}

.footer-menu ul li a {
    color: #999;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.contact-item .icon {
    font-size: 40px;
    color: #fff;
    float: left;
    position: relative;
    top: 0px;
}

.contact-item .content {
    margin-top: 0px;
    margin-left: 25px;
}

.footer-recent-item {
    margin-bottom: 25px;
}

.footer-recent-item .photo {
    float: left;
    margin-right: 15px;
    vertical-align: top;
    height: 55px;
    width: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff
}

.footer-recent-item .text {
    overflow: auto;
}

.footer-recent-item .text h4 a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-recent-item .text h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

.footer-recent-item .text span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

.footer-col {
    padding-top: 50px;
	color: #fff;
}

/*============
Scroll top
=============*/

.go-top {
    position: relative;
}

.go-top::before {
    background: #17A43B;
    opacity: 0.7;
    bottom: 37px;
    color: #fff;
    content: "\f0d8";
    cursor: pointer;
    font-family: Fontawesome;
    font-size: 25px;
    padding: 1px 14px 1px;
    position: fixed;
    right: 15px;
    transition: all 0.4s ease 0s;
    z-index: 99;
    line-height: 1.6;
}

.go-top:hover:before {
    color: #ffffff;
    background: #111;
    opacity: 1;
}


/*
===================
Gallary Page
===================
*/

.gallary_area {
    background: #fff;
}

.gallary_head {
    text-align: center;
    padding-bottom: 70px;
}

.gallary_head h1 {
    color: #333;
    font-family: Oswald;
    font-size: 43px;
    position: relative;
    text-transform: uppercase;
}

.gallary_head h1::after {
    background: #6f51c7 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 47%;
    position: absolute;
    top: 95px;
    width: 70px;
}

.gallary_head p {
    font-size: 16px;
}

.smart_gellary_list .singles_gall {
    position: relative;
    margin-bottom: 30px;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.singles_gall:hover .gal_content_details {
    visibility: visible;
    transition: all 0.4s ease 0s;
    transform: scale(1);
}

.gal_content_details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    visibility: hidden;
    transform: scale(.8);
}

.gal_content_details a:hover {
    background: #333;
    transition: all 0.4s ease 0s;
}

.gal_content_details a {
	background: #17A43B;
	color: #fff;
	display: inline-block;
	margin: 101px 6px;
	padding: 10px 15px;
	position: relative;
	z-index: 99;
}

.gallary_overly {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.singles_gall > img {
    height: 250px;
    width: 100%;
}

.gallary_area {
	padding-top: 20px;
	background: #f6f6f6;
}

.single_gallary img {
    width: 222px;
}

.single_gallary {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.gl_middles {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.single_gallary:hover .image {
    opacity: 0.3;
    background: #EE2C3C;
}

.single_gallary:hover .gl_middles {
    opacity: 1;
}

.mid_text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.filter_controll ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
}

.filter_controll ul li {
    display: inline-block;
    padding: 10px 20px;
    background: #00A3C8;
    color: #fff;
    text-transform: uppercase;
    font-family: Oswald;
    letter-spacing: 1px;
    font-size: 15px;
    cursor: pointer;
}

.filter_controll ul li:hover {
    background: #6F51C7
}


.home-text.search-page h4 a {
    color: #333;
    text-decoration: none;
}

.home-text.search-page h4 a:hover {
    color: #000;
}

.our-team .team-item .photo {
    height: 80px;
    width: 80px;
    margin: 10px auto 25px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    box-shadow: 0px 1px 2px 0px #999;
}

.our-team .team-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px 10px 7px 10px;
    margin-right: 1px;
    border-top: 10px solid #005422;
    min-height: 265px;
}

.our-team .team-item .text h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.our-team .team-item .text span {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    display: block;
}

.our-team .team-item .text p {
    font-size: 14px;
    font-weight: 500;
    font-family: arial;
}

.border {
    border-bottom: 1px solid #ddd;
    margin-top: 45px;
    margin-bottom: 30px;
}

.border h1 {
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    line-height: 1.3;
}

/*======================
Owl nav
=======================*/

.team-carousel .owl-nav .owl-prev, 
.team-carousel .owl-nav .owl-next {
	position: absolute;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 32px;
	top: 0px;
	right: 0;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	-webkit-transition: all 0.4s;
	opacity: 0.2;
	transition: all 0.4s;
}

.team-carousel .owl-nav .owl-prev {
	right: 0;
}

.team-carousel:hover .owl-nav .owl-prev,
.team-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: #333;
    color: #fff;
}












#menu-menu-3 {
    margin: 0;
    padding: 0;
}

#menu-menu-4 {
    padding: 0;
    margin: 0;
}



/* .slicknav_menu {
	position: absolute;
	top: 186px;
	z-index: 99;
	right: 114px;
}

.menu-section-2 {
	background: #b33a3a;
	height: 52px;
} */



/* .heading.text-center.pt_50 h2 {
    background: #2C97EA;
    display: inline-block;
    padding: 10px 28px;
    color: #fff;
    border-radius: 5px;
} */

/*Teature Table*/

.teature-section td {
    border: 1px solid #999;
    padding: 5px 5px 5px 13px;

}

.teature-section tr:first-child {
	background: #2c97ea;
}

.teature-section td:first-child {
	background: #275F8A;
	color: #fff;
	font-size: 20px;
}

.teature-section button {
    background: #555;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 10px;
    font-family: SolaimanLipi;
    transition: all 0.4s ease 0s;
}

.teature-section button:hover {
    background: #333;
}

/*single-teature-section*/

.single-teature-section {}


.single-teature-section td {
    border: 1px solid #999;
    padding: 5px 5px 5px 13px;

}

.qualification tr:first-child {
	background: #055b1c;
	color: #fff;
}

.single-teature-section tr:first-child {
	border-top: 3px solid #17a43b;
	background: #dffbdf;
}

.teature-content .photo img {
    width: 175px;
    height: auto;
}

.teature-content .photo {
	float: left;
	padding: 5px;
	border: 2px solid #FF9600;
	margin-top: -20px;
	background: #e3ffe4;
}
.teature-content .text {
    margin-left: 195px;
}

.teature-content .text {
    margin-left: 205px;
    margin-top: 30px;
}


.teature-section td a {
	background: #C47506;
	color: #fff;
	padding: 5px 20px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.teature-section td a:hover {
    background: #EE2C3C;
}

.archive-info {
    margin-left: -13px;
    font-size: 15px;
}

.archive-info {
    margin-left: -13px !important;
    font-size: 20px;
}


img.profile-img-info-page {
	max-height: 80px !important;
}


/* Student Section */

.student-section tr:first-child {
	background: #2c97ea;
}


.student-section td:first-child {
	background: #275F8A;
	color: #fff;
	font-size: 20px;
}


/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}

.comments h2 {
    font-size: 18px;
    font-family: "Raleway", serif;
}

.comments .comment-list {
    background: transparent;
    padding: 15px;
}

.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}

.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

.comments .comment-list .text .inner {
    margin-left: 10px;
}

.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}

.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}

.comments .comment-list .text span.date {
    margin-right: 40px;
}

.comments .comment-list .text span.date i {
    margin-right: 5px;
}

.comments .comment-list .text span.reply a {
    font-family: "Raleway", serif;
    background: #84B813;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}

.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}

.comments .comment-list .children .parent {
    margin-bottom: 0px;
}

.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}

.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}

.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}

.comments .comment-list .children > li:before {
    content: '';
}

.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}

.comments .comment-list > li:before {
    content: '';
}

.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}

a.comment-reply-link {
    color: #fff!important;
}

.author-box + h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
}

h3#comments {
    margin-top: 30px;
}

.comment-respond input,
.comment-respond textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comment-respond input:focus {
    border-color: #84B813;
}

.comment-respond input {
    height: 40px;
}

.comment-respond textarea {
    height: 200px;
}

.comment-respond input[type="submit"] {
    width: auto;
    height: auto;
    color: #fff;
    background-color: #2C97EA;
    border: 2px solid #2C97EA;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-appearance: button;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}

.comment-respond input[type="submit"]:hover {
    background-color: transparent !important;
    border: 2px solid #FF9600 !important;
    background: #FF9600 !important;
    color: #fff;
}

ol.commentlist {
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 20px;
}

ol.commentlist > li {
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 30px;
}

ol.commentlist > li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ol.commentlist ul.children li {
    margin-left: 50px;
    list-style-type: none;
}

ol.commentlist ul.children li:before {
    content: '';
}

ol.commentlist li p {
    color: #2a2a2a;
    line-height: 20px;
    font-size: 13px;
}

a.comment-reply-link {
    background: #84B813;
    color: #fff!important;
    padding: 4px 10px;
}

a.comment-reply-link:hover {
    background: green;
}

a#cancel-comment-reply-link {
    background: #2a2a2a;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.comment-author {
    vertical-align: top;
}

.comment-author cite.fn {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #353535;
}

.comment-author span.says {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #353535;
}

.comment-author img.avatar {
    width: 60px;
    height: 60px;
    margin-right: 5px;
    vertical-align: top;
}

.comment-body {
    margin-bottom: 15px;
    border-bottom: 1px dashed #c3c3c3;
}

.comment-body p {
    margin-left: 0px;
}

.comment-content a {
    color: #84B813;
}

p.logged-in-as a {
	color: #2C97EA;
}

.comment-meta {
    margin-bottom: 10px;
    position: relative;
}

.comment-meta .comment-metadata {
    margin-top: 10px;
    /*position: absolute;
  top: 14px;
  left: 70px;*/
}

.comment-meta a {
    color: #676767;
    font-size: 13px;
}

.comment-meta a .edit-link a {
    color: #84B813;
    font-size: 13px;
}

.reply {
    margin-bottom: 20px;
}

.news-grid {
    overflow: hidden;
}

#respond {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    padding: 15px;
    overflow: hidden;
}

#respond .cform-1 .btn-success {
    font-family: "Raleway", serif;
    border: 2px solid #84B813;
    color: #84B813;
    font-weight: 600;
    border-radius: 0;
    background-color: #84B813;
    border-color: #84B813;
    width: 100%;
    font-size: 16px;
    padding: 10px 20px 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#respond .cform-1 .btn-success:hover {
    color: #fff;
    background: #2a2a2a !important;
    border-color: #2a2a2a;
}

#respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}

#respond .cform-1 input[type="text"],
#respond .cform-1 input[type="email"],
#respond .cform-1 textarea {
    font-family: "Raleway", serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}

.comments {
    margin-top: 40px;
}

.comments h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.comments ul.comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.single-service-area .all-content:hover p {
    color: #EE2C3C !important;
}



.all-book-list img {
    width: 50%;
    height: auto;
    float: left;
    margin-right: 10px;
}

.item-book-item-list {
    border: 1px solid #ddd;
    padding: 0 0 0 10px;
}

/*pagination*/

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.item-book-item-list {
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 330px;
}

.singlecontent {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.all-post h4 a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.all-post h4 a:hover {
    color: #ee2c3c;
}

.blog-item {
    margin-bottom: 35px;
}

.blog-item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

ul.page-numbers {
    margin-top: 40px;
    padding: 0;
    list-style: none;
}

ul.page-numbers li {
    display: inline-block;
}

ul.page-numbers li a {
    text-decoration: none;
    background: #333;
    height: 35px;
    width: 35px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 2;
}

ul.page-numbers li a:hover {
    color: #fff;
    background: #ee2c3c;
}

.page-numbers.current {
    background: #999;
    color: #fff;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 2;
    text-align: center;
}

.all-cat a.cat-photo {
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* display: block; */
    margin-bottom: 10px;
    /* margin-bottom: 0; */
}

.category-post .item {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 175px;
    transition: all 0.3s ease 0s;
    background: #f6f6f6;
}

.category-post .item:hover {
    background: #ddd;
}

.category-post .item img {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
}

.category-post .item h4 a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.category-post .item h4 {
    margin-bottom: 0;
    line-height: 1.6;
}

.category-post .item h4 a:hover {
    color: #17A43B;
}

/*.video-gall .items iframe {
	min-height: 400px;
	width: 100%;
}*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*Notice page*/
.home-text h4 a {
	color: #444;
	text-decoration: none;
    transition: all 0.3s ease 0s;
}

.home-text h4 a:hover {
    color: #000;
}
.home-text span a {
	color: #2C97EA;
	text-decoration: none;
}


ul#news li {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
ul#news li::before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #2C97EA;
	font-size: 12px;
	padding-right: 0.5em;
	position: absolute;
	top: 4px;
	left: 0;
}

.news-fid.notice-board {
	font-size: 20px;
}

time {
font-size: 17px;
	color: #555;
}

ul#notice_m li::before {
	display:none;
}
#notice_m li {
	font-size: 20px;
}
#notice_m .fa.fa-calendar {
	font-size: 17px;
	color: green;
}





.history-section h5 a.buttond{
	margin-bottom: 15px !important;
	display: block;
}

a.button-small {
	display: block;
}

#menu-menu-5 {
	margin: 0;
	padding: 0;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.textwidget a {
	color: #fff;
	text-decoration:none;
}

.textwidget a:hover {
	color: #ddd;
}
.right-side a {
	color: #fff;
}

.history-section .item .text p {
	text-align: justify;
}



img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }




/*Recent-Works*/

.recent-menu {
	text-align: center;
	margin-top: 20px;
}

.recent-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.recent-menu ul li {
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px 15px;
	margin-top: 10px;
	margin-left: -4px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.hvr-bounce-to-right::before {
	background: #F8BE2E !important;
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
	color: #333 !important;
}

.recent-item {
	margin-top: 30px;
}

.lightbox-item {
	border: 1px solid #ddd;
}

.lightbox-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f8be2e;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.lightbox-item:hover .lightbox-bg {
	transform: scale(1);
	opacity: 0.7;
	visibility: visible;
}

.recent-photo {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 225px;
	position: relative;
	
	width: 100%;
}

.lightbox-text {
	position: absolute;
	width: 100%;
	height: 225px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.lightbox-table {
	display: table;
	width: 100%;
	height: 100%;
}

.lightbox-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	visibility: hidden;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.lightbox-icon i {
	font-size: 30px;
	color: #333;
}

.lightbox-item:hover .lightbox-icon {
	visibility: visible;
}

.recent-text {
	background: #13233b;
	color: #fff;
	border-top: 5px solid #F8BE2E;
	padding: 15px;
}

.recent-text h3 {
	margin-top: 2px;
}

.recent-text p {
	margin: 0;
}

/*Owl Carousel Fix End*/
.clear-three:nth-child(3n + 1) {
	clear: both;
}

.clear-two:nth-child(2n + 1) {
	clear: both;
}

.clear-four:nth-child(4n + 1) {
	clear: both;
}

.history-section .item h3 {
	font-size: 22px !important;
}

/* custorm css */
.wp-block-image.size-full img {

	background: #fff!important;
}

.wp-block-image.size-full {
	margin-top: -20px!important;
		padding: 10px !important;
}
/* blog */
h2 {
    color: #4C4C4C;
    word-spacing: 5px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom:15px;
}

.ion-minus {
    padding:0px 10px;
}

#blog {
	background-color:#f6f6f6;
}

#blog .blog.column a {
	color:#5db4c0;
	text-decoration:none;
}
#blog img {
	max-width: 100%;
}
#blog img:hover {
	opacity:0.8; 
}

.blog.column.text-center img {
	max-width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 10px;
}



.gra img {
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 70px;
	width: auto;
}
.gra span {
  text-align: center;
  display: bsdf;
}
a.service {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 10px 5px 5px;
	box-shadow: 1px 0px 6px 1px #555;
	height: 130px;
	border: 2px solid #ff9600;
}

a.mujibs .mujibphoto img {
	width: 100%;
	height: 130px;
	  box-shadow: 1px 0px 6px 1px #555;
}

.student-info-md {
  max-width: 700px;
  margin: 0 auto;
}


/* Download Notice Board and Event Box */
.notice-and-event-area {
}   

.notice-board {
    background: #f9f9f9;
    border-left: 5px solid #005f80;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-radius: 10px;
  }

  .notice-board h3,
  .event-box h3 {
    color: #005f80;
    font-weight: 700;
  }

  .notice-table th {
    background-color: #006c6c;
    color: #fff;
    text-align: center;
  }

  .notice-table td {
    vertical-align: middle;
  }

  .btn-download {
    background-color: #b33a3a;
    color: white;
  }

  .btn-download:hover {
    background-color: #922d2d;
    color: #ddd;
  }

  .event-item {
    background: #ffffff;
    border-left: 4px solid #006c6c;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }

.event-date {
	font-weight: bold;
	color: #b33a3a;
	margin-bottom: 5px;
	font-size: 14px;
}

  .view-more-btn {
    background-color: #005f80;
    color: #fff;
  }

  .view-more-btn:hover {
    background-color: #004b64;
    color: #fff;
  }

  .notice-title-khub {
color: #005f80;
  font-weight: 700;
}

p.card-text {
	padding: 0 5px;
}