* {
	margin: 0px;
	padding: 0px;
}


html {
	scroll-padding-top: 80px;
	overflow-x: hidden !important;
	scroll-behavior: smooth!important;
}



body {
	height: 100%;
	width: 100%;
	overflow-x: hidden !important;
	scroll-behavior: smooth!important;
	transition: 2s;
	font-family: "Montserrat";
}

:root {
	--primary-color: #A80000;
	--secondary-color:#FCC823;
	--white-color:#fff;
	--black-color:#000; 
	--light-bg:#FFF2F2;
	--dark-blue:#002266;
	--dark-gray: #333333;
  }
section {
	margin: 30px 0px 30px 0px;
	padding: 40px 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin-bottom: 0px!important;}

 hr {
	margin: 0.5rem;
	color: inherit;
	background-color: #ccc;
	
} 
.yellow{color: var(--secondary-color);}
.fa{color: green;}

p {
	margin-top: 0;
	margin-bottom: 0rem;
}


#topbar-content p {
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 10px;
}


.sub-h {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.blue-btn {
	background-color: #3794e1;
	color: #fff;
	border-style: none;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 20px 0px;
}


.top-banner {
	background-image: url(../images/kl-university-bg.webp);
	background-size: cover;
	padding: 20px;
}

#main-content {
	justify-content: center; align-items: center;
	margin: auto;
}


#main-content h1 {
	color: var(--white-color);
	font-size: 30px !important;
	font-weight: 700; line-height: 1;
}

#main-content p{font-size: 14px; line-height: 1; color: #fff;}

#main-content h2 {
	font-size: 45px!important;
	color: var(--white-color);
	width: 350px;
	font-weight: 600!important;
	margin-top:20px; font-family: "Bebas Neue"!important;
}


.top-banner h2 {
	font-size: 30px;
	font-weight: 500;
}

.topbtn {
	background-color: #ffffff;

    border: 1px solid var(--white-color);
    padding: 10px 30px;
    color: #800505;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    margin: 20px 0px;
}

/* end topbar */


/* start approvals */

#approvals {
	background-color: var(--dark-gray) !important;
	padding: 30px; margin-top: 0px; color: var(--white-color);
}
 #approvals h2{color: #fff; font-weight: 600!important; font-size: 25px; text-align: center;}

#approvals p{font-size: 13px; line-height: 1;}
#award{border-right: 1px solid #ccc;}
#award img{width: 40%;}
.apr-b{margin-bottom: 50px!important;}
.apr-b img{padding:0px 8px; float:left; width: 100px;}
.apr-b h3{font-size: 20px; padding-top: 15px; font-weight: 600;}

#approvals-box img, #approvals-box1 img{width: 80px; height: 80px; margin-top: -10px;}

#approvals-box h2, #approvals-box1 h2{font-size: 20px; text-align: left; font-weight: 600; line-height: 1.0;}

/* start programs */


#program h2{text-align: center; font-weight: 600; color: var(--dark-blue);}

.D1{color: var(--primary-color); padding-bottom: 20px;}

/* Style the tab */

  .card-box{background-color: var(--white-color); box-shadow: 0 0 5px 2px #ccc;}
  .card-box img{border-radius: 0px 0px 60px 0px;}
  .card-box-info{font-size: 12px; padding: 10px 20px;}
  .card-box-info h2{text-align: left!important;}
  .card-box h3{top:0; position: absolute!important; font-size: 25px; font-weight: 600; width: 100px; background-color: var(--primary-color); color: var(--white-color); padding:10px 20px;
border-radius: 0px 0px 30px 0px;}
.card-B1{display: inline-flex;  padding: 10px 0px;}
.dr1{line-height: 1.3;}
.el1{margin-left: 20px; line-height: 1.3;}
  /* .C1{font-weight: bold;} */
 .card-box-info h2{font-size: 13px; margin-bottom: 0px; font-weight: 500; color: #153682;} 
  .card-box-info p{font-size: 13px; font-weight: 500;}
  .card-footer{background-color: var(--primary-color); border-radius: 0px; font-size: 12px; padding: 10px;}
.b1{padding: 5px 13px; border: 2px solid var(--white-color); border-radius: 30px; background-color: #fff; color: var(--primary-color); font-weight: 600; }
  .b2{background: none; padding: 5px 16px; border: 2px solid var(--white-color); border-radius: 30px; border-radius: 30px; color: var(--white-color);}

  /* .brown{color: var(--primary-color); font-weight: 600;}
  .bld{font-weight: 600;} */

  .btn1{font-size: 13px; padding: 5px 10px; color: var(--primary-color); border: 2px solid var(--primary-color); border-radius: 5px;}
  .btn2{font-size: 13px; padding: 5px 10px; background-color: var(--primary-color); border: 2px solid var(--primary-color); border-radius: 5px; color: var(--white-color);}


  /* Style the tab content */
  .content{margin:0px 80px!important;}
  .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none; 
  }
  
  /* Style the close button */
  .topright {
	float: right;
	cursor: pointer;
	font-size: 28px;
  }
  
  .topright:hover {color: red;}


/* end programs */

/* about */

#about {
	text-align: center; line-height: 1.3;
}
.about-info {
    padding: 50px 50px 50px 20px;
}

#about h2 {
	font-size: 30px;
	font-weight: bold;
	color: var(--primary-color);
}

#about p {
	font-size: 14px; padding: 5px 50px;
	/* width: 960px; */
    justify-content: center;
}


#count{background-color: var(--primary-color); color: var(--white-color); padding: 30px 20px;}

.number{align-items: center; justify-content: center; margin: auto; text-align: center; padding: 30px 20px; border-bottom: 1px solid #ccc;}
.number-last{align-items: center; justify-content: center; margin: auto; text-align: center; padding: 30px 20px; }
.number h3, .number-last h3{font-weight: 700;}
.number p, .number-last p{line-height: 0.8;}



#advantage-box, #advantage-box1 { position: relative;
	height: 17em;
	display: flex;
	justify-content: center;
	align-items: center;}

	.image {
		/* width: 100%; */
		height: 100%;
	  }

	  #advantage-box1:before{content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 17em;
		/* background: rgba(168,0,0, 0.6);} */}

	  #advantage-box:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 17em;
/* 		
		background: rgba(51,51,51, 0.6); */
	  }
	  .adv-cnt {
		color: white;
		padding: 10px 30px; text-align: center;
		position: absolute; 
	  }
	  .adv-cnt h2{font-size: 18px; font-weight: 600;
		padding-bottom: inherit;}
	  .adv-cnt p {font-size: 13px;}

	  .adv-cnt img{width: 70px!important; padding-bottom: 10px;}
	  
/* Courses */


#certificate{background-color: #f6f6f6; justify-content: center; padding: 50px 10px; text-align: center;}
#certificate h2{font-weight: 600; color: var(--primary-color);}
.certificate-apr{background-color: #fff;  padding: 20px; border-radius: 5px; display: flex;}
.c1{ width: 180px; padding: 0px;}
.c1 h3{font-size: 15px;}
.degree-btn{background-color: var(--primary-color); padding: 10px 30px; border-radius: 30px; color: var(--white-color); border-style: none;}


#placement{margin:30px; padding: 20px 30px;}
#placement h2{text-align: center; color: var(--primary-color); font-weight: 600;}
/* footer */
.doubt{padding: 30px 30px;
	background-color: var(--primary-color);
	color: #fff; font-size: 20px;  text-align: center; margin-bottom: -10px;
	} 
.doubt h2{font-weight: 600;}



#footer {
	padding: 30px 30px;
	background-color: #f7f7f7;
}


#footer h2 {
	font-size: 20px; font-weight: 600; margin-bottom: 20px;
}

#footer p {
	font-size: 14px; 
}
.footer-enquiry {
	width: 700px;
	display: flex;
	align-items: center;
	margin: auto;
	justify-content: space-between; text-align: center;
}


.ftr-btn {
	padding: 10px 30px;
	border-style: none;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold; align-items: center;
    display: -webkit-inline-box;
    justify-content: center;
}


#footer-bottom-bar {
	padding: 10px;
	font-size: 13px;
	color: #000;
	text-align: center;
}

.accordion {
	background-color: #fff;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	padding: 10px 8px 18px 20px;
	width: 100%;
	border: 1px solid #ccc;
	text-align: left;
	outline: 0;
	font-size: 15px;
	transition: 0.4s;
	margin-top: 10px;
	border-radius: 10px;
}
.adm-head, .close, .ftr-h {
	font-weight: 700;
}
#accordition .active {
	border-radius: 10px 10px 0 0;
	background-color: #A13341 !important;
	color: #fff!important;
}

#accordition h2{color: var(--primary-color); font-weight: 600; text-align: center;}
.panel {
	padding: 0px 20px;
	background-color: #f6f6f6;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 13px;
}
.cont{padding: 10px;}
.accordion:after {
	border-style: none;
	content: "\02795";
	font-size: 10px;
	color: #fff !important;
	float: right;
	margin-left: 5px; margin-top: 5px;
}
.accordion.active:after {
	content: "\2796";
	color: #369;
}

.about-text {
	margin: 30px 0px;
}

.modal {
	display: none;
	position: fixed;
	/* z-index: 1; */
	left: 0;
	top: 0;
	width: 100%;
	/* height: auto; */
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: transparent !important;
	margin: 5% auto;
	border-style: none;
	width: 35%;
}

/* Close button style */
.close {
	color: #fff;
	/* width: 40px; */
	float: right;
	/* padding: 0px 8px; */
	/* padding-left: 10px; */
	font-size: 28px;
	position: absolute;
	font-weight: bold;
	color: #707070;
	margin-left: 87%;
	padding: 0px 5px;
	margin-top:20px;

}

.close:hover,
.close:focus {
	color: red;
	text-decoration: none;
	cursor: pointer;
}

.modal-content {
	background-color: transparent;
	margin: 5% auto;

	width: 35%;
}


@media (max-width: 480px) {

	section {
		margin: 30px 0px 30px 0px;
		padding: 20px 10px;
	}

	/*.top-banner{background-color:#FAF9F5; }*/

	.top-banner {
	 background-image: url(../images/bg-image-kl-bg.webp); 
		 background-size: contain; 
		padding: 20px;
		margin-bottom: 15px;
	}

	#main-content {
		padding: 10px;
	}
	
	#main-content h1 {
		color: var(--white-color)!important;
		font-size: 25px !important;
		font-weight: 700;
	}

    #main-content h2 {
      
        font-size: 35px!important;
        color: #fff;
        padding: 10px;
        width: 300px;
        font-weight: 600;
    }


	#main-content p {
		font-size: 15px;
		
	}

  .topbtn {
    background-color: #fff;
    border-style: none;
    padding: 10px 10px;
    color: #bb2626;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    margin: 20px 0px;
  }

	.top-rec {
		display: flex;
        font-weight: 600;
        justify-content: space-between;
        width: 350px;
    }


    /* start approvals */
	#award {
		border-style: none!important;
	}
	#award img {
		width: 40%; 
	}
	#approvals h2{margin-bottom: 20px!important;}
	.apr-b{margin-bottom: 30px;}
    #approvals {
		background-color: var(--dark-gray) !important;
		padding: 20px;
		margin-top: -30px!important;
		color: var(--white-color);
	}


	/*program*/

	.card-box {
		background-color: var(--white-color);
		box-shadow: 0 0 5px 2px #ccc;
		margin-bottom: 30px;
	}

	.card-box-info h2{font-size: 20px;}
	.card-box-info p{font-size: 15px;}
	.b1 {
		padding: 5px 25px;
		border: 2px solid var(--white-color);
		border-radius: 30px;
		background-color: #fff;
		color: var(--primary-color);
		font-weight: 600;
	}

	.b2 {
		background: none;
		padding: 5px 25px;
		border: 2px solid var(--white-color);
		border-radius: 30px;
		border-radius: 30px;
		color: var(--white-color);
	}

	.card-footer {
		background-color: var(--primary-color);
		border-radius: 0px;
		font-size: 12px;
		padding: 10px 30px;
	}
	/* about */
	/* #about{padding: 20px;} */
	#about p{padding: 5px 30px;}

	/* program-highlight */
	/* program-highlight */


	#placement h2 {
        font-size: 30px;
        color: #003399;
        margin-top: -2px;
    }

    .contain {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
      }
      
	  .item {
        align-items: center;
        background-color: var(--primary-color) !important;
        color: white;
        /* height: 300px; */
        justify-content: center;
        display: block;
    }

      .item h3{font-size: 15px!important;}
      .item p{font-size: 13px;}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav .owl-next {
    right: -25px;
}

.owl-nav i {
    font-size: 18px;
}


	/* start footer */
	
		.doubt{font-size: 15px;}
	#footer {
		padding: 30px 30px;
		background-color: #f7f7f7;
		color: #000;
	}

	#footer h2 {
        font-size: 18px;
        margin-top: 20px;
    }


	.ftr-btn {
		margin-top: 10px;}
		
	#footer-bottom-bar {
		padding: 10px;
		font-size: 13px;
		color: #000;
		text-align: center;
	}

	

	.modal {
		display: none;
		position: fixed;
		/* z-index: 1; */
		left: 0;
		top: 0;
		width: 100%;
		/* height: auto; */
		overflow: auto;
		background-color: rgba(0, 0, 0, 0.4);
		transition: opacity 0.5s ease-in-out;
	}

	.modal-content {
		margin: 35% auto;
		/* padding: 20px; */
		width: 83%;
		background-color: transparent;
		border-style: none;
	}

	/* Close button style */
	.close {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
		position: absolute;
		margin-left: 88%;
		margin-top: 5px;
	}

	.close:hover,
	.close:focus {
		color: red;
		text-decoration: none;
		cursor: pointer;
	}

	a {
		color: #0d6efd;
		/* text-decoration: underline; */
		text-decoration: none;
	}

	video {
		margin-bottom: -10px;
	}

	.modal-content {
		width: 100%;

	}


}
.owl-dots {
	text-align: center;
	padding-top: 15px;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(51, 51, 51, 0.38) !important;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000 !important;
}
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-nav button:focus {
	  outline: none;
  }