html , body {
	width: 100%;
	height: auto;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: "liga" on;
	background: #FFF;
	background-size: 140%;
	font-family: 'OpenSans Light', sans-serif;
	transition: all .2s linear;

}
body ::-moz-selection {background-color: #ca2727; color: #FFF;}
body ::-webkit-selection {background-color: #ca2727; color: #FFF;}
body ::-webkit-scrollbar {width: 0px;}
body ::-moz-scrollbar-track {box-shadow: inset 0 0 5px #000;}
body ::-moz-scrollbar-thumb {background-color: #454333; outline: 1px solid slategrey;}
body.noScroll {overflow-y: hidden !important; height: 100vh !important;}
a {text-decoration: none;}
a:focus , button:focus, input:focus, textarea:focus {outline: none; outline-style: none;}
*.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
@mixin tab-focus() {
	outline: none;
}
textarea {overflow: hidden;}

#Body_container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
}
.containerWidth {width: 1240px; overflow: hidden; margin: auto;}
#Body_container .topNav {
	width: 100%;
	height: auto;
	min-height: 85px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFF;
	border: none;
}
#Body_container .topNav .inner_container {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
#Body_container .topNav .inner_container .logo {
	width: 241px;
	height: auto;
	float: left;
	margin: 20px 10px 0 10px; 
	padding: 0;
	border: none;
}
#Body_container .topNav .inner_container .logo picture img {width: 100%; height: auto;}
#Body_container .topNav .inner_container .topRightNav {
	float: right;
	overflow: hidden;
	border: none;
	margin-right: 10px;
}
#Body_container .topNav .inner_container .topRightNav  nav ul {list-style-type: none; padding: 0; margin: 0;}
#Body_container .topNav .inner_container .topRightNav nav ul.mobile {display: none;}
#Body_container .topNav .inner_container .topRightNav  nav ul li {
	color: #333;
	height: 100%;
	float: left;
	margin: 0 15px;
	line-height: 80px;
	font-size: 12.8px;
	font-weight: 100;
	font-family: 'hind light';
	position: relative !important;
	overflow: hidden;
	text-transform: uppercase;
	transition: all .2s ease;
}
#Body_container .topNav .inner_container .topRightNav  nav ul li:hover {color: #ca2727;}
#Body_container .topNav .inner_container .topRightNav  nav ul li.loginShow {
	color: #FFF;
	background-color: #ca2727;
	border-color: #ca2727;	
	display: block;
	width: 70px;
	height: 35px;
	border-radius: 50px / 50px;
	padding: 0 12px;
	text-align: center;
	line-height: 35px;
	margin-top: calc(80px - 58px);
}
#Body_container .topNav .inner_container .topRightNav  nav ul li.loginShow:hover {background-color: #af1717;}
#Body_container .topNav .inner_container .topRightNav  nav ul li a {color: inherit;}
#Body_container .topNav .inner_container .topRightNav  nav ul li.loginShow a {display: block; width: 100%; height: 100%;}
#Body_container .topNav .inner_container .topRightNav  nav ul li a i {font-size: 17px;}
#Body_container li.AccountImage {display: inline; line-height: 50px; padding-top: 16px;}
#Body_container li.AccountImage img {width: 50px; height: 50px; border-radius: 50%;}
#Body_container .topBarFixed {
	width: 100%;
	height: 75px;
	background: #FFF;
	position: fixed;
	top: 0;
	z-index: 9999999;
	overflow: hidden;
	display: none;
	box-shadow: 0 6px 6px rgba( 238, 238, 238, .6);
}
#Body_container .topBarFixed .logo {
	width: 180px;
	height: auto;
	float: left;
	margin: 20px 10px 0 10px; 
	padding: 0;
	border: none;
	transition: all .4s ease;
}
#Body_container .topBarFixed .logo picture img {width: 120%; height: auto; transition: all .4s ease;}
#Body_container .topBarFixed.show {display: block !important;}
#Body_container .topBarFixed.show .logo img.resize {width: 100%; transition: all .4s ease;}
#Body_container .topBarFixed .navFixed {float: left; margin-left: 10px; overflow: hidden;}
#Body_container .topBarFixed .navFixed ul {list-style-type: none; padding: 0; margin: 0;}
#Body_container .topBarFixed .navFixed ul li {
	color: #77756e;
	height: 100%;
	float: left;
	margin: 0 4px;
	line-height: 75px;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind regular', sans-serif;
	position: relative !important;
	overflow: hidden;
	text-transform: capitalize;
	display: block;
	padding: 0 8px;
	transition: all .2s ease;
}
#Body_container .topBarFixed li.AccountImage {float: right;}
#Body_container .topBarFixed .navFixed ul li:hover {color: #ca2727;}
#Body_container .topBarFixed .navFixed ul li a {color: inherit; display: block; width: 100%; height: 100%;}
#Body_container .topBarFixed .loginRight {
	width: 180px;
	height: auto;
	float: right;
	margin: 0 0; 
	padding: 0;
	border: none;
}
#Body_container .topBarFixed .loginRight ul {list-style-type: none; padding: 0; margin: 0;}

#Body_container .topBarFixed .loginRight ul li.loginShow {
	color: #FFF;
	background-color: #ca2727;
	border-color: #ca2727;	
	display: block;
	width: 70px;
	height: 40px;
	float: right;
	border-radius: 50px / 50px;
	padding: 0 12px;
	text-align: center;
	line-height: 40px;
	margin-top: calc(80px - 58px);
	font-weight: 100;
	font-family: 'hind regular', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
#Body_container .topBarFixed .loginRight ul li a {display: block; width: 100%; height: 100%; color: inherit;}
#Body_container .BBannerNav {
	width: 100%;
	height: 36.8889px;
	background-color: #ca2727;
	border-color: #ca2727;	
	overflow: hidden;
}
#Body_container .BBannerNav ul {list-style-type: none; padding: 0; margin: 0;}
#Body_container .BBannerNav ul li {
	color: #FFF;
	height: 100%;
	float: left;
	margin: 0 7px;
	line-height: 36.8889px;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind regular', sans-serif;
	position: relative !important;
	overflow: hidden;
	text-transform: capitalize;
	display: block;
	padding: 0 8px;
	transition: all .2s ease;
}
#Body_container .BBannerNav ul li:hover {background-color: #af1717;}
#Body_container .BBannerNav ul li.active {background-color: #af1717;}
#Body_container .BBannerNav ul li a {color: inherit; display: block; width: 100%; height: 100%;}
#Body_container .bannerDisplay {
	width: 100%;
	height: auto;
	border: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	position: relative;
}
#Body_container .bannerDisplay img.BannerImage {
	width: 100%;
	height: auto;
}
#Body_container .bannerDisplay .loginBody {
	width: 280px;
	height: auto;
	background: #FFF;
	position: fixed;
	top: 75px;
	right: 0;
	z-index: 99999;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	display: none;
}
#Body_container .bannerDisplay .loginBody.active {display: block;}
#Body_container .bannerDisplay .loginBody .loginStat p.success {
	color: green;
	height: 100%;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 600;
	font-family: 'hind Light', sans-serif;
	text-align: center;
}
#Body_container .bannerDisplay .loginBody .loginStat p.error {
	color: red;
	height: 100%;
	line-height: 1.6;
	font-size: 15px;
	font-weight: 600;
	font-family: 'hind Light', sans-serif;
	text-align: center;
}
#Body_container .bannerDisplay .loginBody .inner_container {
	width: 90%;
	height: auto;
	margin: 30px auto 6% auto;
	overflow: hidden;

}

#Body_container .bannerDisplay .loginBody .inner_container select {
	color: #555;
	width: 100%;
	height: 32px;
	border-radius: 50px / 50px;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	border: none;
	margin: 3% auto;
	border: .0625rem solid #e4e4e4;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-left: 15px;
	box-sizing: border-box;
	text-transform: uppercase;
	display: block;
}
#Body_container .bannerDisplay .loginBody .inner_container input {
	color: #111;
	width: 100%;
	height: 32px;
	border-radius: 50px / 50px;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	border: none;
	margin: 1.5% auto 2% auto;
	border: .0625rem solid #e4e4e4;
	transition: all .6s ease;
	padding-left: 15px;
	box-sizing: border-box;
	text-transform: uppercase;
	display: block;
}
#Body_container .bannerDisplay .loginBody .inner_container input:nth-child(3):focus {text-transform: unset;}
#Body_container .bannerDisplay .loginBody .inner_container button {
	color: #FFF;
	width: 100%;
	height: 32px;
	border-radius: 50px / 50px;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	border: none;
	background-color: #ca2727;
	border-color: #ca2727;
	display: block;
	margin-top: 19px;
	text-transform: uppercase;
	cursor: pointer;
}
#Body_container .bannerDisplay .loginBody .inner_container button[disabled='disabled'] {
	background-color: rgba(217, 57, 57, .5);
	cursor: not-allowed;
}
#Body_container .bannerDisplay .loginBody .inner_container a {
	color: #ca2727;
	font-size: 12.5px;
	font-weight: 100;
	font-family: 'hind light';
	display: inline-block;
	margin: 3px 4px;
}
#Body_container .bannerDisplay .loginBody .inner_container a.Enrol {margin-left: 20px;}
#Body_container .bannerDisplay .loginBody .inner_container a:hover {text-decoration: underline;}
#Body_container .bannerDisplay .caption {
	width: 600px;
	height: auto;
	background: rgba(0, 0, 0, .35);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 25px 20px;
	box-sizing: border-box;
}
#Body_container .bannerDisplay .caption h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	margin-bottom: 0 !important;
	line-height: 1.5;
	text-shadow: 0 6px 6px rgba(0, 0, 0, .9);
}
#Body_container .bannerDisplay .caption p {
	color: #FFF;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	margin-top: 0;
	line-height: 1.6;
	text-shadow: 0 6px 6px rgba(0, 0, 0, .9);
}
#Body_container .bannerDisplay .caption a {
	color: #FFF;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	line-height: 1.6;
	display: block;
	margin-top: 8px;
	text-shadow: 0 6px 6px rgba(0, 0, 0, .9);
}
#Body_container .caption.mobile {
	width: 80%;
	height: auto;
	background: transparent;
	position: relative;
	margin: 10px auto;
	z-index: 9999;
	padding: 25px 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 30px;
	display: none;
}
#Body_container  .caption.mobile h2 {
	color: #333;
	font-size: 30px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	margin-bottom: 0 !important;
	line-height: 1.5;

}
#Body_container  .caption.mobile p {
	color: #333;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	margin-top: 0;
	line-height: 1.6;
}
#Body_container .caption.mobile a {
	color: #FFF;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	line-height: 30px;
	display: block;
	background: #ca2727;
	width: 130px;
	height: 30px;
	margin: 8px auto;
	border-radius: 50px / 50px;
}

#Body_container section#servicesMenu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 3% auto;

}
#Body_container section#servicesMenu .soleService {
	width: 22.5%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 3%;
}
#Body_container section#servicesMenu .soleService:last-child {margin-right: 0 !important;}
#Body_container section#servicesMenu .soleService .imageWrapper {width: 100%; height: auto; overflow: hidden;}
#Body_container section#servicesMenu .soleService .imageWrapper picture img {width: 100%; height: auto; transition: all .3s ease;}
#Body_container section#servicesMenu .soleService:hover .imageWrapper picture img {transform: scale(1.07, 1.07);}
#Body_container section#servicesMenu .soleService .text {width: 100%; height: auto; margin: 1% auto;}
#Body_container section#servicesMenu .soleService .text p {
	color: #333;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind bold', sans-serif;
	text-align: center;
	line-height: 1;
	margin-bottom: 3px;
}
#Body_container section#servicesMenu .soleService .text span {
	color: #333;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	display: block;
}
#Body_container section#servicesMenu .soleService .text a.LearnMore {
	color: #FFF;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	display: block;
	background-color: #ca2727;
	border-color: #ca2727;	
	border-radius: 50px / 50px;
	width: 140px;
	height: 35px;
	line-height: 35px;
	margin: 2% auto;
	transition: all .3s ease;
	position: relative;

}
#Body_container section#servicesMenu .soleService:hover .text a.LearnMore {background-color: #af1717; width: 150px;}
#Body_container section#servicesMenu .soleService .text a.LearnMore i {
	float: right;
	display: block;
	padding: 6px 15px;
	box-sizing: border-box;
	background-color: #ca2727;
	height: 100%;
	line-height: 24px;
	border-radius: 50%;
}

#Body_container section#videosSection {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5% auto;

}
#Body_container section#videosSection .videoWrapper {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
#Body_container section#videosSection .videoText {
	width: 45%;
	height: auto;
	overflow: hidden;
	float: right;
}
#Body_container section#videosSection .videoText img {width: 80%; height: auto; display: block; margin: 8% auto 2% auto;}
#Body_container section#videosSection .videoText p {
	color: #999;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: center;
	line-height: 1;
	margin-bottom: 3px;
}
#Body_container section#videosSection .videoText p b {color: #333;}
#Body_container section#videosSection .videoText a {
	color: #000;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	line-height: 2;
	display: block;
	background-color: #e4e4e4;
	width: 140px;
	padding: 4px 10px;
	margin: 20px auto;
}
#Body_container section#subscribeNews {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 2% auto;
	background-color: #f0f0f0;
}
#Body_container section#subscribeNews .inner_container {
	margin: 3% auto 5% auto;
}
#Body_container section#subscribeNews .inner_container .subscribeLeft {
	width: 55%;
	height: auto;
	overflow: hidden;
	float: left;
}
#Body_container section#subscribeNews .inner_container h3 {
	color: #333;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 10px;
 }
#Body_container section#subscribeNews .inner_container h3 a {color: #ca2727; font-weight: 600;}
#Body_container section#subscribeNews .inner_container form {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	border: none;
}
#Body_container section#subscribeNews .inner_container input {
	width: 38%;
	height: 30px;
	margin-right: 3px;
	border: none;
	background-color: #FFF;
	border-radius: 50px / 50px;
	box-sizing: border-box;
	padding-left: 15px;
	float: left;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-transform: uppercase;
}
#Body_container section#subscribeNews .inner_container button {
	color: #FFF;
	background-color: #ca2727;
	border-color: #ca2727;	
	display: block;
	width: 17%;
	height: 30px;
	border-radius: 50px / 50px;
	padding: 0;
	text-align: center;
	border: none;
	float: left;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}
#Body_container section#subscribeNews .inner_container .downloadApp h3 {text-align: left;}
#Body_container section#subscribeNews .inner_container .downloadApp {
	width: 40%;
	height: auto;
	overflow: hidden;
	float: right;
}
#Body_container section#subscribeNews .inner_container .downloadApp img {
	width: 140px;
	float: left;
	margin-right: 5px;
}
#Body_container section#AboutUsNav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4% auto;
}
#Body_container section#AboutUsNav h1 {
	color: #ca2727;
	font-size: 26px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	clear: both;
}
#Body_container section#AboutUsNav .navAboutWrapper {
	width: 11%;
	height: auto;
	margin: 5px 4% 5px 1.6%;
	overflow: hidden;
	float: left;
}
#Body_container section#AboutUsNav .navAboutWrapper:last-child {margin-right: 0;}
#Body_container section#AboutUsNav .navAboutWrapper img {width: 60%; height: auto; display: block; margin: 5px auto; transition: all .4s ease;}
#Body_container section#AboutUsNav .navAboutWrapper:hover img {transform: scale(1.08, 1.08);}
#Body_container section#AboutUsNav .navAboutWrapper span {
	color: #ca2727;
	font-size: 13px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: center;
	line-height: 1.4;
	margin-top: 5px;
	text-align: center;
	display: block;
}
#Body_container section#AboutUsNav .familyBank {
	clear: both;
	height: 100px;
	background: #f0f0f0;
	border-radius: 6px;
	margin: 2% auto;	
}
#Body_container section#AboutUsNav .familyBank p {
	color: #4b4a47;
	font-size: 18px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: center;
	line-height: 100px;
	margin-top: 5px;
	text-align: center;
	display: block;
}


#Body_container section#contactsSection {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 4% auto;
}
#Body_container section#contactsSection .mainContainer {
	width: 80%;
	height: auto;
	margin: 1% auto;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay {
	width: 68%;
	height: auto;
	float: left;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay h1 {
	color: #ca2727;
	font-size: 26px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	clear: both;
	text-transform: uppercase;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay h3 {
	color: #444;
	font-size: 17px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: left;
	line-height: 1.4;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay p {
	color: #444;
	font-size: 15px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: left;
	line-height: 1.8;
	display: block;
	width: 100% !important;
	margin: 2% auto;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay p a {color: #ca2727;}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay ul {display: block; margin-left: 25px; padding: 0;}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay ul li {
	color: #444;
	font-size: 13.8px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: left;
	line-height: 1.6;
	display: block;
	width: 100% !important;
	margin: 1% auto;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay form {display: block; width: 100%;}

#Body_container section#contactsSection .mainContainer .mainLeftDisplay form label {
	color: #444;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: left;
	line-height: 1.8;
	display: block;
	width: 48%;
	height: auto;
	float: left;
	margin: 20px 1% 20px 0;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay form label.HelpText {
	width: 100%;
	float: none;	
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay form label input {
	width: 100%;
	height: 35px;
	border: 1px solid #DDD;
	border-radius: 50px / 50px;
	box-sizing: border-box;
	display: block;
	padding-left: 14px;
	color: #444;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay form label textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #DDD;
	border-radius: 20px;
	box-sizing: border-box;
	display: block;
	padding-left: 14px;
	color: #444;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	resize: none;
}
#Body_container section#contactsSection .mainContainer .mainLeftDisplay  button {
	color: #FFF;
	background-color: #ca2727;
	border-color: #ca2727;	
	height: 35px;
	border-radius: 50px / 50px;
	padding: 5px 18px;
	box-sizing: border-box;
	text-align: center;
	margin-top: calc(80px - 58px);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind bold', sans-serif;
	border: none;
	cursor: pointer;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay {
	width: 27%;
	height: auto;
	overflow: hidden;
	float: right;	
	margin-top: 20px;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay h3 {
	color: #444;
	font-size: 19px;
	font-weight: 100;
	font-family: 'hind bold', sans-serif;
	text-align: left;
	line-height: 1.4;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay span.header {
	color: #444;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: left;
	line-height: 1.3;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay p {
	color: #444;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: left;
	line-height: 1.6;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay ul {padding: 0; margin: 2% auto; width: 80%; height: auto;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay ul li {
	color: #444;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind Light', sans-serif;
	text-align: left;
	line-height: 1.6;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay img {width: 160px; height: auto; display: block; margin: 60px auto 0 auto;}


#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector:last-child {margin-right: 0 !important;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector .imageWrapper {width: 100%; height: auto; overflow: hidden;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector .imageWrapper picture img {width: 80%; height: auto; display: block; margin: 1% auto; transition: all .3s ease;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector:hover .imageWrapper picture img {transform: scale(1.07, 1.07);}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector .text {width: 100%; height: auto; margin: 1% auto;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector .text p {
	color: #333;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind bold', sans-serif;
	text-align: center;
	line-height: 1;
	margin-bottom: 3px;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector  .text span {
	color: #333;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	display: block;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector .text a.LearnMore {
	color: #FFF;
	font-size: 14px;
	font-weight: 100;
	font-family: 'hind light', sans-serif;
	text-align: center;
	display: block;
	background-color: #ca2727;
	border-color: #ca2727;	
	border-radius: 50px / 50px;
	width: 140px;
	height: 35px;
	line-height: 35px;
	margin: 2% auto;
	transition: all .3s ease;
	position: relative;

}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector:hover .text a.LearnMore {background-color: #af1717; width: 150px;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .soleDirector .text a.LearnMore i {
	float: right;
	display: block;
	padding: 6px 15px;
	box-sizing: border-box;
	background-color: #ca2727;
	height: 100%;
	line-height: 24px;
	border-radius: 50%;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .hereToHelp {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 55px;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .hereToHelp img {width: 50%; height: auto; display: block; margin: 1% auto; transition: all .3s ease;}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .hereToHelp:hover img {transform: scale(1.07, 1.07);}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .hereToHelp p {
	color: #333;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind bold', sans-serif;
	text-align: center;
	line-height: 1;
	margin-bottom: 9px;
}
#Body_container section#contactsSection .mainContainer .leftAsideDisplay .hereToHelp a {
	color: #ca2727;
	font-size: 16px;
	font-weight: 100;
	font-family: 'hind medium', sans-serif;
	text-align: center;
	line-height: 1;
	margin-bottom: 3px;
	display: block;
}
.ScrollTop {
	width: 50px;
	height: 50px;
	border-radius: 50px / 50px;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 99999;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .5), 0 6px 6px rgba(0, 0, 0, .2) inset;
	cursor: pointer;
	transition: all .4s ease;
	display: none;
}

.ScrollTop i {
	color: #FFF;
	font-size: 30px;
	display: block;
	text-align: center;
	line-height: 50px;
	transform: rotateZ(50deg);
	transition: .4s linear;
}
.ScrollTop:hover {
	background: #ca2727;
}
.ScrollTop.active {display: block;}
.ScrollTop.active i {transform: rotateZ(0deg);}
footer .footer {
	height: auto;
	border: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 2% auto;
	padding: 5% auto;
	box-sizing: border-box;
}
footer .footer .socialFooter {
	width: 210px;
	height: auto;
	padding: 5px 12px;
	margin: 1% auto;	
	overflow: hidden;
}
footer .footer .socialFooter a img {width: 30px; height: auto; float: left; margin-right: 12px; transition: all .2s ease;}
footer .footer .socialFooter a img:hover {transform: scale(1.1, 1.1);}
footer .footer .socialFooter a:last-child img {margin-right: 0 !important;}
footer .footer .footerLink1 {
	width: 47%;
	height: auto;
	margin: 1% auto;
	border: none;
	overflow: hidden;
}
footer .footer .footerLink1 a {
	color: #ca2727;
	font-size: 15px;
	font-family: 'hind light', sans-serif;
	font-weight: 100;
	display: block;
	margin: 0 7px;
	float: left;
}
footer .footer .footerLink1 a span {color: #888; padding-left: 7px;}
footer .footer p.footerParagraph {
	color: #555;
	font-size: 15px;
	font-family: 'hind light', sans-serif;
	font-weight: 100;
	line-height: 1.3;
	display: block;
	margin: .5% auto;
	text-align: center;
	border: none;
	overflow: hidden;
}
footer .footer p.footerParagraph a img {
	float: left;
	width: 30px;
	height: 30px;
	display: inline;
}
.NoPageError {
	width: 100%;
	height: auto;
	margin: 100px auto;
}
.NoPageError h1 {
	color: #333;
	font-size: 25px;
	font-family: 'hind bold', sans-serif;
	font-weight: 100;
	display: block;
	margin: 0 7px;
	text-align: center;
}
.NoPageError p {
	color: #333;
	font-size: 16px;
	font-family: 'hind bold', sans-serif;
	font-weight: 100;
	display: block;
	margin: 0 7px;
	text-align: center;
}
.controlFixed {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	
}
.controlFixed .givebillingCode {
	width: 400px;
	height: auto;
	background-color: #FFF;
	border-radius: 6px;
	margin: 8% auto;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 999999999;
}
.controlFixed .givebillingCode.show {display: block; opacity: 1;}
.controlFixed .givebillingCode header h2 {
	color: #666;
	font-size: 18px;
	line-height: 2;
	margin: 8px 0 8px 0;
}
.controlFixed .givebillingCode .fieldBox {
	width: 100%;
	height: auto;
	margin: 4% auto;
	overflow: hidden;
}
.controlFixed .givebillingCode .fieldBox input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid rgba(100, 100, 100, .3);
	padding-left: 20px;
	box-sizing: border-box;
}
.controlFixed .givebillingCode .buttonsContainer {
	padding: 5px 10px;
	height: auto;
	border: none;
	float: right;
	display: flex;
}
.controlFixed .givebillingCode .buttonsContainer button {margin-right: 5px;}
.TransOnBody {
	width: 30px;
	height: 15px;
	background: #eee;
	margin: 8px 0;
	overflow: hidden;
	border-radius: 50px / 50px;
	box-sizing: border-box;
	box-shadow: 0px 3px 3px 3px rgba(10, 10, 10, .3) inset;
	cursor: pointer;
	float: right;

}
.TransOnBody .TransOnCircle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: darkgrey;
	display: block;
	cursor: pointer;
	transition: all .4s ease;
	float: left;
}
.TransOnBody .TransOnCircle.on {float: right; background: green;}
select#ControlTrans {
	width: 100%;
	height: 30px;
	border-radius: 5px;
	background: #FFF;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
}
.askQuest {
	height: 60px;
	background: #eee;
	position: fixed;
	top: 50%;
	right: -30px;
	z-index: 999999;
	transform: rotateZ(-90deg) translate(-50%);
	overflow: hidden;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 12px 12px 0 0;
	transition: all .3s ease;
}
.askQuest p.bold {
	color: #000;
	font-size: 14px;
	font-family: 'hind bold', sans-serif;
	font-weight: 100;
	line-height: 0;
	text-align: center;
	transition: all .3s ease;
}
.askQuest a {display: block; width: 100%; height: 100%;}
.askQuest p {
	color: #333;
	font-size: 14px;
	font-family: 'hind Light', sans-serif;
	font-weight: 100;
	line-height: 0;
	transition: all .3s ease;
	text-align: center;
}
.askQuest:hover {background: #000}
.askQuest:hover p {color: #FFF}
.askQuest:hover p.bold {color: #FFF}