/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
**************************    /themes/cleanpage/css/bootstrap.min.css    ***************************
***************************************************************************************************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.img-responsive {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
/*
@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}
*/
@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width:1200px) {
	.container {
		max-width: 1600px;
	}
}
/*
@media (min-width:1201px) {
	.container {
		max-width: 1640px;
	}
}
*/
.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.row {
	margin-right: -16px;
	margin-left: -16px
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}
@media (min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}
@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}
.alert {
	padding: 16px;
	border-left: 4px solid transparent;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #31708f
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	/*border-radius: 6px;*/
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	min-height: 16.43px;
	padding: 16px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 16px
}
.modal-footer {
	padding: 16px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 16px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: " "
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-footer:after {
	clear: both
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.hidden {
	display: none!important;
	visibility: hidden!important
}
@media (max-width: 767px){
	.table-responsive{
		width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
*************************    /themes/cleanpage/css/country-list-svg.css    *************************
***************************************************************************************************/

.flag-icon-ad {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/un.svg);
}
.flag-icon-xk {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/1x1/xk.svg);
}
.flag-icon-globe {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/globe.svg);
}
.flag-icon-globe-white {
  background-image: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/country-svg/4x3/globe-white.svg);
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
***************************    /themes/cleanpage/css/country-list.css    ***************************
***************************************************************************************************/

/* Country List */
.country-list{
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 50px;
    border: 0;
    border-radius: 4px;
}
.country-list:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #162543;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -2px;
}
.country-list:after{
	content: '';
	display: block;
	clear: both;
	position: relative;
}
.country-list:hover{
	background-color: #f2f2f2;
	cursor: pointer;
}
.country-list .activeCountryWrapper{
	float:left;
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.country-list .activeCountryWrapper div{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.country-list ul{
    position: absolute;
    top: calc(100% + 3px);
    left: -1px;
    background-color: #ffffff;
    width: 300px;
    height: 230px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    overflow-y: auto;
    display: none;
    border-radius: 4px;
}
.country-list ul li{
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.country-list ul li .flag{
	background: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/flags.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 9px;
}
.country-list ul li .country-name,
.country-list ul li .dial-code{
	font-size: 14px;
	margin-right: 5px;
}
.country-list ul li:hover{
	background-color: #F1F1F1;
	cursor: pointer;
}
.country-list .flag { width: 16px; height: 16px; background: url(https://uzman-site.entra.net/themes/cleanpage/css/../files/flags.png) no-repeat; margin: 17px 30px 17px 14px; }
.country-list .flag._African_Union { background-position: 0 -16px; }
.country-list .flag._Arab_League { background-position: 0 -32px; }
.country-list .flag._ASEAN { background-position: 0 -48px; }
.country-list .flag._CARICOM { background-position: 0 -64px; }
.country-list .flag._CIS { background-position: 0 -80px; }
.country-list .flag._Commonwealth { background-position: 0 -96px; }
.country-list .flag._England { background-position: 0 -112px; }
.country-list .flag._European_Union { background-position: 0 -128px; }
.country-list .flag._Islamic_Conference { background-position: 0 -144px; }
.country-list .flag._Kosovo { background-position: 0 -160px; }
.country-list .flag._NATO { background-position: 0 -176px; }
.country-list .flag._Northern_Cyprus { background-position: 0 -192px; }
.country-list .flag._Northern_Ireland { background-position: 0 -208px; }
.country-list .flag._Olimpic_Movement { background-position: 0 -224px; }
.country-list .flag._OPEC { background-position: 0 -240px; }
.country-list .flag._Red_Cross { background-position: 0 -256px; }
.country-list .flag._Scotland { background-position: 0 -272px; }
.country-list .flag._Somaliland { background-position: 0 -288px; }
.country-list .flag._Tibet { background-position: 0 -304px; }
.country-list .flag._United_Nations { background-position: 0 -320px; }
.country-list .flag._Wales { background-position: 0 -336px; }
.country-list .flag.ad { background-position: 0 -352px; }
.country-list .flag.ae { background-position: 0 -368px; }
.country-list .flag.af { background-position: 0 -384px; }
.country-list .flag.ag { background-position: 0 -400px; }
.country-list .flag.ai { background-position: 0 -416px; }
.country-list .flag.al { background-position: 0 -432px; }
.country-list .flag.am { background-position: 0 -448px; }
.country-list .flag.an { background-position: 0 -464px; }
.country-list .flag.ao { background-position: 0 -480px; }
.country-list .flag.aq { background-position: 0 -496px; }
.country-list .flag.ar { background-position: 0 -512px; }
.country-list .flag.as { background-position: 0 -528px; }
.country-list .flag.at { background-position: 0 -544px; }
.country-list .flag.au { background-position: 0 -560px; }
.country-list .flag.aw { background-position: 0 -576px; }
.country-list .flag.az { background-position: 0 -592px; }
.country-list .flag.ba { background-position: 0 -608px; }
.country-list .flag.bb { background-position: 0 -624px; }
.country-list .flag.bd { background-position: 0 -640px; }
.country-list .flag.be { background-position: 0 -656px; }
.country-list .flag.bf { background-position: 0 -672px; }
.country-list .flag.bg { background-position: 0 -688px; }
.country-list .flag.bh { background-position: 0 -704px; }
.country-list .flag.bi { background-position: 0 -720px; }
.country-list .flag.bj { background-position: 0 -736px; }
.country-list .flag.bm { background-position: 0 -752px; }
.country-list .flag.bn { background-position: 0 -768px; }
.country-list .flag.bo { background-position: 0 -784px; }
.country-list .flag.br { background-position: 0 -800px; }
.country-list .flag.bs { background-position: 0 -816px; }
.country-list .flag.bt { background-position: 0 -832px; }
.country-list .flag.bw { background-position: 0 -848px; }
.country-list .flag.by { background-position: 0 -864px; }
.country-list .flag.bz { background-position: 0 -880px; }
.country-list .flag.ca { background-position: 0 -896px; }
.country-list .flag.cg { background-position: 0 -912px; }
.country-list .flag.cf { background-position: 0 -928px; }
.country-list .flag.cd { background-position: 0 -944px; }
.country-list .flag.ch { background-position: 0 -960px; }
.country-list .flag.ci { background-position: 0 -976px; }
.country-list .flag.ck { background-position: 0 -992px; }
.country-list .flag.cl { background-position: 0 -1008px; }
.country-list .flag.cm { background-position: 0 -1024px; }
.country-list .flag.cn { background-position: 0 -1040px; }
.country-list .flag.co { background-position: 0 -1056px; }
.country-list .flag.cr { background-position: 0 -1072px; }
.country-list .flag.cu { background-position: 0 -1088px; }
.country-list .flag.cv { background-position: 0 -1104px; }
.country-list .flag.cy { background-position: 0 -1120px; }
.country-list .flag.cz { background-position: 0 -1136px; }
.country-list .flag.de { background-position: 0 -1152px; }
.country-list .flag.dj { background-position: 0 -1168px; }
.country-list .flag.dk { background-position: 0 -1184px; }
.country-list .flag.dm { background-position: 0 -1200px; }
.country-list .flag.do { background-position: 0 -1216px; }
.country-list .flag.dz { background-position: 0 -1232px; }
.country-list .flag.ec { background-position: 0 -1248px; }
.country-list .flag.ee { background-position: 0 -1264px; }
.country-list .flag.eg { background-position: 0 -1280px; }
.country-list .flag.eh { background-position: 0 -1296px; }
.country-list .flag.er { background-position: 0 -1312px; }
.country-list .flag.es { background-position: 0 -1328px; }
.country-list .flag.et { background-position: 0 -1344px; }
.country-list .flag.fi { background-position: 0 -1360px; }
.country-list .flag.fj { background-position: 0 -1376px; }
.country-list .flag.fm { background-position: 0 -1392px; }
.country-list .flag.fo { background-position: 0 -1408px; }
.country-list .flag.fr { background-position: 0 -1424px; }
.country-list .flag.ga { background-position: 0 -1440px; }
.country-list .flag.gb { background-position: 0 -1456px; }
.country-list .flag.gd { background-position: 0 -1472px; }
.country-list .flag.ge { background-position: 0 -1488px; }
.country-list .flag.gg { background-position: 0 -1504px; }
.country-list .flag.gh { background-position: 0 -1520px; }
.country-list .flag.gi { background-position: 0 -1536px; }
.country-list .flag.gl { background-position: 0 -1552px; }
.country-list .flag.gm { background-position: 0 -1568px; }
.country-list .flag.gn { background-position: 0 -1584px; }
.country-list .flag.gp { background-position: 0 -1600px; }
.country-list .flag.gq { background-position: 0 -1616px; }
.country-list .flag.gr { background-position: 0 -1632px; }
.country-list .flag.gt { background-position: 0 -1648px; }
.country-list .flag.gu { background-position: 0 -1664px; }
.country-list .flag.gw { background-position: 0 -1680px; }
.country-list .flag.gy { background-position: 0 -1696px; }
.country-list .flag.hk { background-position: 0 -1712px; }
.country-list .flag.hn { background-position: 0 -1728px; }
.country-list .flag.hr { background-position: 0 -1744px; }
.country-list .flag.ht { background-position: 0 -1760px; }
.country-list .flag.hu { background-position: 0 -1776px; }
.country-list .flag.id { background-position: 0 -1792px; }
.country-list .flag.mc { background-position: 0 -1792px; }
.country-list .flag.ie { background-position: 0 -1808px; }
.country-list .flag.il { background-position: 0 -1824px; }
.country-list .flag.im { background-position: 0 -1840px; }
.country-list .flag.in { background-position: 0 -1856px; }
.country-list .flag.iq { background-position: 0 -1872px; }
.country-list .flag.ir { background-position: 0 -1888px; }
.country-list .flag.is { background-position: 0 -1904px; }
.country-list .flag.it { background-position: 0 -1920px; }
.country-list .flag.je { background-position: 0 -1936px; }
.country-list .flag.jm { background-position: 0 -1952px; }
.country-list .flag.jo { background-position: 0 -1968px; }
.country-list .flag.jp { background-position: 0 -1984px; }
.country-list .flag.ke { background-position: 0 -2000px; }
.country-list .flag.kg { background-position: 0 -2016px; }
.country-list .flag.kh { background-position: 0 -2032px; }
.country-list .flag.ki { background-position: 0 -2048px; }
.country-list .flag.km { background-position: 0 -2064px; }
.country-list .flag.kn { background-position: 0 -2080px; }
.country-list .flag.kp { background-position: 0 -2096px; }
.country-list .flag.kr { background-position: 0 -2112px; }
.country-list .flag.kw { background-position: 0 -2128px; }
.country-list .flag.ky { background-position: 0 -2144px; }
.country-list .flag.kz { background-position: 0 -2160px; }
.country-list .flag.la { background-position: 0 -2176px; }
.country-list .flag.lb { background-position: 0 -2192px; }
.country-list .flag.lc { background-position: 0 -2208px; }
.country-list .flag.li { background-position: 0 -2224px; }
.country-list .flag.lk { background-position: 0 -2240px; }
.country-list .flag.lr { background-position: 0 -2256px; }
.country-list .flag.ls { background-position: 0 -2272px; }
.country-list .flag.lt { background-position: 0 -2288px; }
.country-list .flag.lu { background-position: 0 -2304px; }
.country-list .flag.lv { background-position: 0 -2320px; }
.country-list .flag.ly { background-position: 0 -2336px; }
.country-list .flag.ma { background-position: 0 -2352px; }
.country-list .flag.md { background-position: 0 -2368px; }
.country-list .flag.me { background-position: 0 -2384px; }
.country-list .flag.mg { background-position: 0 -2400px; }
.country-list .flag.mh { background-position: 0 -2416px; }
.country-list .flag.mk { background-position: 0 -2432px; }
.country-list .flag.ml { background-position: 0 -2448px; }
.country-list .flag.mm { background-position: 0 -2464px; }
.country-list .flag.mn { background-position: 0 -2480px; }
.country-list .flag.mo { background-position: 0 -2496px; }
.country-list .flag.mq { background-position: 0 -2512px; }
.country-list .flag.mr { background-position: 0 -2528px; }
.country-list .flag.ms { background-position: 0 -2544px; }
.country-list .flag.mt { background-position: 0 -2560px; }
.country-list .flag.mu { background-position: 0 -2576px; }
.country-list .flag.mv { background-position: 0 -2592px; }
.country-list .flag.mw { background-position: 0 -2608px; }
.country-list .flag.mx { background-position: 0 -2624px; }
.country-list .flag.my { background-position: 0 -2640px; }
.country-list .flag.mz { background-position: 0 -2656px; }
.country-list .flag.na { background-position: 0 -2672px; }
.country-list .flag.nc { background-position: 0 -2688px; }
.country-list .flag.ne { background-position: 0 -2704px; }
.country-list .flag.ng { background-position: 0 -2720px; }
.country-list .flag.ni { background-position: 0 -2736px; }
.country-list .flag.nl { background-position: 0 -2752px; }
.country-list .flag.no { background-position: 0 -2768px; }
.country-list .flag.np { background-position: 0 -2784px; }
.country-list .flag.nr { background-position: 0 -2800px; }
.country-list .flag.nz { background-position: 0 -2816px; }
.country-list .flag.om { background-position: 0 -2832px; }
.country-list .flag.pa { background-position: 0 -2848px; }
.country-list .flag.pe { background-position: 0 -2864px; }
.country-list .flag.pf { background-position: 0 -2880px; }
.country-list .flag.pg { background-position: 0 -2896px; }
.country-list .flag.ph { background-position: 0 -2912px; }
.country-list .flag.pk { background-position: 0 -2928px; }
.country-list .flag.pl { background-position: 0 -2944px; }
.country-list .flag.pr { background-position: 0 -2960px; }
.country-list .flag.ps { background-position: 0 -2976px; }
.country-list .flag.pt { background-position: 0 -2992px; }
.country-list .flag.pw { background-position: 0 -3008px; }
.country-list .flag.py { background-position: 0 -3024px; }
.country-list .flag.qa { background-position: 0 -3040px; }
.country-list .flag.re { background-position: 0 -3056px; }
.country-list .flag.ro { background-position: 0 -3072px; }
.country-list .flag.rs { background-position: 0 -3088px; }
.country-list .flag.ru { background-position: 0 -3104px; }
.country-list .flag.rw { background-position: 0 -3120px; }
.country-list .flag.sa { background-position: 0 -3136px; }
.country-list .flag.sb { background-position: 0 -3152px; }
.country-list .flag.sc { background-position: 0 -3168px; }
.country-list .flag.sd { background-position: 0 -3184px; }
.country-list .flag.se { background-position: 0 -3200px; }
.country-list .flag.sg { background-position: 0 -3216px; }
.country-list .flag.si { background-position: 0 -3232px; }
.country-list .flag.sk { background-position: 0 -3248px; }
.country-list .flag.sl { background-position: 0 -3264px; }
.country-list .flag.sm { background-position: 0 -3280px; }
.country-list .flag.sn { background-position: 0 -3296px; }
.country-list .flag.so { background-position: 0 -3312px; }
.country-list .flag.sr { background-position: 0 -3328px; }
.country-list .flag.st { background-position: 0 -3344px; }
.country-list .flag.sv { background-position: 0 -3360px; }
.country-list .flag.sy { background-position: 0 -3376px; }
.country-list .flag.sz { background-position: 0 -3392px; }
.country-list .flag.tc { background-position: 0 -3408px; }
.country-list .flag.td { background-position: 0 -3424px; }
.country-list .flag.tg { background-position: 0 -3440px; }
.country-list .flag.th { background-position: 0 -3456px; }
.country-list .flag.tj { background-position: 0 -3472px; }
.country-list .flag.tl { background-position: 0 -3488px; }
.country-list .flag.tm { background-position: 0 -3504px; }
.country-list .flag.tn { background-position: 0 -3520px; }
.country-list .flag.to { background-position: 0 -3536px; }
.country-list .flag.tr { background-position: 0 -3552px; }
.country-list .flag.tt { background-position: 0 -3568px; }
.country-list .flag.tv { background-position: 0 -3584px; }
.country-list .flag.tw { background-position: 0 -3600px; }
.country-list .flag.tz { background-position: 0 -3616px; }
.country-list .flag.ua { background-position: 0 -3632px; }
.country-list .flag.ug { background-position: 0 -3648px; }
.country-list .flag.us { background-position: 0 -3664px; }
.country-list .flag.uy { background-position: 0 -3680px; }
.country-list .flag.uz { background-position: 0 -3696px; }
.country-list .flag.va { background-position: 0 -3712px; }
.country-list .flag.vc { background-position: 0 -3728px; }
.country-list .flag.ve { background-position: 0 -3744px; }
.country-list .flag.vg { background-position: 0 -3760px; }
.country-list .flag.vi { background-position: 0 -3776px; }
.country-list .flag.vn { background-position: 0 -3792px; }
.country-list .flag.vu { background-position: 0 -3808px; }
.country-list .flag.ws { background-position: 0 -3824px; }
.country-list .flag.ye { background-position: 0 -3840px; }
.country-list .flag.za { background-position: 0 -3856px; }
.country-list .flag.zm { background-position: 0 -3872px; }
.country-list .flag.zw { background-position: 0 -3888px; }
/* E:Country List */
@media (max-width: 991px) {
	.country-list ul{
		height: 200px;
	}
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
*************************    /themes/cleanpage/css/font-definitions.css    *************************
***************************************************************************************************/

@media (min-width: 992px){
	.md-font-20 { font-size: 20px }
	.md-font-26 { font-size: 26px }
	.md-font-30 { font-size: 30px }
	.md-font-32 { font-size: 32px }
	.md-font-34 { font-size: 34px }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.sm-font-18 { font-size: 18px }
	.sm-font-26 { font-size: 26px }
	.sm-font-30 { font-size: 30px }
}
@media (max-width: 767px) {
	.xs-font-16 { font-size: 16px }
	.xs-font-22 { font-size: 22px }
	.xs-font-26 { font-size: 26px }
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
*******************************    /themes/cleanpage/css/box.css    ********************************
***************************************************************************************************/

.bordered-box{
    background-color: #fdfdfd;
    box-shadow: rgba(9, 30, 66, 0.28) 0px 4px 8px -2px, rgba(9, 30, 66, 0.3) 0px 0px 1px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 2px dashed transparent;
	transition: var(--entranet-transition);
}
.bordered-box:not(.box){
    padding: 16px;
}
.bordered-box:hover{
    border-color: #bfbfbf;
    background-color: #ffffff;
    box-shadow: none;
}
.bordered-box-outer.mt-16 > div[class*="col-"] {
	margin-top: 16px;
}
.bordered-box-outer.mt-32 > div[class*="col-"] {
	margin-top: 32px;
}
.bordered-box-outer.first-mt-0 > div[class*="col-"]:first-child{
	margin-top: 0;
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
***************************    /themes/cleanpage/css/definitions.css    ****************************
***************************************************************************************************/

.white-page{ background-color: #ffffff; }
.margin-top-16 { margin-top: 16px }
.margin-top-32 { margin-top: 32px }
.padding-top-32{ padding-top: 32px;}
.padding-bottom-16{ padding-bottom: 16px; }
.padding-bottom-32{ padding-bottom: 32px; }
.margin-right-5{ margin-right: 5px; }
@media (min-width: 992px){
	.vertical-center {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.col-md-order-1{ -ms-flex-order: 1; order: 1; }
	.col-md-order-2{ -ms-flex-order: 2; order: 2; }
	.text-md-left{ text-align: left; }
	.text-md-right{ text-align: right; }
	.md-padding-top-186{ padding-top: 186px; }
	.md-padding-bottom-186{ padding-bottom: 186px; }
	.md-padding-top-90{ padding-top: 90px; }
	.md-padding-bottom-90{ padding-bottom: 90px; }
	.md-padding-top-64{ padding-top: 64px; }
	.md-padding-bottom-64{ padding-bottom: 64px; }
	.md-jc-flex-end{justify-content: flex-end;}
}
@media (max-width: 991px) {
	.sm-xs-padding-top-32{ padding-top: 32px; }
	.sm-xs-padding-bottom-32{ padding-bottom: 32px; }
	.sm-xs-margin-auto{ margin-left: auto; margin-right: auto; }
	.sm-xs-jc-center{justify-content: center;}
	.sm-xs-f-wrap{flex-wrap: wrap;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.col-sm-margin-top-16{margin-top: 16px;}
	.col-sm-text-center{text-align: center;}
}
@media (max-width: 767px) {
	.d-block{ display:block; }
	.col-xs-margin-top-16{margin-top: 16px;}
	.col-xs-margin-top-32{margin-top: 32px;}
	.col-xs-text-center{text-align: center;}
	.xs-no-bg{background-image: none !important;}
	.xs-padding-top-32{padding-top:32px}
	.xs-padding-bottom-32{padding-bottom:32px}
	.col-xs-order-1{ -ms-flex-order: 1; order: 1; }
	.col-xs-order-2{ -ms-flex-order: 2; order: 2; }
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
**************************    /themes/cleanpage/css/general-style.css    ***************************
***************************************************************************************************/

.position-relative{ position: relative; }
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.d-flex-wrap{ flex-wrap: wrap }
.fd-column{ flex-direction: column; }
.ai-center{ align-items: center; }
.nav-dropdown{
    background-color: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 11;
    display: none;
	border-top: 1px solid #dfdfdf;
	box-shadow: 0 5px 10px -7px rgba(0,0,0,.25);
}
.dropdown-tab-open{overflow: hidden;}
.overlay-global-nav{
	background: rgba(2, 20, 58, 0.59);
    position: fixed;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    display: none;
    z-index: 10;
}
.overlay-global-nav.active{
	opacity: 1;
    display: block;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	display: block;
}
ul:after, ol:after{
	content: '';
	display: block;
	clear: both;
}
/* DEFAULT MENU */
.default-menu-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
ul.default-menu li{
	margin-top: 5px;
}
ul.default-menu li:first-child{
	margin-top: 0;
}
/* DEFAULT MENU */
/* STYLED MENU */
ul.styled-menu.ml-10{
	margin-left: -10px;
}
ul.styled-menu li{
	margin-top: 3px;
}
ul.styled-menu li:first-child{
	margin-top: 0;
}
ul.styled-menu li a{
	padding: 7px 10px;
	font-weight: 600;
	display: block;
	border-radius: 4px;
}
ul.styled-menu li:not(.active) a:hover{
	background-color: #dfdfdf;
}
ul.styled-menu li.active a{
	background-color: #0b0944;
	color: #ffffff;
}
/* LİST STYLED MENU */
/* TOCIFY MENU */
.set-dynamic-sidebar .toc-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.set-dynamic-sidebar ul{
	margin-left: -10px;
}
.set-dynamic-sidebar ul li{
	margin-bottom: 3px;
}
.set-dynamic-sidebar ul li:last-child{
	margin-bottom: 0;
}
.set-dynamic-sidebar ul li a{
	padding: 7px 10px;
	font-weight: 600;
	display: block;
	border-radius: 4px;
}
.set-dynamic-sidebar ul li:not(.active) a:hover{
	background-color: #dfdfdf;
}
.set-dynamic-sidebar ul li.active a{
	background-color: #0b0944;
	color: #ffffff;
}
/* TOCIFY MENU */
/* LİST BOXES */
.list-item-box{
	margin-top: 32px;
}
.list-item-box:first-child{
	margin-top: 0;
}
.list-sub-box{
	margin-top: 20px;
}
.sub-box-title{
    font-size: 18px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: 600;
}
.sub-list-inline{
	width: 100%;
}
.sub-list{
	margin-top: 10px;
}
.sub-list:first-child{
	margin-top: 0;
}
.sub-list-title{
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
}
.sub-list-title i{
	font-size: 22px;
}
.sub-list-title span{
	margin-left: 10px;
    font-weight: 600;
}
/* LİST BOXES */
.vertical-menu-title:not(.styled-menu-title){margin-bottom:27px;font-size:16px}
.vertical-menu-title.leftmenu{margin-bottom: 0;padding: 16px;font-weight: 600;border-top: 1px solid rgba(0,0,0,0.05);}
.smart-menu-tab .vertical-menu-title.leftmenu{border-top:0;padding:10px;}
.vertical-menu-title.footer{font-weight:700;margin-bottom: 16px;}
.vertical-menu.leftmenu{padding:16px;border-top: 1px solid rgba(0,0,0,0.05);}
.smart-menu-tab .vertical-menu.leftmenu{padding:10px;}
.vertical-menu.leftmenu li{margin-bottom: 12px;}
.vertical-menu.leftmenu li a{display: block;}
.vertical-menu.leftmenu li a:hover,
.vertical-menu.leftmenu li.active a,
.vertical-menu.footer li a:hover,
.vertical-menu.footer li.active a{color:#0b0944;}
.vertical-menu.footer li a{font-size: 14px;display: inline-block; vertical-align: top;}
.vertical-menu:not(.styled-menu) li{margin-bottom:5px;/*white-space: nowrap;overflow: hidden;text-overflow: ellipsis;*/}
.vertical-menu:not(.styled-menu) li:last-child{margin-bottom:0}
.vertical-menu:not(.styled-menu) li a i{margin-right:5px}
/* CONTENT DETAIL */
.detail-page-content-title{font-size: 24px;margin-top:0;}
.detail-page-content-time-and-font{margin-bottom:20px}
.detail-page-content-time-and-font:before{
    display: table;
    content: " ";
}
.detail-page-content-time-and-font:after{
	clear: both;
    display: table;
    content: " ";
}
.detail-page-content-time{font-size:0;float: left; padding:6px 0;}
.detail-page-content-date{font-size:16px;display:inline-block;vertical-align:top}
.detail-page-content-hour{font-size:16px;display:inline-block;vertical-align:top;margin-left:10px}
.detail-page-content-font-container{float:right}
.detail-page-content-font{
    cursor: pointer;
    font-size: 16px;
    float: left;
    background: #0b0944;
    color: #ffffff;
    width: 40px;
    height: 34px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.detail-page-content-font.fontDown{border-left:1px solid #fff}
.detail-page-content-text{/*font-size:16px;text-align:justify*/}
.detail-page-content-text a{
    font-weight: 700;
    color: #7052fb;
}
.detail-page-content-text h2{
	margin-top: 20px;
	margin-bottom: 20px;
}
.detail-page-content-text ul{
	padding-left: 40px;
	margin-bottom: 10px;
	list-style-type: disc;
}
.detail-page-content-detail-image{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.detail-page-content-detail-image a{display:block}
.detail-page-detail-image{margin:0 auto}
.detail-page-related-files{width:100%;margin-top:30px}
ul.detail-page-related-files-list{padding:0;list-style-type:none;margin:0 -5px}
ul.detail-page-related-files-list li{width:20%;float:left;padding:0 5px;margin-top:10px}
ul.detail-page-related-files-list li:nth-child(1),
ul.detail-page-related-files-list li:nth-child(2),
ul.detail-page-related-files-list li:nth-child(3),
ul.detail-page-related-files-list li:nth-child(4),
ul.detail-page-related-files-list li:nth-child(5){
	margin-top:0
}
ul.detail-page-related-files-list li a{display:block}
ul.detail-page-related-files-list li a:focus,
ul.detail-page-related-files-list li a:active{outline:0}
.detail-page-other-contents{margin-top:35px}
ul.detail-page-other-contents-list{padding:0;list-style-type:none;margin:0 -10px}
ul.detail-page-other-contents-list li{width:100%;float:left;padding:0 10px;margin-top:10px}
ul.detail-page-other-contents-list li:nth-child(1){margin-top:0}
.detail-page-other-contents-image{width:100%;max-width:250px;float:left}
.detail-page-other-contents-image a{display:block}
.detail-page-other-contents-text-container{float:left;width:calc(100% - 250px);padding-left:16px}
.detail-page-other-contents-text-container.no-image{width:100%;padding-left:0}
.detail-page-other-contents-title{width:100%;height:40px;display:table}
.detail-page-other-contents-title a{color:#000;font-size:16px;display:table-cell;vertical-align:middle}
.detail-page-other-contents-title.margin-bottom{margin-bottom:10px}
.detail-page-other-contents-summary{margin:0;font-size:13px;color:#6C6C6C;height:138px}
.detail-page-other-contents-text-container.no-image .detail-page-other-contents-summary{margin-top:0}
.modal-body img{max-width:100%}
/* CONTENT DETAIL */
/* ANIMATION LEFT MENU  */
body.opened-left{height:100%;overflow:hidden;width:100%;position:fixed}
.smart-menu-tab{position:fixed;top:0;left:-85%;display:block;width:85%;height:100%;margin:0;z-index:2000000003;background-color:#fff;transition: var(--entranet-transition);overflow-y:auto;padding:0 16px 16px}
.smart-menu-tab.opened{left:0}
.backgroundShadow{width:100%;height:100%;background-color:rgba(0,0,0,0.7);position:fixed;z-index:2000000002;display:none;top:0;left:0}
.tab-close{width:50px;height:50px;position:absolute;right:0;top:0;text-align:center;font-size:30px;background:#585858;color:#fff}
.tab-top-title{font-weight:700;font-size:26px;margin-bottom:20px;width:calc(100% - 34px)}
.smart-menu{-webkit-box-shadow:-4px 3px 48px 0 rgba(0,0,0,.75);box-shadow:-4px 3px 48px 0 rgba(0,0,0,.75);cursor:pointer;width:50px;height:50px;border-radius:100%;background-color:#585858;position:fixed;z-index:95;bottom:20px;left:20px;text-align:center;font-size:24px;color:#fff;cursor:pointer}
/* ANIMATION LEFT MENU  */
.form-title{
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-flex;
    vertical-align: top;
}
.form-value-title{
	font-weight: 600;
	color: #000000;
}
.form-input,
.form-textarea,
.form-select,
.phone-input{
	border: 2px solid #dfe1e6;
	outline: none;
	width: 100%;
	padding: 10.5px 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #fafbfc;
	font-weight: 500;
}
.form-input:hover,
.form-textarea:hover,
.form-select:hover{
	background-color: #ebecf0;
}
.form-input::placeholder {
	color: #000000;
	font-weight: 500;
}
.form-input:-ms-input-placeholder {
	color: #000000;
	font-weight: 500;
}
.form-input::-ms-input-placeholder {
	color: #000000;
	font-weight: 500;
}
.rowContainer.field-error .form-select,
.rowContainer.field-error .form-input,
.rowContainer.field-error .form-textarea{
    border-color: #EB163D;
    background-color: #FDF8F5;
}
.rowContainer.field-error .form-input::placeholder {
    color: #EB163D;
    opacity: 1;
}
.rowContainer.field-error .form-input:-ms-input-placeholder {
    color: #EB163D;
}
.rowContainer.field-error .form-input::-ms-input-placeholder {
    color: #EB163D;
}
.form-input.w-auto{
	width: auto;
}
.form-select{
	height: 40px;
}
.form-select.small{
	padding: 0px 6px;
	height: 25px;
}
.form-input[readonly]{
	background-color: #f5f5f5;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus{
	outline: 0;
	border-color: #0b0944;
}
.form-input[readonly]:focus{
}
.error-span{
    margin-top: 5px;
    color: #EB163D;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.form-textarea{
	height: 70px;
	max-height: 70px;
	resize: none;
	display: block;
}
.rowContainer{
	width: 100%;
	margin-bottom: 16px;
}
.rowContainer:after{
	content: '';
	display: block;
	clear: both;
}
.form-data{
	width: 100%;
}
.button{
	background-color: #0b0944;
	color: #ffffff;
	border-radius: 4px;
	padding: 10px 16px;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.button:focus,
.button:hover{
	background-color: #413d52;
	outline: 0 !important;
	color: #ffffff;
}
.button i{
	margin-left: 5px;
	margin-right: 5px;
}
.link-button{
	background-color: var(--entranet-primary-background-color);
	color: #ffffff;
	border-radius: var(--entranet-button-radius);
	padding: 10px 16px;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
}
.link-button:hover,
.link-button:active,
.link-button:focus{
	color: #ffffff;
    background-color: var(--entranet-secondary-background-color);
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.video-container {
	position:relative;
	width: 100%;
}
.video-container .ratio {
	display:block;
	width:100%;
	height:auto;
}
.video-container iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.paging{
	display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0;
    border-top: 1px solid #f2f2f2;
    margin-top: 15px;
    margin-bottom: 15px;
}
.paging span{
	margin-right: 5px;
}
.paging span:last-child{
	margin-right: 0;
}
.paging a{
	background-color:#f2f2f2;
	width: 40px;
	height: 40px;
	display: -ms-flexbox;
    display: flex;
	justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}
.paging a:hover,
.paging a.active{
	background-color:#0b0944;
	color:#ffffff;
}
.desktop-banners,
.website-selection-banners,
.applications-banners,
.descriptions-carousel,
.overview-banners,
.project-images,
.homepage-references{
	text-align: center;
}
.homepage-references .owl-stage-outer{
	padding-top: 21px;
	padding-bottom: 16px;
}
.homepage-references .owl-item{
	padding-left: 8px;
	padding-right: 8px;
}
.desktop-banners .owl-dots,
.website-selection-banners .owl-dots,
.applications-banners .owl-dots,
.overview-banners .owl-dots,
.project-images .owl-dots,
.mobile-banners .owl-dots,
.homepage-references .owl-dots{
	position: absolute;
	width: 100%;
	text-align: center;
}
.mobile-banners{
	margin-bottom: 44px;
}
.descriptions-carousel .owl-dots{
	width: 100%;
	text-align: center;
}
.desktop-banners .owl-dot,
.website-selection-banners .owl-dot,
.applications-banners .owl-dot,
.descriptions-carousel .owl-dot,
.overview-banners .owl-dot,
.project-images .owl-dot,
.mobile-banners .owl-dot,
.homepage-references .owl-dot{
	zoom: 1;
	display: inline-block;
	vertical-align: top;
	margin: 16px 5px;
}
.descriptions-carousel .owl-dot{
	margin-bottom: 0;
}
.desktop-banners .owl-dot span,
.website-selection-banners .owl-dot span,
.applications-banners .owl-dot span,
.descriptions-carousel .owl-dot span,
.overview-banners .owl-dot span,
.project-images .owl-dot span,
.mobile-banners .owl-dot span,
.homepage-references .owl-dot span{
	background-color: #b7b6b6;
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.desktop-banners .owl-nav div{
	position: absolute;
	top: 50%;
	margin-top: -35px;
	transition: var(--entranet-transition);
	width: 38px;
	height: 38px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	text-align: center;
}
.desktop-banners .owl-nav div i{
	font-size: 38px;
	display: block;
}
.desktop-banners .owl-nav div.owl-prev{
	left: 25px;
}
.desktop-banners .owl-nav div.owl-next{
	right: 25px;
}
.desktop-banners .owl-dot.active span,
.website-selection-banners .owl-dot.active span,
.applications-banners .owl-dot.active span,
.descriptions-carousel .owl-dot.active span,
.overview-banners .owl-dot.active span,
.project-images .owl-dot.active span,
.mobile-banners .owl-dot.active span,
.homepage-references .owl-dot.active span{
	background-color: var(--entranet-primary-background-color);
}
.overview-banners{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
body.modal-open .modal.in {
    display: -webkit-box !important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
***************************    /themes/cleanpage/css/applications.css    ***************************
***************************************************************************************************/

.box a{
    padding: 16px;
    display: block;
    height: 100%;
    width: 100%;
}
.box .image-box-outer{
    width: 100%;
    height: 110px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.box.column-list a,
.box.no-link{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.box.no-link{
	padding: 16px;
}
.box.column-list .image-box-outer{
	width: 56px;
	height: 56px;
}
.box .image-box{
	width: 80px;
	height: 80px;
	border-radius: 4px;
	background-color: #155d13;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
	transition: var(--entranet-transition);
}
.box.square-image .image-box-outer .image-box{
	width: 60px;
	height: 60px;
}
.box.square-image .image-box-outer .image-box > img{
	width: 48px;
	height: 48px;
}
.box.column-list .image-box{
	width: 100%;
	height: 100%;
	padding: 10px;
	border-radius: 100%;
}
.box .text-box{
	width: 100%;
}
.box.column-list .text-box{
	width: calc(100% - 56px);
	padding-left: 16px;
}
.box .title-box{
	font-size: 16px;
	font-weight: 600;
    color: #3a078d;
    margin-bottom: 5px;
    margin-top: 0;
}
.box .text-box.no-summary .title-box{
	margin-bottom: 0;
}
.box .summary-box{
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
*******************************    /themes/cleanpage/css/blog.css    *******************************
***************************************************************************************************/

.blog-box .blog-image-outer {}
.blog-box .blog-image-outer.smaller{
	width: 100px;
}
.blog-box .blog-image-outer > a{
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}
.blog-box .blog-image-outer > a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    opacity: 0;
    z-index: 1;
	transition: var(--entranet-transition);
    width: 100%;
    height: 100%;
}
.blog-box .blog-image-outer > a:hover::before{
    opacity: 1;
}
.blog-box .blog-image-outer > a > img{
	margin: 0 auto;
	transition: var(--entranet-transition);
}
.blog-box .blog-image-outer > a:hover > img{
    transform: scale(1.05);
}
.blog-box .blog-text{}
.blog-box .blog-text.smaller{
	width: calc(100% - 100px);
	padding-left: 16px;
}
.blog-box .blog-title{
	margin-bottom: 0;
	margin-top: 0;
	font-size: 20px;
}
.blog-box .blog-text.smaller .blog-title{}
.blog-box .blog-title a{
	display: inline-flex;
	vertical-align: top;
}
.blog-box .blog-title a:hover{
	color: var(--entranet-secondary-text-color);
}
.blog-box .blog-information{
}
.blog-box .blog-information span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}
.blog-box .blog-summary{
	margin-top: 5px;
}
.blog-see-all-outer{
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 32px;
}
.blog-see-all{
    display: block;
    background-color: var(--entranet-primary-background-color);
    color: #ffffff;
    padding: 13px 26px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
}
.blog-see-all:hover,
.blog-see-all:focus{
     background-color: var(--entranet-secondary-background-color);
    color: #ffffff;
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
****************************    /themes/cleanpage/css/accordion.css    *****************************
***************************************************************************************************/

.accordion-list li{
    cursor: pointer;
	margin-top: 16px;
	background-color: #fdfdfd;
    box-shadow: rgba(9, 30, 66, 0.28) 0px 4px 8px -2px, rgba(9, 30, 66, 0.3) 0px 0px 1px;
    border-radius: 4px;
}
.accordion-list.first-mt-0 li:first-child{
	margin-top: 0;
}
.accordion-list.use-active li{
	transition: var(--entranet-transition);
}
.accordion-list.use-active li.active{
    background-color: #f1f2f6;
}
.accordion-list li .accordion-title{
	font-weight: 600;
    font-size: 20px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.accordion-list li .accordion-title i{
	margin-left: 5px;
	transition: var(--entranet-transition);
}
.accordion-list li.active .accordion-title i{
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-list li .accordion-hidden-item{
	display: none;
    padding: 0 16px 16px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-list.small-font li .accordion-title{
	font-size: 16px;
}
.accordion-list.with-image li .accordion-title{
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.accordion-list.with-image li .accordion-head-item{
    width: calc(100% - 14px);
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.accordion-list.with-image li .accordion-head-item span{
	float: left;
}
@media (max-width: 991px){
	.accordion-list li .accordion-title{
		font-size: 14px;
	}
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
****************************    /themes/cleanpage/css/hover-tab.css    *****************************
***************************************************************************************************/

.hover-tab-list li{
    border-left: 20px solid var(--entranet-primary-background-color);
    box-shadow: 1px 2px 6px rgba(0,0,0,.25);
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 4px;
}
.hover-tab-list li:last-child{
	margin-bottom: 0;
}
.hover-tab-list.active li.active{
	box-shadow: 4px 4px 12px rgba(0,0,0,.25);
}
.hover-tab-list.active li:not(.active){
    border-left-color: #8b909a;
}
.hover-tab-list li,
.hover-tab-title,
.hover-tab-summary{
	transition: var(--entranet-transition);
}
.hover-tab-title{
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin-top: 0;
	margin-bottom: 7px;
}
.hover-tab-summary{}
.hover-tab-list.active li:not(.active) .hover-tab-title,
.hover-tab-list.active li:not(.active) .hover-tab-summary{
    color: #8b909a;
}
.hover-tab-screenshot{
    -ms-flex-item-align: center;
    align-self: center;
}
.hover-tab-screenshot img{
    filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, .25));
    border-radius: 4px;
    margin: 0 auto;
}
@media (max-width: 991px){
	.hover-tab-list li{
		padding: 16px;
	}
	.hover-tab-title{
		font-size: 18px;
	}
	.hover-tab-list li:not(.active) .hover-tab-title{
		margin-bottom: 0;
	}
	.hover-tab-summary.xs-opacity-0{
	    opacity: 0;
	    line-height: 0;
	    transition: line-height .2s ease-in;
	}
	.hover-tab-list li.active .hover-tab-summary{
		opacity: 1;
	    line-height: 1.5;
	    transition: opacity .2s ease-in;
	}
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
**************************    /themes/cleanpage/css/navigate-menu.css    ***************************
***************************************************************************************************/

.sticky-site-logo{
    border-right: 1px solid var(--entranet-primary-text-color);
    padding-left: 15px;
    padding-right: 15px;
}
.sticky-site-logo img{
	width: auto;
    height: 48px;
}
.navigate-menu-wrapper{
	background-color: #f1f2f6;
}
ul.navigate-menu{
	display: inline-block;
	vertical-align: top;
}
ul.navigate-menu li{
	float: left;
	margin-right: 16px;
}
ul.navigate-menu li:last-child{
	margin-right: 0;
}
ul.navigate-menu li a{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 16px 0;
    line-height: 1;
}
ul.navigate-menu.for-sticky li a{
	padding: 7px 0;
}
ul.navigate-menu.for-sticky li.active a{
    color: var(--entranet-secondary-text-color);
}
ul.navigate-menu:not(.for-sticky) li a:hover,
ul.navigate-menu:not(.for-sticky) li.active a{
	color: var(--entranet-secondary-text-color);
}
ul.navigate-menu:not(.for-sticky) li.active a:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    left: 0;
    width: 100%;
    background-color: var(--entranet-primary-background-color);
	transition: var(--entranet-transition);
}
/* STICKY HEADER */
.sticky-section{
	display: none;
	background-color: #ffffff;
    padding: 10px 0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}
.sticky-section.fixed{
	display: flex;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 2;
}
.sticky-title{
    font-size: 18px;
    color: var(--entranet-secondary-text-color);
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.sticky-link-button{
	display: block;
    background-color: var(--entranet-secondary-background-color);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.sticky-link-button:hover{
    color: #ffffff;
    background-color: #413d52;
}
/* STICKY HEADER */
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
**************************    /themes/cleanpage/css/jquery.sticky.css    ***************************
***************************************************************************************************/

.sticky-parent-class {
	display:block !important;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-khtml-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-ms-box-shadow:0 1px 5px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 5px rgba(0,0,0,0.2);
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
****************************    /themes/cleanpage/css/breadcrumb.css    ****************************
***************************************************************************************************/

.navigate-container:after {
	content: '';
	display: block;
	clear: both;
}
ul.mobile-nav {
	position: relative;
	padding: 16px 0;
}
ul.mobile-nav:not(.use-hidebreadcrumb){
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
ul.mobile-nav li.angle {
	padding: 0 10px;
}
ul.mobile-nav li {
	font-size: 14px;
	padding-bottom: 0;
}
ul.mobile-nav li.angle i {
	display: block;
}
ul.mobile-nav li.active-item{
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin-left: 5px;
}
ul.mobile-nav li.active-item:before{
    content: '';
    background-color: #155d13;
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    top: -5px;
    left: -5px;
    border-radius: 4px;
}
ul.mobile-nav li.active-title,
ul.mobile-nav li.active-title > a{
	color: var(--entranet-secondary-text-color);
}
.hide-breadcrumb {
	box-shadow: rgba(9, 30, 66, 0.28) 0px 4px 8px -2px, rgba(9, 30, 66, 0.3) 0px 0px 1px;
	width: 100%;
	padding: 16px 16px 8px;
	background-color: #fff;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 1001;
	border-radius: 4px;
}
.hide-this {
	display: none;
}
ul.hide-breadcrumb li:first-child {
	font-weight: 600;
	position: relative;
	padding: 0 0 8px;
	font-size: 16px;
}
ul.hide-breadcrumb li:first-child a {
	color: #000;
}
ul.hide-breadcrumb li {
	padding: 6px 16px 6px 12px;
	font-size: 14px;
	width: 100%;
	position: relative;
}
ul.hide-breadcrumb li button {
	border: 0;
	background-color: transparent;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	color: #000;
	padding: 0;
	z-index: 20;
}
ul.hide-breadcrumb li:before {
    display: block;
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 6px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 12px;
}
ul.hide-breadcrumb li:first-child:before {
	display: none;
}
ul.hide-breadcrumb li a {
	width: 100%;
	display: block;
}
ul.hide-breadcrumb li a span {
	display: block;
}
ul.hide-breadcrumb li a:hover{
	color: #413d52;
}
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(2) {
	padding-left: 16px;
}
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(3),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(4),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(5),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(6),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(7),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(8),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(9),
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(10) {
	padding-left: 32px;
}
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(3):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(4):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(5):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(6):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(7):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(8):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(9):before,
ul.hide-breadcrumb:not(.non-breaking) li:nth-child(10):before {
	left: 16px;
}
ul.desktop-nav {
	padding: 16px 0;
	display: inline-block;
	vertical-align: top;
}
ul.desktop-nav li,
ul.mobile-nav li {
	float: left;
	font-weight: 600;
	line-height: 1;
}
ul.desktop-nav li {
	font-size: 0;
}
ul.desktop-nav li.active > span {
	color: var(--entranet-secondary-text-color);
}
ul.desktop-nav li.no-link {
	margin-left: 10px;
	font-size: 18px;
}
ul.desktop-nav li.no-link.ml-0{
	margin-left: 0;
}
ul.desktop-nav li.no-link > span.mr-10{
	margin-right: 10px;
}
ul.desktop-nav li.no-link > span.mr-10 > a:hover{
	color: #413d52;
}
ul.mobile-nav li span {
	display: block;
}
ul.desktop-nav li:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content: "\f105";
	font-size: 18px;
}
ul.desktop-nav li:last-child:after {
	display: none;
}
/***************************************************************************************************
*************************************    GROUP : GeneralCSS    *************************************
*****************************    /themes/cleanpage/css/leaflet.css    ******************************
***************************************************************************************************/

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}
/* control positioning */
.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}
/* cursors */
.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
/* visual tweaks */
.leaflet-container {
	background: #dddddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078a8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
/* general toolbar styles */
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbbbbb;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}
/* layers control */
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #ffffff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333333;
	background: #ffffff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #dddddd;
	margin: 5px -10px 5px -6px;
	}
/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777777;
	}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}
/* popup */
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	text-align: left;
	}
.leaflet-popup-content {
	padding: 16px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 20px;
	height: 20px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	}
.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999999;
	}
/* div icon */
.leaflet-div-icon {
	background: #ffffff;
	border: 1px solid #666;
	}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: #222222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}
/* Directions */
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #ffffff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #ffffff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #ffffff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #ffffff;
	}
