/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.tab-content > .active {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 25px 20px 20px 20px;
}

ul.list_features {
	margin: 0 0 0px 0;
}

ul.list_features li i {
	color: #80d623;
}

a.btn_1:hover,
.btn_1:hover {
	background: #80d623;
}

ul.list_features2 {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 1.3;
}

ul.list_features2 li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 74px;
}

ul.list_features2 li i {
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 36px;
	color: #80d623;
}

.lesson_title {
	font-size: 23px;
	margin-top: 30px;
}

.parallax_window_in.short #sub_content_in {
    background: rgba(0, 40, 73, 0.6);
}

#sub_content_in h1 {
    font-size: 40px;
}

ul.lead_points {
    font-size: 18px;
}

.course_title {
	text-align: center;
	margin: 0 0 45px 0;
	padding: 0;
	font-size: 32px;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
}


.navbar-default .navbar-nav li a {
    padding: 15px 15px 0px 15px;
}

.navbar {
    min-height: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
}

p.lead.style.center {
	text-align: center;	
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}

h2.main_title_home {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 36px;
    color: #222;
    font-weight: 500;
}

#logo2 {
	margin: 5px 0 10px 0;
	position: absolute;
	right: 15px;
}


@media (max-width: 991px) {
	#logo2_home h1 {
	margin: 10px 0 10px 0;
	padding: 0;
}
	#logo2_home h1 a {
		width: 140px;
		height: 35px;
		background-size: auto 35px;
	}
	
	#logo2{
		position: relative;
		left: 0px;
	}
	#logo2 a img {
		width: auto;
		height: 35px;
	}
}

/* logo 2 home with h1 */
#logo2_home h1 {
	margin: 15px 0 0 0;
	padding: 0;
}

#logo2_home h1 a {
	display: block;
	width: 190px;
	height: 48px;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 190px 48px;
	text-indent: -9999px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#logo2_home h1 a {
		background-image: url(../img/logo2_2x.png);
		background-size: 190px 48px;
	}
}

#logo {
	margin: 20px 0 15px 0;
}

.owl-carousel {
    margin-left: 16.66%;
    margin-right: 16.66%;
}

.state-col {
	font-weight: 700;
	font-size: 19px;
	color: #80d623;
	text-align: center;
}

p.state {
	font-weight: 500;
	color: #555;
	font-size: 17px;
	padding: 0 15px!important;
	text-align: center;
}

.margin_120_35 {
	padding-top: 120px;
	padding-bottom: 35px;
}

h2.main_title_course {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 28px;
    color: #222;
    font-weight: 700;
}

p.desc.style.center {
	text-align: center;	
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	background-color: #ffffff;
}

p.terms {
	line-height: 1.4;
	margin-bottom: 15px;
}

h3.out-head {
	margin-top: 0px;
}

p.details {
	line-height: 1.3;
	margin-bottom: 10px;
}

.faq {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 700;
    color: #222;	
}

.margin_120_80 {
	padding-top: 120px;
	padding-bottom: 80px;
}

.col-sm-4 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}