#main {
	background:#fff !important;
}
.Button {
	display:inline-block;
	width: 100%;
	height: 50px; 
	line-height:50px;
	max-width:100%;
	background: #FACE37;
	border-radius: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align:center;
	color: #2D2D2D;
	font-family:glaho;
	text-decoration:none;
	transition:0.3s;
}
.Button:hover {
	opacity:0.8;
}
.ContactDiv h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 47px; 
	color: #2D2D2D;  
	text-align:center; 
	text-transform:uppercase;
	margin-bottom:40px; 
}
.ContactDiv h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px; 
	color: #2D2D2D;
	position:relative;
	margin-bottom:40px;
	width:100%;
}
.ContactDiv h2 span {
	font-family:glaho;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px; 
	color: rgba(45, 45, 45, 0.7);
	float:right;
}
h2:after {
	content:'';
	position: absolute;
	width: 73px;
	height: 3px;
	left: 0;
	bottom: -8px; 
	background: #FACE37;
	border-radius: 3px;
}

.ContactContainer { 
	width:1580px !important;
	max-width:100% !important;
} 

/******************** Contact List *********************/
.ContactList { 
	background: #F9F9F9;
	border-radius: 4px;
	padding:30px 80px;  
	max-width:100%;
	margin-bottom:100px;
}
.ContactList .Item {
	width:100%;
	display:inline-grid;
	text-align:center;	
	padding:0 30px; 
}
.ContactList .Item .Icon {
	margin-bottom:30px;
}
.ContactList .Item .Icon img {
	height:40px;
	width:auto;
}
.ContactList .Item span {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px; 
	color: #2D2D2D;
	margin-bottom:12px;
}
.ContactList .Item label {
	margin-bottom:30px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px; 
	color: rgba(45, 45, 45, 0.7);
	font-family:glaho;
}

/******************** Social List *********************/
.SocialList { 
	background: #F9F9F9;
	border-radius: 4px;
	padding:45px 80px;  
	max-width:100%;
	margin-bottom:100px;
}
.SocialList .Item {
	width:100%;
	display:inline-grid;
	text-align:center;	
	padding:0 30px;
	text-decoration:none;
	cursor:pointer;
}
.SocialList .Item .Icon {
	margin-bottom:30px;
	width:48px;
	height:48px;
	border-radius:100%;
	display:inline-flex;
	align-items:center;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
}
.SocialList .Item.WhatsApp .Icon {
	background:#23B33A;
}
.SocialList .Item.Facebook .Icon {
	background:#1877F2;
}
.SocialList .Item.Viber .Icon {
	background:#7360F2;
}
.SocialList .Item .Icon img {
	margin:0 auto;
}
.SocialList .Item span {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 27px;
	margin-bottom:12px;
	font-weight:bold;
	font-family:glaho;
}
.SocialList .Item.WhatsApp span {
	color:#23B33A;
}
.SocialList .Item.Facebook span {
	color:#1877F2;
}
.SocialList .Item.Viber span {
	color:#7360F2;
}
.SocialList .Item label {
	margin-bottom:0;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px; 
	color: #2D2D2D;
	font-family:glaho;
}

/******************** Bank Details *********************/
.BankDetails { 
	border-radius: 4px; 
	max-width:100%;
	margin-bottom:100px;
}
.BankDetails .row {
	margin-left:-50px;
	margin-right:-50px;
}
.BankDetails .col-sm-6 {
	padding-left:50px;
	padding-right:50px;
}
.BankDetails .Item {
	width:100%;
	display:inline-flex;
	align-items:center;
	text-align:center;	
	padding:0 30px; 
	background: #F9F9F9;
	height:140px;
}
.BankDetails .Item .Icon {
	margin-right:30px;
}
.BankDetails .Item .Icon img {
	max-width:100%;
	
}
.BankDetails .Item .Info {
	width:236px; 
}
.BankDetails .Item .Info span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;  
	color: #2D2D2D;
	font-family:glaho;
	margin-bottom:20px;
	display:inline-block;
}


/******************** Google Map *********************/
.GoogleMap {
	width:100%;
	height:370px;
} 
.GoogleMap #map {
	width:100%;
	height:100%;
}

.MapDiv {
	width:100%;
	height:370px;
}
.MapDiv iframe {
	width:100%;
	height:100%;
}

.Footer {
	background: #EEEEEE;
	width:100%;
	display:inline-block; 
	padding: 100px 0 10px 0;
} 
.Footer .FootInfo {
	display:inline-flex;
	align-items:center;	
	margin-bottom:50px;
}
.Footer .FootInfo .Image {
	margin-right:20px;
}
.Footer .FootInfo .Text {
	font-family:glaho;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px; 
	color: rgba(45, 45, 45, 0.8);
}


.Footer .MenuDiv {
	padding-right:30px;
}
.Footer .MenuDiv dl, 
.Footer .MenuDiv ol, 
.Footer .MenuDiv ul {
	padding-left:0;
	margin:0;
}
.Footer .MenuDiv .Title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    font-family: avia !important;
    margin-bottom: 25px;
	font-weight:bold;
}
.Footer .MenuDiv li {
	list-style:none;
	margin-bottom:15px;
}
.Footer .MenuDiv li a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;  
	color: rgba(45, 45, 45, 0.8);
	font-family:glaho;
	list-style:none;
	text-decoration:none;
}
.Footer .MenuDiv.Address {}
.Footer .MenuDiv.Address li {
	margin-bottom:25px;
}
.Footer .MenuDiv img {
	width:16px;
	margin-right:20px;
}


.FootBottom {
	display:inline-block;
	width:100%;
	border-top:solid rgba(45, 45, 45, 0.1) 2px;
	margin-top:40px;
	padding:40px 0;
}
.FootBottom .Title {	
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    font-family: avia !important;
    margin-bottom: 20px;
	font-weight:bold;
	margin-top:9px;
}

.FootBottom {}

.AppIcons {}
.AppIcons img {
	height:40px;
	margin-right:5px;
}

.FootSocial {}
.FootSocial .Icons {
	height:40px;
	line-height:40px;
    display: inline-flex;
}
.FootSocial .Icons a {
	margin-bottom:30px;
	width:40px;
	height:40px;
	border-radius:100%;
	display:inline-flex;
	align-items:center;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
	margin-right:10px;
}
.FootSocial .Icons .WhatsApp {
	background:#23B33A;
}
.FootSocial .Icons .Facebook {
	background:#1877F2;
}
.FootSocial .Icons .Viber {
	background:#7360F2;
} 
.FootSocial .Icons a img {
	margin:0 auto;
	height:20px;
}
.FootSocial .Icons .IMessage img {
	height:40px;
}

.Subscribe {
	position:relative;
	left:-15px;
}

.PayMents {}
.PayMents .Icon {
	width:55px;
	height:40px;
	line-height:40px;
	background: #FFFFFF;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	margin-right:8px;
}
.PayMents .Icon img {
	max-width:80%;
	margin:0 auto;
}


.sp-form .sp-field label {
	width:300px !important;
	font-size:15px !important;
}
.sp-form span {
	font-size:14px;
}


.NumbersByCountry {
	margin-bottom:100px;
}
.NumbersByCountry .container {
	padding:0;
}
.NumbersByCountry .Content {
	height:370px;
	width:100%;
	display:inline-flex;
	align-items:center;
	position:relative;
	padding-left:130px;
}
.NumbersByCountry .Content .Image {
	width:100%;
	height:100%;
	border-radius:5px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.NumbersByCountry .Content .Image:after {
	content:'';
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
	position:absolute;
	top:0;
	left:0;
}
.NumbersByCountry .Content .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.NumbersByCountry .Info {
	position:relative;
	z-index:99
}
.NumbersByCountry .Info span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #2D2D2D;
    font-family: avia !important;
    margin-bottom: 25px;
    font-weight: bold;
	color:#fff;
	
}


.SelectDiv {
	display:inline-flex;
	align-items:center;
	width:100%;
	margin-top:30px;
	position:relative;
}
.SelectDiv .Select {
	background: #ECECEC;
	border-radius: 4px;
	height:50px;
	line-height:50px;
	width:300px; 
	font-style: normal;
	font-weight: normal;
	font-size: 18px; 
	color: #2D2D2D;
	padding-left:40px;
	position:relative;
	cursor:pointer;
}
.SelectDiv .Select i {
	position:absolute;
	top:16px;
	left:15px;
}
.SelectDiv .Select .IMG {
	display:inline-block;
	width: 38px;
	height: 25px;
	position:relative;
	top:-3px;
	margin-right:10px;
}
.SelectDiv .Select img {
	width: 38px;
	height: 25px;
	box-shadow:1px 4px 12px rgba(0, 0, 0, 0.15);
}
.SelectDiv .Select div {
	height:25px;
	color:#000;
	display:inline-block;
}
.SelectDiv .Button1 {
	height:50px;
	line-height:50px;
	background: #FACE37;
	border-radius: 0px 4px 4px 0px;
	padding:0 30px;
	display:inline-block;
	margin-left:-10px;
}
.SelectDiv .Button1 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 50px;  
	color: #2D2D2D;
	font-family:glaho;
	text-decoration:none;
}
.SelectDiv .Button1 .Icon {
	display:inline-block;
	margin-right:13px;
}
.SelectDiv .Button1 .Icon img {
	height:20px;
	width:auto;
}

.SelectDiv .More {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	margin-top:-3px;
	display:none !important
}
.SelectDiv .More.active {
	display:block !important;
}
.SelectDiv .More .Item {
	background: #ECECEC; 
	height:50px;
	line-height:50px;
	width:300px; 
	font-style: normal;
	font-weight: normal;
	font-size: 18px; 
	color: #2D2D2D;
	padding-left:40px;
	cursor:pointer;
	transition:0.3s
}
.SelectDiv .More .Item i {
	display:none;
}
.SelectDiv .More .Item .IMG {
	display:inline-block;
	width: 38px;
	height: 25px;
	position:relative;
	top:-3px;
	margin-right:10px;
}
.SelectDiv .More .Item img {
	width: 38px;
	height: 25px;
	box-shadow:1px 4px 12px rgba(0, 0, 0, 0.15);
}
.SelectDiv .More .Item div {
	height:50px;
	color:#000;
	display:inline-block;
}
.SelectDiv .More .Item:hover {
	background:#FACE37;
}

.Maps .row {
	width:100%;
}
.Maps .GoogleMap {
	margin-bottom:20px;
}


@media (min-width:992px) {
	.HideDesktop {
		display:none !important;
	}
}
@media (max-width:992px) {
	.HideMobile {
		display:none !important;
	}
	
	.Button {
		height:40px;
		line-height:40px;
	}	
	.ContactDiv h1 {
		font-size:24px;
		margin-bottom:20px;
		margin-top:10px;
	}
	.ContactDiv h2 {
		margin-bottom:25px;
		font-size:16px;
	}
	
	.ContactList {
		padding:22px 0 10px 0;
		margin-bottom:30px;
	}
	.ContactList .Item {
		padding:0 30px;
	}
	.ContactList .col-sm-3 {
		flex: 0 0 auto;
		width: 100%;
	}
	.ContactList .Item {
		margin-bottom:40px;
	}
	.ContactList .Item label {
		margin-bottom:19px;
	}
	.ContactList .Item .Icon {
		margin-bottom:15px;
	}
	.ContactList .Item .Icon img {
		height:30px;
	}
	
	
	.SocialList {
		padding:30px 20px;
		margin-bottom:40px;
	}
	.SocialList .Item {
		margin-bottom:30px;
	}
	.SocialList .Item .Icon {
		margin-bottom:15px;
	}
	
	
	.BankDetails {
		margin-bottom:30px;
	}
	.BankDetails .Item {
		margin-bottom:15px;
	}
	.BankDetails .Item {
		padding:0 15px;
		height:100px;
	}
	.BankDetails .Item .Icon {
		margin-right:12px;
	}
	.BankDetails .Item .Icon span {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 27px;
		color: #2D2D2D;
		font-family: glaho;
		margin-bottom: 20px;
	}
	.BankDetails .Button {
		width:100px;
	}
	
	.ContactDiv h2 span {
		font-size:13px;
		float:left;
		padding-top:12px;
	}
	.GoogleMap {
		height:270px;
	}
	
	.Subscribe {
		margin-bottom:40px;
	}
	.AppIcons {
		margin-bottom:40px;
	}
	.FootSocial {
		margin-bottom: 40px;
	}
	.FootBottom .Title {
		margin-top:0;
	}
	.Footer {
		padding-left:15px;
		padding-right:15px;
	}
	
	
	.SelectDiv {
		display:inline-block;
		margin-top:0
	}
	.NumbersByCountry .Content {
		padding-left:15px;
		padding-right:15px;
	}
	.SelectDiv .Select {
		width:100%;
	}
	
	.SelectDiv .Button1 {
		margin-left:0;
		border-radius:4px;
		width:100%;
		text-align:center;
		margin-top:20px;
	}
	
	.SelectDiv .More .Item {
		width:100%;
	}
	
}




















