/*
Copyright (c) 2017 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Normal css / .ed_toppadder10
3. Header Top / #educo_wrapper

10. Our Skill Section / .ed_graysection

*/
/*--------- Body Start -------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #717171;
	-webkit-font-smoothing: antialiased;
}
@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot?#iefix) format('embedded-opentype'), url(../fonts/star.woff) format('woff'), url(../fonts/star.ttf) format('truetype'), url(../fonts/star.svg#star) format('svg');
	font-weight: 400;
	font-style: normal;
}
/*--------- Body End -------*/
/*---------- Normal css start -------*/
a {
	color: #272727;
	text-decoration: none;
}
a:hover, a:focus {
	color: #717171;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Trirong', serif;
	font-weight: 400;
	line-height: 1.1;
	color: #202020;
}
img {
	max-width: 100%;
}
input {
	outline: none;
	border-radius:3px !important;
}
input:focus {
	outline: none !important;
	box-shadow:none !important;
}
textarea {
	outline: none;
	border-radius:3px !important;
}
textarea:focus {
	outline: none !important;
	box-shadow:none !important;
}
.ed_bottompadder80{
	padding-bottom:80px;
}
/*---------- Normal css end -------*/
/*---------- Header Top start ----------*/
#educo_wrapper{
	width:100%;
	float:left;
	position:relative;
	}
#ed_header_wrapper{
	float:left;
	width:100%;
	z-index:100;
}
.ed_header_top {
    width: 100%;
    float: left;
    background-color: #167ac6;
	color:#ffffff;
	padding:15px 0;
}
.ed_header_top p{
	margin: 0;
	width: 100%;
    text-align: center;
}
/*--------- Header Top end -----------*/
/*----------- Header Bottom start ---------*/
.menu_fixed{
	position: fixed;
	z-index:1000;
	padding: 0 0;
	-moz-box-shadow: 0 -5px 20px;
	-webkit-box-shadow: 0 -5px 20px;
	box-shadow: 0 -5px 20px;
}
/*------ Header Bottom end -----------*/

/*--------- Search form start --------*/
.ed_btn {
    border-radius: 3px;
    padding: 12px 26px;
	overflow: hidden;
	position:relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
    z-index: 1;
	border:none;
}
.ed_btn::before,
.ed_btn::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.ed_orange{
	background-color:#167ac6;
	color:#fff;
	border:2px solid #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_orange:hover {
	background-color:#fff;
	color: #167ac6;
	border:2px solid #167ac6;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_green{
	background-color:#fff;
	color:#167ac6;
	border:2px solid #167ac6;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ed_green:hover {
	background-color:#167ac6;
	color: #fff;
	border:2px solid #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*--------- Search form end ---------*/
/*-------- our skill section start -----*/
.ed_graysection{
	float:left;
	width:100%;
	background-color:#edf2f6;
}
/*------- our skill section end ---------*/
/*------ instructor Single Page Start --------- */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
/*------ instructor Single Page end --------- */
/*------ responsive css start ----*/

@media (min-width: 992px) and (max-width: 1199px) {
.ed_btn{
    padding: 12px 30px;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.menu_fixed {
    position: initial;
}
}

@media (max-width: 479px) {

.menu_fixed {
    position: initial;
}
}

/*------ responsive css end ----*/

#overlay{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}
.is-hide{
	display:none;
}
.bodylogo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.moneyblock {
	margin-top: 25px;
}
.madeby {
	margin-top: 40px;
	font-size: 12px;
}