
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
  font-family:"kalpurush";
  src: url('../kalpurush/kalpurush.ttf');
}
*{
    font-family: "kalpurush";
    src: url('../kalpurush/kalpurush.ttf');
}

button, select, input::placeholder{
    font-family: "kalpurush";
    src: url('../kalpurush/kalpurush.ttf');
}
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family:"kalpurush";
	font-weight: normal;
	font-style: normal;
}
table thead tr th{
    white-space: nowrap;
    text-align: center;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 16px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.section-padding{
	padding: 70px 0;
}
h2{
	font-size: 40px;
	font-weight: 400;
	color: #000;
}

:root {
  --bg_one: #041A23;
  --light: #fff;
  --dark: #000;
  --kalpurush:"kalpurush";
}


/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
}
.scroll-area i {
	width: 35px;
	height: 40px;
	background-color: #041a23;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	border: 1px solid var(--light);
}
.scroll-area i:hover {
    background: #000;
}
/* loader */
#preloader {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #022A3A;
  z-index: 999999;
  display: block;

}
.loader{
    width: 60px;
    height: 60px;
    margin: 430px auto 0;
    position: relative;
    transform: rotate(45deg) translate3d(0,0,0);
    animation: loader 1.2s infinite ease-in-out;
}
.loader span{
    background: #041A23;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1){
    top: 0;
    left: 0;
}
.loader span:nth-child(2){
    top: 0;
    right: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3){
    bottom: 0;
    left: 0;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4){
    bottom: 0;
    right: 0;
}
@keyframes loader{
    0%, 10%, 100% {
        width: 60px;
        height: 60px;
    }
    65% {
        width: 120px;
        height: 120px;
    }
}
@keyframes loaderBlock{
    0%, 30% { transform: rotate(0); }
        55% { background: #fff; }
    100% { transform: rotate(90deg); }
}
@keyframes loaderBlockInverse {
    0%, 20% { transform: rotate(0); }
        55% { background: #fff; }
    100% { transform: rotate(-90deg); }
}

/*Header*/


.header-bottom.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: #041a23;
	top: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
	box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
	animation: sticky 1s;
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%);
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%);
	}
}
.header-top {
	padding: 30px 0px 30px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: inherit;
	position: relative;
}
.header-top::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: linear-gradient(180deg ,#175b4e,#3e796e,#2a7163);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.header-top-img .up-img{
	text-align: center;
	m,margin-bottom: 10px;
}
.header-top-img .up-img img{
	max-width: 180px;
	width: 100%;
	height: auto;
}
.header-top-img img {
	max-width: 495px;
	width: 100%;
	height: auto;

}
.header-content .logo {
	margin-right: 15px;
}
.header-top .logo a img {
	max-width: 115px;
	width: 100%;
	height: auto;
}

/*navbar here*/
.header-bottom{
	background: var(--bg_one);
}
.header-menu {
  position: relative;
  text-align: center;
}
.header-horizontal-menu .menu-content li {
  display: inline-block;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 -3px;
}
.header-horizontal-menu .menu-content li a {
	display: block;
	padding: 0 16px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 56px;
	transition: all 0.3s linear;
}
.header-horizontal-menu .menu-content li:first-child{
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-horizontal-menu .menu-content li.active > a, .header-horizontal-menu .menu-content li:hover > a {
  color: #fff;
  background: #005d88;
}
.header-horizontal-menu .menu-content li .sub-menu {
    box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    top: 100%;
    width: 240px;
    left: 0;
    -webkit-transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    padding: 0;
    overflow: hidden;
}
.header-horizontal-menu .menu-content li .sub-menu li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative;
}
.header-horizontal-menu .menu-content li .sub-menu li a {
  color: #333;
  line-height: 40px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  padding: 0 25px;
  font-weight: 400;
  position: relative;
  text-align: start;
}
.header-horizontal-menu .menu-content li .sub-menu li a i {
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 40px;
}
.header-horizontal-menu .menu-content li .sub-menu li:hover > a {
  color: #fff;
}
.header-horizontal-menu .menu-content li .sub-menu li .sub-menu {
  top: 20px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
/*=========== Mobile  ========================================*/
.mobile-toggle a {
  color: #fff;
  line-height: 39px;
  font-size: 24px;
  padding: 5px;
  display: inline;
}
/*OVERLY Start*/
.overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 99;
  visibility: visible;
  opacity: 0;
  visibility: hidden;
}
.overlay.open {
  opacity: 0.6;
  visibility: visible;
}
/*END OVERLY*/
.mobile-off-canvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  background-color: #fff;
  z-index: 999;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-off-canvas-menu.open {
  left: 0;
}
.mobile-canvas-close {
  background: #0093d8;
  padding: 0 35px;
}
.mobile-canvas-close p {
  color: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  position: relative;
}
.mobile-canvas-close p i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 6;
}

.mobile-main-menu .menu-content li {
  position: relative;
}
.mobile-main-menu .menu-content li a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 35px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #e5e5e5;
}
.mobile-main-menu .menu-content li a i {
  display: none;
}
.mobile-main-menu .menu-content li .mobile-menu-expand {
  position: absolute;
  right: 35px;
  top: 13px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.mobile-main-menu .menu-content li .mobile-menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-main-menu .menu-content li .mobile-menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #333;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile-main-menu .menu-content li.active-expand > .mobile-menu-expand::after {
  height: 0;
}

.mobile-main-menu .menu-content li .sub-menu li a {
  font-weight: 400;
  padding-left: 50px;
}
.mobile-main-menu .menu-content li .sub-menu li .submenu-item li a, .mobile-main-menu .menu-content li .sub-menu li .sub-menu li a {
  padding-left: 65px;
}
.mobile-main-menu .menu-content li .sub-menu li img {
  padding: 10px;
  padding-right: 20px;
}
.header-horizontal-menu .menu-content li:hover .sub-menu, .header-horizontal-menu .menu-content li:hover .mega-sub-menu {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


/*madrasa-code********************/
.madrasa-code {
	background: var(--bg_one);
	overflow: hidden;
	padding: 15px 0;
}

.code-nav{
	display: flex;
	justify-content: start;
}
.code-right .code-nav{
	justify-content: end;
}
.code-nav li {
	color: #fff;
	padding: 0 18px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.code-nav li span {
	padding-left: 2px;
}

/*news*/
.header-top-news {
	background-color: #fff;
	overflow: hidden;
}
.header-area.sticky .header-top-news {
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  z-index: 20;
  height: 50px;
  position: relative;

}

.news {
	width: 100%;
	background: #fff;
}
.news-title {
	width: 126px;
	text-align: center;
	background: #022A3A;
	position: absolute;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	color: #fff;
}
.news-title h5 {
	font-style: normal;
	font-weight: 400;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
}
.news marquee {
  font-size: 16px;
  margin-top: 13px;

}
.news-content p {
    margin-right: 41px;
    display: inline;
    color:#041A23CC;
    font-weight: 400;
    font-size: 16px;
}
/*banner-area*/
.banner-area {
	background: #ffff;
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding-top: 30px;
	padding-bottom: 0px;
}
.banner-slider {
	box-shadow: 0px 0px 30px 0px #b8bcc8;
	box-sizing: border-box;
	border-radius: 20px;
}
.slider-single {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: auto;
	padding: 208px 0;
	border-radius: 0px;
	box-sizing: border-box;
}

.banner-area .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
}
.banner-area .owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 6px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	 border-radius: 2px;
	border: 1px solid #fff;
}
.banner-area .owl-dot.active span {
	background: #041A23!important;
}

/*teacher area*/
.teacher-single {
	background: #fff;
	padding: 17px 17px 17px 17px;
	overflow: hidden;
	height: 100%;
	max-height: 415px;
}
.teacher-single img{
	width: 100%;
	height: auto;
}
.teacher-content {
	text-align: center;
	margin-top: 21px;
}
.teacher-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 62px;
}
.teacher-slider.owl-theme .owl-dots .owl-dot span {
	border: 1px solid var(--bg_one);
}

/*anoucment araa*/
.ans-full-content {
	padding: 20px 20px 50px 20px;
}
.anouncment-img {
	width: 30%;
	float: left;
	display: block;
}
.anouncment-img .img{
	border: 1px solid var(--bg_one);
	padding: 9px;
	position: relative;
}
.anouncment-img .img img{
	width: 100%;
	height: auto;
}
.anouncment-img .img::after {
	width: 10px;
	height: 10px;
	background: var(--bg_one);
	position: absolute;
	content: '';
	right: -6px;
	top: 50%;
}
.anouncment-img .img::before {
	width: 10px;
	height: 10px;
	background: var(--bg_one);
	position: absolute;
	content: '';
	left: -6px;
	top: 50%;
}
.an-description {
	width: 68%;
	overflow: hidden;
	padding: 0px 0px 9px 18px !important;
	/* margin-left: 13px; */
}
.an-content {
	text-align: center;
	margin-top: 14px;
}
.an-content h5 {
	font-size: 17px;
	font-weight: 400;
	padding: 5px 0;
}
/*notice-board*/
.notice-board {
	background: #fff;
	box-shadow: 0px 0px 30px 0px #b8bcc8;
	overflow: hidden;
	max-height: 488px;
	height: 100%;
	border-bottom: 1px solid #0b5345;
}
.notice-title{
	text-align: center;
	background: var(--bg_one);;
}
.notice-title h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	padding: 14px 10px;
}
.notice-content {
	padding: 9px 26px 31px 18px;
	border: 1px solid #0b5345;
}
.notice-content ul li{
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 10px;
}
.notice-content ul li a {
	font-size: 15px;
	line-height: 25px;
	color: #010000;
	font-weight: 400;
}

.notice-content ul li a span{
	color: #FF0000;
}

.notice-content ul li::before {
	content: '\f04b';
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: block;
	font-size: 16px;
	position: absolute;
	color: #041a23;
	margin-left: -1.2em;
}
.notice-content ul li a {
	margin-left: 10px;
	color: #000;
}

/*student ara*/
.success-student{
	overflow: hidden;
	margin-bottom: 20px;
	background: var(--light);
}

.all-student {
	padding: 21px 15px 20px 15px;
}

.student-single {
	border: 1px solid #B4BEC2;
	padding: 10px;
	margin-bottom: 22px;
}

.student-single .img{
	border-top: 1px solid #b4bec2;
    border-left: 1px solid #b4bec2;
    border-right: 1px solid #b4bec2;
}
.student-single .img img{
	width: 100%;
	height: auto;
}

.student-content {
	background: var(--light);
	text-align: center;
	padding: 18px 20px;
	border: 1px solid rgb(219, 219, 219);
}
.student-content h6 {
	font-family: var(--kalpurush);
	font-weight: 400;
	color: #000;
	font-size: 23px;
	padding-bottom: 1px;
}
.student-content p{
	font-family:var(--kalpurush);
	font-weight: 500;
	color:#000;
	font-size: 16px;
}


/*result area*/
.restul-serach {
	border: 1px solid #e4e4e4;
}
.result_box-content {
	background: var(--light);
	padding: 15px;
}
.result_box-content .form-group {
	margin-bottom: 11px;
}
.result_box-content .form-group label {
	margin-bottom: 5px;
}
.result_box-content .form-group .form-select, .result_box-content .form-group .form-control {
	display: block;
	width: 100%;
	padding: 10px 12px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #8d9599;

	border-radius: 0;
}
.result_box-content .form-group .form-select:focus, .result_box-content .form-group .form-control:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid var(--bg_one);
}
/*cheif-area*/
.content-area {
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	position: relative;
}

/*borard notice*/
.board-notice{
	background: #fff;
}
.board-header{
	text-align: center;
	background:var(--bg_one);
}
.board-header h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	padding: 14px 10px;
}
.board-description {
	padding: 20px;
}
.board-header2 h4{
	border-right: none;
	 border-left: none;
}





.board-header3 h4{
	position: relative;
}
.board-header3 h4{
	border-right: none;
	 border-left: none;
}
.board-header2 h4 span{
	position: relative;
}
.board-header2 h4 span::before {
    position: absolute;
    content: '';
    right: -53px;
    height: 100%;
    width: 1px;
    background: #fff;
}
.board-header2 h4 span:after {
    position: absolute;
    content: '';
    left: -58px;
    height: 100%;
    width: 1px;
    background: #fff;
}
/*.content-area::before {
	width: 100%;
	height: 100%;
	background: #cee8f7;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}*/
.side-left{
	z-index: 99;
}

.widget_daily_salat{
	margin-bottom: 20px;
}
.widget_daily_salat h3 {
	padding: 15px 0px;
	text-align: center;
	color: #fff;
	margin: 0;
	background: #0093d8;
}
.widget_daily_salat tbody tr td {
	text-align: center;
	border: 1px solid white;
	padding-left: 10px;
	padding: 10px 0;
}

/*slick-slider*/
.slider-for{
	position: relative;
}
.slider-for .prev-arrow {
	color: #FDFDFD;
	width: 40px;
	position: absolute;
	bottom: 50px;
	height: 40px;
	border-radius: 50%;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid #FFF;
	position: absolute;
	right: 16px;
	bottom: 44%;
	z-index: 1;
	cursor: pointer;
	transition: all .5s ease;
}
.slider-for .next-arrow {
	color: #F0EFEE;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 1px solid #E8E4E1;
	position: absolute;
	left: 0;
	left: 16px;
	bottom: 44%;
	cursor: pointer;
	transition: all .5s ease;
}
.slider-for .prev-arrow:hover, .slider-for .next-arrow:hover {
	background: #0B5345;
	color: #fff;
}
.slider-1 img{
	width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slider-2{
	text-align: center;
	position: relative;
}
.slider-nav{
	margin-top: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.slider-nav img:hover{
	border: 4px solid #E57919;
}
.slider-nav img{
	width: 100%;
	height: auto;
	border: 4px solid transparent;
}
.slider-nav {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	margin-bottom: 20px;
}
.slider-nav img:hover {
	border: 4px solid #0093D8;
}
.slider-nav img{
	width: 100%;
	height: auto;
	border: 4px solid transparent;
}

.sercvic3-text h4{
	font-size: 20px;
	line-height: 1.2em;
	color:#FD9231;
	font-weight: 500;
	margin-bottom: 30px;
}

.side-warp{
	margin-bottom: 20px;
}


.side-warp .add-content h5 {
	padding: 22px;
	font-size: 1.2em;
	overflow: hidden;
	background-color: #0b5345;
	color: #ffff;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}
.side-warp .add-content .img a img{
	width: 100%;
	height: auto;
}
.content-block {
	background: #fff;
	border: 1px solid #dbecfd;
	/* border-top-left-radius: 10px; */
	/* border-top-right-radius: 10px; */
	margin-bottom: 20px;
}
.history-content h4 {
	background: #0B5345;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
	/* border-top-left-radius: 10px; */
	/* border-top-right-radius: 10px; */
}
.animate-from-right img{
	width: 100%;
	height: auto;
}
.block-content.animate-from-right {
	padding: 15px;
}


.history-content p {
	padding-top: 13px;
	padding-bottom: 10px;
}



.result_card_body {
	padding-top: 10px;
}

.search_button {
  border-radius: 50px;
  padding: 15px 25px;
  border: unset;
  color: #fff!important;
  background-color: #0093d8;
}
.youtube-content {
	background: #ffff;
}

.youtube-content h5 {
	padding: 17px;
	font-size: 1.2em;
	overflow: hidden;
	background-color: #0B5345;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
/*	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

.video-single {
	position: relative;
	margin-bottom: 20px;
}



.video-single .title:hover {
	color: #0b5345;
}
.video-single img {
	width: 100%;
	height: auto;
}
.video-content {
	background: #fff;
	border: 1px solid #eee8e8;
	padding: 22px 10px;
	box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
}
.video-content span {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color:#00000099;
	display: block;
	position:relative;
	margin-bottom: 10px;

}
.video-content span::before {
	position: absolute;
	content: '';
	width: 137px;
	height: 1px;
	background: #666;
	left: 0;.news-singel
	margin: 0 auto;
	bottom: 0px;
}
.video-content .title {
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	color:#000;
	display: block;
}
.video-single .technology-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 68%;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-align: center;
	align-items: center;
	display: -moz-box;
	display: flex;
	margin-left: 0px;
}
.video-btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	bottom: 8px;
	z-index: 1;
	background-color: #fff;
	border: 3px solid #fff;
	color: #fff;
	padding-left: 5px;
	background: radial-gradient(7026.09% 75.48% at 50.54% 50.75%, rgba(10, 61, 98, 0.9) 0%, rgba(10, 61, 98, 0.54) 40.47%, rgba(53, 156, 135, 0.36) 100%);
}
.video-btn::after, .video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: radial-gradient(7026.09% 75.48% at 50.54% 50.75%, rgba(10, 61, 98, 0.9) 0%, rgba(10, 61, 98, 0.54) 40.47%, rgba(53, 156, 135, 0.36) 100%);
}
.video-btn::before {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
}
@keyframes ripple{
	0%, 35% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
}
50% {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: .8;
}
100% {
  opacity: 0;
  -webkit-transform: scale(2);
  transform: scale(2);
}
}



.border-middle {
	width: 2px;
	height: 150px;
	background: #0a8cbd;
	text-align: center;
	margin: 0px auto;
	margin-top: 177px;
}
.member-shape{
	position: relative;
}
.member-shape::after {
	content: '';
	position: absolute;
	/* background-image: url('../img/banner/shape_chief.png'); */
	top: 132px;
	right: -100px;
	max-width: 160px;
	height: 135px;
	width: 100%;
	clear: both;
	z-index: -1;
}
/*button*/
.button-bar .btn {
	color: #fff;
	font-size: 16px;
	background: #0a8cbd;
	font-weight: 300;
	text-transform: capitalize;
	box-shadow: 0 6px 45px -5px rgba(0,0,0,0.3);
	transform: translateX(0);
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
	border-radius: 20px;
}
.button-bar .btn:hover,
.button-bar .btn:focus{
    color: #fff;
    border: 1px solid #0a8cbd;
}
.button-bar .btn:before{
    content: "";
    background-color: #292929;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.button-bar .btn:hover:before,
.button-bar .btn:focus:before{
    transform: scaleX(1);
    transition-delay: 0s;
}

/*about area*/
.about-area{
	position: relative;
}
.about-area::before {
	content: '';
	position: absolute;
	background-image: url('../img/banner/BG.png');
	top: -124px;
	left: -29px;
	height: 130%;
	width: 100%;
	clear: both;
	background-repeat: no-repeat;
	z-index: -1;
}
.about-content{
	text-align: center;
}
.about-content .about-heading{
	margin-bottom: 40px;
}
.about-content .about-heading{
	font-size: 50px;
	font-weight: 400;
	color: #000;
}
.about-content .about-des p {
	line-height: 30px;
	width: 67%;
	margin: 0 auto;
}


/*footer-area*/
.footer-area {
	position: relative;
	background:var(--bg_one);
}
.footer-area::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #0b5345;
	 z-index: -1;
	opacity: 0.9;
}
.footer-single .ft-heading {
	margin-bottom: 20px;
	color: #FFFF;
	position: relative;
	padding-bottom: 20px;
}
 .footer-single .ft-heading h3{
 	font-size: 24px;
 	font-weight: 400;
 }
.ft-link ul li{
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	padding-bottom: 15px;
}
.ft-link ul li.ft_lead {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
}
.ft-link ul li.ft_lead p {
    color: #fff;
}
.ft-link ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.ft-link ul li a span{
	padding-right: 5px;
}
.ft-address ul li.address_eng{
	font-family: 'Roboto', sans-serif;
}
.contact-form .form-control {
	display: block;
	width: 100%;
	padding: 12px 11px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid var(--light);
	border-radius: 0;
}
.contact-form .form-control:focus {
	color: #000;
	background-color: var(--light);
	border:1px solid var(--bg_one);
	outline: 0;
	box-shadow: none;
}
.contact-form .form-control::placeholder {
	color: #fff;
	opacity: 1;
}
.contact-form button {
	width: 40%;
	margin: 0 auto;
}
.footer-bottom {
	background: #022A3A;
	padding: 22px 0;
}
 .social-link ul{
	display: flex;
	justify-content: start;
}
.social-link ul li a {
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid var(--light);
	border-radius: 50%;
	margin: 0 5px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.contact-link ul li a {
	border: 1px solid #00000099;
	color: #00000099;
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.ft-bottom-right p{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.ft-bottom-right p a {
	color: #ff5022;
}

.submit-button{
	text-align: center;
}
.submit-button button {
	outline: none;
	border: none;
	border: 1px solid var(--light);
	padding: 10px 25px;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	background: #041a23;
}
/*taam -area*/
.team-heading{
	text-align: center;
}
.team-heading h6 {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding-top: 10px;
}
.team-single {
	background: #fff;
	padding: 24px 25px;
	text-align: center;
	border-radius: 12px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.team-single:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 #dddbdb;
}
.team-single .img img {
	max-width: 150px;
	 height: auto;
	border-radius: 50%;
	width: 100%;
}
.team-single .team-content {
	margin-top: 20px;
}
.team-single .team-content h5 a{
	color: #000;
}
.team-single .team-content h5 a:hover {
	color: #066084;
}
.team-single .team-content h6{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding-top: 10px;
}
/*download area*/

.form-single {
	background: #fff;
	text-align: center;
	padding: 28px 40px;
	margin-bottom: 20px;
	border-radius: 12px;
	transition: all 0.3s ease;
}
.form-single:hover {
	box-sizing: border-box;
	box-shadow: 0 0 10px #d0caca;
	transition: all 0.3s ease;
}
.form-single .icon{
	margin-bottom: 10px;
}
.form-single .icon img {
	width: 55px;
	height: 55px;
}
.form-single a{
	font-size: 16px;
	font-weight: 300;
	color: #000;
	padding-top: 10px;
}
.form-single a:hover {
	color: #066084;
}
/*fee area*/
.fee-table .table thead tr th {
	font-size: 15px;
	font-weight: bold;
}
.fee-table .table tbody, td, tfoot, th, thead, tr {
	font-weight: 300;
	font-size: 15px;
}

/*department area*/
.department-content {
	padding-bottom: 20px;
	width: 92%;
	margin: 0 auto;
}

.department-content p {
	color: #000;
}
.department-content h4{
	padding-bottom: 15px;
}
.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
  z-index: 1;
}

.quote-card::before {
	content: '\f10d';
	color: rgba(238, 238, 238, 0.8);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: block;
	font-size: 31px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.quote-card::after {
	content: '\f10e';
	color: rgba(238, 238, 238, 0.8);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: block;
	font-size: 66px;
	position: absolute;
	top: 44px;
	right: 4px;
	z-index: -1;
}

/*contact-form*/
.contact-page{
	padding: 60px 0;
}
.contact-full-content {
	width: 90%;
	background-color: #fff;
	height: 100%;
}
.contact-full-content .left-content {
	width: 40%;
	float: left;
	padding: 40px 30px;
	height: 100%;
}
.contact-full-content .right-content h5{
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.contact-full-content .left-content h5 {
	font-size: 16px;
	color: #000000CC;
	font-weight: 400;
	text-align: center;
	padding-bottom: 24px;
	line-height: 27px;
}
.contact-full-content .right-content {
	width: 58%;
	display: block;
	overflow: hidden;
	padding: 40px 45px;
}
.contact-box {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.contact-box span i {
	width: 40px;
	height: 40px;
	background: var(--bg_one);
	border-radius: 8px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}
.contact-text {
	margin-top: 0;
	margin-left: 12px;
}

.contact-text h6{
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.contact-text p a,
.contact-text p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-top: 2px;
}
.contact-form2 {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px 5px #f0f0f0;
	padding: 30px;
}
.contact-form2 .form-control {
	display: block;
	width: 100%;
	padding: 2px 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #041A2399;
	background-color: transparent;
	border-radius: 6px;
	border:1px solid transparent;
	border-bottom: 1px solid #68767B;
}
.contact-form2 button {
	width: 40%!important;
	margin: 0 auto;
}
.contact-form2 .form-control::placeholder {
	color: #041A2399;
	opacity: 1;
	font-size: 12px;
}
.contact-form2 .form-control:focus{
	border-bottom: 1px solid #68767B!important;
	border:1px solid transparent;
	box-shadow:none!important;
	outline: none;
}

/*new calender */

#canvas {
	width: 100%;
}
.new-calender {
	background: #0b5345;
	text-align: center;
	padding: 4px;
}
.calender-cnt {
	border: 0.5px solid #FFF;
	margin: 8px;
}
.date-nav ul li {
	font-style: normal;
	font-weight: 601;
	line-height: 41px;
	font-size: 15px;
	color: #ffff;
	margin: 5px 0;
	display: block;
}
.date-nav ul li.active{
	background: #246558;
}
.calander-button {
	margin-bottom: 20px;
	margin-top: 20px;
}
.calander-button a {

	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	background: #FFFF;
	padding: 20px 20px;
	color: #000;
	display: inline-block;
}

.content-button {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 20px;
}
.content-button button
 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	background: var(--bg_one);
	padding: 20px 20px;
	color: #fff;
	display: inline-block;
}
.content-button button span{
	padding-left: 5px;
}
 .content-button a {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	background: var(--bg_one);
	padding: 16px 74px;
	color: #fff;
	display: inline-block;
}
.content-button button{
	border: none;
	outline: none;
	display: block;
	width: 100%;
}
.content-button button:hover,
.content-button a:hover{
	color: #ffff;
	background: #012533;
}
.add-content {
	background: #fff;
}
.important-link {
	padding: 15px 15px 1px 15px;
}
.important-link ul{
	background:var(--bg_one);
}
.important-link ul li a {
	color: #fff;
	font-weight: 500;
	display: block;
	line-height: 38px;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 29px;
	font-size: 16px;
}
.important-link ul li a span{
	padding-right: 5px;
}
.important-link ul li a:hover {
	background: #02201a;
}
.important-link .content-button a {
	display: block;
}
.important-btn a{
	font-size: 16px;
	padding: 16px 40px;
}

/*-------------------------------------------------------------------------------------
    project Area
---------------------------------------------------------------------------------------*/
.project-area-cul{
    padding: 80px 0;
    position: relative;
    display: block;
    z-index: 1;
}
.auto-container {
	max-width: 1720px;
	width: 100%;
	padding: 0px 15px;
	margin: 0 auto;
}
.project-bg{
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity:1;
    height: 400px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.project-slider{
    padding-top: 40px;
}
.projects-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.projects-single-img {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.projects-single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba( 51, 75, 53, 0.5);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    opacity: 0;
    z-index: 1;
    opacity: 0.1;
}
.projects-single:hover .projects-single-img::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}
.projects-single-img img {
    width: 100%;
}
.projects-single-img .overlay-content {
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
    z-index: 1;
}
.projects-single:hover .projects-single-img .overlay-content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}
.projects-single-img .overlay-content p {
    position: relative;
    display: inline-block;
    color: #133600;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: white;
    padding: 5px 20px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

.projects-single-img .overlay-content h3 {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 700;
	background: #0093d8;
	border-top-right-radius: 10px;
	padding: 25px 40px 27px;
	margin-bottom: 0px;
}
.projects-single-img .overlay-content h3 a {
	color: #fff;
	font-size: 17px;
}
.project-slider.owl-carousel .owl-dot {
    background-color: #0c2461;
    width: 18px;
    height: 7px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 5px;
}
.project-slider.owl-carousel .owl-dot span{
	display: none;
}
.project-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -45px;
}

.project-slider.owl-carousel .owl-dot.active {
	background-color: #0093D8;
}

/*///list*/
.event-singel img{
	width: 100%;
	height: auto;
}

.public-content {
	background: white;
	padding: 33px 30px;
}
.public-content .public-img img{
	width: 100%;
	height: auto;
}
.public-content p{
	padding-top: 20px;
	padding-bottom: 20px;
}
.public-up {
	display: flex;
	justify-content: space-between;
}
.public-up{
	margin-top: 10px;
}
.public-up h4 a {
	font-size: 16px;
	font-weight: 500;
	color: black;
}
.public-btn {
	padding: 10px 20px;
	background: #0093d8;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
@media all and (max-width:767px){
	.public-up {
		display: block!important;
		line-height: 30px;
	}
	.public-content p {
		padding-top: 10px;
		padding-bottom: 15px;
	}
}


/*result-area*/


.restul-page {
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	padding: 70px 0;
}
.bg_cover{
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}

.student_list-page{
	padding: 50px 0 120px 0;
}
.table-area {
	background: #fff;
	padding: 21px;
}
.table-area table{
	text-align: start;
}
.table-area table thead{
	background:#022A3A;
	color:#fff;
}
#example_length {
	text-align: start;
	margin-bottom: 30px;
}
#example_paginate {
	margin-top: 15px;
}
#example_length {
	text-align: start;
	margin-top: 0px;
}
#example_info {
	text-align: start;
}
.table-area .table tbody, td, tfoot, th{
	 font-weight: 300;
	 font-size: 15px;
	border-bottom: 1px solid #dee2e6 !important;
}
.table-area .table{
	border-left: 1px solid #dee2e6!important;
}

/*blog-post*/

.blog-page{
	padding: 60px 0;
}
.all-blog-page{
	background: #fff;
	padding: 30px;
}
.widget {
	padding: 30px 30px 30px;
	margin-bottom: 25px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
	box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
}

.search-form form{
    position: relative
}

.search-form input {
    width: 100%;
    height: 55px;
    border: 0;
    background-color: #f1f1f1;
    padding-left: 20px;
    border-radius: 5px;
}

.search-form button {
	position: absolute;
	right: 0;
	top: 0px;
	height: 55px;
	width: 60px;
	border: 0;
	background-color: #041A23;
	font-size: 20px;
	padding: 0 20px;
	border-radius: 0 5px 5px 0;
	color: #fff;
}
.search-form button:hover {
    background-color: #130f40;
}

.widget h4 {
	color: #000000CC;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 24px;
}

.latest-post.widget {
    padding-bottom: 20px;
}

.recent-post-single {
    overflow: hidden;
    margin-bottom: 20px;
}

.recent-post-thumb.two img {
    margin: 0;
    border-radius: 5px;
}

.recent-post-thumb {
    float: left;
    width: 30%;
}
.recent-post-cont {
	float: left;
	width: 70%;
	padding: 0 1px 0 8px;
}
.recent-post-cont.two a {
	color: #000000CC;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}
.recent-post-cont.two a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #d0d0d0;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.recent-post-cont.two a:hover {
	color: #041a23;
}
.recent-post-cont.two span {
	font-family: Kalpurush;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #333;
}

.menu-services-icon.two {
    margin: 0 0 0 15px;
}

.widget-list li {
	padding: 0 0 10px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: 13px;
}

.widget-list li a {
	color: #000000CC;
	font-size: 16px;
	font-weight: 400;
}

.widget-list li i {
    color: #33065B;
    padding-right: 5px;
}

.menu-list.widget {
    padding-bottom: 20px;
}

.widget-list li a:hover {
    color: var(--bg_one);
}
.tag-list li {
	display: inline-block;
	margin: 5px 3px;
}
.tag-list li a {
	display: block;
	font-family: Kalpurush;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
	color: #00000099;
	border: 1px solid #8a888899;
	padding: 5px 10px;
}
.tag-list li a:hover{
	background: var(--bg_one);
	color: #fff;
}
/*news*/
.news-singel {
	margin-bottom: 25px;
}
.news-singel .img img{
	width: 100%;
	height: auto;
}
.news-singel .news-content {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 19px;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
    min-height: 205px;
}
.news-singel .news-content span{
	color:#00000099;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
}

.news-singel .news-content h3 {
	line-height: 27px;
	padding-bottom: 10px;
}
.news-singel .news-content h3 a {
	font-size: 19px;
	font-weight: 400;
	line-height: 34px;
	color: #000;
	line-height: 23px;
	padding-bottom: 10px;
}
.news-singel .news-content p{
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
}
.news-button{
	margin-top: 10px;
}
.news-button a{
	border: 1px solid #00000012;
	padding: 10px 12px;
	color:#000000CC;
}
.news-button a:hover {
	background: #041a23;
	color: #fff;
}
/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  transition: background-color 0.4s;
  margin:0 5px;
}
#border-pagination li a.active {
	background-color: #041a23;
	color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}

/*photo gallery*/
.photo_list-page{
	padding: 60px 0;
}
.photo-gallery{
	background: #fff;
	padding:25px;
}
.img-singel {
	margin-bottom: 20px;
}
.img-singel img {
	width: 100%;
	height: auto;
	border: 1px solid #dbd8d8;
	padding: 11px;
	border-radius: 2px;
}

.nav_section {
	position: relative;
	padding: 10px 0;
	width: 93%;
	margin: 0 auto;
}


.nav_section .container .arrows {
  position: absolute;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}

.nav_section .container .arrows i {
  color: #000;
  background: #fa4e15;
  cursor: pointer;
  padding: 6px 10px;
}

.nav_section .slick-1 {
	left: -20px;
	bottom: 13px;
	position: absolute;
	top: 17%;
	z-index: 99;
}

.nav_section .slick-2 {
	right: -20px;
	bottom: 13px;
	position: absolute;
	top: 17%;
	z-index: 99;
}

.nav_section .container .arrows .slick-disabled {
  color: #fff;
}

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

.nav_section ul li {
  display: inline-block;
  margin: 0 10px;
}

.nav_section ul li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	padding: 5px 12px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	background: #cacaca;
	border-radius: 5px;
}


.nav_section ul li a:hover {
	color: #fff !important;
	background: #041a23;
}
.nav_section ul li a:hover::after {
  width: 100%;
}


.nav_section ul li:first-child {
  margin-left: 0;
}

/*blog detail*/
.detail-top .img img{
	width: 100%;
	height: auto;
}

.detail-top-content {
	padding-top: 35px;
}
.quets-content {
	padding: 30px 30px 30px;
	margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(51, 51, 51, 0.10);
	margin-top: 31px;
}
.quets-content .img{
	width:30%;
	float: left;
}
.quets-content .img img {
	width: 100%;
	height: auto;
	max-width: 175px;
}
.quets-content .quets-text{
	width: 70%;
	overflow: hidden;
}
.search-form.widget .form-control:focus {
	box-shadow: none;
	border: 1px solid var(--bg_one);
}

.more_btn{
	text-align: center;
	color:#000000CC;

}
.more_btn:hover{
		color:var(--bg_one);
}
.table-button a{
	width: 100%!important;
	display: block;
}


/*teacher details*/
.detail-img {
    padding: 10px;
    border: 1px solid gray;
    margin: 0 18px 3px 0px;
    display: inline-block;
    float: left;
}
.all-student {
    padding: 28px;
    background: #fff;
}
.detail-img img{
    width: 100%;
    height: auto;
}
.student-iden {
    display: inline-block;
    border: 1px solid var(--bg_one);
    padding: 11px;
    margin-top: 20px;
}
.student-iden h4{
    font-family: Kalpurush;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;

}
.student-iden p{
    font-family: Kalpurush;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;

}
@media all and (max-width:490px){
    .detail-img {
        display: block;
        float: none;
    }
    .detail_text {
        margin-top: 10px;
    }
}

table th{
    text-align: center;
    white-space: nowrap;
}


.sweet_alart-box {
    max-width: 300px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 0;
    right: 0;
    /* transform: translate(50%,50%); */
    transform: translateY(-50%);
    z-index: 99999;
}
.sweet_content .sweet-close {
    content: '';
    position: absolute;
    right: 8px;
    top: 8px;
    outline: none;
    background: none;
    border: none;
    color: #fff;
}
.sweet_content .icon span i {
    font-size: 47px;
    color: #fff;
}
.sweet_content h5{
    font-family: Kalpurush;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
}
.sweet_content p {
    font-family: Kalpurush;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

.orginal_color{
    background: var(--bg_one);
}
