@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body{
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #1a1a1a;
}
a{
	color: inherit;
	text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3f3f3f;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 57px;
    line-height: 63px;
    font-weight: 700;
}
h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.7;
}
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
}
h5{
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}
h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.btn{
    font-weight: 600;
    border-radius: 5px;
}
.btn-lg{
    padding: 10px 20px;
    font-size: 15px;    
}
.font-14{font-size: 14px;}
.font-40{font-size: 40px;}
section{
	padding: 8em 6.25em;
    position: relative;
}
.header {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    z-index: 99;
}
.header.sticky{
    top: 0;
    left: 0;
    right: 0;
}
.header.sticky .navbar{
    padding: 10px 20px;
    border-radius: 0 !important;
    
}
.header.sticky > .container-fluid{
    padding: 0;
}
.header .navbar {
    padding: 10px 40px;
    box-shadow: 0 6px 30px rgba(0,0,0,.8);
}

.carousel-item:after {
    background-image: linear-gradient(90deg,#4f604e,hsla(0,0%,100%,0));
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.navbar-brand{
	width: 110px;
    margin-bottom: 0;
}
.banner__content-sub-title{
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
}
.navbar-nav .nav-item:hover > ul{
    display: block;
}
.nav-link {
    margin-right: 1.5em;
    font-size: 1.2em;
    font-weight: 500;
}
footer .nav-link {
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
}
.nav-item:last-child .nav-link{
    margin-right: 0;
}
.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all .3s;   
}
.card-border{
    border: 1px solid #4F604E;
    border-radius: 20px;
    padding: 3rem 2rem;
    /* box-shadow: 11px 11px rgba(207, 238, 211, 0.75); */
    box-shadow: 0px 19px 38px 0px rgba(79,96,78,1);
}
.card:hover{
	/* box-shadow: 11px 11px rgba(190, 238, 196, 0.9); */
}

.fa.box-icon{
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 17px;
    border: 1px solid rgba(12,169,64,.15);
    border-radius: 5px;
    text-align: center;
}
/* .about--secondary__single-item__icon i{font-size: 22px;} */
.counter {
    background: url(../images/bottom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 10%;
    position: relative;
    z-index: 1;
}
.counter:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(78, 94, 77,0.7);
    z-index: -1;
}
.counter__card-thumb, .contact__item-thumb{
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 5px;
    background-color: #0e7a31;
}
.counter__card-thumb i, .contact__item-thumb i{
    font-size: 34px;
    color: #fff;
}
.counter__card {
    text-align: center;
    padding: 30px;
    background: linear-gradient(180deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.09));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 5px;
}
.facility__card

{
    text-align: center;
    padding: 30px;
    box-shadow: 0 6px 14px rgba(0,0,0,.08);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: 10px;
}
.secondary-text{
    font-size: 16px;
    line-height: 22px;
}
.facility__card-icon{
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 5px;
    border: 1px solid rgba(12,169,64,.15);
}
.facility__card-icon i{
    font-size: 24px;
}
.card_icon_margin{
    margin: 0;
   
}
.demo-image .ovrly{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

audio, img, video {
    max-width: 100%;
    vertical-align: middle;
}
audio, video {
    display: inline-block;
}

.banner--inner {
    padding: 196px 0 80px;
    position: relative;
    background-image: url(../images/inner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.banner--inner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(78, 94, 77,0.8);
    z-index: -1;
}

/* .form-control{
    width: 100%;
    padding: 11px 20px;
    background-color: hsla(0,0%,100%,.5);
    border: 1px solid #ebebeb;
    border-radius: 5px;
} */

.about__section-inner__single-thumb, .about__experience-thumb{
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(12,169,64,.15);
}
.about__section-inner__single-thumb i, .about__experience-thumb i{
    font-size: 34px;
    color: #00274a;
}
.about__thumb .about__experience {
    width: 340px;
    min-width: 340px;
    height: 340px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
    text-align: center;
    flex-direction: column;
    background-color:rgba(78, 94, 77,0.8);
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -170px;
}
/* .testimonial__slider-card__body .secondary-text{
    font-size: 14px;
} */
/* .legal-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: rgba(12,169,64,.05);
    z-index: -1;
} */
.carousel-caption{
    bottom: 0;
    margin-top: -210px;
    top: 50%;
    vertical-align: middle;
    text-align: left;
    z-index: 1;
}
/* .banner--secondary {
    background-image: linear-gradient(90deg,#4f604e,hsla(0,0%,100%,0)),url(../images/Home-Hero-small.jpg);
} */
.dropdown-item.active, .dropdown-item:active{
    background-color: #0e7a31;
}
/* .object-cover{object-fit: cover;} */

.pt-15{padding-top: 150px;}
@media (max-width: 1199px) {
    section {padding: 4em 20px;}
    .header{position: static;}
    .header.sticky{position: sticky;}
    /* .top-banner{padding: 50px 0;background-size: cover;} */
    .carousel-caption{margin-top: -290px;left: 20px;right: 20px;}
    .carousel-item{min-height: 650px;}
    .carousel-item img{
        position: absolute;
        height: 100%;
        object-fit: cover;
    }
    .is--content{padding: 30px 40px;}
    .pt-15{padding-top: 50px;}
}
@media (max-width: 767px) {
    .primary-heading{font-size: 3em;}
    h2{font-size: 38px;}
    h5 {font-size: 20px;}
    .is--content{padding: 4em;}
    .header .navbar{padding: 10px;}
}
/* Play Quiz */
.quiz-card {
    margin-bottom: 20px;
}
.quiz-card .card-img {
    max-height: 200px;
    object-fit: cover;
}
.tags {
    margin-top: 10px;
}

.input-group .form-control:focus {
    box-shadow: none;
    border-color:green;
}

.card-title{
    padding-bottom: 16px;
}
.form-check-input:checked {
 
    background-color: green;
    border-color:green;
}
.form-check-input:focus {
    border-color:#0e7a31;
    box-shadow: 0 0 0 0.25rem rgba(190, 238, 196, 0.9); 
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    outline: 0;
    border-color:#0e7a31;
    box-shadow: 0 0 0 0.25rem rgba(190, 238, 196, 0.9);
}
.cred--inner {
   
    position: relative;
    background-image: url(../images/login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 100%; */
    background-position: top;
    z-index: 1;
}

.cred--inner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(78, 94, 77,0.5);
    z-index: -1; 
}
.quiz--inner {
   
    position: relative;
    background-image: url(../images/quiz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0 100%; */
    background-position: top;
    z-index: 1;
}

.quiz--inner:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(78, 94, 77,0.5);
    z-index: -1; 
}
.z{
    z-index: 2;
}
