.messages_sections
{

}
.messages_sections .wrapper_padding
{
	
}
.messages_sections .wrapper_padding.padding__right
{
	padding-right: 25px;
}
.messages_sections .wrapper_padding.padding__left
{
	padding-left: 25px;
}
.messages_sections .wrapper_padding .heading02
{
	margin-top: 10px;
}
.messages_sections .wrapper_padding .heading02 h4
{
    font-size: 28px;
    font-family: "Phudu", serif;
    color: #333;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
	/*text-align: left;*/
}
.messages_sections .wrapper_padding .heading02 h6
{
    font-size: 18px;
    color: #2F63AF;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 9px;
	/*text-align: left;*/
}
.messages_sections .wrapper_padding .image_message
{
	margin-bottom: 20px;
}
.messages_sections .wrapper_padding .image_message img
{
	border-radius: 10px;
	width: 100%;
	box-shadow: 8px 6px 0 1px #aacdff
}


/*
	=============================================
*/

.noticeboars-after-banner
{
	background-color: #f5f5f5;
}
.noticeboars-after-banner .customContainer
{
	padding: 35px 0 45px;
}
/*
	==========================
*/
.noticeboard-wrapper .noticeBoardColoms
{
	background-color: var(--white);
	padding: 20px;
	padding-left: 0;
	border-radius: 8px;
	/*box-shadow:0 20px 21px 22px rgb(0 0 0 / 10%);*/
	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: #aacdff;
    position: relative;
    left: -10px;
    grid-column-gap: 5px;
    align-self: center;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.noticeboard-wrapper .noticeBoardColoms .date:before
{
	content: '';
    position: absolute;
    top: -10px;
    left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #8fadd8;
    border-left: 5px solid transparent;
    border-right: 5px solid #8fadd8;
}
.noticeboard-wrapper .noticeBoardColoms .date:after
{
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #8fadd8;
    border-left: 5px solid transparent;
    border-right: 5px solid #8fadd8;
}

.noticeboard-wrapper .noticeBoardColoms .date span:nth-child(1)
{
	font-size: 15px;
	font-weight: 600;
	color: #2F63AF;
}
.noticeboard-wrapper .noticeBoardColoms .date span:nth-child(2)
{
	font-size: 16px;
	font-weight: 600;
	color:#2F63AF;
}


.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: #2F63AF;
    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:hover
{
	background-color: #2F63AF;
	color: #fff;
}
.noticeboard-wrapper .noticeBoardColoms .downloadbutoon a:hover i
{
	color: #fff;
}

*/
.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: 7px;
}
.noticeboard-wrapper .noticeBoardColoms .details h4 a
{
	display: block;
	line-height: 30px;
	font-weight: 700;
	color: #111;
	transition: .2s;
	overflow: hidden;
	font-size: 26px;
    font-family: "Phudu", serif;
    
}
.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);
}

/*
	===============================
*/

.headings1
{
	text-align: center;
	margin-bottom: 25px;
}
.headings1 h5
{
	font-size: 35px;
	font-family: "Phudu", serif;
	 color: #222;
	 letter-spacing: 1px;
	 font-weight: 700;
	 text-transform: capitalize;
	 position: relative;
	 display: inline-block;
	 padding-bottom: 9px;
}
.headings1 h5:before
{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 4px;
	border-top: 1px solid #2F63AF;
	border-bottom: 1px solid #2F63AF;

}
.headings1 h5:after
{
}


/*
	=================================================
*/

.iconBoxTHree
{
	background-color: #f7f7f7;
	margin-top: 40px;
	position: relative;
	padding: 85px 0;
}
.iconBoxTHree .customContainers
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern-about.webp);
	opacity: .05;
}
.iconBoxTHree .container
{
	position: relative;
	z-index: 2;
}
.iconBoxTHree .icon_box_row
{
	/*grid-column-gap: 15px;*/
}
.iconBoxTHree .icon_box_row .iconBoxCols
{

}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper
{
	position: relative;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .global_links:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .beforeshapeDesign
{
    position: absolute;
    top: -10%;
    left: 0;
    width: 40%;
    height: 120%;
    background-color: #000;
    border-radius: 8px 100px 100px 8px;
    z-index: 1;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper
{
    background-color: #fff;
    box-shadow: 7px 6px 0 0px rgb(0 0 0 / 14%);
    padding: 25px;
    border-radius: 11px;
    position: relative;
    z-index: 2;
    width: 95%;
    margin-left: 5%;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text
{
	display: flex;
	grid-column-gap: 15px;
	align-items: center;
	margin-bottom: 8px;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text .icon
{
	width: 60px;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text .heads
{
	line-height: 30px;
    font-weight: 700;
    color: #111;
    transition: .2s;
    overflow: hidden;
    font-size: 28px;
    font-family: "Phudu", serif;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .valuesText
{
	font-size: 17px;
    color: #444;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .readmore
{
	display: inline-block;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding-bottom: 3px;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .readmore:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 3px;
	transition: all .2s;
}
.iconBoxTHree .icon_box_row .iconBoxCols:hover .wrapper .text_wrapper .readmore:before
{
	width: 100%;
}

.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(1) .wrapper .text_wrapper .readmore
{
	color: #FF9000;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(2) .wrapper .text_wrapper .readmore
{
	color: #35B7B9;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(3) .wrapper .text_wrapper .readmore
{
	color: #2F63AF;
}

.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(1) .wrapper .text_wrapper .readmore:before
{
	background-color: #FF9000;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(2) .wrapper .text_wrapper .readmore:before
{
	background-color: #35B7B9;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(3) .wrapper .text_wrapper .readmore:before
{
	background-color: #2F63AF;
}


.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(1) .wrapper .beforeshapeDesign
{
	background-color: #FF9000;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(2) .wrapper .beforeshapeDesign
{
	background-color: #35B7B9;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(3) .wrapper .beforeshapeDesign
{
	background-color: #2F63AF;
}

/*
	======================================
*/


/*
	******************************
*/
section.programes-home .headings1
{
	margin-bottom: 20px;
}
section.programes-home
{
	margin-top: 45px;
}
section.programes-home .container
{
	max-width: 90%;
}
section.programes-home .mcp-colom .wrapper-container
{
	position: relative;
}
section.programes-home .mcp-colom .wrapper-container .image
{
	overflow: hidden;	
	border: 10px solid var(--white);
	box-shadow: 0 15px 15px 10px rgba(0 0 0 / 10%);
}
section.programes-home .mcp-colom .wrapper-container .image img
{
	width: 100%;
	border-radius: 8px;
	transition: 500ms;
}
section.programes-home .mcp-colom .wrapper-container:hover .image img
{
	transform: scale(1.2);
}
section.programes-home .mcp-colom .wrapper-container .text
{
	position: absolute;
	top: 7px;
	left: 7px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
}
section.programes-home .mcp-colom .wrapper-container .text > a
{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	align-items: flex-end;
	align-items: flex-end;
	position: relative;
}
section.programes-home .mcp-colom .wrapper-container .text > a: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(6 19 64 / 10%),rgba(6 19 64 / 10%), rgb(0 0 0));
    transition: .1s;
}
section.programes-home .mcp-colom .wrapper-container:hover .text > a:before
{
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 70%), rgba(0 0 0 / 70%), rgba(0 0 0 / 70%), rgba(0 0 0 / 70%));
}
section.programes-home .mcp-colom .wrapper-container .text > a h5
{
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: var(--white); 
	position: relative;
	z-index: 5;
	text-shadow: 20px 20px 20px rgba(0 0 0 / 70%);
	transition: .3s;
	font-family: "Jost", sans-serif;

	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
section.programes-home .mcp-colom .wrapper-container:hover .text > a h5
{
	margin-bottom: 25%;
}


section.programes-home .learn-more{
	margin-top: 25px;
}
section.programes-home .learn-more a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 10px 30px;
    border-radius: 7px;
    background-color: #2F63AF;
}
section.programes-home .learn-more a:before
{
	display: none;
}


.home-gallery___section
{
	background-color: #aacdff5e;
	padding: 40px 0;
	margin-top: 40px;
}
.home-gallery___section .headign01 h5:after
{
	background-color: #eaeaea;
}

/*
	=============================================
*/

section.home-gallery___section .customRow
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
section.home-gallery___section .customRow .col-colom .wrapper
{
	background-color: var(--white);
	box-shadow: 5px 6px 19px 12px rgba(0 0 0 / 10%);
	border: 1px solid #f1f1f1;
}
section.home-gallery___section .customRow .col-colom .wrapper .name
{
	padding:15px 5px;
}
section.home-gallery___section .customRow .col-colom .wrapper .name h6
{
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0;
}

section.home-gallery___section .customRow .col-colom .wrapper
{
	position: relative;
	border-radius: 10px;
}
section.home-gallery___section .customRow .col-colom .wrapper > a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
section.home-gallery___section .customRow .col-colom .wrapper .img
{	
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
section.home-gallery___section .customRow .col-colom .wrapper .img img
{
	transition: .4s;
	width: 100%;
	object-position: top;
	object-fit: cover;
	border-radius: 10px;
}

@media screen and (min-width: 993px)
{
	
	section.home-gallery___section .customRow .col-colom .wrapper .img img
	{
		height: 300px;
	}

	section.home-gallery___section .customRow .col-colom .wrapper .img img
	{
	        height: 250px;
    		object-position: center;
	}
	
}
section.home-gallery___section .customRow .col-colom:hover .wrapper .img img
{
	transform: scale(1.1);
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays
{

}
section.home-gallery___section .customRow .col-colom .wrapper .overlays:before
{

}
section.home-gallery___section .customRow .col-colom:hover .wrapper .overlays:before
{
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper{

    bottom: 10px;
    left: 10px;
    z-index: 3;
    width: 100%;
    padding: 15px 20px;
    padding-right: 20px;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper
{
	width: 100%;
	padding:20px 15px;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper h6
{
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 26px;
   font-family: "Phudu", sans-serif;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper p
{
	color: #373737;
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 27px;
    font-family: "Jost", sans-serif;
	margin-bottom: 0px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none;
}

section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper .gallery_detail
{
	display: flex;
	justify-content: center;
	grid-column-gap: 15px;
	margin-top: 5px;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper .gallery_detail span
{
	font-size: 15px;
	font-weight: 500;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper .gallery_detail span i
{
	color: #2F63AF;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper .gallery_detail span strong
{
	font-weight: 600;
}
section.home-gallery___section .customRow .col-colom .wrapper .overlays .text-wrapper .visitbtn
{
	color: var(--white);
	font-size: 16px;
	display: inline-block;
	border: 2px solid var(--white);
	padding: 6px 20px;
	border-radius: 25px;
	line-height: 20px;
}
section.home-gallery___section .customRow .col-colom:hover .wrapper .overlays .text-wrapper .visitbtn
{
	background-color: var(--white);
	color: var(--color1);
	font-weight: 700;
}




.sidebtns
{
	position: fixed;
	top: 60%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	grid-row-gap: 5px;
}
.sidebtns a img
{
	width: 50px;
}

@media screen and (max-width: 576px)
{
	.sidebtns
	{
		grid-row-gap: 0;
		right: 20px;
		top: 70%;
		transform: translateY(-50%);
	}
	.sidebtns a img
	{
		width: 40px;
	}
}

@media screen and (min-width: 481px)  and (max-width: 576px)
{
	.sidebtns a img
	{
		width: 50px;
	}
}

@media screen and (min-width: 993px)
{
       .fixed_payment_buttons{
        position:absolute;
        top:70px;
        right:40px;
        z-index:5;
    } 
}

@media screen and (max-width: 992px)
{
       .fixed_payment_buttons{
        position:fixed;
        bottom:30px;
        left:20px;
        z-index:5;
    } 
}
/*
	======================================
*/


/*
	=========================================
*/

body.innerPage .slider-wrapper .carousel .carousel-inner .carousel-item img
{
	width: 100%;
	height: 480px;
	object-position:50% 10%;
	object-fit: cover;
}
body.innerPage .slider-wrapper
{
	position: relative;
}
body.innerPage .slider-wrapper .bannerText
{
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	background-color: #2F63AF;
	z-index: 1;
	padding: 12px 0;
	padding-left: 4%;
	padding-right: 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body.innerPage .slider-wrapper .bannerText h5
{
    font-size: 20px;
    font-family: "Jost", sans-serif;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: 500;
    margin-bottom: 0;
}
body.innerPage .slider-wrapper .breadcrumbs
{
	display: flex;
	justify-content: flex-end;
	grid-column-gap: 8px;
}
body.innerPage .slider-wrapper .breadcrumbs a
{
	color: var(--white);
	font-weight: 400;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
}
body.innerPage .slider-wrapper .breadcrumbs a i
{
	margin-left: 5px;
}


/*
	==========================================
*/


/*
	==================================
*/

.about-home .descriptionsHome
{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 15px;
}
.about-home .descriptionsHome .heading
{
	margin-bottom: 22px;
}
.about-home .descriptionsHome .heading h5
{
	font-size: 17px;
	font-weight: 800;
	color: var(--color2);
	text-transform: uppercase;
	color: #BE1321;
}
.about-home .descriptionsHome .heading h3
{
	font-size: 30px;
	 color: #444;
	 font-weight: 900;
	 text-transform: capitalize;
}
.about-home .descriptionsHome p
{
	font-weight: 400;
	font-size: 17px;
	color: #292727;
	line-height: 27px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

body.innerPage .about-home .descriptionsHome ul
{
	padding-left: 0;
}
body.innerPage .about-home .descriptionsHome ul li
{
	font-weight: 400;
	font-size: 17px;
	color: #444;
	text-align: justify;
	line-height: 25px;
	margin-bottom: 12px;
	background-image: url(../img/check-mark-1.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position:left 5px;
	padding-left: 30px;
}
body.innerPage .about-home .descriptionsHome ul ol
{
	margin: 15px 0;
	list-style: none;
	padding-left: 30px;
}
body.innerPage .about-home .descriptionsHome ul ol li
{
	background-image: none;
	padding-left: 0;
}
.about-home .descriptionsHome .blockquotes
{
    background-color: #fff;
    padding: 20px 20px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 24px 22px rgba(0 0 0 / 3%);
    border: 1px solid #eaeaea;
    border-left: 5px solid #D0781A;
}
.about-home .descriptionsHome .blockquotes i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #c0c5ff;
}
.about-home .descriptionsHome .blockquotes p {
    
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    margin-bottom: 0;
    font-style: italic;

}


body.innerPage .about-home .descriptionsHome h6
{
	color: rgb(51, 51, 51);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 23px;
    font-family: Jost, sans-serif;
}


body.innerPage .about-home .about_building2
{
	float: right;
	max-width: 100%;
	margin-left: 25px;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-row-gap: 25px;
	position: sticky;
	top: 20px;
}

body.innerPage .about-home .about_building2 img
{
	border-radius: 8px;
	box-shadow: 10px 12px 0px -2px rgb(250 214 231);
}
.customRow_admission
{

}
.customRow_admission .text_colom
{
	width: 68%;
}
.customRow_admission .image_colom
{
	width: 32%;
}



body.innerPage .about-home .ul_table_content 
{
	margin-top: 20px;
}
body.innerPage .about-home .ul_table_content ul
{
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	border: 1px solid #ccc;
	/*border-bottom: 0px;*/
}
body.innerPage .about-home .ul_table_content ul li
{
	font-weight: 500;
	font-size: 17px;
	color: #444;
	text-align: justify;
	line-height: 25px;
	margin-bottom: 0px;
	background-image: url(../img/check-mark-1.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position:12px 7px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	/*border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
}
body.innerPage .about-home .ul_table_content ul li
{

}
body.innerPage .about-home .ul_table_content ul li:nth-child(odd)
{
	border-right: 1px solid #ccc;
}

body.innerPage .about-home .ul_table_content ul li:last-child
{
	border-bottom: 1px solid #ccc;
}


/*
	=====================================
*/

.heading___1
{
    /*text-align: center;*/
    margin-bottom: 15px;
}
.heading___1 h3
{
	font-size: 35px;
    font-family: "Phudu", serif;
    color: #222;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom: 9px;
}
.heading___1 h3:before
{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    border-top: 1px solid #2F63AF;
    border-bottom: 1px solid #2F63AF;
}
body.messagess .heading___1 h3:before
{
	content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    transform: translateX(00%);
    width: 100%;
    max-width: 200px;
    height: 4px;
    border-top: 1px solid #2F63AF;
    border-bottom: 1px solid #2F63AF;
}
.heading___1.text-center h3:before
{
	content: '';
    position: absolute;
    left: 50% !important;
    bottom: 0;
    transform: translateX(-50%) !important;
    width: 100%;
    height: 4px;
    border-top: 1px solid #2F63AF;
    border-bottom: 1px solid #2F63AF;
}

body.messagess .heading___1 h6
{
	font-size: 18px;
    color: #2F63AF;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 9px;
    font-family: "Jost", sans-serif;
}

/*
	=====================================
*/

body.innerPage section.about-home
{
	margin-top: 40px;
	margin-bottom: 40px;
}
body.innerPage section.about-home .descriptionsHome .heading h3
{
	font-size: 40px;
}

body.innerPage section.about-home .descriptionsHome p{
	    -webkit-line-clamp: inherit;
}
body.innerPage .sticky_images
{
	position: sticky;
	top: 30px;
}
body.innerPage .about-home .descriptionsHome
{
	padding-left: 0;
}
body.innerPage .about-home .descriptionsHome.descriptionsHome2
{
	padding-left: 0 ;
	padding-right: 0 ;
}


/*
	==========================================
*/

.about-home.home-gallery___section
{
	background-color: #fff;
	padding: 0 0;
}
.about-home.home-gallery___section .customRow
{
	margin-top: 30px;
}
section.home-gallery___section.about-home .customRow .col-colom .wrapper .overlays .text-wrapper h6
{
	margin-bottom: 0;
	font-size: 22px;
}
section.home-gallery___section.about-home .customRow .col-colom .wrapper .overlays .text-wrapper
{
	padding: 10px 10px 15px;
}

/*
	==========================================
*/

body.messagess.innerPage .slider-wrapper .carousel .carousel-inner .carousel-item img
{
	height: 540px;
}


/*
	====================================
*/

body.staffListIMages .staffSections
{
	background-color: #F7F7F7;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 40px;
	padding-top: 40px;
}
body.staffListIMages .staffSections .container
{
	max-width: 90%;
}
body.staffListIMages .staffRows
{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 20px;
	grid-row-gap: 18px;
	margin-top: 20px;
}
body.staffListIMages .staffRows .staffColoms
{
	width: 100%;
	padding: 0 0;
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv
{	
    background-color: var(--white);
    padding: 10px;
    box-shadow: 0 0 10px 5px rgba(0 0 0 / 5%);
    border: 1px solid #dfd5d5ea;
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv .image
{
	overflow: hidden;
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv .image img
{
	width: 100%;
	height: 230px;
	object-position: top;
	object-fit: cover;
	transition: all .2s;
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv:hover .image img
{
	/*transform: scale(1.1);*/
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv .detail
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	grid-row-gap: 3px;
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv .detail .name
{
	color: rgb(51, 51, 51);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 23px;
    font-family: Jost, sans-serif;
}
body.staffListIMages .staffRows .staffColoms .imageBoxDiv .detail .designation
{
    font-weight: 500;
    font-family: Jost, sans-serif;
    font-size: 16px;
}
body.staffPagess.staffListIMages .staffRows .staffColoms .imageBoxDiv .detail .designation
{
	color: #444;
    font-weight: 500;
    font-family: Jost, sans-serif;
    font-size: 18px;
}

body.staffListIMages .staffRows .staffColoms .imageBoxDiv .detail .address
{
    font-weight: 500;
    font-family: Jost, sans-serif;
    font-size: 16px;
}
/*
	=========================================
*/

body.staffListIMages.IcseResultPage .staffRows
{
	grid-template-columns: repeat(4,1fr);
}
body.staffListIMages.IcseResultPage .staffRows .staffColoms .imageBoxDiv .image img
{
	height: 290px;
}
body.staffListIMages.IcseResultPage1 .staffRows.staffRows_2
{
	grid-template-columns: repeat(2,1fr);
}
body.staffListIMages.IcseResultPage1 .staffRows.staffRows_2 .staffColoms .imageBoxDiv .image img
{
	height: 290px;
}
/*
	==============================================
*/
body.staffListIMages.IcseResultPage1 .section_innerPage
{
	margin-top: 35px;
	margin-bottom: 35px;
}
body.staffListIMages.IcseResultPage1 .section_innerPage .container
{

}
body.staffListIMages.IcseResultPage1 .staffRows .staffColoms .imageBoxDiv .detail .name
{
	font-size: 17px;
	margin-bottom: 0;
}
body.staffPagess.IcseResultPage1 .staffRows .staffColoms .imageBoxDiv .detail .designation
{
	font-size: 16px;
}
/*
	==============================================
*/

.date_sortings
{
	margin: 10px 0 25px;
	position: relative;
	z-index: 4;
}
.date_sortings .date_soring_area{
	display: flex;
	justify-content: flex-start;
	grid-column-gap: 20px;
}
.date_sortings .date_soring_area .inputBlock
{
	display: inline-flex;
	align-items: center;
	grid-column-gap: 10px;
}
.date_sortings .date_soring_area .inputBlock label
{
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
    color: #222;
    text-transform: uppercase;
}
.date_sortings .date_soring_area .inputBlock .calendarCol
{
	position: relative;
}
.date_sortings .date_soring_area .inputBlock .calendarCol .form-control
{
	padding:9px 7px;
	min-width: 230px;
	border-radius: 5px;

    font-family: Jost, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    color: #111;
}
.date_sortings .date_soring_area .inputBlock .calendarCol .form-control:focus
{
	box-shadow: none;
}
.date_sortings .date_soring_area .inputBlock .calendarCol i
{
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #772524;
}

.date_sortings .date_soring_area .inputBlock .calendarCol .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 400;
    color: #666;
     font-family: Jost, sans-serif;
}
.date_sortings .date_soring_area .inputBlock .calendarCol .form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
    font-weight: 400;
    color: #666;
     font-family: Jost, sans-serif;
}
.date_sortings .date_soring_area .inputBlock .calendarCol .form-control:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
    font-weight: 400;
    color: #666;
     font-family: Jost, sans-serif;
}
.date_sortings .date_soring_area .inputBlock .calendarCol .form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    font-weight: 400;
    color: #666;
     font-family: Jost, sans-serif;
}
.date_sortings .date_soring_area .submits .go{
	display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 12px 30px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    background-color: #2F63AF;
    border-radius: 7px;
    border: 0px;
}

/*
	============================================
*/


body.innerPage.table_page .table_section #table .table
{

}
body.innerPage.table_page .table_section #table .table thead tr th:not(:last-child)
{
	border-right: 1px solid #fff;
}
body.innerPage.table_page .table_section #table .table thead tr th
{
	background-color: #2F63AF;
	color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
     font-family: Jost, sans-serif;
    padding: 7px 20px;
}
body.innerPage.table_page .table_section #table .table tbody
{
	border: 1px solid #ccc;
}
body.innerPage.table_page .table_section #table .table tbody tr td
{
	color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
     font-family: Jost, sans-serif;
    padding: 9px 20px;
    vertical-align: middle;
}
body.innerPage.table_page.tcPage .table_section #table .table tbody tr td
{
	font-size: 18px;
    font-weight: 500;
}
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Sr. No."]
{
	font-weight: 700;
}
body.innerPage.table_page .table_section #table .table tbody tr td:not(:last-child)
{
	border-right: 1px solid #ccc;
}
body.innerPage.table_page .table_section #table .table tbody tr:nth-child(even) td
{
	background-color: #eeee;
}
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Title"]
{
	width: 40%;
}
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Class"],
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Section"]
{
	width: 15%;
}
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Title"] a
{
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Title"] a:hover
{
	text-decoration: underline !important;
	color: #BE1321;
}
body.innerPage.table_page .table_section #table .table tbody tr td[data-Designation="Download"] a
{
	/*background-color: #BE1321;*/
	/*font-weight: 400;*/
    /*font-family: "Rubik", system-ui;*/
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*display: inline-block;*/
    /*padding: 7px 20px;*/
    /*border-radius: 20px;*/
}
body.innerPage.table_page.noButtonsbg .table_section #table .table tbody tr td[data-Designation="Download"] a
{
	background-color: inherit;
	padding: 0 0;
}

/*
	===========================================
*/



.table_table
{

}
.table_table .table
{
	
}

body.innerPage .about-home .descriptionsHome .table_table .table thead tr th
{
	background-color: #2F63AF;
    font-family: Jost, sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    padding: 7px 15px;
    border-right: 1px solid #fff;
}
body.innerPage .about-home .descriptionsHome .table_table .table thead tr th:last-child
{
	border-right: 0px;
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td:first-child
{
	border-left: 1px solid #ccc;
	font-weight: 600;
    font-family: Jost, sans-serif;
    font-size: 17px;
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td
{
    text-align: left;
   	color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-family: Jost, sans-serif;
    padding: 9px 15px;
    border-right: 1px solid #ccc;
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr:nth-child(even) td
{
	background-color: #e9e6e6ea;
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td ul
{
	padding-left: 0;
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td ul li
{
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: Jost, sans-serif;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 22px;
    background-position: 0 2px;
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td ul li strong
{
	font-weight: 500;
	margin-right: 3px;
}
body.innerPage .about-home .descriptionsHome .table_table .note
{
	margin: 15px 0 !important;
	font-weight: 700;
	font-size: 16px;
	color: #444;
}

body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td[data-title="Title"] a
{
	font-size: 18px;
	font-weight: 500;
	color: #333;	
}
body.innerPage .about-home .descriptionsHome .table_table .table tbody tr td[data-title="Title"] a:hover
{
	text-decoration: underline;
	color: #772524;
}


/*
	=====================================
*/

body.uniforms_page .heading___1
{
	margin-bottom: 20px;
}
body.uniforms_page .heading___1 p
{
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
	==============================================
*/



/*
=====================================
*/
#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: 18px;
	text-transform: uppercase;
	color: var(--white);
	background-color: #2F63AF;
	 font-family: "Phudu", sans-serif;
}
#accordionExample .accordion-button.collapsed
{
	box-shadow: none;
	background-color: #eeecec;
	color: #2F63AF;
	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.gallery1 .home-gallery___section
{
	margin-top: 0;
}
body.gallery2 .headings1 h5:before
{
	max-width: 200px;
	left: 0;
	transform: translateX(0%);
}
body.gallery2 section.home-gallery___section .customRow
{
    grid-template-columns: repeat(4, 1fr);
}
body.gallery2 section.home-gallery___section .customRow .col-colom .wrapper .img img
{
	height: 220px;
}

/*
	==========================================
*/

.flex_custom_row
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.flex_custom_row .headings1
{
	margin-bottom: 0;
}


.flex_custom_row .viewMore button
{
    background-color: #2F63AF;
    border: 1px solid #2F63AF;
    padding: 10px 30px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 15%);
    font-size: 15px;

}




/*
  *******************************
*/
#offcanvasRight2
{
  width: 320px;
}
#offcanvasRight2 .offcanvas-header
{
    padding: 5px 22px 5px;
    border-bottom: 1px solid #eee;
    background-color: #2F63AF;

}
#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: 20px;
    font-weight: 700;
    line-height: 26px;
     font-family: "Phudu", sans-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
{
  /*margin-top: 20px;*/
}
#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: 500;
  font-size: 16px;
  text-transform: capitalize;
  /*font-family: "Poppins", sans-serif;*/
}
#offcanvasRight2 .offcanvas-body .main_menus .mainList:hover > a,
#offcanvasRight2 .offcanvas-body .main_menus .mainList.active > a
{
  color: #2F63AF;
}
#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;
	/*font-family: "Raleway", sans-serif;*/
}
#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.videoPage .youtube-link
{
	display: inline;
}
body.videoPage section.home-gallery___section .customRow .col-colom .wrapper .img
{
	position: relative;
}
body.videoPage section.home-gallery___section .customRow .col-colom .wrapper .img span
{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url(../img/youtube.png);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
}


/*
	==========================================
*/



/*
	***************************
*/
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:#8F1D78;
	color: #333;
	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-size: 20px;
	font-weight: 600;
	font-family: "Phudu", sans-serif;
}
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:#aacdff;
	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: "Phudu", sans-serif;
}
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;
}
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;

}
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.gallery1 .programes-home
{
	margin-top: 40px;
	margin-bottom: 40px;
}
body.eventsCalendar .programes-home
{
	margin-top: 40px;
	margin-bottom: 40px;
}

/*
	=========================================================
*/


/*
============================
*/


.fc-title {
    font-weight: 500;
    text-align: center
}

.fc-day.fc-widget-content {
    background-color: #fff;
    color: #333
}

.fc-today .fc-day-number {
    color: #000 !important
}

.fc-content .fc-title {
    color: #fff;
    font-size: 16px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number
{
	font-size: 18px !important;
	margin-top: 20px !important;
}
.fc-view-container *, .fc-view-container:after, .fc-view-container:before
{
	font-size: 16px !important;
}
#calendar .fc-day-header span
{
	display: block;
	padding: 10px !important;
	background-color: #2F63AF;
	color: #fff;
	font-weight: 400;
}
.fc-unthemed td.fc-today
{
	background: #2F63AF !important;

}
.fc-unthemed .fc-today .fc-day-number
{
		color:var(--white)!important;
}

/*
	=============================================
*/


/*
  **********************************
*/


.career-listing-row
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.career-listing-row .career-box
{
   flex: 0 0 auto;
   width: calc(33.333% - 30px);
   margin: 0 15px 15px;
   background-color: var(--white);
   border: 1px solid #dad5d5;
}
.career-listing-row .career-box .heading
{
    background-color: #2F63AF;
    padding: 10px 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.career-listing-row .career-box .heading h5
{
  margin-bottom: 0;
  color: var(--white);
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0px;
  margin-bottom: 3px;
  font-family: 'Montserrat', sans-serif;

}
.career-listing-row .career-box .details
{
  margin: 7px 15px 10px;
  margin:0 0 0;
}
.career-listing-row .career-box .details table
{
  width: 100%;
}
.career-listing-row .career-box .details table tr
{
	border-bottom: 1px solid #eaeaea;
}
.career-listing-row .career-box .details table tr td
{
  padding-bottom: 4px;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}
.career-listing-row .career-box .details table tr td:nth-child(2) {
    width: 67%;
    color: #000;
    font-weight: 400;
    vertical-align: top;
    text-align: justify;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 9px;
    padding-right: 9px;
}
.career-listing-row .career-box .details table tr td:nth-child(1) {
    width: 33%;
    font-weight: 500;
    vertical-align: top;
    border-right: 1px solid #eaeaea;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 9px;
}
.career-listing-row .career-box .details table tr td .apply-now
{
  margin-top: 5px;
  margin-bottom:3px;
  text-align: center;
}
.career-listing-row .career-box .details table tr td .apply-now a
{
  display: inline-block;
  background-color:#aacdff;
  text-decoration: none;
  text-transform: uppercase;
   font-family: 'Jost', sans-serif;
  color: #2F63AF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
  padding: 9px 25px;
  position: relative;
  border: 2px solid var(--red1);
  transition: .2s;
}
.career-listing-row .career-box .details table tr td .apply-now a:hover
{
/*  background-color: var(--color2);
  border-color:var(--color3);
  color: #fff;
  font-weight: 700;*/
}

section.career-lists
{
  padding-bottom: 0px;
}
section.contact.career-forms
{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #aacdff;
}

section.career-sections
{
	margin-top: 35px;
	margin-bottom: 35px;
}
section.contact.career-forms #myform{
	max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

section.career-section .heading1 h4{
	position: relative;
    font-weight: 700;
    line-height: 54px;
    font-size: 35px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 5px;
}
body.careerPages0001 .headings1 .note
{
	font-weight: 400;
	font-size: 17px;
}

body.careerPages0001 .headings1 .note {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
body.careerPages0001 .headings1 .note a
{
	color: rgb(20 88 199);
}

body.careerPages0001 .career-forms .heading1{
	margin-bottom: 20px;
}
body.careerPages0001 .career-forms .heading1 .note{
	font-weight: 500;
    font-size: 18px;
    color: #444;
    text-transform: capitalize;
}
body.careerPages0001 .career-forms .heading1 h4{
	    font-size: 35px;
	    line-height: 50px;
	    letter-spacing: 0px;
	    font-weight: 700;
	    color: #333;
	    font-family: "Phudu", sans-serif;
}

@media screen and (max-width: 480px)
{
	.career-listing-row
	{
		flex-direction: column;
	}
	.career-listing-row .career-box
	{
		width: calc(100% - 10px);
		margin: 0 5px 15px;
	}
	section.contact.career-forms .backgrond-texture-container
	{
		max-width: 100%;
	}
	.career-listing-row .career-box .details table tr td
	{
		display: block;
		text-align: justify;
	}
	.career-listing-row .career-box .details table tr td:nth-child(1)
	{
		width: 100%;
	}
	.career-listing-row .career-box .details table tr td:nth-child(2)
	{
		width: 100%;
	}
	.noted {
	    font-size: 16px;
	}
}

@media screen and (min-width: 481px)  and (max-width: 576px)
{
	.career-listing-row
	{
		flex-direction: column;
	}
	.career-listing-row .career-box
	{
		width: calc(100% - 10px);
		margin: 0 5px 15px;
	}
	section.contact.career-forms .backgrond-texture-container
	{
		max-width: 100%;
	}
	.career-listing-row .career-box .details table tr td
	{
		display: block;
		text-align: justify;
	}
	.career-listing-row .career-box .details table tr td:nth-child(1)
	{
		width: 100%;
	}
	.career-listing-row .career-box .details table tr td:nth-child(2)
	{
		width: 100%;
		padding-bottom: 10px;
	}
	.noted {
	    font-size: 16px;
	}
	.career-listing-row .career-box .details table tr td
	{
		font-size: 15px;
	}
}
@media screen and (min-width: 577px)  and (max-width: 767px)
{
	.career-listing-row
	{
		flex-direction: column;
	}
	.career-listing-row .career-box
	{
		width: calc(100% - 10px);
		margin: 0 5px 15px;
	}
	section.contact.career-forms .backgrond-texture-container
	{
		max-width: 100%;
	}
	.career-listing-row .career-box .details table tr td
	{
		text-align: justify;
	}
	.career-listing-row .career-box .details table tr td:nth-child(1)
	{
	}
	.career-listing-row .career-box .details table tr td:nth-child(2)
	{
		padding-bottom: 10px;
	}
	.noted {
	    font-size: 16px;
	}
	.career-listing-row .career-box .details table tr td
	{
		font-size: 15px;
	}
}
@media screen and (min-width: 768px)  and (max-width: 992px)
{
	.career-listing-row
	{
		flex-direction: row;
	}
	.career-listing-row .career-box
	{
		width: calc(50% - 10px);
		margin: 0 5px 15px;
	}
	section.contact.career-forms .backgrond-texture-container
	{
		max-width: 100%;
	}
	.career-listing-row .career-box .details table tr td
	{
		text-align: justify;
		display: block;
	}
	.career-listing-row .career-box .details table tr td:nth-child(1)
	{
		width: 100%;
	}
	.career-listing-row .career-box .details table tr td:nth-child(2)
	{
		width: 100%;
		padding-bottom: 10px;
	}
	.noted {
	    font-size: 16px;
	}
	.career-listing-row .career-box .details table tr td
	{
		font-size: 15px;
	}
}


/*
====================
*/

section.contact-form
{
	padding:40px 0 60px;
	background-color:var(--bg1);
	background-size:cover;
	position:relative;
}
section.contact-form:before
{
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(245, 245, 245,.4);
	position:absolute;
	z-index:1;
}
section.contact-form .contact-form-design
{
	position:relative;
	z-index:2;
}
.myformDesign
{
	margin-top: 20px;
}

.myformDesign .capatcha-image
{
	margin-top: 30px;
}

.job-opening-accordion{
	position:relative;
	z-index:2;
}
.contact-form-design .form-group
{
	margin-bottom:8px;
}
.contact-form-design .form-group label
{
    font-size: 15px;
    font-weight: 600;
    color: #333;
	margin-bottom:8px;
}
.contact-form-design .form-group input,
.contact-form-design .form-group select
{
	padding:8px 10px;
	border:1px solid #b0b2b5;
}

.contact-form-design .form-group .form-control:focus,
.contact-form-design .form-group .form-select:focus
{
	outline-color:transparent !important;
	box-shadow:none !important;
}

.contact-form-design .submit-btn
{
	text-align:center;
}


.contact-form-design .submit-btn .btn-theme2
{
	margin-top: 10px;
	display: inline-block;
    background-color: #0a1119;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 44px;
    text-transform: uppercase;
    border-radius: 7px;
    box-shadow: 0 0 15px 5px rgba(0 0 0 / 10%);
    transition: all .2s;
}
.contact-form-design .submit-btn .btn-theme2:hover
{
	top:-3px;
	background-color:var(--color1);
	color:var(--bs-white);
}

.contact-form-design.admission-enquiry
{
	padding-right:50px;
}



.contact-page-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}
.contact-page-row .cols-12 {
    flex: 0 0 auto;
    width: 100%;
    padding:20px 20px;
}

 section.contact .backgrond-texture-container .input-group {
     margin-bottom: 22px;
     position: relative;
 }

 section.contact .backgrond-texture-container .input-group label {
     font-weight: 500;
     left: 10px;
     font-size: 15px;	
     top: 12px;
     position: absolute;
     z-index: 5;
     color: #555;
     pointer-events: none;
     padding: 3px 7px;
     transition: .2s;
     text-transform: capitalize;
 }

 section.contact .backgrond-texture-container .input-group .form-select {
     width: 100%;
 }
 section.contact .backgrond-texture-container .input-group .form-control:focus,
 section.contact .backgrond-texture-container .input-group .form-select:focus{
 	border:1px solid #ccc;
 }
 section.contact .backgrond-texture-container .input-group .inputs {
     padding: .8rem 1rem;
 }

 section.contact .backgrond-texture-container .input-group .inputs:focus {
     box-shadow: none;
     outline: none;
 }

 section.contact .backgrond-texture-container .input-group .inputs:focus+label {
     top: -15px;
     background-color: var(--white);
     font-size: 14px;
     color: #000;
     font-weight: 500;
 }

 section.contact .backgrond-texture-container .input-group .inputs:valid+label {
     top: -15px;
     background-color: var(--white);
     font-size: 14px;
     color: #000;
     font-weight: 500;
 }

 section.contact .backgrond-texture-container .input-submit .submit-form {
	display: inline-block;
    background-color:#2F63AF;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 8px;
    padding: 12px 25px;
    position: relative;
    border: 0px solid #2F63AF;
    transition: .2s;
    width: 200px;
 }
 section.contact .backgrond-texture-container .input-submit .submit-form:hover
 {
 	background-color: var(--color2);
 }
 section.contact .backgrond-texture-container .captcha-image #captchaimg
 {
 	width: 150px;
 }

 .innerHeadings h6 {
 	color: #313148;
    font-size: 33px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 30px;
 }
.content-box2 .innerHeadings h6
{
	margin-bottom: 10px;
	font-size: 24px;
}
.innerHeadings.innerHeadings2 h6
{
	margin-bottom: 15px;
	font-size: 25px;
}
.content-box p.specialText
{
    font-family: "Public Sans", sans-serif;
	font-size: 20px !important;
	font-style: italic;
	font-weight: 400 !important;
	color: #333 !important;
	line-height: 28px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border: 1px solid #eaeeaa;
	border-radius: 7px;
	padding: 15px 23px;
	border-left: 5px solid #772524;
}


/*
	=================================================
*/


/*
	=====================================
*/
.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: #aacdff;
    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: 700;
	color: #333;
    font-family: "Phudu", 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 #2F63AF;
	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: #2F63AF;
}
.contact-container.myprofile-page .wrapper .left-navigation .profile-sidebar-wrapper .links-side a i
{
	display: inline-block;
	width: 29px;
	height: 29px;
	background-color: #2F63AF;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	color: #aacdff;
}

.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: #aacdff;
	color: #2F63AF;
}
.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
{
	color: #313148;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Phudu", sans-serif;
    margin-bottom: 5px;
    line-height: 50px;
    letter-spacing: 0;
}
.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: #2F63AF;
	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;
	font-weight: 500;
}

/*
	============================================
*/

.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: 15px 0 15px;
	border-bottom: 1px solid #ccc;
}
body.editprofile .steps_heading h5
{
	margin-bottom: 0;
	background-color: #6c6d6f;
	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: #2F63AF;
    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;
}


/*
	=====================================
*/

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: #2F63AF;
}
.news_boxes_row .news_box_colom:nth-child(even):hover
{
  border-color: #3e2a60;
}
.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: #2F63AF
}
.news_boxes_row .news_box_colom:nth-child(even) .icon
{
  background-color:#3e2a60;
}
.news_boxes_row .news_box_colom h5
{
	font-size: 19px;
    text-transform: capitalize;
    font-family: "Jost", 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: #2F63AF;
}
.news_boxes_row .news_box_colom:nth-child(even) .download{
  
  background-color: #3e2a60;
}

.news_boxes_row .news_box_colom:nth-child(odd) .download:hover{

  border-color:#2F63AF;
  color: var(--color1);
  background-color: transparent;
}
.news_boxes_row .news_box_colom:nth-child(even) .download:hover{
  
  border-color: #3e2a60;
  color: #3e2a60;
  background-color: transparent;
}
