
/*
	*************************************
*/

.video-container
{
	width: 100%;
	height: 100vh;
	position: relative;
}
.video-container:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #1040418c;*/
}
.video-container video
{
	width: 100%;
	height: 100%;
}
.video-container .overlay_bg-videos
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.video-container video
{
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video-container .content-videos
{
	position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 3;
    width: 35%;
    padding:27px 30px;
    padding-left:34px;
    border-radius: 39px;
}

/*
	================================
*/

.video-container
{
	position: relative;
}
.video-container .header_text_wrapper
{
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	padding-left: 70px;
	padding-right: 70px;
}
.video-container .header_text_wrapper h4
{
	color: var(--white);
	font-size: 110px;
	font-weight: 400;
	margin-bottom: 10px;
	 font-family: "Fustat", serif;
	 line-height: 64px;
}
.video-container .header_text_wrapper .section-title span.typed-title
{	
	color: var(--green);
	font-size: 110px;
	font-weight: 800;
	font-family: "Fustat", serif;
}
/*
	============================
*/

.video-container .header_text_wrapper .below_text_video_overlay
{
	display: flex;
	flex-direction: row;
	padding-left: 120px;
	padding-right: 120px;
	margin-top: 30px;
	align-items: center;

}
.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons
{
	flex: 0 0 auto;
	width: 392px;
	display: inline-flex;
	align-items: center;
}
.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon
{
	flex:0 0 auto;
	width: 100px;
}
.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i
{
	width: 100%;
	height: 100px;
	background-color: var(--green);
	display: block;
	border-radius: 50%;
	line-height:100px;
	text-align: center;
	font-size: 60px;
	color: var(--black);
}
.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i:before
{
	line-height:100px;
	padding-left: 7px;
	text-align: center;
}
.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .circular_text
{
	margin-left: 10px;
}
.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .circular_text img
{
	width: 110px;
	animation: abc1 20s infinite linear;
}
@-webkit-keyframes abc1
{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}


.video-container .header_text_wrapper .below_text_video_overlay .textCarousel p{
	color:#F5F5F4;
	font-size: 17px;
	font-weight: 400;
	 font-family: "Fustat", serif;
	 margin-bottom: 0;
}
.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons
{
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
}
.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .getintouch
{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
    background: #5f5e5e;
    color: var(--white);
    border-radius: 100px;
    padding: 14px 25px;
    border: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}
.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--green);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    transform: translate(50px, 0px);
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: var(--black);
    margin-left: -40px;
}
.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors i
{

}
.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors i:before
{
	font-size: 39px;
    transform: rotate(45deg);
    margin-top: 5px;
}

/*
	===========================
*/
section.after_banner{
	background-color:#BFF747;
}
.slick_style span.span-text
{
	display: inline-flex;
	position: relative;
	padding-left: 40px;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	color: #000000;
	margin: 0 20px 0 30px;
	padding-top: 26px;
    padding-bottom: 26px;
    font-family: "Fustat", serif;
}
.slick_style span.span-text:before
{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
	font-family: bootstrap-icons!important;
	content: "\f151";
	font-size: 70%;
}

/*
	======================================
*/

.about_us_home
{
	padding: 80px 0 80px;
}
.about_us_home .container
{
	max-width: 85%;
}
.about_us_home .heading-area
{
	position: sticky;
	top: 30px;
}
.about_us_home .heading-area .heading01
{
	margin-bottom: 10px;
}
.about_us_home .heading-area .heading01 > span
{
   font-size: 16px;
   font-weight: 600;
   display: block;
   color: #fff;
   font-family: "Fustat", serif;
   text-transform: uppercase;
   margin-bottom: 20px;
}
.about_us_home .heading-area .heading01 h4
{
	font-size: 50px;
	font-weight: 300;
	color: var(--white);
   font-family: "Fustat", serif;
}
.about_us_home .heading-area .heading01 h4 span
{
	font-weight: 700;
	display: inline;
	color: #bff747;
	text-transform: capitalize;
}



.about_us_home .heading-area .buttons
{
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
}
.about_us_home .heading-area .buttons .getintouch
{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: capitalize;
    background: #5f5e5e;
    color: var(--white);
    border-radius: 100px;
    padding: 14px 25px;
    border: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}
.about_us_home .heading-area .buttons .anchors{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--green);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
    transform: translate(50px, 0px);
    transition: all 0.4s ease-in-out;
    text-align: center;
    color: var(--black);
    margin-left: -40px;
}
.about_us_home .heading-area .buttons .anchors i
{

}
.about_us_home .heading-area .buttons .anchors i:before
{
	font-size: 39px;
    transform: rotate(45deg);
    margin-top: 5px;
}


/*
	=======================================
*/

.content-wrapper
{
	padding-left: 20px;
	position: relative;
}
.content-wrapper:before
{
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	width: 1px;
	height: 100%;
	background-color:#FFFFFF1A;
}
.content-wrapper .aboutIconBoxRow
{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.content-wrapper .aboutIconBoxRow .icon
{
	margin-bottom: 20px;
}
.content-wrapper .aboutIconBoxRow .icon img
{
	width: 45px;
}
.content-wrapper .aboutIconBoxRow h6
{
	font-size: 22px;
	font-weight: 700;
	color: var(--white);
   font-family: "Fustat", serif;
   position: relative;
}

.content-wrapper .aboutIconBoxRow h6:before
{
	content:'';
	position: absolute;
	left: -70px;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #bff747;
	border-radius: 50%;
	background-color: #000000;
}
.content-wrapper .aboutIconBoxRow h6:after
{
    content: '';
    position: absolute;
    left: -63px;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #8CBA28;
}
.content-wrapper .aboutIconBoxRow p
{
	color:#F5F5F4;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
   font-family: "Fustat", serif;
}

/*
	================================
*/

.about_us_home
{
	position: relative;
}
.about_us_home:before
{
	content: '';
    display: block;
    position: absolute;
    left: -120px;
    top: 50%;
    background: url(../img/about-agency-bg.png) no-repeat left center;
    background-size: contain;
    opacity: 50%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
}
.about_us_home .rounder_circular_globs
{
	position: absolute;
	bottom: 100px;
	left: 0;
}
.about_us_home .rounder_circular_globs img
{
	width: 300px;
}

@keyframes circlerotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 480px)
{
	.video-container .header_text_wrapper
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay
	{
		flex-direction: column;
		padding-left: 0px;
		padding-right: 0px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel p
	{
		font-size: 14px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    display: none;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons
	{
		margin-top:15px; 
		margin-left: -30px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .getintouch
	{
		font-size: 14px;
		padding: 7px 16px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors
	{
		width: 30px;
		height: 30px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors i:before
	{
		font-size: 30px;
		margin-top: 0;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon
	{
		width: 70px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i
	{
		height: 70px;
		position: relative;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i:before
	{
		line-height:70px;
		padding-left: 3px;
		position: absolute;
		left: 0;
		font-size: 70px;
		top: 2px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .circular_text img
	{
		width: 70px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons
	{
		width: auto;
		margin: 10px  0;
	}
	.video-container .header_text_wrapper .below_text_video_overlay
	{
		margin-top: 0;
	}
	.video-container .header_text_wrapper h4
	{
		font-size: 39px;
		font-weight: 600;
		text-transform: capitalize;
    	line-height: 39px;
    	text-align: center;	
	}
	.video-container .header_text_wrapper .section-title
	{
		text-align: center;
	}
	.video-container .header_text_wrapper .section-title span.typed-title {
		font-size: 27px;
	}
	.slick_style span.span-text
	{
		font-size: 19px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		margin: 0 20px 0 20px;
	}
	.about_us_home
	{
		padding: 40px 0 40px;
	}
	.about_us_home .container
	{
		max-width: 90%;
	}
	.about_us_home .heading-area .buttons
	{
		margin-bottom: 20px;
		margin-left: 22px;
	}
	.about_us_home .heading-area .heading01 > span
	{
		margin-bottom: 5px;
		text-align: center;
	}
	.about_us_home .heading-area .heading01 h4 {
		font-size: 23px;
		text-align: center;
	}
	.content-wrapper
	{
		padding-left: 0;
	}
	.content-wrapper:before
	{
		display: none;
	}
	.content-wrapper .aboutIconBoxRow h6
	{
		font-size: 18px;
	}
	.content-wrapper .aboutIconBoxRow p
	{
		font-size: 14px;
		font-weight: 300;
		line-height: 22px;
		margin-bottom: 0;
	}
	.about_us_home:before
	{
		width: 250px;
		height: 250px;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.video-container .header_text_wrapper
	{
		padding-left: 40px;
		padding-right:40px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay
	{
		flex-direction: column;
		padding-left: 0px;
		padding-right: 0px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel p
	{
		font-size: 14px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    display: none;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons
	{
		margin-top:15px; 
		margin-left: -30px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .getintouch
	{
		font-size: 14px;
		padding: 7px 16px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors
	{
		width: 30px;
		height: 30px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors i:before
	{
		font-size: 30px;
		margin-top: 0;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon
	{
		width: 70px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i
	{
		height: 70px;
		position: relative;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i:before
	{
		line-height:70px;
		padding-left: 3px;
		position: absolute;
		left: 0;
		font-size: 70px;
		top: 2px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .circular_text img
	{
		width: 70px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons
	{
		width: auto;
		margin: 10px  0;
	}
	.video-container .header_text_wrapper .below_text_video_overlay
	{
		margin-top: 0;
	}
	.video-container .header_text_wrapper h4
	{
		font-size: 45px;
		font-weight: 600;
		text-transform: capitalize;
    	line-height: 49px;
    	text-align: center;	
	}
	.video-container .header_text_wrapper .section-title
	{
		text-align: center;
	}
	.video-container .header_text_wrapper .section-title span.typed-title {
		font-size: 27px;
	}
	.slick_style span.span-text
	{
		font-size: 22px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		margin: 0 20px 0 20px;
	}
	.about_us_home
	{
		padding: 40px 0 40px;
	}
	.about_us_home .container
	{
		max-width: 90%;
	}
	.about_us_home .heading-area .buttons
	{
		margin-bottom: 20px;
		margin-left: 0px;
		display: flex;
		justify-content: center;
	}
	.about_us_home .heading-area .heading01 > span
	{
		margin-bottom: 5px;
		text-align: center;
	}
	.about_us_home .heading-area .heading01 h4 {
		font-size: 23px;
		text-align: center;
	}
	.content-wrapper
	{
		padding-left: 0;
	}
	.content-wrapper:before
	{
		display: none;
	}
	.content-wrapper .aboutIconBoxRow h6
	{
		font-size: 18px;
	}
	.content-wrapper .aboutIconBoxRow p
	{
		font-size: 14px;
		font-weight: 300;
		line-height: 22px;
		margin-bottom: 0;
	}
	.about_us_home:before
	{
		width: 250px;
		height: 250px;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.video-container
	{
		height: 65vh;
	}
	.video-container .header_text_wrapper
	{
		padding-left: 40px;
		padding-right:40px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay
	{
		flex-direction: column;
		padding-left: 0px;
		padding-right: 0px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel p
	{
		font-size: 14px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    display: none;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons
	{
		margin-top:15px; 
		margin-left: -30px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .getintouch
	{
		font-size: 14px;
		padding: 7px 16px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors
	{
		width: 30px;
		height: 30px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .textCarousel .buttons .anchors i:before
	{
		font-size: 30px;
		margin-top: 0;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon
	{
		width: 70px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i
	{
		height: 70px;
		position: relative;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .icon i:before
	{
		line-height:70px;
		padding-left: 3px;
		position: absolute;
		left: 0;
		font-size: 70px;
		top: 2px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons .circular_text img
	{
		width: 70px;
	}
	.video-container .header_text_wrapper .below_text_video_overlay .circleTextIcons
	{
		width: auto;
		margin: 10px  0;
	}
	.video-container .header_text_wrapper .below_text_video_overlay
	{
		margin-top: 0;
	}
	.video-container .header_text_wrapper h4
	{
		font-size: 45px;
		font-weight: 600;
		text-transform: capitalize;
    	line-height: 49px;
    	text-align: center;	
	}
	.video-container .header_text_wrapper .section-title
	{
		text-align: center;
	}
	.video-container .header_text_wrapper .section-title span.typed-title {
		font-size: 27px;
	}
	.slick_style span.span-text
	{
		font-size: 22px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		margin: 0 20px 0 20px;
	}
	.about_us_home
	{
		padding: 40px 0 40px;
	}
	.about_us_home .container
	{
		max-width: 90%;
	}
	.about_us_home .heading-area .buttons
	{
		margin-bottom: 20px;
		margin-left: 0px;
		display: flex;
		justify-content: center;
	}
	.about_us_home .heading-area .heading01 > span
	{
		margin-bottom: 5px;
		text-align: center;
	}
	.about_us_home .heading-area .heading01 h4 {
		font-size: 23px;
		text-align: center;
	}
	.content-wrapper
	{
		padding-left: 0;
	}
	.content-wrapper:before
	{
		display: none;
	}
	.content-wrapper .aboutIconBoxRow h6
	{
		font-size: 18px;
	}
	.content-wrapper .aboutIconBoxRow p
	{
		font-size: 14px;
		font-weight: 300;
		line-height: 22px;
		margin-bottom: 0;
	}
	.about_us_home:before
	{
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width:768px)
{
	.video-container .header_text_wrapper
	{
		bottom:120px !important;
	}
}