@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#26593a;
	--color2:#ec7f08; /* Orange */
	--color3:#fbc002; /* Yellow */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;


/*	--color1:#26593a;
	--color2:#ec7f08; 
	--color3:#fbc002; 
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;*/
}
/*
	

font-family: "Roboto", sans-serif;
font-family: "Figtree", sans-serif;


	     font-family: "Noto Serif Khitan Small Script", serif;
		 font-family: "Zilla Slab", serif;
		 font-family: "Platypi", serif;
		 font-family: "Jost", sans-serif;
		 font-family: 'LeBeauneNew';

		 font-family: "Phudu", sans-serif;

*/

@font-face {
    font-family: 'LeBeauneNew';
    src: url(../fonts/LeBeauneNew.ttf);
}



.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;
}

@media screen and (min-width:993px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
	.directImageMobile
	{
		display: none;
	}
	.onlyForMobile
	{
		display: none !important;
	}
	/*.navigation .nav-container .navigation-row .logo_area a .cName
	{
		display: none;
	}*/
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: "Jost", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	 font-family: "Noto Serif Khitan Small Script", serif;
	 font-family: "Zilla Slab", serif;
	 font-family: "Platypi", serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.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;
}

/*
	******************************************
*/

.topBar
{
	background-color: #2F63AF;
	padding: 12px 0;
}
.topBar .content_top
{
	display: flex;
	justify-content: space-between;
	justify-content: flex-end;
}
.topBar .content_top .main-span
{
	margin:0 8px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	font-weight: 400;
	/*margin-right: 450px;*/
}

.topBar .content_top .main-span.phone
{
	display: inline-flex;
}
.topBar .content_top .main-span.phone i
{
	color: var(--color01);
	margin-right: 3px;
}

.topBar .content_top .main-span.phone:first-child
{
	color: #fff;
}

.topBar .content_top .links
{
	margin:0 8px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 20px;
}
.topBar .content_top .links:hover
{
	color: #2F63AF;
}
.topBar .content_top .links:after
{
	content: '|';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.topBar .content_top .links:last-child:after
{
	display: none;
}
.topBar .content_top .anchors
{
	display: flex;
}
.topBar .content_top .anchors .social-media
{
	padding-left: 5px;
	display: flex;
	grid-column-gap: 10px;
}
.topBar .content_top .anchors .social-media a
{
	color: #fff;
}
.topBar .content_top .anchors .social-media a:hover
{
	color: #a5e4ef;
}
/*
	=====================================
*/

.slider-wrapper
{
	position: relative;
}
.slider-wrapper #slides .carousel-inner .carousel-item
{
	position: relative;
}
.slider-wrapper #slides .carousel-inner .carousel-item:before
{
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to bottom, rgba(0 0 0 / 70%),rgba(0 0 0 / 40%),rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 75%),rgba(0 0 0 / 90%));
}
.slider-wrapper .carousel-slider-text
{
	position: absolute;
	bottom: 50px;
	z-index: 6;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	max-width: 80%;
	width: 100%;
}
.slider-wrapper .carousel-slider-text .wrapper small
{
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 500;
	color: var(--white);
}
.slider-wrapper .carousel-slider-text .wrapper h4
{
	font-size: 75px;
	color: var(--white);
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew';
	margin-bottom: 5px;
	line-height: 70px;
	text-shadow: -1px -1px 0 rgba(0 0 0 / 30%), 1px -1px 0 rgba(0 0 0 / 30%), -1px 1px 0 rgba(0 0 0 / 
		0%), 1px 1px 0 rgba(0 0 0 / 30%);
}
.slider-wrapper .carousel-slider-text .wrapper h5
{
	font-size: 70px;
	color: var(--white);
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'LeBeauneNew';
	white-space: nowrap;
	line-height: 70px;
	text-shadow: -1px -1px 0 rgba(0 0 0 / 30%), 1px -1px 0 rgba(0 0 0 / 30%), -1px 1px 0 rgba(0 0 0 / 
		0%), 1px 1px 0 rgba(0 0 0 / 30%);
}

/*
	=================================
*/

.whyus-section
{
	margin-top: 50px;
}
.whyus-section .heading02
{
	text-align: center;
}
.whyus-section .heading02 h6
{
	font-size: 15px;
	font-weight: 400;
	color: #999999;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	margin-bottom: 15px;
}
.whyus-section .heading02 h4
{
	font-size: 42px;
	font-weight: 400;
	color: #222222;
	text-transform: uppercase;
	font-family: 'LeBeauneNew';
	margin-bottom: 25px;
	    line-height: 51px;
    letter-spacing: -1px;
}
.whyus-section .desc_area
{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.whyus-section.messages_sections .desc_area
{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.whyus-section .desc_area p
{
	color: #373737;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 27px;
	font-family: "Jost", sans-serif;
}
.whyus-section .desc_area .learn-more
{
	text-align: center;
}
.whyus-section .desc_area .learn-more a
{
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	padding: 10px 20px;
	border-radius: 7px;
	background-color: #2F63AF;
}
.whyus-section .desc_area .learn-more a:before
{
	display: none;
}

/*
	===============================
*/

.four-box-only-section
{
	margin-top: 30px;
}
/*

section.four-box-only-section .customRow
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 8px;
	grid-row-gap: 1px;
}
section.four-box-only-section .customRow .col-colom .wrapper
{
	background-color: var(--white);
}
section.four-box-only-section .customRow .col-colom .wrapper .name
{
	padding:10px 20px;
}
section.four-box-only-section .customRow .col-colom .wrapper .name h6
{
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	color: #222222;
	text-transform: uppercase;
	font-family: "Zilla Slab", serif;
}

section.four-box-only-section .customRow .col-colom .wrapper .name p
{
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 10px;
    color: #696969;
    font-family: "Jost", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
*/

/*
	==========================
*/
section.four-box-only-section .customRow .col-colom .wrapper
{
	position: relative;
}
section.four-box-only-section .customRow .col-colom .wrapper > a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
section.four-box-only-section .customRow .col-colom .wrapper .img
{	
	position: relative;
	overflow: hidden;
}
section.four-box-only-section .customRow .col-colom .wrapper .img img
{
	transition: .4s;
	width: 100%;
	height: 250px;
	object-position: top;
	object-fit: cover;
}
section.four-box-only-section .customRow .col-colom:hover .wrapper .img img
{
	transform: scale(1.08);
}
section.four-box-only-section .customRow .col-colom .wrapper .img .overlays
{
	position: absolute;
	bottom: -105%;
	left: 0;
	transition: .5s;
}
section.four-box-only-section .customRow .col-colom:hover .wrapper .img .overlays
{
	bottom: 0%;
}
section.four-box-only-section .customRow .col-colom .wrapper .img .overlays:before
{
	content: '';
	position: absolute;
	bottom: -550px;
	left: -500px;
	width: 500px;
	height: 420px;
	border-radius: 50%;
	background-color: var(--color1);
	opacity: .9;
	transition: .5s;
}
section.four-box-only-section .customRow .col-colom:hover .wrapper .img .overlays:before
{
	bottom: -181px;
	left: -180px;
}
section.four-box-only-section .customRow .col-colom .wrapper .img .overlays h6
{
	position: relative;
	z-index: 3;
	color: var(--white);
	font-size: 20px;
	font-weight: 700;
	padding-left: 5%;
	width: 80%;
	margin-bottom: 10px;
}
section.four-box-only-section .customRow .col-colom .wrapper .img .overlays p
{
	position: relative;
	z-index: 3;
	color: var(--white);
	font-size: 15px;
	font-weight: 400;
	width: 85%;
	padding-left: 5%;
	margin-bottom: 25px;
}

/*
	====================================
*/

section.about-home-page
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}
section.about-home-page .padding-right
{
	padding-right: 50px;
}
section.about-home-page .container
{
	max-width:90%;
}
section.about-home-page .heading01 small
{	
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	color: #5c5959;
	margin-bottom: 10px;
}
section.about-home-page .heading01 h4
{
	color: #222222;
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'LeBeauneNew';
	margin-bottom: 25px;
	line-height: 50px;
}


section.about-home-page .home-desc p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 27px;
    margin-bottom: 10px;
    color: #373737;
    font-family: "Jost", sans-serif;
}
section.about-home-page .home-desc .readbutton
{
	margin-top: 20px;
}
section.about-home-page .home-desc .readbutton a
{
	display: inline-block;
	color: #777777;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
section.about-home-page .home-desc .readbutton a:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #777777;
}

/*
	=============================
*/

.image-hub
{
	text-align: center;
	position: relative;
}
.image-hub img
{
	width: 80%;
	position: relative;
	margin-top: -5px;
}
.image-hub .image02
{
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 50%;
	z-index: 3;
	border-top: 8px solid var(--white);
	border-bottom: 8px solid var(--white);
	border-left: 8px solid var(--white);
	border-right: 8px solid var(--white);
	box-shadow: 0 0 25px 2px rgba(0 0 0 / 20%);
}
.image-hub .image03
{
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 35%;
	z-index: 3;
	border-top: 8px solid var(--white);
	border-bottom: 8px solid var(--white);
	border-left: 8px solid var(--white);
	border-right: 8px solid var(--white);
	box-shadow: 0 0 25px 2px rgba(0 0 0 / 20%);
}

/*
	======================================
*/



/*
	===================================
*/

.icon-box-section
{
	margin-top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 10%;
}
.icon-box-section .icon-box-container
{
	padding: 100px 0 80px;
	position: relative;
}
.icon-box-section .icon-box-container:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to bottom, rgba(0 0 0 / 70%) 80%, rgba(0 0 0 / 70%) 80%, rgba(0 0 0 / 70%) 80%);
}
.icon-box-section .icon-box-container .container
{
	max-width: 75%;
	position: relative;
	z-index: 2;
}
.icon-box-section .icon-box-container .iconsRow
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom
{
	/*width: calc(25% - 20px);*/
	/*margin: 0 20px;*/
}
.icon-box-section .icon-box-container .iconsRow .icon-colom.colom001
{
}
.icon-box-section .icon-box-container .iconsRow.icons-heading .icon-colom.colom001
{
	margin-bottom: 25px;
}
.icon-box-section .icon-box-container .iconsRow.icons-heading .icon-colom .wrapper h5 span
{

}
.icon-box-section .icon-box-container .iconsRow .icon-colom
{
	width: 25%;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom:not(:last-child) .wrapper:after
{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 60%;
	width: 1px;
	background-color: #767676;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper .icons
{
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper .icons img
{
	opacity: .7;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper .icon
{
	position: relative;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper .icon .shape-bg
{
	width: 150px;
	height: 140px;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper .icon .icons-image
{
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 68px;
}
.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper h5
{
	text-align: center;
	margin-top: 15px;
	color: #a5e4ef;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 0;
	font-family: "Jost", sans-serif;
}

.icon-box-section .icon-box-container .iconsRow .icon-colom .wrapper h5 span
{
	font-size: 55px;
	font-size: 50px;
	margin-top: 5px;
	margin-bottom: 15px;
	/*display: block;*/
	font-weight: 400;
	 font-family: 'LeBeauneNew';
	color: var(--white);
}

/*
	======================================
*/


.slick_slider_gallery_home
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-row-gap: 0px;
	grid-column-gap: 0px;
}
.slick_slider_gallery_home .home-gallery-colom
{
	position: relative;
	margin: 0 0px;
}

.slick_slider_gallery_home .home-gallery-colom .image_box
{
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.slick_slider_gallery_home .home-gallery-colom .image_box:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0 0 0 / 00%),rgba(0 0 0 / 00%),rgba(0 0 0 / 00%),rgba(0 0 0 / 00%),rgba(0 0 0 / 00%),rgba(0 0 0 / 40%),rgba(0 0 0 / 40%));
}
.slick_slider_gallery_home .home-gallery-colom .image_box img
{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	transition: .2s;
}
.slick_slider_gallery_home .home-gallery-colom:hover .image_box img
{
	transform: scale(1.1);
}
.slick_slider_gallery_home .home-gallery-colom .image_box .title
{
	position: absolute;
	bottom: 0;
	left: 0;	
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.slick_slider_gallery_home .home-gallery-colom .image_box .title h5
{
/*	color: var(--white);
	font-weight: 700;
	font-size: 22px;
	text-transform: capitalize;
	*/

	display: none;
    font-size: 50px;
    margin-top: -15px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'LeBeauneNew';

}
.slick_slider_gallery_home .home-gallery-colom .overlay_text 
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / 80%);
    transition: .2s;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(.8);
}
.slick_slider_gallery_home .home-gallery-colom:hover .overlay_text 
{
	opacity: 1;
	visibility: visible;
    transform: scale(1);
}

.slick_slider_gallery_home .home-gallery-colom .overlay_text .click_anchor:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.slick_slider_gallery_home .home-gallery-colom .overlay_text .container_content
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding:15px 15px;
}
.slick_slider_gallery_home .home-gallery-colom .overlay_text .container_content:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	border-top: 1px solid var(--white);
	border-left: 1px solid var(--white);
	transition: 500ms;
	opacity: 0;
	visibility: hidden;
}
.slick_slider_gallery_home .home-gallery-colom:hover .overlay_text .container_content:before
{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.slick_slider_gallery_home .home-gallery-colom .overlay_text .container_content:after
{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	border-bottom: 1px solid var(--white);
	border-right: 1px solid var(--white);
	transition: 500ms;
	opacity: 0;
	visibility: hidden;
}
.slick_slider_gallery_home .home-gallery-colom:hover .overlay_text .container_content:after
{
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
.slick_slider_gallery_home .home-gallery-colom .overlay_text .container_content h5
{
/*	
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	    text-transform: capitalize;*/

	color: var(--white);
    font-size: 25px;
    margin-top: -15px;
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'LeBeauneNew';
}
.slick_slider_gallery_home .home-gallery-colom .overlay_text .container_content p
{
	margin-bottom: 0;
	color: var(--white);
	font-weight: 300;
	font-size: 15px;
	/*font-family: "Figtree", sans-serif;*/
	padding: 5px 10px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.slick_slider_gallery_home .home-gallery-colom .overlay_text .container_content .readmore a
{
	display: inline-block;
	border:2px solid var(--white);
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--white);
}
/*.slick_slider_gallery_home .home-gallery-colom:hover .overlay_text .container_content .readmore a
{
	background-color: var(--white);
	color: var(--color1);
}*/
/*
	=========================================
*/

.facilities-home
{
	margin-top: 40px;
	padding-top: 40px;
	background-color: #f3f3f3;
}
.facilities-home .heading02 
{
	margin-bottom: 30px;
}
.facilities-home .heading02 h4
{
	text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
    margin-bottom: 25px;
    line-height: 51px;
    letter-spacing: -1px;
}
.facilities-home .heading02 p
{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #373737;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 28px;
    font-family: "Jost", sans-serif;
}

/*
	==============================
*/

.video-tour-notice-board
{
	margin-top: 50px;
}
.video-tour-notice-board .video-trours .videos-box
{
	position: relative;
}
.video-tour-notice-board .video-trours .videos-box .video-image
{
	position: relative;
}
.video-tour-notice-board .video-trours .videos-box .video-image:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: var(--black);
	border-radius: 8px;
}
.video-tour-notice-board .video-trours .videos-box .video-image img
{
	width: 100%;
	height: 250px;
	border-radius: 8px;
}
.video-tour-notice-board .video-trours .videos-box .icons
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 5;
	cursor: pointer;
}
.video-tour-notice-board .video-trours .videos-box .icons img
{
	width: 65px;
	height:65px;
}

.video-tour-notice-board .video-trours .text-video-tour
{
	margin-top: 20px;
}
.video-tour-notice-board .video-trours .text-video-tour p
{
	margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 10px;
    color: #444;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/*
	==============================
*/
.video-tour-notice-board .heading-divides
{
    color: #222222;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
    margin-bottom: 25px;
}

/*
	==================================
*/

.video-tour-notice-board .notice-board-container
{
	padding-left: 20px;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 15px;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .global-links:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .icon
{
	flex: 0 0 auto;
	width: 70px;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .icon img
{
	width: 65px;
	margin-top: 20px;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .text-area
{
	flex: 0 0 auto;
	width: calc(100% - 70px);
	padding-left: 15px;	
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .text-area .detail-meta
{
	display: inline-flex;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .text-area .detail-meta span
{
    display: inline-block;
    color: #777777;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: 0px;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .text-area .detail-meta span:first-child
{
	position: relative;
	margin-right: 20px;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .text-area .detail-meta span:first-child:after
{
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 70%;
	background-color: #ccc;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom .text-area .titles{
	color: #444;
	color: #646363;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    cursor: pointer;
}
.video-tour-notice-board .notice-board-container .norice-board-row-wrapper .notice-board-colom:hover .text-area .titles
{
  color: var(--color1);
}

/*
	===================================
*/

.events-gallery-homepage
{
	padding: 60px 0;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;

}
.events-gallery-homepage .heading02 h4{
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
    margin-bottom: 25px;
    line-height: 51px;
    letter-spacing: -1px;
}

/*
	================================
*/


.blog-box-home .card
{
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}
.blog-box-home .card .blog_image
{
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	transition: .4s;
}
.blog-box-home:hover .card .blog_image
{
	transform: scale(1.05);
}
.blog-box-home .card .card-body .card-title
{
	color: #333;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	line-height: 26px;
}
.blog-box-home .card .card-body .card-title a
{
	color: #333;
}
.blog-box-home .card .card-body .card-text
{
	text-align: justify;
	line-height: 21px;
	font-size: 14px;
	/*font-weight: 500;*/
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.blog-box-home .card .card-body .stretched-link
{
	display: inline-block;
	text-align: center;
	background-color:var(--color1);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 20px;
    transition: .3s;
}

.blog-box-home:hover .card .card-body .stretched-link
{
	transform: scale(1.05);
}

/*
	=============================
*/

.events-gallery-homepage .blog-box-home .card .blog_image
{
	height: 250px;
}
.events-gallery-homepage .blog-box-home .card .card-body
{
	padding: ;
}
.events-gallery-homepage .blog-box-home .card .card-body span
{
	text-align: center;
	display: block;
	font-size: 16px;
	color: #6B6B6B;
}
.events-gallery-homepage .blog-box-home .card .card-body .card-title
{
    text-align: center;
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #182847;
    font-family: 'LeBeauneNew';
    margin-bottom: 10px;
    margin-top: 10px;
}
.events-gallery-homepage .blog-box-home .card .card-body .card-text{
	    color: #696969;
	    font-size: 17px;
	    margin-bottom: 10px;
	    line-height: 25px;
	    font-family: "Jost", sans-serif;
	    	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*
	=================================
*/

.enquiry-home-footers
{

}
.enquiry-home-footers .enquiry-home-footers-rows
{
	display: grid;
	grid-template-columns: 40% 60%;
}
.enquiry-home-footers .enquiry-home-footers-rows .background-image-with-text
{
	position: relative;
}
/*.enquiry-home-footers .enquiry-home-footers-rows .background-image-with-text:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to bottom,rgb(0 0 0 / 0%),rgb(0 0 0 / 0%),rgb(0 0 0 / 0%),rgb(0 0 0 / 0%),rgb(0 0 0 / 77%),rgb(0 0 0 / 77%),rgb(0 0 0 / 77%));
}
.enquiry-home-footers .enquiry-home-footers-rows .background-image-with-text .text-on-image
{
	position: absolute;
	bottom: 50px;
	z-index: 3;
	left: 50%;
	max-width: 75%;
	width: 100%;
	transform:translateX(-50%);
	z-index: 5;
}

.enquiry-home-footers .enquiry-home-footers-rows .background-image-with-text .text-on-image h5
{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	margin-bottom: 25px;
	line-height: 28px;
}
.enquiry-home-footers .enquiry-home-footers-rows .background-image-with-text .text-on-image h4
{
    text-align: center;
    margin-top: -25px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
    margin-bottom: 45px;
    line-height: 41px;
    letter-spacing: -1px;
}
*/
.enquiry-home-footers .enquiry-home-footers-rows .background-image-with-text img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.enquiry-home-footers .enquiry-home-footers-rows .form-area
{
	background-color: var(--white);
	padding: 50px 35px;
}
.enquiry-home-footers .enquiry-home-footers-rows .form-area .form-area-text h5
{
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	color: #373737;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}
.enquiry-home-footers .enquiry-home-footers-rows .form-area .form-area-text h4
{
    text-align: center;
    margin-top: -25px;
    font-size: 35px;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
    margin-bottom: 45px;
    line-height: 41px;
    letter-spacing: -1px;
}
/*
	=======================================
*/

#form-home-enquiry
{
	margin-top: 20px;
}

#form-home-enquiry .frm-group
{
	margin-bottom: 18px;
}

#form-home-enquiry .frm-group .inputForm
{
	padding:15px 15px;
	border-radius: 2px;
	background-color: #f5f5f5;
	border:0px;
}
#form-home-enquiry .frm-group .inputForm:focus
{
	box-shadow: none;
}
#form-home-enquiry .frm-group .inputForm.numbers::-webkit-inner-spin-button,
#form-home-enquiry .frm-group .inputForm.numbers::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
#form-home-enquiry .captcha-image
{
	margin-top: 5px;
}
#form-home-enquiry .submit-btn
{
	text-align: center;
}
#form-home-enquiry .submit-btn .form-submit
{
	border:0px;
	color: var(--white);
	padding: 12px 30px;
	background-color: var(--color1);
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 5px;
}



/*
	*************************************
*/
footer
{
	background-color:#2F63AF;
	/*background-color:#17082d;*/
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
	margin-top: 0px;
	z-index: 1;
	position: relative;
}
footer .footer_container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 90%;
	margin: auto;
}
footer .footer_container .colom
{
	flex: 0 0 auto;
}
footer .footer_container .colom.ftr_colom1
{
	width: 20%;
}
footer .footer_container .colom.ftr_colom2
{
	width: 18%;
	padding-left: 1%;
}
footer .footer_container .colom.ftr_colom3
{
	width: 20%;
	padding-left: 35px;
}
footer .footer_container .colom.ftr_colom05
{
	width: 25%;
	padding-left: 1%;
}
footer .footer_container .colom.ftr_colom4
{
	width: 20%;
	padding-left: 0;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 25%;
	padding-left: 20px;
}



footer .footer_container .colom.ftr_colom1 .logo
{
	text-align: center;
	margin-bottom: 10px;
}
footer .footer_container .colom.ftr_colom1 .logo img
{
	width: 250px;
}
footer .footer_container .colom.ftr_colom1 .footer_profile p
{
	font-size: 13px;
	color: #eee;
	font-weight: 300;
	text-align: justify;
}
footer .footer_container .colom.ftr_colom2 .footer_links
{
}
footer .footer_container .colom.ftr_colom2 .footer_links h5
{
    color: var(--white);
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul
{
	padding-left: 0;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li
{
	margin-bottom: 8px;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a
{
    display: block;
    color: #eee;
    font-weight: 400;
    font-size: 17px;
    text-decoration: none;
    transition: .3s;
    position: relative;
    text-transform: capitalize;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li a:before{
	content:'\F231';
	font-family: bootstrap-icons!important;
	color: var(--white);
	padding-right: 3px;
}
footer .footer_container .colom.ftr_colom2 .footer_links ul li:hover a
{
	margin-left: 10px;
}


footer .footer_container .colom.ftr_colom4 
{
}
footer .footer_container .colom.ftr_colom4 h5
{
    color: var(--white);
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area
{
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area .icon
{
	color:white;
	flex: 0 0 auto;
	width: 23px;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area .values
{
	flex: 0 0 auto;
}
footer .footer_container .colom.ftr_colom4 .footer_links .address_area .values
{
	color: #eee;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
}

footer .footer_container .colom.ftr_colom4.map_locaiton_colom
{
	width: 20%;
	padding-left: 0;
}
footer .ftr_colom4 .footer_links img
{
	width: 120px;
	margin-bottom: 15px;
}

footer .footer_container .colom.ftr_colom5
{
	flex: 0 0 auto;
    width: 27%;	
}
/*
	*****************************
*/
.copyright
{
	padding: 12px 50px;
	background-color: #aacdff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright span
{
	color: #111;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}
.copyright .social-media
{

}
.copyright .social-media
{
	padding-left: 5px;
	display: flex;
	grid-column-gap: 10px;
}
.copyright .social-media a
{
	margin: 0 3px;
	color: #2F63AF;
	font-size: 18px;
}
.copyright .social-media a:hover
{
	color:#2F63AF;
}

/*
	=============================
*/

.call-toaction
{
	position: relative;
}
.call-toaction:before
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #060a2ca6;
    background-color: #060a2cb8;
    background-color: #060a2c96;
}
.call-toaction > img
{
	width: 100%;
}

.call-toaction .form-area-text
{
	position: absolute;
	top: 17%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.call-toaction .form-area-text h5
{
	color: var(--white);
	font-size: 18px;
	word-spacing: 2px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}
.call-toaction .form-area-text h4
{
	color: var(--white);
	font-size: 50px;
	font-weight: 400;
	font-family: 'LeBeauneNew';
	text-align: center;
}
.call-toaction .form-area-text .buttons
{
	margin-top: 30px;
}
.call-toaction .form-area-text .buttons .anchor1
{
	display: inline-block;
	background-color: rgb(0, 130, 250);
	color: var(--white);
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 15px 30px 15px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.learn-more
{
	text-align: center;
}
.learn-more a
{
	display: inline-block;
	color: #777777;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.learn-more a:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #777777;
}

.facilities-home .learn-more,
.events-gallery-homepage .learn-more
{
	margin-top: 30px;
}
.facilities-home .learn-more a,
.events-gallery-homepage .learn-more a
{
	font-size: 14px;
}