/*
 Theme Name:   Kingster Child
 Theme URI:    http://demo.goodlayers.com/kingster
 Description:  Goodlayers Kingster Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     kingster
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  kingster-child

 START YOUR CHILD THEME CSS HERE
*/
.wpcf7-form-control-wrap .wpcf7-form-indicator{
	right: 40px;
}
.kingster-navigation {
	 padding-top: 5px; 
}
.kingster-header-style-plain.kingster-style-splitted-menu .kingster-navigation .sf-menu > li > a {
	padding-top: 15px;
}
@-webkit-keyframes marquee {
  to {
    transform: translate(var(--marquee-x, -100%), var(--marquee-y, 0));
  }
}
@keyframes marquee {
  to {
    transform: translate(var(--marquee-x, -100%), var(--marquee-y, 0));
  }
}
.marquee {
  overflow: hidden;
}
.kingster-page-title-wrap.kingster-style-medium .kingster-page-title-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.marquee-content {
  -webkit-animation: marquee var(--marquee-duration, 20s) infinite linear;
          animation: marquee var(--marquee-duration, 20s) infinite linear;
  position: relative;
  padding-left: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.marquee-content:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}


.color-green{color:green !important;}
.color-red{color:red !important;}



/*.sf-mega-section-wrap .sf-mega-section{background:#000;border-color:#fff;} */
.kingster-navigation .sf-menu > .kingster-mega-menu .sf-mega-section-inner .sub-menu a {
	font-size: 12px;
	padding: 5px 0px;
}
#scroll, .scroll {
	max-height: 400px;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.gdlr-core-pagination{float:left;}
.kingster-animate-fixed-navigation.kingster-header-style-plain .kingster-logo, .kingster-animate-fixed-navigation.kingster-header-style-boxed .kingster-logo {
	padding-bottom: 0px;
	padding-top: 0px;
}
.kingster-page-preload {	display: none;}
.courimg img {
	max-height: 220px;
	border: 4px solid #8e080f;
}