
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900|Roboto+Condensed:300,300i,400,400i,700,700i');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family: Roboto Condensed;
}
body{
	font-family: 'Montserrat', sans-serif;
}

section {
  padding: 2em 0;
}
section h2{
	line-height: 2em;
    font-weight: 800;
    color: #3a526a;
}
p {
	color: #6f8ba4;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1px;
	line-height: 2em;
}

.read-post p{
	line-height: normal;
    margin-bottom: 0.3rem;
}

ol,ul{
	color: #6f8ba4;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 24px;
}
.faq-list li {
    border-top: 2px solid #637282;
    padding: 20px 0;
}

.star-rating .checked{
	color:orange;
}

.testimonial{
	margin: auto !important;
}

.card {
	background-color: #ffffff;
	overflow: hidden;
	border: medium none;
	border-radius: 6px;
	box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08); 
}
#courses .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    
}
.heart {
	position: absolute;
	right: 1em;
	font-size: 1.5em;
	color: #f2f2f2;
	top: 1em;
}
.heart .active{
	color: red !important;
}
.heart:hover{
	color:red !important;
}
.banner-block {
    background: #d8f9ee none repeat scroll 0 0;
}
.navbar {
    background: linear-gradient(to left,#d8f9ee,#D4FFD1);
    background-size: cover;
    background-position: center;
}



.navbar .nav-link {
    color: #2e4268;
    font-family: Roboto Condensed;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 10px 5px 10px !important;
}

.nav-top .navbar,
.nav-sticky .navbar{
	background: linear-gradient(to left,#d8f9ee,#ffffff);
	z-index: 10000;
    border-bottom: 1px solid #dbe2eb;
    -webkit-box-shadow: 0px 7px 13px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 7px 13px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 7px 13px 2px rgba(0, 0, 0, 0.10);
}

.navbar-nav .nav-item{
	padding: 5px 3px 0px 5px !important;
}
.nav-top .navbar .nav-link,
.nav-sticky .navbar .nav-link {
    
}

a {
    color: #072643;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-success {
    background: #6bee9b none repeat scroll 0 0 !important;
    border-color: #6bee9b !important;
    box-shadow: -7px 11px 21px #c7e6dc;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #6bee9b;
    border-color: #6bee9b;
}
.btn-outline-success {
    color: #6bee9b;
    background-color: transparent;
    background-image: none;
    border-color: #6bee9b;
}
.btn {
    border-radius: 21px;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 25px;
    margin-right: 5px;
}
.navbar .nav-item .btn {
    margin: 0px 0 0 11px;
}
.nav-sticky .navbar .nav-item .btn{
	margin: 0px 0 0 15px;
}
.bg-success{
    background-color: #6bee9b !important;
}
.navbar-brand {
    color: #2e4268 !important;
    font-family: Roboto Condensed;
    font-size: 25px;
    font-weight: 600;
}

.nav-sticky .navbar-brand{
    font-size: 1.3em;
}

.navbar-brand img{
	max-width: 150px;
    max-height: 42px;
}

.btn-success:hover {
    background: #2e4268 none repeat scroll 0 0 !important;
    border-color: #2e4268 !important;
}
/*Features*/
.features-item .card-body {
    padding: 30px;
}
.features-item .fa {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2e4268;
    border-radius: 5px;
    color: #6bee9b;
    height: 50px;
    line-height: 50px;
    margin-bottom: 23px;
    text-align: center;
    width: 50px;
}
.features-item h5 {
    color: #3b566e;
    font-family: Montserrat;
    font-size: 17px;
}
.features-item .card-link {
    color: #3b566e;
    font-size: 13px;
    font-weight: 600;
}
.features-item:hover {
    background: #73efa0 none repeat scroll 0 0;
}
.features-item:hover p, .features-item:hover h5, .features-item:hover a {
    color: #fff;
}
.features-item:hover .fa {
    border-color: #fff;
}
.radius-box{
    background: linear-gradient(to left,#d8f9ee,#D4FAD1);
    border-radius: 10% 10% 10% 10%;
}
.star-rating{
	font-size: 13px;
}
.price{
	font-weight: 900 !important;
	color: #6bee9b;
}
.course-item:hover .price{
	color:white;
} 
footer {
	background-color: #f3fdfa;
    color: #2e4268;
    width: 100%;
    bottom: 0 !important;
    position: relative !important;
}
.banner{
    padding-top: 2em; 
}
.banner-block {
    position: relative;
    background: linear-gradient(to left,#d8f9ee,#D4FAD1);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding-top: 8em;
}
.banner-block::after {
    content: '';
    position: absolute;
    bottom: -304px;
    right: -80%;
    height: 400px;
    width: 200%;
    background: #edf1f2;
    border-radius: 50%;
}
.radius25 {
    border-radius: 0% 25% 0% 25%;
}
.z-index1{
    z-index: 1;
}
.check-list{
    list-style: none;
}
.testimonials-item {
    padding: 37px;
}
.testimonials-item img {
    background: #fff none repeat scroll 0 0;
    border-radius: 90px;
    box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
    height: 107px;
}
.custom-card {
    background-color: #ffffff;
    overflow: hidden;
    border: medium none;
    border-radius: 6px;
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
}
.team-block .card:hover {
    background-color: #ffffff;
}
.team-block .card:hover h4 {
    color:#212529;
}
.newsletter-box {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
}
#faq .card:hover{
    background-color: #fff !important;
    color: black !important;
}
@media only screen and (max-width: 999px){
    .banner-block::after {
        bottom: -160px;
        height: 200px;
    }
    .content{
        margin-bottom: 40px;
    }
}

@media (min-width: 0px) and (max-width: 767px){
    .custom-card {
        margin-bottom: 15px;
        height: auto !important;
    }
    
    .navbar {
    background: linear-gradient(to left,#197758,#D4FFD1);
    background-size: cover;
    background-position: center;
}
}

@media only screen and (min-width: 992px){
    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        font-weight: bold;
        border-bottom: 2px solid #2e4268;
    }
}

@media only screen and (max-width: 991px){
    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        font-weight: bold;
    }
}
.bg-green-light{
	background-color: #f1f1f1b5;
	padding: 30px 0 50px 0;
}

.authenticity{
	background: url(../images/bg/authenticity.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 0px;
}

.help-block.with-errors .list-unstyled li{
    color: #ff5050;
    margin-top: 5px;
}

.contact{
	padding: 1rem;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem;
}

.title-with-line.instagram-feeds.read-post{
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem;
    overflow: hidden;
    padding: 15px;
}

.box {
    padding: 20px;
    background: #fff;
    border-radius: 0.37rem;
    border: 1px solid #e4e4e4;
}

.item-logo {
    margin-bottom: 20px;
    text-align: center;
}

figure {
    margin: 0 0 1rem;
}

.item-logo img{
	width: 100%;
}