:root
{

	--color1:#f48634;
	--color2:#5f686c; /*  */
	--color3:#181944; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;


/*	--color1:#26593a;
	--color2:#ec7f08; 
	--color3:#fbc002; 
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;*/
}
/*
	



*/



@font-face {
    font-family: 'LeBeauneNew';
    src: url(../fonts/LeBeauneNew.ttf);
}


body
{
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
@media screen and (min-width: 993px)
{
	.hideForlaptop
	{
		display: none !important;
	}

	.navigations_wrapper_website .nav_logo .btn-menu
	{
		display: none;
	}
}


.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}

ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
body
{
	/*font-family: "Inter", serif;*/
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	/*font-family: "Poppins", serif;*/
}
p
{
	text-align: justify;
}
.container
{
	max-width: 88%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

/*
	/****************************************
*/

.homeHeader
{

}
.homeHeader .bgImage
{
	position: relative;
}
.homeHeader .carousel-inner .carousel-item
{
	position: relative;
}
.homeHeader .carousel-inner .carousel-item:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-image:linear-gradient(to bottom,rgba(17 30 96 / 95%),rgba(17 30 96 / 80%),rgba(17 30 96 / 45%),rgba(17 30 96 / 45%),rgba(17 30 96 / 55%));*/
	background-image:linear-gradient(to bottom,rgba(0 0 0 / 55%),rgba(0 0 0 / 25%),rgba(17 30 96 / 10%),rgba(17 30 96 / 0%),rgba(17 30 96 / 0%));
	opacity: 1;
}

.homeHeader .carousel-inner .carousel-item img
{
	width: 100%;
	/*height: 100vh;*/
	object-position: top;
	object-fit: cover;
}
.homeHeader .carousel-inner .carousel-item .captions
{
	position: absolute;
	left: 130px;
	bottom: 130px;
}
.homeHeader .carousel-inner .carousel-item .captions h4
{
	 font-family: "Barlow", sans-serif;
	font-size: 45px;
	color: #333;
	color: #444;
	font-weight: 400;
	line-height: 60px;
}
.homeHeader .carousel-inner .carousel-item .captions h4 small
{
	font-size: 100%;
	font-weight: 600;
	display: block;
	color: #0282DA;
	/*color: #000;*/
}
.homeHeader .carousel-inner .carousel-item .captions h4 span
{
	display: block;
}
.homeHeader .bgImage img
{
	width: 100%;
	/*height: 440px;*/
	object-position: bottom;
	object-fit: cover;
}
.homeHeader .bgWrapper
{
	position: absolute;
	bottom: 200px;
	left: 70px;
	max-width: 70%;
}
.homeHeader .bgWrapper h4
{
	font-family: "Inter", serif;
	font-size: 43px;
	font-weight: 700;
	color: var(--white);
	line-height: 55px;
	margin-bottom: 20px;
}
.homeHeader .bgWrapper h4 span
{
	font-weight: 800;
	color: #00ddc3;
}
.homeHeader .bgWrapper p
{
	font-family: "Inter", serif;
	font-size: 17px;
	font-weight: 400;
	color: var(--white);
	width: 65%;
	line-height: 28px;
}


/*
	=====================================================
*/

.navigations-slider-wrapper
{
	position: relative;
}
.navigations-slider-wrapper .navigations_wrapper_website
{
	position: absolute;
	left: 0;
	top: 0;
}
.navigations-slider-wrapper:before
{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient( to bottom, rgba(0 0 0 / 90%), rgba(0 0 0 / 30%), rgba(0 0 0 / 0%), rgba(0 0 0 / 0%), rgba(0 0 0 / 0%));
	z-index: 2;
}

/*
	===================================
*/

.quicks_links
{
	background-color: #00A859;
	background-color: #F5F5F5 ;
}
.quicks_links .wrapper_quicks
{
	padding: 50px 50px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 30px;
}
.quicks_links .wrapper_quicks .wraps
{
    background-color: #0bb967;
    background-color: #fff;
    padding: 33px 25px;
    border: 1px solid #0ec971;
    border: 1px solid #eee;
}
.quicks_links .wrapper_quicks .wraps .icon
{
	text-align: center;
	margin-bottom: 10px;
}
.quicks_links .wrapper_quicks .wraps .icon img
{
	max-width: 80px;
	margin-left: auto;
	margin-right: auto;
}
.quicks_links .wrapper_quicks .wraps .tiTle
{
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.313rem;
	font-weight: 600;
	color: #FFF6D5;
	color: #333;
	text-transform: uppercase;
	font-family: "Zilla Slab", serif;
}
.quicks_links .wrapper_quicks .wraps .desc
{
	display: block;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 1.056rem;
	font-weight: 400;
	color: #333;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-family: "Jost", sans-serif;
}
.quicks_links .wrapper_quicks .wraps .redmor
{
	display: block;
	text-align: center;
}
.quicks_links .wrapper_quicks .wraps .redmor a{
	color: #FDC010;
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	text-decoration: underline;
    font-family: "Jost", sans-serif;
}

/*
	=====================================================
*/

.about_us_home
{
/*	background: linear-gradient(
    to right,
    #00A859 0%,
    #00A859 5%,
    #FFFFFF 5%,
    #FFFFFF 100%
  );*/
  background: #fff;
}
.about_us_home .container_custom
{
	padding: 50px 0 0;
}
.about_us_home.about_us_home2 .container_custom
{
	padding: 50px 0;
}
.about_us_home .datas
{

}
.about_us_home .datas .heads
{
	
}
.about_us_home .datas .heads h4
{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  color: #222222;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'LeBeauneNew';

}
.about_us_home .datas .heads h4 span
{
	font-weight: 600;
	color: #A91605;
}
.about_us_home .datas > p
{
	/*font-size: 1.125rem;*/
	/*font-weight: 400;*/
	/*color: #333;*/

	max-width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #373737;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 27px;
  font-family: "Jost", sans-serif;
}

/*
	====================================
*/

.grid_quicks
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 35px;
	grid-row-gap: 35px;
	margin-top: 40px;
}
.grid_quicks .quick_coloms
{

}
.grid_quicks .quick_coloms .wrapper
{
	background-color: #fff;
	border-radius: 7px;
	box-shadow:1px 1px 6px 4px rgba(0 0 0 / 8%);
	padding: 22px 0 30px;
	padding-top: 30px;
	height: 100%;
}
.grid_quicks .quick_coloms .wrapper .title
{
	padding: 10px 30px;
	padding-left: 20px;
	display: inline-block;
	position: relative;
	border-radius:0 8px 8px 0;
}
.grid_quicks .quick_coloms .wrapper .title h4
{
	font-size:1.313rem;
	margin-bottom: 0;
	font-weight: 400;

	  text-align: center;
	  /*font-weight: 700;*/
	color: #fff;
	  font-family: 'LeBeauneNew';

}
.grid_quicks .quick_coloms .wrapper .title .span1
{
	display: block;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	background-color: #FDC010;
	width: 10px;
}
.grid_quicks .quick_coloms .wrapper .title .span1:before
{
    content: '';
    position: absolute;
    left: 0;
    top: -9px;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;


}
.grid_quicks .quick_coloms .wrapper .title .span1:after
{
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;

}
.grid_quicks .quick_coloms .wrapper .desc
{
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 30px;
	font-size: 1.100rem;
	font-weight: 400;
	color: #000;
}
.grid_quicks .quick_coloms .wrapper .desc p
{
	margin-bottom: 0;
		color: #373737;
  font-size: 17px;
  line-height: 27px;
  font-family: "Jost", sans-serif;
}



.grid_quicks .quick_coloms:nth-child(1) .wrapper .title
{
	background-color: #FDC010;
}
.grid_quicks .quick_coloms:nth-child(1) .wrapper .title .span1
{
	background-color: #FDC010;
}

.grid_quicks .quick_coloms:nth-child(1) .wrapper .title .span1:before
{
	border-right: 5px solid #d8a30a;
    border-bottom: 5px solid #d8a30a;

}
.grid_quicks .quick_coloms:nth-child(1) .wrapper .title .span1:after
{
    border-top: 5px solid #d8a30a;
    border-right: 5px solid #d8a30a;
}


.grid_quicks .quick_coloms:nth-child(2) .wrapper .title
{
	background-color: #FC4590;
}
.grid_quicks .quick_coloms:nth-child(2) .wrapper .title .span1
{
	background-color: #FC4590;
}

.grid_quicks .quick_coloms:nth-child(2) .wrapper .title .span1:before
{
	border-right: 5px solid #FC4590;
    border-bottom: 5px solid #FC4590;
}
.grid_quicks .quick_coloms:nth-child(2) .wrapper .title .span1:after
{
    border-top: 5px solid #FC4590;
    border-right: 5px solid #FC4590;
}


.grid_quicks .quick_coloms:nth-child(3) .wrapper .title
{
	background-color: #362AA0;
}
.grid_quicks .quick_coloms:nth-child(3) .wrapper .title .span1
{
	background-color: #362AA0;
}

.grid_quicks .quick_coloms:nth-child(3) .wrapper .title .span1:before
{
	border-right: 5px solid #362AA0;
    border-bottom: 5px solid #362AA0;
}
.grid_quicks .quick_coloms:nth-child(3) .wrapper .title .span1:after
{
    border-top: 5px solid #362AA0;
    border-right: 5px solid #362AA0;
}


.grid_quicks .quick_coloms:nth-child(4) .wrapper .title
{
	background-color: #12818C;
}
.grid_quicks .quick_coloms:nth-child(4) .wrapper .title .span1
{
	background-color: #12818C;
}

.grid_quicks .quick_coloms:nth-child(4) .wrapper .title .span1:before
{
	border-right: 5px solid #12818C;
    border-bottom: 5px solid #12818C;
}
.grid_quicks .quick_coloms:nth-child(4) .wrapper .title .span1:after
{
    border-top: 5px solid #12818C;
    border-right: 5px solid #12818C;
}


.grid_quicks .quick_coloms:nth-child(5) .wrapper .title
{
	background-color: #FC519B;
}
.grid_quicks .quick_coloms:nth-child(5) .wrapper .title .span1
{
	background-color: #FC519B;
}

.grid_quicks .quick_coloms:nth-child(5) .wrapper .title .span1:before
{
	border-right: 5px solid #FC519B;
    border-bottom: 5px solid #FC519B;
}
.grid_quicks .quick_coloms:nth-child(5) .wrapper .title .span1:after
{
    border-top: 5px solid #FC519B;
    border-right: 5px solid #FC519B;
}


.grid_quicks .quick_coloms:nth-child(6) .wrapper .title
{
	background-color: #06BB66;
}
.grid_quicks .quick_coloms:nth-child(6) .wrapper .title .span1
{
	background-color: #06BB66;
}

.grid_quicks .quick_coloms:nth-child(6) .wrapper .title .span1:before
{
	border-right: 5px solid #06BB66;
    border-bottom: 5px solid #06BB66;
}
.grid_quicks .quick_coloms:nth-child(6) .wrapper .title .span1:after
{
    border-top: 5px solid #06BB66;
    border-right: 5px solid #06BB66;
}

/*
	=====================================
*/

section.homePagMessages
{
	background-color: #00A859;
	background-color: #F5F5F5;
}
section.homePagMessages .container
{
	max-width: 90%;
}
section.homePagMessages .container_custom
{
	padding-top: 80px;
	padding-bottom: 50px;
}
section.homePagMessages .container_custom
{

}

/*
	===============================
*/
.message_row
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 8px;
}
.message_row .textBox
{
	flex: 0 0 auto;
	width: 55%;
}
.message_row .textBox
{
	padding-right: 70px;
}
.message_row .textBox h5
{
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 400;
    color: #222222;
    padding-left: 30px;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
.message_row .textBox h5 span
{	
    font-weight: 600;
	color: #A91605;
}
.message_row .textBox h6
{
    text-transform: capitalize;
    color: #555;
    color: #A91605;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 500;
    padding-left: 30px;
    font-family: "Jost", sans-serif;
}
.message_row .textBox p
{
    color: #373737;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 27px;
    font-family: "Jost", sans-serif;
    padding-left: 35px;
}
.message_row .textBox .readmores
{
    padding-left: 30px;
}
.message_row .textBox .readmores a
{
	display: inline-flex;
	align-items: center;
	position: relative;
    padding-bottom:5px;
    
    color: #FDC010;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
}
.message_row .textBox .readmores a:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #FDC010;
	transition: all .2s;
}
.message_row .textBox .readmores a:before
{
	width: 100%;
}
.message_row .message_image
{
	flex: 0 0 auto;
	width: 45%;
}
.message_row .message_image img
{
	border-radius: 8px;
}

/*
	=======================================
*/



.facilities-custom-partitions
{
    /*width: calc(100% - 74px);*/
    width: 100%;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*margin-left: 74px;*/
    margin-top: 35px;
    background-color: #F5F5F5;
    padding-bottom: 60px;
}
.facilities-custom-partitions .partition-box1
{
    border-right: 5px solid #F5F5F5;
}
.facilities-custom-partitions .partition-box1:last-child
{
	border-right: 0px;
}
.facilities-custom-partitions .partition-box1 .wrapper
{
	height: 100%;
}
.facilities-custom-partitions .partition-box1 .wrapper .image-as-bg
{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.facilities-custom-partitions .partition-box1 .wrapper .image-as-bg:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to bottom, rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 10%),rgba(0 0 0 / 10%),rgba(0 0 0 / 20%)) ;
	transition: .3s;
	z-index: 3;
}
.facilities-custom-partitions .partition-box1:hover .wrapper .image-as-bg:before
{
	background-image: none;
	background-color: rgba(0 0 0 / 50%);
	/*background-color: rgba(130 30 28 / 90%);*/
}
.facilities-custom-partitions .partition-box1 .wrapper .image-as-bg img
{
	width: 100%;
	height: 310px;
	object-fit: cover;
	object-position: center;
	transition: 1s;
}
.facilities-custom-partitions .partition-box1:hover .wrapper .image-as-bg img
{
	transform: scale(1.2);
}

.facilities-custom-partitions .partition-box1 .wrapper
{
	position: relative;
}
.facilities-custom-partitions .partition-box1 .wrapper .redirects:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
.facilities-custom-partitions .partition-box1 .wrapper .heading-text
{
	/*position: absolute;*/
	/*top: 75%;*/
	/*left: 0;*/
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 6;
	transition: .5s;
	padding-top: 20px;
	background-color: #fff;
	padding-bottom: 20px;
}
.facilities-custom-partitions .partition-box1:hover .wrapper .heading-text
{
	top:50%;
}
.facilities-custom-partitions .partition-box1 .wrapper .heading-text h5
{
	font-size: 1.313rem;
    font-weight: 600;
    color: #FFF6D5;
    color: #333;
    text-transform: uppercase;
    font-family: "Zilla Slab", serif;
    text-align: center;
}
.facilities-custom-partitions .partition-box1 .wrapper .heading-text p
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

    color: #373737;
    font-size: 17px;
    margin-bottom: 13px;
    line-height: 25px;
    font-family: "Jost", sans-serif;
}
.facilities-custom-partitions .partition-box1 .wrapper:hover .heading-text p
{
/*	opacity: 1;
	visibility: visible;*/
}

/*
	=============================================
*/

#eventsscroll .slick-prev
{
	left: 20px;
	z-index: 15;
}
#eventsscroll .slick-next
{
	right: 20px;
	z-index: 15;
}

#eventsscroll .slick-prev, 
#eventsscroll .slick-next
{
	width: 50px;
	height: 50px;
	border-radius: 0px;
	background-color: transparent;
}
#eventsscroll .slick-prev:before, 
#eventsscroll .slick-next:before
{
	opacity: .9;
	visibility: visible;
	font-size: 35px;
}

/*
	=======================================
*/

.toppers_10
{
	margin-top: 50px;
	margin-top: 0px;
}
.toppers_10 .container
{
	max-width: 90%;
}
.toppers_10 .datas
{
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.toppers_10 .datas > p {
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #373737;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 27px;
    font-family: "Jost", sans-serif;
}

.toppers_10 .datas .heads h4
{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  color: #222222;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'LeBeauneNew';

}
.toppers_10 .datas .heads h4 span
{
	font-weight: 600;
	color: #A91605;
}
/*
	=======================================
*/



body.users .my_team_row
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-row-gap: 10px;
}
body.users .my_team_row .colom_team{
  flex:0 0 auto;
  width: calc(20% - 10px);
}
.my_team_row .colom_team
{

  margin:0 0px 12px; 
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: var(--white);
  /*box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);*/
  position: relative;
}

.my_team_row .colom_team .redirects:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.my_team_row .colom_team
{
  transition: all 0.5s;
  border-radius:15px;
}
.my_team_row .colom_team:hover
{
	transform: translateY(-15px);
}
.my_team_row .colom_team .image 
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	overflow: hidden;
	padding-top: 15px;
  border-radius:15px;
}
.my_team_row .colom_team .image img
{
	padding-top: 15px;
  width: 100%;
  height: 200px;
  object-fit:contain;
  object-position: top;
  transition: all 0.3s;
  border-radius:15px;
  background-color: #eeee;
}
.my_team_row .colom_team:hover .image img
{
	transform: scale(1.05);
}
.my_team_row .colom_team .detail
{
  padding-top: 15px;
  text-align: center;
}
.my_team_row .colom_team .detail h5
{
    color: #20282D;
    margin-bottom: 0px;
    text-align: center;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  	font-size: 20px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
}
.my_team_row .colom_team .detail p
{

  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 0px;
      font-size: 1.125rem;
    font-weight: 400;
    color: #333;
	font-family: "Jost", sans-serif;
}
body.users .my_team_row .colom_team .detail p
{
	margin-bottom: 0;	
}
.my_team_row .colom_team .detail p b
{
  font-weight: 700;
}


.my_team_row .colom_team .image.image__socialMedia
{
	position: relative;	
}

.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper
{
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .socialMedia_wrappers
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}



/*
	=======================================
*/

.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper
{
	display: none !important;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .plusIcon{
	background: #fff;
	  border-radius: 50%;
	  font-size: 15px;
	  line-height: 44px;
	  font-weight: 600;
	  color: #20282d;
	  transition: .3s;
	  height: 44px;
	  width: 44px;
	  text-align: center;
	  display: inline-block;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .plusIcon i{
	  font-size: 20px;
	  line-height: 47px;
	  font-weight: 600;
	  color: var(--e-global-color-primary);
	  text-align: center;
}

.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .socialMedia_wrappers
{
	position: absolute;
	bottom: -150%;
	right: 0;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .socialMedia_wrappers a
{
	background: #fff;
	  border-radius: 60%;
	  font-size: 16px;
	  font-weight: 500;
	  color: #20282d;
	  transition: .3s;
	  margin-bottom: 5px;
	  height: 45px;
	  width: 45px;
	  line-height: 45px;
	  text-align: center;
	  display: inline-block;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .socialMedia_wrappers a:hover
{
	  color: #fff;
	  background: #20282d;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .socialMedia_wrappers a:last-child
{
	margin-bottom: 0;
}
.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper .socialMedia_wrappers a i
{

}

.my_team_row .colom_team .image.image__socialMedia .sociaMedia_wrapper:hover .socialMedia_wrappers
{
	bottom: 0%;
	opacity: 1;
	visibility: visible;
}

/*
	=======================================================
*/

.noticeboars-after-banner .container
{
	max-width: 90%;
}

.noticeboars-after-banner .container
{

}

.noticeboars-after-banner .container .heads {
	margin-bottom: 40px;
}
.noticeboars-after-banner .container .heads h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
    color: #222222;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
.noticeboars-after-banner .container .heads h4 span {
    font-weight: 600;
    color: #A91605;
}

.noticeboars-after-banner .container .heads > p {
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #373737;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 27px;
    font-family: "Jost", sans-serif;
}
/*
	=============================================
*/

.noticeboars-after-banner
{
	background-color: #f5f5f5;
}
body.home .noticeboars-after-banner
{
	background-color: #f6ebea;
}
.noticeboars-after-banner .customContainer
{
	padding: 50px 0 55px;
}
/*
	==========================
*/
.noticeboard-wrapper .noticeBoardColoms
{
	background-color: var(--white);
	padding: 20px;
	padding-left: 0;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	transition: 500ms;
	margin: 0 15px;
}
.noticeboard-wrapper .noticeBoardColoms:hover
{
	/*transform: scale(1.02);*/
}
.noticeboard-wrapper .noticeBoardColoms .date
{
    flex: 0 0 auto;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 0 25px 25px 0;
    background-color: #00A859;
    position: relative;
    left: -10px;
    grid-column-gap: 5px;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.noticeboard-wrapper .noticeBoardColoms .date:before
{
	content: '';
    position: absolute;
    top: -10px;
    left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #00A859;
    border-left: 5px solid transparent;
    border-right: 5px solid #00A859;
}
.noticeboard-wrapper .noticeBoardColoms .date:after
{
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #00A859;
    border-left: 5px solid transparent;
    border-right: 5px solid #00A859;
}

.noticeboard-wrapper .noticeBoardColoms .date span:nth-child(1)
{
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.noticeboard-wrapper .noticeBoardColoms .date span:nth-child(2)
{
	font-size: 14px;
	font-weight: 600;
	color:#fff;
}


.noticeboard-wrapper .noticeBoardColoms .downloadbutoon
{
	flex: 0 0 auto;
	align-self: center;
	display: flex;
	flex-direction: row;
	grid-column-gap: 8px;
	padding-left: 14px;
}
.noticeboard-wrapper .noticeBoardColoms .downloadbutoon a
{
    display: block;
    background-color: #A91605;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 4px;
}
.noticeboard-wrapper .noticeBoardColoms .downloadbutoon a i
{
	color: #fff;
}
.noticeboard-wrapper .noticeBoardColoms .downloadbutoon a:nth-child(2)
{
    background-color: #FDC010;
}

.noticeboard-wrapper .noticeBoardColoms .details
{
	flex: 0 0 auto;
	width: 100%;
	padding-left:15px; 
	padding-right:15px; 
	padding-top: 5px;
	padding-top: 5px;
}
.noticeboard-wrapper .noticeBoardColoms .details h4
{
	margin-bottom: 4px;
}
.noticeboard-wrapper .noticeBoardColoms .details h4 a
{
    color: #20282D;
    margin-bottom: 5px;
    text-align: center;
    line-height: 22px;
    padding-left: 0px;
    padding-right: 10px;
    font-size: 23px;
    font-weight: 700;
}
.noticeboard-wrapper .noticeBoardColoms .details h4:hover a
{
	color: #2F63AF;
	text-decoration: none;
}
.noticeboard-wrapper .noticeBoardColoms .details p
{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 12px;
    color: #333;
}
.noticeboard-wrapper .noticeBoardColoms .details .download a
{
	display: inline-block;
	padding: 7px 13px;
	font-weight: 600;
	font-size: 11px;
	border-radius: 5px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--black);
	background-color: var(--color2);
	transition: .2s;
}
.noticeboard-wrapper .noticeBoardColoms .details .download a:hover
{
	background-color: var(--color2);
}
section.partition-events-noticeboard .right-coloms .viewallbuttons
{
	text-align: center;
	margin-top: 20px;
}
section.partition-events-noticeboard .right-coloms .viewallbuttons a
{
	display: inline-block;
	padding: 12px 40px;
	background-color: var(--color1);
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid transparent;
}
section.partition-events-noticeboard .right-coloms .viewallbuttons a:hover
{
	border-color: var(--color1);
	background-color: var(--color1);
	color: var(--white);
}


/*
	================================================
*/
.facilities-homePage
{
	margin-top: 30px;
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #F5F5F5;
}
.facilities-homePage .datas .heads h4 {
    font-size: 34px;
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
.facilities-homePage .datas .heads h4 span
{
    font-weight: 600;
	color: #A91605;
}
.facilities-homePage .datas > p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;

    line-height: 27px;
    font-family: "Jost", sans-serif;
}

/*
	==============================================================
*/
.facilities-homePage
{

}
.facilities-homePage .customContainer
{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.facilities-row
{
	display: flex;
}

.facilities-row .facilites-cols
{
	  flex-grow: 1;
	  flex-basis: 0;
	  transition: flex-grow 0.5s ease;
	  cursor: pointer;
}

.facilities-row:hover .facilites-cols {
    flex: 1; /* default flex for all children on container hover */
  }

 .facilities-row .facilites-cols:hover {
    flex-grow: 4; /* current div ko bada kar do */
  }


.facilities-row .facilites-cols:not(:nth-child(4)) .wrapper
{
	border-right: 3px solid #fff;
}
.facilities-row.row1 .facilites-cols .wrapper
{
	border-bottom: 3px solid #fff;
	transition: all .2s;
}
.facilities-row .facilites-cols .wrapper
{
	position: relative;
}
.facilities-row .facilites-cols .wrapper .redirects:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.facilities-row .facilites-cols .wrapper img
{
	width: 100%;
	height: 320px;
	object-position: center;
	object-fit: cover;
	transition: all .2s;
}
.facilities-row .facilites-cols .wrapper .title
{
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.facilities-row .facilites-cols .wrapper .title h5
{
	margin-bottom: 0;
	font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    background-color: #FDC010;
    background-color: #00A859;
        font-family: "Jost", sans-serif;
}

/*
	============================================
*/

/*New Section*/
/*.animateddiv{
	height: 500px;
	background-image: url('../img/school-building.png');
	background-position: left right;
	animation: mymove 28s infinite;
}

@keyframes mymove {
	50% {background-position: right;}
}*/

/*
	==========================================
*/

.footer
{
	background-color: #00A859;
	background-color: #EFEFEF;
}
.footer .footer-container
{
	padding-top: 60px;
	padding-bottom: 40px;
}
.footer .footer-container .container
{
	max-width: 87%;
}
.footer .widgets
{

}
.footer .widgets h5
{
	font-size: 1.263rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 1.1rem;
	font-family: 'LeBeauneNew';
}
.footer .widgets h5:not(:first-child)
{
	margin-top: 16px;
}
.footer .widgets ul
{
	padding-left: 0;
}
.footer .widgets ul li
{
	margin-bottom: 5px;
}
.footer .widgets ul li a
{
	font-size: 1rem;
	font-weight: 400;
	color: #222;
	    font-family: "Jost", sans-serif;
}



.footer .widgets .address
{
	margin-bottom: 12px;
	display: flex;
	grid-column-gap: 10px;
}
.footer .widgets .address .icon
{

}
.footer .widgets .address .icon i
{
	color: #FDC010;
	font-size: 20px;
}
.footer .widgets .address .values
{
	font-size: 1rem;
	font-weight: 400;
	color: #222;
	font-family: "Jost", sans-serif;
}
.footer .widgets .address .values b
{
	display: block;
}
.footer .widgets .footer_socialMedia
{
	margin-top: 20px;
	display: flex;
	grid-column-gap: 7px;
}
.footer .widgets .footer_socialMedia a
{
	width: 35px;
	height: 35px;
	background-color: #00723dcf;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}

/*
===================================
*/

.copyright
{
	background-color: #A91605;
	padding: 20px;
	font-size: 1.063rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-family: "Jost", sans-serif;
}
.carousel-control-prev
{
	z-index: 3;
}
.carousel-control-next
{
	z-index: 3;
}

/*
	======================================
*/

body.innerPages .homePagMessages .message_row .textBox
{
	padding-top: 40px;
	padding-bottom: 40px;
}

/*
	==================================
*/

body.innerPages .innerSectionUserts
{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*
	============================
*/
body.innerPages .facilities-homePage
{
	margin-top: 0;
	background-color: #F5F5F5;
}
body.innerPages .facilities-homePage .datas .heads h4
{
	color: #222222;
}
body.innerPages .facilities-homePage .datas > p
{
	color: #373737;
	margin-bottom: 25px;
}
.facilities-row5
{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.facilities-row5 .facilites-cols
{
	flex: 0 0 auto;
	width: calc(25% - 5px);
	  cursor: pointer;
}
.facilities-row5.row1 .facilites-cols .wrapper
{

}
.facilities-row5 .facilites-cols .wrapper
{
	overflow: hidden;
	position: relative;
}
.facilities-row5 .facilites-cols .wrapper .redirects:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0 0 0 / 0%);
	transition: all .2s;
}
.facilities-row5 .facilites-cols:hover .wrapper .redirects:before
{
	background-color: rgba(0 0 0 / 50%);
}
.facilities-row5 .facilites-cols .wrapper img
{
	width: 100%;
	height: 320px;
	object-position: center;
	object-fit: cover;
	transition: all .2s;
}
.facilities-row5 .facilites-cols:hover .wrapper img
{
	transform: scale(1.1);
}
.facilities-row5 .facilites-cols .wrapper .title
{
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 5;
}
.facilities-row5 .facilites-cols .wrapper .title h5
{
	margin-bottom: 0;
	font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    background-color: #FDC010;
    background-color: #00A859;
        font-family: "Jost", sans-serif;
}

/*
	=====================================
*/

#facilityModal .modal-header
{
	padding: 10px 25px;
	background-color: #A91605;
}
#facilityModal .modal-header .modal-title
{
	font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
#facilityModal .btn-close{
	background: url(../img/close.png);
	background-size: 20px;
	background-position: center;
	opacity: 1;
	background-repeat: no-repeat;
}
#facilityModal .customGrids
{
	display: flex;
	flex-wrap: wrap;
}
#facilityModal .customGrids #facilityImage
{
	flex: 0 0 auto;
	width: 350px;
	width: 100%;
}
#facilityModal .customGrids #facilityDesc
{
	flex: 0 0 auto;
	width:calc(100% -  350px);
	width:100%;
	padding: 5px 5px;
	color: #222;
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 27px;
    font-family: "Jost", sans-serif;
}
#facilityModal .modal-dialog
{
	max-width: 700px;
}
#facilityModal .modal-content .buttonss
{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}
#facilityModal .modal-content .buttonss .btn{
    background-color: #A91605;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 4px;
    border:0px;
}
#facilityModal .modal-content .buttonss .btn:nth-child(2) {
    background-color: #FDC010;
}

/*
	=========================================
*/

body.admissions
{

}
body.admissions .homePagMessages .message_row .textBox
{
	padding-right: 40px;
}
body.admissions .homePagMessages .message_row .textBox h6
{
	font-size: 18px;
}
body.admissions .homePagMessages .message_row .textBox p
{
	font-size: 19px;
}
body.admissions .homePagMessages .message_row .textBox p b
{
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
}
table.bank-details
{
	margin-top: 20px;
    margin-left: 33px;
    width: 95%;
}
table.bank-details tr
{
	border:1px solid #ccc;
}
table.bank-details tr td
{
	padding: 15px 15px;
	font-family: "Jost", sans-serif;
	color: #373737;
	font-size: 16px;
}
table.bank-details tr td:nth-child(1)
{
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
table.bank-details tr td:nth-child(2)
{
	width: 70%;
}
table.bank-details tr:nth-child(even)
{
	background-color: #F5F5F5;
}

/*
	============================================
*/



/*
	================================
*/
body.admissions section.homePagMessages .container
{
	max-width: 95%
}
.enquiryFOrmadmEnquiry
{
    background-color: var(--white);
    height: 100%;
    width: 100%;
    border-radius: 80px 80px 80px 0;
    border-left: 1px solid #eee;
}
.enquiryFOrmadmEnquiry .form_Headings
{
	background-color: #FDA31B;
	background-color: #A91605;
	padding: 20px 30px;
	border-radius:5px;
	margin-bottom: 20px;
	text-align: left;
}
.enquiryFOrmadmEnquiry .form_Headings h4
{
	font-size: 34px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
.enquiryFOrmadmEnquiry .form_Headings h6
{
	/*font-family: "Inter", serif;*/
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 0px;
    font-family: "Jost", sans-serif;
}
.enquiryFOrmadmEnquiry .wrapper
{
	padding: 10px 35px 20px 35px;
}
.enquiryFOrmadmEnquiry .wrapper form
{

}
.enquiryFOrmadmEnquiry .wrapper form .inputcolom
{
	margin-bottom: 22px;
}
.enquiryFOrmadmEnquiry .wrapper form .inputcolom .form_input
{
    border: 0px;
    background-color: #F2F3F5;
    /*background-color: transparent;*/
    padding: 14px 20px;

    font-size: 16px;
	font-weight: 400;
	color: #111;
	border: 1px solid transparent;
    /*font-family: "Rubik", serif;*/
}
.enquiryFOrmadmEnquiry .wrapper form .inputcolom .form_input:focus
{
	box-shadow: none;
}

.enquiryFOrmadmEnquiry .wrapper form .inputcolom .form_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
	font-weight: 400;
	color: #444;
    /*font-family: "Rubik", serif;*/
}
.enquiryFOrmadmEnquiry .wrapper form .inputcolom .form_input::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
	font-weight: 400;
	color: #444;
    /*font-family: "Rubik", serif;*/
}
.enquiryFOrmadmEnquiry .wrapper form .inputcolom .form_input:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
	font-weight: 400;
	color: #444;
    /*font-family: "Rubik", serif;*/
}
.enquiryFOrmadmEnquiry .wrapper form .inputcolom .form_input:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
	font-weight: 400;
	color: #444;
    /*font-family: "Rubik", serif;*/
}
.enquiryFOrmadmEnquiry .wrapper form .twoColoms
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-column-gap: 3%;
}
.enquiryFOrmadmEnquiry .wrapper form .twoColoms .inputcolom
{
	flex: 0 0 auto;
	width: 48%;
}
.enquiryFOrmadmEnquiry .wrapper form .captchaRow
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.enquiryFOrmadmEnquiry .wrapper form .captchaRow .inputcolom
{
	flex: 0 0 auto;
	width: 60%;
	margin-bottom: 0;
}
.enquiryFOrmadmEnquiry .wrapper form .captchaRow .captchaImage
{
	flex: 0 0 auto;
	width: 40%;
	padding-left: 20px;
}
.enquiryFOrmadmEnquiry .wrapper form .captchaRow .captchaImage img
{
	width: 140px;
}
.enquiryFOrmadmEnquiry .wrapper form  .submitButton
{
	margin-top: 20px;
}
.enquiryFOrmadmEnquiry .wrapper form  .submitButton .submitButton5
{
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	background-color: #FDC010;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 12px;
    border-radius: 8px;
    border:0px;
    font-size: 16px;
    font-family: "Jost", sans-serif;
}
.enquiryFOrmadmEnquiry .wrapper form  .submitButton .submitButton5:hover
{
	background-color: #A91605;
}


/*
	===================================================
*/



/*
	================================
*/


.customTable
{
	margin-top: 25px;
}
.customTable .table
{
	
}
.customTable .table thead
{
	background-color:#A91605;
}
.customTable .table thead tr
{
}
.customTable .table thead tr th
{
	padding:13px 30px;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 16px;
}


.customTable .table thead tr th:nth-child(1)
{
	width: 170px !important;

}

body.alumni .customTable .table thead tr th:nth-child(1)
{
	width: auto !important;
}

section.table__areaaa
{
	padding-bottom: 200px;
}
.customTable .table tbody
{

}
.customTable .table tbody tr:nth-child(even)
{
	background-color: #F5F5F5;
}
.customTable .table tbody tr:nth-child(odd)
{
	background-color: #fff;
}
.customTable .table tbody tr td
{
	padding: 20px 30px;
	font-family: "Jost", sans-serif;
	color: #222;
	font-size: 16px;
}

.customTable .table tbody tr td[data-title='Title']
{
	width: 55%;
	font-weight: 500;
}
.customTable .table tbody tr td[data-title='Home Work'] a,
.customTable .table tbody tr td[data-title='Download'] a
{
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	font-size: 15px;
	text-decoration: underline;
}
.customTable .table tbody tr td a
{
	color: #FDC039;
}
.customTable .table tbody tr td a:hover
{
	text-decoration: underline;
	color: #FDA31B;
}
.customTable .table tbody tr td .date
{
	font-weight: 400;
}


body.downlaod .customTable .table tbody tr td[data-title='Title']{
	width: 80% !important;
}

body.StuCorner .customTable .table tbody tr td[data-title='Title']
{
	width: 40% !important;
}

/*
	======================================
*/

body.admissions_images .about_us_home2 .container
{
	max-width: 90% !important;
}
body.admissions_images .about_us_home .datas .heads h4
{
	text-align: left;
}
body.admissions_images .about_us_home .datas > p
{
	max-width: 100%;
	text-align: left;
}
body.admissions_images .about_us_home .datas h6
{
    font-size: 1.313rem;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    font-family: "Zilla Slab", serif;
    margin-top: 20px;
}
body.admissions_images .about_us_home .datas ul
{
	margin-bottom: 20px;
}
body.admissions_images .about_us_home .datas ul
{
	list-style-type: square;
}
body.admissions_images .about_us_home .datas ul li {
    color: #373737;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    font-family: "Jost", sans-serif;
}
body.admissions_images .about_us_home .datas ul li::marker
{
	color: #FDC010;
}

/*
	======================================
*/

body.users .my_team_row
{
	justify-content: center;
}
body.schoolInfo .about_us_home2 .fullWidthImages
{
	text-align: center;
}
body.staffs .toppers_10 .datas
{
	max-width: 90%;
}


/*
	===================================================
*/




/*
=====================================
*/
#accordionExample
{
	/*margin-top: 25px;*/
}
#accordionExample .infrastructure_gallery_row
{
	justify-content: center;
}
#accordionExample .infrastructure_gallery_row .infrastructure_gallery_colom
{
	width: calc(20% - 20px);
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}
body.staff-list .infrastructure_gallery_row .infrastructure_gallery_colom
{
	width: calc(20% - 20px);
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}
#accordionExample .infrastructure_gallery_row.achievers_gallery_row .infrastructure_gallery_colom .detail_area
{
	padding: 0px 5px 5px;
}
#accordionExample .infrastructure_gallery_row.achievers_gallery_row .infrastructure_gallery_colom .detail_area h5
{
	font-weight: 600;
	color: var(--color2);
	font-size: 18px;

}
#accordionExample .infrastructure_gallery_row.achievers_gallery_row .infrastructure_gallery_colom .detail_area p
{
	color: var(--black) !important;
}
#accordionExample .heading_accordions
{
	text-align: center;
	margin: 15px 0 20px;
}
#accordionExample .heading_accordions h5 span
{
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	z-index: 3;
	color: var(--white);
	font-weight: 700;
	font-size: 22px;
}
#accordionExample .heading_accordions h5
{
	display: inline-block;
	position: relative;
}
#accordionExample .heading_accordions h5:before
{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color1);
	z-index: 2;
	transform: skewX(-15deg);
	border-radius: 8px;
}
#accordionExample .heading_accordions h5:after
{
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: var(--color3);
	z-index: 1;
	transform: skewX(-15deg);
	border-radius: 8px;
}
#accordionExample .accordion-button:focus
{
	box-shadow: none;
}
#accordionExample .accordion-button
{
	box-shadow: none;
	font-weight: 500;
	font-size: 1.313rem;
	text-transform: uppercase;
	color: var(--white);
	background-color: #a91605;
	    font-family: "Zilla Slab", serif;
}
#accordionExample .accordion-button.collapsed
{
	box-shadow: none;
	background-color: #eeecec;
	color: #a91605;
	font-weight: 700;
	opacity: 1;
}
#accordionExample .accordion-button.collapsed::after{
	background-image:url(../img/add.png);
	opacity: 1;
}

#accordionExample .accordion-button:not(.collapsed)::after{
	background-image:url(../img/minus.png);
	opacity: 1;
}
body.staffListIMages.IcseResultPage1 .staffRows
{
	margin-top: 0;
}
body.staffListIMages.IcseResultPage1 #accordionExample .accordion-body
{
	padding: 20px 30px;
}

body.staffListIMages.IcseResultPage1 #accordionExample .content-box-editor-mode .innerWdiths
{
	width: 97%;
}


body.staffListIMages.IcseResultPage1 #accordionExample .accordion-body .galleryHeadingContent h5 {
    font-size: 20px;
    line-height: 31px;
    margin: 0 0 20px;
    color: #343E47;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
	 /*font-family: "Phudu", sans-serif;*/
}
body.staffListIMages.IcseResultPage1 #accordionExample .accordion-body h5:before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    /* transform: translateX(-50%); */
    max-width: 250px;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
body.staffListIMages.IcseResultPage1 #accordionExample .accordion-body h5:after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -2px;
    width: 50px;
    height: 5px;
    background-color: #D0781A;
}

body.staffListIMages.IcseResultPage1 #accordionExample.accordion8 .accordion-body
{
	padding: 0 0;
}
body.staffListIMages.IcseResultPage1 #accordionExample.accordion8 .accordion-item
{
	border: 0px;
}


body.staffListIMages #accordionExample .accordion-body .image_groups
{
	text-align: center;
}
body.staffListIMages #accordionExample .accordion-body .names
{
	background-color: #ffeeec;
	margin-top: 10px;
}
body.staffListIMages #accordionExample .accordion-body .names h5
{
	text-align: center;
	padding: 10px;
	display: flex;
	font-family: "Jost", sans-serif;
	justify-content: center;

}
body.staffListIMages #accordionExample .accordion-body .names h5 span
{
	flex:  0 0 auto;
	border-right: 2px solid #888;
	padding-right: 10px;
	padding-left: 10px;
}
body.staffListIMages #accordionExample .accordion-body .names h5 span:last-child
{
	border-right: 0px;
}


/*
	==========================================
*/


/*
=========================
*/

body.careerPages section.career .container
{
	max-width: 90%;
}

section.contact .contact-container
{
	margin: 0 auto;
    max-width: 100%;
    background-color: var(--white);
    /*box-shadow: 0px 2px 50px 5px rgb(0 0 0 / 12%);*/
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    /*padding: 40px 35px;*/
    /*margin-bottom: 40px;*/
    /*border-radius: 10px;*/
}
section.contact.career-section .contact-container
{
	max-width: 95%;
}

section.contact .contact-container form
{
	margin-top: 10px;
}

section.contact .contact-container .input-group
{
	margin-bottom: 22px;
	position: relative;
}
section.contact .contact-container .input-group label
{
	font-weight: 400;
	left: 10px;
	font-size: 15px;
	top: 5px;
	position: absolute;
	z-index: 5;
	pointer-events: none;
	padding:3px 7px;
	transition: .2s;
	 /*font-family: "Inter", serif;*/
	 display: none;
}
section.contact .contact-container .input-group .form-select
{
	width: 100%;
}
section.contact .contact-container .input-group .inputs
{
	padding:14px 20px;
	    background-color: #F2F3F5;
	    border:0px;
}
section.contact .contact-container .input-group .inputs:focus
{
	box-shadow: none;
	outline: none;
}

section.contact .contact-container .input-group .inputs label
{
	display: none !important;
}

section.contact .contact-container .input-submit .submit-form
{
	display: inline-block;
	padding:10px 35px;
	font-weight: 500;
	font-size: 17px;
	color: var(--white);
	text-transform: uppercase;
	background-color: var(--color2);
	border: 0px solid var(--color1);
	transition: .4s;
	box-sizing: border-box;
	    font-weight: 500;
    /*font-family: "Work Sans", sans-serif;*/
    font-size: 16px;
        background-color: #FDC010;
    color: #fff;
    border-radius: 8px;
}
section.contact .contact-container .input-submit .submit-form:hover
{
    color: #101010;
        background-color: #FDD400;
	/*border-radius: 25px;*/
}


/*
=====================================
*/

body.careerPages section.career
{
	margin-top: 45px;
	margin-bottom: 45px;
}
body.careerPages section.career .heading_page h4
{
	font-size: 34px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 22px;
    font-family: 'LeBeauneNew';
    word-spacing: -2px;
}
body.careerPages section.career .heading_page h4 span.hightlight
{
    font-weight: 600;
	color: #A91605;
}

/*
=====================================
*/
body.careerPages #accordionExample .infrastructure_gallery_row
{
	justify-content: center;
}
body.careerPages #accordionExample .infrastructure_gallery_row .infrastructure_gallery_colom
{
	width: calc(20% - 20px);
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}
body.staff-list .infrastructure_gallery_row .infrastructure_gallery_colom
{
	width: calc(20% - 20px);
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}
body.careerPages #accordionExample .infrastructure_gallery_row.achievers_gallery_row .infrastructure_gallery_colom .detail_area
{
	padding: 0px 5px 5px;
}
body.careerPages #accordionExample .infrastructure_gallery_row.achievers_gallery_row .infrastructure_gallery_colom .detail_area h5
{
	font-weight: 600;
	color: var(--color2);
	font-size: 18px;
}
body.careerPages #accordionExample .infrastructure_gallery_row.achievers_gallery_row .infrastructure_gallery_colom .detail_area p
{
	color: var(--color1) !important;
}
body.careerPages #accordionExample .heading_accordions
{
	text-align: center;
	margin: 15px 0 20px;
}
body.careerPages #accordionExample .heading_accordions h5 span
{
	display: inline-block;
	padding: 10px 30px;
	position: relative;
	z-index: 3;
	color: var(--white);
	/*font-family: 'Jost',sans-serif;*/
	font-weight: 500;
	font-size: 22px;
}
body.careerPages #accordionExample .heading_accordions h5
{
	display: inline-block;
	position: relative;
}
body.careerPages #accordionExample .heading_accordions h5:before
{
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color1);
	z-index: 2;
	transform: skewX(-15deg);
	border-radius: 8px;
}
body.careerPages #accordionExample .heading_accordions h5:after
{
	content: '';
	position: absolute;
	top: 4px;
	left: 5px;
	width: 100%;
	height: 100%;
	background-color: var(--color3);
	z-index: 1;
	transform: skewX(-15deg);
	border-radius: 8px;
}
body.careerPages #accordionExample .accordion-button:focus
{
	box-shadow: none;
}
body.careerPages #accordionExample .accordion-button
{
	box-shadow: none;
	font-family: "Zilla Slab", serif;
	font-weight: 500;
	font-size: 1.213rem;
	text-transform: capitalize;
	color: var(--white);
	background-color:#a91605;
}
body.careerPages #accordionExample .accordion-button.collapsed
{
	box-shadow: none;
	background-color: #eeecec;
	color: #a91605;
}
body.careerPages #accordionExample .accordion-button:not(.collapsed)::after{
	background-image:url(../img/angle-arrow-pointing-to-right.png);
}


/*
==============================
*/

body.careerPages #accordionExample .accordion-body .label_for_career
{
	font-size: 16px;
	margin-bottom: 8px;
	text-align: justify;
	line-height: 23px;
	color: #111;
	    font-family: "Jost", sans-serif;
}
body.careerPages #accordionExample .accordion-body .label_for_career:before
{
	content: attr(getAttr);
	/*font-family: "Inter", serif;*/
	font-weight: 500;
}
body.careerPages .padding-left-job-opeings
{
	padding-left: 35px;
}

/*
	====================================
*/




/*
	***************************
*/
body.contactPage .banner-innerpage #wave--01 path
{
	fill: #ECEAE6;
}
body.contactPage footer
{
	margin-top: 0;
}
section.contactInfo
{
	padding: 60px 0 60px;
	background-color: #ECEAE6;
}
section.contactInfo .grid_contact_info
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}
section.contactInfo .grid_contact_info .col_contact_info
{
    text-align: center;
    background-color: var(--white);
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 12px -3px rgb(0 0 0 / 10%);
}
section.contactInfo .grid_contact_info .col_contact_info .icon
{
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	background-color:#F8C832;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 50%;
}
section.contactInfo .grid_contact_info .col_contact_info .icon i{
    font-size: 26px;
    line-height: 70px;
    color: #fff;
}
section.contactInfo .grid_contact_info .col_contact_info h5
{
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    font-size: 1.313rem;
    text-transform: capitalize;
    color: #a91605;
}
section.contactInfo .grid_contact_info .col_contact_info p
{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    color: #111;
    font-family: "Jost", sans-serif;
}
section.contactInfo .grid_contact_info .col_contact_info p.cont
{
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px;
    color: #444;
    font-family: "Jost", sans-serif;
}


.divider_custom
{
	height: 90px;
	width: 100%;
	background-color: #ECEAE6;
}




/*
********************************
*/

body.contactPage .map_forms
{
	display: grid;
	grid-template-columns: 65% 35%;
}
body.contactPage .map_forms .forms .form_wrapper 
{
	padding: 45px 45px;
	background-color:#fff;
	height: 100%;
}
body.contactPage .map_forms .forms .form_wrapper .heading
{
	margin-bottom: 20px;
	letter-spacing: -3px;
}
body.contactPage .map_forms .forms .form_wrapper .heading h5
{
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: 700;
	color: #333;
	    font-family: 'LeBeauneNew';
}
body.contactPage .map_forms .forms .form_wrapper .heading h5 span
{
    font-weight: 600;
	color: #A91605;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-gap: 15px;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom
{
	flex: 0 0 auto;
	width: calc(33.333% - 20px);
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom label
{
	margin-bottom: 7px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	 font-family: "Jost", sans-serif;
	 display: none;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom .form-control
{	
	border-radius: 5px;
	border:1px solid #ccc;
	padding: 9px 15px;
	font-family: var(--bitter);
	color: #444;
	 font-family: "Jost", sans-serif;

	padding: 14px 20px;
    background-color: #F2F3F5;
    border: 0px;

}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom .form-control:focus
{
	box-shadow: none;
	outline: none;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom.fullWIdth
{
	width: calc(100% - 20px);
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColomFullWidth
{
	width: calc(100% - 20px);
	text-align: center;
	margin-top: 10px;	
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColomFullWidth input
{
	display: inline-block;
    background-color: #2F63AF;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 11px 38px;
    border:0px;
    border-radius: 5px;
    position: relative;
    transition: .2s;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColomFullWidth input:hover
{
	transform: scale(.9);
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom
{
	display: flex;
	flex-direction: column;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom .hidden
{
	opacity: 0;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom img
{
	width: 137px;
}
body.contactPage .map_forms .forms .form_wrapper form .formGroup .hidden-center-div
{
	opacity: 0;
	width: 20%;
}
body.contactPage .map_forms .footerMapHome
{
	height: 100%;
	line-height: 0;
}

body.contactPage .map_forms .image-contact img
{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom input[type="number"]::-webkit-inner-spin-button,
body.contactPage .map_forms .forms .form_wrapper form .formGroup .inputColom input[type="number"]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/*
	=======================================
*/

body.left_heading_paragarphs .about_us_home .datas .heads h4
{
	text-align: left;
}
body.left_heading_paragarphs .about_us_home .datas > p{
	max-width: 100%;
	text-align: left;
}


body.left_heading_paragarphs .customFlexes .rights .selectForm
{
	display: flex;
	flex-direction: row;
	grid-column-gap: 5px;
	grid-row-gap: 10px;
	align-items: center;
}
body.left_heading_paragarphs .customFlexes .rights .selectForm label
{
	white-space: nowrap;
	font-size: 1.115rem;
    font-weight: 500;	
    color: #555;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
}
body.left_heading_paragarphs .customFlexes .rights .selectForm select{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    line-height: 20px;
    font-size: 0.900rem;
    padding: 10px 20px;
    color: #666;
    font-weight: 600;
    border: 3px solid #d2d1d1;
    font-family: "Jost", sans-serif;
}
body.left_heading_paragarphs .customFlexes .rights .selectForm select:focus
{
	box-shadow: none;
	outline: none;
}

body.careerPages .headingWIthSelectYear
{
	max-width: 100%;
}

body.left_heading_paragarphs .customFlexes 
{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 50px;
}
body.left_heading_paragarphs .customFlexes .lefts
{
	flex: 0 0 auto;
	/*width: calc(100% - 330px);*/
}
body.left_heading_paragarphs .customFlexes .rights
{
	flex: 0 0 auto;
	/*width: 300px;*/
}


/*
	==================================================
*/


/*
	=====================================
*/
.contact-container.myprofile-page
{
	margin: 50px 0;
}
.contact-container.myprofile-page .wrapper
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contact-container.myprofile-page .wrapper .left-navigation
{
	flex: 0 0 auto;
	width: 290px;
}
.contact-container.myprofile-page .wrapper .detail
{
	flex: 0 0 auto;
	width: calc(100% - 290px);
	padding-left: 25px;
}


.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper
{
	padding:25px 15px;
    background-color: #f6f4f4;
    border-radius: 15px;

    position: sticky;
    top: 20px;
    left: 0;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .students-detail
{

}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .students-detail .image
{
	text-align: center;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .students-detail .image img
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-position: top;
	object-fit: cover;
	border: 5px solid var(--white);
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .students-detail h3
{
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #333;
    font-family: "Jost", sans-serif;
	margin-top: 8px;
	margin-bottom: 7px;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .students-detail h6
{
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	color: #222;
    font-family: "Jost", sans-serif;
	margin-top: 3px;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .hrrow
{
	border-color: #ffc0c0;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 7px;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a
{
	flex: 0 0 auto;
	border: 1px solid #ccc;
	padding:10px;
	border-radius: 25px;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a
{

}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a.active,
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a:hover
{
	background-color: #a91605;
	border-color: #a91605;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a i
{
	display: inline-block;
	width: 29px;
	height: 29px;
	background-color: #a91605;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	color: #fff;
}

.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a:hover i,
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a.active i
{
	background-color: #f6f4f4;
	color: #a91605;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a .values
{
	display: inline-block;
	padding-left: 5px;

    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #111;
    font-family: "Jost", serif;	
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a:hover .values,
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a.active .values
{
	color: #fff;
	font-weight: 400;
}

/*
	===================================
*/
.my-profile-wrapper-area
{}
.my-profile-wrapper-area .wrapper
{
	flex-direction: column !important;
}
.my-profile-wrapper-area .wrapper .heading1
{
	margin-bottom: 5px;
}
.my-profile-wrapper-area .wrapper .heading1 h3
{
    font-size: 32px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
    margin-bottom: 0px;
    letter-spacing: -1px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
.my-profile-wrapper-area .wrapper .table tr:nth-child(1)
{
	border-top: 1px solid #ccc;
}
.my-profile-wrapper-area .wrapper .table tr:nth-child(even)
{
	background-color: #eaeaea;
}
.my-profile-wrapper-area .wrapper .table thead tr th
{
	background-color: #A91605;
	font-weight: 500;
	color: #fff;
	padding: 10px 15px;
}
.my-profile-wrapper-area .wrapper .table tr td
{
	border-left: 1px solid #ccc;
	padding: 14px 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
    font-family: "Jost", serif;	
}
.my-profile-wrapper-area .wrapper .table tr td:nth-child(1)
{
	width: 40%;
	font-weight: 500;
	color: #111;
}
.my-profile-wrapper-area .wrapper .table tr td:nth-child(2)
{
	width: 60%;
	border-right: 1px solid #ccc;
}
body.alumni .my-profile-wrapper-area .wrapper .table tr td:nth-child(1)
{
	width: auto;
	font-weight: 400;
}
body.alumni  .my-profile-wrapper-area .wrapper .table tr td:nth-child(2)
{
	width: auto;
	font-weight: 400;
}
body.alumni  .my-profile-wrapper-area .wrapper .table tr td
{
	width: auto;
	font-weight: 400;
}

body.alumni .customTable
{
	/*margin-top: 0;*/
}

/*
	============================================
*/

.my-profile-wrapper-area .date_sortings .date_soring_area
{
	justify-content: flex-start;
}
.my-profile-wrapper-area .date_sortings .date_soring_area .inputBlock
{
	flex-direction: column;
	align-items: flex-start;
}
.my-profile-wrapper-area .date_sortings .submits
{
	display: flex;
	flex-direction: column;
}
.my-profile-wrapper-area .date_sortings .submits .hiddens
{
	opacity: 0;
	visibility: hidden;
}

.my-profile-wrapper-area .table_table .table tbody tr td
{
	width: 25% !important;
}

/*
	===========================================
*/

body.editprofile .steps_heading
{
	margin-top: 0 !important;
	margin: 15px 0 15px;
	border-bottom: 1px solid #ccc;
}
body.editprofile .steps_heading h5
{
	margin-bottom: 0;
	background-color: #FDC010;
	display: inline-block;
	color: #fff;
	font-family: "Jost", serif;	
	font-size: 17px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 8px 8px 0 0;
}
body.editprofile .width_full_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
body.editprofile .width_full_row .width_half_form
{
	flex: 0 0 auto;
	width: calc(33.333% - 20px);
}

body.editprofile .form_row
{

}
body.editprofile .form_row label,
body.editprofile .width_full_row .width_half_form label
{
	font-size: 16px;
    color: #444;
    margin-bottom: 7px;
    font-weight: 500;
    font-family: "Jost", serif;
}
body.editprofile .width_full_row .width_half_form .input_fields
{
	border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    font-family: "Jost", serif;
}
body.editprofile .width_full_row .width_half_form .input_fields:focus
{
	box-shadow: none;
}

body.editprofile .submit_btn
{
	text-align: center;
	margin-top: 10px;
}
body.editprofile .submit_btn .signin
{
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 0px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 3px 5px 0 0px #fceae9;
    background-color: #FDC010;
    color: var(--white);
    min-width: 220px;
    border: 2px solid transparent;
	 font-family: "Jost", serif;
}
body.editprofile .submit_btn .signin:hover
{
/*	background-color:#2F63AF;
	color: var(--white);
	border: 2px solid #2F63AF;*/
}

/*
	==========================================
*/
body.gallery .about_us_home .container_custom
{
	/*max-width: 98%;*/
}
body.gallery .about_us_home.about_us_home2 .container_custom
{
	padding-bottom: 0;
}
body.gallery .facilities-custom-partitions
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	padding-left: 1%;
	padding-right: 1%;
}
body.gallery .facilities-custom-partitions .partition-box1
{
	flex: 0 0 auto;
	width: calc(25% - 12px);
	border-right: 0px;
}
body.gallery .facilities-custom-partitions .partition-box1 .wrapper .image-as-bg
{
	height: auto;
}
body.gallery .facilities-custom-partitions .partition-box1 .wrapper .heading-text h5
{
	font-size: 1.213rem;
	font-weight: 600 !important;
}
body.gallery .facilities-custom-partitions .partition-box1 .wrapper .heading-text p
{
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 23px;
}
body.gallery.admissions_images .about_us_home.onlyPaddingTop
{
	padding-top: 30px;
}
body.admissions_images.gallery .about_us_home2 .container
{
	max-width: 98% !important;
}
body.gallery.admissions_images .facilities-custom-partitions
{
	margin-top: 0;
}
body.gallery.admissions_images .about_us_home.about_us_home2 .container_custom
{
	padding-top: 25px;
}
body.gallery.admissions_images .datas .metaData
{
	grid-column-gap: 15px;
	display: inline-flex;
	margin: 0 0 12px;
}
body.gallery.admissions_images .datas .metaData span
{
	font-weight: 500;
	font-family: "Jost", sans-serif;
}
body.gallery.admissions_images .datas .metaData span i
{
	color: #FFC412;
}

/*
	========================================
*/

.title_moreGallery
{
	display: flex;
	justify-content: space-between;
}
.title_moreGallery .viewMore
{
	
}
.title_moreGallery .viewMore button
{
    display: inline-block;
    padding: 10px 25px;
    color: var(--white);
    text-transform: uppercase;
    border: 0px solid var(--color1);
    transition: .4s;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    background-color: #FDC010;
    color: #fff;
    border-radius: 8px;
	font-family: "Jost", sans-serif;
}





/*
  *******************************
*/
#offcanvasRight2
{
  width: 320px;
}
#offcanvasRight2 .offcanvas-header
{
    padding: 5px 22px 5px;
    border-bottom: 1px solid #eee;
    background-color: #FFC412;

}
#offcanvasRight2 .offcanvas-header:focus
{
  box-shadow: none;
  outline: none;
}
#offcanvasRight2 .offcanvas-header .btn-close
{
    background-image: url(../img/close-2.png);
    opacity: 1;
    width: 39px;
    height: 34px;
    padding: 0;
    display: inline-block;
    background-size: 21px;
}
#offcanvasRight2 .offcanvas-header .offcanvas-title
{
  line-height: 1;
  padding: 8px 0px;
}
#offcanvasRight2 .offcanvas-header .offcanvas-title span{
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
        font-family: "Zilla Slab", serif;
}
#offcanvasRight2 .offcanvas-header .offcanvas-title span:nth-child(1){
  color: var(--white);
}
#offcanvasRight2 .offcanvas-header .offcanvas-title span:nth-child(2){
  color: var(--color2);
}


/*
	===============================
*/


#offcanvasRight2 .offcanvas-body
{
}
#offcanvasRight2 .offcanvas-body .main_menus
{
	padding-left: 0px;
}
#offcanvasRight2 .offcanvas-body .main_menus .mainList
{

}
#offcanvasRight2 .offcanvas-body .main_menus .mainList a
{
  display: block;
  padding: 8px 5px;
  border-bottom: 1px solid #eee;
  color: #111;
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  text-transform: capitalize;
	font-family: "Jost", sans-serif;
}
#offcanvasRight2 .offcanvas-body .main_menus .mainList:hover > a,
#offcanvasRight2 .offcanvas-body .main_menus .mainList.active > a
{
  color: #A91605;
}
#offcanvasRight2 .offcanvas-body .main_menus .mainList.dropdown1 .submenu1
{
  background-color: var(--color2);
  padding: 4px;
  display: none;

}

#offcanvasRight2 .offcanvas-body .main_menus .mainList.dropdown1 .submenu1 li a
{
  font-size: 15px;
  border-bottom: 0px;
  padding: 6px 10px;
  color: var(--white);
  border-bottom: 1px solid #eaeaea;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
#offcanvasRight2 .offcanvas-body .main_menus .mainList.dropdown1 .submenu1 li:last-child a
{
  border-bottom: 0px;
}
#offcanvasRight2 .offcanvas-body .main_menus .mainList.dropdown1 .submenu1 li:hover a,
#offcanvasRight2 .offcanvas-body .main_menus .mainList.dropdown1 .submenu1 li.active a
{
  background-color: var(--color1);
  color: var(--black);
}

/*
	========================================
*/

body.videosss .facilities-custom-partitions .partition-box1 .wrapper .image-as-bg img
{
	height: 200px;
}

body.videosss .facilities-custom-partitions .partition-box1 .wrapper .image-as-bg:before
{
	background-image: none;
	background-color: rgba(0 0 0 / 50%);
}
body.videosss .facilities-custom-partitions .partition-box1 .wrapper .image-as-bg .ytbIcon
{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 65px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 5;
	pointer-events: none;
}

/*
	========================================
*/

body.toppersPages .toppers_10{
	margin-top: 40px;
	margin-bottom: 40px;
}
body.toppersPages .my_team_row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*grid-column-gap: 15px;*/
}
body.toppersPages .my_team_row .colom_team
{
	flex: 0 0 auto;
	width: 20%;
}

/*
	=================================
*/

body.toppersPages .toppers_10 .datas
{
	max-width: 100%;
}
.toppers_10 .datas > p
{
	max-width: 100%;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

/*
	======================================
*/


/*
	=====================================
*/

section.noticeBoardSection
{
	padding: 40px 0;
}

.news_boxes_row
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
}
.news_boxes_row .news_box_colom
{
    flex: 0 0 auto;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
   border: 2px solid transparent;
   transition: .2s;
}
.news_boxes_row .news_box_colom:nth-child(odd):hover
{
  border-color: #A91605;
}
.news_boxes_row .news_box_colom:nth-child(even):hover
{
  border-color: #FFC412;
}
.news_boxes_row .news_box_colom .icon
{
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 13px;
}
.news_boxes_row .news_box_colom .icon i
{
   font-size: 1.2em;
   color: var(--white);
  line-height: 50px;
}
.news_boxes_row .news_box_colom:nth-child(odd)
{
  background-color: #fff;
  /*background-color: #a7c4e9;*/
}
.news_boxes_row .news_box_colom:nth-child(even)
{
  background-color: #fff;
  /*background-color: #9beb93;*/
}
.news_boxes_row .news_box_colom:nth-child(odd) .icon
{
  background-color: #A91605
}
.news_boxes_row .news_box_colom:nth-child(even) .icon
{
  background-color:#FFC412;
}
.news_boxes_row .news_box_colom h5
{
	font-size: 19px;
    text-transform: capitalize;
    font-family: "Zilla Slab", serif;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 5px;
}
.news_boxes_row .news_box_colom:nth-child(odd) h5
{
   color: #000;
}
.news_boxes_row .news_box_colom:nth-child(even) h5
{
   color: #000;
}
.news_boxes_row .news_box_colom .desc
{
   font-family: "Jost", serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
   text-align: justify;
   margin-bottom: 12px;
   margin-top: 7px;
   color: #333;
}
.news_boxes_row .news_box_colom .updated_on
{
   font-family: "Jost", serif;
   font-weight: 500;
   font-size: 15px;
   text-align: center;
   margin-top: 0px;
   color: #555;
}

.news_boxes_row .news_box_colom .download
{
  margin-top: 10px;
  background-color: var(--color1);
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
   font-family: "Jost", serif;
   font-weight: 500;
   flex: 0 0 auto;
   padding: 5px 13px;
   border-radius: 20px;
   border: 2px solid transparent;
}
.news_boxes_row .news_box_colom:nth-child(odd) .download{

  background-color: #A91605;
}
.news_boxes_row .news_box_colom:nth-child(even) .download{
  
  background-color: #FFC412;
}

.news_boxes_row .news_box_colom:nth-child(odd) .download:hover{

  border-color:#A91605;
  color: #A91605;
  background-color: transparent;
}
.news_boxes_row .news_box_colom:nth-child(even) .download:hover{
  
  border-color: #FFC412;
  color: #FFC412;
  background-color: transparent;
}


/*
	=============================
*/
body.newsPages .noticeBoardSection .datas
{
	margin-bottom:25px;
}
body.newsPages .noticeBoardSection .datas .heads h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 400;
    color: #222222;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}

body.newsPages .noticeBoardSection .datas p {
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #373737;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 27px;
    font-family: "Jost", sans-serif;
}