.clear::after {
    clear: both;
    display: block;
    content: ' ';
}

.no-padding {
	padding: 0;
}

input{
    text-transform:none;}

.common-btn {
    text-transform: uppercase;
    background: #2059a8;
    font-weight: 500;
    color: #fff !important;
    padding: 7px 15px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    transition: .2s all;
    -webkit-transition: .2s all;
}

.common-btn:hover {
    background: rgba(32,89,168,0.77);
}

#myImg {
	cursor: pointer;
	transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  


/*Language css*/

.ed-com-t1-right{
	float: right;
}
.ed-com-t1-right ul{
}
.ed-com-t1-right ul li{
	float: left;
	display: inline-block;
}
.ed-com-t1-right ul li a{
	color: #fff;
	padding: 7px 12px;
	line-height: 30px;
	font-size: 12px;
}
.ed-com-t1-right ul li:nth-child(1) a{
	background: #dfa812;
}
.ed-com-t1-right ul li:nth-child(2) a{
	background: #013673;
}


/*New Menu css*/


.header {
	background: rgb(114, 10, 10);
	position: relative;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  }
  
  .header-one,
  .header-one .site-navigation {
	background: #02274d;
  }
  
  .header-one .navbar-collapse {
	padding-left: 0;
  }
  
  @media (max-width: 991px) {
	.navbar-collapse.collapse {
	  overflow-y: auto;
	}
  }
  
  .header-one ul.navbar-nav > li {
	padding-left: 0;
	padding-right: 30px;
  }
  
  @media (max-width: 991px) {
	.header-one ul.navbar-nav > li {
	  padding-right: 0;
	}
  }
  
  .header-one .logo-area {
	padding: 30px 0;
  }
  
  .navbar-fixed {
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0;
  }
  
  .header-two {
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	padding: 15px 0;
  }
  
  .header-two .navbar-fixed {
	background-color: #fff;
  }
  
  ul.navbar-nav > li > a {
	padding: 15px 0 !important;
	color: #fff;
  }
  
  @media (max-width: 991px) {
	ul.navbar-nav > li > a {
	  padding: 1px 0 !important;
	}
	.navbar-nav {
	  margin-bottom: 15px;
	}
  }
  
  ul.navbar-nav > li:hover > a,
  ul.navbar-nav > li.active > a {
	color: #ffb600 !important;
  }
  
  /*-- Logo --*/
  .logo img {
	width: auto;
	height: 100px;
  }
  
  .header-two .logo img {
	height: 30px;
  }
  
  /* header right */
  .header-right {
	float: right;
  }
  
  ul.top-info-box {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
  }
  
  @media (max-width: 767px) {
	ul.top-info-box {
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  align-items: center;
	}
  }
  
  ul.top-info-box li {
	position: relative;
	float: left;
	margin-left: 0;
	border-right: 1px solid #dedede;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 25px;
	margin-right: 25px;
  }
  
  @media (max-width: 767px) {
	ul.top-info-box li {
	  border: 0;
	  text-align: center;
	  margin: 0;
	  padding: 0 20px;
	  margin-top: 10px;
	}
  }
  
  @media (max-width: 400px) {
	ul.top-info-box li {
	  border: 0;
	  text-align: center;
	  margin: 0;
	  flex: 0 0 100%;
	  margin-top: 15px;
	}
  }
  
  ul.top-info-box li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
  }
  
  ul.top-info-box li.last {
	border-right: 0;
  }
  
  ul.top-info-box li .info-box span.info-icon {
	font-size: 20px;
	display: inline-block;
	text-align: center;
	margin: 2px 5px 0 0;
	position: relative;
  }
  
  ul.top-info-box li .info-box .info-box-content {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	flex-direction: column;
  }
  
  ul.top-info-box li .info-box .info-box-title {
	font-size: 14px;
	margin-bottom: 8px;
	line-height: normal;
  }
  
  ul.top-info-box li .info-box .info-box-subtitle {
	margin: 0;
	line-height: normal;
	font-size: 15px;
	font-weight: 700;
	color: #111;
  }
  
  /*-- Search start --*/
  ul.top-info-box > li.nav-search {
	cursor: pointer;
	padding-left: 30px;
	margin-left: 30px;
  }
  
  ul.top-info-box > li.nav-search:before {
	position: absolute;
	content: '';
	background: #ddd;
	left: 0;
	width: 1px;
	height: 40px;
	top: 50%;
	margin-top: -10px;
  }
  
  ul.top-info-box > li.nav-search i {
	font-size: 16px;
	top: 10px;
	position: relative;
	cursor: pointer;
	color: #999;
  }
  
  /* Main navigation */
  .navbar-toggler {
	float: left;
	margin-top: 10px;
	padding: 12px;
  }
  
  .navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
  }
  
  .navbar-toggler {
	margin: 10px 0;
	padding: 6px;
	border-radius: 0;
	font-size: 1rem;
	background: #ffb600;
  }
  
  .navbar-toggler:focus {
	outline: 0;
  }
  
  .navbar-dark .navbar-toggler-icon,
  .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  ul.navbar-nav > li:hover > a,
  ul.navbar-nav > li.active > a {
	color: #ffb600;
	position: relative;
  }
  
  ul.navbar-nav > li {
	padding: 0 13px;
	position: relative;
  }
  
  @media (max-width: 1200px) {
	ul.navbar-nav > li {
	  padding: 0 9px;
	}
	ul.navbar-nav > li .nav-link {
	  font-size: 12px;
	}
  }
  
  .header-two .navbar-nav > .header-get-a-quote {
	top: -4px;
  }
  
  @media (max-width: 991px) {
	.header-two ul.navbar-nav > li {
	  padding: 0;
	  width: 100%;
	}
  }
  
  ul.navbar-nav > li:last-child {
	padding-right: 0;
  }
  
  ul.navbar-nav > li:last-child:after {
	background: none;
  }
  
  ul.navbar-nav > li > a:hover,
  ul.navbar-nav > li > a:focus {
	background: none;
  }
  
  ul.navbar-nav > li > a i {
	font-weight: 700;
  }
  
  @media (max-width: 991px) {
	ul.navbar-nav > li > a i {
	  float: right;
	  background: #222;
	  padding: 6px 10px;
	  margin-top: 7px;
	}
	.header-two ul.navbar-nav > li > a i {
	  color: #fff;
	}
	.header-two ul.navbar-nav > li.active > a i,
	.header-two ul.navbar-nav > li > a.active i {
	  color: #ffb600;
	}
  }
  
  ul.navbar-nav > li > a:after,
  ul.navbar-nav > li > a:after {
	display: none;
  }
  
  ul.navbar-nav > li > a {
	font-family: "Montserrat", sans-serif;
	color: #fff !important;
	text-rendering: optimizeLegibility;
	font-weight: 600 !important;
	text-transform:none;
	letter-spacing: -.2px;
	font-size: 14px;
	margin: 0;
	line-height: 40px;
	padding: 30px 0;
	transition: 350ms;
  }
  
  .navbar-light ul.navbar-nav > li > a {
	color: #000 !important;
	font-size: 13px;
  }
  
  /* Dropdown */
  .dropdown-submenu {
	position: relative;
  }
  
  .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -2px;
	border-radius: 0;
  }
  
  .dropdown-submenu > a:after {
	display: block;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	float: right;
	margin-top: 0;
	margin-right: -5px;
	border: 0;
  }
  
  .dropdown-submenu:hover > a:after {
	border-left-color: #fff;
  }
  
  .dropdown-menu {
	text-align: left;
	background: #fff;
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
	border: 0;
	border-top: 2px solid #ffb600;
	padding: 0 20px;
	margin: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  
  @media (max-width: 991px) {
	.dropdown-menu {
	  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
	}
  }
  
  .dropdown-menu-large {
	min-width: 400px;
  }
  
  .dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  
  .dropdown-menu-large > li > ul > li > a {
	padding-left: 0;
  }
  
  .dropdown-menu-large > li > ul > li.active > a {
	color: #ffb600 !important;
  }
  
  .navbar-nav > li > .dropdown-menu a {
	background: none;
	/* list-style: none; */
  }
  
  .dropdown-menu li a {
	font-family: "Montserrat", sans-serif;
	display: block;
	font-size: 13px;
	text-transform: none;
	font-weight: 700;
	line-height: normal;
	/* text-decoration: none; */
	padding: 15px 0;
	letter-spacing: .3px;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
  }
  
  @media (max-width: 991px) {
	.dropdown-menu li a {
	  padding: 12px 0;
	}
  }
  
  .dropdown-menu li:last-child > a {
	border-bottom: 0;
  }
  
  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
	color: #ffb600;
  }
  
  @media (min-width: 991px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
	  display: block;
	}
  }
  
  @media (min-width: 991px) {
	ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
	  left: 100%;
	  top: 0;
	  display: none;
	}
	ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
	  display: block;
	}
  }
  
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > .dropdown-menu > .active > a {
	background: none;
	color: #ffb600;
	
  }
  
  /*-- Nav Search start --*/
  .site-navigation .container,
  .search-area {
	position: relative;
  }
  
  .search-area {
	min-height: 70px;
	padding-right: 0;
  }
  
  .nav-search {
	position: absolute;
	cursor: pointer;
	top: 22px;
	right: 18px;
	color: #999;
  }
  
  @media (max-width: 991px) {
	.nav-search {
	  top: 17px;
	}
  }
  
  .search-block {
	background-color: rgba(0, 0, 0, 0.65);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 300px;
	z-index: 10;
	margin-top: 0;
  }
  
  @media (max-width: 991px) {
	.search-block {
	  top: 58px;
	}
  }
  
  .search-block .form-control {
	background-color: #222;
	border: none;
	color: #fff;
	width: 100%;
	height: 40px;
	padding: 0 12px;
  }
  
  .search-block .search-close {
	color: #999;
	position: absolute;
	top: -53px;
	right: -4px;
	font-size: 32px;
	cursor: pointer;
	background: #23282d;
	padding: 5px;
  }
  
  @media (max-width: 991px) {
	.search-block .search-close {
	  top: -46px;
	}
  }
  
  .search-area .nav-search {
	top: 23px;
  }
  
  .search-area .search-block .search-close {
	top: -50px;
  }
  
  .search-area .search-block {
	right: 0;
  }
  
  /* Get a quote */
  .header-get-a-quote .btn-primary {
	padding: 12px 25px !important;
	font-size: 13px;
	border-radius: 3px;
	line-height: normal;
	text-transform: capitalize;
	color: #fff;
	margin-top: 5px;
  }
  
  @media (max-width: 1200px) {
	.header-get-a-quote .btn-primary {
	  padding: 12px !important;
	}
  }
  
  @media (max-width: 991px) {
	.header-get-a-quote .btn-primary {
	  padding: 12px 30px !important;
	}
  }
  
  .header-get-a-quote .btn-primary:hover {
	background: #272d33;
	color: #ffb600 !important;
  }
  
  ul.navbar-nav > li.header-get-a-quote:hover > a:after {
	position: relative;
	content: no-close-quote;
  }





/*-- Copyright --*/
.copyright {
	background: #ffb600;
	color: #111;
	padding: 25px 0 15px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	font-size: 12px;
  }
  
  .footer-menu ul li {
	display: inline-block;
	line-height: 12px;
	padding-left: 15px;
  }
  
  .footer-menu ul.nav li a {
	background: none;
	/* color: #111; */
	padding: 0;
  }
  
  .footer-menu ul li a:hover {
	color: #fff;
  }
  
  #back-to-top {
	right: 40px;
	top: auto;
	z-index: 10;
	display: none;
  }
  
  #back-to-top .btn:focus {
	outline: 0;
	box-shadow: none;
  }
  
  @media (max-width: 767px) {
	#back-to-top {
	  right: 15px;
	}
  }
  
  #back-to-top.position-fixed {
	bottom: 20px;
  }
  
  #back-to-top .btn.btn-primary {
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0.9);
	border-radius: 3px;
	color: #ffb600;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
  }
  
  @media (max-width: 767px) {
	#back-to-top .btn.btn-primary {
	  width: 32px;
	  height: 32px;
	  line-height: 32px;
	  font-size: 14px;
	}
  }
  
  #back-to-top .btn.btn-primary:hover {
	color: #fff;
  }



/********************************* TOPBAR START *************************************/
.top{
	display: flex;
	/* justify-content: space-around; 
	align-items: center; 
	flex-wrap: wrap;
	letter-spacing: 1px;
	font-weight: 600; */
}

.top form {
	margin-left: 8px;
}
.topspan{
	padding-right: 5%;
}

.tg-leftbox, .tg-rightbox, .tg-centerbox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

}

.tg-centerbox .tg-languagesdropdown select {
	color: #fff;
	outline: none;
	border: none;
}

.tg-centerbox .tg-languagesdropdown option:active, .tg-centerbox .tg-languagesdropdown option:focus {
	outline: none;
	border: none;
}

 .tg-tollfree a {
 	color: #fff;
	padding-right: 20px;
 }


 .tg-callcenter {
	color: #fff;
   
}

.tg-callcenter span {
	
	animation: blinker 1.5s linear infinite;
	padding-right: 10px;
	
  }
  
  @keyframes blinker {  
	0% {
		opacity: 0;
	  }
	  50% {
		opacity: .5;
	  }
	  100% {
		opacity: 1;
	  }
  }



.tg-rightbox .tg-social a {
	color: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	/*border: 1px solid #fff;*/
	border-radius: 50%;
	display: inline-block;
	margin-right: 12px;
	transition: all .4s;
}

.tg-rightbox .tg-social > a > i {
	font-size: 18px;
	line-height: 28px;
	display: block;
}

.tg-rightbox .tg-social > a:hover {
	background: #fff;
}

.tg-rightbox input#search {
	background: rgba(255, 255, 255, 0.05);
	width: 138px;
	height: 30px;
	border: 1px solid #ecf1f5;
	color: #fff;
	text-align: center;
    border-radius: 15px;
    transition: all .5s;
}


.tg-rightbox .icon{
	color: #ddd;
	padding: 2px 7px;
	border-radius: 2px;
	background: transparent;
	transition: all .5s;
}


.tg-rightbox:hover .icon {
	color: #fff;
}

.tg-rightbox form:hover input#search {
	opacity: 1;
}

.tg-rightbox input#search:focus{
	outline: none;
}


.tg-rightbox input#search::-webkit-input-placeholder {
   color: #fff;
}
 
.tg-rightbox input#search:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
 
.tg-rightbox input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
 
.tg-rightbox input#search:-ms-input-placeholder {  
   color: #fff;  
}

/*************************************** TOPBAR END ********************************************/






/*************************************** HEADING START ********************************************/  


.banner{
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	width: 100%;
	height:120px;
	padding:.7em 0;
	background-color: rgba(233, 241, 246, 0.715);
}

 .logo{margin:0;position:relative}
 .logo{float:right;text-align:center}
 .tagline{text-align:center; text-transform: none;padding-right: 1rem;}
 .tagline ul.pull-right{float:none!important}
 .tagline h3.country-name{
              font-size: 20px;
              font-weight: 700;
              color:white;
              letter-spacing: 1px;
              margin-bottom: 1rem;
			  font-family: 'Lato', sans-serif;text-transform: none;

              
            }

.tagline h3.site-name {
              font-size: 25px;
              font-weight: 700;
              color: white;
              letter-spacing: 2px;
			  font-family: 'Lato', sans-serif;text-transform: capitalize;
            }

.small-screen {
	color: #2c2d3f; 
	font-weight: bold; 
	text-align: center;
	letter-spacing: 1px;
}

.type-animation{ 
	color: transparent;
}


.type-animation::before {
	position: absolute;
	content: attr(data-text);
	color: #ff6863;
	border-right: 2px solid #ff6863;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	animation: type 5s linear infinite;
}


@keyframes type{
	0% ,10%, 100%
	{
		width: 0;
	}


	70%, 90%
	{
		width: 100%;
	}
}


/***************************************HEADER END ************************************/










/************************************** HEADING TITLE START *******************************/

.footer-heading h6, .separator-left h6.head-title{ 
	position: relative;
    margin-bottom: 3.5rem;
	color: #030e30;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 15px;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.separator-left h6.head-title::before{
	position: absolute;
	content: "";
	display: block;
	top: 90%;
	left: 0;
	width: 7rem;
    height: 4px;
    margin-top: 12px;
    background: #f3b200;
}

.separator-center h6.head-title {
	position: relative;
    margin-bottom: 3.5rem;
    font-size: 22px;
    font-weight: 500;
	line-height: 2.5rem;
	text-align: center;
}

.separator-center h6.head-title::after {
	position: absolute;
	content: "";
	display: block;
	top: 90%;
	left: 45%;
	width: 5rem;
    height: 2px;
    background: #2C2D3F;
    margin-top: 10px;
}

/*************************** HEADING TITLE END ***********************************/


.list-format {
    position: relative;
    display: block;
    margin-bottom: 12px ;
    font-size: 14px; 
}

.list-format a {
	color: #fff;
}

.caret-list > span > a > i {
	margin-right: 8px;
}

.caret-list > span > a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.caret-list:hover span > a {
	padding-left: 8px;
} 

a.list-format, button.list-format {
	color: #2c2d3f;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
    }


a.list-format:focus, a.list-format:hover, button.list-format:focus, button.list-format:hover {
    color: #1987e8;
    text-decoration: none;
}



/*************************NEWS HEADING******************/

.news-heading{

	
}




.taarifa-nyaraka{

	text-transform: uppercase;
	text-align: justify;	
	color: #222222;
            font-size: 14px;
            font-family: "Lato", sans-serif;
            font-weight: 500;
            line-height: 24px;
            -webkit-font-smoothing: antialiased;
            text-transform: uppercase;
            text-justify: inter-word;
}

/***********************DEPATMENT**************************/

.core-home-section .core-activity {
	text-align: center
  }
  
  .core-home-section .core-activity .div-link {
	display: block;
	background-size: cover;
	background-position: center;
	
	background-repeat: no-repeat;
	transition: all .3s ease;
	color: #fefefe
  }
  
  .core-home-section .core-activity .div-link .core-activity-inside {
	background-color: rgba(0, 0, 0, .4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 2rem;
	width: 100%;
	padding: 0;
	min-height: 300px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, .3); */
	transition: all .3s ease
  }
  
  .core-home-section .core-activity .div-link .core-activity-inside h3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 200px;
	margin: auto;
	width: 100%;
	padding: 1rem;
	color: #fefefe;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
	text-align: center
  }
  
  .core-home-section .core-activity .div-link .core-activity-inside button {
	width: 100%;
	color: #fefefe;
	background-color: #02274d;;
	padding: 0 2rem;
	transition: all .2s;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none
  }
  
  .core-home-section .core-activity .div-link:hover {
	color: #fff
  }
  
  .core-home-section .core-activity .div-link:hover .core-activity-inside {
	background-color: rgba(0, 0, 0, .6)
  }
  
  .core-home-section .core-activity .div-link:hover .core-activity-inside button {
	transition: all .5s ease-in-out;
	background: #ec9c08;
  }

  button span{

	text-transform: none;
  }
  





/* .ed-course{
}
 .ed-course-in{
     margin-bottom: 30px;
     border-radius: 3px;
     position: relative;
     overflow: hidden;
}
 .course-overlay{
}
 .course-overlay img{
     height: auto;
     width: 100%;
}
 .course-overlay span{
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     z-index: 1;
}
 .ed-course-in a.course-overlay img {
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}
 .ed-course-in a:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(31, 44, 115, 0.57);
}
 .ed-course-in:hover a.course-overlay img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
} */




/*************************************** FOOTER START ************************************/
.leaders{
	position: relative;
	z-index: 1;
	background: #f4f9fd;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;
}
.leaders .leader-section {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 207px;
	/* background: rgba(0,0,0,0.05); */
	background: #f3f6f7;
	margin-bottom: 35px;
	/* box-shadow: 0 15px 35px rgba(0,0,0,0.2); */
	/*border-radius: 15px;*/
	-webkit-backdrop-filter: blur(10px);
}

.leader-section .slido, .leader-section .slidotwo{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0.75;
	transition: all 0.5s;
}

.leaders .leader-section:hover .slido, .leaders .leader-section:hover .slidotwo{
	opacity: 1;
	transform: translateY(-3px);
}

.leader-section .slido .img-thumbnail, .leader-section .slidotwo .img-thumbnail {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	border: 8px solid rgba(208, 219, 228, 0.25);
}


.slido h3, .slidotwo h3 {
	text-align: center;
	color: #222222;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	/* text-transform: uppercase; */
	text-transform: capitalize;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.slido h3 span, .slidotwo  h3 span{

	color: #222222;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;

}


.cycle-slideshow{z-index:1; height:100%;width:100%;padding-top: 30px;margin-bottom:0;margin:0;}
.cycle-slideshow img
{
	width:100%;height:530px;border-radius:0;margin-top:3px;
	box-shadow: 0 15px 35px rgba(0,0,0,0.2);object-fit: cover;
}


.overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1987e8;
    opacity: 0.8;
}

.cycle-overlay p{margin:0; color: #fff;}
.cycle-overlay{position:absolute;bottom:30px;display:none;margin:0;border-radius:0;width:99.35%;left:0;z-index:99999999999999!important;background:hsla(0,0%,100%,.31);background-color:rgba(27,40,51,.5);color:#fff;padding:15px}
.cycle-overlay div:first-child{font-size:24px}
.cycle-overlay p{padding:0;margin:0}

.hero {
	background: #f4f9fd;
}

.hero .col-md-3 {
	padding: 0;
	padding-bottom: 20px;
}

.hero .slide {
	padding: 0;
}


/*************************************** MIDDLE CONTEST START ******************************/
.news .news-details {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	
}

.tg-themepostcontent {
	/*background: #f8f8f8;*/
	padding: 20px 5px;
}

.tg-themepostcontent span {
	font-weight: 500;
	font-style: italic;
	letter-spacing: 2px;
	color: #fff;
	background: #2059a8; /*rgba(26, 118, 209, .8);*/
	display: inline-block;
	padding: 10px;
}

.tg-themeposttitle h6 {
	text-transform: uppercase;

}

.event {
	margin-bottom: 15px;
}

.event .post {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.event .details {
    float: left;
    width: calc(100% - 80px);
    padding-left: 20px;
}

.event .details h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.event .event-date {
    background-color: #2059a8;
    float: left;
    width: 65px;
    color: #fff;
    text-align: center;
    padding: 13px 20px;
}

.event .event-date .event-day, .event .event-date .event-month {
	font-size: 17px;
	font-style: italic;
	display: block;
	font-weight: 600;
}

.event .event-date .date span.even-month {
    letter-spacing: 3px;
}

.middle{
	background: #f8f9fa; /*#b4e0f2; #f4f9fd;*/
	/*box-shadow: -2px 0 20px rgba(0,0,0,0.2);*/
	padding: 5.5rem 5rem;	
}



.poster{
	position: relative;
}

#ytplayer .ytvideo {
	margin-top: 2rem;
	/*margin-bottom: 27px;
	padding: 20px 15px;
	box-shadow: 0px 22px 79px rgba(204,204,204,0.8);*/
}

.links {
	position: relative;
	padding: 1rem 5rem;
	margin-top: 1px;
	margin-bottom: 0;
	background: aliceblue;
	/*box-shadow: 0 2px 15px rgba(0,0,0,.4)*/
}

.links::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.05);
z-index: -1;
}

.links .list-format {
	color: #555;
}


/*************************************** MIDDLE CONTEST END ******************************/
.foot {
	padding: 0;
}

.tg-footermiddlebar{
	padding: 2rem 2rem;
	position: relative;
}

.tg-footermiddlebar::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000; 
    opacity: 0.1;
}

.contact-section > li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	text-transform: none;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.contact-section > li > i {
    color: #fff;
	text-align: center;
	font-size: 15px;
	margin-right: 16px;
}

.contact-section > li > span {
	letter-spacing: 1px;
}

.visitor-counter {
	position: relative;
	width: 260px;
}

.tg-footermiddlebar h6 {
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 24px;
    -webkit-font-smoothing: antialiased;

}

.footer-heading h6::before{
	position: absolute;
	content: "";
	display: block;
	top: 90%;
	left: 0;
	width: 3rem;
    height: 2px;
    margin-top: 12px;
    background: #2C2D3F;
}

.clstrm_outer {
	width: 215px !important;
	height: 234.15px !important;
}

.clstrm_inner {
	width: 215px !important;
	height: 215px !important;
}

.clstrm_bottom_shadow {
	width: 215px !important;
}

.clstrm_map {
	width: 215px !important;
	height: 215px !important;
}

.clstrm_ref_top {
	width: 215px !important;
	height: 215px !important;
}

.clstrm_inner_shadow {
	width: 215px !important;
	height: 215px !important;
}

.visitor {
	position: absolute;
	top: 75%;
	left: 80%;
}

.visitor a {
	color: transparent;
}


svg#besucherzaehler2 g {
	padding: 4px !important;
}


svg#besucherzaehler2 > g > rect:first-child {
	stroke: transparent !important;
}

svg#besucherzaehler2 > g > text {
	font-family: 'Open Sans', sans-serif !important;
}

h1 h2 h3 h4 h5 h6 p a article span{
	font-family: Arial;
}


/*************************************** FOOTER END **************************************/