
html {
     scroll-behavior: smooth;
}
body {
    font-family: 'Segoe UI', verdana;
    font-size: 15px;
}
#menuAndLogo {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 3;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.98);
	box-sizing: border-box;
	border-bottom: 1.3px solid #EAEAEA;
}
#logoContainer {
	padding-left: 30px;
	width: 60%;
}
.menuLink {
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	transition: border 0.3s linear;
}
.menuLink:link, .menuLink:visited, .menuLink:active {
	color: #000;
	text-decoration: none;
}
.menuLink:hover {
	opacity: 0.7;
}
#menuButton {
	display: none;
}
#mobileMenu {
	position: fixed;
	top: 79px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.975);
	border-bottom: none;
}
.menuMobileLink {
	display: block;
	padding: 10px 0px;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	width: 20%;
}
.menuMobileLink:link, .menuMobileLink:visited, .menuMobileLink:active {
	color: #000;
	text-decoration: none;
}
.menuMobileLink:hover {
	opacity: 0.7;
}
#mobileMenuAboutLink {
	padding-top: 20px;
}
#regLinkMobileMenu {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	border-radius: 4px;
	color: #fff;
	margin: 10px auto;
	background-color: #DD4F05;
}
#regLinkMobileMenu:link, #regLinkMobileMenu:visited, #regLinkMobileMenu:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
#regLinkMobileMenu:hover {
	opacity: 1;
}
#bannerContentContainer {
	width: 100%;
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}
#bannerBigFont {
	display: inline-block;
	font-family: 'Segoe UI';
	font-weight: 700;
	font-size: 48px;
}
#bannerSmallFont {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
}
#registerButton {
	margin-top: 10px;
	display: inline-block;
	padding: 10px 40px;
	border: 2px solid #fff;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 400;
}
#registerButton:link, #registerButton:visited, #registerButton:active {
	color: #fff;
	text-decoration: none;
}
#registerButton:hover {
	color: #ccc;
	border-color: #ccc;
	text-decoration: none;
}
#bodyContent {
	margin-top: 150px;
}
#aboutContainer {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: auto;
}
.aboutItem {
	
}
.aboutItem1 {
	margin-right: 50px;
}
.aboutItem2 {
	
}
#aboutHeading, #serviceHeading {
	font-size: 36px;
	font-weight: 700;
}
#aboutParag {
	font-size: 18px;
	font-weight: 400;

}
#aboutImg {
	margin-top: 50px;
	width: 540px;
	height: 360px;
	border-radius: 5px;
}
#serviceContainer {
	width: 80%;
	margin: auto;
	margin-top: 70px;
	text-align: center;
}
#serviceFlex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.serviceFlexItem {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	width: 300px;
	height: 330px;
    margin: 10px 15px;
    padding: 20px 20px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    box-sizing: border-box;
    /*transition: box-shadow 0.2s linear;*/

}
.serviceIconCircle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px; 
	height: 70px; 
	margin: 10px auto;
	border-radius: 50%;
	border: 1px solid #DD4F05; 
}
.learnMoreButtonContainer {
	position: absolute;
	bottom: 20px;
	width: 87%;
	text-align: center;
}
.learnMoreButton {
	display: inline-block;
	padding: 10px;
	width: 90%;
	border-radius: 4px;
	color: #fff;
	background-color: #923403;

}
.learnMoreButton:Link, .learnMoreButton:visited, .learnMoreButton:active {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}
.learnMoreButton:hover {
	color: #fff;
	opacity: 1;
	text-decoration: none;
}
#statContainer {
	width: 100%;
	margin: auto;
	margin-top: 50px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url("../img/home-stat-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.statFlexItem {
	margin: 20px;	
}
.statFlexItem1 {
	width: 40%; 
	margin-right:50px;
}
#statHeading {
	font-size: 36px; 
	font-weight: 400; 
}
#statFlexItem1P {
	font-size: 18px;
	font-weight: 300;
}
.countCard {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 35%;
}
.countCardItem {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 10px 15px;
	width: 150px;
	height: 130px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid rgba(238, 238, 238, 0.1);
	transition: border 0.5s linear;
}
.countCardItem:hover {
	border: 1px solid rgba(238, 238, 238, 0.5);
}
#partnersContainer {
	padding-top: 20px;
	width: 80%;
	margin: auto;
}
#partnersHeading {
	text-align: center;
	margin: 20px auto;
}
#partnersFlex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.partnersFlexItem {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 15px;
	width: 200px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.partnersLogo {
	width: 100%;
	height: 100%;
	
}
#top, #top:link, #top:visited {
    position: fixed; 
    bottom: 10px; 
    right: 10px;
    opacity: 0.5;
    color: #ccc;
    cursor: pointer;
    transition: opacity 0.6s linear;
    text-align: center;
    text-decoration: none;
}
#top:hover, #top:active {
    color: #DD4F05;
    opacity: 1;
    text-decoration: none;
}
#footer {
	width: 100%;
	background-color: #000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 40px;
	color: #ccc;
}
#footerTopFlex {
	width: 80%; 
	margin-top: 30px;
}
.footerItemSection1{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footerItemSection1Item {
	width: 25%;
}
.socialIcon {
	width: 30px; 
	height: 30px;
	margin-right: 10px;
}
.footerLink:link, .footerLink:visited, .footerLink:active {
	color: #ccc;
	text-decoration: none;
}
.footerLink:hover {
	color: #ccc;
	text-decoration: underline;
}
.updateEmail {
	width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    outline: none;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
}
#submit {
    width: 50%;
    padding: 5px 10px;
    outline: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #923403;
    background-color: #923403;
    box-sizing: border-box;
}
#submit:hover {
    opacity: 0.9;
}
#copyright {
	padding: 20px;
	text-align: center;
	border-top: 1px solid #333;
	margin-top: 3px;
}
/*COLOR STYLING*/
/*STANDARD LINK STYLE*/
.standardLinkStyle:link, .standardLinkStyle:visited, .standardLinkStyle:link, .standardLinkStyle:visited,
.fullTransDetails:link, .fullTransDetails:visited, .logoutLink:link, .logoutLink:visited, .subMenuLink:link, 
.subMenuLink:visited, .seeFullList, .subMenuLinkContactus:link, .subMenuLinkContactus:visited {
    color: #000;
    text-decoration: none;
    transition: color 0.4s linear;
}
.standardLinkStyle:hover, .standardLinkStyle:active, .standardLinkStyle:hover, .standardLinkStyle:active,
.fullTransDetails:hover, .fullTransDetails:active, .logoutLink:hover, .logoutLink:active, .subMenuLink:hover,
.subMenuLink:active, .seeFullList:hover, .subMenuLinkContactus:hover, .subMenuLinkContactus:active {
    color: #DD4F05;
    opacity: 1; /*this was added because of fullTransDetails*/
}
/*BACKGROUND STYLING*/
.bgColor {
    background-color: #923403;
}
.color {
    color: #DD4F05;
}
.linkHoverUnderline:hover {
    text-decoration: underline;
}
.fLinkTableWrapper {
    margin-right: 30px;
} 
.fLinkTable {
    margin-bottom: 10px;
    width: 250px;
    border-collapse: collapse;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 20px 1px #f2f2f2;
}
.fLink {
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.fLinkHead, .recentTHead {
    text-align: left;
    color: #fff;
    padding: 10px;            
}
.recentTWrapper {
    width:100%;
    overflow: auto;
    /*border: 1px solid black;*/
}
.recentTTable {
    width: 100%;
    box-shadow: 0px 0px 20px 1px #f2f2f2;
    border: 1px solid #d9d9d9;
}
.recentTData {
    color: #000;
    padding: 10px;
    /*border: 1px solid #d9d9d9;*/
}
.fullTransDetails {
    opacity: 0.7;
}
/*COLOR TABLE ODD ROWS WITH SPECIFIED CLASS NAME*/
.tableRowColoring:nth-child(odd) {
    background-color: #f2f2f2;
}