/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;	
	display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2.5em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	  width:100%;
  max-width:100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


.gallery-title{
    font-size: 36px;
    color: #3F6184;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #3F6184;
	padding:5px 10px;
    text-align: center;
    color: #3F6184;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#3F6184;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

/*	end gallery */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {	
	background: #fbfafa; /* Fallback for when there is no custom background color defined. */
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #252525;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.2px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
    font-style:oblique;
	border: 0;
}
blockquote:before {
	/*content: "\f10d";*/
	font-family: FontAwesome;
	font-size: 70px;
	color: #dddddd;
	margin-bottom: 30px;
	display: block;
	text-align: center;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 15px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #262626;
	border-radius: 2px;
	background: #262626;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #1EA69A;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #262626;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #262626;
	border: 1px solid #dddddd;
	border-radius: 0;
	padding: 10px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
textarea.form-control:focus{
	border-color: #1EA69A;
    box-shadow: 0 0px 0px #1EA69A inset, 0 0 0px #1EA69A;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.gallery-title{
    font-size: 36px;
    color: #3F6184;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #3F6184;
	padding:5px 10px;
    text-align: center;
    color: #3F6184;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#3F6184;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #7a7a7a;
}

a:visited {
	color: #262626;
}

a:hover,
a:focus,
a:active {
	color: #ffbf00;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
.modal{
	z-index: 999999;
}
/*--------------------------------------------------------------
## Common CSS code
--------------------------------------------------------------*/
#more {display: none;}
#mores {display: none;}

/* text selector */
::-moz-selection {
    background: #1EA69A;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #1EA69A;
    color: #ffffff;
    text-shadow: none;
}
/* Default padding and margin */
.no-padding{
	padding: 0;
}
.margin-top-large{
	margin-top: 80px;
}
.margin-top-middle{
	margin-top: 40px;
}
.margin-top-small{
	margin-top: 20px;
}

.margin-bottom-middle{
	margin-top: 40px;
}
.padding-top-large{
	padding-top: 70px;
}

.padding-top-middle{
	padding-top: 35px;
}

.margin-bottom-large{
	margin-bottom:40px;
}
.margin-bottom-middle{
	margin-bottom: 40px;
}
.padding-bottom-large{
	padding-bottom: 70px;
}
.padding-bottom-middle{
	padding-bottom: 35px;
}
.padding-top-small{
	padding-top: 20px;
}

/*--------------------------------------------------------------
## kuweb button style
--------------------------------------------------------------*/
/* Round button */
.kuweb-btn-round-full {
	background: #ffffff;
	color: #262626;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 0;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.kuweb-btn-round-full:hover{
	border: 0px solid #eee;
	-webkit-box-shadow: 0px 0px 115px -8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 115px -8px rgba(0,0,0,1);
	box-shadow: 0px 0px 115px -8px rgba(0,0,0,1);
}
/* large button style */
.kuweb-btn-larg,
a.kuweb-btn-larg {
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
	text-align: center;
	font-weight: 700;
    padding: 13px 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.kuweb-btn-larg i,
a.kuweb-btn-larg i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.kuweb-btn-larg:hover,
a.kuweb-btn-larg:hover {
	text-decoration: none;
	color: #262626;
}
.kuweb-btn-larg:before,
a.kuweb-btn-larg:before {
	background: #1EA69A;
	color: #262626;
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.kuweb-contact-form .kuweb-btn-larg{
    background: #1EA69A;
    color: #f1f1f1;
}
.kuweb-contact-form .kuweb-btn-larg:before{
    background: #262626;
}
.kindergarten-1x .kuweb-subscription-1x .kuweb-btn-larg{
    background: #EA7066;
    color: #f1f1f1;
}
.kindergarten-1x .kuweb-countdown-timer-1x a.kuweb-btn-larg:before{
	background: #b5d56a;
}
.kuweb-btn-larg:hover:before,
a.kuweb-btn-larg:hover:before {
	height: 100%;
	color: #262626;
}
.events-1x .kuweb-btn-larg,
.university-1x a.kuweb-btn-larg{
	background: #1EA69A ;
    color: #f1f1f1;
}
.events-1x  a.kuweb-btn-larg:hover:before,
.university-1x a.kuweb-btn-larg:hover:before,
.university-1x a.kuweb-btn-larg:hover {
	background: #0e504b ;
    color: #f1f1f1;
}

/* large border radius button style */
.kuweb-btn-larg-round,
a.kuweb-btn-larg-round {
	background: #262626 ;
    border-radius: 2px;
    color: #eeeeee;
    display: inline-block;
    font-size: 13px;
	font-weight: 700;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.kuweb-body a.kuweb-btn-larg-round ,
.kindergarten-1x a.kuweb-btn-larg-round {
	background: #EA7066;
}

.kuweb-btn-larg-round i,
a.kuweb-btn-larg-round i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.kindergarten-1x .kuweb-btn-larg-round:hover,
a.kuweb-btn-larg-round:hover {
	color: #EA7066;
}
.kuweb-btn-larg-round:hover,
a.kuweb-btn-larg-round:hover {
	text-decoration: none;
	color: #262626;
}
.kuweb-btn-larg-round:before,
a.kuweb-btn-larg-round:before {
	background: #1EA69A;
	color: #262626;
	content: "";
	width: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	height: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.kuweb-body a.kuweb-btn-larg-round:before,
.kindergarten-1x a.kuweb-btn-larg-round:before {
	background: #fff;
}
.university-2x a.kuweb-btn-larg-round ,
.university-1x a.kuweb-btn-larg-round {
    color: #f1f1f1;
    font-weight: 500;
    background: #1EA69A;
}
.university-2x a.kuweb-btn-larg-round:hover,
.university-1x a.kuweb-btn-larg-round:hover {
   color: #262626 !important;
}
.university-2x a.kuweb-btn-larg-round::before ,
.university-1x a.kuweb-btn-larg-round::before {
    background: #f1f1f1;
	
}



.kuweb-btn-larg-round:hover:before,
a.kuweb-btn-larg-round:hover:before {
	width: 100%;
	color: #262626;
	border-radius: 2px;
}

.kuweb-btn-middle,
.kuweb-btn-middle{
	background:#feea0e;	
	border: 1px solid #1EA69A;
	border-radius: 1px;
	padding: 10px 30px;	
	text-transform: uppercase;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .5px;
	opacity: 1;
}
.kuweb-btn-middle:hover{
 opacity: .5;
}

/* Common title */
.common-divider{
	padding: 30px 0;
}
.kuweb-sub-title{
    font-size: 16px;
    font-weight: 400;
    color: #262626;
	line-height: 25px;
}
.kuweb-main-title{
	position: relative;
    font-size: 30px;    
    font-weight: 700;
    color: #262626;
	margin-bottom: 40px;
	padding-left:10px;
}
.kuweb-main-title:before { 
	content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70px;
	margin-left:10px;
    border-bottom: 3px solid #ffbf00;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.kuweb-pricing-table-1x:hover .kuweb-main-title:before,
.kuweb-related-course-1x:hover .kuweb-main-title:before,
.kuweb-shop-1x:hover .kuweb-main-title:before,
.kuweb-blog-1x:hover .kuweb-main-title:before,
.kuweb-portfolio:hover .kuweb-main-title:before,
.kuweb-events-1x:hover .kuweb-main-title:before,
.kuweb-countdown-timer-1x:hover .kuweb-main-title:before,
.kuweb-course-1x:hover .kuweb-main-title:before{
	width: 70px;
	border-bottom: 3px solid #1EA69A;
    transform: scaleX(1);
}
.kuweb-pricing-table-1x:hover .kuweb-main-title:before {
    left: 45%;
	width: 10%;
}
/***************************************************************
				Start main style
***************************************************************/

.kuweb-header{
    clear: both;
    position: relative;
}


/*--------------------------------------------------------------
## Bootstrap Menus
--------------------------------------------------------------*/
.kuweb-nav{
	position: absolute;
	width:100%;
	z-index: 99;
	background: transparent;
	margin-bottom: 0;
	margin-top: 20px;
	border: 1px solid transparent;
	border-radius: 0;
	
	padding: 10px 0px 15px 0px;
	-moz-transition: all 0.2s ease;
    -o-transition: all  0.2s ease;
    -webkit-transition: all  0.2s ease;
    transition: all  0s ease;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.46);
    box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
.kuweb-brand > img{
	margin-top: -17.7px;
	max-width: 170px;
}
.kuweb-nav .navbar-right{
	/*margin-right: 45px;*/
}
.kuweb-nav .navbar-nav>li>a,
.kuweb-nav .navbar-brand{
	color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.kuweb-nav > .container .navbar-brand{
	font-size: 20px;
	font-weight: 900;
	
	/*margin-left: -32px;*/
	margin-top: -5px;
}

.kuweb-nav .navbar-nav > li > a:focus,
.kuweb-nav .navbar-nav > li > a:hover,
.kuweb-nav .navbar-nav > li > a:visited,
.kuweb-navt .navbar-nav > .open > a,
.kuweb-nav .navbar-nav > .open > a:focus,
.kuweb-nav .navbar-nav > .open > a:hover,
.kuweb-nav .navbar-nav>.active>a,
.kuweb-nav .navbar-nav>.active>a:focus,
.kuweb-nav .navbar-nav>.active>a:hover{
	color: #f1f1f1;
    background-color: transparent;
    border: 0;
}
.kuweb-nav .dropdown-menu{
	box-shadow: none;
	border: 1px solid #ffffff;
	min-width: 220px;
	max-height: 90vh;
	overflow: auto;
	padding: 10px 5px;
}

.kuweb-nav .dropdown-menu>li>a, 
.dropdown-menu>li>a{
	-moz-transition: all .3s ease;
    -o-transition: all  .3s ease;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
    color: #333;
	font-weight: 400;
    padding: 7px 20px;
	
}
.kuweb-nav .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
	background-color: transparent;
	color: #1EA69A;
	padding-left: 25px;
	
}
.kuweb-nav .dropdown-menu>li>a:hover:before,
.dropdown-menu>li>a:hover:before{
	content: "\2192";
	color: #262626;
	padding-right: 5px;
}
.kuweb-nav  li.dropdown  i{
	color: #fff;
	margin-left: 3px;
}
.is-sticky .kuweb-nav  li.dropdown  i,
.kindergarten-1x .kuweb-nav  li.dropdown  i,
.kuweb-body .kuweb-nav  li.dropdown  i{
	color: #262626;
}

.is-sticky .kuweb-nav .navbar-nav > li > a:focus,
.is-sticky .kuweb-nav .navbar-nav > li > a:hover,
.is-sticky .kuweb-nav .navbar-nav > .open > a:focus{
	color: #262626 !important;
}
.is-sticky .intmenu{
	border-radius: 0px;
    text-align: center;
    border: 0px;
}

.intmenu{
    margin: 0px;
    width: 100%;
    list-style-type: none;
    border-radius: 35px;
    padding: 0px 15px 0px 15px;
    text-align: center;
	}
.intmenu li{
	padding: 0px 85px;
}
.intmenuli:after{
border-right:1px black; 
}
/* Nav Toggle */
.kuweb-nav .navbar-toggle{
	border-color: #262626;
	background-color: #8e192c;
	color: #f8d331;
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 15px;
}
.kuweb-nav .navbar-toggle:focus,
.kuweb-nav .navbar-toggle:hover{
	border-color: #262626;
	background-color: #8e192c;
	color: #f8d331;
}

/* Is sticky */
.is-sticky .kuweb-nav{
	background: #fff;
	z-index: 99;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}
.kuweb-body .is-sticky .kuweb-nav,
.kindergarten-1x .is-sticky .kuweb-nav{
	background: #fff;
	z-index: 99;
}
.is-sticky .kuweb-cart i, 
.is-sticky .kuweb-cart a>span, 
.is-sticky .kuweb-nav .navbar-nav>li>a, 
.is-sticky .kuweb-nav .navbar-brand{
	color: #262626;
	font-size: 14px;
}
.kuweb-nav .kuweb-dark,
.is-sticky .kuweb-nav .kuweb-light{
	display: none;
}
.is-sticky .kuweb-nav .kuweb-dark,
.kuweb-nav .kuweb-light{
	display: initial;
}
.modal-backdrop.in {
    z-index: 1 !important;
}
.is-sticky .modal .kuweb-subscription-title-1x  h3{
	color: #f1f1f1 !important;
}
/* Input form control */
.form-control{
	border-radius: 0;
	height: 40px;
	border: 1px solid #dddddd;
	margin: 10px 0;	
}

/* Top menu */
.top-menu{
	background: #8e192c;
    color: #f1f1f1;
    /*padding: 8px 0;*/
}
.top-menu-left{
	margin-right:auto;
	margin-left:auto;
}
.top-menu-left b {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.top-menu-left p{
	display: inline-block;
	margin: 0;
	font-weight: 500;
}
.top-menu-left i{
	margin-left: 10px;
    color: #f1f1f1;
    margin-right: 5px;
}
.top-menu-right{
	float: right;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	
}
.top-menu-right a{
	color: #f1f1f1;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.top-menu-right a:hover{
	color: #f1f1f1 !important;
}
/*--------------------------------------------------------------
## kuweb cart
--------------------------------------------------------------*/
.kuweb-cart {
    position: absolute;
    right: 8%;
    margin-top: 15px;
    clear: both;
    display: inline-flex;
}
.kuweb-cart i{
	padding-left: 15px;
	color: #f1f1f1;
}
.kuweb-cart a>span{
	margin-top: -12px;
	position: absolute;
	font-weight: 700;
	color: #f1f1f1;
}
.box{
  right: 15px;
  height: 40px;
}

.container-2{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  
}

.container-2 input#search {
 width: 30px;
 height: 40px;
 background: transparent;
 border: 0;
 font-size: 10pt;
 float: right;
 padding-left: 35px;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 color: #1EA69A;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 -webkit-transition: .55s ease;
 -moz-transition: .55s ease;
 -ms-transition: .55s ease;
 -o-transition: .55s ease;
 transition: .55s ease;
 margin-top: -8px;
 border-radius: 3px;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { 
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder { 
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
  margin-top: 1px;
  top: 50%;
  z-index: 1;
  color: #4f5b66;
  right: 10px;
}

.container-2 input#search:focus, 
.container-2 input#search:active{
  outline: none;
  width: 767px;
  border: 0;
  background:#ffffff;
}
 
.container-2:hover input#search{
  width: 767px;
  background:#ffffff;
}
 
.container-2:hover .icon i{
  color: #93a2ad;
}
/* Bootstrap core customization */
.form-control{
	border: 1px solid #eee;
    box-shadow: none;
}
.form-control:focus{
	border-color: #262626;
	box-shadow: none;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.kuweb-slide{
	/*margin-top: -72px;*/
}
.kuweb-inner{
	z-index: 0;
	text-align:center;
}
.kuweb-inner picture{
	text-align:center;
}

.kuweb-inner picture img{
	width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
}
.kuweb-inner img{
	width: 100%;
    /*height: 100vh;*/
    object-fit: cover;
}
.kuweb-caption{
	top: 35%;
	text-shadow: none;
	text-align: left;
}
.kuweb-caption h4{
    font-size: 20px;
}
.kindergarten-1x .kuweb-caption h4,
.kindergarten-1x .kuweb-caption h2{
	font-family: 'Dosis',sans-serif;
}
.kuweb-caption h2{
	
    font-size: 50px;
    font-weight: 700;
	line-height: 60px;
	padding-bottom: 15px;
	/* typewriter animation */
	overflow: visible; /* Ensures the content is not revealed until the animation */
	/*white-space: nowrap; /* Keeps the content on a single line */
	animation: typing 2s steps(30, end), blink-caret .5s step-end infinite;
}
/* The typing effect */
@keyframes typing {
	from { width: 0 }
	to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
	from, to { border-color: transparent }
	50% { border-color: #1EA69A }
}
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.kuweb-control{
	width: 7%;
}
.kuweb-control.right,
.kuweb-control.left{
	background-color: transparent;
	background-image: none;
}
.kuweb-control.right:hover,
.kuweb-control.left:hover{
	cursor:e-resize;
}


.online-course-2x .kuweb-controll-1x.right,
.online-course-2x .kuweb-controll-1x.left,
.online-course-1x .kuweb-controll-1x.right,
.online-course-1x .kuweb-controll-1x.left,
.online-course-2x .kuweb-course-controll-1x.right,
.online-course-2x .kuweb-course-controll-1x.left,
.online-course-1x .kuweb-course-controll-1x.right,
.online-course-1x .kuweb-course-controll-1x.left,
.single-course-1x .kuweb-course-controll-1x.right,
.single-course-1x .kuweb-course-controll-1x.left,
.university-2x .kuweb-controll-1x.right,
.university-2x .kuweb-controll-1x.left,
.university-1x .kuweb-controll-1x.right,
.university-1x .kuweb-controll-1x.left {
    background-image: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px;
    color: rgb(38, 38, 38);
    padding-top: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(38, 38, 38);
    border-image: initial;
    transition: 0.3s ease;
	right: 15px;
}

.online-course-2x .kuweb-shop-1x .carousel-control ,
.online-course-1x .kuweb-shop-1x .carousel-control ,
.online-course-2x .kuweb-related-course-1x .carousel-control ,
.online-course-1x .kuweb-related-course-1x .carousel-control ,
.single-course-1x .kuweb-related-course-1x .carousel-control ,
.university-2x .kuweb-shop-1x .carousel-control ,
.university-2x .university-course-1x .carousel-control,
.university-1x .kuweb-shop-1x .carousel-control ,
.university-1x .university-course-1x .carousel-control {
    top: 58px;
    margin-left: 92%;
}

.university-1x .kuweb-controll-1x {
}

.kuweb-overlay {
	/*height: 85vh;*/
    position: relative;
	background: #8e192c;
}
.kuweb-slider-image {
  /*opacity: 0.7;*/
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.kuweb-slider-middle { 
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 48%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.kuweb-overlay:hover .kuweb-slider-image {
  /*opacity: 0.7;*/
}
.kuweb-overlay .kuweb-slider-middle {
  /*opacity: 1;*/
}
.kuweb-slider-text {
  background-color: transparent;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}



/* Start Carousel fade animation */
.carousel-fade .carousel-inner .item {
  /*opacity: 0;*/
  transition-property: opacity;
}
/* .carousel-fade .carousel-inner .active {
  opacity: 1;
} */
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
/* .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
 opacity: 1;
} */
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
     /*opacity: 1;*/
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	-moz-animation-name: slideInLeft;
	-o-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes slideInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes slideInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	100% {
		-o-transform: translateX(0);
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	100% {
		transform: translateX(0);
	}
}

/* End Carousel fade animation */
/*--------------------------------------------------------------
##  Features
--------------------------------------------------------------*/
.kuweb-features {
    overflow: hidden;
	padding-top: 70px;
}

/* University feature */

.kuweb-single-features {
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
    padding: 30px 0px;
    margin: 30px 0px;
	transition: 0.3s all ease;
}

.kuweb-single-features-1x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/course1.jpg'),no-repeat;

	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/course1.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
	background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/course1.jpg'),no-repeat;

	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.kuweb-single-features-2x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/course2.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/course2.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/course2.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.kuweb-single-features-3x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/course5.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/course5.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/course5.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.kuweb-single-features-4x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/course4.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/course4.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/course4.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.kuweb-single-features-5x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/course5.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/course5.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/course5.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.kuweb-single-features-6x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/course6.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/course6.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/course6.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}


.kuweb-single-features-7x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/collaboration.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/collaboration.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/collaboration.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}


.kuweb-single-features-8x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/event.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/event.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/event.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}


.kuweb-single-features-9x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/university/placement.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/university/placement.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/university/placement.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}


.ku-std-features-1x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/students_section/std1.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/students_section/std1.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/students_section/std1.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.ku-std-features-2x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/students_section/std2.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/students_section/std2.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/students_section/std2.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.ku-std-features-3x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/students_section/std3.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/students_section/std3.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/students_section/std3.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.ku-std-features-4x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/students_section/std4.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/students_section/std4.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/students_section/std4.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.ku-std-features-5x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/students_section/std5.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/students_section/std5.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/students_section/std5.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.ku-std-features-6x{
	background: linear-gradient(rgba(33,138,67, 0.7),rgba(33,138,67, 0.7)),url('../images/students_section/std6.jpg'),no-repeat;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%),url('../images/students_section/std6.jpg');
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33,138,67, 0.7), rgba(33,138,67, 0.7)),url('../images/students_section/std6.jpg'),no-repeat;
	background-size:100%;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.kuweb-single-features .media-left {
    display: block;
    float: left;
    padding: 20px;
}

.kuweb-single-features .media-body {
    padding: 20px;
}

.kuweb-single-features h4 {
    font-size: 18px;
    font-weight: 600;
    color: #f1f1f1;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0px 0px 15px;
}
.kuweb-single-features a {
    color: #f1f1f1;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
## course
--------------------------------------------------------------*/
.kuweb-course-1x{
	padding-top: 70px;
}
.kuweb-single-course{
	margin: 30px 0;
}
.kuweb-course-overlay {
    position: relative;
	background: #000;
}
.kuweb-course-image {  
	opacity: 1;
	display: inline-block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.kuweb-course-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .kuweb-course-image,
.kuweb-course-overlay:hover .kuweb-course-image {
	opacity: 0.6;
}
.event-container-1x:hover .kuweb-course-middle,
.kuweb-course-overlay:hover .kuweb-course-middle {
	opacity: 1;
}
a.kuweb-course-text {
    background-color: #1EA69A;
    color: #f1f1f1;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    border-radius: 2px;
	transition: all 0.3s ease;
}
a.kuweb-course-text:hover{
    background-color: #0e504b;
}
.course-content{
	padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e7e7e7;
}
.course-content .media-left{
	display: block;
    float: left;
}
.course-content img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.course-content h4.media-heading{
	
    color: #262626;
    font-weight: 700;
    font-size: 11px !important;
    margin-top: 8px;
    margin-bottom: 0;
}
.course-content span{
    font-size: 11px !important;
}
.course-content h3 {
    color: #262626;
    font-size: 20px;
    margin: 22px 0;
    font-weight: 700;
    line-height: 30px;
}
.kuweb-single-course:hover h3{
	color: #1EA69A;
}
.course-footer {
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
.course-footer span{
	margin-right: 15px;
	margin-left: 3px;
}
.course-footer strong{
	float: right;
	color: #1EA69A;
}

/*--------------------------------------------------------------
## Count down timer
--------------------------------------------------------------*/
.kuweb-countdown-timer-1x{
	background: #000;
	width: 100%;
}
.countdown-overlay {
    position: relative;
}
.countdown-overlay-image {
	opacity: 1;
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
	transition: .5s ease;
	backface-visibility: hidden;
}
.countdown-overlay-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.countdown-overlay .countdown-overlay-image {
	opacity: 0.5;
}
.countdown-overlay .countdown-overlay-middle {
	opacity: 1;
}
.countdown-overlay-text {
	color: #f1f1f1;
	font-size: 16px;
	padding: 16px 32px;
}
.kuweb-countdown-timer-1x .kuweb-main-title{
	font-size: 70px;
}
.kuweb-countdown-timer-1x .kuweb-sub-title,
.kuweb-countdown-timer-1x .kuweb-main-title{
	color: #f1f1f1;
}
.kuweb-countdown-timer-1x .kuweb-main-title:before{
	border-bottom: 3px solid #f1f1f1;
	width:10%;
}
.kuweb-countdown-timer-1x:hover .kuweb-main-title:before{
	border-bottom: 3px solid #1EA69A;
}
.kuweb-countdown {
    text-align: center; 
    margin-top: 5%;
	margin-left: -30px;
    left: -10px;
	font-size: 50px;
	font-weight: 700;
}
.countdown-single{
	padding-right: 40px;
	padding-left: 30px;	
}
.countdown-single:last-child{
	border-right: 1px solid transparent;
	margin-right: 0;
}
.kuweb-countdown p{
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0;
}
.university-countdown-1x .kuweb-slider-image {
    opacity: 0.5;
}
.university-countdown-1x .kuweb-main-title {
    font-size: 45px !important;
    text-transform: uppercase;
}
.university-countdown-1x .kuweb-countdown {
    text-align: center;
    margin-top: 8%;
    left: -10px;
    font-size: 45px;
    font-weight: 700;
    display: block;
}
.university-countdown-1x .kuweb-countdown {
    text-align: center;
    margin-top: 8%;
    left: -10px;
    font-size: 45px !important;
    font-weight: 700;
    display: block;
}



/*--------------------------------------------------------------
## Subscription
--------------------------------------------------------------*/
.kuweb-subscription-1x{
	background: #ffffff;
	overflow: hidden;
	padding-bottom: 40px;
}
.kuweb-subscription-title-1x {
	/*background: #1EA69A;*/
	background: #8a172c;
	padding: 15px;
	text-align: center;
}
.kindergarten-1x .kuweb-subscription-title-1x {
	background: #EA7066;
	padding: 1px 0 20px 0;
}
.kindergarten-1x .kuweb-subscription-title-1x  h3{
	font-family: 'Dosis',sans-serif;
}
.kuweb-subscription-title-1x  h3{
	
	font-weight: 700;
	font-size: 40px;
}
.kuweb-subscription-form-1x{
	padding: 40px 20px;
}
/*--------------------------------------------------------------
## Modal Register Login
--------------------------------------------------------------*/
.modal .kuweb-subscription-title-1x{
	padding: 0 !important;
}
.modal .kuweb-subscription-title-1x  h3{
	font-weight: 700;
	font-size: 25px;
    padding: 25px;
    margin: 0;
}

.modal a.kuweb-btn-larg{
	margin-top: 10px;
	background: #1EA69A;
	padding: 13px 0px;
	color: #f1f1f1;
}
.modal .kuweb-btn-larg:before,
.modal a.kuweb-btn-larg:before{
	background: #262626;
}
.modal .kuweb-btn-larg:before:hover,
.modal a.kuweb-btn-larg:before:hover{
	color: #f1f1f1;
	background: #262626;
}
.modal .kuweb-subscription-form-1x p{
	clear: both;
	/*text-align: center;*/
	color: #7a7a7a;
	padding-top: 15px;
}
.online-course-2x .modal .kuweb-subscription-form-1x i,
.online-course-1x .modal .kuweb-subscription-form-1x i{
	font-size: 16px;
    color: #fff;
    font-weight: 400;
    border: 0 solid #1EA69A;
    border-radius: 0;
    padding: 0;
    margin-right: 5px;
}
.modal .kuweb-subscription-form-1x i{
	padding-right: 5px;
}
.modal .kuweb-subscription-form-1x h6{
	text-align: center;
	font-size: 10px;
	color: #7a7a7a;	
}
.online-course-2x .modal .kuweb-subscription-form-1x h6 a,
.online-course-2x .modal .kuweb-subscription-form-1x h6,
.online-course-1x .modal .kuweb-subscription-form-1x h6 a,
.online-course-1x .modal .kuweb-subscription-form-1x h6{
	text-align: center;
	font-size: 10px;
	color: #7a7a7a;	
}
.online-course-2x .modal .kuweb-subscription-form-1x .terms-condition a,
.online-course-1x .modal .kuweb-subscription-form-1x .terms-condition a{
	font-weight: 400;
	color: #1EA69A !important;
}
.modal .kuweb-subscription-form-1x .terms-condition a{
	color: #1EA69A !important;
}

.modal a.facebook-login{
	background: #4267b2 ;
	margin-bottom: 10px;
}
.modal a.facebook-login:before{
	background: #4267b2 !important;
}
.modal a.google-login{
	background: #db4437 ;
	margin-bottom: 15px;
}
.modal a.google-login:before{
	background: #db4437 !important;
}
/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.event-container-1x {
	overflow: hidden;
	clear: both;
	margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
	padding-top: 20px;
    border-bottom: 1px solid #e7e7e7;	
}
.event-container-1x:last-child {
    border-bottom: 0 solid #eeeeee;
}
.events-all-button{
	float: right;
	margin-top: 60px !important;
}
.event-container-1x :hover h4{
	color: #1EA69A; 
}
.kindergarten-1x .event-container-1x :hover h4{
	color: #ffbf00; 
}
.kuweb-events-1x{
	padding-top: 70px;
}
.single-events-1x b{
	font-size: 40px;
	color: #1EA69A;
	margin-right: 50px;
}
.university-1x .single-events-1x b{
	color: #1EA69A;
	line-height: 30px;	
}
.kindergarten-1x .single-events-1x i,
.kindergarten-1x .single-events-1x span,
.kindergarten-1x .single-events-1x b{
	color: #a1d626;
	line-height: 30px;
}
.single-events-1x span{
	font-size: 20px;
	color: #1EA69A;
}
.single-events-1x i{
	font-size: 15px;
	color: #1EA69A;
	padding-right: 5px;
}
.kindergarten-1x .single-events-1x i{
	color: #ffbf00;
}
.event-schedule{
	font-weight: 700;
}
.single-events-1x p{
	font-size: 15px;
	margin-top: 30px;
}
.kindergarten-1x .single-events-1x h4{
	font-family: 'Dosis',sans-serif;
}
.single-events-1x h4{	
    color: #262626;
    font-weight: 700;
    font-size: 25px;
	margin-bottom: 10px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.event-cost b{
	display: block;
	font-size: 15px;
	color: #262626;
	margin-top: 40px;
}
.event-cost span{
	color: #1EA69A;
	font-size: 15px;
	font-weight: 700;
}
.eventnews{
    height:750px!important;width: auto;background-color: #fff;
}
/*--------------------------------------------------------------
## Portfolio section
--------------------------------------------------------------*/
.kuweb-portfolio{}
.kuweb-portfolio-item{
	margin-top: 3%;
}
.kuweb-toolbar {
	float: right;
	padding: 2% 0;
	position: relative;
}
.kuweb-toolbar .active{
	color: #1EA69A;
	transition: all .3s ease-in-out;
}
#kuweb-portfolio {  
	clear: both;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 25%;
    -moz-column-width: 25%;
    column-width: 25%;
}


/*--------------------------------------------------------------
## Image hover effect
--------------------------------------------------------------*/
/*Image hover box border*/
.hovereffect4 {
  width: auto;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #ffffff;
}

.hovereffect4 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
}

.hovereffect4 img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}
.hovereffect4 .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #eee;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect4 a, .hovereffect4 p, .hovereffect4 h2{
  color: #262626;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;  
  adding-top: 10%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect4:hover img {
  opacity: 0.1;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect4:hover .overlay:before,
.hovereffect4:hover a, .hovereffect4:hover p, .hovereffect4:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);  
}
.hovereffect4 a, .hovereffect p,
.hovereffect4:hover a, .hovereffect4:hover p{
  text-align: center;
  color: #262626;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.hovereffect4 h2,
.hovereffect4:hover h2 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10%;
}
.hovereffect4 a i{
	color: #262626;
	padding: 5px 10px;
}
.hovereffect4 a i:hover{
	color: #1EA69A;
}

.kindergarten-1x .hovereffect4 h2{
	font-family: 'Dosis', sans-serif;
}

/*--------------------------------------------------------------
##  Testimonial
--------------------------------------------------------------*/
.kuweb-testimonial{	
	margin: 2% 0;
	display: block;
}
.kuweb-page-testimonial{
	text-align: center;
	margin: 7% 0 0;
	overflow: hidden;
}
.kuweb-page-testimonial p,
.kuweb-testimonial .kuweb-testimonial-desc p{
	font-size: 16px;
    line-height: 27px;
}
.kuweb-testimonial .kuweb-testimonial-desc img{
	width: auto;
	margin: 0 auto 0 auto;
}
.kuweb-testimonial-slider{
	text-align: center;
}
.kuweb-page-testimonial .kuweb-page-client img,
.kuweb-testimonial-slider .kuweb-col-center img{
	object-fit: cover;
    width: 100px;
    height: 100px;
	margin-bottom: 30px;
}
.kuweb-col-center{
	float: none;
	margin: 0 auto;
}


/* testimonial */
.kuweb-testimonial-timer-1x{
	background: #000;
	margin-top: 60px;
	width: 100%;
}
.testimonial-overlay {
    position: relative;
}
.testimonial-overlay-image {
	opacity: 1;
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
	transition: .5s ease;
	backface-visibility: hidden;
}
.testimonial-overlay-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.testimonial-overlay .testimonial-overlay-image {
	opacity: 0.5;
}
.testimonial-overlay .testimonial-overlay-middle {
	opacity: 1;
}
.testimonial-overlay-text {
	color: #f1f1f1;
	font-size: 16px;
	padding: 16px 32px;
}
.kuweb-testimonial-timer-1x .kuweb-main-title{
	font-size: 35px;
}
.kuweb-testimonial-timer-1x .kuweb-sub-title,
.kuweb-testimonial-timer-1x .kuweb-main-title{
	text-align: center;
	color: #f1f1f1;
}
.kuweb-testimonial-timer-1x .kuweb-main-title:before{
	border-bottom: 3px solid #f1f1f1;
	left: 47%;
}
.kuweb-testimonial-timer-1x:hover .kuweb-main-title:before{
	border-bottom: 3px solid #1EA69A;
}

.university-2x .kuweb-testimonial-timer-1x .kuweb-testimonial-slider b,
.university-1x .kuweb-testimonial-timer-1x .kuweb-testimonial-slider b {
    color: #1EA69A;
    font-size: 17px;
}
.university-2x .kuweb-testimonial-timer-1x .kuweb-testimonial-slider span,
.university-1x .kuweb-testimonial-timer-1x .kuweb-testimonial-slider span {
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
}


/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.kuweb-blog-1x{
	padding-top: 70px;
}
.kuweb-single-blog{
	margin-bottom:25px;
}
.kuweb-blog-overlay {
    position: relative;
    background: #8f1c2d;
    text-align: center;
}
.kuweb-blog-image {  
	opacity: 1;
	display: inline-block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	background:white;
}
.kuweb-blog-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .kuweb-blog-image,
.kuweb-blog-overlay:hover .kuweb-blog-image {
	opacity: 0.6;
}
.event-container-1x:hover .kuweb-blog-middle,
.kuweb-blog-overlay:hover .kuweb-blog-middle {
	opacity: 1;
}
a.kuweb-blog-text {}
.blog-content{
    padding: 20px 25px 0 25px;
    border: 1px solid #f1f1f1;
}
.blog-content p{
	margin: 0;
}
.blog-content h3 {
    color: #262626;
    font-size: 20px;
	line-height: 25px;
    margin: 20px 0;
    font-weight: 700;
	transition: all .3s ease;
}
.kuweb-single-blog:hover h3{
	color: #1EA69A;
}
.kindergarten-1x .kuweb-single-blog:hover h3{
	color: #ffbf00;
}
.blog-share{
	text-align: right;
}
.blog-share ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.blog-share ul li{
	display: inline-block;
	font-size: 15px;
	font-weight: 400;	
	margin-left: 20px !important;		
	margin-top: 40px;		
	color: #f1f1f1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.blog-share ul li a{
	color: #f1f1f1;
}
.blog-share ul li:hover{
	color: #1EA69A;
}
.kindergarten-1x .blog-share ul li:hover{
	color: #ffbf00;
}
.blog-footer {
	border-top: 1px solid #f1f1f1;
	margin-top: 30px;
	font-size: 11px;
}
.blog-footer span{
	margin-right: 15px;
	margin-left: 3px;
}
.blog-footer strong{
	float: right;
	font-weight: 400;
}
.blog-footer strong i{
	margin-right: 5px;
}

/*--------------------------------------------------------------
##  Video section
--------------------------------------------------------------*/
.kuweb-video-section-1x{}
/* Title left align */
.kuweb-modal-video-text h2{
	
    font-size: 35px;
    font-weight: 700;
    color: #f1f1f1;
	margin-bottom: 25px;
}
.kuweb-modal-video-text h4{
    font-size: 20px;
    font-weight: 700;
    color: #f1f1f1;
    position: relative;
}
.kuweb-modal-video:hover .kuweb-modal-video-text h4:before{
	transform: scaleX(0);
}
.kuweb-modal-video-text h4:before{ 
	content: "";
    position: absolute;
    bottom: -14px;
    left: 37%;
    width: 25%;
    border-bottom: 1px solid #f1f1f1;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.kuweb-modal-video-text h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f1f1f1;
    margin-bottom: 25px;
}
/**********************************************************
           kuweb video slider 
**********************************************************/

.kuweb-modal-video {
    position: relative;
	background: #000;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}
.kuweb-modal-video-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}
.kuweb-modal-video-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.kuweb-modal-video .kuweb-modal-video-image {
	opacity: 0.8;
    height: 500px;
    object-fit: cover;
}

.kuweb-modal-video:hover .kuweb-modal-video-image {
  opacity: 0.9;
}

.kuweb-modal-video .kuweb-modal-video-middle {
  opacity: 1;
}
.kuweb-modal-video:hover .kuweb-modal-video-middle {
  opacity: 1;
}

.kuweb-modal-video-text {
  color: #ffffff;
  font-size: 16px;
  padding: 16px 32px;
  text-align: center;
}
.university-2x .kuweb-modal-video-text {
  padding: 0;

}
/* Bootrap modal */
.modal-body{
	padding: 0;
}
.modal-content{
	background-color: #1EA69A;
	border-radius: 0 !important;
}

/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.kuweb-shop-1x{
	padding-top: 70px;
}
.kuweb-single-shop{}
.kuweb-shop-overlay {
    position: relative;
}
.kuweb-shop-image {  
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.kuweb-shop-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 25%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .kuweb-shop-image,
.kuweb-shop-overlay:hover .kuweb-shop-image {
	opacity: 0.6;
}
.event-container-1x:hover .kuweb-shop-middle,
.kuweb-shop-overlay:hover .kuweb-shop-middle {
	opacity: 1;
}
a.kuweb-shop-text {
    background-color: #1EA69A;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 2px;
}
.shop-content{
	margin: 30px 0;
}
.shop-content p{
	margin: 0;
}
.kuweb-single-shop .media{
	margin: 15px 0;
}
.shop-content .media-left{
	display: block;
    float: left;
}

.shop-content .media-left a{	
	font-size: 16px;
    color: #262626;
    font-weight: 500;
	transition: .5s ease;
}
.shop-content .media-left a:hover{
    color: #1EA69A;
}
.shop-content h4 {
    
    font-size: 14px;	
    font-weight: 700;
    margin-top: 10px;
}
a.kuweb-shop-cart{
	float: right;
	
	font-size: 20px;
    color: #262626;
    font-weight: 700;
	transition: .5s ease;
}
a.kuweb-shop-cart:hover{
    color: #1EA69A;
}
.kuweb-single-shop:hover .shop-content .media-left a{
	color: #1EA69A;
}

/*--------------------------------------------------------------
##  Bottom to top
--------------------------------------------------------------*/
.backtotop {
	position: relative;
	font-size: 20px;
	margin-right: 15px;
    margin-bottom: 15px;
	background: #ffbf00;
	padding: 7px 12px;
	color: #f1f1f1;
	border-radius: 1px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.backtotop:hover{
	background: #8e192c;
	color: #f1f1f1;
}
.kuweb-body .backtotop:hover,
.kindergarten-1x .backtotop:hover{
	background: #8e192c;
	color: #f1f1f1;
}

#back2back {
    width: 35px;
    line-height: 35px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
	float:left;
}
#back2back:hover {
    background: #8e192c;
    color: #f1f1f1;
}

/*#applynow {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
	right:1px;
    background-color: transparent;
    color: white;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
}
#applynow:hover {
    background: #8e192c;
    color: #f1f1f1;
}*/


/*--------------------------------------------------------------
##  Footer 1x
--------------------------------------------------------------*/
.kuweb-footer-1x{
	background: #e0e0e0;
	width: 100%;
	color: #8d8d8d!important;
	padding-top: 20px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}
.kuweb-footer-content{
    color:#8d8d8d!important;
}

.kuweb-footer-content p{
	font-size:12px;
}

.kuweb-footer-address{

}
.kuweb-footer-address img{
	max-width: 170px;
	margin-bottom: 40px;
}
.kuweb-footer-address p{
	font-size: 14px;
}
.kuweb-body .kuweb-footer-address i{
	color: #ffffff;
}
.kuweb-footer-address i{
    color: #1EA69A;
    margin-right: 15px;
}
.kindergarten-1x .kuweb-footer-address i{
    color: #8e192c;
}
.kuweb-footer-content h5{
	font-family: 'Dosis',sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;	
}
.kuweb-body .kuweb-footer-content h5,
.kindergarten-1x .kuweb-footer-content h5{
	color: #222222;
}

.kuweb-footer-content ul{
    list-style: none;
    margin-top: 12px;
    padding: 0;
}
.kuweb-footer-content ul li{}
.kuweb-footer-content ul li a{
    font-size: 13px;
    color: #8d8d8d;
    line-height: 35px;
    font-weight: 400;
}
.kuweb-footer-content ul li a:hover{
	transition: .5s ease;
	color: #8e192c;
	opacity: 1;
}
.kindergarten-1x .kuweb-footer-content ul li a:hover{
	transition: .5s ease;
	color: #ffbf00;
	opacity: 1;
}
.footer-info{
	border-top: 1px solid #404040;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0;
} 
.footer-info-left p{
	font-size: 13px;
	color: #222;
	font-weight: 400;
} 
.footer-info-left a{
	color: #222;
	transition: all 0.3s ease;
} 
.footer-info-left a:hover{
	color: #8e192c;
}
.kuweb-body .footer-info-left a,
.kindergarten-1x .footer-info-left a{
	color: #8e192c;
}
.footer-info-right{
	text-align: right;
	color: #222;
	font-weight: 400;
}
.footer-info-right ul{
    list-style: none;
	margin: 0;
}
.footer-info-right ul li{
	display: inline-block;
	font-size: 15px;
	font-weight: 400;	
	margin-right: 10px;		
	background: #f4b004;	
	outline: none;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	text-align: center;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}

.footer-info-right ul li a{
	outline: none;

}
.footer-info-right ul li a,
.footer-info-right ul li a:hover{
	color: #f4b004;
}
.footer-info-right ul li:last-child{
	margin-right: 0;
}
.footer-info-right ul li:hover{
	background: #f4b004;
	color:#ffbf00;
}
.footer-info-right ul li a .fa{
    color:#8e192c;
}
.app-button{
    margin-left: 45px;
}
.kuweb-body .footer-info-right ul li:hover,
.kindergarten-1x .footer-info-right ul li:hover{
	color: #f4b004;
	background: #8e192c;	
}
/*--------------------------------------------------------------
##  Footer 2x
--------------------------------------------------------------*/
.kuweb-footer-2x{
	background: #fff;
	width: 100%;
	color: #7a7a7a;
	padding-top: 70px;
}
.kuweb-footer-2x .kuweb-footer-content ul li a{
    font-size: 13px;
    color: #7a7a7a;
    line-height: 35px;
    font-weight: 400;
	transition: all 0.3s ease;
	opacity: 1;
}
.kuweb-footer-2x .kuweb-footer-content ul li a:hover{
    color: #1EA69A;
}
.kuweb-footer-2x .kuweb-footer-content h5{
	color: #262626;
}
.kuweb-footer-2x .footer-info {
    border-top: 1px solid #ddd;
}
.kuweb-footer-2x .footer-info {
    border-top: 1px solid #ddd;
}
.kuweb-footer-2x .footer-info-right ul li {
    background: #fff; 
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
	padding-top: 0;
}
.kuweb-footer-2x .footer-info-right ul li:hover{
	color: #f1f1f1;
	background: #1EA69A;
	border: none;	
}
.kuweb-footer-2x .footer-info-right ul li:hover i{
	color: #f1f1f1;	
}
.kuweb-footer-2x .kuweb-footer-address i {
    color: #7a7a7a;
}
.kuweb-footer-2x .footer-info-left p{
	color: #7a7a7a;
}
.kuweb-footer-2x .footer-info-left a{
	color: #1EA69A;
	transition: all 0.3s ease;
}
.kuweb-footer-2x .footer-info-left a:hover{
	color: #262626;
}
/*--------------------------------------------------------------
##  Single course description
--------------------------------------------------------------*/
.kuweb-course-header{
    clear: both;
    position: relative;
}
.single-inner {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
.kuweb-single-caption{
	/*top: 15%;*/
}
.kuweb-single-caption h2{
    font-size: 50px;
	animation: none;
	border-right: 0px solid #1EA69A;
	padding-bottom: 15px;
}
.kuweb-single-breadcrumbs{
	background: transparent;	
}
.kuweb-single-breadcrumbs{
	margin: 0;
	padding: 0;
	margin-left: 8px;
}
.kuweb-single-breadcrumbs li{}
.kuweb-single-breadcrumbs li a{
	color: #f1f1f1;
	font-size: 15px;
}
.kuweb-single-breadcrumbs .active{
	color: #f1f1f1;
	font-size: 15px;
}
.course-details-title{
	margin-bottom: 50px;
	margin-top: 25px;
}
.course-details-title h4{
	
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 40px;	
}
.course-teacher-details{
	border-right: 1px solid #eee;	
	padding-left: 0;
}
.course-teacher-details .media-left{
	display: block;
    float: left;
}
.course-teacher-details img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
}
.course-teacher-details span{
	font-size: 12px;
	font-weight: 700;
}
.course-teacher-details a{
	font-size: 15px;
	margin-top: 6px;
	color: #262626;
	font-weight: 700;
	transition: all .3s ease;
}
.course-teacher-details a:hover{
	color: #1EA69A;
}
.course-details-price strong{
	float: right;
	font-size: 30px;
	color: #1EA69A;
	font-weight: 700;
	padding-top: 15px;
}
.course-review{
	border-right: 1px solid #eee;
	padding-left: 30px;	
}
.course-review span{
	font-size: 12px;
	font-weight: 700;
}
.course-review i{
	font-size: 15px;
	margin-top: 6px;
	color: #1EA69A;
}
.course-banner{}
.course-banner img{
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 40px;
}
.related-course-content .course-review{
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: -10px;
}
.course-teacher-1x .course-review{
	padding-left: 0;
	margin-top: 11px;
	border: 0;
}

/*********** Tab *******************/

.coursebox1{
    padding: 5px 5px;border-radius: 5px;margin:0px 5px;text-align: center;
    background: linear-gradient(rgba(239, 194, 77, 0.62),rgb(254, 220, 49));
	background:-ms-linear-gradient(top, #EFC24D 0%, #EFC24D 100%);
	background-image: -moz-linear-gradient(top, #EFC24D 0%, #EFC24D 100%);
    background-image: -o-linear-gradient(top, #EFC24D 0%, #EFC24D 100%);
    background: -webkit-linear-gradient(top right, rgba(239, 194, 77, 0.62), rgb(254, 220, 49));
    color: white;
}

.coursebox2{
    padding: 5px 5px;border-radius: 5px;margin:0px 5px;text-align: center;
    background: linear-gradient(rgba(33, 138, 67, 0.44),rgb(33, 138, 67));color: white;
	background:-ms-linear-gradient(top, #218A43 0%, #218A43 100%);
	background-image: -moz-linear-gradient(top, #218A43 0%, #218A43 100%);
    background-image: -o-linear-gradient(top, #218A43 0%, #218A43 100%);
    background: -webkit-linear-gradient(top right, rgba(33, 138, 67, 0.44), rgb(33, 138, 67));
}

.coursebox3{
    padding: 5px 5px;border-radius: 5px;margin:0px 5px;text-align: center;
    background: linear-gradient(rgba(140, 24, 43, 0.59),rgb(139, 23, 43));color: white;
	background:-ms-linear-gradient(top, #8C182B 0%, #8C182B 100%);
	background-image: -moz-linear-gradient(top, #8C182B 0%, #8C182B 100%);
    background-image: -o-linear-gradient(top, #8C182B 0%, #8C182B 100%);
    background: -webkit-linear-gradient(top right, rgba(140, 24, 43, 0.59), rgb(139, 23, 43));
}

.coursebox4{
    padding: 5px 5px;border-radius: 5px;margin:0px 5px;text-align: center;
    background: linear-gradient(rgba(30, 166, 154, 0.69),rgb(30, 166, 154));color: white;
	background:-ms-linear-gradient(top, #1EA69A 0%, #1EA69A 100%);
	background-image: -moz-linear-gradient(top, #1EA69A 0%, #1EA69A 100%);
    background-image: -o-linear-gradient(top, #1EA69A 0%, #1EA69A 100%);
    background: -webkit-linear-gradient(top right, rgba(30, 166, 154, 0.69), rgb(30, 166, 154));
}

.course-description-nav{}
.course-description-nav{}
.course-description-nav ul{}
.course-description-nav ul li{}
.course-description-nav>li>a>i{
	padding-right: 5px ;
}
.course-description-nav>li>a:focus,
 .course-description-nav>li>a:hover{
	background-color: #fedc31 ;
	color:white;
}
.course-description-nav>li>a{
	color: #262626;
	font-weight: 700;
	border-bottom: 0 solid #eee !important;
}
.course-description-nav>li.active>a{
	background: #218a43 !important;
	color:white;
}
.course-description-nav>.active>a{
	color: #f1f1f1 !important;
}

.course-description-nav ul li a{}
.course-description-tab{
	border: 1px solid #eee;
	padding: 0 30px;
	margin-bottom: 50px;
}
.course-description-tab-left{
	margin-top: 30px;
	margin-bottom: 30px;
	border-right: 1px solid #eee;
}
.course-description-tab-left img{
	width:270px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

.course-description-tab-left h2{
	
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 20px;
}
.course-description-tab-left p{
    font-size: 15px;
    font-weight: 400;
}
.course-description-tab-outcomes ul{
    list-style: none;
	padding: 0;
	margin-bottom: 50px;
}
.course-description-tab-outcomes ul li{
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
}
.course-description-tab-outcomes ul li i{
	font-size: 15px;
	color: #1EA69A;
	margin-right: 10px;
}
.course-description-tab-share{
	text-align: left;
	margin-bottom: 20px;
}
.course-description-tab-share ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.course-description-tab-share ul li{
	display: inline-block;
	font-size: 15px;
	font-weight: 400;	
	margin-right: 10px !important;		
	background: #1EA69A;
	border: 1px solid #1EA69A;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	text-align: center;
	padding-top: 4px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.course-description-tab-share ul li a{
	color: #f1f1f1;
}
.course-description-tab-share ul li:last-child{
	margin-right: 0;
}
.course-description-tab-share ul li:hover{
	color: #f1f1f1;
	background: #262626;
	border: 1px solid #262626;
}

/*************** Tab right ********************/
.course-description-tab-right{
	margin-top: 30px;
	/*padding-left: 30px;*/
}

.course-description-tab-right h2{
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 20px;
}

.course-description-tab-right table{
    border-spacing: 0px; 
    background-color: transparent; 
    margin-bottom: 20px;
}

.course-description-tab-right table tr th{
    padding: 10px; 
    text-align: left; 
    border-bottom: 3px solid #fa7252; 
    color: #010101; 
    font-size: 1.1rem; 
    text-transform: uppercase;
}
.course-description-tab-right table tr td{
 padding: 10px; 
 font-size: 1rem; 
 border-bottom: 1px solid #e5e5e5;
}


.course-description-tab-right ol li{
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
}

.course-description-tab-right ul li{
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
}

.course-description-tab-right ul{
    list-style: none;
	margin: 0;
	margin-bottom: 35px;
}

.course-description-tab-right ul li a{
	padding-left: 10px;
	transition: all .3s ease;
}
.course-description-tab-right ul li a:hover i{
	color: #262626;
}
.course-description-tab-right ul li:last-child{
   border-bottom: 0 solid #eee;	
}
.course-description-tab-right ul li span{
	float: right;
   font-size: 15px;
   font-weight: 700;
   color: #262626;
}
.course-description-tab-right ul li i{
	font-size: 15px;
	color: #1EA69A;
	margin-right: 10px;
}

.course-description-tab-right table{
	margin-bottom: 20px;
    width: 100%;
}

.course-description-tab-right table th {
    border-bottom: 3px solid #FA7252;
	padding: 10px;
}

.course-description-tab-right table tr td {
    font-size: 1rem;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
	line-height: 20px;
}

.coursedisUL{
	float: right;
    line-height: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
}

.curriculum-tab h2{
	margin-top: 50px;
}
.instructors-tab{
	padding: 50px 0 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.instructors-tab .media{

}
.instructors-tab .media-left img{
	width: 150px;
}
.instructors-tab .media-left{
	display: block;
    float: left;
}
.instructors-tab .media-body{}

.instructors-tab .media-body a h4{
	font-size: 20px;
    font-weight: 700;
    color: #262626;
	transition: 0.3s ease;
    margin: 10px 0 10px 30px;
}
.instructors-tab .media-body a h4:hover{
	color: #1EA69A;
}
.instructors-tab .media-body span{
    font-size: 15px;
    font-weight: 500;
	margin-left: 30px;	
}
.instructors-tab .course-description-tab-share{
	margin: 20px 0 0 30px;
}
.instructors-tab p{
	margin-top: 30px;
}
.review-tab{}
.review-tab h2{
    
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-top: 50px;
    margin-bottom: 20px;
}
.review-tab-top .media{
	margin-top: 50px;
}
.review-tab-top  .media-left{
	display: block;
	float: left;
	border: 1px solid #eee;
	text-align: center;
	padding: 80px;
}
.review-tab-top .media-left strong{
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: #1EA69A;
    margin-bottom: 30px;
}
.review-tab-top  .media-left span{}
.review-tab-top  .media-left span i{
	color: #1EA69A;
}
.review-tab-top .media-body{
    padding: 30px 30px 10px 30px;
}
.review-progress-bar{}
.single-progress-bar{
	margin-bottom: 30px;
}
.single-progress-bar .progress{
	height: 10px;
}
.single-progress-bar .progress-bar{
	background: #1EA69A;
}
.single-progress-bar span{
    //float: right;
}
.single-progress-bar label{
    float: left;
    color: #262626;
    padding-right: 30px;
	margin-top: -7px;
}
.review-tab .instructors-tab a h4{
	display: block;
	margin-top: 30px;
}
.review-tab .instructors-tab strong{
	padding-left: 30px;
	color: #1EA69A;
}

/**************** All Course*****************/
.all-course{
	margin-top: 30px;
}
.all-course h2{
	
	font-size: 20px;
	font-weight: 700;
	color: #f1f1f1;
	margin-bottom: 20px;
	background: #1EA69A;
	text-align: center;
	padding: 20px 0;
}
.all-course ul{
    list-style: none;
	margin: 0;
	padding: 0 10px;
	margin-bottom: 35px;
}
.all-course ul li{
   font-size: 15px;
   font-weight: 400;
   line-height: 30px;
   border-bottom: 1px solid #eee;
   padding: 15px 0;
}
.all-course ul li span{
	float: right;
   font-size: 15px;
   font-weight: 700;
   color: #262626;
}
.all-course ul li i{
	font-size: 15px;
	color: #1EA69A;
	margin-right: 10px;
}

/*--------------------------------------------------------------
## Related course
--------------------------------------------------------------*/
.kuweb-related-course-1x {
    margin-top: 20px;
    margin-bottom: 70px;
}
.kuweb-related-course{
	margin: 30px 0;
}
.single-course-1x .kuweb-related-course{
	margin-top: 0;
}
.kuweb-related-course-overlay {
    position: relative;
	background: #000;
}
.kuweb-related-course-image:hover {
	opacity: .6;
}
.kuweb-related-course-image {  
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.kuweb-related-course-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.event-container-1x:hover .kuweb-related-course-image,
.kuweb-course-overlay:hover .kuweb-related-course-image {
	opacity: 0.6;
}
.event-container-1x:hover .kuweb-related-course-middle,
.kuweb-course-overlay:hover .kuweb-related-course-middle {
	opacity: 1;
}
a.kuweb-related-course-text {
    background-color: #1EA69A;
    color: #f1f1f1;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 2px;
}
.related-course-content{
	padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eee;
}
.related-course-content .media-left{
	display: block;
    float: left;
}
.related-course-content img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.related-course-content h4.media-heading{
    color: #262626;
    font-weight: 700;
    font-size: 13px !important;
    margin-top: 8px;
    margin-bottom: 0;
}
.related-course-content span{
    font-size: 12px;
    margin: 0;
}
.related-course-content h3 {
    color: #262626;
    font-size: 15px;
    margin: 22px 0;
    font-weight: 500;
    line-height: 25px;
    transition: all 0.3s ease;
    padding-top: 15px;
}
.single-course-1x .related-course-content h3 {
	padding-top: 0;
}
.kuweb-related-course:hover h3{
	color: #1EA69A;
}
.related-course-footer {
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.related-course-footer span{
	margin-right: 15px;
	margin-left: 3px;
}
.related-course-footer strong,
.related-course-footer del{
	float: right;
	color: #1EA69A;
	margin-left: 10px;
}
.related-course-footer del{
	color: #7a7a7a;
}
/*********************************************
		blog single
**********************************************/
.kuweb-blog-details-1x{
	margin-top: 70px;
}
.blog-banner{}
.blog-banner img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.blog-details-title{
	margin-top: 30px;
}
.blog-details-title h4{
	
    font-size: 30px;
    font-weight: 700;
    color: #262626;
	margin: 15px 0;
}
.blog-details-title span{
	font-size: 14px;
    color: #b5b5b5;
}
.blog-details-title span a{
	font-size: 14px;
    color: #b5b5b5;
}
.blog-details-title span a i{
	font-size: 14px;
    color: #b5b5b5;
	padding-left: 10px;
	padding-right: 5px;
}
.blog-description{
	margin-top: 30px;
}
.blog-description span{
	float: left;
	color: #1EA69A;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

/* blog Share*/
.blog-share-tag{
	overflow: hidden;
	margin: 50px 0;	.	
}
.blog-description-tab-share ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
.blog-description-tab-share ul li{
	display: inline-block;	
	margin-right: 10px !important;
	color: #262626;	
}
.blog-description-tab-share ul li i{
	color: #262626;	
}
.blog-description-tab-share ul li:last-child{
	margin-right: 0;
}
.blog-description-tab-share ul li a{
	font-size: 15px;
	font-weight: 400;		
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.blog-description-tab-share ul li a i:hover{
	color: #1EA69A;
}

/* blog Tag */
.blog-description-tag ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-description-tag ul li{
	display: inline-block;
	padding-left: 10px;
}
.blog-description-tag ul li a{
	font-size: 14px;
	font-weight: 700;
	color: #262626;
	transition: all .3s ease;;
}
.blog-description-tag ul li a:hover{
	color: #1EA69A;
}

/* blog Right Sidebar */
.search-post{
	margin-bottom: 50px;}
.btn-csearch{
	top:-15px;color: white;background: #8e192c !important;height: 50px;
}
}
.btn-search{
	margin-top: 10px;
    height: 40px;
    background: #1EA69A;
	border-radius: 0;
	border: 0;
    color: #f1f1f1;
}
.single-post-category{
	margin-bottom: 50px;
}
.single-post-category ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-post-category ul li{
	display: block;
}
.single-post-category ul li a{
	font-size: 14px;
	font-weight: 700;
	color: #262626;
	line-height: 35px;
	text-transform: uppercase;
	transition: all .3s ease;;
}
.single-post-category ul li a:hover{
	color: #1EA69A;
}
.single-post-category ul li a span{
	float: right;
	font-size: 14px;
	font-weight: 700;
	color: #262626;
}
.latest-post-right-sidebar{
	/*margin-bottom: 50px;*/
}
.latest-post-right-sidebar a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #1EA69A;
}
.latest-post-right-sidebar a i{
	margin-left: 7px;
	font-weight: 700;
}

.latest-post-right-sidebar h2,
.latest-post-right-sidebar h3{	
    color: #262626;
    font-weight: 700;
    font-size: 25px;
	margin-top: 0;
	margin-bottom: 40px;
	border-left: 5px solid #1EA69A;
	padding-left: 20px;
}
.kuweb-body .latest-post-right-sidebar h3{
	border-left: 5px solid #ffbf00;
}
.single-latest-post {
    margin-top: 0;
	margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}
.single-latest-post:last-child{
    border-bottom: 0 solid #e7e7e7;
}
.single-latest-post .media-left{
	display: block;
    float: left;
}
.single-latest-post img{
	width: 80px;
	height: 80px;
	margin-right: 10px;
	object-fit: cover;
}
.single-latest-post .media-body a h4{
	
    color: #262626;
    font-weight: 700;
	text-transform: capitalize;
    font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 25px;
	transition: all .3s ease;
	
}

.single-latest-post .media-body a h4:hover{
	color: #1EA69A;
}
.kuweb-body .single-latest-post .media-body i,
.kuweb-body .single-latest-post .media-body a h4:hover{
	color: #ffbf00;
}
.single-latest-post .media-body span{
	font-size: 14px;
}
.single-latest-post .media-body i{
	color: #1EA69A;
	padding-right: 5px;
}

.latest-post-right-sidebar a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: rgb(38, 38, 38);
    transition: all 0.3s ease;
}
.latest-post-right-sidebar a:hover{
	color: #1EA69A;
}
a.latest-post-read-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #1EA69A;
}

/* Blog Author */
.blog-author{
	padding: 30px 0 0 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.blog-author .media-left{
	display: block;
    float: left;
}
.blog-author img{
	width: 100px;
	height: 100px;
}
.blog-author .media-body{
	padding-left: 20px;
}
.blog-author h4.media-heading{
	
    color: #262626;
    font-weight: 700;
    font-size: 14px ;
    margin-top: 10px;
    margin-bottom: 5px;
}
.blog-author span{
    font-size: 12px;
}
.blog-author h3 {
    color: #262626;
    font-size: 20px;
    margin: 22px 0;
    font-weight: 700;
    line-height: 30px;
}
.blog-author-share ul{
    list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.blog-author-share ul li{
	display: inline-block;	
	margin-right: 10px !important;
	color: #262626;	
}
.blog-author-share ul li i{
	color: #262626;	
}
.blog-author-share ul li:last-child{
	margin-right: 0;
}
.blog-author-share ul li a{
	font-size: 15px;
	font-weight: 400;		
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.blog-author-share ul li a i:hover{
	color: #1EA69A;
}
.blog-author p{
	font-size: 14px;
	font-weight: 400;
	margin: 20px 0;
}

/* Blog Next Previous Post */
.blog-prev-next{
	overflow: hidden;
    margin: 50px 0;
}
.previous-post{
	float: left
}
.previous-post h4{
	font-size: 14px;
    color: #7a7a7a;
}
.previous-post a{
	
    font-size: 16px;
    font-weight: 700;
    color: #262626;
	transition: all .3s ease;
}
.previous-post a:hover{
    color: #1EA69A;

}
.next-post{
	text-align: right;
}
.next-post h4{
	font-size: 14px;
    color: #7a7a7a;
}
.next-post a{
    
    font-size: 16px;
    font-weight: 700;
    color: #262626;
	transition: all .3s ease;
}
.next-post a:hover{
    color: #1EA69A;

}

/* Blog Related Post */
.kuweb-related-blog-1x{
	margin: 0;
	margin-bottom: 70px;
	padding-top: 0;
}

/* kuweb Comment box */
.kuweb-comment-body{

}
.kuweb-comment-body h2{
	font-size: 25px;    
    font-weight: 700;
    color: #262626;
}
.kuweb-comment-body .media img{
	max-width: none;
	width: 100px;
	margin-right: 15px;
}
.kuweb-comment-body .media .media-body span{
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	color: #bbbbbb;
	font-weight: 400;
}
.kuweb-comment-body .media .media-body span i{
	color: #1EA69A;
}
.kuweb-comment-body h4.media-heading{
	color: #262626;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
} 
.kuweb-comment-body ul{
	margin: 0;
	padding: 50px 0 0;
}
.kuweb-comment-body ul ul{
	padding: 50px 0 0 50px;
}
.kuweb-contact-form{
	margin-bottom: 70px;
}
.kuweb-contact-form h2{
	font-size: 25px;    
    font-weight: 700;
    color: #262626;
	margin: 50px 0;
}


/*********************************************
		kuweb Shop
**********************************************/

/* Shop image hover effect */
.shop-category{
	float: right;
}
.kuweb-shop-container {
    position: relative;
    width: 100%;
}
.kuweb-shop-image {
  opacity: 1;
  display: initial;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.kuweb-shop-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 25%;
	transform: translate(-40%, -25%);
	-ms-transform: translate(-50%, -50%);
}

.kuweb-shop-container:hover .kuweb-shop-image {
  opacity: 0.3;
}

.kuweb-shop-container:hover .kuweb-shop-middle {
  opacity: 1;
}

.kuweb-shop-text {
	background-color: #1EA69A;
	font-size: 13px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
}
.kuweb-shop-text a{
	color: #f1f1f1;
}
.kuweb-shop-item-text{
	clear: both;
	margin-top: 25px;
	margin-bottom: 50px;
}
.kuweb-shop-item-text a{
	font-size: 20px;
	font-weight: 700;
	color: #262626;
	font-family: 'Montserrat', sans-serif;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.kuweb-shop-item-text a:hover{
	color: #1EA69A;
}
.kuweb-shop-item-text p{
	margin: 0;
}
.kuweb-shop-item-text b{
	color: #262626;
}
.kuweb-onsale {
	position: absolute;
	top: 0;
	background: #1EA69A;
	color: #f1f1f1;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
.kuweb-nav-tabs > li{
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.kuweb-nav-tabs {
	text-align: center;
	border: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.kuweb-nav-tabs > li > a:hover,
.kuweb-nav-tabs > li > a,
.kuweb-nav-tabs > li.active > a{
	background: none;
	border: 3px solid #262626;
	border-radius: 1px;
}
.kuweb-nav-tabs > li.active > a,
.kuweb-nav-tabs > li.active > a:active,
.kuweb-nav-tabs > li.active > a:focus,
.kuweb-nav-tabs > li.active > a:hover{
	border: 3px solid #1EA69A;
}
.kuweb-pagination{}
.kuweb-pagination > li.active > a:hover,
.kuweb-pagination > li.active > a {
	background-color: #1EA69A;
	border: 0;	
}
.course-pagination {
	overflow: hidden;
	padding-top: 5px;
	background: #f5f5f5;
	border-radius: 1px;
}
.kuweb-pagination > li > a{
	color: #262626;
	background-color: #ffffff;
	border: 0 solid #ffffff;
	margin: 2px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.3s ease;
}
.kuweb-pagination > li > a:hover{
	color: #f1f1f1 !important;
	background-color: #1EA69A;
}
/*********************************************
		kuweb Blog Right Sidebar
**********************************************/
.blog-content{height:240px;}
.blog-content span{
    color: #b5b5b5;
}
.blog-content span a{
	font-size: 14px;
    color: #b5b5b5;
}
.blog-content span a i{
    font-size: 14px;
    color: #b5b5b5;
    padding-left: 10px;
    padding-right: 5px;
}
a.blog-right-sidebar-link h2{
    
    font-size: 30px;
    font-weight: 700;
    color: #262626;
	line-height: 40px;
    margin: 15px 0;
	transition: all ease .3s;
}
a.blog-right-sidebar-link h2:hover{
	color: #1EA69A;
}
.blog-right-sidebar-date{
    position: absolute;
    margin-top: -68px;
    background: #1EA69A;
    padding: 15px;
	text-align: center;
}
.blog-right-sidebar-date span:nth-child(1){
	color: #f1f1f1;
	font-size: 35px;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
}
.blog-right-sidebar-date span:nth-child(2){
	color: #f1f1f1;
	font-size: 15px;
	font-weight: 600;

}
/*************************************************
		University Home
**************************************************/
.kuweb-about-university{
	padding-top: 50px;
}
.kuweb-about-university p{}
.kuweb-about-university a.kuweb-course-text{
    clear: both;
    display: inline-block;
	margin: 10px 0;
	padding: 8px 20px;
}
.kuweb-about-university .kuweb-main-title{
	margin-top: 0;
}
.kuweb-about-university .latest-post-right-sidebar{
	padding-left: 20px;
}
.about-university-img{}

/* university Countdown Timer */
.university-countdown-1x {}
.university-countdown-1x .countdown-overlay-middle{
	top: 48%;
}
.university-countdown{}
.university-countdown-1x .countdown-overlay-image {
    opacity: .5;
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
}
.university-countdown-1x .kuweb-main-title {
    font-size: 50px;
}
.university-countdown-1x .kuweb-main-title:before {
    border-bottom: 3px solid #f1f1f1;
    left: 45%;
}
.university-countdown-1x:hover .kuweb-main-title:before{
	border-bottom: 3px solid #1EA69A;
	width: 10%;
}
.university-countdown-1x .kuweb-countdown {
    text-align: center;
    margin-top: 8%;
    left: -10px;
    font-size: 35px;
    font-weight: 700;
    display: block;
}
.university-countdown-1x a.kuweb-course-text {
	display: inline-block;
	margin-top: 50px;
}
/* University Course */
.university-course-1x .blog-content span {
	font-size: 15px;
	font-weight: 500;
	color: #7a7a7a;
}
.university-course-1x .blog-content h3 {
	margin: 10px 0 20px 0;
}
.university-course-1x .blog-footer {
	border-top: 0 solid #e7e7e7; 
	padding: 2px 0 40px 0;
	margin-top: 30px;
	text-align:center;
}
/***********************************************
		kuweb Kinder Garten
************************************************/

.kindergarten-1x .kuweb-nav .navbar-nav>li>a{
	font-family: 'Dosis',sans-serif;
	font-weight: 600;
}
.kuweb-body .kuweb-nav .dropdown-menu>li>a:focus,
.kindergarten-1x .kuweb-nav .dropdown-menu>li>a:focus,
.kuweb-body .dropdown-menu>li>a:hover,
.kindergarten-1x .dropdown-menu>li>a:hover{
	color: #EA77AD;
}
.kuweb-body .container-2 input#search,
.kindergarten-1x .container-2 input#search{
	color: #EA77AD;
}
.kid-top-menu{
	background: #333;
	padding: 25px 0;
}
.top-menu-left{}
.top-menu-left .media{}
.top-menu-left .media-left {}
.kid-top-menu .kid-icon-2x i,
.kid-top-menu .kid-icon-1x i{
	font-size: 40px;
    color: #EA7066;
    border-right: 1px solid #474747;
    padding-right: 15px;
}
.top-menu-left .media-body h3{
    font-size: 13px;
    font-weight: 500;
    color: #f1f1f1;
    margin: 0;
    line-height: 25px;
}
.top-menu-left .media-body span{
	color: #EA7066;
	font-weight: 700;
    text-transform: uppercase;
}
.kuweb-body  .kuweb-course-text,
.kindergarten-1x  .kuweb-course-text{
	background: #EA7066;
	padding: 7px 20px;
	margin-top: 6px;
	color: #fff;
}
.kuweb-body a.kuweb-course-text:hover,
.kindergarten-1x a.kuweb-course-text:hover{
	background: #fff;
	color: #EA7066;
}
/* Kindergarten nav */
.kid-nav{
	background: #fff;
}
.kuweb-body .kuweb-nav .navbar-nav > li > a,
.kindergarten-1x .kuweb-nav .navbar-nav > li > a,
.kindergarten-1x .kuweb-nav .navbar-nav > li > a,
.kindergarten-1x .kid-nav .navbar-nav > li > a:focus,
.kindergarten-1x .kid-nav .navbar-nav > li > a:hover,
.kindergarten-1x .kid-nav .navbar-nav > li > a:visited,
.kindergarten-1x .kid-nav .navbar-nav > .open > a,
.kindergarten-1x .kid-nav .navbar-nav > .open > a:focus,
.kindergarten-1x .kid-nav .navbar-nav > .open > a:hover,
.kindergarten-1x .kid-nav .navbar-nav>.active>a,
.kindergarten-1x .kid-nav .navbar-nav>.active>a:focus,
.kindergarten-1x .kid-nav .navbar-nav>.active>a:hover{
	color: #262626 !important;
}
/* Kid Cart & Search */
.kid-cart i{
	padding-left: 15px;
	color: #262626;
}
.kid-cart .container-2:hover .icon i{
  color: #262626;

}
.kid-cart a span.cart-no{
    margin-top: -12px;
    position: absolute;
    font-weight: 700;
    color: #262626 !important;
}
/* kuweb CTA */
.kuweb-cta-1x{
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);	
    background: rgba(142,25,44,.8),url('../images/slide/slide-7.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/slide/slide-7.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/slide/slide-7.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/slide/slide-7.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/slide/slide-7.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/slide/slide-7.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/slide/slide-7.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	color: #fff;	
	padding: 30px 0;	
}
.cta-left{}
.cta-left h4{
    font-size: 15px;
    font-weight: 500;
    color: #f1f1f1;
}
.cta-left h3{
    font-size: 25px;
    font-weight: 700;
    color: #f1f1f1;
	margin-top: 12px;
}
.cta-right{}
.cta-right .modal .kuweb-btn-larg, a.kuweb-btn-larg {
    margin-top: 12px;
}
.kindergarten-1x .kid-contact-cta,
.kid-contact-cta{
    float: right;
	right: 30px;
    padding: 10px 30px;
    background: #fff;
    color: #262626;
    margin-top: 17px;
}
.kindergarten-1x .kid-contact-cta:hover,
.kid-contact-cta:hover{
	color: #f1f1f1;
}
.kuweb-body .kid-contact-cta:before,
.kindergarten-1x .kid-contact-cta:before{
	background: #EA7066 ;
}
/* Pricing Table */
.kuweb-pricing-table-1x{
	padding-top: 70px;
}
.kuweb-kid-title{
	text-align: center;
}
.kuweb-kid-title .kuweb-main-title:before {
    left: 45%;
}
.kuweb-single-pricing{
	margin: 10% 0 0;
	display: inline-block;
}
.kuweb-pricing-box .pricing-box{
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.kuweb-pricing-box .single-pricing-box-1x{
	background: linear-gradient(rgba(132,190,214, 0.9),rgba(132,190,214, 0.9)),url('../images/sl1.jpg');
	background:-ms-linear-gradient(top, #84BED6 0%, #84BED6 100%);
	background-image: -moz-linear-gradient(top, #84BED6 0%, #84BED6 100%);
    background-image: -o-linear-gradient(top, #84BED6 0%, #84BED6 100%);
    background: -webkit-linear-gradient(top right, rgba(132,190,214, 0.9),rgba(132,190,214, 0.9)),url('../images/slide/slide-7.jpg');
   	background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.kuweb-pricing-box .single-pricing-box-2x{
	background: linear-gradient(rgba(234,112,106, 0.92),rgba(234,112,106, 0.92)),url('../images/sl2.jpg');
	background:-ms-linear-gradient(top, #EA706A 0%, #EA706A 100%);
	background-image: -moz-linear-gradient(top, #EA706A 0%, #EA706A 100%);
    background-image: -o-linear-gradient(top, #EA706A 0%, #EA706A 100%);
   	background: -webkit-linear-gradient(top right, rgba(234,112,106, 0.92),rgba(234,112,106, 0.92)),url('../images/sl2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.kuweb-pricing-box .single-pricing-box-3x{
	background: linear-gradient(rgba(181,213,106, 0.92),rgba(181,213,106, 0.92)),url('../images/sl3.jpg');
	background:-ms-linear-gradient(top, #B5D56A 0%, #B5D56A 100%);
	background-image: -moz-linear-gradient(top, #B5D56A 0%, #B5D56A 100%);
    background-image: -o-linear-gradient(top, #B5D56A 0%, #B5D56A 100%);
    background: -webkit-linear-gradient(top right, rgba(234,112,106, 0.92),rgba(234,112,106, 0.92)),url('../images/sl3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}
.kuweb-pricing-box .single-pricing-box-4x{
	background: linear-gradient(rgba(240,194,75, 0.92),rgba(240,194,75, 0.92)),url('../images/sl4.jpg');
	background:-ms-linear-gradient(top, #F0C24B 0%, #F0C24B 100%);
	background-image: -moz-linear-gradient(top, #F0C24B 0%, #F0C24B 100%);
    background-image: -o-linear-gradient(top, #F0C24B 0%, #F0C24B 100%);
    background: -webkit-linear-gradient(top right, rgba(234,112,106, 0.92),rgba(234,112,106, 0.92)),url('../images/sl4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
}

.kuweb-pricing-box .pricing-box h3{
	color: #fff;
	font-family: 'Dosis',sans-serif;
	font-size: 2em;
    font-weight: 700;
    text-transform: capitalize; 
    padding-top: 45px;
    padding-bottom: 15px;
}
.kuweb-pricing-box .pricing-box .kuweb-price-in-table{
	padding: 10% 0 5%;
}
sup.kuweb-value,
.kuweb-pricing-box .pricing-box sup.kuweb-value{
	font-size: 30px;
	top: -30px;
}
span.kuweb-price,
.kuweb-pricing-box .pricing-box span.kuweb-price{
	color: #fff;
	
	font-size: 50px;
    font-weight: 300;
}
span.kuweb-mark,
.kuweb-pricing-box .pricing-box span.kuweb-mark{
	font-size: 14px;
}
.kuweb-pricing-box .pricing-box ul {
	padding: 7% 0 7%;
	margin: 0;
	list-style: none;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
}
.kuweb-pricing-box .pricing-box ul del{
	color: #fff;
}
.kid-pricing-table  a.kid-btn-large {
    background: #fff;
	margin-bottom: 8%;
	color: #727272;
	padding: 7px 20px;
	transition: all 0.3s ease;
}
.pricing-box .kid-btn-large:before,
.pricing-box a.kid-btn-large:before {
	background: #2BE09E;
	color: #f1f1f1;
	transition: all 0.3s ease;
}
.pricing-box .kid-btn-large, a.kid-btn-large:hover {
	background: #2BE09E;
	color: #f1f1f1;
}
/*Feature plan*/
.kuweb-pricing-box .feature-plan {
	position: absolute;
	background: #2BE09E;
	padding: 23px 15px;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	
	font-weight: 600;
	text-transform: uppercase;
	margin-top: -35px;
	right: -5px;
}
.kindergarten-1x .blog-content h3{
	line-height: 30px;
	font-family: 'Dosis',sans-serif;
}
/*****************************************
		High School 
******************************************/

/* High School Features */
.kuweb-high-school-features-1x{
	background: #fff;
	color: black;
	margin-top:20px;
}
.hs-single-features-left{
   	background: #8e192c;
}

.hs-single-features-left h4,
.hs-single-features-left p,
.hs-single-features-left i{
}
 .kuquicklinktitle
 {
	position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
	margin-bottom: 25px;
}

.kuquicklinktitle:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 70px;
    border-bottom: 3px solid #ffbf00;
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.kuweb-single-features{
	/*padding: 50px 30px 45px 30px;*/
	padding:30px;
}

.kuweb-single-features ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.kuweb-single-features ul li a{
    color: #ffffff;
    line-height: 31px;
    transition: all .3s ease;
}

.kuweb-single-features .media{
}
.align{
    text-align:center;
}
.kuweb-single-features .media-left{
	display: block;
	float: left;
}
.kuweb-single-features .media-left i{
    font-size: 50px;
    color: #1EA69A;
    margin-right: 10px;
}
.kuweb-single-features .media-body{}
.kuweb-single-features .media-body a h4{
    
    font-size: 20px;
    font-weight: 700;
    color: #f1f1f1;
    line-height: 25px;
	text-align:center;
    text-transform: uppercase;
	transition: all .3s ease;
}
.kuweb-single-features .media-body a:hover h4{
    color: #f1f1f1;
}
.kuweb-single-features p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
.hs-single-features-1x{
	background: #84BED6;
}
.hs-single-features-2x{
	background: #B5D56A;
	padding-bottom: 70px;
}
.hs-single-features-3x{
	background: #ffbf00;
	padding-bottom: 70px;
}
/* High School Extra Features */
.kuweb-high-school-extra-features-1x{}
.high-school-single-extra-features{
	padding: 70px 30px;
}
.high-school-single-extra-features h4{
    font-size: 25px;
    color: #262626;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.university-2x .high-school-single-extra-features h4 {
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid #1EA69A;
    padding-left: 20px;
    margin-bottom: 40px;
	margin-top: 18px;
}
.high-school-fun-facts ul,
.high-school-single-extra-features ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.high-school-fun-facts ul li a,
.high-school-single-extra-features ul li a{
    font-size: 17px;
    color: #262626;
    line-height: 31px;
	transition: all .3s ease;
}
.high-school-fun-facts ul li i,
.high-school-single-extra-features ul li i{
    font-size: 17px;
    color: #262626;
	margin-right: 10px;
}
.university-2x .high-school-single-extra-features ul li a:hover {
    color: #1EA69A;	
}
.high-school-fun-facts ul li a:hover,
.high-school-single-extra-features ul li a:hover{
	color: #ffbf00;
}

.high-school-fun-facts ul li i:hover,
.high-school-single-extra-features ul li i:hover{
	color: #ffbf00;
}

.university-2x .high-school-single-extra-features ul li,
.university-2x .high-school-single-extra-features ul li a,
.university-2x .high-school-single-extra-features ul li i{
	color: #262626;
}
.hs-single-extra-features-left{
    background: #fff;
    padding-left: 50px;
    padding-right: 15px;
}
.university-2x .hs-single-extra-features-left{ 
    background: #1EA69A;
    overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	padding-top: 70px;
    padding-bottom: 0;
	margin-top: -50px;
	z-index: 1;
}
.single-extra-feature{
	text-align: center;
	margin-bottom: 62px;
}
.single-extra-feature h3 {
    font-size: 18px;
    color: #f1f1f1;
    margin-top: 10px;
    font-weight: 400;
}
.single-extra-feature img{
	max-width: 70px;
}

a.left-color-button{
    display: block;
    color: #f1f1f1;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    padding: 14px 20px;
    margin: 10px 0;
    border-radius: 2px;
}

a.left-color-button-1x {
    background: #A597E7;
}
a.left-color-button-2x{
    background: #EA77AD;
}

/* High School Info Right */
.high-school-info-right{
	padding: 50px 30px 0 0;
}
.high-school-single-info{
	margin-bottom: 30px;
    padding: 20px;
    background: white;
}
.high-school-single-info img{}
.high-school-single-info-body{
	height: 180px;
	border: 1px solid #eee;
	padding: 20px;
}
.high-school-single-info h3{
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid #1EA69A;
    padding-left: 20px;
    margin-bottom: 25px;
}
.kuweb-body .high-school-single-info h3{
	border-left: 5px solid #ffbf00;
}
.high-school-single-info h4{    
    font-size: 18px;
    font-weight: 700;
    color: #262626;
    line-height: 25px;
	margin: 0 0 15px 0;
	transition: all .3s ease;
}
.high-school-single-info a h4:hover{
	color: #1EA69A;
}
.kuweb-body .high-school-single-info a h4:hover{
	color: #ffbf00;
}
.high-school-single-info p{
   font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.high-school-read-more{
    font-size: 14px;
	font-weight: 500;
    text-transform: uppercase;
    color: #1EA69A !important;
}
.kuweb-body .high-school-read-more{
	color: #ffbf00 !important;
}

/* kuweb enents fun facts and news */
.kuweb-events-news-fun{
	padding-top: 50px;
	
}
/*events*/
.kuweb-events{
    border: 1px solid #eee;
    padding: 15px;
}

.university-2x .high-school-fun-facts h3,
.high-school-fun-facts h3,
.university-2x .kuweb-events h3,
.kuweb-events h3{    
    color: #262626;
    font-weight: 700;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 40px;
    border-left: 5px solid #ffbf00;
    padding-left: 20px;
}
.university-2x .high-school-fun-facts h3,
.university-2x .kuweb-events h3{
	border-left: 5px solid #1EA69A;
}
.kuweb-events .media{
    padding: 0 0 20px 0;
}
.kuweb-events :last-child{
    border-bottom: 0 solid #b5b5b5;
}
.kuweb-events .media-left{
    border: 2px solid #ffbf00;
    padding: 15px 10px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.university-2x .kuweb-events .media-left{
    border: 2px solid #1EA69A;
}
.kuweb-events .media-left span:nth-child(1){
    display: block;
	font-size: 30px;
    font-weight: 700;
	color: #ffbf00;
}
.kuweb-events .media-left span:nth-child(2){
	font-size: 15px;
	font-weight: 700;
	color: #ffbf00;
}
.university-2x .high-school-fun-facts ul li a:hover,
.university-2x .high-school-fun-facts ul li i:hover,
.university-2x .kuweb-events .media-body strong i,
.university-2x .kuweb-events .media-body span i,
.university-2x .kuweb-events .media-body a h4:hover,
.university-2x .kuweb-events .media-left span:nth-child(1),
.university-2x .kuweb-events .media-left span:nth-child(2){
	color: #1EA69A;
}
.kuweb-events .media-body{
    padding-left: 20px;
}
.kuweb-events .media-body a h4{
    
    color: #262626;
    font-size: 14px;
	font-weight: 700;
    text-transform: capitalize;
	line-height: 25px;
	transition: all .3s ease;

}
.kuweb-events .media-body a h4:hover{
	color: #ffbf00;
}
.kuweb-events .media-body span{
	float: left;
}
.kuweb-events .media-body strong{
	float: right;
	font-weight: 400;
}
.kuweb-events .media-body strong i,
.kuweb-events .media-body span i{
    color: #ffbf00;
    padding-right: 5px;
}
.high-school-fun-facts{
    border: 1px solid #eee;
    padding: 30px;	
}
.high-school-fun-facts h3{}
.kuweb-news{
	background: #ffffff;
	border: 1px solid #eee;
	padding: 0 20px;
	height:500px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}
.kuweb-news h3{
	margin-top: 30px;
}
@media screen and (max-width: 479px) { 
    .eventnews{
    height:auto!important;width: auto;background-color: #fff;
}
	.kuweb-news{
		height:auto;
	}
	.course-description-tab{
		text-align: center;
		padding: 0 10px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
	{
	    padding-right: 0px;
	    padding-left: 0px;
	}
}

.kuweb-post{
	border: none;
}
/* high school counter */
.kuweb-counter-1x{
	background: #000;
	margin-top: 0;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.university-countdown-1x .school-overlay-image {
    height: 200px !important;
	opacity: .5;
	object-fit: cover;
}

.single-counter{
	text-align: center;
}
.single-counter i{
	font-size: 30px;
	color: #f1f1f1;
	margin-bottom: 20px;
}
span.counter{
	color: #f1f1f1;
	font-size: 30px;
}
.single-counter h6{
	font-size: 15px;
	margin-top: 20px;
	color: #f1f1f1;
}
/*********************************************
		kuweb kids 
**********************************************/
.kuweb-kindergarten-features-1x{
	padding-top: 70px;
}
.single-kindergarten-features{  
    background-repeat: no-repeat;
	position: relative;
	text-align: center;
	color: #fff;
    text-align: center;
	padding: 30px 15px;		
}


.single-kindergarten-features-1x{
	background: rgba(142,25,44,.8),url('../images/sl5.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl5.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl5.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl5.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl5.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl5.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl5.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-2x{
    background: rgba(142,25,44,.8),url('../images/sl2.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl2.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl2.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-3x{
    background: rgba(142,25,44,.8),url('../images/sl3.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl3.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl3.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl3.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl3.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl3.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl3.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-4x{
    background: rgba(142,25,44,.8),url('../images/sl4.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl4.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl4.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl4.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl4.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl4.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl4.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-5x{
    background: rgba(142,25,44,.8),url('../images/sl1.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl1.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl1.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl1.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl1.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl1.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl1.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-6x{
    background: rgba(142,25,44,.8),url('../images/sl6.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl6.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl6.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl6.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl6.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl6.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl6.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}

.single-kindergarten-features-7x {
    background: rgba(142, 24, 44, .8), url('../images/sl7.jpg');
    background: -moz-linear-gradient(left, rgba(142, 24, 44, .8) 0%, rgba(142, 24, 44, .8) 100%), url('../images/sl7.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142, 24, 44, .8)), color-stop(100%, rgba(138, 23, 46, 0.57))), url('../images/sl7.jpg');
    background: -webkit-linear-gradient(left, rgba(142, 24, 44, .8) 0%, rgba(138, 23, 46, 0.57) 100%), url('../images/sl7.jpg');
    background: -o-linear-gradient(left, rgba(142, 24, 44, .8) 0%, rgba(138, 23, 46, 0.57) 100%), url('../images/sl7.jpg');
    background: -ms-linear-gradient(left, rgba(142, 24, 44, .8) 0%, rgba(138, 23, 46, 0.57) 100%), url('../images/sl7.jpg');
    background: linear-gradient(to right, rgba(142, 24, 44, .8) 0%, rgba(138, 23, 46, 0.57) 100%), url('../images/sl7.jpg');
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1);
    background-size: cover;
    transition: all 0.3s ease;
}

/* Hover css */
.single-kindergarten-features-1x:hover{
    background: rgba(138,23,46,.5),url('../images/sl5.jpg');
    background: -moz-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl5.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,23,46,.5)), color-stop(100%, rgba(138,23,46,.5))),url('../images/sl5.jpg');
    background: -webkit-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl5.jpg');
    background: -o-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl5.jpg');
    background: -ms-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl5.jpg');
    background: linear-gradient(to right, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl5.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-2x:hover{
    background: rgba(138,23,46,.5),url('../images/sl2.jpg');
    background: -moz-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl2.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,23,46,.5)), color-stop(100%, rgba(138,23,46,.5))),url('../images/sl2.jpg');
    background: -webkit-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl2.jpg');
    background: -o-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl2.jpg');
    background: -ms-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl2.jpg');
    background: linear-gradient(to right, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl2.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-3x:hover{
    background: rgba(138,23,46,.5),url('../images/sl3.jpg');
    background: -moz-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl3.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,23,46,.5)), color-stop(100%, rgba(138,23,46,.5))),url('../images/sl3.jpg');
    background: -webkit-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl3.jpg');
    background: -o-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl3.jpg');
    background: -ms-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl3.jpg');
    background: linear-gradient(to right, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl3.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-4x:hover{
    background: rgba(138,23,46,.5),url('../images/sl4.jpg');
    background: -moz-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl4.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,23,46,.5)), color-stop(100%, rgba(138,23,46,.5))),url('../images/sl4.jpg');
    background: -webkit-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl4.jpg');
    background: -o-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl4.jpg');
    background: -ms-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl4.jpg');
    background: linear-gradient(to right, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl4.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-5x:hover{
    background: rgba(138,23,46,.5),url('../images/sl1.jpg');
    background: -moz-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl1.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,23,46,.5)), color-stop(100%, rgba(138,23,46,.5))),url('../images/sl1.jpg');
    background: -webkit-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl1.jpg');
    background: -o-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl1.jpg');
    background: -ms-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl1.jpg');
    background: linear-gradient(to right, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl1.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}
.single-kindergarten-features-6x:hover{
    background: rgba(138,23,46,.5),url('../images/sl6.jpg');
    background: -moz-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl6.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138,23,46,.5)), color-stop(100%, rgba(138,23,46,.5))),url('../images/sl6.jpg');
    background: -webkit-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl6.jpg');
    background: -o-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl6.jpg');
    background: -ms-linear-gradient(left, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl6.jpg');
    background: linear-gradient(to right, rgba(138,23,46,.5) 0%, rgba(138,23,46,.5) 100%),url('../images/sl6.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
    background-size: cover;
    transition: all 0.3s ease;
}

.single-kindergarten-features-7x:hover {
    background: rgba(138, 23, 46, .5), url('../images/sl7.jpg');
    background: -moz-linear-gradient(left, rgba(138, 23, 46, .5) 0%, rgba(138, 23, 46, .5) 100%), url('../images/sl7.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(138, 23, 46, .5)), color-stop(100%, rgba(138, 23, 46, .5))), url('../images/sl7.jpg');
    background: -webkit-linear-gradient(left, rgba(138, 23, 46, .5) 0%, rgba(138, 23, 46, .5) 100%), url('../images/sl7.jpg');
    background: -o-linear-gradient(left, rgba(138, 23, 46, .5) 0%, rgba(138, 23, 46, .5) 100%), url('../images/sl7.jpg');
    background: -ms-linear-gradient(left, rgba(138, 23, 46, .5) 0%, rgba(138, 23, 46, .5) 100%), url('../images/sl7.jpg');
    background: linear-gradient(to right, rgba(138, 23, 46, .5) 0%, rgba(138, 23, 46, .5) 100%), url('../images/sl7.jpg');
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1);
    background-size: cover;
    transition: all 0.3s ease;
}


.single-kindergarten-features-7x img,
.single-kindergarten-features-6x img,
.single-kindergarten-features-5x img,
.single-kindergarten-features-4x img,
.single-kindergarten-features-3x img,
.single-kindergarten-features-2x img,
.single-kindergarten-features-1x img{
    width: 70px;
}

.single-kindergarten-features-7x h4,
.single-kindergarten-features-6x h4,
.single-kindergarten-features-5x h4,
.single-kindergarten-features-4x h4,
.single-kindergarten-features-3x h4,
.single-kindergarten-features-2x h4,
.single-kindergarten-features-1x h4{
	font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #f1f1f1;
    padding: 5px 0;
}
.single-kindergarten-features p{
    font-size: 15px;
    color: #f1f1f1;
}
.kindergarten-read-more{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f1f1f1 !important;
	transition: all .3s ease;
}
.kindergarten-read-more:hover {}
.kuweb-testimonial-timer-1x .kuweb-testimonial span{
	color: #ffbf00;
	font-size: 14px;
	font-weight: 500;
}
.kuweb-testimonial-timer-1x .kuweb-testimonial b{
	color: #b5d56a;
	font-size: 17px;
}
.kuweb-testimonial-timer-1x .kid-header-title  h4{
	color: #f1f1f1;
}

.kuweb-countdown-timer-1x .kid-header-title h2,
.kuweb-testimonial-timer-1x .kid-header-title h2{
	color: #f1f1f1;
	margin-bottom: 30px;
}

.kuweb-countdown-timer-1x .kid-header-title span.heading-divider{
	margin-left: 33px;
}
.kuweb-testimonial-timer-1x .kid-header-title h4,
.kuweb-testimonial-timer-1x .kid-header-title h2,
.kuweb-countdown-timer-1x .kid-header-title h4,
.kuweb-countdown-timer-1x .kid-header-title h2{
    font-family: 'Dosis',sans-serif;
    font-weight: 700;
}
.kuweb-countdown-timer-1x .kid-header-title h4,
.kuweb-countdown-timer-1x .kid-header-title h2{
	text-align: left;
}
.kuweb-testimonial-timer-1x .kid-header-title h4,
.kuweb-countdown-timer-1x .kid-header-title h4{
	font-size: 20px;
}
.kuweb-testimonial-timer-1x .kid-header-title h2,
.kuweb-countdown-timer-1x .kid-header-title h2{
	font-size: 35px;
}
.kindergarten-1x .kuweb-cta-1x{	
    background: rgba(142,25,44,.8),url('../images/sl2.jpg');
    background: -moz-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.8) 100%),url('../images/sl2.jpg');
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(142,25,44,.8)), color-stop(100%, rgba(142,25,44,.57))),url('../images/sl2.jpg');
    background: -webkit-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    background: -o-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    background: -ms-linear-gradient(left, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    background: linear-gradient(to right, rgba(142,25,44,.8) 0%, rgba(142,25,44,.57) 100%),url('../images/sl2.jpg');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a172e', endColorstr='#8a172e', GradientType=1 );
	background-attachment: fixed;
	font-family: 'Dosis',sans-serif;
}
.kuweb-pricing-table-1x .kid-header-title h4,
.kuweb-events-1x .kid-header-title h4,
.kuweb-blog-1x .kid-header-title h4{
    font-size: 20px;
    font-family: 'Dosis',sans-serif;
    font-weight: 700;
    color: #262626;
}


.kuweb-kindergarten-features-1x .kid-header-title h2,
.kuweb-pricing-table-1x .kid-header-title h2,
.kuweb-events-1x .kid-header-title h2,
.kuweb-blog-1x .kid-header-title h2{
    font-size: 35px;
    font-family: 'Dosis',sans-serif;
    font-weight: 700;
    color: #8e192c;
	margin-bottom: 30px;
}

.kuweb-kindergarten-features-1x .kid-header-title strong,
.kuweb-testimonial-timer-1x .kid-header-title strong,
.kuweb-countdown-timer-1x .kid-header-title strong,
.kuweb-pricing-table-1x .kid-header-title strong,
.kuweb-events-1x .kid-header-title strong,
.kuweb-blog-1x .kid-header-title strong{
	color: #ffbf00;
}
span.heading-divider{
	display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
span.heading-divider:before{
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #b5d56a;
    left: 50%;
    margin-left: -5px;
    top: -4px;
}
span.heading-divider:after{
	position: absolute;
    content: "";
    height: 3px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: -1px;
    background: #b5d56a;
}

/***********************************************
		University Two
***********************************************/
.university-2x .about-university{
	padding-left: 30px;
}
.university-2x .about-university h2{
	text-transform: uppercase;
}
/***********************************************
		Online course One 
***********************************************/
.online-course-2x  .subscriber-form input[type="text"],
.online-course-1x  .subscriber-form input[type="text"],
.online-course-2x  .search-post input[type="text"],
.online-course-1x  .search-post input[type="text"]{
	height: 50px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.online-course-2x  .btn-search,
.online-course-1x  .btn-search{
	margin-top: 10px;
    height: 50px;
	width: 50px;
    background: #1EA69A;
	border-radius: 5px;
	border: 0;
    color: #f1f1f1;
}
.online-course-2x .subscriber-course-info,
.online-course-2x  .online-course-info,
.online-course-1x  .online-course-info{
	clear: both;
	padding-top: 30px;
}
.online-course-2x  .subscriber-course-info ul,
.online-course-2x  .online-course-info ul,
.online-course-1x  .online-course-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.online-course-2x  .subscriber-course-info  ul li,
.online-course-2x  .online-course-info ul li,
.online-course-1x  .online-course-info ul li{
	display: inline-block;
    padding-right: 30px;
	font-size: 16px;
	color: #f1f1f1;
}
.online-course-2x  .online-course-info ul li:nth-child(1),
.online-course-1x  .online-course-info ul li:nth-child(1){
	color: #FE7D6F;
}
.online-course-2x  .online-course-info ul li:nth-child(2),
.online-course-1x  .online-course-info ul li:nth-child(2){
	color: #ecd06f;
}
.online-course-2x  .online-course-info ul li:nth-child(3),
.online-course-1x  .online-course-info ul li:nth-child(3){
	color: #03A9C1;
}
.online-course-2x  .subscriber-course-info ul li:last-child,
.online-course-2x  .online-course-info ul li:last-child,
.online-course-1x  .online-course-info ul li:last-child{
    padding-right: 0;
}
.online-course-category-1x h2{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 70px;
}

.online-course-category-1x .single-kindergarten-features{
	padding: 15px 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	height:200px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.46);
    box-shadow: 0px 0px 4px rgba(0,0,0,.46);
}
.online-course-category-1x .single-kindergarten-features h4 a{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color: #f1f1f1;
	transition: all 0.3s ease;
}


.online-course-1x  .kuweb-related-course {
    margin: 0 0 30px 0;
}
.online-course-1x  .category-course-search h2{
    font-size: 20px;
    color: #262626;
    font-weight: 700;
    padding-top: 0;
	padding-left: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border-left: 5px solid #1EA69A;

}
.all-course-left{
	background: #f5f5f5;
	padding: 30px;
	border-radius: 1px;
}
.all-course-left .checkbox label,
.radio label{
	text-transform: uppercase;
}
.checkbox span{
	padding-left: 10px;
}

.online-course-1x  .category-course-search .form-control {
	height: 50px;
	margin-bottom: 20px;
}
.online-course-1x  .advanced_seach{
	margin-bottom: 45px;
}
.online-become-techer-1x{
	background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/online-course/online-course-13.jpg');
	background:-ms-linear-gradient(top, #000 0%, #000 100%),url('../images/online-course/online-course-13jpg');
	background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
    background-image: -o-linear-gradient(top, #000 0%, #000 100%);
    background: -webkit-linear-gradient(top right, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/online-course/online-course-13.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 15%;
}
.become-techer{
	border-right: 0;
	border-left: 0;
}
.become-techer-left{}
.become-techer-right{
	padding: 90px 20px;
}
.become-techer-left img{
	object-fit: cover;
	margin-top: -90px;
}
.become-techer-right h3,
.become-techer-left h3 {
	
	font-size: 40px;
	color: #f1f1f1;
	font-weight: 600;
	margin-bottom: 20px;
}
.become-techer-right p,
.become-techer-left p {
	font-size: 15px;
	font-weight: 400;
	color: #f1f1f1;
	margin-bottom: 30px;
}
.online-course-1x .online-popular-category-1x{
	background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('../images/slide/slide-1.jpg');
	background:-ms-linear-gradient(top, #000 0%, #000 100%),url('../images/slide/slide-1.jpg');
	background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
    background-image: -o-linear-gradient(top, #000 0%, #000 100%)    
    background: -webkit-linear-gradient(top right, rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('../images/slide/slide-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;		
}
.online-popular-category-1x .related-course-content {
	background: #fff;
	padding-bottom: 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.online-popular-category-1x .kuweb-related-course-image,
.online-popular-category-1x .kuweb-related-course-overlay{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
.online-course-2x .related-course-content h3,
.online-course-1x .related-course-content h3 {
    margin-top: 0;
}
.online-course-1x .related-course-content p {}


.online-course-1x .kuweb-main-title {
    font-size: 30px;
    text-transform: capitalize;
}
.online-course-2x .kuweb-shop-1x .carousel-control,
.online-course-1x .kuweb-shop-1x .carousel-control,
 .online-course-2x .kuweb-related-course-1x .carousel-control,
 .online-course-1x .kuweb-related-course-1x .carousel-control,
 .single-course-1x .kuweb-related-course-1x .carousel-control,
 .university-2x .kuweb-shop-1x .carousel-control,
 .university-2x .university-course-1x .carousel-control,
 .university-1x .kuweb-shop-1x .carousel-control,
 .university-1x .university-course-1x .carousel-control{
	top: 20px;
    margin-left: 92%;
}
.kuweb-shop-1x .shop-content h5,
.online-course-2x .kuweb-shop-1x .shop-content h5,
.online-course-1x .kuweb-shop-1x .shop-content h5{
    font-size: 17px;
    color: #262626;
	text-align:center;
    font-weight: 500;
}
.kuweb-shop-1x .shop-content h6,
.online-course-2x .kuweb-shop-1x .shop-content h6,
.online-course-1x .kuweb-shop-1x .shop-content h6{
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 500;
}
.online-course-2x .kuweb-shop-1x  .kuweb-shop-middle,
.online-course-1x .kuweb-shop-1x  .kuweb-shop-middle {
	transform: none;
}
.online-course-1x .online-popular-category-1x .related-course-content h3 {
    margin-top: 0;
    padding-top: 0;
}

.online-course-2x .kuweb-shop-1x .footer-info-right ul li,
.online-course-1x .kuweb-shop-1x .footer-info-right ul li{
	border: 0;
	padding-top: 4px;
}
/***********************************************
		Online course Two 
***********************************************/
.online-course-1x .container-2,
.online-course-2x .container-2,
.online-course-1x .top-menu,
.online-course-2x .top-menu {
	display: none;
}
.kuweb-body .kuweb-nav,
.kindergarten-1x .kuweb-nav{
	margin-top: 0 !important;
}
.online-course-1x .kuweb-nav,
.online-course-2x .kuweb-nav {
	margin-top: 20px;
}
.is-sticky .kuweb-nav,
.online-course-1x .is-sticky .kuweb-nav,
.online-course-2x .is-sticky .kuweb-nav {
	margin-top: 0 !important;
	
}
.online-course-1x .kuweb-cart,
.online-course-2x .kuweb-cart {
	color: #f1f1f1;
    margin-top: 10px;
}
.online-course-1x .kuweb-nav .navbar-right,
.online-course-2x .kuweb-nav .navbar-right {
    margin-right: 200px;
}
.online-course-1x .box a,
.online-course-2x .box a{
	color: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}
.online-course-1x .is-sticky .kuweb-nav .box,
.online-course-1x .is-sticky .kuweb-nav .box a,
.online-course-2x .is-sticky .kuweb-nav .box,
.online-course-2x .is-sticky .kuweb-nav .box a{
	color: #262626;
}
.online-course-1x .is-sticky .kuweb-nav .box i,
.online-course-2x .is-sticky .kuweb-nav .box i{
	border: 1px solid #1EA69A;
	color: 1EA69A;
}
.online-course-1x .is-sticky .modal,
.online-course-2x .is-sticky .modal{
	z-index: 999999;
}
.online-course-2x .is-sticky .kuweb-subscription-1x a,
.online-course-1x .is-sticky .kuweb-subscription-1x a{
	color: #f1f1f1 !important;
}
.online-course-2x .is-sticky .kuweb-subscription-1x i,
.online-course-1x .is-sticky .kuweb-subscription-1x i{
	border: none !important;
}
.single-events-1x .media-left{
	padding-top: 5px;
}

.online-course-1x .box i,
.online-course-2x .box i{
	font-size: 10px;
	color: #1EA69A; 
	font-weight: 700;
	border: 1px solid #1EA69A;
    border-radius: 50px;
    padding: 10px;
    margin-right: 5px;
	
}
.online-course-2x .kuweb-main-title {
    font-size: 30px;
	text-transform: capitalize;
}
.online-course-2x .kuweb-related-course-1x {
    margin-bottom: 0;
}
.online-course-2x .kuweb-featured-category-1x{}
.online-course-2x .featured-category-container{}

.online-course-2x .featured-category-container h2{
    font-size: 35px;
    
    font-weight: 700;
    color: #262626;
	text-align: center;
}

.online-course-2x .single-featured-category{
    text-align: center;
}
.online-course-2x .single-featured-category h4{
	font-size: 25px;
	font-weight: 600;
	color: #262626;
	margin-bottom: 20px;
}
.online-course-2x .single-featured-category p{}
.online-course-2x .featured-category-img{
    background: #218a43;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	margin-top: 10px;
	border:5px solid #fff;
}
.online-course-2x .single-featured-category:hover .featured-category-img{
    text-align: center;
	height: 100px;
    width: 100px;
	background: #218a43;
	border-radius: 50%;
	transition: 0.3s ease;
	-webkit-box-shadow: 0px 0px 0px 3px #218a43;
	-moz-box-shadow: 0px 0px 0px 3px #218a43;
	box-shadow: 0px 0px 0px 3px #218a43;
}
.online-course-2x .featured-category-img img{
    display: block;
    max-width: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.online-course-2x .course-header-menu{
	background: #f5f5f5;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 50px;
}
.online-course-2x .single-header-menu{
	
}
.online-course-2x .single-header-menu i{
	float: right;
	font-size: 20px;
	margin-left: 15px;
	padding-top: 10px;
}
.online-course-2x .single-header-menu .form-control{
	margin: 0; 
	height: 35px;
}
.online-course-2x .kuweb-related-course {
    margin-top: 0;
}
.online-course-2x .online-course-nav{
    float: right;
	border: none;
}
.online-course-2x .online-course-nav li a{
	padding: 0;
	border: 0;
	outline: none;
}
.online-course-2x .online-course-nav>li.active>a,
.online-course-2x .online-course-nav>li.active>a:focus, 
.online-course-2x .online-course-nav>li.active>a:hover{
	border: none;
	padding: 0;
	color: #1EA69A;
}
.online-course-2x .course-teacher-1x{}
.online-course-2x .kuweb-events-1x {
    padding-top: 0;
}
.online-course-2x .course-teacher-1x .media{}
.online-course-2x .course-teacher-1x .media-left{
	display: block;
}
.online-course-2x .course-teacher-1x .media-left img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}
.online-course-2x .course-teacher-1x .media-body{
	padding-top: 20px;
}
.online-course-2x .course-teacher-1x .media-body a h4{
    font-size: 15px;
    color: #262626;
    font-weight: 700;
}
.online-course-2x .course-teacher-1x .media-body a span{
    font-size: 12px;
    color: #262626;
    font-weight: 700;
}
.online-course-2x .single-events-1x .media-left{
	padding-right: 0;
}

.online-course-2x .event-cost b {
    margin-top: 25px;
}
.online-course-2x .single-events-1x h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.online-course-2x .single-events-1x p {
    margin-top: 20px;
}
.footer-subscriber-1x{
    background: linear-gradient(rgba(0,0,0, 0),rgba(0,0,0, 0)),url(images/online-course/footer-bg.png);
	background:-ms-linear-gradient(top, #000 0%, #000 100%),url('../images/online-course/footer-bg.png');
	background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
    background-image: -o-linear-gradient(top, #000 0%, #000 100%);
    background: -webkit-linear-gradient(top right, rgba(0, 0, 0),rgba(0, 0, 0)),url('../images/online-course/footer-bg.png');    
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.online-course-1x .footer-subscriber-1x h2{
	
    font-size: 30px;
    color: #262626;
    font-weight: 700;
    margin-bottom: 40px;	
}
.subscriber{
	padding: 80px 0 0 0;
}
.subscriber-content{}
.online-course-2x  .subscriber-course-info  ul li{
	color: #f1f1f1;
}
.subscriber-content img{
	width: auto;
    margin-bottom: 40px;
}
.subscriber-content p{
	max-width: 900px;
    padding: 50px 0;
    font-size: 15px;
    font-weight: 400;
	margin: 0 auto;
}
.subscriber-content .footer-info-right {
	text-align: center;
}
.subscriber-content .footer-info-right img{
	width: auto;
    margin: 40px 15px 40px 0;
}
.subscriber-form{}
.subscriber-form .form-control{}
.footer-bottom{
	padding: 50px 0 70px 0;
}

.footer-bootom-left{
	float: left;
}
.footer-bootom-left p{
	padding: 0;
}


.footer-bootom-left a{
	color: #f1f1f1;
	transition: all 0.3s ease;
}
.subscriber-content .footer-bootom-left a{
	color: #7a7a7a;
}
.footer-bootom-left a:hover{
	color: #1EA69A;
}
.subscriber-content .footer-bootom-left a:hover{
	color: #1EA69A;
}
.footer-bootom-right{
	float: right;
}
.footer-bootom-right ul{
    padding: 0;
    margin: 0;
}
.footer-bootom-right ul li{
    display: inline-block;
    padding-left: 30px;
}
.subscriber-content .footer-bootom-right ul li a{
	color: #7a7a7a;
}

.footer-bootom-right ul li a{
    font-size: 15px;
    color: #f1f1f1;
    transition: 0.3s ease;
}
.footer-subscriber-1x .footer-info-right ul li{
	padding-top: 4px;
}
.footer-bootom-right ul li a:hover{
	color: #1EA69A;
}


.online-access-course-1x{
	background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/online-course/slider2.jpg')
	background:-ms-linear-gradient(top, #000 0%, #000 100%),url('../images/slide/slide-7.jpg');
	background-image: -moz-linear-gradient(top, #000 0%, #000 100%);
    background-image: -o-linear-gradient(top, #000 0%, #000 100%);
    background: -webkit-linear-gradient(top right, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/online-course/slider2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 70px;
}
.access-course-content{
	border: 0;
}
.access-course{
	padding: 140px 20px;
}
.online-course-2x  .access-course h4{
	font-size: 25px;
    color: #f1f1f1;
    font-weight: 600;
    margin-bottom: 35px;
    
}
.online-course-2x  .access-course h3{
	font-size: 18px;
    color: #f1f1f1;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}
.online-course-2x .access-course-img{
	object-fit: cover;
    margin-top: 139px;	
}
.online-course-2x .access-course img{
	width: auto;
    margin: 40px 10px 0 0;	
}
/***********************************/
.online-course-new-container {
    position: relative;
    width: 100%;
	top: -72px;
}
.online-course-new-middle input[type="text"]{
	border: 0;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.online-course-new-container .online-course-new-image {
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: .5s ease;
  backface-visibility: hidden;
}

.online-course-new-middle {
    transition: .5s ease;
	opacity: 1;
	position: absolute;
	top: 55%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.online-course-new-container:hover .online-course-new-image {
  opacity: 0.5;
}

.online-course-new-container:hover .online-course-new-middle {
  opacity: 1;
}

.online-course-new-text {
  color: white;
  font-size: 16px;
}
.online-course-new-text h2{
	font-size: 50px;	
	font-weight: 500;
	color: #f1f1f1;
	text-align: center;
}
.online-course-new-text h4{
	font-size: 20px;
	font-weight: 400;
	color: #f1f1f1;
	margin-bottom: 40px;
	text-align: center;
}
.online-course-new-text .form-control{
	height: 50px;
}
.online-course-2x .subscriber-course-info, .online-course-2x .online-course-info, .online-course-1x .online-course-info {
    clear: both;
    padding-top: 30px;
    text-align: center;
}

/*********************************************
				About Us 
*********************************************/
.kuweb-notice-1x{}
.notice-read-more{
    float: right;
    right: 30px;
    padding: 10px 30px !important;
    background: #218a43 !important;
    color: #f1f1f1 !important;
    margin-top: 17px;
}
.notice-read-more:hover:before{
	background: #262626 !important;
}
.notice-board-1x .single-events-1x h4 {
    font-size: 22px;
}
.notice-board-1x .event-schedule {
    font-weight: 500;
}

/*********************************************
				Vice Chancellor 
*********************************************/
.vice-chancellor-contents img{
    width: auto;
    margin: 20px 15px 40px 0;
}

/*********************************************
				Admission Apply 
*********************************************/
.admission-form-1x .kuweb-subscription-form-1x {
     padding: 0;
	 padding-top: 50px;
	 padding-left: 0;
}
.admission-form-1x .kuweb-subscription-title-1x {
	background: none;
	padding: 0;
    padding-left: 15px;
    text-align: left;
    border-left: 5px solid #1EA69A;
}
.admission-form-1x .kuweb-subscription-title-1x h3 {    
    font-weight: 700;
    font-size: 25px;
    color: #262626;
}
.admission-form-1x textarea.form-control {
    height: 200px;
	border: 1px solid #dddddd;
}
.carrer-details-1x .notice-read-more ,
.admission-form-1x .notice-read-more {
     float: left;
     right: 0;
}

/*********************************************
				Contact us 
*********************************************/
.contact-us-header{}
.contact-us-header h2{
	font-size: 35px;
    
    font-weight: 700;
    color: #262626;
    text-align: center;
}
.contact-us-header h3{
	font-size: 15px;
    font-weight: 500;
    color: #262626;
    text-align: center;
}
.featured-category-img i{
	font-size: 60px;
	color: #f1f1f1;
	margin-top: 20px;
}
.contact-us-1x .single-featured-category p {
    font-size: 16px;
}
.contact-us-header .notice-read-more{
	float: center;
}
.client_map{
	margin-top: 50px;	
	padding-right: 30px;
}
#map{
	overflow:hidden;
	width:100%;
	height: 400px;
}



.kid-feature-container {
    position: relative;
    width: 100%;
}

.kid-feature-image {
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.kid-feature-middle {
  transition: .5s ease;
  opacity: 0.4;
  position: absolute;
  overflow: hidden;
  top: 0%;
  left: 0%;
  
  //transform: translate(-0%, -0%);
  //-ms-transform: translate(-50%, -0%)
  
}

.kid-feature-container:hover .kid-feature-image {
  opacity: 1;
}

.kid-feature-container:hover .kid-feature-middle {
  opacity: 1;
}

.kid-feature-text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


/********************************************
			Components Item
/********************************************/
.promotion-box {
    background: #f9f9f9;
    padding: 20px 20px 20px 30px;
    border-left: 3px solid #8e192c;
    margin-bottom: 30px;
}
.promotion-box  h4{
	color: #262626;
}
.line-top {
    padding: 30px 30px 0 30px;
    border-left: 0;
    border-top: 3px solid #ffbf00;
    margin-bottom: 30px;
	background:white;
}
.dropcaps span {
    float: left;
    color: #1EA69A;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}
.dropcaps strong {
    float: left;
	background: #1EA69A;
    color: #f1f1f1;
    font-size: 75px;
    line-height: 60px;
    padding: 10px;
    margin-right: 10px;
}
.sticker-1x h4{
	color: #262626;
	font-size: 15px;
	margin-right: 20px;
}
.sticker {
    background: #333;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    margin: 0 5px;
}
.red{
	background: #8e192c;
}
.blue{
	background: #1EA69A;
}
.orange{
	background: #ffbf00;
}
.green{
	background: #b5d56a;
}
i.sticker-icon {
    font-size: 50px;
    color: #333;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
i.sticker-icon span {
    position: absolute;
    right: 5px;
    top: 0;
}
span.highlight {
    background: #f2405d;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
}
span.highlight-dark {
    background: #333;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
}
.panel-title>a{
	display: block;
}
/* large button style */
.kuweb-component-button,
a.kuweb-component-button {
	background: #218a43;
	color: #f1f1f1;
    border-radius: 2px;
    display: inline-block;
	text-align: center;
	font-weight: 700;   
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.button-large{
	padding: 13px 30px;
	font-size: 13px;
}
.button-medium{
	padding: 8px 20px;
	font-size: 12px;
}
.button-small{
	padding: 4px 10px;
	font-size: 10px;
	
}

.kuweb-component-button i,
a.kuweb-component-button i {
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.kuweb-component-button:hover,
a.kuweb-btn-larg:hover {
	text-decoration: none;
	color: #f1f1f1;
}
.kuweb-component-button:before,
a.kuweb-component-button:before {
	background: #0e504b;
	color: #f1f1f1;
	content: "";
	height: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.kuweb-component-button:hover:before,
a.kuweb-component-button:hover:before {
	height: 100%;
	color: #262626;
}
/************************************************
				404 page	
*************************************************/
.kuweb-404-page-1x{}
.page-404-content{
    text-align: center;
    overflow: hidden;
    padding-top: 150px;
}
.page-404-content span{
    font-size: 170px;
    color: #1EA69A;
    font-weight: 700;
    letter-spacing: 30px;
    overflow: hidden;
}
.page-404-content h2{
	font-size: 70px;
	font-weight: 400;
	color: #262626;
	text-transform: uppercase;
	margin-top: 70px
}
.page-404-content h3{
	font-size: 25px;
	font-weight: 300;
	color: #262626;
	margin-bottom: 50px
}
.page-404-content h3 a{
	color: #1EA69A;	
	transition: all 0.3s ease;
}
.page-404-content h3 a:hover{
	color: #0e504b;	
}
.comming-soon-1x .kuweb-slider-image{
	height: 100vh;
	object-fit: cover;
}

.shadow {
	height: 35px;
    margin-bottom: 60px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
   -moz-box-shadow:    inset 0 0 5px #cccccc;
   -webkit-box-shadow: inset 0 0 5px #cccccc;
   box-shadow:         inset 0 0 5px #cccccc;
}
.shadow .content{
	/*width: 90%;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.about-message-content{
	background:white;
	height:150px;
	padding: 20px 25px 0 25px;
    border: 1px solid #f1f1f1;
}
.about-message-content1{
	background:white;
	/*height:170px;*/
	padding: 20px 25px 0 25px;
    border: 1px solid #f1f1f1;
}

.about-message-content,.about-message-content1 span{
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.about-message-footer {
    text-align:center;
	margin-top:5px;
	border-top: 1px solid #f1f1f1;
    padding: 15px 0;
	font-size: 11px;
}
.about-message-footer span{
	margin-right: 15px;
	margin-left: 3px;
}

.about-message-content,.about-message-content1 h3 {
    color: #262626;
    font-size: 20px;
	line-height: 25px;
    margin: 20px 0;
    font-weight: 700;
	transition: all .3s ease;
}

.blink{
	text-align: center;
	}
.blink span{
	color: #1ca24d;
	animation: blink 1s linear infinite;
	}
.blink span .new::after{
  content:'new';
  color:#1ca24d;
}

.blink .new::after{
  content:'new';
  color:#1ca24d;
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.notification{
  color:white;
  font-size:unset; 
  font-weight: bold;
}

.news::after{	
  background-color:#1ca24d;
  border-radius: 5px;
  content:' News ';
 padding: 0 6px 0 6px;
    margin: 0 6px;
}

.notice::after{	
  background-color: rgb(138,23,46, 1);
  border-radius: 5px;
  content:' Notice ';
  padding: 0 6px 0 6px;
    margin: 0 6px;
}
.new::after{	
  background-color: rgb(138,23,46, 1);
  border-radius: 5px;
  content:' New ';
  padding: 0 6px 0 6px;
    margin: 0 6px;
}


.notispliter{
	color:black;
	margin: 0 6px;
	font-weight:bold;
	font-size:unset;
}

.margin20{
	margin:20px;
}
.show {
  display: block;
}

/* Style the buttons */
.btn {
	float:left;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  margin: 25px 10px 25px 10px;
  text-transform: uppercase;
  font-weight: 600;
}
.btns {
  float:right;
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  margin: 25px 10px 25px 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}
.btns:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}
.column {
  display: none; /* Hide all elements by default */
}
.hide {
  display: none;
}
.kpname{
	color:black;
	font-size:16px;
	text-align:center;
	font-weight:700;
}

.knowledgecourses{
	width:350px;
	height:auto;
}

.ku_bg{
	background:#fff;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.marquee {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 25s linear infinite;
    color:black;
}

.marquee:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -90em }
}

.unline {
    background-color: #797777;
    width: 97%;
    border-radius: 5px;
    padding: 8px 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-shadow: none;
    margin: 10px;
}

.coursebt {
    border-radius: 5px;
    padding: 8px 20px;
    color: #000000;
    display: inline-block;
    width: 85%;
    font-weight: 700;
    text-align: center;
    text-shadow: none;
    margin: 10px 40px;
    border-color: #000000;
    border-style: solid;
}

.blinking{
	animation:blinkingBG 1s infinite;
}
@keyframes blinkingBG{
 0%, 100% {              /* Defines the properties at these frames */
        background: #218a43;
        color: white;
        border: 3px solid #218a43;
    }

    50% {                   /* Defines the properties at these frames */
        background: #218a43;
        color: white;
        border-radius: 20px;
        border: 3px solid #218a43;
    }
}

.PitemBody{
	text-align: justify;
	border: 4px double #e5e5e5;
	margin: 30px 0;
	padding: 6px;
    letter-spacing: 0.5px;
}

.PitemBody h4 {
    background: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    left: 11px;
    line-height: 18px;
    margin: 0 0 -9px!important;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    top: -16px;
}

.PitemBody p {
    clear: both;
    margin: 7px;
	}

.PitemBody img {	
	float: right;
    margin-left: 10px!important;
    width: 200px;
    padding: 5px 5px 5px 5px;
	}
	
.gkLegend1{
	text-align: justify;
	border: 4px double #e5e5e5;
	margin: 30px 0;
	padding: 6px;
    letter-spacing: 0.5px;
}

.gkLegend1 h4 {
    background: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    left: 11px;
    line-height: 18px;
    margin: 0 0 -9px!important;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    top: -16px;
}

.gkLegend1 p {
    clear: both;
    margin: 7px;
	}

.gkLegend1 img {	
	float: right;
    margin-left: 10px!important;
    width: 200px;
    padding: 5px 5px 5px 5px;
	}
		
.uls {
    margin-left: 60px;
    text-indent: -2em;
}

table {
    margin-bottom: 20px;
    width: 100%;
}

tbody tr td {
    font-size: 13px;
    color:black;
    border-bottom: 1px solid #565050;
    padding: 10px;
}

.indx_our_courses a{
    font-size: 15px;
    font-weight: 700;
    color: black;
	margin-right:8px;
	margin-left:8px;
}

.indx_coure_bt{
	text-align:center;
	margin-top:-15px;
	padding:3px;
	margin-bottom:15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius: 10px;
}
.button_cont {
margin-top: 20px;
margin-bottom: 40px;
}

#applynow {
	font-weight: 900;
    overflow: hidden;
    z-index: 999;
    display: block;
    line-height: 30px;
    cursor: pointer;
    position: fixed;
    margin-right: 70px;
    padding: 3px 6px;
    bottom: 17px;
    right: 1px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    border: solid;
    color: #8e192c !important;
    text-transform: uppercase;
    background-color: #ffbf00;
	}
#applynow:hover {
	color: #ffffff !important;
	background: #8e192c;
	border-color: #ab9010 !important;
	transition: all 0.4s ease 0s;
}

.disnone{
	display:none!important;
}

.headerL {
	background: url('../images/new.jpg') no-repeat center center;
	background-size:cover;
	position: relative;
}

.headerL1:before{
 content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(36, 34, 34, 0.67);
}

.headerL2:before{
 content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(32,67,87, 0.67);
}

.headerL3:before{
 content: "";
  position: absolute;8
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(1,42,0, 0.67);
}

.footerL {
	background: url('../images/set_land.jpg') no-repeat center center;
	background-size:cover;
	position: relative;
}
.footerL:before{
 content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(146,15,31, 0.67);
}

.squareZ { 
    list-style: none; 
    } 
              
.squareZ li::before { 
    content: "\25AA";
    color: white;
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 24px;
    margin-left: -0.9em;
    font-weight: bold
            } 

.cbackgound{
	background: #8e192c;
	background-size: cover;
}