@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-family: 'Fahkwang', sans-serif;/* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x:hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
  color:#111111;  
}
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
audio,
canvas,
progress,
video,a,span {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, /* 1 */
[hidden] {
  display: none;
}
a,button {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1,h2,h3,h4,h5 {
  margin: 0 0 15px;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,i ,a,span{
  border-style: none;
  transition: all 0.3s ease;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} 
a {color:#111111;}
a:hover {color:#f7941d; text-decoration:none;}
/******** Start Home Page CSS **********************************************************/
header {
	z-index:99;
} 
.topBar {
	margin: 0 auto;
	color: #fff;
    background:#9b2b2f;
    text-transform:uppercase;
    line-height:40px;
    font-size:15px;
    text-align:right;
}
.topBar a {
	font-weight: 400;
	color: #fff;
	margin-left: 23px;
	display: inline-flex;
	align-items: center;
}
.topBar .menu-top-menu-container ul {margin-bottom:0px;}
.topBar a i{
	font-size: 15px; 
	color: #f7941d;
	margin-right: 5px;
}
.topBar a:hover, .topBar a:focus{ 
	color: #f7941d;
}
.navigation {
	padding:0;
	background: transparent !important;
	border: none;
	padding: 10px 0;
}
.navigation .container, .topBar .container {
	max-width: 1260px;
}
.navbar-brand {
	display: inline-block;
	padding:0;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: normal;
	white-space: nowrap; 
}
.navbar-brand > img {
    width: 255px;
}
.menu-main-menu-container {
	margin-left:auto!important;
}

img.flogo {width: 155px;}

#menu-main-menu {
    display: flex;
	gap:30px;
    list-style: none;
    margin-top: 10px;
    position: relative;
    z-index:100;
}
#menu-main-menu > li:first-child > a {padding:0px;}
#menu-main-menu > li > a {
    color: #000;
    font-size: 15px;
    padding: 0 0 0 0;
    text-transform: none;
    outline: none;
    font-weight: 400;
    position: relative;
    line-height: normal;
	position:relative;
}

#menu-main-menu > li.menu-item-has-children > a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #273c6f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    margin: auto;
	display:none;
	opacity:0;	
}

.navigation.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	padding: 0 0 0 30px;
	text-transform: none;
	outline: none;
	font-weight: 300;
	position: relative;
	line-height: normal;
}
.navigation.navbar-dark .navbar-nav .nav-item:first-child .nav-link{
	padding: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active .nav-link  {
	color: #f7941d;
}
 
#menu-main-menu > li > ul.sub-menu {
    position: absolute;
    background: #273c6f ;
    right: 0;
    left: 0;
    padding:40px 50px;
    margin: 0;
	list-style:none;
	display:none; 
	top:130%;
	opacity:0;
	transition: all 0.3s ease;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.25) rgba(0,0,0,0.25);
}
#menu-main-menu > li > ul.sub-menu li {
    display:block
	list-style:none;
	padding:0;
	margin:0;
}
#menu-main-menu > li > ul.sub-menu li a{
    display:block;
	list-style:none;
	font-size:15px;
	line-height:40px;
	color:#fff;
	font-weight:300;
	padding:0;
	margin:0;
}
.navbarClose {
	display:none;
}
.carousel-item {max-height:100%;}

/*.mainBanner .carousel-inner > .carousel-item::before, .inner-banner picture::before {
    content: "";
    background: url(../images/trans-img.png) no-repeat top left;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-size: cover;
}*/
	
.inner-banner {position:relative; background:#273c6f;}
.inner-banner picture {width:100%; max-height:663px; overflow:hidden;}
	
.btnAction1, .btnAction2, .btnAction3  {
	display: inline-flex;
	align-items: center;
	border-radius: 0 20px 20px 0;
	background-color: #da3832;
	font-size: 14px;
	font-weight: 400;
	height: 44px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;  
	margin: 0 ;
}

.btnAction1 img, .btnAction2 img, .btnAction3 img {
	 margin-right: 10px;
	 width: auto !important;
	 margin: 0 10px 0 0 !important;
	 border-radius: 0;
}
.btnAction1:hover, .btnAction2:hover, .btnAction3:hover  {
	background-color: #273c6f;
	color: #fff;
}
.btnAction3:hover  {
	background-color: #f7941d;
	color: #fff;
}
.btnAction2 {
	background-color: #f7941d;
}
.btnAction3 {
	background-color: #273c6f;
}
.captionBox, .inner-caption {
	/*position: absolute;
	left: 15px;
	right: 15px;
	max-width: 1230px; */
	width: 100%;
	bottom: 40px;
	margin: 0 auto;
	color:#FFF;
}

.inner-caption {
	color:#FFF;
	padding:30px;
}

.container ul li {font-weight:300;}

.inner-caption h1 {font-size:36px; text-transform:uppercase; font-weight:600;}
.inner-caption p {font-size:22px; text-transform:uppercase; font-weight:300; font-family:'Poppins';}

.captionBox h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700; 
	margin:0 0 12px; 
	text-transform:uppercase;  
} 
.captionBox h2 span {
	color: #fff;    
	text-transform:none; 
	display: block;  
	font-weight: 700; 
	font-size: 28px;
	margin:0 0 5px; 
}
.captionBox p {
	color: #fff;     
	display: block;  
	font-weight: 300;
	line-height: 30px; 
	font-size: 22px; 
	font-family: 'Poppins Mahee', sans-serif;
	max-width: 422px;
	margin-bottom: 25px;
} 
.captionBox a  { 
	margin-right: 15px;
} 
@-webkit-keyframes zoom {
	from {
	  -webkit-transform: scale(1.5, 1.5);
	}
	to {
	  -webkit-transform: scale(1, 1);
	}
  }
  
  @keyframes zoom {
	from {
	  transform: scale(1.5, 1.5); 
	}
	to {
	  transform: scale(1, 1); 
	}
  }
  .mainBanner .carousel-inner .carousel-item > img { 
	-webkit-animation: zoom 10s;
	animation: zoom 10s;
	width:100%;
	height:auto;
	object-fit:cover; 
  }
  @keyframes fadeInUp {
    from {
        transform: translate3d(0,110px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,110px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
 
.mainBanner .carousel-item { 
	transition: transform 13s ease-in-out,-webkit-transform 13s ease-in-out;
}
.mainBanner .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.mainBanner .animatedFadeInUp {
    opacity: 0
}

.mainBanner .fadeInUp { 
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.aboutUs {
	padding:130px 0;
	background: #fff url("../images/schoolimg.webp") no-repeat scroll center top / cover; 
	text-align:center; 
}
.aboutUs h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700; 
	margin:0 0 12px; 
	text-transform:uppercase;  
} 
.aboutUs h2 span {
	color: #fff;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 5px; 
}
.aboutUs p {
	color: #fff;     
	display: block;  
	font-weight: 200;
	line-height: 22px; 
	font-size: 18px; 
	font-family: 'Poppins', sans-serif; 
	margin:0 auto 35px;
	max-width: 715px;
} 
.enrolmentsOpen {
	padding:70px 0;
	background: #fff; 
	text-align:center; 
}
.enrolmentsOpen h2 {
	color: #da3832;
	font-size: 36px;
	font-weight: 700; 
	margin:0 0 12px; 
	text-transform:uppercase;  
} 
.enrolmentsOpen h2 span {
	color: #111111;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 5px; 
}
.enrolmentsOpen p {
	color: #111111;     
	display: block;  
	font-weight: 400;
	line-height: 22px; 
	font-size: 18px; 
	font-family: 'Poppins', sans-serif; 
	margin:0 auto 25px;
	max-width: 715px;
} 

.msgSection {
	padding:70px 0 0;
	background: #273c6f;  
}
.msgSection .items {
	display: flex;  
	justify-content: space-between; 
	position: relative;
}
.msgSection .msgContent {
	width: 45%;
	display: flex; 
	justify-content: flex-end;
	padding-top: 50px;
}
.msgSection .msgContent .msgContentBox {
	max-width: 540px;
	text-align: right;
	position: relative;
	padding-left: 15px;
}
.msgSection .imgbBlk {
	width: 55%;
	text-align: right;
	overflow: hidden;
}
.msgSection .imgbBlk img {
	width: 90%;
	float: right;
	margin-bottom: -2px;
}
.msgSection .msgContent .msgContentBox h2 {
	color: #f2921f;
	font-size: 18px;
	font-weight: 700; 
	margin:0 0 12px; 
	text-transform:uppercase;  
} 
.msgSection .msgContent .msgContentBox h2 span {
	color: #fff;     
	display: block;  
	font-weight: 300; 
	font-size: 15px;
	margin:0 0 5px; 
}
.msgSection .msgContent .msgContentBox p {
	color: #fff;     
	display: block;  
	font-weight: 200;
	line-height: 28px; 
	font-size: 18px; 
	font-family: 'Poppins Mahee', sans-serif;  
	margin-bottom: 25px;
} 
.msgSection .btnAction2:hover  {
	background-color: #da3832;
	color: #fff;
}
.msgSection .owl-theme .owl-controls {
	margin-top: 0;
	text-align: center;
	position: absolute; 
	left: 35px;
	bottom: 100px; 
}
.msgSection .owl-nav {
	display: flex;
	gap: 13px;
}

.msgSection  .owl-nav .owl-prev, .msgSection  .owl-nav .owl-next  {
	 width: 30px;
	 height: 30px;
	 line-height: 30px;
	 font-size: 17px;
	 color: #fff;
	 background: #f7941d;
	 border-radius: 50%;
	 text-align: center;
	 transition: all 0.3s ease;
}
.msgSection  .owl-nav .owl-prev:hover, .msgSection  .owl-nav .owl-next:hover  { 
	background: #da3832; 
}


.whyKmc {
	padding:85px 0 80px;
	background: #eff9fb;  
	position: relative;
}
.whyKmc::before {
	content: "";
	background: url('../images/bg2.png') no-repeat center;
	width: 238px;
	height: 154px;
	position: absolute;
	top: 0;
	left: 20px;
}
.whyKmc::after {
	content: "";
	background: url('../images/bg1.png') no-repeat center;
	width: 149px;
	height: 134px;
	position: absolute;
	bottom: 0;
	right: 0px;
}
.whyKmc .sectionHeading  {
	text-align: center; 
	margin-bottom: 40px;
} 
.whyKmc .sectionHeading h2 {
	color: #273c6f;
	font-size: 28px;
	font-weight: 700; 
	margin:0 0 12px; 
	text-transform:uppercase;  
} 
.whyKmc .sectionHeading h2 span {
	color: #111111;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 5px; 
}
.whyKmc .items {
	position: relative;
}
.whyKmc .items > img {
	position: relative;
	border-radius: 15px;
}
.whyKmc .whyKmcContent {
	position: absolute;
	bottom: 30px;
	left: 30px;
	max-width: 240px;
}
.whyKmc .whyKmcContent h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 700; 
	margin:0 0 12px; 
	text-transform:capitalize;  
} 
.whyKmc .whyKmcContent p {
	color: #fff;
	font-size: 15px;
	font-weight: 400; 
	line-height: 20px;
	margin:0 0 15px;   
	font-family: 'Poppins Mahee', sans-serif; 
} 

.whyKmc .owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center; 
}
.whyKmc .owl-nav {
	display: flex;
	gap: 13px;
	justify-content: center;
	width: 100%;
}

.whyKmc  .owl-nav .owl-prev, .whyKmc  .owl-nav .owl-next  {
	 width: 62px;
	 height: 62px;
	 line-height: 62px;
	 font-size: 22px;
	 color: #fff;
	 background: #da3832;
	 border-radius: 50%;
	 text-align: center;
	 transition: all 0.3s ease;
}
.whyKmc  .owl-nav .owl-prev:hover, .whyKmc  .owl-nav .owl-next:hover  { 
	background: #003255; 
}
.btnAction4  {
	display: inline-flex; 
	background-color: transparent;
	font-size: 14px;
	font-weight: 400; 
	padding: 0 0;
	color: #273c6f;
	text-transform: uppercase; 
	border-radius: 0;
	margin: 0 !important;
}
.btnAction4 img { 
	width: auto !important;
	margin-right: 10px;
	border-radius:0 !important;
}

.newsEvents {
	padding: 70px 0;
}
.newsEvents .sectionHeading  {
	text-align: left; 
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.newsEvents .sectionHeading h2 {
	color: #273c6f;
	font-size: 28px;
	font-weight: 700; 
	margin:0 0 0; 
	text-transform:uppercase;  
} 
.newsEvents .sectionHeading h2 span {
	color: #333333;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 5px; 
}
.newsEvents img {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
	height:330px;
}
.newsEvents h3 {
	color: #273c6f;
	font-size: 18px;
	font-weight: 700; 
	margin:0 0 15px; 
	text-transform:uppercase;  
} 
.newsEvents p {
	color: #333;
	font-size: 15px;
	font-weight: 400; 
	line-height: 20px;
	margin:0 0 5px;   
	font-family: 'Poppins Mahee', sans-serif; 
	text-transform: uppercase;
} 

.newsEvents picture {
    height: 250px;
    display: block;
    overflow: hidden;
    background: #273c6f;
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: center;
}
.newsEvents picture img {
    max-height:100%;
    width:auto;
    border-radius:0px ;
}

.testimonialsSection {
	position: relative;
	\z-index: 2;
}
.testimonialContainer {
	background: #faf5ed;
	max-width: 1170px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 60px;
}
.testimonialContainer .items {
	display: flex;
	align-items: center;
	gap: 50px;
}
.testimonialContainer h2 {
	color: #273c6f;
	font-size: 28px;
	font-weight: 700; 
	margin:10px 0 12px; 
	text-transform:none;  
} 
.testimonialContainer h2 span {
	color: #333333;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 3px; 
	text-transform:uppercase;
	font-family: 'Poppins Mahee', sans-serif; 
}
.testimonialContainer p {
	color: #333;
	font-size: 18px;
	font-weight: 300; 
	margin:0 0 0;  
	font-family: 'Poppins Mahee', sans-serif; 
}
.testimonialContainer h3 {
	color: #273c6f;
	font-size: 14px;
	font-weight: 400; 
	margin:30px 0 30px; 
	text-transform:uppercase;   
	font-family: 'Poppins Mahee', sans-serif;
	border-left: 5px solid #da3832;
	padding-left: 10px;
} 
.testimonialContainer h3 span {
	color: #da3832;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 3px; 
	text-transform:uppercase; 
}
.testimonialContainer .testimonialContent {
	width: 50%;
}
.testimonialContainer .imgBlk {
	width: 50%; 
}
.testimonialContainer .imgBlk img {
	width: 100%; 
}
.testimonialContainer .owl-theme .owl-controls {
	position: absolute;
	margin-top: 0;
	text-align: center;
	right: 0;
	top: -40px;
}
.testimonialContainer .owl-dots {
	display: flex;
	gap: 9px; 
}

.testimonialContainer  .owl-dots .owl-dot {
	 width:11px;
	 height: 11px;  
	 background: #da3832;
	 border-radius: 50%;
	 text-align: center;
	 transition: all 0.3s ease;
}
.testimonialContainer  .owl-dots .owl-dot.active  { 
	background: #273c6f; 
}

.home .contactUs {
	background: #e1f5ee;  
	position: relative;
}
 .contactUs {
	padding:60px 0 70px;
	background: #b4ebf5;  
	position: relative;
}

.contactUs::after {
	content: "";
	background: url('../images/bg3.png') no-repeat center;
	width: 238px;
	height: 154px;
	position: absolute;
	bottom: 0;
	right: 30px;
}
.contactUsBox {
	display: flex;
	justify-content: center;
}
.contactUsBox .dataBox {
	width: 50%;
	padding: 10px 20px;
}
.contactUs h2 {
	color: #273c6f;
	font-size: 28px;
	font-weight: 700; 
	margin:0 0 0; 
	text-transform:uppercase;  
	text-align: right;
} 
.contactUs h2 span {
	color: #111111;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 0; 
	text-transform:uppercase;
	font-family: 'Poppins Mahee', sans-serif; 
}
.contactUs h3 {
	color: #da3832;
	font-size: 28px;
	font-weight: 700; 
	margin:0 0 0; 
	text-transform:uppercase;  
	text-align: left;
} 
.contactUs h3 span {
	color: #111111;     
	display: block;  
	font-weight: 400; 
	font-size: 18px;
	margin:0 0 0; 
	text-transform:uppercase;
	font-family: 'Poppins Mahee', sans-serif; 
}
.rightBorder {
	border-right: 1px solid #273c6f;;
}

footer {
	background: #273c6f;
	padding: 40px 0 35px;
}

footer h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400; 
	margin:0 0 25px; 
	text-transform:uppercase; 
	font-family: 'Poppins Mahee', sans-serif; 
} 
footer .getInTouch {
	margin-bottom: 25px;
}
footer a {
	color: #fff;
	font-size: 16px;
	font-weight: 300; 
	margin:0 0 7px; 
	font-family: 'Poppins Mahee', sans-serif;
}
footer a i {
	color: #fff;
	font-size: 16px; 
	margin:0 10px 0 0;
}
.quickLink, .getInTouch {
	margin-top: 20px;
}
.copyright {
	background: #273c6f;
	padding: 30px 0;
	border-top: 2px solid #48619c;  
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copyright a{ 
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.copyright a:hover{  
	color: #f7941d;
}


.contentarea h2 {font-size:28px; font-weight:600; color:#273c6f; margin-bottom:20px; text-transform:uppercase;}
.contentarea h3 {font-size:18px; font-family:'Poppins'; text-transform:uppercase; color:#333333; line-height:30px;}
.contentarea p {font-size:15px; font-family:'Poppins'; color:#333333; line-height:25px; font-weight:300;}
.bluearea {background:#b4ebf5; padding:50px 0;}
img.curve {border-radius:20px;}
.carousel-control-next, .carousel-control-prev {width:7%;}
.d-bluearea {background:#273c6f;}
.d-bluearea h2 {color:#f2921f;}
.d-bluearea h3 {text-transform:inherit; line-height:25px;}
.d-bluearea h3, .d-bluearea p {color:#fff;}
.nameheading {position:relative; z-index:0;}
.nameheading::after { content:''; background:url("../images/comma-icon.png") no-repeat; width:138px; height:71px; display:inline-block; position:absolute; top:-50px; z-index:-1;}
.mobSideLinks {
	display:none;
}
.mobBottomLinks {
	display:none;
}

.single-media_room header, .single-awards-accolade header {
    position:relative;
    background: #233a73;
    margin-bottom: 30px;
    padding:15px 0;
    z-index:100;
}
.single-media_room .inner-banner, .single-awards-accolade .inner-banner { display:none;}
.single-media_room, .single-awards-accolade { background: #faf5ed;}
.single-media_room h1, .single-awards-accolade h1 {
    font-size: 28px;
    color: #233a73;
}
.single-media_room figure, .single-awards-accolade figure {
    border-radius: 20px;
    overflow: hidden;
}
.single-media_room figure img, .single-awards-accolade figure img {
    border-radius:20px;
}

.bg-lpink {background: #faf5ed;}

.contentarea form input, .contentarea  form textarea, .contentarea form select {
    border-radius: 5px;
    border: none;
    padding: 7px 10px;
    width:100%;
}
.contentarea  form textarea {height:100px;}   
.contentarea form span.wpcf7-form-control-wrap, .contentarea form label {width:100%;}
.contentarea form .wpcf7-submit {
        width: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    background: #da3832;
    color: #FFF;
}
.addressbox {background:#e0f5f9 url("../images/arrow-icon.png") no-repeat right 30px bottom 30px; padding:30px; border-radius:20px;}
.addressbox .address, .addressbox .phone, .addressbox .mail {padding-left:30px; position:relative; margin-bottom:20px;}
.addressbox .address h2 {font-size:22px;}    
.addressbox p {font-size:18px;}
.addressbox span {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #da3832;
}
.contentarea img {border-radius:20px;}
    
/******** Strat Media CSS **********************************************************/
@media only screen and (min-width: 1200px) {
	.container  {
		max-width: 1200px;
		width: 100%;
	}
}
@media only screen and (max-width: 1280px) {
	#menu-main-menu { 
		gap:20px; 
	} 
} 
@media only screen and (max-width: 1200px) {
	footer img {
		width: 100%;
	}
 
} 
@media only screen and (min-width: 1199px) {
	#menu-main-menu > li:hover .sub-menu,#menu-main-menu  li.menu-item-has-children:hover a::after  {
    display:block;
	opacity:1;	
	transition: all 0.3s ease;
}
}
@media only screen and (max-width: 1199px) {
#navbarSupportedContent {
	position: fixed;
	top: 100vh;
	bottom: 0;
	background: #273c6f;
	left: 0;
	height: 100vh;
	overflow: hidden;
	max-width: 300px;
	width: 100%;
	transform: translateX(-300px);
	transition: all 0.3s;
	display:block !important;
	opacity:0;
	z-index:999;
}
#navbarSupportedContent.show { 
	transform: translateX(0);
	transition: all 0.3s;
	display:block !important;
	opacity:1;
	top: 0;
}
.menu-main-menu-container {
	padding: 0;
	margin: 0 !important;
	height: 100vh;
	overflow-y:auto;
	overflow-x:hidden;
}
#menu-main-menu {
	gap: 0;
	flex-direction: column;
	padding:50px 0 15px;
	border: navajowhite;
	margin: 0;
}
#menu-main-menu li > a { 
	font-weight: 500;
	color:#FFF;
}
.navbar-dark .navbar-toggler {
	color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}
header {
	z-index: 99;
	padding: 10px 15px;
}
.topBar {
	position: absolute;
	right: 55px;
	margin: 0 auto;
	left: auto;
	color: #fff;
	top: 65px;
	z-index: 2;
	width: 70%;
	text-align: right;
}
.navbarClose {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 99;
}
#menu-main-menu > li {
	border-bottom:1px solid #34497b	;
	padding:12px 15px;
	position:relative;
}
 
#menu-main-menu > li > ul.sub-menu {
	position: relative;
	background: #34497b;
	right: unset;
	left: unset;
	padding: 0 15px;
	margin: 0;
	list-style: none;
	display: none;
	top: unset;
	opacity: 1;
	transition: unset;
	box-shadow: none;
	margin: 10px -15px 0; 
} 
#menu-main-menu  li.menu-item-has-children:hover a::after  {
    display:none;
	opacity:unset;	
	transition: unset;
}
#menu-main-menu li.menu-item-has-children.active  {
    display:block !import; 
}
li.menu-item-has-children::before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome !important;
	color: #fff;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	transition: all 0.3s ease;
	top: 13px;
} 
li.menu-item-has-children {
	cursor:pointer;
}
li.menu-item-has-children.active {
	padding-bottom:0 !important;
}
li.menu-item-has-children a {
	position:relative;
	z-index:99;
}
li.menu-item-has-children.active::before {
	content: "\f106";
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome !important;
	color: #fff;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
	top: 13px;
	transition: all 0.3s ease;
} 
.navbar-dark .navbar-toggler-icon {
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
}
.navbar-dark .navbar-toggler:hover .navbar-toggler-icon {
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); 
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    border: none;
	outline:none;
}
.msgSection {
	padding: 0 0 0;
	background: #273c6f;
}
.msgSection .msgContent {
	width: 45%;
	display: flex;
	justify-content: flex-end;
	padding-top: 100px;
	align-items: center;
	padding-bottom: 75px;
}
.msgSection .items {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: end;
}
.msgSection .owl-theme .owl-controls { 
	bottom: 20px;
}
}
@media only screen and (max-width: 991px) {
	.newsEvents .btnAction3 { 
		width: 202px;
	}
	.newsEvents {
		padding: 50px 0 50px;
	}
	.contactUs h2 { 
		font-size: 22px; 
	}
	.contactUs h3 { 
		font-size: 22px; 
	}
	.quickLink.ourSchool {
		margin-top: -260px;
	}
	.mainBanner .carousel-item > img.w-100 { 
		height: auto;
		object-fit: cover;
	}
	.aboutUs {
		padding: 80px 0; 
	}
	.whyKmc::before { 
		background: url('../images/bg2.png') no-repeat left top; 
		background-size: 50%;
	}
	.whyKmc::after { 
		background: url('../images/bg1.png') no-repeat bottom right; 
		background-size: 50%;
	}
	.contactUs::after { 
		background: url('../images/bg3.png') no-repeat bottom right; 
		background-size: 50%;
	}
.mobSideLinks {
	display:block;
	position:fixed;
	left:auto;
	right:0;
	top:50%;
	transform:translateY(-50%);
	display:flex;
	align-items:center;
	gap:5px; 
	flex-direction:column;
	justify-content:flex-end;
	z-index:9999; 
}

.mobSideLinks a {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	overflow: hidden;
	padding: 0 0 0 7px;
	background: #da3832;
	color: #fff;
	font-size: 18px;
	width: 45px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	position:relative;
}
.mobSideLinks a:nth-child(even) {
	background: #f7941d;
}
.mobSideLinks a i{ 
	position:relative;
	z-index:2;
}
.mobSideLinks a::before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	transition-property: transform;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	content: "";
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;	
	bottom: 0;
	background: rgba(255,255,255,0.2);
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	z-index:1;
}
.mobSideLinks a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.topBar {
	display:none;
} 
.msgSection .items {
	display: block;
	justify-content: space-between;
	position: relative;
	align-items: end;
}
.msgSection .imgbBlk {
	width: 100%;
	text-align: right;
	overflow: hidden;
}
.msgSection .imgbBlk img {
	width: 50%;
	float: right;
	margin-bottom: -2px;
}
.msgSection .msgContent {
	width: 100%;
	display: block;
	justify-content: flex-start;
	padding-top: 50px;
	align-items: center;
	padding-bottom: 0px;
}
.msgSection .msgContent .msgContentBox {
	max-width: 100%;
	text-align: left;
	position: relative;
	padding:0 15px;
}
}
@media only screen and (max-width: 767px) {
	.quickLink.ourSchool {
		margin-top: 0;
	}
	.quickLink.mTop {
		margin-top: -190px;
	}
	.enrolmentsOpen h2 { 
		font-size: 26px; 
	}
	.aboutUs h2 { 
		font-size: 26px; 
	}
	.whyKmc .sectionHeading h2 { 
		font-size: 26px; 
	}
	.contactUsBox {
		display: block;
		justify-content: center;
	}
	.contactUsBox .dataBox {
		width: 100%;
		padding: 15px;
	}
	.rightBorder {
		border-right: 0;
		border-bottom: 1px solid #273c6f;
	}
	.contactUs h2 {
		font-size: 22px;
		text-align: center;
	}
	.contactUs h3 {
		font-size: 22px;
		text-align: center;
	}
	.newsEvents .sectionHeading { 
		display: block; 
	}
	.newsEvents .btnAction3 {
		width: auto;
		margin-top: 15px;
	}
	.newsEvents .sectionHeading h2 { 
		font-size: 26px; 
	}
	.testimonialContainer .items {
		display: flex;
		align-items: flex-start;
		gap: 50px;
		flex-direction: column;
	}
	.testimonialContainer .testimonialContent {
		width: 100%;
	}
	.testimonialContainer .imgBlk {
		width: 100%;
	}
.navbar-dark .navbar-brand {
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.navbar-brand > img {
	width: 250px; 
	margin-left:20px;
}
.navbar-dark .navbar-toggler {
	color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
}
.mobBottomLinks  {
	display:block;
	position:fixed;
	right:0;
	left:0;
	bottom:0;
	display:flex;
	align-items:center;
	gap:0;  
	z-index:9999;
}

.mobBottomLinks a {  
	padding: 0 0 0 0;
	background: #da3832;
	color: #fff;
	font-size: 18px;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position:relative;
	display:block;
}
.mobBottomLinks a:nth-child(even) {
	background: #f7941d;
}
.mobBottomLinks a:hover {
	background-color: #273c6f;
	color: #fff;
}
header {
	top: 0; 
}
.navbar-brand > img {
	width: 185px; 
	margin-left: 20px;
}
.msgSection .imgbBlk img {
	width: 60%;
	float: right;
	margin-bottom: -2px;
}
.mainBanner .carousel-item > img.w-100 {
	height: auto;
	object-fit: cover;
}
.captionBox, .inner-caption {
	bottom: 100px;
}
.carousel { 
	background: #273c6f;
}
.captionBox, .inner-caption {
	bottom: auto;
	position: relative;
	margin-top: 25px;
	padding-bottom:25px;
}
.captionBox h2 { 
	font-size: 30px; 
}
.captionBox h2 span { 
	font-size: 24px; 
}
.inner-caption h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.inner-caption p {
	font-size: 20px; 
	margin:0;
}
.mainBanner .animated {
	animation-duration: 6s;
	animation-fill-mode: both;
	-webkit-animation-duration: 6s;
	-webkit-animation-fill-mode: both;
}
}
@media only screen and (max-width: 575px) {
	footer .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.msgSection .imgbBlk img {
	width: 70%;
	float: right;
	margin-bottom: -2px;
}
.msgSection .owl-theme .owl-controls { 
	left: 15px; 
}
}
@media only screen and (max-width: 480px) {
	footer .col-sm-6:first-child {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.quickLink.mTop {
		margin-top: 20px;
		margin-left: 50px;
	}
	footer .getInTouch {
		margin-bottom: 25px;
		width: 230px;
	}
	.testimonialContainer { 
		padding:50px 15px;
	}
	.quickLink.ourSchool {
		margin-top: -60px;
	}
	.navbar-brand > img {
    width: 180px; 
    margin-left: 20px;
}
 
}
@media only screen and (max-width: 430px) {
	footer .col-sm-6  {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.quickLink.mTop {
		margin-top: 30px;
		margin-left: 0;
	}
	footer .getInTouch {
		margin-bottom: 25px;
		width: auto;
	} 
	.quickLink.ourSchool {
		margin-top: 30px;
	}
 
.captionBox a {
    margin-right: 5px;
}
.btnAction1, .btnAction2, .btnAction3 { 
    padding: 0 15px; 
}
.captionBox p { 
    max-width: 290px; 
}
.captionBox, .inner-caption {  
    bottom: 0; 
}
.navbar-brand > img {
    width: 180px;
    margin-left: 20px;
}
}
/******** End Media CSS **********************************************************/