.video-container
{
	position: relative;
}
.video-container:before
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0 0 0 / 80%), rgba(0 0 0 / 70%), rgba(0 0 0 / 0%), rgba(0 0 0 / 0%), rgba(0 0 0 / 0%), rgba(0 0 0 / 50%));
    z-index: 5;
}
.video-container video
{
	width: 100%;
	height: 100vh;
	object-position: top;
	object-fit: cover;
}


.video-container .container
{
	position: absolute;
	z-index: 3;
	bottom: 75px;
	width: 90%;
	left: 5%;
	margin-top: 100px;
}
.video-container .container .header-text-areas
{
}
.video-container .container .header-text-areas h4
{
	font-size: 85px;
	text-shadow: 2px 2px 10px rgba(0 0 0 / 50%);
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "Bebas Neue", sans-serif;
	white-space: nowrap;
	line-height: 70px;
}
.video-container .container .header-text-areas h4:nth-child(1)
{
	float: left;
}
.video-container .container .header-text-areas h4:nth-child(2)
{
	float: right;
}

/*
	=======================================
*/

section.aboutus.section2
{
	margin-top: 0;
}
section.aboutus .ccontainer{
	background:#fff;
}
.heading01 p{
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;
	 font-family: "Bebas Neue", sans-serif;
	color: #504037;
}
.heading01 h3{
	font-size: 57px;
	font-weight: 400;
	text-transform: uppercase;
	 font-family: "Bebas Neue", sans-serif;
	color: var(--color1);
	line-height: 57px;
	margin-top: 10px;
}
.heading01 .heading-underline
{
	border-top-color: var(--color2);
	border-bottom-color: var(--color2);
}
section.aboutus .ccontainer .about-wrapper .heading01 h3
{

}
section.aboutus .ccontainer .about-wrapper .desc p
{
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	color: #222;
}
section.aboutus .ccontainer .about-wrapper .more-buttons-logos a
{
    background-color: var(--color2);
    border-radius: 0;
    padding: 13px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;

}

/*
	================================
*/

.right-side-up-down-image
{
	margin-left: 40px;	
	margin-top: 40px;	
}
.right-side-up-down-image
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.right-side-up-down-image .imageCommon .wrapper
{
	position: relative;
}
.right-side-up-down-image .imageCommon .wrapper .global-links:before
{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.right-side-up-down-image .image01
{

}
.right-side-up-down-image .imageCommon .image
{
	transition: .3s;
}
.right-side-up-down-image .imageCommon:hover .image
{
	transform: scale(1.05);
}
.right-side-up-down-image .imageCommon .wrapper .image
{
	position: relative;
	box-shadow: 0 0 15px 5px rgba(0 0 0 / 20%);
}
.right-side-up-down-image .imageCommon .wrapper .image:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 50%),rgba(0 0 0 / 90%));
	transition: .2s;
}
.right-side-up-down-image .imageCommon:hover .wrapper .image:before
{
	background-image: linear-gradient(to bottom,rgba(0 0 0 / 0%),rgba(0 0 0 / 0%),rgba(0 0 0 / 50%),rgba(0 0 0 / 70%),rgba(0 0 0 / 90%));
}
.right-side-up-down-image .imageCommon .wrapper .image .heading-only
{
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.right-side-up-down-image .imageCommon .wrapper .image .heading-only h4
{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 50;
	color: var(--white);
	margin-bottom: 0;
	font-size: 25px;
}
.right-side-up-down-image .image01 
{
	margin-top: 25px;
}
.right-side-up-down-image .image04 
{
	margin-top: -85px;
}
.right-side-up-down-image .image01 .wrapper .image img,
.right-side-up-down-image .image04 .wrapper .image img
{
	height: 280px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.right-side-up-down-image .image02 .wrapper .image img,
.right-side-up-down-image .image03 .wrapper .image img
{
	height: 220px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}


.right-side-up-down-image .imageCommon:hover .wrapper .image .heading-only
{
	opacity: 0;
	visibility: hidden;
}
.right-side-up-down-image .imageCommon .wrapper .some-detail
{
	position: absolute;
	top: 24%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.right-side-up-down-image .imageCommon:hover .wrapper .some-detail
{
	top: 0%;
	opacity: 1;
	visibility: visible;
}
.right-side-up-down-image .imageCommon .wrapper .some-detail h4
{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 50;
	color: var(--white);
	margin-bottom: 0;
	font-size: 25px;
}
.right-side-up-down-image .imageCommon .wrapper .some-detail p
{
	font-weight: 300;
	color: var(--white);
	margin-bottom: 0;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.right-side-up-down-image .imageCommon:hover .wrapper .some-detail
{
	
}

/*
	==============
*/


section.services-homepage
{
	background-color: #f0eddf;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}
section.services-homepage .heading01 h3
{
	line-height: 60px;
}
.service-homepage-container .container
{
	max-width: 80% !important;
}
/*
	=========================
*/
#our_programs .owl-stage-outer
{
	overflow: inherit !important;
}
#our_programs
{
	margin-top: 35px;
}
#our_programs .program_text_container{
	position: relative;
	overflow: hidden;
}	
#our_programs .program_text_container .image img{
	width: 100%;
	height: 370px;
	object-position: center;
	object-fit: cover;
	transition: .2s;
	border-radius: 8px;
}	
#our_programs .program_text_container:hover .image img
{
	transform: scale(1.1);
}
#our_programs .program_text_container .text-container
{
	position: absolute;
    bottom: -150px;
    left: 20px;
    padding: 20px 30px;
    background-color: var(--white);
    display: flex;
    display: block;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    transition: .4s;
    height: 75%;
    opacity: 0;
    visibility: hidden;
}
#our_programs .program_text_container:hover .text-container
{
	bottom: 30px;
    opacity: 1;
    visibility: visible;
}
#our_programs .program_text_container .text-container .contens
{
	flex: 0 0 auto;
	width: 100%;
	align-self: center;
}
#our_programs .program_text_container .text-container .contens h5
{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 500;
	color: var(--color1);
	margin-bottom: 15px;
	font-size: 27px;
}
#our_programs .program_text_container .text-container .contens p
{
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
#our_programs .program_text_container .text-container .linkS
{
	margin-top: 15px;
	margin-bottom: 25px;
}
#our_programs .program_text_container .text-container .linkS a
{
	display: inline-block;
	background-color: var(--color2);
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	font-size:13px;
	color: var(--white);
	font-family: "Rubik", sans-serif;
}
#our_programs .program_text_container .text-container .linkS a:hover
{
	text-decoration: none;
	background-color: var(--color1);
}
#our_programs .owl-nav
{
	display: none !important;
}
#our_programs.owl-theme .owl-dots
{
	margin-top: 10px;
}
#our_programs.owl-theme .owl-dots .owl-dot span
{
	border:2px solid var(--color1) !important;
	width: 15px;
	height: 15px;
	background-color: var(--white);
}
#our_programs.owl-theme .owl-dots .owl-dot.active span,
#our_programs.owl-theme .owl-dots .owl-dot:hover span
{
	background-color: var(--color1) !important;
}

/*
	=========================
*/

#our_programs .owl-stage-outer .owl-stage .owl-item
{
	opacity: .3 !important;
	pointer-events: none;
	/*margin-top: 40px;*/
}
#our_programs .owl-stage-outer .owl-stage .owl-item.active
{
	opacity: 1 !important;
	pointer-events: inherit;
	/*margin-top: 0px;*/
}
#our_programs .owl-stage-outer .owl-stage .owl-item .program_text_container .image img
{
	/*height: 250px;*/
}
#our_programs .owl-stage-outer .owl-stage .owl-item.active .program_text_container .image img
{
	/*height: 350px;*/
}

/*
	==========================
*/

#our_programs .owl-nav
{
	display: block !important;
	position: absolute;
	left: 0;
	top: 45%;
	z-index: 5;
	width: 100%;
	text-align: left;
}
#our_programs .owl-nav button
{
	width: 40px;
	height: 40px;
	background-color: var(--color2);
	color: var(--white);
	line-height: 40px;
}
#our_programs .owl-nav button span
{
	font-size: 2em;
}
#our_programs .owl-nav .owl-prev
{
	position: absolute;
	left: -70px !important;
}
#our_programs .owl-nav .owl-next
{
	position: absolute;
	right: -70px !important;
}
#our_programs .owl-dots
{
	display: none !important;
}

/*
	======================================
*/

.number_counter
{
	background-color: #f0eddf;
	background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
}
.number_counter .counter_row
{
	display: flex;
	justify-content: space-between;
}
.number_counter .counter_row .counter_colom
{
	min-width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 140px;
	position: relative;
}
.number_counter .counter_row .counter_colom h5{
	color: #e9e4d0;
	color: #f7931e3b;
	font-weight: 400;
	font-size: 180px;
	line-height: 140px;
	margin-bottom: 0;
	font-family: "Bebas Neue", sans-serif;
	position: absolute;
	top: 0;
	z-index: 1;
}
.number_counter .counter_row .counter_colom span
{
	position: relative;
	z-index: 2;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	color: var(--color1);
}

/*
	=============================================
*/
.home-video2
{
	width: 100%;
	height: 500px;
}
.home-video2 video
{
	width: 100%;
	height: 100%;
	object-position: top;
	object-fit: cover;
}





/*
===============================
*/

section.testimonial-bg
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
section.testimonial-bg .testimonial_container
{
	background-color:var(--color1);
	padding: 70px 0 70px;
}
section.testimonial-bg .bottom_heading_icons h3
{
	color: var(--white);
	font-size: 40px;
	font-weight: 700;
}
section.testimonial-bg .heading01 p,
section.testimonial-bg .heading01 h3
{
	color: var(--white);
}
/*
=================================
*/
#testimonials1 
{
	margin-top: 20px;
}
#testimonials1 .testimonials_container
{
	max-width: 90%;
	text-align;
	margin:auto;	
}

#testimonials1 .testimonials_container .test_container .icon i
{
	font-size: 2em;
	color: var(--color1);
}
#testimonials1 .testimonials_container .test_container p
{
	font-family: "Rubik", sans-serif;
    font-size: 18px;
	color: var(--white);
	line-height: 28px;
	font-weight: 300;
	font-style: italic;
}
#testimonials1 .testimonials_container .test_container p i
{
	color: var(--color2);
}
#testimonials1 .testimonials_container .details
{
	text-align: center;
	margin-top:35px;
}
#testimonials1 .testimonials_container .details h5
{
	color: var(--white);
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 1px;
	font-family: "Bebas Neue", sans-serif;
}
#testimonials1 .testimonials_container .details span
{
	font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: var(--white);
}

/*
	========================================
*/


#testimonials1 .owl-nav
{
	display: block !important;
	position: absolute;
	left: 0;
	top: 35%;
	z-index: 5;
	width: 100%;
	text-align: left;
}
#testimonials1 .owl-nav button
{
	color: var(--white);
	line-height: 40px;
}
#testimonials1 .owl-nav button:hover
{
	background-color: transparent;
}
#testimonials1 .owl-nav button i
{
	font-size: 1.5em;
}
#testimonials1 .owl-nav .owl-prev
{
	position: absolute;
	left: -35px !important;
}
#testimonials1 .owl-nav .owl-next
{
	position: absolute;
	right: -35px !important;
}
#testimonials1 .owl-dots
{
	display: none !important;
}
#testimonials1 .owl-nav .owl-prev
{

}

/*
	==============================
*/

.video-container #carouselExampleFade .carousel-control-prev,
.video-container #carouselExampleFade .carousel-control-next
{
	z-index: 6;
}