html, body{
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
}
h1,h2,h3,p,ul,li,a,span{
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
/****************************** splash *******************************/
.splash-image{
	width: auto;
	height: 100%;
	background: url('../images/job-icon.png') no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
}
/**************************** settings ******************************/
span.menu-at{
	display: block;
	cursor: pointer;
	float: right;
	margin-right: 0.5em;
}
.settings  ul{
	display: none;
	position:relative;
	border:1px solid rgb(170,223,255);
	float:right;
	z-index:9999;
	margin:-0.5em 2em 0;
	padding:0.5em; /*0.5em;*/
	background: #50d8cf;
}
.settings span.menu-at{
	display: block;
}
.settings ul li {
	list-style:none;	
	background: transparent;
}
.settings ul li.line{
	display: inline-block;
	width: 100%;
	margin-top: 0em;
	border-bottom: 1px solid rgb(47,177,255);
	float:left;
}
.settings ul li  a {
	display: inline-block;
	color: #fff;
	text-decoration: none;	
	font-weight: 400;	
	font-size: 1em;
	padding: 1em;	
	cursor: pointer;
}
.settings ul li  a:hover{
	color:#000;
}
/** Login form **/
.login_1{
	border-top:10px solid #d42875;
	box-shadow: 0 3px 0px 0px #e3e4e8;
	-webkit-box-shadow: 0 3px 0px 0px #e3e4e8;
	-moz-box-shadow: 0 3px 0px 0px #e3e4e8;
	-o-box-shadow: 0 3px 0px 0px #e3e4e8;
	/*position: absolute;               
   top: 50%;                        
   transform: translate(0, -50%);
   width: 100%;*/
}
ul.accout-login2{
	background:#fff;
	padding: 2em 2em 1em;
}
ul.accout-login2 h4{
	color: #d6dae0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 1em;
    text-align:center;
}
ul.accout-login2 li {
  border: 1px solid #C3C3C3;
  margin-bottom:10px;
  width: 100%;
  background: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  list-style-type: none;
}
ul.accout-login2 li:hover{
	border:1px solid #4fc1e9;
}
ul.accout-login2 input[type="text"], ul.accout-login2 input[type="password"]{
  width: 80%;
  padding: 14.5px 10px;
  color: #858282;
  font-size: 15px;
  outline: none;
  background: none;
  font-weight: 300;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
ul.accout-login2 label {
  color: #B9B9B9;
  font-size: 0.95em;
  font-weight: 300;
  line-height: 2em;
}
.icon {
  height: 47px;
  width: 47px;
  display: block;
  float: left;
}
.user {
   background: url(../images/user.png) no-repeat 10px 8px #f0f2f5;
}
.lock {
   background: url(../images/lock.png) no-repeat 13px 11px #f0f2f5;
}
.submit input[value="Login"] {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 30px;
  border: none;
  background: #d42875;
  font-family: 'Roboto', sans-serif;
  text-transform: capitialize;
  text-transform: capitialize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
  float:left;
}
.submit input[value="Register"] {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 30px;
  border: none;
  background: #d42875;
  font-family: 'Roboto', sans-serif;
  text-transform: capitialize;
  transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
   float:right;
}
.submit input[type="submit"]:hover, .but_4 input[type="submit"]:hover{
	background:#3bafda;
}
.but_3{
  background:#f5f7f9;
  text-align:left;
  padding: 1em;
}
.but_3 a h5{
  color: #999;
  font-size: 13px;
  font-weight: 300;
  margin:10px 0 0 0;
  padding-left:1px;
  width:10%;
}
.but_3 a h5:hover{
  color:#000;
  text-decoration:none;
}
ul.login_3{
  padding: 1em 2em 0.4em;
}
.login_2{
	margin-top:10px;
}
/** End of Login **/

/** Regiteration from **/
.account-top {
  margin-top: 10px;
}
.account-top h3{
	text-align:center;
	color:#fff;
	font-size:2em;
	padding:0.5em;
	background:#d42875;	
}
.your-top-at {
  margin-bottom: 1em;
}
.your-at{
	background:#fff;
	padding:0.2em 1em;
}
.your-at input[type="text"],.your-at input[type="password"],.your-at input[type="number"],.your-at input[type="email"]{
	background:none;
	width:100%;
	outline:none;
	margin: 1em 0 0;
	padding:0.8em;
	font-size:1em;
	border-radius:5px;
	color:#000;
	border:1px solid #D1D0CE;	
}
.your-at input[type="text"]:hover,.your-at input[type="password"]:hover,.your-at input[type="number"]:hover,.your-at input[type="email"]:hover,
.your-at select:hover{
border:1px solid #4fc1e9;
}
.your-at select{
	background:none;
	width:100%;
	outline:none;
	margin: 1em 0 0;
	padding:0.8em;
	font-size:1em;
	border-radius:5px;
	border:1px solid #D1D0CE;
}
.your-at option{
	background:none;
	width:100%;
	outline:none;
	margin: 1em 0 0;
	padding:0.8em;
	font-size:1em;
	border-radius:5px;
	color:#2d2d2d;
	border:1px solid #D1D0CE;
}
.your-at input{
	margin-top:1em;
	margin-bottom:1em;
}
.your-at input[value="Login"]{
	font-size: 17px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 30px;
  border: none;
  background: #d42875;
  font-family: 'Roboto', sans-serif;
  text-transform: capitialize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	float:right;
}
.your-at input[value="Register"]{
	font-size: 17px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 30px;
  border: none;
  background: #d42875;
  font-family: 'Roboto', sans-serif;
  text-transform: capitialize;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	float:left;
}
.your-at input[type="submit"]:hover{
	background:#3bafda;
	border-bottom: 3px solid #b6b6b4;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	font-size: 1em;
	color:#2d2d2d;
}
.news-letter {
	color: #2d2d2d;
	font-size: 1em;
	margin-bottom: 1em;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E1DFDF;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick1.png") no-repeat 1px 2px;
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	
}
p.connect-in{
	background:#eee;
	color:#2d2d2d;
	font-size:0.9em;
	padding:1em;
	width:100%;
	text-align:center;
	  margin: 1em 0;
}
p.connect-in a{
	text-decoration:none;
	color:#DC483A;
}
p.connect-in a:hover{
	text-decoration:underline;
}
.footer{
padding:0 0 2em;
}
.footer p{
	color:#2d2d2d;
	font-size:1em;
	text-align:center;
}
.footer p a{
	color:#dc483a;
	text-decoration:none;
}
.footer p a:hover{
	color:#2d2d2d;
}
/** End of register **/

/** home content **/
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul{
	margin:0;
	padding:0;
}
.top{
	top:0;
	left:0;
	position:fixed;
	width:100%;
	z-index:2%;
}
.middle{
	margin-top:8em;
}
.user_menu {
	box-shadow: 5px 5px 5px 5px #e8e6e5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.user_head {
	background:#d42875;
	border-top-left-radius:4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-right-radius:4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	padding:1.6em;
}
.user_head img {
	float: right;
	margin-right: 0em;
	margin-top: -2.3em;
}
.user_head h3 {
	color:#fff;
	font-size:2em;
	margin-top:10px;
	font-weight:300;
	width:auto;
}
.user_head p {
	color:#fff;
	font-size:1.1em;
	font-style:italic;
	margin-top:2px;
	font-weight:400;
}
.user_list ul li {
	list-style-type:none;
}
.user_list ul li a {
	color:#7c584b;
	font-size:1.15em;
	font-weight:600;
	padding:1.5em;
	text-decoration:none;
	display: block;
}
.user_list ul li {
	border-top:1px solid #e5e5e5;
}
.user_list ul li:last-child {
	border-bottom:1px solid #e5e5e5;
}
.user_list ul li a.active {
	background:#eef9f7;
	color:#0fb9ae;
	border-left:4px solid #83e1db;
}
.user_list ul li a:hover {
	background:#eef9f7;
	color:#0fb9ae;
	border-left:4px solid #83e1db;
}
.user_desc_right {
	float: right;
	width: 42%;
	margin-right: 5%;
}
/** end of home content **/

/** CSE buttons page **/
.bottom{
  position:fixed;
  bottom:0;
  z-index:2%;
  width:100%;
  left:0;
}
.down-state{
  text-decoration:none;
  text-align:center;
}
.down-state a {
  color: #ffffff;
  font-size: 23px;
  padding: 13px 26px;
  text-decoration:none;
  display:block;
  margin:6% 10% 6% 10%;
  width:80%;
}
.down-state a.hvr-rectangle-in.button.red {
  text-decoration:none;
}

/* Rectangle Out */

a.hvr-rectangle-out {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: ;
  background:#50d8cf;
  border-bottom: 3px solid #1FB1A4;
  border-radius:4px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
a.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #555651;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-rectangle-out:hover,a.hvr-rectangle-out:focus,a.hvr-rectangle-out:active {
  color:#ffffff;
  text-decoration:none;
}
a.hvr-rectangle-out:hover:before,a.hvr-rectangle-out:focus:before,a.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius:4px;
}
a.hvr-rectangle-in {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#555651;
  border-bottom: 3px solid #1FB1A4;
  border-radius:4px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  color: #fff;
}
a.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#50d8cf;
  border-radius:4px;
  color:#fffffff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-rectangle-in:hover,a.hvr-rectangle-in:focus,a.hvr-rectangle-in:active {
  color: white;
}
a.hvr-rectangle-in:hover:before,a.hvr-rectangle-in:focus:before,a.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius:4px;
}
/*-- responsive-design starts-here --*/
@media screen and (max-width: 1440px) {
	.top-grid {
		padding: 9em 0 5em 0;
	}
}
@media screen and (max-width: 1280px) {
	.top-left-grid ul li a {
		padding: 1.3em 0;
	}
}
@media screen and (max-width: 1024px) {
	.top-left-grid ul li a {
		padding: 1em 0;
	}
	.top-grid {
		padding: 6em 0px 3em 0;
	}
	.top-left-grid ul li a {
		padding: 0.2em 0;
	}
	.top-right-grid {
		width: 27%;
		margin-left: 3%;
	}
	.top-grid {
		padding: 5em 0px 3em 0;
	}
}
@media screen and (max-width: 320px) {
	h1.gk {
		width: 85px;
		height: 5px;
		text-align: center;
		font-size: 1em;
		font-weight: 400;
		padding-top:0.01em;
		padding-bottom:0.5em;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		background: rgb(0,125,198);
	}
	h1.questions {
		width: 85px;
		height: 5px;
		text-align: center;
		font-size: 1em;
		font-weight: 400;
		padding-top:0.01em;
		padding-bottom:0.5em;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		background: rgb(0,125,198);
	}
	h1.jobs {
		width: 85px;
		height: 5px;
		text-align: center;
		font-size: 1em;
		font-weight: 400;
		padding-top:0.01em;
		padding-bottom:0.5em;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		background: rgb(0,125,198);
	}
	.top-left-grid ul li a.selected {
		border-bottom: 3px solid rgb(199,29,34);
	}
	.top-left-grid ul li a:hover {
		border-bottom: 3px solid rgb(199,29,34);
	}
}
/*-- responsive-design starts-here --*/
@media screen and (max-width: 320px) {
	.user_desc_right {
		width:100%;
		margin-top:2.5em;
	}
	.user_head h3 {
		font-size: 2em;
	}
}
@media(max-width:640px){
	.down-state a {
	  padding: 10px 94px;
	}
}
@media(max-width:480px){
	.down-state a {
		padding: 10px 54px;
	}
	.down-state a {
	  font-size: 20px;
	}
}
@media(max-width:414px){
	.search input[type="search"] {
	  width: 71%;
	}
	.down-state a {
		padding: 10px 38px;
	}
}
@media(max-width:375px){
	.down-state a {
	padding: 10px 28px;
	}
	.down-state a {
	  font-size: 18px;
	}
}
@media(max-width:320px){
	.down-state a {
		padding: 10px 27px;
	}
	.down-state a {
	  font-size: 18px;
	}
}
/** End of CSE buttons page **/

/** Course content **/
.blog img {
	width: 100%;
	border-top-left-radius:4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-right-radius:4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
}
.blog {
	background: #fff;
	box-shadow: 5px 5px 5px 5px #e8e6e5;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.blog-info {
	padding:20px;
}
.blog-info h3 {
	color:#d42875;
	font-size:1.5em;
	font-weight:600;
	margin:0 0 10px 25px;
}
.blog-info label {
	color:#7c584b;
	font-size:0.95em;
	font-weight:600;
	font-style:italic;
}
.blog-info label a {
	margin-left:5px;
	text-decoration: underline;
}
.blog-info p {
	color:#7c584b;
	font-size:1em;
	font-weight:600;
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #e5e5e5;
}
.span_middle {
	padding:0;
}
/** End of Course **/

/** Start of questions **/
.testimonials{
	padding:0pm 0px;
	z-index:1%;
}
.testimonials-top{
	text-align:center;
	margin-top:0px;
	background:#fe7a7a;
	color:#fff;
	padding:0.8em;
}
.testimonials-bottom{
	margin-top:2.5em;
}
.ch-grid li {
   width: 200px !important;
   height:200px !important;
   margin: 6px 40px 9px 41px !important;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
} 
.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
	opacity: 1;
	pointer-events: auto;
}
.ch-img-1 { 
	background-image: url(../images/tst-1.jpg);
}

.ch-img-2 { 
	background-image: url(../images/tst-2.jpg);
}

.ch-img-3 { 
	background-image: url(../images/tst-3.jpg);
}
.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}
.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-back {
	opacity: 0;
	background: #66F2FF;
	pointer-events: none;	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #fff;
}
.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);	
	opacity: 0;
} 
.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
	opacity: 1;
	pointer-events: auto;
}
.courses{
	text-align: center;
	float:left;
	padding:1em;
}
.courses h1{
	font-size:1.5em;
	font-weight:700;
	color:#fe7a7a;
	padding:1em;
}
.courses img{
	border-radius:20%;
	max-width:40%;
	max-height:40%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.courses img:hover{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	-ms-transform: scale(1.25);
	transform: scale(1.25);	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	box-shadow: 0px 0px 8px 8px #D1D0CE;
	-moz-box-shadow: 0px 0px 8px 8px #D1D0CE;
	-webkit-box-shadow: 0px 0px 8px 8px #D1D0CE;
}
.courses_details h1{
	font-size:2em;
	font-weight:400;
	color:#555651;
	padding:0.1em;
	float:left;
}
.about-right-list {
	margin: 60px 0 0 0;
	width: 100%;
}
.menu {
	width: 100%;
	height: auto;
	padding: 0;
	list-style: none;
}
ul.menu li.item1{
	background:#50d8cf;
	margin-bottom:0.1em;
}
ul.menu li.item2{
	background:#50d8cf;
	margin-bottom:0.1em;
}
ul.menu li.item3{
	background:#50d8cf;
	margin-bottom:0.1em;
}
ul.menu li.item4{
	background:#50d8cf;
	margin-bottom:0.1em;
}
ul.menu li.item5{
	background:#50d8cf;
	margin-bottom:0.1em;
}
ul.menu li.item6{
	background:#50d8cf;
}
ul li{
	padding: 0;
	list-style: none;
}
.menu > li > a {
    padding: 17px 5px;
	width: 100%;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #FFF;
	text-transform: none;
	font-size: 15px;
	text-decoration:none;
}
.menu ul li a {
	background: #fff;
	width: 100%;
	line-height: 1.5em;
	display: block;
	position: relative;
	font-size:14px;
	font-weight: 400;
	color: #555;
	text-decoration:none;
	padding: 0.5em;
}
.menu ul li a span{
	background: #fff;
	font-weight: 700;
	color: #555;
	text-decoration:none;
}
.banner-left{
padding:0;
}
.banner-left h1{
color:#ffffff;
margin:0;
font-size:1.3em;
text-align:justify;
font-weight: 400;
padding:1em;
line-height:1.5em;
text-justify: inter-word;
display: inline-block;
}
.banner-left1 h1{
color:#ffffff;
margin:0;
font-size:1.8em;
text-align:center;
padding:1em;
display: inline-block;
}
.banner-top1{
background:#3468af;
text-align: center;
padding:16px 0;
}
.banner-top{
background:#394264;
text-align: left;
padding:16px 0;
}
.banner-top ul{
margin:0;
padding:0;
display: inline-block;
}
.banner-top ul li{
list-style-type:none;
color:#ffcfcf;
font-size:30px;
font-weight: 300;
}
.banner-top ul li:nth-child(2){
color:#fe8b8b;
}
.col-md-6 {
    width: 50%;
}
input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.ban-left-grids{
background:#ffffff;
}
.ban-left-grid{
  padding: 1.5em;
  float: left;
  text-align: center;
}
.ban-left-grid p{
margin:0;
font-size:15px;
color:#555;

}	
.ban-left-grids1{
background:#ffffff;
border-bottom: 1px solid #eeeeed;
}
.ban-left-grid1{
  padding: 2em;
  float: left;
  border-left: 1px solid #eeeeed;
  text-align: center;
}
.ban-left-grid1 p{
margin:0;
font-size:1.5em;
color:#555;
font-weight: 400;
}
.ban-left-grid1 span.right{
margin:0;
font-size:1.3em;
color:green;
font-weight: 700;
padding-left:0.5em;
}
.ban-left-grid1 span.wrong{
margin:0;
font-size:1.3em;
color:red;
font-weight: 700;
padding-left:0.5em;
}
/** End of questions **/

/** Start of results display **/
.rose{
	background:#eee;
	padding:1em;
	color:#fff;
	margin:1em 0.6em 0em 0.6em;
	border-radius:4px;
}
.rose-grid{
	padding:0.5em 0;
	border-bottom: 2px dotted #ffffff;
}
.course{
margin-top:1.5em;
line-height:1.8em;
	padding:0.5em;
	float:left;
	text-align:justify;
	text-justify:inter-word;
	border-bottom: 2px dotted #999;
	border-top: 2px dotted #999;
}
.rose-grid p{
	font-size:1.1em;
	display:block;
	color:#999;
}
.rose-grid span{
	font-size:1.1em;
	display:block;
	color:#f06292;
}
.rose-grid label{
	font-size:1.1em;
	font-weight:300;
	color:#000;
}
/** End of results **/

/*-- responsive-design starts-here --*/

@media screen and (max-width: 1440px) {
	.top-grid {
		padding: 9em 0 5em 0;
	}
	.bottom-grids {
		padding: 0em 0 4em 0;
	}
	.switches {
		margin-top: 3em;
	}
}
@media screen and (max-width: 1280px) {
	.top-left-grid ul li a {
		padding: 1.3em 0;
	}
	.top-grid {
		padding: 8em 0px 4.5em 0;
	}
	.bottom-grids {
		padding: 0em 0 3em 0;
	}
}
@media screen and (max-width: 1024px) {
	.bottons_row_1 ul {
		margin-top: 1em;
	}
	.bottons_row_1 ul.buttons {
		margin-top: 3.5em;
	}
	.buttons {
		margin-bottom: 5.5em;
	}
	.user_beat {
		margin-bottom: 0em;
	}
	.content {
		margin-left: 0%;
		margin-top: 4em;
	}
	.file input[type="submit"] {
		padding: 10px 19px;
	}
	.file input[type="file"] {
		width: 127px;
		height: 43px;
		bottom: 95px;
		left: 60%;
	}
	.up {
		width: 10%;
		margin-right: 2%;
		padding: 0.45em 0.6em;
	}
	.form-elements li:nth-child(2) {
		margin-left: 0px;
		width: 34%;
	}
	.form-elements li:first-child {
		width: 61%;
	}
	.video {
		margin-top: 6em;
	}
	.video iframe {
		height: 337px;
	}
	.temp_top {
		padding: 1em 0.5em;
	}
	.tabs {
		margin-top: 3em;
	}
	.bottom-grid-right {
		width: 64%;
	}
	.bottom-grid-left {
		margin-right: 6%;
	}
	.shopping-list ul li a {
		font-size: 1em;
		  padding: 8px 10px 8px 28px;
	}
	.temperature {
		margin-top: 3.5em;
	}
	.copyright p {
		font-size: 1.2em;
	}	
	.shopping-list ul li a.active {
		padding: 8px 8px 8px 44px;
	}
	.ribbons {
		margin-left: 4em;
	}
	.ribbon-back-right1 {
		right: 63px;
	}
	.ribbon-back-right {
		right: 47px;
	}
}
@media screen and (max-width: 800px){
	.content {
		margin-left: 5%;
		margin-top: 0em;
		width: 45%;
		float: left;
	}
	.blog {
		width: 100%;
		float: left;
	}
	.user_desc_right {
		margin-right: 0;
	}
	.user_menu {
		width: 100%;
	}
	.middle-right-grid {
		margin: 5em 0;
	}
	.top-left-grid ul li a {
		padding: 1em 0;
	}
	.top-grid {
		padding: 6em 0px 3em 0;
	}
	.bottom-grid-left {
		margin-right: 0%;
		width:100%;
		margin-top: 3em;
	}
	.bottom-grid-right {
		width: 100%;
	}
	.shopping-list ul li a {
		padding: 8px 17px 8px 45px;
	}
	.file input[type="file"] {
		width: 126px;
		height: 42px;
		bottom: 88px;
		left: 82%;
	}
	i.u1,i.r1 {
		margin: 5px -120px 0 120px;
	}
	.temp_top {
		padding: 1em 16.5em;
	}
	.bottom-grids {
		padding: 0em 0 1em 0;
	}
	.copyright p {
		font-size: 1.1em;
	}
	.ribbon-back-right1 {
		right: 103px;
	}
	.ribbon-back-right {
		right: 87px;
	}
}
@media screen and (max-width: 640px) {
	.shopping-list ul li a {
		padding: 8px 8px 8px 28px;
	}
	.footer {
		padding: 2em 0;
	}
	.temp_top {
		padding: 1em 12.5em;
	}
	i.u1, i.r1 {
		margin: 5px -120px 0 79px;
	}
	.video {
		margin-top: 4em;
	}
	.file input[type="file"] {
		width: 110px;
		height: 37px;
		bottom: 71px;
		left: 81.1%;
	}
	.top-left-grid ul li a {
		padding: 0.2em 0;
	}
	.top-right-grid {
		width: 27%;
		margin-left: 3%;
	}
	.search-box form input[type="text"] {
		padding: 6px 10px;
	}
	.search-box {
		margin: 0.6em 0 0.5em 0;
	}
	.search-box form input[type="submit"] {
		right: 5px;
		bottom: 5px;
	}
	.bottons_row_1 ul li.large input[type="button"] {
		padding: 8px 28px;
		font-size: 1.25em;
	}
	.bottons_row_1 ul li.medium input[type="button"] {
		padding: 5px 24px;
		font-size: 1.15em;
	}
	.bottons_row_1 ul li.small input[type="button"] {
		padding: 4px 20px;
		font-size: 1.05em;
	}
	.top-grid {
		padding: 5em 0px 3em 0;
	}
	.bottons_row_1 ul.buttons {
		margin-top: 3em;
	}
	.blog {
		width: 100%;
	}
	.content {
		margin-left: 3%;
		width: 100%;
	}
	.blog-info h4 {
		font-size: 1.3em;
	}
	.blog-info p {
		font-size: 0.9em;
		margin-top: 0.7em;
		padding-top: 0.7em;
	}
	.blog-info {
		padding: 15px;
	}
	.file input[type="submit"] {
		padding: 7px 10px;
	}
	.file input[type="text"] {
		width: 63%;
		padding: 6px;
		font-size: 1.1em;
	}
	.flat .selected, .flat li {
		font-size: 1.1em;
		padding: 6px 0px 6px 13px;
	}
	.icon11 {
		background: url('../images/img-sprite.png') no-repeat -180px -159px #d42875;
		height: 34px;
		width: 20px;
	}
	.num input[type="text"] {
		font-size: 14px;
		padding: 6px 0 6px 8px;
	}
	.switches {
		margin-top: 2.5em;
	}
	.file {
		margin-top: 2em;
	}
	.tabs {
		margin-top: 2.5em;
	}
	.ribbon-back-right1 {
		right: 49px;
	}
	.ribbon-back-right {
		right: 33px;
	}
	.shopping-list ul li a.active {
		padding: 8px 8px 8px 36px;
	}
	.shopping-list ul li:nth-child(3) {
		padding-left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.top-left-grid {
		width: 100%;
	}
	.top-right-grid {
		width: 100%;
		margin-left: 0%;
		margin-top:2em;
	}
	.bottons_row_1 ul li.large input[type="button"] {
		padding: 7px 26px;
		font-size: 1.1em;
	}
	.bottons_row_1 ul li.medium input[type="button"] {
		padding: 4px 22px;
		font-size: 1.1em;
	}
	.bottons_row_1 ul li.small input[type="button"] {
		padding: 3px 18px;
		font-size: 1em;
	}
	.bottons_row_1 ul {
		margin-top: 0em;
	}
	.blog {
		width: 100%;
	}
	.content {
		margin-left: 0;
		width: 100%;
		margin-top:3em;
	}
	.ribbons img {
		margin-top: 3em;
		width: 85%;
	}
	.user_list ul li a {
		font-size: 1.1em;
		padding: 1.35em;
	}
	.video iframe {
		height: 253px;
	}
	.temp_top {
		padding: 1em 6.5em;
	}
	i.u1, i.r1 {
		margin: 5px -120px 0 34px;
	}
	.user_head {
		padding: 1.2em 1em;
	}
	.user_head img {
		margin-right: 1em;
		width:40%;
	}
	.user_head h3 {
		font-size: 2em;
	}
	.middle-right-grid {
		margin: 3em 0;
	}
	.file input[type="text"] {
		width: 70%;
		padding: 8px 15px;
		font-size: 1.1em;
	}
	.file input[type="submit"] {
		padding: 9px 20px;
	}
	.file input[type="file"] {
		width: 127px;
		height: 41px;
		bottom: 68px;
		left: 70%;
	}
	.copyright p {
		font-size: 0.98em;
	}
	.shopping-list ul li:nth-child(3) {
		display: none;
	}
	.shopping-list ul li {
		width: 33.333%;
	}
	.shopping-list ul li a {
		padding: 8px 0px 8px 24px;
	}
	.shopping-list {
		margin-top: 3em;
	}
	.up {
		padding: 0.45em 1.15em;
	}
	.form-elements li:first-child {
		width: 50%;
		margin-left: 28px;
	}
	.form-elements li:nth-child(2) {
		margin-left: 3%;
		width: 28%;
	}
	.qty {
		font-size: 3.5em;
		width: 65%;
	}
	.ribbons {
		margin-left: 2em;
	}
	.ribbon-edge-topleft2 {
		left: 112px;
	}
	.ribbon-edge-topleft1, .ribbon-edge-bottomleft1 {
		left: 128px;
	}
	.ribbon-front1 {
		width: 100px;
	}
	.ribbon-edge-bottomright1 {
		border-width: 0 0 18px 38px;
	}
	.ribbon-edge-topright1, .ribbon-edge-bottomright1 {
		left: 43px;
	}
	.ribbon-back-right1 {
		width: 85px;
		right: 26px;
	}
	.ribbon-front {
		width: 100px;
	}
	.ribbon-back-left {
		width: 60px;
	}
	.ribbon-front {
		width: 80px;
	}
	.ribbon-edge-topleft {
		border-width: 12px 20px 0 0;
	}
	.ribbon-edge-topright {
		border-width: 12px 0 0 20px;
	}
	.ribbon-edge-topright, .ribbon-edge-bottomright {
		left: 51px;
	}
	.ribbon-back-right {
		right: 38px;
		width: 51px;
	}
	.ribbon-edge-topleft2 {
		left: 102px;
	}
	.ribbon-wrapper1 {
		margin-top: 3em;
	}
	.ribbon-wrapper {
		margin-top: 5em;
	}
	.text_box {
		padding: 6px 0 6px 10px;
	}
}
@media screen and (max-width: 320px) {
	.user_menu {
		width: 100%;
	}
	.user_desc_right {
		width:100%;
		margin-top:2.5em;
	}
	.user_head h3 {
		font-size: 2em;
	}
	.shopping-list ul li:nth-child(4) {
		display: none;
	}
	.shopping-list ul li {
		width: 46%;
	}
	.shopping-list ul li a {
		padding: 9px 0px 9px 22px;
		font-size: 0.9em;
	}
	.video iframe {
		height: 200px;
	}
	.temp_top {
		padding: 1em 3.5em;
	}
	i.temp {
		width: 80px;
		height: 80px;
		background: url('../images/img-sprite.png') no-repeat -3px -182px;
		margin-right: 0.2em;
		background-size: 350px;
	}
	.ribbons img {
		width: 75%;
	}
	.temp_top h3 {
		font-size: 3.5em;
	}
	.temp_bottom_left h4, .temp_bottom_right h4 {
		font-size: 2.5em;
	}
	i.u1, i.r1 {
		margin: 0px -21px 0 20px;
	}
	.temp_bottom_left, .temp_bottom_right {
		padding: 1.5em 0;
	}
	.file input[type="text"] {
		width: 65%;
		padding: 8px 10px;
		font-size: 1em;
	}
	.file input[type="submit"] {
		padding: 9px 8px;
		font-size: 1em;
	}
	.copyright p {
		line-height: 1.7em;
	}
	.file input[type="file"] {
		width: 98px;
		height: 40px;
		bottom: 68px;
		left: 64%;
	}
	.form-elements li:first-child {
		width: 80%;
		margin-left: 28px;
	}
	.form-elements {
		width: 84%;
	}
	.up {
		padding: 0.45em 1em;
		width: 14%;
		margin-right: 2%;
	}
	.switches {
		margin-top: 1.5em;
	}
	.form-elements li:nth-child(2) {
		margin-left: 6%;
		width: 73%;
		margin-top: 13%;
	}
	.top-grid {
		padding: 4em 0px 2em 0;
	}
	.bottons_row_1 ul li.large input[type="button"] {
		padding: 6px 11px;
		font-size: 0.95em;
	}
	.bottons_row_1 ul li.medium input[type="button"] {
		padding: 3px 12px;
		font-size: 0.9em;
	}
	.bottons_row_1 ul li.small input[type="button"] {
		padding: 2px 13px;
		font-size: 0.85em;
	}
	li.medium {
		margin-left: 15%;
	}
	.bottons_row_1 ul.buttons {
		margin-top: 2em;
	}
	.buttons {
		margin-bottom: 3.5em;
	}
	i.home {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat 0px 0px;
		background-size: 275px;
	}
	i.home:hover {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat 0px -50px;
		background-size: 275px;		
	}
	.top-left-grid ul li:hover i.home {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat 0px -50px;
		background-size: 275px;	
	}
	i.news {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -50px -50px;
		background-size: 275px;
	}
	i.photos {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -100px 0px;
		background-size: 275px;
	}
	.top-left-grid ul li:hover i.photos {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -100px -50px;
		background-size: 275px;	
	}
	i.bag {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -150px 0px;
		background-size: 275px;
	}
	.top-left-grid ul li:hover i.bag {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -150px -50px;
		background-size: 275px;	
	}
	i.settings {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -200px 0px;
		background-size: 275px;
	}
	.top-left-grid ul li:hover i.settings {
		width: 50px;
		height: 50px;
		background: url('../images/img-sprite.png') no-repeat -200px -50px;
		background-size: 275px;	
	}
	.top-left-grid ul li a.active {
		border-bottom: 3px solid #d42875;
	}
	.top-left-grid ul li a:hover {
		border-bottom: 3px solid #d42875;
	}
	.shopping-list ul li a.active {
		padding: 9px 8px 9px 28px;
	}
	.ribbons {
		margin-left: 5em;
	}
	.ribbon-back-right1 {
		right: 75px;
	}
	.ribbon-back-right {
		right: 87px;
	}
	.ribbon-front1 {
		width: 120px;
	}
	.ribbon-edge-bottomright1 {
		border-width: 0 0 18px 60px;
	}
	.ribbon-back-right1 {
		width: 100px;
		  right: 60px;
	}
	.ribbon-edge-topleft1, .ribbon-edge-bottomleft1 {
		left: 143px;
	}
	.ribbon-front {
		width: 100px;
	}
	.ribbon-edge-topright {
		border-width: 12px 0 0 40px;
	}
	.ribbon-back-right {
		right: 67px;
		width: 70px;
	}
	.ribbon-back-left {
		width: 70px;
	}
	.ribbon-edge-topleft {
		border-width: 12px 35px 0 0;
	}	
	.ribbon-edge-topleft2 {
		left: 122px;
	}
	.ribbon-back-left {
		width: 75px;
	}
}

