.exam-table tr th {
    background-color: #019b95 !important;text-align: center;padding: 5px;border: 1px solid #019b95;
    color:#FFF;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {.hero-text{ display: none;}}
.hero-text {margin:50 auto;text-align: right;color: #FFF;} 
.list li {
  border: 1px solid #019b95;display: table;border-collapse: collapse;width: 100%;height:40px;margin:5px 0px;bottom:0;
}
.list li:hover {background: #D0D0D0;}
.inner {display: table-row;overflow: hidden;}
.li-img {display: table-cell;vertical-align: middle;width: 30%;padding-right: 1em;
}
.li-img img {display: block;width: 100%;height: auto;}
.li-text {display: table-cell;vertical-align: middle;width: 70%;}
.li-head {margin: 0;}
.li-sub {margin: 0;text-indent: inherit;}

@media all and (min-width: 45em) {
  .list li {float: left;width: 50%;}
}

@media all and (min-width: 75em) {
  .list li {width: 33.33333%;}
} 
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 5px 0;
    margin-bottom: 20px;
	padding: 14px 15px;
	color: #fc6f6f;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;background:#019b95; text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button.victoria-one {border: 2px solid #019b95;}
p { text-indent: 50px; color: #666; font-family: 'Helvetica Neue', sans-serif; font-size: 14px; line-height: 24px; margin: 0 0 24px; text-align: justify; text-justify: inter-word; }
.headline{text-align: center; color:#019b95;}
.title h4{text-align: left;}
@media (max-width: 768px) {
  #about .about-container .title {padding-top: 15px;}
}
#about .about-container p {line-height: 26px;}
#about .about-container p:last-child {margin-bottom: 0;}
#about .about-container .icon-box p {color:#FFF;background-size: cover;padding: 0 0 5px 0;}
.right_div_style{background: #087672;}
.content{border-left: 1px solid #187a74}
.right_div_heading{color:#FFF;}
#about .about-container .icon-box .icon {
  float: left;margin-left: 5px;background: #fff;width: 34px;height: 34px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;border-radius: 50%;
}
#about .about-container .icon-box .icon i {color: #187a74;font-size: 14px;}
#about .about-container .icon-box .title {
    margin-left: 49px;color:#FFF;text-align: left;font-weight: 700;margin-bottom: 5px;font-size: 14px;text-transform: uppercase;
}
#about .about-container .icon-box .title a {color: #111;}
#about .about-container .icon-box .description {
    margin-left: 40px;margin-right: 20px;line-height: 20px;font-size: 14px;text-align: left;
}
body{background: #ecf0f1;font-family:lato;}
h3{font-weight:700;}
h1{position: absolute;top: 90px;color: #fff;z-index: 10;}
.overlay{
    position:absolute;top: 0px;width:100%;height:150px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    background-size:cover;z-index:1;
}
.titlehead{
    margin-top: 100px;width:100%;height:250px;
    background: url(../img/blog-mocktest.jpg) center center;background-size:cover;
}
#page.container{
    margin-top: -40px;margin-bottom: 140px;background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
}
#page{
    webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s; 
}
.tagcloud01 ul {
    margin-top: 10px;
	
	padding: 0;
	list-style: none;
}
.tagcloud01 ul li {display: inline-block;margin: -30 .3em .3em 0;padding: 0;}
.tagcloud01 ul li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {background-color: #019b95;color: #fff;}