@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
     box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
:root {
	--primary_color: #2c2c82;
	--secondary-color: #2175ac;
	--text_para_color: rgb(180, 184, 185);
	--hover_color: #e8d131;
	--haiding_color: #1764ac;
}
html,body{
 overflow-x: hidden;

}

a{
	text-decoration: none;
}
li{
	list-style: none;
}
ul{
	margin-bottom: 0px !important;
	padding-left:0px !important;
}

body {
	font-family: 'Montserrat', sans-serif;
}
.top_header {
	padding: 7px 20px;
	background-color: #2c2c82;
}
.email{
	color: white;
	margin: 0px 10px;
 justify-content: center;
 align-items: center;
}
.email i{
	margin-right: 5px;
}
.email a{
	font-size:14px;
	color: white;
	text-decoration: none;
}
.phone{
	color: white;
	margin: 0px 10px;
	justify-content: center;
 align-items: center;
	
}
	.phone span {
		font-size: 14px;
	}
.phone i {
	margin-right: 5px;
}
.header_socail_media{
	float: right;
}
.header_socail_media ul li{
	display: inline-block;
}
.header_socail_media ul li i{
	font-size: 17px;
    color: white;
    margin-right: 14px;
}
/* footer css start here */
.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 3px;
	background: var(--hover_color);
}
.header-socail_media {
	display: grid;
	place-items: center;
	margin-top: 35px;
}

	.header-socail_media ul li {
		margin: 0px 12px;
		display: inline-block;
	}

.header-socail_media img{
	width:35px;
	height:35px;
}
/*  .animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite; }
  
  @-webkit-keyframes animborder {
	0% {
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px); }
	100% {
	  -webkit-transform: translateX(113px);
	  transform: translateX(113px); } }
  
  @keyframes animborder {
	0% {
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px); }
	100% {
	  -webkit-transform: translateX(113px);
	  transform: translateX(113px); } 



  }*/
.animate-border.border-white:after {
	border-color: #fff;
}
  
  .animate-border.border-yellow:after {
	border-color: #F5B02E; }
  
  .animate-border.border-orange:after {
	border-right-color: #007bff;
	border-left-color: #007bff; }
  
  .animate-border.border-ash:after {
	border-right-color: #EEF0EF;
	border-left-color: #EEF0EF; }
  
  .animate-border.border-offwhite:after {
	border-right-color: #F7F9F8;
	border-left-color: #F7F9F8; }
  
  /* Animated heading border */
  @keyframes primary-short {
	0% {
	  width: 15%; }
	50% {
	  width: 90%; }
	100% {
	  width: 10%; } }
  
  @keyframes primary-long {
	0% {
	  width: 80%; }
	50% {
	  width: 0%; }
	100% {
	  width: 80%; } } 
  
  .dk-footer {
	padding: 40px 40px;
	background: var(--primary_color);
	position: relative;
    z-index: 2; 
}
	.dk-footer .contact-us {
	  margin-top: 0;
	  margin-bottom: 30px;
	  padding-left: 80px; }
	  .dk-footer .contact-us .contact-info {
		margin-left: 50px; }
	  .dk-footer .contact-us.contact-us-last {
		margin-left: -80px; }
	.dk-footer .contact-icon i {
	  font-size: 24px;
	  top: -15px;
	  position: relative;
	  color:#007bff; }

.dk-footer-box-info {
	border-radius: 10px;
	background: #f8f9fa;
	padding: 15px 29px;
	z-index: 2;
}
	 .footer-social-link h3 {
	  color: #fff;
	  font-size: 24px;
	  margin-bottom: 25px; }
	 .footer-social-link ul {
	  list-style-type: none;
	  padding: 0;
	  margin: 0; }
	 .footer-social-link li {
	  display: inline-block; 
	
	}

/*#vision {
	background-image: url('../images/bg/mission_bg.jpg');
	background-size:100%;
}
*/
.footer-social-link a {
	text-decoration: none;
}
	 .footer-social-link a i {
		display: block;
		width: 28px;
		height: 29px;
		border-radius: 50%;
		font-size: 18px;
		text-align: center;
		line-height: 32px;
		margin-right: 5px;
		color: #fff;
	
	
	}
	 .footer-social-link a i.fa-facebook:hover {
		background-color: #3B5998; }
		
	   .footer-social-link a i.fa-twitter:hover {
		background-color: #55ACEE; }
	   .footer-social-link a i .fa-google-plus-g:hover {
		background-color: #DD4B39; }
	   .footer-social-link a i.fa-linkedin:hover {
		background-color: #0976B4; }
	   .footer-social-link a i.fa-instagram:hover {
		background-color: #B7242A; }
  
  .footer-awarad {
	margin-top: 285px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
	.footer-awarad p {
	  color: #fff;
	  font-size: 24px;
	  font-weight: 700;
	  margin-left: 20px;
	  padding-top: 15px; }
  
  .footer-info-text {
	  text-align:justify;
	margin: 26px 0 32px; 
	color: rgb(135, 135, 135);
	font-size: 14px;

}
.vission_mission{
	background:var(--primary_color);
	padding:10px 0px;
}

.what-box__icon a {
	border-radius: 50%;
	display: grid;
	place-items: center;
	height: 70px;
	width: 70px;
	background: #eeeeee;
	line-height: 100px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-top: 10px;
}
.what-box h3 {
	color: #2b355c;
	font-size: 25px;
	text-transform: uppercase;
	padding: 20px 0px 4px 0px;
	font-weight: bold;
	font-family: emoji !important;
}
.vission_mission_box {
	z-index: 999;
	position: relative;
	padding: 10px 0px;
}

.vission_mission_box h2 {
	text-align:center;
	color: white;
	font-weight: 600;
	margin:20px 0px;
}
	.vission_mission_box p {
		color: #fafafae6;
		text-align:justify;
		
	}



.what-box p {
	line-height: 22px;
	font-size: 16px;
	text-align: justify;
}
.reach_us i {
	color: white;
}
.footer-logo img{
	width:90%;
}
.usefull_link{
	display:grid;
	place-items:center;
}

.footer-widget .section-heading {
	margin-bottom: 23px;
}

.footer-widget h3 {
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-top: 10px;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
  

  
  .footer-widget li {
	margin-bottom: 10px; }
  
  .footer-widget p {
	color: rgb(135, 135, 135);
    margin-bottom: 27px;
	font-size: 14px;
}
  
  .footer-widget a {
	font-size: 15px;
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; }
	.footer-widget a:hover {
	  color: var(--hover_color);

	}
  
  .footer-widget:after {
	content: "";
	display: block;
	clear: both; }
  
  .dk-footer-form {
	position: relative; }
	.dk-footer-form input[type=email] {
	  padding: 14px 28px;
	  border-radius: 50px;
	  background: #2E2E2E;
	  border: 1px solid #2E2E2E; }
	.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
	  color: #878787;
	  font-size: 14px; }
	.dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
	  color: #878787;
	  font-size: 14px; }
	.dk-footer-form button[type=submit] {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 12px 24px 12px 17px;
	  border-top-right-radius: 25px;
	  border-bottom-right-radius: 25px;
	  border: 1px solid #007bff;
	  background: #007bff;
	  color: #fff; }
	.dk-footer-form button:hover {
	  cursor: pointer; }
  
  /* ==========================
  
	  Contact
  
  =============================*/
  .contact-us {
	position: relative;
	z-index: 2;
	margin-top: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
  
  .contact-icon {
	position: absolute; }
	.contact-icon i {
	  font-size: 36px;
	  top: -5px;
	  position: relative;
	  color: #007bff; }
  
  .contact-info {
	margin-left: 75px;
	color: #fff; }
	.contact-info h3 {
	  font-size: 20px;
	  color: #fff;
	  margin-bottom: 0; }
  
  .copyright {
	padding: 15px 0;
	background: var(--hover_color);
	font-size: 14px;
    display: block;
    text-align: center;
	color:black;
}
	.copyright span,
	.copyright a {
		color: white;
	  -webkit-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;
	  transition: all 0.3s linear; }
	.copyright a:hover {
	  color:black;
	  transition:0.3s;

	}
  
  .copyright-menu ul {
	text-align: right;
	margin: 0; }
  
  .copyright-menu li {
	display: inline-block;
	padding-left: 20px; }
  
  .back-to-top {
	position: relative;
	z-index: 2; }
	.back-to-top .btn-dark {
	  width: 35px;
	  height: 35px;
	  border-radius: 50%;
	  padding: 0;
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	  background: #2e2e2e;
	  border-color: #2e2e2e;
	  display: none;
	  z-index: 999;
	  -webkit-transition: all 0.3s linear;
	  -o-transition: all 0.3s linear;
	  transition: all 0.3s linear; }
	  .back-to-top .btn-dark:hover {
		cursor: pointer;
		background: #FA6742;
	  }
.copy_right span {

	display: block;
	text-align: center;
	font-size: 15px;
	font-weight:600;

}
	.copy_right span a {
		color: #000000b0;
		transition:0.3s;
	}

		.copy_right span a:hover {
			color: black !important;
			transition: 0.3s;
		}
	.footer_adress a {
		margin-left: 10px;
		padding-bottom: 15px;
	}
.foooter_email a{
	margin-left: 10px;
	padding-bottom: 15px;
}
.footer_phone a{
	margin-left: 10px;
	padding-bottom: 15px;
}
/* footer css end here */

/* about us css */
.about_data h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #2c2c82;
	font-weight: 600;
	font-size: 37px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
}

.about_data p{
	padding: 20px 0px;
	text-align:justify;
    line-height: 1.6;
	color: #808080fa;
}
.header{
	position: relative;
}

.about_us{
	padding: 40px 80px;
}
.about_section {
/*	background-image: url('../images/bg-3.jpg');
*/	background-size:100%;
}
.facilites_section {

	background-size: 100%
}


.about_img {
	display: grid;
	place-items: center;
}
	.about_img img {
		height: 350px;
		width: 80%;
		border-radius: 5px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
.custom-btn {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }
  .custom-btn {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }
.apply_now{
 background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);;
}

  .custom-btn2 {
	width: 100%;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }
  /* 3 */
.btn-3 {
	background: #2c2c82;
	width: 130px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none;
}
  .btn-3 span {
	  text-align:center;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
  }
  .btn-3:before,
  .btn-3:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	 background: rgba(2,126,251,1);
	transition: all 0.3s ease;
  }
  .btn-3:before {
	height: 0%;
	width: 2px;
  }
  .btn-3:after {
	width: 0%;
	height: 2px;
  }
  .btn-3:hover{
	 background: transparent;
	box-shadow: none;
  }
  .btn-3:hover:before {
	height: 100%;
  }
  .btn-3:hover:after {
	width: 100%;
  }
  .btn-3 span:hover{
	 color: rgba(2,126,251,1);
  }
  .btn-3 span:before,
  .btn-3 span:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	 background: rgba(2,126,251,1);
	transition: all 0.3s ease;
  }
  .btn-3 span:before {
	width: 2px;
	height: 0%;
  }
  .btn-3 span:after {
	width: 0%;
	height: 2px;
  }
  .btn-3 span:hover:before {
	height: 100%;
  }
  .btn-3 span:hover:after {
	width: 100%;
  }
  .btn-5 {
	width: 130px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	border: none;
	background: rgb(255,27,0);
  background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
  }
  .btn-5:hover {
	color: #f0094a;
	background: transparent;
	 box-shadow:none;
  }
  .btn-5:before,
  .btn-5:after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	height:2px;
	width:0;
	background: #f0094a;
	box-shadow:
	 -1px -1px 5px 0px #fff,
	 7px 7px 20px 0px #0003,
	 4px 4px 5px 0px #0002;
	transition:400ms ease all;
  }
  .btn-5:after{
	right:inherit;
	top:inherit;
	left:0;
	bottom:0;
  }
  .btn-5:hover:before,
  .btn-5:hover:after{
	width:100%;
	transition:800ms ease all;
  }
  .apply_now{
	display: grid;
	place-items: center;
  }
  .Counter_div {
    width: 100%;
    height: auto;
    display: inline-block;
    background: url("/assest/images/apply_now.jpg") no-repeat center;
    background-size: cover;
}




.Counter_div > .Bg_tranparetn {
    background-color: rgba(5, 82, 144, 0.9);
}
.apply_now {
	background-image: url('../images/16078483_low_poly_banner_design_1711.jpg');
	padding: 25px 0px;
}

.what_mentors_section h3{
	color: white;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 7px 5px, rgba(255, 255, 255, 0.3) 0px -4px 10px;
}
   

.cont {
	height: 100px;
	width: 500px;
	display: flex;
	/* background-color: #ede801; */
	cursor: pointer;
  }
  
  .animation {
	border: 1px solid #ede801;
	width: 500px;
	height: 100px;
	max-width: 100%;
	
	animation-name: animation;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	
	display: flex;
	justify-content: center;
	align-items: center;
  }


.cont span {
	font-weight: 700;
	background-color: #f4d84e;
	clip-path: polygon(4% 10%, 99% 15%, 96% 87%, 2% 84%);
	width: 75%;
	height: 100%;
	color: #000000d1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
}

.apply_now a span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #e8d131, #e8d131);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.apply_now a {
	font-weight: 500;
	font-size: 24px;
	position: relative;
	padding: 16px 60px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
}



	.apply_now a span:nth-child(2) {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 3px;
		background: linear-gradient(to bottom, #e8d131, #e8d131);
		animation: animate2 2s linear infinite;
		animation-delay: 1s;
	}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

.apply_now a span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #e8d131, #e8d131);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.apply_now a span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #e8d131, #e8d131);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
}

  
 @keyframes animation {
	 0% {width: 500px; height: 100px; }
	90% {
		width: 700px;
		border: 8px solid #e8d131
	}
	100% {
		width: 700px;
		border: 8px solid #e8d131
	}
  }
   

  

  
  /* NOT RELATED TO BUTTON */
  .about {
	position: absolute;
	top: 30px;
	display: flex;
	justify-content: flex-start;
	gap: 1em;
  }
  
  .redirect {
	background-color: #3840d6;
	color: white;
	font-size: 25px;
	text-align: center;
	padding: 20px 30px;
	
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%)
  }
  
  .redirect:hover {
	background-color: white;
	color: #3840d6;
  }


  .Counter_div > .Bg_tranparetn {
    background-color: rgba(5, 82, 144, 0.9);
}
.Counter_div {
    width: 100%;
    height: auto;
    display: inline-block;
    background: url("/assest/images/apply_now.jpg") no-repeat center;
    background-size: cover;
}
.mission_img{
	display: grid;
	place-items: center;
}
.vission_data{
	display: flex;
}
.mission_row{
	display: flex;
}
.vission p {
	text-align: justify;
	margin-right: 450px;
	margin-left: 52px;
	margin-top: 34px;
	line-height: 1.5;
	color: #373d3fc7;
	line-height: 1.5;
	font-size: 17px;
}
.mission p {
	font-size: 17px;
	text-align: justify;
	margin-left: 450px;
	margin-right: 52px;
	margin-top: 34px;
	line-height: 1.5;
	color: #373d3fc7;
	line-height: 1.5;
}
/* our facilites section start here */
.wrapper{
	display: block;
	margin: 50px auto 50px;
	max-width: 1170px;
}
.box{
	border-radius: 5px;
}
	.box h1, .box h2, .box h3 {
		text-align: center;
		font-size: 20px;
		color: #FFF;
		margin: 0 10px 0 10px;
		position: relative;
		top: -20px;
		border-radius: 5px;
		padding: 5px;
		/* font-family: cursive; */
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
.wrapper > h1{
   text-align: center;
	font-family: cursive;
   margin-bottom: 2.5em;
	text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #795548, 0 0 30px #795548, 0 0 40px #795548, 0 0 55px #795548, 0 0 75px #795548, -40px -40px 0px rgba(28,110,164,0);
}
h1 span {
   color:#2196fd;
}
h1 span:nth-child(2){
   color:#fd5263;
}
h1 span:last-child{
   color:#7983f8;
}
.flexbox .box{
	border: 1px solid #34c5e4;
}
.flexbox .box:nth-child(2){
	border: 1px solid #f90;
}
.flexbox .box:last-child{
	border: 1px solid #a7c;
}
.box h1{
	background:linear-gradient(38deg,#ff6da2,#7983f8);
}
.box h2{
	background:linear-gradient(38deg,#ffe74f,#fd5263);
}
.box h3{
	background:linear-gradient(38deg,#2196fd,#04ffb4);
}
.box p {
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	color: #a7c;
	margin: 0;
}
.box_img{
	display: grid;
    place-items: center;
}


.box .first {
	color: #808080fa;
}
.box .second{
	color: #808080fa;
}
.box .third {
	color: #808080fa;
}
.box span {
	display: block;
	text-align: center;
	color: #a7c;
	font-size: 53px;
	margin-bottom: 5px;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0px;
	justify-content: center;
}
.flexbox .box{
   /* height: 230px;
   */
	box-sizing: border-box;
	margin: 0 15px;
	margin-bottom: 5em;
	position: relative;
}
.flexbox .box:after{
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	bottom: -10%;
	left: 5%;
	height: 20px;
	width: 90%;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
}
.contents{
	text-align: justify !important;
	padding: 15px 15px !important;
	font-size: 15px !important;
}
.scrollbar{
	height: 200px;
	overflow-y: auto;
	scroll-behavior: smooth;
}
#content-scrol::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
	color: black;
}
#content-scrol::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#04ffb4), to(#2196fd), color-stop(.6,#2196fd));
}
#content-scroll1::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
#content-scroll1::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#fd5263), to(#ffe74f), color-stop(.6,#ffe74f));
}
#content-scroll2::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
#content-scroll2::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#ff6da2), to(#7983f8), color-stop(.6,#7983f8));
}
#content-scroll3::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
#content-scroll3::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#00b09b), to(#96c93d), color-stop(.6,#96c93d));
}
#content-scroll4::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
#content-scroll4::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgba(156,252,248,1)), to(rgba(110,123,251,1)), color-stop(.6,rgba(110,123,251,1)));
}
#content-scroll5::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
#content-scroll5::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#e8d131), to(#348dca), color-stop(.6,#348dca));
}
.facilites_section {
	padding: 0px 70px;
}
.yellow {
	font-size: 38px;
	font-weight: 800;
	color: #2c2c82;
}
.six{
	position:relative
}
.six h2 {
	text-align: center;
	color: #222;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 1px;
	letter-spacing: 2px;
	color: #2c2c82;
}

	.six h2 span {
		line-height: 2em;
		padding-bottom: 15px;
		text-transform: none;
		font-size: .7em;
		font-weight: normal;
		font-style: italic;
		font-family: "Playfair Display","Bookman",serif;
		color: #999;
		letter-spacing: -0.005em;
		word-spacing: 1px;
		letter-spacing: none;
	}

	.six h2:after, .six h2:before {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 45px;
		height: 4px;
		content: "";
		right: 45px;
		margin: auto;
		background-color: #ccc;
	}

.more_btn {
	place-items: center;
	display: grid;
	margin: 0 auto;
}


.gallery img {
	margin: 5px 0px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	height: 200px;
	width: 100%;
}
	.facilites_haiding h3 {
		text-align: center;
		font-size: 35px;
		text-transform: uppercase;
		font-weight: 800;
	}

/* our facilites section End here */


/* our mentors section start here */
.owl-nav i{
	color: white;
	font-size: 30px;
}
.what_mentors_section {
	padding: 20px 0px;
	background: #2c2c82;
}


.testimonial-carousel-2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
  }
  
  .testimonials-wrapper {
	width: 95%;
	max-width: 500px;
	margin: 0 auto
  }

	.testimonials-wrapper h4 {
		font-size: 15px;
		font-weight: 400;
		line-height: 23px;
		position: relative;
		line-height: 1.5;
		padding: 30px;
		color: #373d3fc7;
		text-align:justify;
		border-radius: 5px;
		background: #fff;
		box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3);
	}
  
  .testimonials-blob,
  .testimonials-img {
	border-radius: 100%
  }
  
  .testimonials-img {
	position: relative;
	left: 50%;
	overflow: hidden!important;
	width: 100px;
	height: 100px;
	margin-bottom: -20px;
	margin-left: -50px;
	box-shadow: 0 0 0 3px var(--hover_color);
	transition: all ease-out .5s;
	transform: translateY(-30%);
	filter: brightness(2)
  }
  .testimonials-img img{
	width: 100px;
  }

  /* .dark-img {
	position: relative;
	width: 300px;
  }
  
  .dark-img img {
	display: block;
	width: 100%;
  }
   */
  .testimonials-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgb(0 0 0 / 64%);
  }

  .testimonial-carousel-2-2 .active .testimonials-img {
	transform: translateY(0);
	filter: brightness(1)
  }
  
  .testimonials-person-info {
	text-align: center;
	color: #fff
  }
  
 
  @keyframes anim {
	0% {
	  opacity: 0;
	  box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
	}
	50% {
	  box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
	}
	100% {
	  opacity: 1;
	  background: #fff;
	  box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
	}
  }
  
  .testimonial-carousel-2 .active .testimonials-blob {
	transform-origin: 50% 50%;
	animation: anim linear .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards
  }
  
  .testimonial-carousel-2 {
	overflow: hidden;
	cursor: grab
  }
  
  .testimonial-carousel-2:active {
	cursor: grabbing
  }
  
  .testimonial-carousel-2 .owl-item {
	overflow: hidden;
	transition: all ease-out .3s;
	transform: scale(.7);
	opacity: 0
  }
  
  .testimonial-carousel-2 .owl-item.active {
	transform: scale(1);
	opacity: 1
  }
  
  .testimonial-carousel-2 .owl-next,
  .testimonial-carousel-2 .owl-prev {
	font-size: 13px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	padding: 0 10px;
	transition: all ease-out .25s;
	transform: translateY(-100%);
	opacity: 1;
	color: #fff;
	border-radius: 3px;
	background: #171719
  }
  
  .testimonial-carousel-2 .owl-next:hover,
  .testimonial-carousel-2 .owl-prev:hover {
	color: #fff;
	background: #615e6b
  }
  
  .testimonial-carousel-2 .owl-prev {
	left: 0
  }
  
  .testimonial-carousel-2 .owl-next {
	right: 0
  }
  
  .testimonial-carousel-2 .owl-next.disabled,
  .testimonial-carousel-2 .owl-prev.disabled {
	opacity: 0
  }
/* our mentors section end here */


/* our braches setion css start here */
/*.single-testimonial{
	display: grid;
	place-items: center ;
}*/
  
 
/* our branches section end here */




#news-slider {
    margin-top: 25px;
}

.post-slide {
    background: #fff;
    margin: 12px 14px 27px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #8fa5b700;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: var(--hover-color);
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: var(--primary-color);
    color: #ffffff;
    /* box-shadow: 0px 10px 20px -10px #1376c5; */
    border-radius: 25px;
    text-transform: uppercase;
    transition: 0.3s;
}

.post-slide .read-more:hover {
    background: var(--hover-color);
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
	height: 44px;
    width: 45px;
	background: var(--primary_color);
    position: absolute;
    top: 30%;
    left: 15px;
	padding: 0 7px 0 8px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: 0.5s;
}

.owl-controls .owl-buttons .owl-prev:hover {
	background: var(--hover_color);
	transition: 0.5s;


}





.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after{
	color: white;
}
	.owl-controls .owl-buttons .owl-next {
		height: 44px;
		width: 45px;
		background:var(--primary_color);
		position: absolute;
		top: 30%;
		right: 15px;
		padding: 0 7px 0 8px;
		border-radius: 50px;
		box-shadow: -3px 14px 25px -10px #92b4d0;
		transition: 0.5s;
	}
.owl-controls .owl-buttons .owl-next:hover {
	background: var(--hover_color);
	transition: 0.5s;
}



.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: white;
    font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}

@media only screen and (max-width:1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

.post-img_1 {
    margin-top: 15px;
}


.card {
	width: 85%;
	height: 380px;
	border-radius: 20px;
	position: relative;
	border: 1px solid rgba(0,0,0,.125);
	transition: 0.5s ease-out;
	overflow: visible;
	box-shadow: 0 4px 18px 0 #e7e1e1;
}
   .card img{
	height: 285px;
	border-radius: 20px;
	width: 100%;
}
.card-details {
	color: black;
	height: 100%;
	gap: .5em;
	display: grid;
	place-content: center;
   }
   
   .card-button {
	display: grid;
	place-items: center;
   }
	.card-button button {
		font-weight: 600;
		width: 40%;
		border-radius: 1rem;
		font-size: 1rem;
		padding: 0.2rem 0rem;
		border: none;
		color: black;
		background: var(--hover_color);
		font-size: 14px;
	}
   .text-body {
	color: rgb(134, 134, 134);
   }
   
   /*Text*/
   .text-title {
	font-size: 1.5em;
	font-weight: bold;
   }
.card a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #00213b;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.3), 0px -7px 2px rgba(255,255,255,0.3);
}
.our_branches h2 {
	color: #00213b;
	font-weight: 700;
	text-align: center;
	font-size: 37px;
	
}


.our_branches {
	background: hsl(204deg 56% 39% / 10%) 100%;
	/*	background-image: linear-gradient( 45deg, hsl(204deg 59% 50%) 0%, hsl(204deg 59% 49%) 11%, hsl(204deg 59% 47%) 22%, hsl(204deg 58% 46%) 33%, hsl(204deg 58% 45%) 44%, hsl(204deg 58% 44%) 56%, hsl(204deg 57% 43%) 67%, hsl(204deg 57% 41%) 78%, hsl(204deg 57% 40%) 89%, hsl(204deg 56% 39%) 100% );
*/ padding: 32px 0px;
}

 /* .card:hover {
	border-color: #008bf8;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
   }
    */
	/* .card:hover .card-button {
	transform: translate(-50%, 50%);
	opacity: 1;
   } */
	/* menu bar css end here */
	/*.toggle, [id^=drop] {
	   display: none;
   }*/
   
 

   /* Giving a background-color to the nav container. */
  /* nav { 
      z-index: 9999;
	  position: relative;
	    width: 100%;
	   margin: 0;
	   padding: 0;
	   background-color: #07427b
   }
   
   
   
   nav:after {
	   content:"";
	   display:table;
	   clear:both;
	    
   }
   
 
   nav ul {
	   display: flex;
	   justify-content: center;
	     align-items: center;
	   padding:0;
	   margin:0;
	   list-style: none;
	   position: relative;
	   }

	   #navbar_fixed_position{
        transition: 0.5s;
	   }
	   
   
   nav ul li {
	   margin: 0px;
	   display:inline-block;
	   float: left;
	   background-color: #07427b
	   }
   

   nav a {
	   display: block;
	   padding: 9px 12px;
	   color: #FFF;
	   font-size: 16px;
	   text-decoration: none;
   }
   
   
   nav ul li ul li:hover { background: #24243c }
   

   nav a:hover { 
	   background-color: #e8d131;
	   color: black;
   }
   
 
   nav ul ul {
	z-index: 99;
    display: none;
    position: absolute;
    top: 42px;
   }
	   

   nav ul li:hover > ul {
	   display:inherit;
   }
	   
 
   nav ul ul li {
	   float:none;
	   display:list-item;
	   position: relative;
   }
   
   
   nav ul ul ul li {
	   position: relative;
	   top:-60px;
	
	   left:170px; 
   }
   
	   @media all and (max-width : 992px) {
   
   
	   nav { 
		   display: flex;
		   justify-content: end;
	   }
   
   .menubar{
		   display: grid;
		   place-items: center;
	   }
   
	   nav {
		   margin: 0;
		   display: grid;
		   place-items: center;
	   }
   
	
	
	   .toggle + a,
	   .menu {
		   display: none;
	   }
   
	   .toggle {
		   display: block;
		   background-color: #07427b;
		   padding:14px 20px;	
		   color:#FFF;
		   font-size:17px;
		   text-decoration:none;
		   border:none;
	   }
		.toggle i {
			font-size: 30px;
			float:right !important;
		}
   
	   .toggle:hover {
		   background-color: #e8d131
	   }
   
	
	   [id^=drop]:checked + ul {
		   display: block;
	   }
   
	  
	   nav ul li {
		   display: block;
		   width: 100%;
		   }
   
	   nav ul ul .toggle,
	   nav ul ul a {
		   padding: 0 40px;
	   }
   
	   nav ul ul ul a {
		   padding: 0 80px;
	   }
   
	   nav a:hover,
		nav ul ul ul a {
		   background-color: #e8d131
	   }
	 
	   nav ul li ul li .toggle,
	   nav ul ul a,
	 nav ul ul ul a{
		   padding:14px 20px;	
		   color:#FFF;
		   font-size:17px; 
	   }
	 
	 
	   nav ul li ul li .toggle,
	   nav ul ul a {
		   background-color: #24243c 
	   }
   
	
	   nav ul ul {
		   float: none;
		   position:static;
		   color: #ffffff;
		
	   }
		   
	
	   nav ul ul li:hover > ul,
	   nav ul li:hover > ul {
		   display: none;
	   }
		   
	
	   nav ul ul li {
		   display: block;
		   width: 100%;
	   }
   
	   nav ul ul ul li {
		   position: static;
		 
   
	   }
	   
   }
   
   @media all and (max-width : 330px) {
   
	   nav ul li {
		   display:block;
		   width: 94%;
	   }
   
   }*/

.admmision_img{
	float:right;
}
.facilites_section {
/*	background: aliceblue;
*/	padding:15px 0px;
}


.logo img {
	padding: 5px 0px;
	width: 100%;
}
.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

.vert-move {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}


.login_btn{
	display: flex;
	align-items: center;
    justify-content: end;
}
.adm_link{
    position: fixed;
	bottom: 280px;
	z-index: 9999;
	border-radius: 5px;
	font-weight: 600;
	right: -70px;
	transform: rotate(-90deg);
	padding: 10px;
	font-size: 17px;
	letter-spacing: 0.5px;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #fbd504 0%, #d1b017 51%, #f4d84e 100%);
	background: linear-gradient(45deg, #f4d84e, #fbd504);
}
.adm_link > a {
    color: black !important;
	text-decoration: none;
}
.mascot_div {
    position: fixed;
    bottom: 50px;
    z-index: 9;
    right: 60px;
    width: 95px;
}
.floating-wpp {
    position: fixed;
    bottom: 10px;
    left: 15px;
    font-size: 14px;
    z-index: 99;
    transition: bottom .2s;

}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden;
}
.floating-wpp-button {
    width: 60px!important;
    height: 60px!important;
}
.admmision_img{
	margin-top: 8px;
}
	.admmision_img img {
		width: 150px;
		margin-top: 6px;
	}
/* menu bar css end here */



   /* whatsaap css start here */
  

   .cbh-phone{display:block;position:fixed; left: -50px;
	bottom: -55px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:999;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
	.cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
	.cbh-phone.cbh-static1{opacity:.6}
	.cbh-phone.cbh-hover1{opacity:1}
	.cbh-ph-circle{width:110px;height:110px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
	.cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
	.cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
	.cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
	.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
	.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
	.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
	.cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
	.cbh-ph-circle-fill{width:74px;height:74px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
	.cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
	.cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
	.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
	.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
	.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
	.cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:1!important}
	.cbh-ph-img-circle1{width:50px;height:50px;top:70px;left:70px;position:absolute;background-image:url(https://360imagem.com/google/images/wpp-icon.png);background-size: 40px 40px;background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
	.cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
	.cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
	.cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
	.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
	.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
	.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
	.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
	.cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
	.cbh-ph-img-circle1 {}
	.cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
	.cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
	.cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(46, 203, 113);}
  
	.kmacb__manager-border {
	  position: absolute;
	  width: 75px;
	  height: 75px;
	  top: 50%;
	  left: 50%;
	  margin-top: -39.5px;
	  margin-left: -39.5px;
	  border-radius: 100%;
	  border: 2px solid #ffe787;
	  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	  animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
	  opacity: .8;
	  transform-origin: center;
	}
	.kmacb__manager-fill {
	  background: #52aff7 center bottom no-repeat;
	  position: absolute;
	  width: 75px;
	  height: 75px;
	  top: 50%;
	  left: 50%;
	  margin-top: -37.5px;
	  margin-left: -37.5px;
	  border-radius: 100%;
	  opacity: .5;
	  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
	  transform-origin: center;
	}
	.kmacb__manager-circle {
	  background: #52aff7;
	  position: absolute;
	  width: 120px;
	  height: 120px;
	  top: 50%;
	  left: 50%;
	  margin-top: -60px;
	  margin-left: -60px;
	  border-radius: 100%;
	}

.read_more a {
	border-radius: 7px;
	margin-top: 10px;
	padding: 7px 9px;
	width: 100px;
	display: block;
	margin-top: 20px;
	font-size: 15px;
	color: white;
	background: #2c2c82;
	transition: 0.9s;
	box-shadow: 0px 1px 11px #2c2c82;
}
	

	.sticky {
		position: fixed;
		top: 0;
	}
.news_box {
	font-size: 16px;
	font-weight: 700;
	place-items: center;
	display: grid;
	height: 100%;
	color: white;
	background-color: var(--primary_color);
}
.mar_color{
	color:black !important;
	font-weight:600;
}
      /* whatsaap css end here */



/*	  new navbar css start here*/
.Layer2 {
	width: 100%;
	display: inline-block;
	position: relative;
	background: var(--primary_color);
	padding: 2px 0;
}

.navbar_header > ul > li > ul {
	position: absolute;
	left: 0;
	min-width: 250px;
	list-style: none;
	padding: 0;
	top: 39px;
	z-index: 999;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0) scaleY(0);
	transition: .35s all ease-in-out;
}

#CE {
	justify-content: center;
	display: flex;
}

.navbar_header > ul > li > ul > li > a {
	color: #fff;
	border-bottom: 1px solid #03132647;
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	position: relative;
	background: #232b4d;
}

.navbar_header > ul > li > ul > li {
	position: relative;
}

	.navbar_header > ul > li > ul > li > a:hover {
		text-decoration: none;
		background: #2b355f;
		color: #fff;
	}

.navbar_header > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
}

	.navbar_header > ul > li:hover > a {
		text-decoration: none;
		background: #232b4d;
		color: #fff;
	}

	.navbar_header > ul > li {
		position: relative;
		float: left;
		width: auto;
		display: inline-block;
	}

	.navbar_header > ul li:hover > ul,
	.navbar_header > ul li > ul > li:hover > ul {
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		transition: .35s all ease-in-out;
	}

	.navbar_header > ul > li > a {
		white-space: nowrap;
		display: inline-block;
		color: #fff;
		padding: 7px 10px 8px;
		position: relative;
		letter-spacing: 0.5px;
		font-size: 16px;
		font-weight: 500;
		font-family: Calibri;
		text-transform: uppercase;
	}

.MobileMenubar {
	display: none;
}

.Navbartoggle {
	font-size: 20px;
	color: #fff;
}

.affix {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	box-shadow: 2px 2px 3px #1717173b;
	animation-name: slideInDown;
	animation-duration: 0.5s;
}

.menuBar {
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.mobileMenu {
	width: 100%;
	display: none;
}

.Togglebtn {
	display: none;
}


ul.header_icon {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.header_logo::before {
	content: "";
	position: absolute;
	top: -21px;
	width: 100%;
	height: 174px;
	background-repeat: repeat-x;
	z-index: 0;
}

.header_icon > li {
	width: 134px;
	border: 1px solid #fff;
	height: 45px;
	padding-left: 26px;
	margin: 8px 5px;
	text-align: center;
	border-radius: 30px;
	line-height: 45px;
	display: flex;
	align-items: center;
}

.orange {
	background-image: linear-gradient(to right top, #ffb50e, #fb5e22, #f96a32, #ff7540, #ff8600);
}

.bluedark {
	background-image: linear-gradient(to right top, #2451a4, #4c4fb1, #7249b9, #973cbb, #bc21b6);
}

.purple {
	background-image: linear-gradient(to right top, #2451a4, #4c4fb1, #7249b9, #973cbb, #bc21b6);
}

.blue {
	background-image: linear-gradient(to right top, #039, #005bbc, #0081d7, #00a7ed, #0cf);
}

.darkyellow {
	background-image: linear-gradient(to right top, #e58900, #de9104, #e76f1a, #de630b, #d45800);
}




.arrow-up {
	height: 0;
	width: 0;
	border: none;
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.parent_feedback,
.socialMedia {
	background-image: url(../images/main_bg1.jpg);
}

.button,
.button::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button {
	display: inline-block;
	background: 0 0;
	color: #2f3b6c;
	font-size: 15px;
	font-weight: 700;
	position: relative;
}

	.button::after,
	.button::before {
		background: #2f3b6c;
		content: "";
		position: absolute;
		z-index: -1;
	}

	.button:hover {
		color: #fff;
	}

.closebtn {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navbar_header > ul > li:last-child > ul {
	right: 0;
	left: auto;
}

.navbar_header > ul > li > ul > li > ul {
	position: absolute;
	top: 0;
	right: -150px;
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 999;
	opacity: 0;
	visibility: visible;
	transform: scaleX(0) scaleY(0);
	transition: .35s all ease-in-out;
}

	.navbar_header > ul > li > ul > li > ul > li > a {
		color: #fff;
		width: 100%;
		height: auto;
		display: inline-block;
		border-bottom: 1px solid #03132647;
		padding: 10px;
		font-size: 13px;
		position: relative;
		background: #2b355f;
	}

		.navbar_header > ul > li > ul > li > ul > li > a:hover {
			background: #232b4d;
			color: #fff;
			border-bottom: 1px solid #03132647;
		}

#mainslider .carousel-control-next,
#mainslider .carousel-control-prev {
	z-index: 0 !important;
	opacity: 1 !important;
	position: absolute;
	transition: 0.5s;
}

#mainslider {
	overflow: hidden;
}

	#mainslider .carousel-control-next {
		right: -140px;
	}

	#mainslider .carousel-control-prev {
		left: -140px;
	}

	#mainslider:hover .carousel-control-next {
		right: 0;
	}

	#mainslider:hover .carousel-control-prev {
		left: 0;
	}

	#mainslider .carousel-control-next-icon,
	#mainslider .carousel-control-prev-icon {
		width: 40px;
		height: 40px;
	}

.h-42 {
	height: 42px;
}

#mainslider .carousel-control-next-icon {
	background-image: url(../Images/sli_nxt.png);
	background-repeat: no-repeat;
}

#mainslider .carousel-control-prev-icon {
	background-image: url(../Images/sli_nxt.png);
	background-repeat: no-repeat;
	transform: rotate(180deg);
}

.navbar_header > ul > li > ul {
	position: absolute;
	left: 0;
	min-width: 250px;
	list-style: none;
	padding: 0;
	top: 39px;
	z-index: 999;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0) scaleY(0);
	transition: .35s all ease-in-out;
}

#idSubmenus li a{
background:var(--hover_color) !important;
color:black !important;
font-weight:800;
}
#idSubmenus {
	background: var(--hover_color) !important;
	color: black !important;
	font-weight: 800;
	padding:0px 10px;
}

#CE {
	justify-content: center;
	display: flex;
}

.navbar_header > ul > li > ul > li > a {
	color: #fff;
	border-bottom: 1px solid #03132647;
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	position: relative;
	background: var(--primary_color);
}

.navbar_header > ul > li > ul > li {
	position: relative;
}

	.navbar_header > ul > li > ul > li > a:hover {
		text-decoration: none;
		background: var(--hover_color);
		color: black;
	}

.navbar_header > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
}

	.navbar_header > ul > li:hover > a {
		text-decoration: none;
		background: var(--hover_color);
		color: black;
	}

	.navbar_header > ul > li {
		position: relative;
		float: left;
		width: auto;
		display: inline-block;
	}

	.navbar_header > ul li:hover > ul,
	.navbar_header > ul li > ul > li:hover > ul {
		visibility: visible;
		opacity: 1;
		transform: scaleX(1) scaleY(1);
		transition: .35s all ease-in-out;
	}

	.navbar_header > ul > li > a {
		white-space: nowrap;
		display: inline-block;
		color: #fff;
		padding: 7px 10px 8px;
		position: relative;
		letter-spacing: 0.5px;
		font-size: 16px;
		font-weight: 500;
		font-family: Calibri;
		text-transform: uppercase;
	}

.MobileMenubar {
	display: none;
}

.Navbartoggle {
	font-size: 20px;
	color: #fff;
}

.affix {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	box-shadow: 2px 2px 3px #1717173b;
	animation-name: slideInDown;
	animation-duration: 0.5s;
}

.menuBar {
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.mobileMenu {
	width: 100%;
	display: none;
}

.Togglebtn {
	display: none;
}


.lef_div_icn,
.rig_div_icn {
	padding: 8px;
	width: 40px;
	transition: 0.5s;
	filter: hue-rotate(340deg);
}

.nav_div_2 {
	visibility: hidden;
	background: var(--primary_color);
	z-index: 1;
	position: absolute;
	top: 0;
	width: 0;
	right: 0;
}

.vis {
	visibility: visible;
}

.lef_div_icn {
	transform: rotate(180deg);
}

#MenuItems1 {
	display: flex;
	justify-content: left;
}

.nav_div_1,
.nav_div_2 {
	display: flex;
/*	justify-content:center;
*/}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}





@media only screen and (min-width: 992px) and (max-width: 1200px) {


	.navbar_header > ul > li > a {
		font-size: 14px !important;
		padding: 7px 8px 11px !important;
	}

	.lef_div_icn,
	.rig_div_icn {
		padding: 8px !important;
		width: 35px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.lef_div_icn,
	.rig_div_icn {
		width: 35px !important;
	}

	.navbar_header > ul > li > a {
		font-size: 14px !important;
		padding: 7px 8px 11px !important;
	}
}

@media only screen and (min-width: 501px) and (max-width:992px) {


	#mainslider .carousel-control-next-icon,
	#mainslider .carousel-control-prev-icon {
		width: 20px;
		height: 20px;
	}


	.navbar_header > ul > li > ul {
		display: inline-block;
		position: static;
		width: 100%;
	}

	.mobileMenu {
		width: 100%;
		display: inline-block;
		padding: 10px;
		text-align: left;
		margin-top: 10px;
		display: block;
	}

	.menuBar {
		width: 0;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
	}

	.closebtn {
		position: fixed;
		font-size: 25px;
		text-transform: uppercase;
		left: 0;
		z-index: 999;
		height: 100%;
		width: 0;
		top: 0;
		display: inline-block;
		padding: 0;
		background-color: #f9f9f9;
	}


	a#rightCarousel {
		display: none;
	}

	a#leftCarousel {
		display: none;
	}


	.Navbartoggle > img {
		width: 30px;
	}




	.MobileMenubar {
		display: inline-block;
		padding: 3px 10px;
	}

	.navbar_header > ul {
		padding: 5px;
		list-style: none;
		margin: 0;
		width: 100%;
		height: auto;
		display: inline-block;
		position: relative;
		background-color: #6080af;
	}

		.navbar_header > ul > li {
			position: relative;
			float: left;
			width: 100%;
			display: inline-block;
			border-bottom: 1px solid #064089;
		}

			.navbar_header > ul > li > a {
				width: 100%;
				color: #fff;
			}

			.navbar_header > ul > li > ul {
				display: inline-block;
				position: static;
				width: 100%;
			}

	.navbar_header {
		width: 0;
		right: -100%;
		position: fixed;
		left: auto;
		height: 100%;
		overflow: auto;
		background-color: #fff;
		top: 0;
		bottom: 0;
		z-index: 999;
	}


		.navbar_header > ul > li > ul,
		.navbar_header > ul > li > ul > li > ul {
			transform: scale(1);
			visibility: visible;
			opacity: 1;
			position: static;
			width: 100%;
		}

	.mobileMenu {
		width: 100%;
		display: inline-block;
		padding: 10px;
		text-align: left;
		margin-top: 10px;
		display: block;
	}

	.menuBar {
		width: 0;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
	}

	.closebtn {
		position: fixed;
		font-size: 25px;
		text-transform: uppercase;
		left: 0;
		z-index: 999;
		height: 100%;
		width: 0;
		top: 0;
		display: inline-block;
		padding: 0;
		background-color: #f9f9f9;
	}

	.Togglebtn {
		padding: 5px;
		border: 1px solid gray;
		display: inline-block;
		color: orange;
		font-size: 25px;
	}

	.menu {
		position: fixed;
		z-index: 999;
		top: 0;
		min-height: 43px;
		margin-bottom: 20px;
		background-color: #b7b2b2;
		border: 1px solid transparent;
	}

	#mobile_btn > a > i {
		padding: 6px;
		color: #000;
		width: 30%;
		text-align: center;
		height: auto;
		background-color: #ddd;
		float: right;
		margin-top: 24px;
		font-size: 30px;
		display: inline-block;
	}


	.lef_div_icn,
	.rig_div_icn {
		display: none;
	}



	.navbar_header > ul > li > ul > li > ul {
		position: RELATIVE;
		top: 0;
		right: 0;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		z-index: 999;
		opacity: 1;
		visibility: visible;
		transform: scaleX(1) scaleY(1);
		transition: .35s all ease-in-out;
	}
}

@media only screen and (min-width: 320px) and (max-width: 500px) {

	.navbar_header > ul > li > ul > li > ul {
		position: RELATIVE;
		top: 0;
		right: 0;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		z-index: 999;
		opacity: 1;
		visibility: visible;
		transform: scaleX(1) scaleY(1);
		transition: .35s all ease-in-out;
	}



	#mainslider .carousel-control-next-icon,
	#mainslider .carousel-control-prev-icon {
		width: 20px;
		height: 20px;
	}

	.navbar_header > ul > li > ul {
		display: inline-block;
		position: static;
		width: 100%;
	}

	.mobileMenu {
		width: 100%;
		display: inline-block;
		padding: 10px;
		text-align: left;
		margin-top: 10px;
		display: block;
	}

	.menuBar {
		width: 0;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
	}

	.closebtn {
		position: fixed;
		font-size: 25px;
		text-transform: uppercase;
		left: 0;
		z-index: 999;
		height: 100%;
		width: 0;
		top: 0;
		display: inline-block;
		padding: 0;
		background-color: #f9f9f9;
	}



	.Navbartoggle > img {
		width: 30px;
	}

	.MobileMenubar {
		display: inline-block;
		padding: 3px 10px;
		float: right;
	}

	.navbar_header > ul {
		padding: 5px;
		list-style: none;
		margin: 0;
		width: 100%;
		height: auto;
		display: inline-block;
		position: relative;
		background-color: #6080af;
	}

	#back-top {
		position: fixed;
		bottom: 50px;
		right: 20px;
		z-index: 9999;
		display: none !important;
	}



	.navbar_header > ul > li {
		position: relative;
		float: left;
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid #064089;
	}

		.navbar_header > ul > li > a {
			width: 100%;
			color: #fff;
		}

		.navbar_header > ul > li > ul {
			display: inline-block;
			position: static;
			width: 100%;
		}

	.navbar_header {
		width: 0;
		right: -100%;
		position: fixed;
		left: auto;
		height: 100%;
		overflow: auto;
		background-color: #fff;
		top: 0;
		bottom: 0;
		z-index: 999;
	}



		.navbar_header > ul > li > ul {
			display: inline-block;
			position: static;
			width: 100%;
			transform: none;
			visibility: visible;
			opacity: 1;
		}

	.mobileMenu {
		width: 100%;
		display: inline-block;
		padding: 10px;
		text-align: left;
		margin-top: 10px;
		display: block;
	}

	.menuBar {
		width: 0;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
	}

	.closebtn {
		position: fixed;
		font-size: 25px;
		text-transform: uppercase;
		left: 0;
		z-index: 999;
		height: 100%;
		width: 0;
		top: 0;
		display: inline-block;
		padding: 0;
		background-color: #f9f9f9;
	}

	.Togglebtn {
		padding: 5px;
		border: 1px solid gray;
		display: inline-block;
		color: orange;
		font-size: 25px;
	}

	.menu {
		position: fixed;
		z-index: 999;
		top: 0;
		min-height: 43px;
		margin-bottom: 20px;
		background-color: #b7b2b2;
		border: 1px solid transparent;
	}

	#mobile_btn > a > i {
		padding: 6px;
		color: #000;
		width: 30%;
		text-align: center;
		height: auto;
		background-color: #ddd;
		float: right;
		margin-top: 24px;
		font-size: 30px;
		display: inline-block;
	}


	.lef_div_icn,
	.rig_div_icn {
		display: none;
	}
}
.modal-body {
	padding: 2px !important;
	height: 450px;
}
.modal{
	top:75px !important;
}
.modal_crs img {
	border-radius: 8px;
	width: 100%;
	height: 450px;
}



.modal-header {
	padding: 7px 20px;
	background-color: var(--hover_color);
}

.modal-title {
	font-weight: 700;
	font-size: 25px;
}

.modal-header .btn-close {
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	color: black !important;
}

	.modal-header .btn-close i {
		color: black !important;
	}



/*	new css start here*/
.mygrid{
	
	margin:10px 0px;
}
.grid_center{
	display:grid;
	place-items:center;

}


.facilites_box {
	margin:0 auto;
	border-radius:6px;
	width: 85%;
	cursor: pointer;
	background: #e6e8f6;
	padding: 10px 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.box_img img{
	width:140px !important;
	height:140px !important;
}
.facilites_box h2 {
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
}


/*.facilites_box{
	width:250px;
}*/

.life__box--title--div {
	background: #4267B2;
	width: 100%;
	padding: 0 10px;
	border-radius: 4px;
	margin-bottom: 8px !important;
}
.life__box--img_div > i {
	background: #ffffff30;
	width: 50px;
	text-align: center;
	font-size: 18px;
	border-radius: 9px;
	color: #ffff;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	padding: 6px 7px;
}
.life__box--nme span {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-left: 10px;
	letter-spacing: .5px;
}
.socail_media h2 {
	margin-top: 15px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0px;
}
.bg_fix_section {
	background-image: url('../images/school.jpg');
	/*width: 100%;
	height: 100%;
	padding: 20px 0px;*/

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}
	.bg_fix_section::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #2c2c82db;
	}

.vission_box {
	width:80%
}
.mission_box {
	width: 80%
}

.galery_img img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 100%;
	border-radius: 7px;
	height: 180px;
}
.gallery_haiding {
	color: var(--primary_color);
	font-weight: 700;
	text-align: center;
	font-size: 37px;
	text-shadow: rgba(0, 0, 0, 0.3) 2px 7px 5px, rgba(255, 255, 255, 0.3) 0px -4px 10px;
}
.con_sub {
	box-shadow: 0px 1px 11px #082444;
	font-size: 18px;
	display: grid !important;
	margin: 0 auto !important;
	width: 100px !important;
	color: white !important;
	background: #2c2c82 !important;
}


@media screen and (max-width: 592px) {
	.gallery img{
		height:150px;
	}
	.what_mentors_section h3 {
		font-size: 33px;
	}
}