﻿.logosize{
	height:70px;
	width:auto;
}
li:not(:last-child) {
	margin-bottom: 10px;
}
.leftmargin100{
	margin-left:120px;
}
.leftmargin30 {
	margin-left: 30px;
}
.rightmargin30 {
	margin-right: 30px;
}
.margintop250{
	margin-top:250px;
}
.fontsize36{
	font-size:36px;
}
.fontsize24 {
	font-size: 24px;
}
.fontsize16 {
	font-size: 16px;
}
.backcolor {
	background-color: #0E9888;
}
.backcolor2
{
	background-color: #cfd5d5;
}
.backcolor3 {
	background-color: #3499A5;
}
.backcolor4 {
	background-color: #CAE3E0;
}
.backcolor5 {
	background-color: #0B7291;
}
.height1{height:150px;}
.text-foster {
	color: #0E9888;
}
.setsizevideo{
	height:500px;
	width:100%;
}
.margintop200{
	margin-top:200px;
}
.margintop150 {
	margin-top: 150px;
}
.marginbottom200{
	margin-bottom:200px;
}
.margintop100 {
	margin-top: 100px;
}
.margintop80 {
	margin-top: 80px;
}
.marginleft20{
	margin-left:40px;
}
.marginleft15 {
	margin-left: 20px;
}
.iconsize {
	height: 70px;
	width: 70px;
}
.backwithimage400 {
	background-image: url(/Images/mr/bg1800x400.jpg;);
	width: 100%;
}
.parallax1 {
	/* The image used */
	background-image: url("/Images/mr/bg1800x400.jpg");
	/* Set a specific height */
	height: 400px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax2 {
	/* The image used */
	background-image: url("/Images/mr/bg1800x200.jpg");
	/* Set a specific height */
	height: 200px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax3 {
	/* The image used */
	background-image: url("/Images/ac/x2.jpg");
	/* Set a specific height */
	height: 600px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity:.9;
}
.parallax4 {
	/* The image used */
	background-image: url("/Images/about/dashboard_2.png");
	/* Set a specific height */
	height: 420px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.box {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
	background: #000;
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	transition: .5s;
	margin-bottom: 35px;
}

	.box:hover {
		transform: translateY(-30px);
		box-shadow: 0 50px 50x rgba(0,0,0,.5);
	}

	.box .imgbox {
		position: relative;
	}

		.box .imgbox img {
			transition: .5s;
		}

	.box:hover .imgbox img {
		opacity: .5;
		transform: translateY(-40px);
	}

	.box .content {
		position: absolute;
		bottom: -40px;
		left: 0;
		padding: 20px;
		box-sizing: border-box;
		transition: .5s;
		opacity: 0;
	}

	.box:hover .content {
		opacity: 1;
		bottom: 0;
	}

	.box .content h3 {
		font-size: 48px;
		color: #fff;
		font-weight: 700;
	}

	.box .content p {
		font-size: 18px;
		color: #fff;
		font-weight: 400;
	}

	.box .content .btnD {
		border: none;
		background: #ff0000;
		color: #fff;
		font-size: 18px;
		padding: 10px 20px;
		font-weight: 700;
		transition: .5s;
	}

		.box .content .btnD:hover {
			background: #ff3232;
		}
.hero-image1 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/Pharmaceutical-01.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image2 {
	
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/Biotechnology-03.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image3 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/MedicalDevice-06.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image4 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/HealthcareIT-07.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image5 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/NutritionFeed-08.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image9 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/Cosmetics-15.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image6 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/VeterinaryHealthcare-10.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image7 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/MedicalImaging-13.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image8 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/ac/ClinicalDiagnostic14.jpg');
	/* Set a specific height */
	height: 300px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* Place text in the middle of the image */
.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.hero-text2 {
	text-align: center;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.hero-image10 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/mr/bg1800x400.jpg');
	/* Set a specific height */
	height: 400px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	opacity: .9;
}
.hero-image11 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/mr/bg1800x200.jpg');
	/* Set a specific height */
	height: 200px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	opacity: .9;
}
.imgsize450{
	width:100%;
	height:450px;
}
.imgsize300 {
	width: 100%;
	height: 300px;
}
.imgsize330 {
	width: 100%;
	height: 330px;
}
.imgsize250 {
	width: 100%;
	height: 250px;
}
.imgsize200 {
	width: 100%;
	height: 200px;
}
.imgsize500 {
	width: 100%;
	height: 500px;
}
.imgsize400 {
	width: 100%;
	height: 400px;
}
.imgsize350 {
	width: 100%;
	height: 350px;
}
ul.a {
	list-style-type: circle;
	line-height: 1.4;
}

ul.b {
	list-style-type: square;
	line-height: 1.4;
}
ul.f {
	list-style-type: circle;
	font-size: 16px;
	line-height: 1.4;
	/*margin: 10px 0;*/
}

ol.c {
	list-style-type: upper-roman;
}

ol.d {
	list-style-type: lower-alpha;
}

div.background {
	background: url(klematis.jpg) repeat;
	border: 2px solid black;
}

div.transbox {
	margin: 30px;
	background-color: #ffffff;
	/*border: 1px solid black;*/
	opacity: 0.6;
}

	div.transbox p {
		/*margin: 5%;*/
		font-weight: bold;
		color: #000000;
	}

.hero-image12 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* Place text in the middle of the image */
.hero-text3 {
	text-align: left;
	position: absolute;
	top: 60%;
	left: 10%;
	transform: translate(-50%, -50%);
	color: white;
}
.hero-text6 {
	text-align: left;
	position: absolute;
	top: 70%;
	left: 25%;
	transform: translate(-50%, -50%);
	color: white;
}
.text-yellow{
	color:yellow;
}
.hero-image13 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/2.png');
	/* Set a specific height */
	height: 350px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* Place text in the middle of the image */
.hero-text4 {
	text-align: left;
	position: absolute;
	top: 40%;
	left: 25%;
	width:40%;
	transform: translate(-50%, -50%);
	color: white;
}
.hero-text5 {
	text-align: left;
	position: absolute;
	top: 40%;
	left: 30%;
	width: 45%;
	transform: translate(-50%, -50%);
	color: black;
}
.hero-image14 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/4.png');
	/* Set a specific height */
	height: 350px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.textsize50 {
	font-size: 50px;
}
.textsize55 {
	font-size: 55px;
}
.textsize40{
	font-size:40px;
}
.textsize36 {
	font-size: 36px;
}
.textsize20{
	font-size:20px;
}
.hero-image15 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/custom_research_1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image16 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/Dashboard_1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image17 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/Disclaimer_1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.textdotfoster {
	color: #0E9888;
	font-size:24px;
}
.hero-image18 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/research_1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image19 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/bs_1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image20 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/bs_2.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image21 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/bs_3.png');
	/* Set a specific height */
	height: 360px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image22 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/cs_1.png');
	/* Set a specific height */
	height: 500px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image21 {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Images/about/cs_3.png');
	/* Set a specific height */
	height: 200px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-text8 {
	text-align: left;
	position: absolute;
	top: 30%;
	left: 60%;
	width: 40%;
	transform: translate(-50%, -50%);
	color: black;
}
.text-upperset {
	text-transform: uppercase;
}
.margin0{
	margin:0;
	padding:0;
}
.boxset1 {
	width: 100%;
	height: 300px;
	border: 1px solid gray;
	border-bottom-color:green;
	background-color:#e9f7cb;
}
p{
	line-height:1.4;
}
dl {
	line-height: 1.4;
}
.bg-foster {
	background-color: #0E9888;
}
.bg-wood {
	background-image:url("../img/wood/wood_bg1.jpg");
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

