@charset "utf-8";

/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

:root {
	--primary: #ea703a !important;
	--secondary: #063174 !important;
	--white: #ffffff !important;
	--black: #666666 !important;
	--font-title: "Exo", sans-serif !important;
	--fonts: "Open Sans", sans-serif !important;
}

.abt-main-title {
	line-height: 44px !important;
	margin-bottom: 20px;
}

.text-18 {
	font-size: 18px;
	line-height: 28px;
}

.text-24 {
	font-size: 24px;
	line-height: 32px;
}

.col-2-5{
	flex: 0 0 auto;
    width: 20%;
}

.col-2-5-exp{
	flex: 0 0 auto;
    width: 20%;
}

.client-img-div{
	background-color: #efefef !important;
	height: 150px !important;
	width: 100% !important;
	position: relative !important;
	margin-bottom: 20px;
}

.client-img{
	max-width: 100% !important;
	max-height: 150px !important;
	width: auto !important;
	vertical-align: middle !important;
	margin: auto !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	position: absolute !important;
}

#chartdiv {
	width: 100%;
	height: 600px;
	margin-bottom: 50px;
}

.country-name{
	width: 100%;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 15px 0;
	color: var(--black);
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 15px;
}

g::opacity{
	display: none ;
}

