/*
Template Name: Tamlim Board Bootstrap5 HTML5 Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Hind+Siliguri:wght@400;600;700&family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #f3f5fc;
}
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: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	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: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.section-padding{
	padding: 70px 0;
}
h2{
	font-size: 40px;
	font-weight: 400;
	color: #000;
}
h6{
	color: #1d5c4b;
}

/* sticky */
.header-bottom.sticky {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: #175b4e;
	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%);
	}
}

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

}
.loader{
    width: 80px;
    height: 80px;
    margin: 350px auto 0;
    perspective: 800px;
    position: relative;
}
.loader div{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}
.loader div:nth-child(1){
    border-bottom: 4px solid red;
    left: 0;
    top: 0;
    animation: rotate-one 1s linear infinite;
}
.loader div:nth-child(2){
    border-right: 4px solid green;
    right: 0;
    top: 0;
    animation: rotate-two 1s linear infinite;
}
.loader div:nth-child(3){
    border-top: 4px solid blue;
    right: 0;
    bottom: 0;
    animation: rotate-three 1s linear infinite;
}
@keyframes rotate-one{
    0%{ transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
    100%{ transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); }
}
@keyframes rotate-two{
    0%{ transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
    100%{ transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); }
}
@keyframes rotate-three{
    0%{ transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
    100%{ transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); }
}


/*Header*/
.header-top {

	padding: 8px 0px 43px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	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;
	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-top: 47px;
	margin-right: 15px;
}
.header-top .logo a img {
	max-width: 115px;
	width: 100%;
	height: auto;
}

/*navbar here*/
.header-bottom{
	background: rgba(11, 83, 69, 0.95);
}
.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);
}
.header-horizontal-menu .menu-content li a {
	display: block;
	padding: 0 16px;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 68px;
	transition: all 0.3s linear;
	b
}
.header-horizontal-menu .menu-content li:last-child{
	border-right: none;
}
.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: 12px 0;
}
.header-horizontal-menu .menu-content li .sub-menu li {
	margin-left: 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: start;
}
.header-horizontal-menu .menu-content li .sub-menu li a {
  color: #333;
  line-height: 40px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 400;
  position: relative;
}
.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: 14px;
  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;
}
/*banner-area*/
.banner-area {
	background: #ffff;
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}
.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: 200px 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: 18px;
	height: 18px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	/* border-radius: 0px; */
	border: 2px solid #fff;
	border-radius: 50%;
}
.banner-area .owl-dot.active span {
	background: #0B5345!important;
}
.notice-board {
	background: #fff;
	box-shadow: 0px 0px 30px 0px #b8bcc8;
	overflow: hidden;
	max-height: 400px;
	height: 100%;
	border-bottom: 1px solid #0b5345;
}
.notice-board h4 {
	text-align: center;
	background: #0B5345;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 14px 0;
	text-transform: uppercase;
}

.notice-content {
	padding: 17px 26px 40px 33px;
	border: 1px solid #0b5345;
}
.notice-content ul li {
	font-size: 17px;
	line-height: 30px;
	padding-top: 6px;
	color: #010000;
	font-weight: 300;
	position: relative;
	padding-left: 1.2em;
	border-bottom: 1px solid #eee5e5;
}

.notice-content ul li::before {
	content: '\f101';
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	display: block;
	font-size: 14px;
	position: absolute;
	color: #0b5345;
	margin-left: -1.2em;
}
.notice-content ul li a {
	margin-left: 10px;
	color: #000;
}
/*cheif-area*/
.content-area {
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
	position: relative;
}
/*.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;
}
.member-box {
	border: 1px solid #0b5345;
	text-align: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.member-box .header {
	background: #0b5345;
	padding: 40px;


}
.member-box .header .img{
	border: 1px solid #FFFFFF;
	padding: 9px;
	position: relative;
}
.member-box .header img {
	width: 150px;
	height: 150px;
	text-align: center;



}
.member-box .header .img::before {
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	content: '';
	left: -6px;
	top: 50%;
}
.member-box .header .img::after {
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	content: '';
	right:-6px;
	top: 50%;
}
.member-content {
	padding: 30px 40px;
	background: #fff;
}
.member-content h6 a {
	color: rgba(21, 20, 20, 0.8);
	margin: 10px;
	display: inline-block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
}


.member-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #3e3939;
	width: 77%;
	margin: 0 auto;
}


.side-warp .add-content h5 {
	padding: 22px;
	font-size: 1.2em;
	overflow: hidden;
	background-color: #0b5345;
	color: #ffff;
	font-weight: bold;
	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;
}
.event-singel2 {
	background: #f3f5fc;
	padding: 11px;
	box-shadow: 1px 2px 11px 2px #e1e1e1;
	margin-bottom: 13px;
}
.event-singel2 h6{
	padding-top: 6px;
}
.event-singel2 .en-btn {
	color: #fff;
	padding: 8px 17px;
	background-color: #1b5949;
	border-radius: 5px;
	text-align: end;
	margin-top: 5px;
	display: inline-block;
}
.event-singel {
	margin-bottom: 13px;
}
.event-singel h6 a {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 10px;
	display: block;
}
.event-singel a{
	color: #000;
}
.event-singel h6 a:hover {
	color: #0093d8;
}
.image-detail {
	background: #fff;
	padding: 40px;
	border: 1px solid #1e5e4d;
	border-radius: 12px;
}
.image-detail h2 {
	font-size: 25px;
	padding-bottom: 14px;
}
.video-link{
	margin-top: 50px;
}
.related-img{
	margin-top: 40px;
}
.related-img a img{
	width: 100%;
	height: auto;
}
.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 {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	padding-top: 10px;
	display: block;
}
.video-single .title:hover {
	color: #0b5345;
}
.video-single img {
	width: 100%;
	height: auto;
}
.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-single .technology-video2 {
	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: -22px;
	z-index: 1;
	background-color: #fff;
	border: 3px solid #0b5345;
	color: #0b5345;
	padding-left: 5px;
}
.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-color: #fff;
}
.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('assets/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;
	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;
	font-family: 'Abril Fatface', cursive;
}
.about-content .about-des p {
	line-height: 30px;
	width: 67%;
	margin: 0 auto;
}

/*joining area*/
.join-area{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.join-single {
	text-align: center;
	background: #fff;
	padding: 8px 7px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 #f0eded;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 20px;
	background: #0b5345;
	border: 7px solid transparent;
}
.join-single:hover{
	background: #fff;
	border: 7px solid #0b5345;
}

.join-cnt {
	border: 1px solid #dfdfdf;
	padding: 12px 0px;
}
.join-single:hover a,
.join-single:hover .icon i{
	color: #0b5345;
	transition: all 0.3s ease;
}
.join-single h5 {
	width: 100%;
	margin: 0 auto;
}
.join-single h5 a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 2px;
}
.join-single h5 a:hover {
	transition: all 0.3s ease;
	color: #000;
}
.join-single .icon i {
	font-size: 43px;
	color: #fff;
	padding-bottom: 18px;
}
/*footer-area*/
.footer-area {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.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::before {
	width: 100%;
	height: 1px;
	background: #FFFF;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.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: 18px;
}
.ft-link ul li a{
	font-size: 16px;
	font-weight: 400;
	color:#fff;
}
.ft-link ul li a i {
	color: #13ecc1 !important;
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #80d4f8;
	/* border-radius: 13px; */
}
.form-control:focus {
	color: #000;
	background-color: #ffff;
	border-color: #0b5345;
	outline: 0;
	box-shadow: none;
}
.contact-form button {
	width: 40%;
	margin: 0 auto;
}
.footer-bottom {
	background: #21604e;
	padding: 30px 0;
}
.footer-bottom .social-link ul{
	display: flex;
	justify-content: start;
}
.footer-bottom .social-link ul li a {
	color: #fff;
	padding: 10px 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #1877f2;
	border-radius: 50%;
	margin: 0 7px;
	text-align: center;
	line-height: 11px;
}
.footer-bottom .social-link ul li:nth-child(1) a{
	background: #1877f2;
	color: #fff;
}
.footer-bottom .social-link ul li:nth-child(2) a{
	background: #ea412c;
	color: #000;
}
.footer-bottom .social-link ul li:nth-child(3) a{
	background:linear-gradient(to left bottom,#c710ae,yellow); ;
	color: #fff;
}
.footer-bottom .social-link ul li:nth-child(4) a{
	background: #41a1f2;
	color: #000;
}
.ft-bottom-right{
	text-align: end;
}
.ft-bottom-right p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}

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



.about-image {
    margin-left: 25px;
    position: relative;
}
.about-image::before {
	position: absolute;
	content: '';
	width: 345px;
	height: 270px;
	background: transparent;
	border: 8px solid #ffffff;
	top: 58px;
	left: 114px;
	border-radius: 12px;
	z-index: -1;
}
.img-1 img{
	max-width: 350px;
	height: auto;
}

.img-1 .img-11{
    transition: all .3s ease;
    z-index: 1;
    max-width: 350px;
		height: auto;
		width: 100%;
}

.img-2 {
	position: absolute;
	top: 100px;
	right: 85px;
	transition: all .1s ease;
	z-index: 2;
}

.img-2 img{
	border-radius: 12px;
}
.img-1 .img-11 {
	transition: all .1s ease;
	z-index: 1;
	border-radius: 12px;
}
.about-image .img-1:hover .img-2{
    z-index: -1;

}
.about-image .img-11:hover{
	transform: scale(1.1) translateY(-1rem);
	outline: 8px solid #fff;
	outline-offset: 9px;
}
.about-image .img-1 .img-2:hover {
	opacity: 111;
	z-index: 999;
	transform: scale(1.1) translateY(-1rem);
	outline: 8px solid #fff;
	outline-offset:9px;
}

.about-heading h2 span{
	position: relative;
	padding-bottom: 10px;
}
.about-heading h2 span::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 196px;
	height: 2px;
	background: #0a8cbd;
	bottom: -40px;
	left: 0;
}

/*taam -area*/
.team-heading{
	text-align: center;
}
.team-heading h6 {
	font-size: 14px;
	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: #0b5345;
	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: #fff;
	padding-top: 10px;
}
.form-single a:hover {
	color: #a3dbd0;
}
/*fee area*/
.fee-table table thead {
	background-color: #0b5345;
	color: #ffff;
	text-align: center;
}
.fee-table .table tbody tr{
	text-align: center;
	border: 1px solid #4e716a;
}
.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-full-content {
	width: 100%;
	background-color: #fff;
	height: 100%;
}
.contact-full-content .left-content {
	width: 40%;
	float: left;
	background: #165648;
	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: 18px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
}
.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: 60px;
	height: 60px;
	background: #08352c;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
}
.contact-text {
	margin-top: 8px;
	margin-left: 12px;
}

.contact-text h6{
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
}
.contact-text p a,
.contact-text p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	padding-top: 2px;
}
.contact-form2{
	padding-top: 33px;
}
.contact-form2 .form-control {
	display: block;
	width: 100%;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #10735d;
	border-radius: 6px;
}
.contact-form2 button {
	width: 40%!important;
	margin: 0 auto;
}
.staf-single {
	display: flex;
	justify-content: start;
	align-items: center;
	background: #165648;
	padding: 30px 20px;
	margin-bottom: 20px;
}
.staf-content {
	margin-left: 15px;
}
.staf-content h6 {
	font-size: 16px;
	color: #fff;
	line-height: 31px;
}
.staf-content h6 span{
	margin-left: 10px;
}
.staf-single .img img {
	max-width: 110px;
	border-radius: 50%;
	width: 100%;
}
#contact-map{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
/*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;
	font-family: 'Hind Siliguri', sans-serif;
}
.date-nav ul li.active{
	background: #246558;
}
.calander-button {
	margin-bottom: 20px;
	margin-top: 20px;
}
.calander-button a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	background: #FFFF;
	padding: 20px 20px;
	color: #000;
	display: inline-block;
}
.content-button a:hover,
.calander-button a:hover{
	color: #ffff;
	background:#246558;;
}
.content-button {
	text-align: center;
	margin-top: 28px;
	margin-bottom: 20px;
}
.content-button a{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	background: #0B5345;
	padding: 20px 20px;
	color: #fff;
	display: inline-block;
}

.add-content {
	background: #0b5345;
}
.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: 14px;
	font-family: 'Hind Siliguri', sans-serif;
}
.important-link ul li a span{
	padding-right: 5px;
}
.important-link ul li a:hover {
	background: #02201a;
}
/*///calander*/
.wrapper-calander {
	background: #0e594b;
	margin-bottom: 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.wrapper-calander" {
    margin: 15px auto;
    max-width: 1100px;
}

.container-calendar {
    background: #ffffff;
    padding: 15px;
    max-width: 475px;
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: #0d4b3e;
	color: #fff;
	border: 1px solid #f5fffd;
	border-radius: 4px;
	padding: 5px 10px;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}
.table-calendar td, .table-calendar th {
	padding: 5px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: top;
	background: rgb(22, 81, 69);
	color: #ffff;
}
.date-picker.selected {
    font-weight: bold;
    outline: 1px dashed #00BCD4;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

/* friday */
.date-picker:nth-child(6) {
  color: green;
}
#monthAndYear {
	text-align: center;
	margin-top: 0;
	color: #ffff;
	padding: 12px;
	font-size: 22px;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
	margin-top: 1em;
	border-top: 1px solid #e8e8e8;
	padding: 10px 0;
	color: #000;
}
.footer-container-calendar label {
	font-size: 14px;
	padding-left: 5px;
	color: #fff;
}
.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}
.modal-header {
	background: #0f4f42;
	color: #ffff;
}
.modal-body {
	padding: 6px;
	border: 5px solid #0f4f42;
}
.card-header {
	text-align: center;
	background: #0B5345;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 14px 0;
	text-transform: uppercase;
	padding: 19px 20px;
}
.en-date{
	display: block;
	font-size: 25px;
  }
  .bn-date{
	color: #fdfdfd;
  }
  .ar-date{
	color: #06ef1c;
  }
/* result page  */
.result{
	padding: 70px 0;
}
.result_card{
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px #b8bcc88f;
}
.result_card_body{
	padding: 50px;
}
.result_card select,
.result_card input{
	border-radius: 50px;
}
.search_button{
	border-radius: 50px;
	padding: 15px 25px;
	border: unset;
	color: #fff;
	background-color: #0b5345;
}
.result_card h2 {
	color: #fff;
	background-color: #0B5345;
	padding: 20px 0;
}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 65px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
                }
.whatsapp-icon {
    margin-top: 16px;
}

.result_card_body .form-control {
	display: block;
	width: 100%;
	padding: 10px 12px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #155145;
	border-radius: 13px;
}




/*-------------------------------------------------------------------------------------
    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;
	}
}
.sharesection{
	display: flex;
    justify-content: end;
}
span.shareit {
    margin-top: 14px;
}
#social-links ul {
    display: flex;
    justify-content: end;
}
#social-links ul li{
  padding: 5px 10px;
}
#social-links ul li a{
	font-size: 30px;
}

.section-news {
    padding: 5px 0;
}
.news {
    width: 100%;
    background: #165b4e;
}
.news-title {
	width: 158px;
	text-align: center;
	background: #f01;
	position: absolute;
	z-index: 10;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	color: #fff;
}
.news-title span {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    line-height: 48px;
}
.news-title span a{
    color:#fff;
}
.news marquee {
  font-size: 16px;
  margin-top: 13px;

}
.news-content p {
    margin-right: 41px;
    display: inline;
    color: #f01;
    font-weight: 600;
}

.news-content p a{
    margin-right: 41px;
    display: inline;
    color: white;
    font-weight: 600;
}
