a {
  color: #003f5c;
}

h6 {font-size:18px; color: #0e3b3b; font-weight: 700;}

.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.fluidvids-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.responsive-iframe iframe {
		height: auto
	}


.single-blog-content a {text-decoration:underline; color:#317f7f;}
.single-blog-content a:hover {color:#026464;}


.form-control-select{
  width: 100%;
  display: block;
  border: 1px solid #dcdfe5;
  box-shadow: none;
  margin-bottom: 20px;
  border-radius: 4px;
  /*background: #ecff87;*/
  line-height: 48px;
  padding: 0;
  text-indent: 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 16px;
}
.tutor-btn {
	color: #0e3b3b;
  background: #ceffa8;
}
.tutor-btn:hover{
	color: #ceffa8;
    background: #0e3b3b;
}

.kd_brand_area .witr_section_title_inner h3{
  color: #ecff87;
}

/*
social media
*/

.footer-social li {
	display: inline-block;
	margin-right: 5px
}

.footer-social li:last-child {
	margin-right: 0
}

.footer-social li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	background: rgba(158, 186, 196, .1);
	display: inline-block;
	color: #fff
}

.footer-social li a:hover {
	background: #3F85CE none repeat scroll 0 0
}

.footer-social {
	margin-top: 15px
}

.footer-social li a i {
	margin: 0
}