*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
}
.primary-color{
	background-color: #127c22;
}
.second-one{
	background-color: #384158;
}
.secondary-color{
	background-color: #f9fafb;
}
.primary-button {
    text-decoration: none;
    padding: 2px 11px;
    color: #fff !important;
    background-color: #127c22;
    border: none;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.primary-button:hover{
	background-color: #fff;
	transition:1s;
	color: #127c22 !important;
}
.see_detail {
    text-decoration: none;
    padding: 2px 11px;
    color: #fff !important;
    background-color: #ff6f00;
    border: none;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
.see_detail:hover{
	background-color: #fff;
	transition:1s;
	color: #ff6f00 !important;
}
/*.background{
	background-color: #fbfcff;
}*/
h1{
	color: #384158;
	font-size: 1.5rem;
}
h5{
	color: #384158;
}

/*.topbar{
	background-color: #ea558e;
}*/
.topbar-content i{
	color: #fff;
}
.topbar ul{
	margin: 0;
	padding:10px 0;
}
.topbar ul a{
	color: #fff;
	text-decoration:none;
}
.topbar-content a:hover{
	transition: 1s;
	color: #384158;
}
.topbar-btn a:hover{
	color: #fff !important;
	background-color: #127c22; 
	transition: 0.5s;
}
.topbar-btn a {
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #127c22 !important;
}
.top-header img {
    height: 50px;
    margin-top: 0;
}
.top-header{
	background-color: #fff;
}
.top-header .navbar {
    background-color: #fff;
}
.navbar-brand{
	max-height: 80px;
    overflow: hidden;
}
/*Menus*/
#topbarMenu ul li a{
	color: #384158;
	text-decoration:none;
	font-weight: bold;
        font-size: 14px;
}
#topbarMenu a:hover{
	transition:1s;
	color: #127c22;
}
#topbarMenu ul{
	margin: 0;
}
#topbarMenu ul li{
	margin: 0;
	position: relative;
	list-style: none;
}
#topbarMenu ul li ul{
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: none;
}
#topbarMenu ul li ul li{
	padding: 10px 0;
	list-style: none;
}
#topbarMenu ul li:hover > ul{
	display: block;
	/*transition: all .5s ease-in-out 0s;*/
}
#topbarMenu ul li ul a{
	text-decoration: none;
}
#topbarMenu .inner-list{
	width: 156px;
    padding: 8px 10px;
}
.navbar{
	border-bottom: 1px solid #AFAFAF;
}
/* End Menus*/

/*Slider*/
.slide-img{
	width: 100%;
	height: 600px;
}
#slideShow .carousel-control-prev-icon {
    height: 45px;
    width: 38px;
    background-color: rgba(0, 0, 0, 0.3);
}
#slideShow .carousel-control-next-icon {
    height: 45px;
    width: 38px;
    background-color: rgba(0, 0, 0, 0.3);
}
/*slider ends*/
#intro p{
	text-align: justify;
}
#intro iframe{
	height: 250px;
	width: 100%;
}
/*Test series intro*/
.media-news aside {
    height: 335px;
    background-color: #384158;
    padding: 25px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #b5aeae9e;
}
.media-news aside marquee{
	height: 255px;
}
.media-news aside ul{
	margin: 0;
	padding: 0;
}
.media-news aside ul li{
	list-style: none;
}
.media-news aside h4{
	color:#fff;
	font-size: 1.3rem;
}
#testIntro{
	background-color: #fbfcff;
}
#testIntro img{
	/*width: 100%;*/
}
#testIntro a{
	text-decoration:none;
	padding: 10px 5px;
	color: #127c22;
	background-color: #fff;
	border: 1px solid #127c22;
}
#testIntro a:hover{
	background-color: #127c22;
	color: #fff;
}
/*course details*/
.course-type span{
	float: right;
    padding-right: 5px;
}
.tab-box-body p{
	text-align: justify;
	margin-bottom: 0px;
}
.course_desci p{
    display: block;
    /*height: 100px;*/
    font-size: 14px;
}
.courseCatButton{
	background: #f6f6f6;
	padding:98px 20px;
	/* border: 1px solid #384158; */
}
/*.course-container{
	background: #f6f6f6;
        box-shadow: 0px 0px 10px 0px #b5aeae9e;
}*/
.tab-box {
    max-height: 150px;
    overflow: hidden;
}
.tab-box img {
    width: 100%;
    min-height: 150px;
}
.course-box{
	height: 288px;
}
.boxes{
	background: #fff;
}
.course-thumb img{
	width: 100%;
}
.coursebox-body img{
	width: 100%;
	height: 200px;
}
.coursebox-footer a{
	text-decoration:none;
	padding: 4px 22px;
	color: #127c22;
	background-color: #fff;
	border: 1px solid #127c22;
}
.coursebox-footer a:hover{
	background-color: #127c22;
	color: #fff;
}
.tab-box img{
	width: 100%;
}
.courseButton-style{
	display: block;
	line-height: 18px;
        /*height: 50px;*/
        font-weight: bold;
	text-decoration:none;
	color: #000;
}
.courseButton-style:hover{
	text-decoration: none;
}
.tab-box-body ul li a{
	text-decoration: none;
    padding: 2px 6px;
    color: #fff;
    background-color: #127c22;
    border: none;
    text-align: center;
    border-radius: 3px;
    /* text-transform: uppercase; */
    font-size: 14px;
}
.tab-box-body ul li a:hover{
	background-color: #fff;
	color: #127c22;
	transition:1s;
}
.tab-box-body ul{
	margin:0;
	padding:0;
}
.tab-box-body ul li{
	list-style:none;
	display: inline-block;
}
.all_course {
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 2px;
    background: #127c22;
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    transition: 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-top: 20px;
}
/*Filters*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #127c22;
}
.flex-column a{
	text-decoration: none;
}
.flex-column .nav-link{
	/*background-color: #fff;*/
	color: #127c22;
}
.flex-column .nav-link:hover{
	transition: 1s;
	background-color: #127c22;
	color: #fff;
}
.filter-box{
	border: 1px solid #384158;
}
.filter-box ul{
	margin: 0;
}
.filter-box ul li{
	list-style: none;
}
.myPhone img{
	height: 400px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    margin: 60px auto;
    font-size: 4px;
    position: relative;
    background: #fff;
    text-indent: -9999em;
    border-top: 1.1em solid #5fc5a0;
    border-right: 1.1em solid #5fc5a0;
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid blu;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Android sec*/

#android{
	 background: #8caf96;
	 color: #fff;
}
#android .box{
	margin: auto;
	height: 82px;
    width: 82px;
    padding: 25px 5px;
    border-radius: 50%;
}
#android .box i{
	color: #fff;
    font-size: 34px;
}
#android .playStoreBtn img{
	width: 50%;
}
.phoneIcon{
	/*padding-top: 154px;*/
}
.phoneIcon img{
	width: 50%;
}
.achievement-box{
	margin-top: 10px;
}
.achievement-box p {
    display: block;
    height: 50px;
    /*font-weight: bold;*/
    /*color: #fff;*/
}
/*Feature box*/
.cards{

	padding: 19px 0px;
    height: 363px;
}
.feature-box img{
	width: 60%;
	height: 160px;
}
.features-content{
	height: 155px;
}
#classroom{
	background-color: #fbfcff;
}

#classroom h5{
	color: #384158;
}

/*achievement-box*/
#achievement-sec img{
	margin-top: 30px;
    height: 35px;
}
.achievement-box span{
	font-weight: bold;
	font-size: 35px;
	color: #127c22;
}
/*last section*/
#lastSec{
	position: relative;
}
#lastSec img{
	width: 100%;
	height: 400px;
}
#lastSec .overlay{
	color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 400px;
    padding-top: 167px;
    background-color: rgba(0,0,0,0.3);
}


/*Testimonial here*/

#testimonial {
    background: #8caf96;
}
#testimonial-slides .testimonial-content{
	width: 80%;
	padding: 10px 43px;
	text-align: justify;
	margin-left: 111px;
	/*background-color: #fff;*/
}
.textimonial_box {
    background: #ffffff96;
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px grey;
    border: none;
    padding: 15px;
}
.carousel-control-prev {
    left: -60px;
}
.carousel-control-next {
    right: -60px;
}
.carousel-indicators{
	bottom:-30px;
}
#testimonial .carousel-indicators li{
	 background-color: #020031;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none !important;
}
.testi-img{
	width: 80px;
    height: 80px;
/*object-fit: cover;*/
    border-radius: 50%;
    /*margin-bottom: 30px;*/
}
#testimonial .carousel-indicators .active {
    background-color: #127c22;
}
#testimonial-slides .carousel-control-prev-icon {
    background-color: #127c22;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
#testimonial-slides .carousel-control-next-icon {
    background-color: #127c22;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    /* padding: 14px; */
}
.testimonial-content i{
	font-size: 15px;
	padding: 5px;
}
.maps iframe {
	display: block;
    height: 400px;
    width: 100%;
}
.course_thumb {
    max-height: 280px;
    overflow: hidden;
}
.course_thumb img{
    min-height: 280px;
}
/*#lastSec h2{
	font-size: 52px;
    font-weight: 600;
}*/

/*Courses Page*/
.cardContent h5{
    display: -webkit-box;
    color: #384158;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 45px;
}
.cardContent p {
   font-weight:bold;
   font-size: 15px;
   color: #ff6f00;
}
.select-cat{
	width:100%;
	background-color: #127c22;
	padding: 15px;
}
.input-group label{
	color:#fff;
	margin:0;
}    
.input-group select{
	padding: 4px;
} 
.input-group{
	align-items: inherit;
}
.cardContent ul{
	margin:0;
	padding:0;
}
.cardContent ul li{
	list-style:none;
}
.cardContent ul li a{
	text-decoration:none;
	color: #127c22;
}

/*Gallery*/
.homeGallery img{
	width: 100%;
}
.homeGallery img:hover{
	filter: brightness(90%);
}
.overlay-Gal a{
	text-decoration: none;
	color: #fff;
	font-size: 28px;
}
.moreGal{
	position: relative;
}
.moreGal img{
	width: 100%;
}
.overlay-Gal {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 15px;
    width: 255px;
    height: 170px;
    padding-top: 65px;
    background-color: rgba(0,0,0,0.3);
}


.topBtn{
	text-align: center;
	border-radius: 5px;
	/*background-color: #127c22;*/
	position: fixed;
	width: 3%;
	height: 6%;
	bottom: 35px;
	right: 45px;
	padding: 8px;
	text-decoration: none;
}
.footer-top img{
	height:166px;
}
footer h4{
	color: #384158;
}
footer ul{
	margin: 0;
}
footer ul li{
	list-style: none;
}
footer ul li i{
	font-size: 15px;
}
footer ul li a{
	text-decoration: none;
	color: #000;
}
.footer-top .social i{
	font-size: 22px;
}
.footer-bottom{
	color: #fff;
}
.footer-bottom p{
	margin: 0;
}
.footer-contact-details a{
	color: #384158;
}
.footer-contact-details a:hover{
	color: #127c22;
	transition: 1s;
}
.footer-contact-details ul{
	padding: 0;
}
/*login*/
.footer-btn a{
	    color: #384158;
}
.footer-btn a:hover{
	    color: #127c22;
	    transition: 1s;
}
#login form input{
	width: 100%;
}
.form-control{
	display: inline;
}
.login_box {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 5px 0 grey;
    border: none;
    border-radius: 3px;
}
.login_box h1{
	font-size: 25px;
	text-align: center;
}
/*login end*/

/*reg*/
.page-col {
    padding: 30px 15px;
    line-height: 2.0;
}
.mb10 {
    margin-bottom: 10px;
}
small{
	font-size: 85%;
}
.form-control {
    height: 44px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*reg end*/
/*About page*/
.aboutImg {
    max-height: 360px;
    overflow: hidden;
}
.aboutImg img{
    min-height: 360px;
}
.circle-title h3 {
    font-size: 18px;
}
.circle-box-style{
	padding: 30px 0px 0px;
}
.circle-box{
	margin: auto;
    height: 75px;
    width: 75px;
   /* margin-top: 80px; */
    padding: 15px 15px;
    border-radius: 50%;
    background-color: #127c22;
}
.aboutBox{
	width: 100%;
	height: auto;
	background-color: #fff;
	transition: 0.5s;
	border:none;
}
.aboutBox:hover{
	box-shadow: 0px 0px 10px 0px #b5aeae9e;
}
.aboutBox:hover .circle-box img{
	transition: 0.5s;
	transform: rotate(360deg);
}
.aboutBox p{
	display: block;
	padding: 8px;
	height: 200px;
	text-align: justify;
}

.circle-box i{
	color: #fff;
    font-size: 38px;
}
/*courses page*/
.course-pic img{
	width: 100%;
}

/*Contact Page*/
.contact-details ul li a{
	text-decoration: none;
	color: #127c22;
}
.contact-details ul li a:hover{
	color: #384158;
	transition: 1s;
}
.contactBg{
	width: 100%;
	height: 400px;
	background-image:url('../image/bg3.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	filter: brightness(90%);
	
}
.contactBg p{
	color: #fff;
	font-size: 18px;
}
.contactBg h2{
	color: #fff;
	font-size: 60px;
	padding-top: 100px;
}
#contact img{
	width: 22%;
    height: 74px;
}
#contact .contact-details{
	/*background-color: #eceef5;*/
	width: 100%;
	/*height: 200px;*/
	/*padding: 10px;*/
	border-radius: 5px;
}
.contact-details p {
    display: block;
    /*height: 100px;*/
}
#contact h5{
	font-weight: 600;
}
.loginThumb img{
	width: 80%;
    height: 361px;
}
/*Contact form*/
/*#contatti{
  background-color: #eceef5;
  }*/
#contatti a{
  color: #000;
  text-decoration: none;
}
#author a{
  color: #fff;
  text-decoration: none;
    
}
.contact-style{
	padding: 15px;
	background-color: #8caf96;
}
.contact-style form input, .contact-style form select, .contact-style form textarea {
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: #333;
    background: #fff;
    padding: 2px 20px;
    width: 100%;
    outline: none;
    height: 45px;
    margin-bottom: 10px;
}
.contact-style button.submit.btn-style {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border:none;
    outline: none;
    cursor: pointer;
    padding: 6px 15px 10px;
    border-radius: 2px;
    background: #127c22;
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
}
.contact-style form span{
	font-size: 13px;
}
.contact-style form textarea {
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: #333;
    background: #fff;
    height: 96px;
    padding: 17px 20px;
}
/*contact form ends*/

/*blog page*/

.myCard{
	/*box-shadow: 2px 4px 10px 1px #888888;*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	width: 100%;
	border-radius: 5px;
	/*background-color: lightblue;*/
	/*padding: 10px;*/
}
.myCard img{
	width: 100%;
	/* height: 245px; */
	border-radius: 5px;
}
.myCard p{
	/*border-top:1px solid #777;
	padding-top: 5px;*/
}
.myCard img:hover{
	opacity: 90%;
}
.cardContent{
	padding: 10px;
}
.myCard button{
	background-color: #aba9ce;
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
}
.myCard button:hover{
	background-color: #777;
	transition: all .5s ease-in-out 0s;
}
.title-wrap, .featured-posts .widget-title {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background: #127c22;
    display: block;
    margin: 0;
}
#post_home .index-post-wrap {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 0 30px;
    border: 2px solid #127c22;
    /*height: 540px;*/
}
#post_home .index-post-wrap marquee{
    /*height: 490px;*/
}
.index-post {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px dashed #ebebeb;
}
.blog-post {
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}
.index-post .post-image-link {
    float: left;
    width: 45px;
    height: 45px;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2px;
    margin: 0 10px 0 0;
}
.post-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.index-post .post-info {
    overflow: hidden;
}
.index-post .post-info .post-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
}
.index-post .post-info .post-title a {
    display: block;
    color: #111111;
}
.post-title .title-text {
    margin: 0 10px 0 0;
    transition: color .17s ease;
}
.post-title .post-date {
    font-size: 11px;
    color: #aaa;
}
.title-wrap > h3, .featured-posts .widget-title > h3 {
    float: left;
    height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    padding: 0 15px;
    margin: 0;
}
h3.heading {
    font-size: 1.5rem;
}
.blog-body ul{
	list-style: initial;
	padding-left: 18px;
}
.widget {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 30px;
}
.widget-title {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background:#127c22;
    display: block;
    margin: 0;
}
.widget-title > h3 {
    float: left;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0;
}
.widget-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin: 0;
    border: 2px solid #127c22;
}
.list-label li:first-child {
    padding: 0 0 8px;
    border-top: 0;
}
.list-label li {
    position: relative;
    display: block;
    padding: 8px 0;
    border-top: 1px dashed #ebebeb;
}
.list-label li a {
    display: block;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    transition: color .17s;
}
.list-label li a:before {
    content: "\f105";
    float: left;
    font-size: 12px;
    color: #111111;
    font-weight: 400;
    font-family: FontAwesome;
    margin: 1px 3px 0 0;
    transition: color .17s;
}
.list-label .label-count {
    position: relative;
    float: right;
    width: 16px;
    height: 16px;
    background-color: #ab183d;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
}
.author-contact .social > li > a {
    background-color: #127c22;
    color: #fff;
    height: 2.1875rem;
    width: 2.1875rem;
    font-size: 1.125rem;
    line-height: 2.25rem;
    display: inline-block;
    border-radius: 0.125rem;
    text-align: center;
}
.author-contact .social {
    list-style: none;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.more-photo a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 2px;
    background: #127c22;
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    transition: 0.5s;
    cursor: pointer;
    text-transform: uppercase;
}
.more-photo a:hover{
	background: #fff;
	text-decoration: none;
	border:none;
	color: #8caf96;
}
.contact-style button.submit.btn-style:hover {
    background: #fff;
    color: #8caf96;
    transition: 0.5s;
    border:none;
}
/*gallery*/
.photo-box {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #384158;
} 
.photo-box img{
    width: 100%;
    height: 230px;
} 
.photo-box img:hover{
    filter: brightness(90%);
}
.categoryBtn .nav-link{
	text-decoration:none;
	padding: 8px 19px;
    margin-right: 8px;
	color: #127c22;
	background-color: #fff;
	border: 1px solid #127c22;
}
.categoryBtn a:hover{
	transition: 1s;
	background-color: #127c22;
	color: #fff;
}

/*CourseDetail*/
.sidebar-style {
    background-color: #8caf96;
    padding: 22px 15px;
    color: #fff;
}
.sidebar-title h5{
	color: #fff;
	margin-bottom: 14px;
        font-weight: bold;

}
.courseFees{
	 font-weight: bold;
}
.category-list ul li span {
    color: #fff;
    font-size: 15px;
    float: right;
}
.studentImg img{
	width: 80%;
}
.category-list ul{
	margin:0;
	padding:0;
}
.category-list ul li{
	display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.courseListBtn{
	background-color: #127c22;
}
.courseListBtn a {
	font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #127c22;
    border: 1px solid #127c22;
}
.courseListBtn a:hover{
	transition: 1s;
	color: #384158;
}
.courseListBtn .nav-link.active {
    background: #fff;
    color: #127c22;
}
.tab-style{
	padding: 40px 20px;
	background-color: #f3f3f3;
}
.tab-style table {
    background: #fff;
}
.tab-style table th, td {
    padding: 7px;
}
.tab-style table thead {
    background: #127c22;
    color: #fff;
}
.tab-style table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
/*defaultPage*/
.bg-error{
	background-image: url('https://images.pexels.com/photos/317355/pexels-photo-317355.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
	width: 100%;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
}
.errorSec{
	position: relative;
}
.bg-error-overlay{
	color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 85px;
    padding-top: 145px;
    /*background-color: rgba(0,0,0,0.3);*/
}
.bg-error-overlay img{
	width: 35%;
}
.bg-error-overlay a{
	text-decoration:none;
	padding: 10px 18px;
	color: #127c22;
	background-color: #fff;
	border: 1px solid #127c22;
}
.bg-error-overlay a:hover{
	background-color: #127c22;
	transition:1s;
	color: #fff;
}
/*Blog*/
.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px;
}
.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    color: #1b1b1c;
    padding: 6px 0px;
    border-bottom: solid 2px #1b1b1c;
    margin-bottom: 30px;
}
.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
    margin-bottom: 15px !important;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;
    color: #127c22;
}
.blog_item {
    margin-bottom: 40px;
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
}
.blog_info .blog_meta li {
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 7px;
    background: #127c22;
    padding: 2px 10px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog_post img {
    width: 100%;
    height: 320px;
}
.blog_details {
    padding-top: 20px;
}
.blog_details p {
    margin-bottom: 26px;
}
.blog_post .primary_btn {
    text-decoration: none;
    padding: 8px 15px;
    color: #127c22;
    background-color: #fff;
    border: 2px solid #127c22;
    text-align: center;
    border-radius: 3px;
}
.blog_post .primary_btn:hover{
	background-color: #127c22;
	color: #fff;
	transition:1s;
}
.blog_post .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px;
}

/*Category Post*/

.blog-content-style{
	padding: 30px 40px;
	border: 2px solid #384158;
}
.blog_info .blog_meta li {
    position: absolute;
    left: 40px !important;
    z-index: 1;
    top: 55px;
    background: #127c22;
    padding: 2px 12px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*============= START POST DETAIL ================*/

.widget-section-title h3{
	font-size: 20px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}
.page-sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px;
}
.post-detail-cat ul{
	padding: 0;
}
.post-detail-cat ul li{
	list-style:none;
	padding: 10px 0px;
}
.post-detail-cat ul li a{
	list-inline:none;
	text-decoration:none;
	font-size: 17px;
    	font-weight: 500;
    	color: #127c22;
} 
.post-detail-cat ul li i{
	font-size: 12px; 
	margin-right: 10px;
}
.blog-area .page-content{
	box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
.blog-details-top {
    -webkit-box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
    box-shadow: 0 0px 12px 0.8px rgba(225, 225, 225, 0.3);
}
.blog-details-top .blog-details-content-wrap {
    padding: 34px 15px 50px;
}
.cs-editor-text {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    background-color: #f5f5f5;
    padding: 20px 25px;
    margin: 27px 0 24px;
}
.cs-heading-sec h3{
	color: #384158;
	font-size: 24px;
	padding: 10px 10px;
	font-weight: bold;
}
.cs-main-post figure img{
	width: 100%;
	height: 358px;
}
.cs-thumb-post ul{
	padding-left: 20px;
}
.cs-thumb-post ul li{
	list-style:none;
	font-size: 15px;
}
.cs-thumb-post ul li span{
	color: #384158;
	font-weight: bold;
}
.cs-thumb-post ul li i{
	color: #127c22;
	font-size: 11px;
}
.cs-thumb-post ul li a{
	text-decoration:none;
	color: #127c22;
}
.blog-social-media ul li i{
	font-size: 20px;
}


/*============= START POST DETAIL ================*/

/*Admission Page*/
.regBtn input{
	color: #fff;
    font-size: 14px;
    font-weight: 500;
    border:none;
    padding: 10px 20px;
    border-radius: 2px;
    background: #127c22;
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    cursor: pointer;
}
.regBtn input:hover{
	background-color: #fff;
	color: #127c22;
	transition: 0.5s;
}
span.help{
    font-size: 10px;
}
.row-heading h3{
	color: #384158;
}
.instruction-sidebar-box ol{
padding-left: 15px;
}
.instruction-sidebar{
	background: #f6f6f6;
}
.instruction-sidebar h3 {
    padding: 12px 25px;
    background: #127c22;
    color: #fff;
}
.instruction-sidebar ul{
    margin:0;
}
.instruction-sidebar ul li{
   	list-style: decimal;
	font-size: 15px;
}    
.instruction-sidebar-box{
	padding: 25px 17px;
}
.register-form{
    background: #f6f6f6;
    box-shadow: 0px 0px 10px 0px #b5aeae9e;
    padding: 20px;
}
.course-section-bg {
    background: #00000008;
    padding: 12px 22px 7px 22px;
    margin-bottom: 25px;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-errormsg strong{
	color: #ff0000;
}
.danger{
	color: #ff0000;
}
.table-bordered {
    background-color: #f6f6f6;
}

/*Downloads Page*/
.download-style{
	background-color: #127c22;
}
.download-style select {
    border: 1px solid;
    background: #fff;
    color: #384158;
    font-weight: 400;
    height: 35px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 7px;
    margin-top: 10px;
    font-size: 13px;
}
.download-btn a{
	color: #384158;
}
.download-btn a:hover{
	color: #127c22;
	transition:1s;
}
.contact-errormsg{
	color: red;
}
.contact-successmsg{
	color: green;
}
.signup_box{
    background: #8caf96;
    color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px #d7dbf4;
}
.section-title {
    margin-bottom: 30px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
   /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #127c22;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
    text-decoration: none;
}
#accordion .panel-title a.collapsed{ background: #ababab;}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #ababab;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 22px;
    right: 0;
}
#accordion .panel-title a.collapsed:after{
    width: 19px;
    background: #ababab;
}
#accordion .panel-body{
    border-left: 3px solid #127c22;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
    padding: 10px;
}
#accordion .panel-body:before{
    content: "";
    height: 3px;
    width: 50%;
    background: #127c22;
    position: absolute;
    bottom: 0;
    left: 0;
}
#accordion .panel-body p{
  padding: 10px;
}
#accordion .panel-body ul{
	list-style: initial;
	padding-left: 30px;
}
.gallary_blocks {
    max-height: 170px;
    overflow: hidden;
}
.gallary_blocks img {
    min-height: 170px;
}
.footer-menu ul{
	float: right;
	display: flex;
	list-style: none;
}
.footer-menu ul li {
    padding: 0 15px;
}
.footer-menu ul li:last-child {
    padding: 0px 0px 0 15px;
}
#policy ul, #terms ul{
	padding-left: 20px;
}