/*
  Theme Name: Codeware Edu Theme
  Theme URL:
  Author: Codeware Ltd.
  License: https://Codewareltd.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
/*font-family: 'Fjalla One', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');
/*font-family: 'PT Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic,cyrillic-ext,latin-ext');
/*font-family: 'PT Sans Narrow', sans-serif;*/

li{
  list-style: none;
}

body{
  font-family: 'PT Sans', sans-serif;
  background: #888383;
}

/*====== $ Header $ =======*/
.container-fluid {
	max-width: 1600px;
	padding-right: 0;
	padding-left: 0;
}
.row {
	 margin-right: 0px;
	 margin-left: 0px;
}
#header {
  height: 96px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
}
.main-header {
	background: #002147;
}
#header #logo {
	float: left;
}
#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
.site-name h1 {
	color: #fff;
	margin: 1px !important;
}
.site-name {
	margin-top: 25px;
}
#header.header-fixed .site-name {
	margin-top: 13px;
}
.sitename-en{
    font-size: 16px;
}

.sitename-bn {
	font-family: 'SolaimanLipi', sans-serif;
	font-size: 22px !important;
}
#header #logo img {
	padding: 0;
	margin: 0;
	width: 65px;
	margin-top: 17px;
	float: left;
	background: #fff;
	border-radius: 1px;
	margin-right: 7px;
}
.header-fixed .logo a img {
	margin-top: 6px !important;
	width: 60px !important;
	margin-bottom: 6px !important;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}


#header.header-fixed {
  padding: 0px;
  height: 72px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-header .row {
	margin-right: 5px !important;
	margin-left: 15px !important;
}
/*====== $ Special Impact Header $ =======*/
/*#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;

background: rgba(73,155,234,1);
background: -moz-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -webkit-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -webkit-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -o-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -ms-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );

}
#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: -4px 0 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.header-fixed .logo a img {
  margin-top: 0px !important;
  width: 83% !important;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  padding: 8px 0;
  height: 72px;
  transition: all 0.5s;
  background: rgba(73,155,234,1);
background: -moz-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -webkit-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -webkit-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -o-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: -ms-linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
background: linear-gradient(to right, rgb(17, 53, 89) 3%, rgba(26, 76, 125, 0.9) 18%, rgba(34, 89, 153, 0.5) 99%, rgba(39, 106, 183, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );

}
.header-fixed .menu-has-children ul {
  margin-top: -6px;
}*/
.p-b-15{
    padding-bottom:15px;
}
/*====== $ Start Nav Menu $ =======*/
.main-nav-menu .nav-menu ul {
  position: absolute;
  display: none;
  top: 94%;
  left: 0;
  z-index: 99;
  margin: 4px 0 0 0;
  padding: 10px;
}
.menu-has-children ul  {
  top: 106%;
  margin-top: 18px;
  /*  background: rgba(21, 58, 101, 0.88);*/
  background: #fffc;
  color: #000;
}
.main-nav-menu .nav-menu ul {
  position: absolute;
  display: none;
  top: 97%;
  left: 0;
  z-index: 99;
  margin: 4px 0 0 0;
  padding: 10px;
  background: #fff;
  width: auto;
}
.main-nav-menu li:last-child  ul{
	position: absolute;
	display: none;
	top: 97%;
	left: -38px;
	z-index: 99;
	margin: 4px 0 0 0;
	padding: 10px;
	background: #fff;
	width: auto;
}
.main-nav-menu .nav-menu > li > a {
  cursor: pointer;
}
.header-fixed .menu-has-children ul {
	top: 117%;
}
.main-nav-menu  .nav-menu li {
  position: relative;
  white-space: nowrap;
  -webkit-transition: .3s;
  transition: .3s;
}

.main-nav-menu .nav-menu > li {
  float: left;
}
.main-nav-menu .nav-menu ul li a{
  display: block;
}
.event-details .row {
	margin-right: 15px;
	margin-left: 15px;
}

#nav-menu-container {
  float: right;
  margin: 0;
}
#header.header-fixed #nav-menu-container {
  float: right;
  margin: 0;
  /* padding: 12px 0px; */
  margin-top: 26px;
}
#header.header-fixed .social-icon {
  top: 31%;
}


/* Nav Meu Styling */

.main-nav-menu .nav-menu>li>a:hover ,.main-nav-menu .nav-menu>li>a:focus{
  padding: 25px 10px;
  text-decoration: none;
  display: inline-block;
  color: #ff0000;

  font-weight: 400;
  font-size: 14px;
  outline: none;
}

.header-fixed .main-nav-menu .nav-menu>li>a {
  padding: 5px 10px;
}

.menu-has-children ul {
  top: 108%;
  background: rgba(255, 255, 255);
  margin-top: 18px;
  width: 100%;
}
.menu-has-children ul li a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.main-nav-menu .nav-menu > li > a {
	padding: 36px 10px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	outline: none;
	text-transform: capitalize;
	font-weight: normal;
	transition: .3s;
	font-family: 'Merriweather', 'seri';
}
.main-nav-menu .nav-menu > li > a:hover, .main-nav-menu .nav-menu > li > a:focus {
	padding: 36px 10px;
	text-decoration: none;
	display: inline-block;
	color: #57aacb;
	font-weight: 400;
	font-size: 18px;
	outline: none;
	text-transform: capitalize;
	font-weight: normal;
	font-family: 'Merriweather', 'seri';
}
/*.main-nav-menu .nav-menu > li > a:hover, .main-nav-menu .nav-menu > li > a:focus {*/
/*	padding: 25px 10px;*/
/*	text-decoration: none;*/
/*	display: inline-block;*/
/*	color: #5e8fc8;*/
	/* font-weight: 400; */
/*	font-size: 22px;*/
/*	outline: none;*/
/*	text-transform: uppercase;*/
/*	font-weight: bold;*/
	/* outline: none; */
/*}*/
.header-fixed .main-nav-menu .nav-menu > li > a {
  padding: 5px 10px;
  cursor: pointer;
}
.nav-menu ul ul {
  margin: 0;
}
/*.sf-arrows .sf-with-ul:hover {*/
/*  padding-right: 30px;*/
/*}*/

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}



/*====== $ Start Footere $ =======*/

.footer-area {
  background-image: url(../images/footer_bg.jpg);
  /*  height: 300px;*/
  padding: 25px 0px 25px;
  background-position: center;
  background-size: cover;
  color: #948C83;
}
.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links ul li a {
  color: #a7a7a4;
  font-size: 13px;
}
.footer-links ul li a i {
  padding-right: 5px;
}
.footer-links ul li a:hover {
  color: #fff;
}
.footer-title {
  margin-bottom: 40px;
}
.footer-title h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  /*    font-family: 'Playball', cursive;*/
  letter-spacing: 3px;
  position: relative;
  margin-top: 0px;
}
.footer-title h3::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 65px;
  background: #fff;
  bottom: -10px;
  left: 0;
}
.footer-about p {
  color: #a7a7a4;
}
.footer-contact-info table{
  font-size: 13px;
}
.footer-contact-info table td:nth-child(1) {
  color: #fff;
}
.footer-contact-info table td:nth-child(2), .footer-contact-info table td a {
  color: #a7a7a4;
}
.footer-contact-info strong {
  font-size: 13px;
  color: #b6b6b6;
}
.footer-contact-info p {
  margin-bottom: 0;
  font-size: 13px;
}
.footer-contact-info ul{
  padding-left: 5px;
}
.footer-bottom-social, .social-icon {
  text-align: right;
}
.footer-bottom-social ul, .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom-social ul li, .social-icon ul li {
  list-style: none;
  display: inline-block;
  color: #fff;

}

.footer-bottom-social ul li a, .social-icon ul li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 300px;
  color: #fff;
  line-height: 2.4em;
  border-radius: 4%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /* background: #fff; */
  font-size: 17px;
}
.footer-bottom-social ul li a:hover, .social-icon ul li a:hover{
  color: #00923f;
}

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

.quick-btn ul li{
  display: block;
}
.quick-btn ul li a{
  display: block;
  padding: 10px 15px;
  background: #856;
  color: #fff;

}
.quick-btn ul li a {
  display: block;
  padding: 10px 15px;
  background: #A51C30;
  color: #fff;
  margin-bottom: 10px;
}
.quick-btn ul li a i {
  padding-right: 10px;
  font-size: 20px;
}
.quick-btn ul li a {
  display: block;
  padding: 10px 15px;
  background: #218838;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  border-radius: 3px;
}
.quick-btn ul li a:hover {
  color: #0076ff;
}
/*======| Footer End|=======*/


/*====== $ Start Return top Btn $ =======*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: #2A3A53;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*====== $ End Return top Btn $ =======*/
/*====== $ Start Full Page Search Box $ =======*/

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 92px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  /* z-index: 9999999; */
}
/*====== $ End Full Page Search Box $ =======*/
/*====== $ Start Zoom Slider $ =======*/
.sub-home-slider .carousel-item img {
  max-height: 380px;
}
#demo-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
  background-color: #999;
  top:-75px;
}
.demo-inner-content {
  position: relative;
  z-index: 2;
  margin: 180px auto;
  padding: 20px;
  max-width: 1018px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.demo-inner-content h1 {
  font-size: 41px;
  margin: 0;
  font-weight: bold;
}
/*====== $ End Zoom Slider $ =======*/
/*====== $ Start Footere Bottom $ =======*/
.sub-homepage-title-search {
  margin-top: 97px;
  background: #E4E5E6;
  /* margin-bottom: 15px; */
  /* align-content: ; */
  padding: 5px 0px;
}

.footer-bottom {

}
.footer-bottom {
   background: #002147;
  padding: 15px 0px 0px 0px;
  border-top: 1px solid #a6b3c1;
   position: relative;
  color: #fff;
  margin: 0;
}
.copy-right {
  padding-top: 10px;
}
/*.sub-homepage-title h1::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  height: 54px;*/
/*  width: 5px;*/
/*  background: #218838;*/
/*  left: 0;*/
/*  top: -4px;*/
/*}*/

.sub-homepage-title h1 {
  letter-spacing: 3px;
  color: #444;
  font-size: 22px;
  margin: 0px;
  padding: 4px 0;
  /* font-family: 'Lobster', cursive; */
  letter-spacing: 0px;
  font-weight: 600;
}



/*=====|Event |======*/

.nav-tab-menu {
  color: #222 !important;
}
.nav.nav-pills.nav-tab-bg {
  background: #F6F6F6;
  margin-bottom: 10px;
}
.single-notice-line {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #218838;
  border-radius: 0px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
}

.single-tab {
  width: 50%;
  text-align: center;
}
.notice-title h3 a{
  font-size: 18px;
  color: #222;
}
.single-notice-line {
  border: 1px solid #eee;
  padding: 10px;
}
.notice-title p a{
  margin: 0;
  color: #333;
}
.tab-body {
  height: 300px;
  overflow: auto;
}
.notice-title p {
  margin: 0;
}
.notice-img i {
  font-size: 22px;
  padding: 16px 0px;
  margin: 0;
}
.notice-title:hover h3 a {
  color: #0078fe;
}

.teacher-panel .profile-img {
	top: 0px;
	float: left;
	position: relative;
	right: 0;
}
.teacher-panel .profile-img img {
	width: 100%;
	box-shadow: 0px 0px 3px #d5d5d5;
}
.teacher-panel .emp-profile{
    margin-top: 15px;
    padding: 20px 0 0;
}
.student-profile-main .emp-profile{
    margin-top: 15px;
    padding: 20px 0 0;
}
.student-profile-main .profile-img {
	top: 0px;
	float: left;
	position: relative;
	right: 0;
}
.student-profile-main .profile-img img {
	width: 100%;
	box-shadow: 0px 0px 3px #d5d5d5;
}
.student-profile-main .teacher-data-info {
	margin-top: 1px;
	padding:0 20px 10 20px;
}
.wc-message {
  height: 391px;
  overflow: auto;
}
.title-b {
  text-align: left;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  /* letter-spacing: 1px; */
}
/*=====| Wc Message |======*/

.wc-message img {
  width: 300px;
  float: left;
  margin-right: 20px;
}


/*=======| News area |=====*/
.single-news-post img {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
.news-event-title {
	text-transform: uppercase;
	/* letter-spacing: 3px; */
	font-weight: bold;
	color: #222;
	font-size: 24px;
	font-weight: 700;
	margin-left: 12px;
}

.single-news-title h3 {
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  font-weight: bold;
  padding-top: 7px;
  font-family: sans-serif;
  min-height: 50px;
}
.single-news-title h3 a {
  color: #333;
  font-family: 'PT Sans', sans-serif;
}
.single-event:hover h3 a {
  color: #A51C30;

}
.read-more:hover {
  background: #57aacb;
  color: #fff;
  border: 1px solid #A51C30;
}
.news-post-date {
  font-size: 13px;
  color: #555;
}

.single-news-post:hover .single-news-title h3 a {
  color: #A51C30;
}

.event-iner-section {
    padding: 0 15px;
}





/*====| Event Start |=====*/

.notice-event-area {
  padding-top: 50px;
  background: #F3F1EC;
}
.event_list {
	position: relative;
}
.all-evnet {
	position: absolute;
	bottom: 0;
	right: 40px;
}
.mar-right{
    margin-right: 23px;
}
.evant-date {
  background: #218838;
  color: #fff;
  text-align: center;
  margin-right: -15px !important;
  border: 1px dashed #45aa5a;
  padding: 2px;
}

.evant-date p {
  font-weight: 700;
  font-size: 25px;
}

.evant-date span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.notice-event-area {
  padding-top: 25px;
  background: #F3F1EC;
  padding-bottom: 25px;
}




.gallery-address {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #F3F1EC;
}
.owl-dots {
  display: none;
}

.cus-thum img {
  border: 0px;
  /* padding-bottom: 4px; */
  /* box-shadow: 4px 4px 1px rgba(0,0,0,.2); */
  margin-bottom: 18px;
  height: 150px;
  width: 100%;
}

.wc-message h2 {
  color: #222;
  font-size: 25px;
}
.wc-message p {
  color: #777;
  line-height: 27px;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  margin: 0px;
}
.articles-recharge-area {
  background: #fff;
  padding: 50px 0;
}
.sub-home-contact-address .col-lg-12{
    padding-right: 15px;
    padding-left: 0px;
}

.articles-recharge-title h2 {
  text-align: left;
  color: #fcfcfc;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 15px;
  /* font-weight: bold; */
  /* letter-spacing: 1px; */
  text-transform: uppercase;
}
.single-Research-post img {
  width: 100%;
  border-bottom: 3px solid #218838;
}
.Research-post-title h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  font-weight: bold;
  padding-top: 7px;
  font-family: sans-serif;
}
.Research-post-title h3 a{
  color: #333;
}
.single-Research-post {
	background: #fff;
	min-height: 410px;
}

.Research-post-title {
  padding: 15px;
}
.single-Research-post .read-more {
	display: inline-block;
	border: 1px solid #000;
	border-radius: 0px;
	color: #000;
	padding: 8px 9px;
	text-transform: uppercase;
	margin-top: 12px;
	font-size: 14px;
	position: absolute;
	bottom: 13px;
}

/**/
.yorum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1C3F72;
  padding-bottom: 25px;
}


.owl-item {
  padding: 10px;
}

.card-yazÄ± p {
  padding: 30px 40px 50px 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.card-yazÄ± p::after {
  content: url("https://i.hizliresim.com/ODgyXA.png");
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 10px 0 0 20px;
}

.card-yazÄ± p::before {
  content: url("https://i.hizliresim.com/zMXJz4.png");
  width: 40px;
  height: 40px;
  position: relative;
  top: -10px;
  left: -18px;
}

.card-yazÄ± {
  background-image: linear-gradient(135deg, rgb(255, 247, 32) 10%, rgb(60, 213, 0) 100%);
  position: relative;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favicon {
  width: 100%;
  height: auto;
}

.favicon img {
  height: 90px;
  width: 90px !important;
  position: absolute;
  bottom: -45px;
  left: 39%;
  border-radius: 100px;
  border: 8px solid white;
}

.puan {
  margin-top: 20px;
}


.puan img {
  height: 20px;
  width: 20px !important;
  margin: 30px 5px 0 0;
}

.isim h1 {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

.isim p {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-family: sans-serif;
}

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

.teamy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.teamy_layout {
  position: relative;
}
.teamy_preview {
  position: relative;
  overflow: hidden;
}
.teamy_avatar {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.teamy_preview:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.teamy_back {
  width: 100%;
  /* height: 100%;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  will-change: opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.teamy:hover .teamy_back {
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
  transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}
.teamy_name {
  margin-top: 0;
  margin-bottom: 0;
}
.teamy_post {
  display: block;
}
/*
 * 2. visual styles
 */

/* common styles for visual styles */

.teamy_back {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.teamy_content {
  padding: 20px;
}
.teamy_name {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'montserratbold';
}
.teamy_post {
  margin-top: .5em;
  font-size: .8em;
  text-transform: capitalize;
  color: #fcfcfc;
}
/* style 1 */

.teamy_style1 {
  text-align: center;
}
.teamy_style3 .teamy_name {
  font-size: 2em;
}

/*
 * 3. masks
 */

/* mask circle */

.teamy_mask-circle .teamy_preview:before {
  width: 0;
  height: 0;
  padding: 25%;
  border-radius: 50%;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease;
  transition: opacity .3s ease-out, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease-out;
  transition: transform .3s ease, opacity .3s ease-out, -webkit-transform .3s ease;
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.teamy_mask-circle:hover .teamy_preview:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(4);
  transform: translate(-50%, -50%) scale(4);
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}
/* mask triangle */

.teamy_mask-triangle .teamy_preview:before {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
  clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: .2s, .4s;
  transition-duration: .2s, .4s;
  -webkit-transition-delay: .4s, 0s;
  transition-delay: .4s, 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  will-change: transform, opacity;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.teamy_mask-triangle:hover .teamy_preview:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(5);
  transform: translate(-50%, -50%) scale(5);
  -webkit-transition-delay: .1s, 0s;
  transition-delay: .1s, 0s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
/*
 * 4. animations for preview
 */

/* zoom */

.teamy_zoom-photo .teamy_avatar {
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.teamy_zoom-photo:hover .teamy_avatar {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* zoom and rotate */

.teamy_zoom-rotate-photo .teamy_avatar {
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.teamy_zoom-rotate-photo:hover .teamy_avatar {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
/* zoom and slide */

.teamy_zoom-slide-photo .teamy_avatar {
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: transform;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
}
.teamy_zoom-slide-photo:hover .teamy_avatar {
  -webkit-transform: scale(1.2) translate(4%, 4%);
  transform: scale(1.2) translate(4%, 4%);
}

/*
 * 5. default skin
 */

@media screen and (max-width: 360px) {
  .melnik909 {
    display: none;
  }
}
/* layout */

.section:nth-of-type(even) {
  background-color: var(--colorGray);
}
.section_header {
  position: relative;
  padding-bottom: 2rem;
  text-align: center;
  text-transform: capitalize;
}
.section_header:before {
  content: "";
  width: 5rem;
  height: 3px;
  background-color: var(--colorAlternative);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section_title {
  font-size: 2.4rem;
  font-family: 'heebo';
  color: #eee;
}
.section_title span {
  color: #007efa;
}
.section_hint {
  font-size: 1.4rem;
  display: block;
  margin-top: 0rem;
}
.section_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.teamy_preview img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .section {
    padding-top: 3rem;
    background: #A51C30;
  }

  .section_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section_header {
    margin-bottom: 3rem;
  }
}
/* demo params */

.teamy_preview:before {
  background-color: var(--demoColorMask, rgba(1, 94, 186, .8));
}
.teamy_style2 .teamy_content {
  background-color: var(--demoColorContent, rgba(72, 27, 174, .85));
}
/* social buttons */

.social {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  padding: 6px;
  /* background-color: #fff;*/
  color: #fff;
  border-radius: 100%;
  margin: 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.social:hover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.social_icon {
  width: 100%;
  height: 100%;
  fill: rgba(72, 27, 174, 1);
  fill: var(--demoColorIcon, rgba(72, 27, 174, 1));
}
.social_name {
  position: absolute;
  left: -9999px;
}
/* grid */

.teamy-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
  .teamy {
    width: 100%;
  }
  .teamy:not(:first-child) {
    margin-top: 3rem;
  }
}


/*about */
.about-news {
  overflow: hidden;
  background: #fff;
  padding: 25px 0;
  /* color: #a9a5a5; */
}
.about-box p {
  text-align: justify;
  font-size: 16px;
}
.today-events:hover .hero-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hero-image {
  width: 95%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.today-events .hero-image img {
  width: 100%;
  position: absolute;
  height: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}
/*.today-events .hero-text {*/
/*  background: #0009;*/
/*  height: 100%;*/
/*  text-align: center;*/
/*  padding-top: 70px;*/
/*  position: absolute;*/
/*  width: 95%;*/
/*}*/
.today-events .hero-text {
	height: 120px;
	text-align: left;
	position: absolute;
	width: 95%;
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 0, 0));
	bottom: 0;
	padding-top: 48px;
	padding-left: 24px;
	padding-right: 24px;
}
.today-events .hero-text p{
  color:#ededed;
}
.today-events .hero-text h2 {
  text-transform: capitalize;
  font-size: 1.7em;
  margin-bottom: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 1px;
  color: #ededed;
  font-weight: bold;
  text-shadow: 0 0 2px #1f1f1f;
}
.title-4 {
  text-transform: capitalize;
  font-weight: 700;
  color: #222;
  font-size: 24px;
}
.btn-style{
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: inherit;
  line-height: normal;
  padding: 1em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: background .2s;
  transition: background .2s;
  text-transform: uppercase;
}
.btn-style:hover{
  color:#999;
}


/*Contact info*/

.address-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.address-box ul li {
  display: block;
}
.address-box ul li a {
  display: block;
  padding: 1px 0;
  color: #444;
  font-size: 18px;
}
.address-box ul li a i {
  padding: 10px 0;
  color: #444;
  font-size: 18px;
  /* float: left; */
  margin-right: 10px;
}
.address-box {
  border: 1px solid #ddd;
  padding: 10px;
}
.address-box {
	border: 1px solid #ddd;
	padding: 10px 10px 50px 10px;
	margin-right: 16px;
}

.google-map {
  margin-bottom: -5px;
}


/*====== $ Start Footere $ =======*/
.footer-links {
  border-right: 1px solid #a6b3c1;
  width: 95%;
  height: 80%;
}
.footer-area {
	padding: 45px 0px 10px;
	background-position: center;
	background-size: cover;
	color: #948C83;
	background: #002147;
	border-top: 1px solid #1c3f66;
	border-right: 1px solid #1c3f66;
}
.footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-links ul li a {
  color: #a7a7a4;
  font-size: 16px;
  padding: 2px 0;
  display: block;
}
.footer-links ul li a i {
  padding-right: 5px;
}
.footer-links ul li a:hover {
  color: #fff;
}
.footer-title {
  margin-bottom: 40px;
}
.footer-title h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  /*    font-family: 'Playball', cursive;*/
  letter-spacing: 3px;
  position: relative;
  margin-top: 0px;
}
.footer-title h3::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 65px;
  background: #fff;
  bottom: -10px;
  left: 0;
}
.footer-about p {
  color: #a7a7a4;
}
.footer-contact-info table{
  font-size: 13px;
}
.footer-contact-info table td:nth-child(1) {
  color: #fff;
}
.footer-contact-info table td:nth-child(2), .footer-contact-info table td a {
  color: #a7a7a4;
}
.footer-contact-info strong {
  font-size: 15px;
  color: #b6b6b6;
}
.footer-area .ftitle-4 {
  font-size: 28px;
  color: #bcb9b9;
}
.footer-contact-info p {
  margin-bottom: 0;
  font-size: 16px;
}
.footer-contact-info ul{
  padding-left: 5px;
}
.footer-bottom-social, .social-icon {
  text-align: right;
}
.footer-bottom-social ul, .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom-social ul li, .social-icon ul li {
  list-style: none;
  display: inline-block;
  color: #fff;

}

.footer-bottom-social ul li a, .social-icon ul li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 300px;
  color: #fff;
  line-height: 2.4em;
  border-radius: 4%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  /* background: #fff; */
  font-size: 17px;
}
.teacher-data-info .tab-content {
	margin-top: 40px;
	padding: 10px 15px;
}
.footer-col-4 {
  padding-left: 0px;
}
.footer-col-4 li{
  margin-top: 10px;
}
.link-btn {
	background: #225187;
	padding: 10px 20px;
	color: #fff;
	border-radius: 3px;
	width: 100%;
	display: block;
	border: 1px solid #3277AE;
	text-align: left;
	font-size: 17px;
	text-shadow: 0 0 2px #000;
	transition: .4s;
}
.footer-col-4 .link-btn.webmail-link {
	margin-top: 10px;
}
.footer-col-4 .link-btn:hover {
	color: #fff;
	text-shadow: none;
	background: #3277AE;
}
/*======| Footer End|=======*/

.owl-carousel .owl-nav button.owl-next {
  background: 0 0;
  color: #fff;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  right: -20px;
  top: 40%;
  font-size: 33px;
}
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #fff;
  border: none;
  padding: 0 !important;
  font: inherit;
  position: absolute;
  left: -20px;
  top: 40%;
  font-size: 33px;
}
.Research-post-title h3 a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}


/*====| page 1 Start |======*/
.page-bannar {
  margin-bottom: 0px;
}
.page-bannar img {
  width: 100%;
}
.page-bannar .title-content {
  position: relative;
  text-align: center;
  color: #ffff;
  /* background: #0000004d; */
  top: 0;
  position: absolute;
  width: 100%;
  height: 236px;
  padding-top: 150px;
}
.page-bannar .title-content .title-1 {
  color: #106333;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 0 0 1px #e1e1e1;
}
.title-border {
  border-bottom: 4px solid #a51c30;
  width: 50px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
}

/* =============Notice page============== */
.notice-page{
  margin: 50px 0;
}
.notice-box h2 {
  margin-bottom: 35px;
  margin-left: 15px;
}
.nd-sidebar ul{
  padding-left: 0;
}
.nd-sidebar ul li{
  min-height: 80px;
}
.nd-sidebar ul li a{
  font-size: 16px;
  color: #222;
  padding-top: 5px;
  display: block;
}
.nd-sidebar ul li a h6 {
  padding-top: 10px;
  font-size: 15px;
  font-weight: bold;
}
.nd-sidebar .title-5{
  margin-top: 20px;
}
.pagination-box {
  text-align: center !important;
  display: inline-block;
  margin: 0 auto;
}
.teacher-data-info {
	/* margin-top: 10px; */
	padding-left: 0;
	padding-right: 0;
	padding: 15px;
}
.pagination-box .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #106333;
  border-color: #106333;
}
.pagination-box .page-link {
  color: #106333;
}
.width100 {
  width: 100%;
}
/*====== $ Notice $ =======*/
.all-notice-btn {
  float: right;
  color: #000;
  border: 1px solid #000;
  font-family: 'PT Sans Narrow', sans-serif;
}
.notice-outer {
  /* background: url(../images/eb.jpg) no-repeat; */
  background-size: cover;
  height: 100%;
  background-attachment: fixed;
}
.notice-overlay {
  background: #bcbcbc99;
  padding: 20px 0 50px;
}
.notice-title {
  color: #272727;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  /* padding: .5em; */
  background: #1c3f72;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  padding: 7px 10px !important;
  -webkit-transition: .5s;
  transition: .5s;
  width: 98%;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
}
.login-btn {
  width: 15%;
  background: #2a4c70b3;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #275e9c;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
  color: #000!important;
}
.tab-contents {
  padding: .5em 2em 1em;
  background: #fff;
  overflow: hidden;
}



.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: 0px;
    margin-top: 0;
    overflow: hidden;
  }
}
/*.notice-outer .nav-tabs  {
  float: left;
  display: block;
  border-bottom: 0;
  border-right: 1px solid #e8e8e8 !important;
  width: 15%;
  height: 100%;
  border-right: 1px solid #ebebeb !important;
  background: #ededed;
}
.notice-outer .nav-tabs .nav-item{}
.notice-outer .nav-tabs .nav-item .nav-link {
  color: #000 !important;
  padding: 4px 10px !important;
  font-size: 13px;
}
.notice-outer .nav-tabs li .active {
  background: #afadad !important;
  border-radius: 0;
}
.notice-outer .nav-tabs li .active {

}
.notice-outer .nav-tabs li .active {
  background: #afadad !important;
  border-radius: 0;
}*/
.notice-outer .tab-content {
  overflow: hidden;
  padding: 0px 20px;
}
.notice-outer .tab-content .tab-pane{}
.date-box {
  /* background: #385a80; */
  width: 70px;
  border-radius: 4px;
  float: left;
  margin-right: 15px;
  height: 70px;
  border: 1px solid #106333;
}
.date-box > h5 {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
  color: #000;
  margin-bottom: 0;
}
.date-box > h5 strong {
  display: block;
  color: #f8f8f8;
  font-size: 28px;
  background: #106333;
  border-radius: 3px 3px 0 0;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.notice-box{
}
.notice-box .title{}
.notice-box ul {
  padding-left: 0;
}
.notice-box ul li:last-child{

}

.notice-box ul li {
  width: 47%;
  margin-right: 2%;
  float: left;
  margin-bottom: 10px;
  min-height: 100px;
}
.column-left-border {
  border-left: 1px dashed #b4b2b2;
}
.notice-box ul li > a {
  padding: 0px 10px !important;
  display: block;
  overflow: hidden;
}
.notice-box ul li a p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #444;
  font-family: sans-serif;
}
.notice-box ul li a h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  font-weight: bold;
  padding-top: 7px;
  font-family: sans-serif;
}
.pagination-box {
  text-align: center !important;
  display: inline-block;
  margin: 0 auto;
}

.pagination-box .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #106333;
  border-color: #106333;
}
.pagination-box .page-link {
  color: #106333;
}

/* =============Event list page============== */
.event-list-col{
  margin-top: 30px;
}
.page-bannar img{
  width: 100%;
}
.page-bannar .title-content {
	position: relative;
	text-align: left;
	color: #ffff;
	/* background: #0000004d; */
	top: 0;
	position: absolute;
	width: 100%;
	height: 236px;
	padding-top: 130px;
	padding-left: 30px;
}
.card {
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.page-bannar {

}
.page-bannar .title-content .title-1 {
  color: #106333;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 0 0 1px #e1e1e1;
  margin-bottom: 0;
}
.page-bannar .title-border {
  margin: 0 auto;
}
.event-list .row {
	margin-right: 15px;
	margin-left: 15px;
}
.event-list {
  margin: 10px 0 40px;
}
.event_img{
  width: 100%;
  overflow: hidden;
}
.event_img img {
  width: 100%;
  -webkit-transition: .6s;
  transition: .6s;
  max-height: 250px;
}
.event-list-col:hover .event_img img {
}

.event_text h4 {
  font-size: 22px;
  font-weight: bold;
}
.event_text h4 a{
  color: #222;
  -webkit-transition: .5s;
  transition: .5s;
}
.event-list-col:hover .event_text h4 a{
  color: #a51c30;
}
.event_text {
  margin-top: 10px;
}
.event_clock{
  float: left;
}
.event_clock,.event_map{
  background: #ededed;
  padding: 10px;
  width: 49%;
}
.event_map {
  float: right;
}

/* =============Event list page============== */
/* =============Event Details page============== */

.event-details {
  margin: 30px auto;
}
.dsingle-event{
    margin: 115px auto 20px;
}
.devent-title {
	width: 85%;
	float: right;
	position: absolute;
	margin-top: -135px;
	background: #ffffffe6;
	height: 120px;
	right: 0;
	padding: 12px 5px;
}
.event-details-map{
  background: #ededed;
  padding: 10px;
  width: 100%;
}
.events-detail-content img {
  width: 100%;
  margin-bottom: 15px;
}
.event-details .info-box {
  background: #ededed;
  padding: 8px 5px 3px;
}
.more-events-img{
  margin: 10px 0;
}
.more-events-img img{
  width: 100%;
}
.ed-sidebar ul{
  padding-left: 0;
}
.ed-sidebar ul li a img {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.ed-list {
	min-height: 80px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	display: block;
	float: left;
    width: 100%;
}
.ed-list a p {
  color: #000;
  margin-bottom: 0;
}
.ed-list span {
  color: #777;
  font-size: 14px;
}
/* =========Login Css========== */

.login-bg{
  background: #9CECFB;
  background: -webkit-linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
  background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
}
.login-box {
  margin-top: 150px !important;
  padding: 10px;
}

/* =========Login Css========== */
.card-box {
	background: #f9f9f9;
	padding: 20px 5px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 0 2px #d2d1d1;
	margin: 10px 0;
	overflow:hidden;
}
.card-box2 {
  background: #fff;
}

.member-list-head .follow-us{
  padding-left: 10px;
  display: inline-block;
  text-align: center;
}
.member-list-head .follow-us li{
  float: left;
}
.member-list-head .follow-us li a {
  font-size: 14px;
  padding: 3px 12px;
  display: block;
  margin-top: 5px;
  color: #fff;
  margin-left: 7px;
  width: 35px;
  text-align: center;
}
.member-list-head .follow-us li .fb-link {
  background: #2f65ab;
  border: 1px solid #1d477d;
}
.member-list-head .follow-us li .twt-link {
  background: #26b3a8;
  border: 1px solid #1a867d;
}
.member-list-head .follow-us li .ldin-link {
  background: #0274b3;
  border: 1px solid #16577b;
}
.profile-head label{
  margin-bottom: 0;
}
.profile-head .col-md-9 p{
  margin-bottom: 0;
}
.member-list-row {
  margin: 0px;
}
.member-list-row .card-box {
	margin: 0px !important;
	margin-bottom: 10px !important;
}
.student-name {
	color: #002147;
	font-size: 20px;
}
.view-profile-btn {
  margin-top: 15px;
}
.dept-list-box{

}
.dpt-btn-list-outer .dpt-btn-list{
  padding-left:0px;
}

.dpt-btn-list-outer .dpt-btn-list li a {
  padding-left: 10px;
  background: #fcfcfc;
  display: block;
  margin-bottom: 2px;
  border-bottom: 1px solid #dbd7d7;
  /* color: ; */
  padding: 3px 10px;
  color: #121212;
  font-size: 16px;
  transition: .4s;
}
.dpt-btn-list-outer .dpt-btn-list li.active a {
  background: #aa190e;
  color: #fcf9f9;
  border-bottom: 1px solid #ae2c1d;
  /* box-shadow: 0px 1px 1px #999; */
}

.our-webcoderskull .cnt-block h3{
  margin-bottom: 0;
}
.our-webcoderskull .cnt-block span {
  margin-bottom: 10px;
  display: block;
}
.our-webcoderskull ul {
  padding-left: 0;
  margin-bottom: 0;
}
.col-md-4.f-img-col {
	padding: 0;
}
.member-list-row .img-thumbnail, .member-list-head .img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 1px;
	max-width: 90%;
	height: auto;
}
.fml-col-inner {
  border: 1px solid #dddbdb;
  margin-bottom: 10px;
  min-height: 200px;
  padding: 8px;
}
.f-img-col figure {
  margin-bottom: 0;
}
.f-img-col img {
	width: 100%;
	max-height: 200px;
	border: 1px solid #eee;
}
.fml-data label{
 margin-top: 10px;
 margin-bottom: 0;
}
.fml-data p{
 margin-top: 10px;
 margin-bottom: 0px;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
  display: block;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{
     border:1px solid #999999;
   text-align:center;
   margin-bottom:28px;
   padding:40px 25px;
}
.our-webcoderskull .cnt-block{
  transition: .3s;
  box-shadow: 0px 0px 0px #fff;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);

}
.practice-area .inner h3{
    color:#3c3c3c;
  font-size:24px;
  font-weight:500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}
.practice-area .inner p{
    font-size:14px;
  line-height:22px;
  font-weight:400;
}
.practice-area .inner img{
  display:inline-block;
}

.our-webcoderskull .cnt-block {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  text-align: center;
  border: 1px solid #d5d5d5;
  margin: 0 0 28px;
  min-height: 325px;
}
.our-webcoderskull .cnt-block figure {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.our-webcoderskull .cnt-block h3 {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 0;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
  color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
  color:#337ab7;
}
.our-webcoderskull .cnt-block p{
   color:#2a2a2a;
   font-size:13px;
   line-height:20px;
   font-weight:400;
}
.our-webcoderskull .cnt-block .follow-us{
  margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{
    display:inline-block;
  width:auto;
  margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{
   font-size:24px;
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{
   color:#025a8e;
}
.dpt-btn-list-outer{
  margin-bottom: 15px;
}
/* =======Single Profile======== */

/* =======Single Profile======== */
.single-member {
  height: 97%;
  padding-bottom: 15px;
}
.data-block {
  border: 1px solid #0274b3;
  border-radius: 3px;
  margin: 10px 0;
}
.data-block .title-5 {
  background: #f9f9f9;
  max-width: 250px;
  display: ruby-text;
  padding: 0px 10px;
  margin-top: -9px;
  color: #0274b3;
  font-size: 15px;
  font-weight: bold;
  display:table;
}
.single-member .profile-img img{
  box-shadow: none;
  border-radius: 0px;
}
.sp-table{
  width: 96.5%;
}

.rd-btn {
  /* position: absolute; */
  /* top: -40px; */
  right: 150px;
  margin-top: -38px;
}
.llr-box {
	position: absolute;
	z-index: 2222;
	right: 0;
	background: #225187;
	width: 160px;
	border-radius: 0 0 0 35px;
}
.llr-box ul {
  text-align: center;
  margin-left: 0;
  padding-left: 15px;
}
.llr-box ul li {
  float: left;
}
.llr-box ul li a {
  padding: 1px 10px 4px;
  color: #bcbcbc;
  display: block;
  font-size: 15px;
  transition: .4s;
  font-weight: bold;
  border-right: 1px dotted #177840;
}
.llr-box ul li:last-child a {
  border-right: none;
}
.llr-box ul li a.active {
  color: #fff;
}
.language-bar {
	position: relative;
}

/* ======== Contact Page ======= */
.login-block {
  /* background: #DE6262;
  background: -webkit-linear-gradient(to bottom, #4B96BF, #5BA440);
  background: linear-gradient(to bottom, #4B96BF, #5BA440); */
  padding: 0;
}
.login-block .login-form {
  background: #f9f8f8;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #cfcece;
}
.banner-sec {
  border-left: 1px solid #b7b7b7;
}
.contact-sec {
  background: #e7e7e7;
  padding: 15px;
}
.pb-margin-btm-none{
  margin-bottom: 0;
}
/* ======== Contact Page ======= */
.m-b-20{
  margin-bottom: 20px;
}
.page-section{
  margin-bottom: 20px;
}
.page-img {
	/* margin-top: 25px; */
	width: 20%;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
/* ==============Switch============ */
.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span, .checkbox-inline.checbox-switch span {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: #bcb8b8;
  border-color: #c0bcbc;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
    top:-1px;
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 16px;top:-1px;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span, .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
  background-color: rgb(29, 84, 143);
  border-color: rgb(30, 85, 143);
  /* box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset; */
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: red;
    border-color: red;
   /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.info-switch{
left: 8px;position: relative;
}
.einfo-table{
    table-layout:fixed;
}
.table-layout{
    table-layout:fixed;
}
.height100{
    height:100%;
}
.publication-table{
  width: 96%;
}
.main-content-section {
	overflow: hidden;
	background: #DAD0D0;
}
.container-inner {
	padding: 0 15px;
}
.attendance-info {
	padding-bottom: 15px;
}
/* ==============Switch============ */
.pub-list {
	border-bottom: 1px solid #abccde;
}
.pub-link {
	padding: 0px 15px;
	display: block;
	color: #333;
}
.data-block.p-l-0{
	padding-left: 0;
}
.data-block.p-l-0 .title-5 {
	margin-left: 50px;
}
