@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


/*************************
*******Typography******
**************************/

body {
  background: #f5f5f5;
  color:#333;
  font-size: 14px;
  font-weight:400;
  line-height: 22px;
}
h1{
  font-family: 'Open Sans', sans-serif;
  font-size:30px;
  color:#09a40a;
  margin-bottom:30px;
  font-weight:600;
  text-align:center;
  text-transform:uppercase;
}

h2{
   font-size: 20px;
   font-weight: 600;
   color: #222;
   margin-bottom:20px;
}

h3{
  font-size: 18px;
  color: #333;
  font-weight:600;
  line-height: 20px;
  margin-bottom:12px;
}

h4{
  font-size: 14px;
  color: #333;
  font-weight:500;
  line-height: 24px;
  margin-bottom:8px;
}


ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	 
}

li {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
}

a{
	color:#15911d;
  -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
  text-decoration: none;
}
a:hover{
  color:#000;
  text-decoration: none;
}



.logo img:hover, .logo img:focus{outline:0;}
.get_in_touch{display: table-cell;}
.socialbg {
    background: #f2c500;
    width: 28px;
    height: 28px;
    border-radius:3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px!important;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
	margin: 0 2px;
}
.socialbg:hover {
    background: #15911d; color: #fff;
}

button:focus{outline:0;}
.colmar{margin-bottom:35px;}

p {
  padding: 0px;
  font-size: 14px;
}

/*----======== footer ======---*/


.copyright{
	background:#4b4b4b;
	padding: 16px 0;
	color:#ababab;
	font-size:12px;
	text-align:center;
}
.copyright .container{padding:0 0 20px 0;}
.copyright span{padding:12px 0 0 0;display: table;}


label { color: #444;}
.nopad{padding:0;}

.spacer{height:40px;}
.br{height:20px;}
.br_sm{height:10px;}
.br_md{height:28px;}
.br_big{height:40px;}
.padd_right_0{padding-right:0;}
.tbl_cell{display: table-cell;}
.blk_heading{font-size:16px;color:#333;font-weight:500;}
.mid{margin:30px 0;}
.mid_inner{margin:30px 0;}
.nopad{padding:0;}
.form-group {margin-bottom: 1rem;font-weight:500;font-size: 13px; color: #333;}
.form-group label span{font-size:22px!important; font-weight:400;color: #ff0000;}
label {margin-bottom: .2rem;font-weight: 400;font-size:14px!important;}

.txt_sm{font-size: 12px;}
.bold{font-weight:500;}

.tick li{
	background:url(../images/tick.png) 0 5px no-repeat;
	padding-left:20px;
	margin:0 0 10px 0;	

}
.section{margin:40px 0;display:table;width:100%;}
.btn_green{
	padding:12px 25px!important;	
	margin:0; 
	background: #09a40a; 
	font-size: 13px;
	font-weight:600;
	color:#fff;	
	text-align:center;
	display:inline-block;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    text-transform:uppercase;
	border-radius:5px;
	border:1px solid #fff;
}

.btn_green:hover, .btn_green:focus {
	background:#91de04; 
	color:#fff!important;	
	border:1px solid #fff;
	outline:0;
}

.btn:focus {outline: 0;box-shadow:none;}
.faicon .btn {padding: 0;}
.top {
    background: #fff;
	padding: 0 0 6px 0;
	border-top:3px solid #15911d;
	margin-bottom: 25px;
}
.dropdown-menu { border: 1px solid #15911d;}

.dropdown-item {
    color: #000;border-bottom: 1px solid #d9fd96; padding: .5rem .7rem;font-size: 14px;
}
.dropdown-item a{
    color: #000;
}
.dropdown-submenu>a:after {
    border-left-color: #15911d!important;
}
.dropdown-item:focus, .dropdown-item:hover {
     color: #fff;
    background-color: #15911d;
}

.dropdown-item:focus a, .dropdown-item:hover a{
     color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.bar{
	border-bottom:1px solid #ccc;
	padding:10px;
	margin-bottom:30px;
}
.search_btn{background:#15911d;border:0;outline:0;padding:8px 15px;color:#fff;border-radius:0 6px 6px 0;}
.drop_toggle_bg{background:#fff;color: #000;border:0;outline:0;padding:8px 10px;border-radius:6px;}
.drop_toggle_bg:focus{border:0;outline:0;}

.course_name{
	font-size:17px;
	color:#000;
	font-weight:600;
	margin:5px 0 3px 0;
	line-height:20px;
	height: 45px;
}
.course_des{font-size:14px;line-height:20px;}
.course_des_time{
	font-size:14px;
	color:#666;
	margin:0 0 5px 0;
}
.course_price{
	font-size:17px;
	color:#000;
	font-weight:600;
	margin:5px 0;
}

.course_price span{
	color:#888;
	font-weight:400;
	margin:0 0 0 10px;
	text-decoration:line-through;
}
.colmar{margin-bottom:20px;}
.br{width:100%;height:15px;}

.btn_green{
	padding:12px 25px!important;	
	margin:0; 
	background: #15911d; 
	font-size: 16px;
	font-weight:600;
	color:#fff;	
	text-align:center;
	display:inline-block;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    text-transform:uppercase;
	border-radius:5px;
	border:0;
}

.btn_green:hover, .btn_green:focus {
	background:#f2c500; 
	color:#fff!important;	
	border:0;
	outline:0;
	text-decoration: none;
}

.course_txt_sm{font-size:14px;color:#555;height: 60px;}
.white_box{background:#fff;box-shadow:0 0 15px #ddd;padding:15px; margin:0 0 30px 0;height: 340px;border-radius: 8px;}
.white_box2{background:#fff;box-shadow:0 0 15px #ddd;padding:25px; margin:0 0 30px 0;border-radius: 8px; text-align:left;border-top:3px solid #f2c500;}

.inner_banner2 .white_box2{margin-top:60px;}
.searchbg{background:#fff;padding:15px;margin-bottom:36px; border-radius: 8px;box-shadow: 0 0 15px #ddd;border-bottom: 2px solid #fff;}
.form-control { height: 46px;}
.box_panel{margin-bottom:20px;}
.topnav{    display: table-cell;}
.topnav li{margin:0 25px 0 0;float:left;}
.topnav li a{text-decoration: none;}
.topnav li a:hover{color:#f2c500;}
.top_right{margin-top:28px;}
.tab-pane{font-size:13px;}
.reviewer i{
	font-size:70px;
	color:#15911d;
}
.rating{margin:0 0 15px 0;}
.rating i{color:#f2c500;}
.rating_section{border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #15911d;
    border-color: #15911d #15911d #fff;
    font-size: 14px;
    font-weight: 500;
}
.nav-tabs .nav-link {font-size: 14px;color: #000; background: #ddd;margin:0 5px 0 0;text-decoration: none;}
.nav-tabs {border-bottom: 0px solid #dee2e6;}
.tab-content{background: #fff;border:1px solid #15911d;padding:18px;position: relative;margin-bottom:20px;}
.tab-content li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none;
}
.tab-content li a{color:#333;}
.tab-content li a:hover{color:#112876;}
.tab-pane ul li i{color:#15911d;}


.whitebox3{
	background:#fff;
	border-radius:10px;
	padding:20px;
	box-shadow:0 0 10px #2a57b2;
	border-top:4px solid #f2c500;
}
.fixedbox {
    position: sticky;
    top:30px;
    z-index: 4;
    transition: .3s ease-in-out;
    font-size: 14px;
}

.fixedbox .whitebox3 {
    margin-top:-200px;
}



.course_charge{font-size: 25px;color: #000;margin-bottom:14px;}
.course_charge span{font-size: 16px;color: #888;padding-left:5px;}
.course_charge span.st{text-decoration: line-through;}
.whitebox3 ul li{margin-bottom:14px;}
.whitebox3 ul li i{color:#f2c500; width:20px;}


.head1{
	font-size:18px;
	color:#000;
	font-weight:600;
	margin:0 0 12px 0;
	line-height:20px;
}
.innder_banner{
	background-image: linear-gradient(#11254d, #113784);
	padding:50px 0;
	margin-bottom:20px;
}

.innder_banner h1{
	font-size:30px;
	color:#fff;
	font-weight:600;
	margin:0 0 12px 0;
	text-transform: capitalize;
	text-align:left;
}


.innder_banner p{
	font-size:20px;
	color:#fff;
	font-weight:400;
	margin:0 0 12px 0;
	text-transform: capitalize;
}

.innder_banner .txt_sm{color:#fff;}
.innder_banner i{color:#f2c500;}
.border_box{background:#fff;border:1px solid #ccc; border-radius:8px;padding:15px;margin-bottom:25px;}
.btn_white{border:1px solid #666; border-radius:6px;padding:5px 12px;}
span.btn_white{margin:0 0 0 5px;}
.inner_banner2{
	background:#ddd;
	padding-top:40px;
	margin-bottom:30px;
}
.white_box2 h1{
	font-size:40px;color:#000!important;font-weight:600;text-align:left!important;text-transform: capitalize;
}
.heading{font-size:30px;color:#15911d;font-weight:700;text-align:left;margin-bottom:25px;}
.sub_heading{font-size:20px;color:#000;font-weight:600;text-align:left;}

.carousel-wrap {
  margin:30px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-carousel2 .owl-nav{margin-top:-200px;    float: left;}
.owl-nav{margin-top:-100px;    float: left;}

.owl-carousel .owl-nav button.owl-prev {
    outline: none;
	margin-left: -35px;
}

.owl-carousel .owl-nav button.owl-next{
    right: 0;
    position: absolute;
	margin-right: -35px;
	 outline: none;
}

@media (max-width:640px) {
.carousel-wrap {
  margin: 20px auto;
  padding: 0 5%;
  width: 90%;
  position: relative;
}
.owl-nav{margin-top:-165px;}


}

.owl-carousel .item{background:#fff;border:1px solid #ddd;padding:10px;}
.section_area{margin-bottom:70px;}

.owl-carousel2 .item {
    height: 300px;
}
.whitebg{background:#fff;padding:30px 0;}
.rec_box{background:#fff;padding:10px;border-radius:4px;border:1px solid #ddd;font-size:14px;color:#000;font-weight:600;text-align:center;}
.rec_box:hover{background:#15911d;color:#fff;}
a .rec_box{text-decoration: none!important;}

.blackbg{
	background:#000;padding:25px;
	font-size:18px;color:#fff;margin-bottom:20px;
}
.blackbg span{color:#777;padding-left:10px;}


.btn_yellow{
	padding:12px 25px!important;	
	margin:0; 
	background:#000; 
	font-size: 16px;
	font-weight:600;
	color:#fff;	
	text-align:center;
	display:inline-block;
	-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;
    text-transform:uppercase;
	border-radius:5px;
	border:1px solid #f2c500;
}

.btn_yellow:hover, .btn_yellow:focus {
	background:#f2c500; 
	color:#fff!important;	
	border:1px solid #f2c500;
	outline:0;
	text-decoration: none;
}


.black .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    background: #000;
    padding: 25px 25px 0 25px;
}

.card{padding:10px;}
.gbg
{
	background:#f3f3f3;
	padding:20px;
	margin-bottom:28px;
}
.bluebg
{
	background:#11254d;
	padding:20px;
	margin-bottom:28px;
}

.bluebg label {
    color: #fff;
}

.bluebg .form-group {
    margin-bottom: 0;
}

.head2{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin-bottom:12px;
}

.white_box_dot{
	background:#fff;
	padding:25px; 
	margin:0 0 30px 0;
	border-radius: 8px; 
	text-align:left;
	border:1px dashed #f2c500;
}

.tblcell{display:table-cell;padding-right:20px;}

.accordion .card-header:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  font-size:20px;
  margin-top: -25px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
      content: "\f106";
}
.accordion li span{float:right;}
.accordion li i{color:#f2c500; padding-right:5px;}
.ul2 li{margin-bottom:12px;}


.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.card-header .btn {
    font-size: 18px;
    font-weight: 600;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.st{text-decoration: line-through;padding-left:6px;color:#777;}
.section_border{margin-bottom:25px; border-bottom:1px solid #ddd;padding: 0 0 20px 0;}
.fabig{font-size:30px;}
.txt2{font-size:18px;font-weight:700;margin-bottom: 5px;}
.yellow, .fa-star{color:#f2c500;}
.yellow:hover{color:#15911d;}
.blkbg .row{background:#000; padding:15px;color:#fff;}
.blkbg .row:nth-child(even){background:#111;}
.blkbg .row:hover{background:#222;}
.equalheight_div {flex-wrap: wrap;}
.equalheight_div .equalheight {height: 100%;}
.equalheight_div .col-md-6{margin-bottom:25px;}
.white_box.equalheight{margin:0;}
.ncircle{
	background:#15911d;
	border-radius:50%;
	color:#fff;
	font-size:12px;
	text-align:center;
	padding:4px;
}

.add_rating {
  display: inherit;
  position: relative;
  height: 50px;
  line-height: 45px;
  border:1px solid #ddd;
  border-radius:4px;
}

.add_rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.add_rating label:last-child {
  position: static;
}

.add_rating label:nth-child(1) {
  z-index: 5;
}

.add_rating label:nth-child(2) {
  z-index: 4;
}

.add_rating label:nth-child(3) {
  z-index: 3;
}

.add_rating label:nth-child(4) {
  z-index: 2;
}

.add_rating label:nth-child(5) {
  z-index: 1;
}

.add_rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.add_rating label .icon {
  float: left;
  color: transparent;
}

.add_rating label:last-child .icon {
  color: #ccc;
}

.add_rating:not(:hover) label input:checked ~ .icon,
.add_rating:hover label:hover input ~ .icon {
  color: #f2c500;
}

.add_rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ccc;
  text-shadow: 0 0 5px #f2c500;
}

.add_rating .fa-star {
    color: unset;
}

.edit_account .bluebg .form-group { margin-bottom: 1rem;}
.add_to_fab{margin-top: 10px;}
.add_to_fab i {
    background: #f2c500;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

.add_to_fab i:hover {background:#15911d;}
ul.section{float: left; width: 100%;border:1px solid #bce8f1;border-radius: 3px;padding: 0;}
ul.section li{padding:0;margin:0 0 8px 0;list-style-type: none;}
ul.section li.lihead span{background:#d9edf7;font-weight:600;}
ul.section li span{float:left;padding:10px;border-top:1px solid #bce8f1;font-size:16px;}
ul.section li .span1{width:72%;text-align:left;}
ul.section li .span2{width:8%;text-align:center;}
ul.section li .span3{width:8%;text-align:center;}
ul.section li .span4{width:12%;text-align:center;}
ul.section li ul{font-size:14px;}
ul.section li ul li i{color:#cc7fe8;margin-bottom:10px;}
.border_right{border-right:1px solid #ccc;min-height:400px;}
.usrname{font-size:20px;color:#000;font-weight:600;margin-bottom:20px;}
.edit_account li a{color:#000;}  
.edit_account li{padding:5px;}  
.edit_account li:hover{background:#ccc;}  
.edit_account li:hover a{color:#fff;}  
.formpadd{padding:0 100px;}
















