@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,600,700|Roboto:300,400,500,600,700&display=swap");

body {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #969EAA;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #193460;
	margin: 0px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #969EAA;
	margin: 0px;
}

.bg_cover {
	background-image: url(../images/body-bg.jpg);
	background-size: cover;
	position: relative;
}
.bg_cover::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	background: rgba(24,118,242,0.8);
	background: -moz-linear-gradient(-45deg, rgba(24,118,242,1) 0%, rgba(0, 93, 255, 0.79) 9%, rgba(0,255,183,0.72) 91%, rgba(0,255,183,0.7) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(24,118,242,1)), color-stop(9%, rgba(0, 93, 255, 0.79)), color-stop(91%, rgba(0,255,183,0.72)), color-stop(100%, rgba(0,255,183,0.7)));
	background: -webkit-linear-gradient(-45deg, rgba(24,118,242,1) 0%, rgba(0, 93, 255, 0.79) 9%, rgba(0,255,183,0.72) 91%, rgba(0,255,183,0.7) 100%);
	background: -o-linear-gradient(-45deg, rgba(24,118,242,1) 0%, rgba(0, 93, 255, 0.79) 9%, rgba(0,255,183,0.72) 91%, rgba(0,255,183,0.7) 100%);
	background: -ms-linear-gradient(-45deg, rgba(24,118,242,1) 0%, rgba(0, 93, 255, 0.79) 9%, rgba(0,255,183,0.72) 91%, rgba(0,255,183,0.7) 100%);
	background: linear-gradient(135deg, rgba(24,118,242,1) 0%, rgba(0, 93, 255, 0.79) 9%, rgba(0,255,183,0.72) 91%, rgba(0,255,183,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1876f2', endColorstr='#00ffb7', GradientType=1 );
}







/*===========================
    2.HEADER css 
===========================*/
.top-bar {
	padding-top: 60px;
}

.top-bar .logo-bar .box {
	height: 100px;
	width: 100px;
	border: 5px solid #fff;
}

.top-bar .logo-bar .box span {
	color: #fff;
	font-weight: 700;
	line-height: 19px;
	padding-top: 32px;
	padding-right: 8px;
	text-transform: capitalize;
}

.top-bar .logo-bar .logo {
	margin-left: 15px;
}

.top-bar .logo-bar .logo a {
	background: #F3B005;
	height: 100px;
	text-align: center;
}

.top-bar .logo-bar .logo a img {
	width: 90%;
	padding-top: 10px;
	padding-left: 15px;
}

.top-bar .menu-bar ul li {
	display: inline-block;
}

.top-bar .menu-bar ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	padding-left: 25px;
	line-height: 100px;
}


.top-bar .menu-bar .map-button a, .top-bar .menu-bar .education-button a, .top-bar .menu-bar .egis-button a {
	line-height: 40px;
	color: #007bff;
	text-transform: uppercase;
	padding: 0px 15px;
	font-size: 16px;
	transition: 0.3s;
}

 .top-bar .menu-bar .egis-button a {
	color: #fff;
}

.top-bar .menu-bar .map-button a:hover,
.top-bar .menu-bar .education-button a:hover,
.top-bar .menu-bar .egis-button a:hover,
.top-bar .menu-bar .btn-lang:hover,
.top-bar .menu-bar .lang-dropdown.show a:hover{
	color: #fff;
}

.top-bar .menu-bar .btn-lang{
	background-color: #fff;
	border-radius: 0;
	color: #007bff;
	font-weight: 500;
	padding: 0px 15px;
	line-height: 40px;
	border: 0;
	position: relative;
    top: -1px;
}

.top-bar .menu-bar .lang-dropdown.show{
	background: #fff;
	min-width: 100%;
	transition: 0.3s;
}


.top-bar .menu-bar .lang-dropdown.show a{
	color: #007bff;
	line-height: 1.5;
	font-size: 16px;
	transition: 0.3s;
}

.top-bar .social-bar ul li {
	display: inline-block;
}

.top-bar .menu-bar .map-button, .top-bar .menu-bar .education-button, .top-bar .menu-bar .egis-button {
	background: #fff;
	transition: 0.3s;
}

.top-bar .menu-bar .egis-button {
	background: #fe5928;
}

.top-bar .menu-bar .map-button:hover,
.top-bar .menu-bar .education-button:hover,
.top-bar .menu-bar .egis-button:hover,
.top-bar .menu-bar .btn-lang:hover,
.top-bar .menu-bar .lang-dropdown.show a:hover {
	background: #007bff;
}

.top-bar .social-bar ul li a {
	color: #fff;
	line-height: 50px;
	font-size: 24px;
	margin-left: 20px;
	line-height: 100px;
}


.banner-content h2 {
	color: #fff;
	font-size: 48px;
	line-height: 53px;
	padding-top: 60px;
	font-family: "Roboto Condensed", sans-serif;
}


.banner-content h2 span {
	font-weight: 400;
}

.banner-content p {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	padding-top: 30px;
}



/*===========================
    3.MAIN AREA css
===========================*/
.main-area {	
	margin-top: 105px;
}

.main-area .box-item {
	margin-left: 5px;
	margin-right: 5px;
	padding: 40px;
	height: 400px;
	background: #fff;
}


.main-area .box-item.box-item1 {
	position: relative;
}

.main-area .box-item.box-item1 .float-left h4 {
	font-size: 21px;
	color: #193460;
	line-height: 24px;
	text-transform: uppercase;
}


.main-area .box-item.box-item1 .float-right span {
	color: #193460;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 700;
	line-height: 24px;
}


.main-area .box-item.box-item1 .float-right span i {
	color: #B1BAC9;
}

.main-area .box-item.box-item1 .progres-bar {
	height: 140px;
	width: 140px;
	border: 30px solid #2277F8;
	border-radius: 50%;
	border-top-color: #FEEE00;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(30deg);
}

.main-area .box-item.box-item1 .box-list {
	margin-top: 215px;
}
.main-area .box-item.box-item1 .box-list.box-list2{
	margin-top: 235px;
}
.main-area .box-item.box-item1 .box-list ul li {
	color: #193460;
	font-size: 18px;
	line-height: 34px;
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.main-area .box-item.box-item1 .box-list ul li {
		font-size: 16px;
	}
}

.main-area .box-item4 .box-list ul li {
	line-height: 27px !important;
}

.main-area .box-item4 .box-subtext p {
	font-size: 15px;
}

.main-area .box-item.box-item1 .box-list ul li span {
	font-weight: 700;
	position: relative;
	padding-left: 22px;
}

.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot > span:first-child::before {
	position: absolute;
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 50%;
	left: 0;
	top: 10px;
}

/* blue */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-2277F8 > span:first-child::before {
	background: #2277F8;
}

/* light green */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-4DE2C1 > span:first-child::before {
	background: #4DE2C1;
}

/* light blue */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-light-blue > span:first-child::before {
	background: #0AAEEA;
}

/* purple */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-b721ff > span:first-child::before {
	background: #b721ff;
}

/* yellow */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-FEEE00 > span:first-child::before {
	background: #FEEE00;
}

/* light red */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-FA5252 > span:first-child::before {
	background: #FA5252;
}

/* gray */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-C6C6C6 > span:first-child::before {
	background: #C6C6C6;
}

/* orange */
.main-area .box-item.box-item1 .box-list ul li.chart-legend-dot.dot-FF8F00 > span:first-child::before {
	background: #FF8F00;
}


.chart-legend.legend-waste .chart-legend-dot .legend-dot-title{
	font-weight: 500!important;
	font-size: 15px;
	line-height: 31px;
}
@media only screen and (max-width: 1000px) {
	.chart-legend.legend-waste .chart-legend-dot .legend-dot-title{
		font-size: 13px;
	}
}

.chart-legend.legend-waste .chart-legend-dot .legend-dot-value{
	position: absolute!important;
	width: 50px;
	right: -19px;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	.chart-legend.legend-waste .chart-legend-dot .legend-dot-value{
		font-size: 15px;
	}
}

/* Waste Chart */
.waste-chart-container{
	position:absolute;
	left: -76px;
}
.waste-data-container{
	/* position: absolute; */
	/* top: 0; */
	margin-top: -97px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.waste-data-container .waste-data > div{
	line-height: 1;
}
.waste-data-container .waste-data .digits{
	font-size: 30px;
	font-weight: 300;
	color: #193460;
}
.waste-data-container .waste-data .units{
	font-weight: 500;
	font-size: 19px;
}
/* Waste Chart End */

/* Box Sub Text */
.box-subtext{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.box-subtext p{
	font-weight: 400;
	color: #193460;
}
/* Box Sub Text End */

.main-area .box-item.box-item1.box-item3 .progres-bar {
	border-color: #B721FF;
	border-bottom-color: #21D4FD;
	transform: translate(-50%, -50%) rotate(55deg);
}

.main-area .box-item.box-item1.box-item3 .box-list ul li span::before {
	background: #B721FF;
}

.main-area .box-item.box-item1.box-item3 .box-list ul li:last-child span::before {
	background: #21D4FD;
}

.main-area .box-item.box-item1.box-item4 {
	padding: 30px;
}

.main-area .box-item.box-item1.box-item4 .float-left h4 {
	padding-bottom: 15px;
}

.main-area .box-item.box-item1.box-item4 .collection h5 {
	padding-top: 3px;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 1%;
	color: #525F74;
}

.main-area .box-item.box-item1.box-item4 .collection ul {
	padding-top: 5px;
}

.main-area .box-item.box-item1.box-item4 .collection ul li {
	display: inline-block;
	height: 7px;
	width: 54px;
	border-radius: 30px;
	background: #EBEBEB;
}

.main-area .box-item.box-item1.box-item4 .collection ul.bar-counter-reversed li{
	height: 9px;
	width: 75px;
}

@media only screen and (max-width: 1200px) {
	.main-area .box-item.box-item1.box-item4 .collection ul li {
		display: inline-block;
		height: 7px;
		width: 50px;
		border-radius: 30px;
		background: #EBEBEB;
	}

	.main-area .box-item.box-item1.box-item4 .collection ul.bar-counter-reversed li{
		width: 65px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-area .box-item.box-item1.box-item4 .collection ul li {
		width: 46px;
	}
}

.main-area .box-item.box-item1.box-item4 .area-list ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #525F74;
	margin-right: 15px;
	position: relative;
	margin-left: 10px;
}

.main-area .box-item.box-item1.box-item4 .area-list ul li::before {
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	border-radius: 50%;
	left: -11px;
	top: 7px;
}

/* == Bar Counter == */

/* Level 0 */
.bar-counter[data-value="0"] li:nth-child(1){
	background: #525F74!important;
}

/* Level 1 */
.bar-counter[data-value="1"] li:nth-child(1),
.bar-counter[data-value="1"] li:nth-child(2){
	background: #FA5252!important;
}

/* Level 2 */
.bar-counter[data-value="2"] li:nth-child(1),
.bar-counter[data-value="2"] li:nth-child(2),
.bar-counter[data-value="2"] li:nth-child(3){
	background: #ff8f00!important;
}

/* Level 3 */
.bar-counter[data-value="3"] li:nth-child(1),
.bar-counter[data-value="3"] li:nth-child(2),
.bar-counter[data-value="3"] li:nth-child(3),
.bar-counter[data-value="3"] li:nth-child(4){
	background: #ffe53b!important;
}

/* Level 4 */
.bar-counter[data-value="4"] li:nth-child(1),
.bar-counter[data-value="4"] li:nth-child(2),
.bar-counter[data-value="4"] li:nth-child(3),
.bar-counter[data-value="4"] li:nth-child(4),
.bar-counter[data-value="4"] li:nth-child(5){
	background: #4DE2C1!important;
}

/* == End Bar Counter == */



/* == Bar Counter Reversed == */


/* Level 0 */
.bar-counter-reversed[data-value="0"] li:nth-child(1){
	background: #525F74!important;
}

/* Level 1 */
.bar-counter-reversed[data-value="1"] li:nth-child(1),
.bar-counter-reversed[data-value="1"] li:nth-child(2){
	background: #4DE2C1!important;
}

/* Level 2 */
.bar-counter-reversed[data-value="2"] li:nth-child(1),
.bar-counter-reversed[data-value="2"] li:nth-child(2),
.bar-counter-reversed[data-value="2"] li:nth-child(3){
	background: #ffe53b!important;
}

/* Level 3 */
.bar-counter-reversed[data-value="3"] li:nth-child(1),
.bar-counter-reversed[data-value="3"] li:nth-child(2),
.bar-counter-reversed[data-value="3"] li:nth-child(3),
.bar-counter-reversed[data-value="3"] li:nth-child(4){
	background: #FA5252!important;
}

/* == End Bar Counter Reversed == */

/* == Legend == */

li.legend-dot:before{
	position: absolute;
	content: '';
	height: 7px;
	width: 7px;
	border-radius: 50%;
	left: -11px;
	top: 7px;
}
li.legend-gray:before{
	background: #525F74;
}
li.legend-red:before{
	background: #FA5252;
}
li.legend-yellow:before{
	background: #ffe53b;
}
li.legend-orange:before{
	background: #ff8f00;
}
li.legend-green:before{
	background: #4DE2C1;
}

/* == End Legend == */

.main-area .box-item.box-item1.box-item4.box-item8 .collection2 ul li:nth-child(5) {
	background: #EBEBEB;
}

.main-area .box-item.box-item1.box-item4.box-item8 .collection3 ul li:nth-child(3) {
	background: #EBEBEB;
}

.main-area .box-item.box-item2 {
	padding: 30px;
	background: #007bff;
}

.main-area .box-item.box-item2 .box-item2-content h4 {
	color: #fff;
	font-size: 21px;
	padding-bottom: 50px;
}

.main-area .box-item.box-item2 .box-item2-content ul li {
	color: #fff;
	font-size: 34px;
	letter-spacing: -2%;
}



.main-area .box-item.box-item2 .box-item2-content ul li span {
	font-weight: 700;
}

.main-area .box-item.box-item2 .box-item2-content p {
	color: #fff;
	line-height: 24px;
	padding-top: 45px;
}

@media (max-width: 767px) {}

.main-area .box-item.box-item2.box-item5 {
	background: #FFE53B;
}

.main-area .box-item.box-item2.box-item5 .box-item2-content h4 {
	color: #0E4760;
}

.main-area .box-item.box-item2.box-item5 .box-item2-content ul li {
	color: #0E4760;
}

.main-area .box-item.box-item2.box-item5 .box-item2-content p {
	color: #0E4760;
	padding-top: 35px;
}

.box-item5 .dropdown-section{
	top: -20px;
}

.main-area .box-item.box-item2.box-item9 {
	background: linear-gradient(0deg, #F76B1C, #F76B1C), linear-gradient(0deg, #21D4FD -15.5%, #B721FF 224%), #FFEE00;
}

.main-area .box-item.box-item2.box-item11 {
	background: linear-gradient(180deg, #FC00FF -87.75%, #00DBDE 98.5%), #F7B71D;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content ul li{
	font-size: 28px;
	/* line-height: 45px; */
	line-height: 40px;
	font-weight: 400;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content ul a:nth-child(2) li{
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content a{
	display: block;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content ul li span{
	font-size: 34px;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content {
	position: relative;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content img {
	position: absolute;
	top: 0;
	right: 0;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content p {
	padding-top: 30px;
}

.main-area .box-item.box-item2.box-item11 .box-item2-content a {
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	padding-top: 8px;
}

.main-area .box-item.box-item6 .box-item6-content p {
	font-size: 18px;
	line-height: normal;
	color: #193460;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 10px;
}



.main-area .box-item.box-item6 .box-item6-content ul li {
	width: 100%;
	border: 2px solid #EDEFF1;
	line-height: 60px;
	padding-left: 23px;
	color: #193460;
	font-weight: 600;
	font-size: 18px;
	margin-top: 7px;
	border-radius: 5px;
	-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;
	cursor: pointer;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.main-area .box-item.box-item6 .box-item6-content ul li {
		line-height: 40px;
	}
	.chart-legend.velo-conv li{
		font-size: 16px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.main-area .box-item.box-item6 .box-item6-content ul li {
		line-height: 60px;
	}
}

.main-area .box-item.box-item6 .box-item6-content ul li:hover {
	border-color: #F3B005;
	background: #FFFCF5;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li {
	position: relative;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li:hover {
	border-color: #EDEFF1;
	background: transparent;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 75%;
	background: #EDEFF1;
	left: 0;
	top: 0;
	padding-left: 25px;
	white-space: nowrap;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li:nth-child(2)::before {
	content: '';
	width: 15%;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li:nth-child(3)::before {
	content: '';
	width: 17%;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li::after {
	position: absolute;
	content: '6';
	right: 18px;
	white-space: nowrap;
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li:nth-child(2)::after {
	content: '2';
}

.main-area .box-item.box-item6.box-item12 .box-item6-content ul li:nth-child(3)::after {
	content: '124';
}

.main-area .box-item.box-item7 {
	background: linear-gradient(360deg, #2AF598 -5%, #08AEEA 100%);
}

.main-area .box-item.box-item7 .box-item7-content {
	position: relative;
}

span#weather_heading {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}

.main-area .box-item.box-item7 .box-item7-content h2 {
	color: #fff;
	font-size: 86px;
	line-height: 1;
}

.main-area .box-item.box-item7 .box-item7-content p {
	color: #fff;
	font-size: 29px;
	font-weight: 700;
	padding-top: 30px;
}

.main-area .box-item.box-item7 .box-item7-content ul {
	padding-top: 30px;
}

.main-area .box-item.box-item7 .box-item7-content ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.main-area .box-item.box-item7 .box-item7-content img {
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 15%;*/
}

.main-area .box-item.box-item10 h4 {
	font-size: 21px;
	color: #193460;
	padding-bottom: 45px;
}

.main-area .box-item.box-item10 .box-slide .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
}

.main-area .box-item.box-item10 .box-slide .slick-dots li {
	display: inline-block;
}

.main-area .box-item.box-item10 .box-slide .slick-dots li button {
	border: 0;
	font-size: 0;
	background: #E0E0E0;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	margin: 0 8px;
}

.main-area .box-item.box-item10 .box-slide .slick-dots li.slick-active button {
	background: #193460;
}
.main-area .box-item-long {
	height: 810px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 40px;
	overflow: hidden;
}
.main-area .box-item-long h4{
	font-size: 21px;
	color: #193460;
}
.main-area .box-item-long .box-slide-title .float-left h4 {
	font-size: 21px;
	line-height: 24px;
	color: #193460;
}

.main-area .box-item-long .box-slide-title .float-right span {
	color: #FA5252;
	font-size: 21px;
	line-height: 21px;
}
.main-area .box-item-long .box-active .single-slide p:not(.gm-style-pbt) {
	/*font-size: 24px;*/
	/*line-height: 32px;*/
	color: #193460;
	/*padding: 0 35px 50px;*/
	padding: 0;
}
.main-area .box-item-long .box-active .single-slide .text-item-inner{
	max-height: 150px;
	height: 150px;
	padding: 0 35px 50px;
}

.main-area .box-item-long .box-active .single-slide p span {
	font-weight: 600;
}

.text-item{
	outline: none;
}

.main-area .box-item-long .box-active .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -380px;
	transform: translateX(-50%);
	width: 100%;
}



.main-area .box-item-long .box-active .slick-dots li {
	display: inline-block;
}

.main-area .box-item-long .box-active .slick-dots li button {
	font-size: 0;
	border: 0;
	background-color: #E0E0E0;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 5px;
}



.main-area .box-item-long .box-active .slick-dots li.slick-active button {
	background: #FA5252;
}

.main-area .box-item-long .box-active .slick-arrow {
	position: absolute;
	top: 37%;
	z-index: 99;
	cursor: pointer;
	padding: 15px 25px;
}

.main-area .box-item-long .box-active .slick-arrow i {
	font-size: 30px;
	-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;
}

.main-area .box-item-long .box-active .slick-arrow i:hover {
	color: #193460;
}

.main-area .box-item-long .box-active .slick-arrow.next {
	right: -26px;
}

.main-area .box-item-long .box-active .slick-arrow.prev {
	left: -26px;
}

.slick-slide, .slick-slide *{ outline: none !important; }

.live-icon{
	z-index: 11;
	position: absolute;
	top: 40px;
	right: 40px;
}
.vjs-default-skin{
	width: 100%;
	height: 100%;
}
.video-holder{
	z-index: 10;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.video-js .vjs-tech{
	transform: scale(2.2);
}

.box-item .title-bar{
	position: absolute;
	left: 20px;
	right: 20px;
	margin-top: 15px;
	z-index: 2;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	padding: 20px;
}

.live-video-map{
	/* width: 100%; */
	/* height: 100%; */
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;

}

.video-js .vjs-big-play-button{
	background-color: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/play.png');
	background-repeat: no-repeat;
	background-position: 50% calc(50% - 10px);
	border: none !important;
	box-shadow: none !important;
}

.vjs-big-play-centered .vjs-big-play-button{
	margin-top: 0!important;
	margin-left: 0!important
}

.video-js .vjs-big-play-button:before,
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	content: ""!important;
	display: none!important;
}
.video-js .vjs-big-play-button:hover{
	background-color: transparent;
	/* opacity: .7; */
}

.video-js .vjs-big-play-button{
	/* background: linear-gradient(-253deg, #FC00FF -84.75%, #00DBDE 98.5%), #F7B71D; */
	/* border: none; */
}
.video-js .vjs-big-play-button .vjs-icon-placeholder{
	/* line-height: 1.6; */
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus{
	/* background: linear-gradient(-253deg, #FC00FF -84.75%, #00DBDE 98.5%), #F7B71D; */
}

.main-area .box-item-long.box-item-long2 .event-list {
	/*padding-top: 17px;*/
}
.lg-video-cont{
	max-width: 1140px!important;
}
.vjs-no-transform .vjs-tech{
	transform: none!important;
}
.vjs-paused .vjs-loading-spinner{
	display: none!important;
}

.main-area .box-item-long.box-item-long2 .event-list .float-left span {
	color: #F3B005;
	font-size: 17px;
	font-weight: 700;
}

.main-area .box-item-long.box-item-long2 .event-list .float-right span {
	color: #525F74;
	font-size: 17px;
	font-weight: 700;
}

.main-area .box-item-long.box-item-long2 .event-content {
	padding-top: 5px;
}

.main-area .box-item-long.box-item-long2 .event-content article {
	font-size: 19px;
	line-height: 22px;
	color: #525F74;
	font-weight: 700;
	white-space: nowrap;
}



.main-area .box-item-long.box-item-long2 .event-content p {
	font-size: 17px;
	line-height: 23px;
	padding-top: 8px;
	position: relative;
	white-space: nowrap;
}




.main-area .box-item-long.box-item-long2 .event-content:not(:last-child) p::before {
	position: absolute;
	content: '';
	bottom: -38px;
	/*left: -40px;*/
	height: 1px;
	width: 100%;
	background: #EBEBEB;
}

.main-area .box-item-long.box-item-long2 .para {
	position: relative;
}

.main-area .box-item-long.box-item-long2 .para img {
	position: absolute;
	left: -5px;
	top: 2px;
}

.main-area .box-item-long.box-item-long2 .para p {
	font-size: 13px;
	line-height: 20px;
	font-size: 13px;
	line-height: 20px;
	margin-top: 70px;
	margin-left: 28px;
	position: relative;
}





.main-area .map {
	height: 400px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	padding: 15px;
}

.main-area .map .map-container{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*
.main-area .map::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/box-map.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
*/

.main-area .map .sub-box {
	position: relative;
	z-index: 2;
	padding: 20px;
}

.main-area .map .sub-box h6 {
	font-size: 21px;
	color: #0E4760;
}

.main-area .map .sub-box i{
	position: absolute;
	right: 28px;
	top: 23px;
	font-size: 21px;
	color: #193460;
}

/*
.main-area i.fa-external-link {
	position: absolute;
    right: 20px;
    top: 32px;
    font-size: 21px;
    color: #193460;
}
*/
.grid-item .external-link-icon{
	position: absolute;
	right: 11px;
	top: 9px;
	z-index: 1;
	color: #b9b9b9;
	opacity: 0.7;
	-webkit-transition: right .2s, opacity .2s, ease in-out;
	transition: right .2s, opacity .2s, ease in-out;
	cursor: pointer;
}
.grid-item .external-link-icon.external-white{
	color: #ffffff;
}
.grid-item:hover .external-link-icon{
	right: 33px;
	opacity: 1;
	color: #949494;
}
.grid-item:hover .external-link-icon.external-white{
	color: #ffffff;
	opacity: 0.7;
}

.main-area .map .sub-box span {
	font-size: 21px;
	font-weight: 400;
	color: #193460;
}

/* custom map attribution */
/*

.road-repairs-map .gm-style-cc { display:none; }
.road-repairs-map .google-map-attribution-right .gm-style-cc {
	font-size: 10px;
	display:block;
}

.road-repairs-map{
	border-radius: 50%;
}

.google-map-attribution-right{
	position: absolute;
	width: 102px;
	bottom: 0;
	right: 5px;
}

.google-map-attribution-left{
	position: absolute;
    width: 102px;
    bottom: 2px;
    left: 10px;
}

*/
/* end custom map attribution */

.road-repairs-map{
	left: 10%;
	width: 80%;
	height: 300px;
	position: absolute;
	overflow: hidden;
}
.road-repairs-map .gmnoprint.gm-style-cc{
	display:none;
}




.box-slide .single-box .item {
	margin: 0 auto;
	min-width: 84px;
}

.footer-area .bg-area {
	background: rgba(0, 109, 255, 0.7);
	opacity: 1;
	position: relative;
}

.footer-area .bg-area .footer-content p {
	/*line-height: 110px;*/
	padding-left: 30px;
	color: #AABDCC;
	font-size: 16px;
}



.footer-area .bg-area .footer-logo img {
	padding-top: 12px;
	padding-right: 10px;
}

/* Smart Modal */

.smart-modal .modal-content{
	/* background-color: rgba(255, 255, 255, 0.95); */
	/* background-image: url("/src/Frontend/Themes/SmartBurgas/Core/Layout/images/coronavirus-modal-background.jpg"); */
	/* background-color: transparent; */
}

.smart-modal .modal-footer, .smart-modal .modal-header{
	border-top: none;
	border-bottom: none;
}

.smart-modal .modal-content > div{
	background-color: rgba(255, 255, 255, 0.8);	
}

/* End Smart Modal */

/*==== ABOUT AREA STATR ====*/

.about-content {
	background: #fff;
	padding: 50px 250px;
	margin: 40px 0;
}


.about-top-menu li {
	list-style: none;
	display: inline-block;
}

.about-top-menu li a {
	color: #535C69;
	padding-right: 5px;
}

.about-top-menu span {
	padding-right: 5px;
}

.about-top-menu li.active a {
	font-weight: 700;
}

.about-top-menu {
	margin-bottom: 30px;
}

.about-title h1 {
	color: #193460;
	font-size: 48px;
	margin-bottom: 20px;
}

.about-title h5 {
	font-size: 20px;
	line-height: 32px;
	color: #535C69;
	font-weight: 400;
	margin-bottom: 20px;
}

.single-blog-text p {
	font-size: 16px;
	color: #535C69;
	line-height: 26px;
	margin-bottom: 20px;
}

.single-blog-text h5 {
	margin-bottom: 10px;
}

.single-blog-text img {
	margin-bottom: 30px;
}

.cnv {
	position: relative;
	padding-left: 20px;
}

.cnv p {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
}

.cnv:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	content: "";
	background: #F3B005;
}

.Share-friends {
	text-align: center;
	position: relative;
	margin-top: 60px;
}

.share-bottom{
    position: absolute;
    width: calc(100% - 25px);
    left: 15px;
    bottom: 15px;
}

.Share-friends i {
	color: #0B1C29;
	margin: 0 15px;
	font-size: 20px;
	line-height: 35px;
}

.Share-friends p {
	font-size: 13px;
	line-height: 26px;
}

.Share-friends::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 33%;
	background: #EEEEEE;
}

.Share-friends::before {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 33%;
	background: #EEEEEE;
}

.single-blog-text ul:not(.nav) {
	list-style-type: circle;
	color: #666e79;
}

.single-blog-text ul:not(.nav) li {
	margin-left: 20px;
}

/*==== ABOUT AREA END ====*/


/*=== VIDEOS/CLASSES PAGE ===*/

/* background slide effect */
.bg-slide-left {
	background: linear-gradient(to right, #134477 50%,#ffffff 50%) no-repeat scroll right bottom / 200% 100% #193460;
	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

/* todo: make this work only on desktops and have it work on mobiles only if the accordion is expanded */
.bg-slide-left:hover,
.force-bg-slide-on {
	background-position: left bottom !important;
}
#videos-navigation .force-bg-slide-on h5 a {
    color: #ffffff;
}
/* end background slide effect */

#videos-navigation .card-header {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px) calc(.25rem - 1px);
}

#videos-navigation h5 a {
	font-weight: 500;
	color: #193460;
	cursor: pointer;
	line-height: 1;
	position: relative;
}

#videos-navigation h5 a span {
	line-height: 1.3;
}

#videos-navigation .card-header:hover  a {
	color: #ffffff;
}

#videos-navigation h5 a .expanded-indicator {
	position: absolute;
    top: calc(50% - 10px);
    right: 15px;
}

#videos-navigation h5 a .expanded-indicator i {
	position: absolute;
	transition: all .3s;
}

#videos-navigation h5 a[aria-expanded="false"] .expanded-indicator .icon-default {
	opacity: 1;
}

#videos-navigation h5 a[aria-expanded="false"] .expanded-indicator .icon-expanded {
	opacity: 0;
}

#videos-navigation h5 a[aria-expanded="true"] .expanded-indicator .icon-default {
	opacity: 0;
}

#videos-navigation h5 a[aria-expanded="true"] .expanded-indicator .icon-expanded {
	opacity: 1;
}


#videos-navigation .nav-pills .nav-link {
	color: #193460;
	font-weight: 500;
}

#videos-navigation .nav-pills .nav-link.active{
	background-color: #fff;
}

#video-content-tabs .nav-link{
	font-weight: 500;
	color: #193460;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#video-content-tabs .nav-link.active{
	background-color: #ffc107;
	color: #fff;
}

#video-content-tabs .nav-link .count-indicator {
	display: inline-block;
    background-color: #ffc107;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    text-align: center;
    margin-left: 6px;
    font-weight: 600;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#video-content-tabs .nav-link.active .count-indicator {
	background-color: #fff;
	color: #193460;
}

#video-content-tabs .nav{
	border-bottom: 2px solid #EEEEEE;
}
#video-content-tabs .nav-tabs .nav-link{
	border: 1px solid transparent;
}

/* class box */
.class-box {
	position: relative;
	min-height: 350px;
	overflow: hidden;
}
/* LG Device */
@media (min-width: 992px) and (max-width: 1199px) {
		.class-box {
			min-height: 285px;
		}
}
/* MD Device */
@media (min-width: 768px) and (max-width: 991px) {
	.class-box {
		min-height: 250px;
	}
}
/* XS Device */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.class-box {
		min-height: 250px;
	}
	.education-button, .map-button {
		margin-top: 10px;
	}
}

.class-box:before{
	content: '';
	position: absolute;
	z-index: 2;
	background: #ffc107;
	width: 0;
	height: 4px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	
	right: 0;
	bottom: 0;
}

.class-box:after{
	content: '';
	position: absolute;
	z-index: 2;
	background: #ffc107;
	height: 0;
	width: 4px;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	
	right: 0;
	bottom: 0;
}

.class-box:hover:before{
	width: 100%;
}

.class-box:hover:after{
	height: 100%;
}

.class-box .class-info {
	position: absolute;
	bottom: -50px;
    background-color: #f6f8fa;
    width: 100%;
	padding: 20px 10px 20px 10px;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.class-box:hover .class-info {
	bottom: 0;
}

.class-box .class-info .class-button {
	position: relative;
    bottom: -70px;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.class-box:hover .class-info .class-button {
	bottom: 0;
}

.class-box .class-info .class-button.gallery-button{
	background: linear-gradient(to right, #ff0e17 50%,#ffffff 50%) no-repeat scroll right bottom / 200% 100% #193460;
	border-color: #fff;
	text-transform: lowercase;
}

.class-box .class-info .class-button.dl-ppt-button{
	background: linear-gradient(to right, #cb4a32 50%,#ffffff 50%) no-repeat scroll right bottom / 200% 100% #193460;
	border-color: #fff;
	text-transform: lowercase;
}

.class-box .class-info .class-button.dl-doc-button{
	background: linear-gradient(to right, #295598 50%,#ffffff 50%) no-repeat scroll right bottom / 200% 100% #193460;
	border-color: #fff;
	text-transform: lowercase;
}

.class-box .class-info .class-button.view-pdf-button{
	background: linear-gradient(to right, #fe3519 50%,#ffffff 50%) no-repeat scroll right bottom / 200% 100% #193460;
	border-color: #fff;
	text-transform: lowercase;
}

.class-box .class-info .class-button.gallery-button:hover,
.class-box .class-info .class-button.dl-ppt-button:hover,
.class-box .class-info .class-button.dl-doc-button:hover,
.class-box .class-info .class-button.view-pdf-button:hover{
	color: #fff;
	border-color: #fff;
}

.class-box .class-info .class-name {
	font-size: 15px;
    font-weight: 500;
    color: #91959a;
}

.class-box .class-info .class-subject {
	font-weight: 400;
    font-size: 20px;
    color: #193460;
}


.class-box .bg-image {
	background-image: url(http://img.youtube.com/vi/MBpG65hPBX4/maxresdefault.jpg);
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
}

.class-box .top-info{
	width: 20px;
	height: 29px;
	position: absolute;
    text-align: center;
    z-index: 1;
    top: 0.6em;
    left: 0.6em;
    line-height: 1;
    color: #fff;
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.class-box .top-info:before{
	content: '';
	z-index: -1;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: -6.8rem;
    left: -6.8rem;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: #ffc107;
}

.class-box .top-info > span > i {
	font-size: 20px;
	margin-left: 5px;
}
/* end class box*/

/* gallery */
.lg-thumb-open .lg-img-wrap {
    padding: 60px 5px 110px 5px
}
/* end gallery */

/*=== VIDEOS/CLASSES PAGE END ===*/


/*==== BACK TO TOP ====*/

/* Bottom Fixed Content*/

#question-holder{
	position: fixed;
	bottom: 30px;
	right: 20px;
}

.question-mark, .floating-action-button {
	cursor: pointer;
	font-size: 25px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #193460;
	/* position: fixed; */
	/* bottom: 30px; */
	/* right: 20px; */
	z-index: 999;
	border-radius: 50%;
	border: 4px solid $theme-color-2;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.floating-action-button.danger-button{
	background-color: #fa5252;
    color: #ffffff;
}

.question-mark i {
	color: #193460;
}

.question-content {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 85px;
	right: 25px;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	z-index: 9999;
}
.question-content:after {
	content: " ";
	position: absolute;
	right: 10px;
	bottom: -8px;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: none;
}
.question-content li a:hover{
	text-decoration: underline;
}
.question-content li a{
	color: #193460;
	font-weight: 500;
	margin-bottom: 5px;
}

/* End Bottom Fixed Content */


/*Proloader START CSS*/
.proloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999999;
	background: #fff;
}

.loader_34 {
	/* Preloader */
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.loader_34 .ytp-spinner {
	/* Spinner Container */
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}

.loader_34 .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.loader_34 .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.loader_34 .ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.loader_34 .ytp-spinner-left {
	/* Position inside Container*/
	right: 50%;
}

.loader_34 .ytp-spinner-right {
	/* Position inside Container*/
	left: 50%;
}

.loader_34 .ytp-spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: #4493DE #4493DE transparent;
	border-radius: 50%;
	border-width: 6px;
}

.loader_34 .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: transparent;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}

.loader_34 .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: transparent;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0.0, 0.2, 1) infinite both;
}
/* Preloader Animations */

/** COVID-19 CSS **/

.corona-info-box{
	position: fixed;
    z-index: 2;
	max-width: 1200px;
    top: 10%;
	margin: 0 auto;
	display: none;
}

.covid-info-backdrop{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.3;
    z-index: 2;
    border-radius: 20px;
	display: none;
}

/* close button */
.corona-info-box .close-button{
	position: absolute;
    z-index: 2;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background-color: #2176f8;
    border: 1px solid #2176f8;
    border-radius: 20px;
    text-align: center;
    line-height: 33px;
    right: -15px;
    top: -15px;
    cursor: pointer;
    font-size: 1rem;
}
/* end close button */

.corona-info-scroll{
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

/* scroll bar */
.corona-info-scroll::-webkit-scrollbar {		
  width: 10px !important;
}
.corona-info-scroll::-webkit-scrollbar-thumb {
   border-top: 25px solid rgba(0, 0, 0, 0);
   border-bottom: 15px solid rgba(0, 0, 0, 0);
   border-left: 3px solid rgba(0, 0, 0, 0);
   border-right: 3px solid rgba(0, 0, 0, 0);
   background-clip: padding-box;
   background-color: #2176f8;
   height: 70px;
}
/* end scroll bar */

/* banners */
.corona-banner-image{
	border: 1px solid #e5e5e5;
}
/* end banners */

/* statistics */
.corona-statistics-box{
	background-color: #53accc;
	color: #fff;
}
.corona-statistics-box span{
	line-height: 1;
}
.corona-statistics-box .statistics-column{
	width: 20%;
}
.corona-statistics-box .statistics-title,
.corona-statistics-box .statistics-value{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.corona-statistics-box > div:first-child:after{
	content: "";
    display: -webkit-box;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.29);
    height: auto;
    position: absolute;
    right: 0;
	top: -35px;
    bottom: -35px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.corona-statistics-box > div:first-child:after{
		content: none;
	}
}
/* end statistics */

/* corona chart */
.corona-chart-holder{
	background-color: #fff;
}
#corona-slider .slick-arrow{
	position: absolute;
	top: calc(50% - 71px);
	z-index: 99;
	cursor: pointer;
	padding: 15px 5px;
}
#corona-slider .slick-arrow.prev{
	left: -25px;
}
#corona-slider .slick-arrow.next{
	right: -25px
}
#corona-slider .slick-arrow.prev i,
#corona-slider .slick-arrow.next i{
	font-size: 40px;
	-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;
}
#corona-slider .slick-arrow:hover i{
	color: #193460;
}
.chart-wrapper {
		width: 100%;
		overflow-x: initial;
}

/* Show the scrollbar on mobiles */
.chart-wrapper::-webkit-scrollbar {
    width: 12px !important;
 }

/* Track */
.chart-wrapper::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }
 
  /* Handle */
.chart-wrapper::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #2176f8 !important;
 }
.chart-wrapper::-webkit-scrollbar-thumb:window-inactive {
   background: #2176f8 !important;
 }

.chart-area-wrapper {
		height: 300px;
		width: 100%;
}

.custom-legend-item {
	list-style: none;
	cursor: pointer;
	padding-left: 0;
	display: table;
	margin: 0 auto;
}

.custom-legend-item li {
  display: inline-block;
  padding: 0 5px;
  font-weight: 500;
}

.custom-legend-item li.hidden {
  text-decoration: line-through;
}

.custom-legend-item li span {
  border-radius: 5px;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  width: 10px;
}

.corona-info-tooltip.disabled{
	opacity: 0.4;
	cursor: default;
}

/* responsive */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	.chart-wrapper {
		overflow-x: scroll;
	}
	
	.chart-area-wrapper{
		width: 500px;
	}
	.custom-legend-item li {
		display: block;
		text-align: center;
	}
}

/* MD Device : iPad */
@media (max-width: 1600px) {
	.corona-info-box{
		left: 20px;
		right: 20px;
	}
}

/* end responsive */

/* end corona chart*/

.corona-date-information {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px;
    z-index: 999;
    box-shadow: 0px 0 10px -6px #000000;
}

/* corona map */
.covid-map-container{
	display: -webkit-box;  	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  	/* TWEENER - IE 10 */
	display: -webkit-flex; 	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         		/* NEW, Spec - Firefox, Chrome, Opera */
	
	position: relative;
	height: 300px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 6px;
    border: 2px solid #e5e5e5;
}
.covid-iframe{
	width: 100%;
    height: 700px;
	border: none;
}
.covid-iframe-overlay{
	background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
.covid-map-button{
	position: absolute;
    top: 15px;
    right: 15px;
    line-height: 40px;
    color: #007bff;
    text-transform: uppercase;
    padding: 0px 15px;
    font-size: 24px;
    transition: 0.3s;
}
/* end corona map */

/* End COVID-19 CSS */

@-webkit-keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes ytp-spinner-linspin {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
	}

	25% {
		-webkit-transform: rotate(270deg);
	}

	37.5% {
		-webkit-transform: rotate(405deg);
	}

	50% {
		-webkit-transform: rotate(540deg);
	}

	62.5% {
		-webkit-transform: rotate(675deg);
	}

	75% {
		-webkit-transform: rotate(810deg);
	}

	87.5% {
		-webkit-transform: rotate(945deg);
	}

	to {
		-webkit-transform: rotate(1080deg);
	}
}

@keyframes ytp-spinner-easespin {
	12.5% {
		transform: rotate(135deg);
	}

	25% {
		transform: rotate(270deg);
	}

	37.5% {
		transform: rotate(405deg);
	}

	50% {
		transform: rotate(540deg);
	}

	62.5% {
		transform: rotate(675deg);
	}

	75% {
		transform: rotate(810deg);
	}

	87.5% {
		transform: rotate(945deg);
	}

	to {
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
	}

	50% {
		-webkit-transform: rotate(-5deg);
	}

	to {
		-webkit-transform: rotate(130deg);
	}
}

@keyframes ytp-spinner-left-spin {
	0% {
		transform: rotate(130deg);
	}

	50% {
		transform: rotate(-5deg);
	}

	to {
		transform: rotate(130deg);
	}
}

@-webkit-keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
	}

	50% {
		-webkit-transform: rotate(5deg);
	}

	to {
		-webkit-transform: rotate(-130deg);
	}
}

@keyframes ytp-right-spin {
	0% {
		transform: rotate(-130deg);
	}

	50% {
		transform: rotate(5deg);
	}

	to {
		transform: rotate(-130deg);
	}
}