.video-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.video-container .video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
.intro-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-text {
	z-index: 3;
}

.product-slider {
	padding-top: 20px;
	overflow: scroll;
	flex-direction: row;
	flex-wrap: nowrap;
}
.product-slider::-webkit-scrollbar {
	display: none;
}
.product-slider {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.product-slider-controller {
	display: flex;
	justify-content: center;
}
.product-slider-controller .button-wrapper {
	width: max-content;
}
.product-slider-controller .button-wrapper button {
	height: 40px;
	width: 40px;
	/* font-size: 1.2rem; */
	background-color: white;
	color: #34a148;
	border-radius: 50%;
	border: none;
	outline: none;
}
.product-slider-controller .button-wrapper button:first-of-type {
	margin-right: 20px;
}

.project-slider {
	padding-top: 20px;
	overflow: scroll;
	flex-direction: row;
	flex-wrap: nowrap;
}
.project-slider::-webkit-scrollbar {
	display: none;
}
.project-slider {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.project-slider-controller {
	display: flex;
	justify-content: center;
}
.project-slider-controller .button-wrapper {
	width: max-content;
}
.project-slider-controller .button-wrapper button {
	height: 40px;
	width: 40px;
	/* font-size: 1.2rem; */
	background-color: white;
	color: #34a148;
	border-radius: 50%;
	border: none;
	outline: none;
}
.project-slider-controller .button-wrapper button:first-of-type {
	margin-right: 20px;
}

.main-gradient {
	height: 3px;
	margin-bottom: 13px;
	background: rgb(0, 125, 197);
	background: linear-gradient(
		90deg,
		rgba(0, 125, 197, 1) 0%,
		rgba(0, 174, 239, 1) 35%,
		rgba(52, 161, 72, 1) 100%
	);
}

.team-item .team-content img {
	width: 100%;
	height: 180px;
	/* height: 20%; */
	object-fit: cover;

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.team-item .team-content .more-news-blog {
	margin-top: 15px;

	padding: 0 25px;
	font-size: 0.8rem;
	text-align: right;
}

.pricing-item .pricing-body {
	padding: 0 10px;
}
.pricing-item .statistic-image-div {
	display: flex;
	justify-content: center;

	margin-bottom: 20px;
}
.pricing-item .statistic-image-div img {
	width: 90px;
	height: 90px;
}

.news-blog-main {
	margin-top: 150px;
}
.news-blog-main img {
	max-width: 100%;
	object-fit: cover;
	width: 100%;
	/* max-height: 60vh; */
}
.news-blog-main .news-smaller .row {
	margin-left: -30px;
	margin-right: -30px;
}
.news-blog-main .news-smaller .col-md-4,
.news-blog-main .news-smaller .col-md-8 {
	padding-left: 30px;
	padding-right: 30px;
}
.news-blog-main .news-smaller aside img {
	width: 25px;
	height: 25px;

	margin-left: 15px;
	border-radius: 50%;
}
.news-blog-main .news-smaller aside img.logo-short {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	border-radius: 50%;
}
.news-blog-main .news-smaller aside {
	/* display: flex;
    justify-content: flex-end; */
	text-align: right;
}
.news-blog-main .news-smaller .socials {
	margin-top: 10px;
	margin-bottom: 40px;
}
.news-blog-main .news-smaller aside .news-author {
	display: flex;
	height: max-content;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.news-blog-main .news-smaller aside .news-author span.gse {
	font-size: 1.5rem;
}
/* .news-blog-main .news-smaller aside  */
.news-blog-main .news-smaller section {
	margin-bottom: 50px;
}
.news-blog-main .news-smaller section p {
	text-align: justify;
}
.news-blog-main .news-smaller section .main-gradient {
	margin-top: 20px;
}
.news-blog-main .news-bigger {
	margin-bottom: 50px;
}

.news-blog-main .news-bigger section p {
	margin-bottom: 20px;
	text-align: justify;
}

.modal img {
	width: 100%;
	margin-bottom: 20px;
}

.project {
	padding: 40px 0;
	background-image: url(../images/fun-facts-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.project .title .info {
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.project .title .info small {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 5px;
}
.project .title .info strong {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 40px;
	display: block;
}
.project .title .info h1 {
	color: #fff;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.25px;
	margin-bottom: 30px;
}
.project .carousel-inner img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.project .carousel-inner .carousel-item {
	position: relative;
}
.project .carousel-inner .carousel-item .info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	padding: 20px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.project .carousel-inner .carousel-item span {
	display: block;
	margin-right: 20px;
	color: white;
}

.project-page {
	/* margin-top: 150px; */
	min-height: calc(100vh - 300px);
}
.project-page .sidenav {
	background-image: linear-gradient(79deg, rgba(52, 161, 72, 1) 0%, rgba(0, 174, 239, 1) 100%);
	border-radius: 20px;
	height: max-content;
	/* position: fixed; */
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding: 40px 10px;
}
.project-page .sidenav .main-gradient {
	margin-bottom: 30px;
}
.project-page .sidenav a,
.project-page .sidenav button,
.project-page .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	/* font-size: 20px; */
	color: white;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
}
.project-page .mobile-project-menu {
	display: none;
}
.project-page .sidenav a:hover,
.project-page .sidenav button:hover,
.project-page .dropdown-btn:hover {
	color: #a8dadc;
}
.project-page .sidenav a.active,
.project-page .sidenav button.active {
	color: #303e3f;
}
.project-page .dropdown-container {
	display: none;
	padding-left: 20px;
}
.project-page #project-images img {
	max-width: unset;
	object-fit: unset;
	width: 100%;
	max-height: unset;

	margin-bottom: 20px;
}
.project-page .fa-caret-down {
	float: right;
}
.project-page section #project-images .project-single-image button {
	border: none;
	background: none;
	outline: none;
}
.project-page section #project-images .project-single-image img {
	width: 100%;
	height: 200px;

	object-fit: cover;

	margin-bottom: 40px;
}

/* .aboutus-page {

} */
.aboutus-page .jumb {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 500px;

	background-image: url(../images/aboutus/main.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;

	/* padding-top: 150px; */
	color: white;
	font-size: 64px;
	text-align: center;
	margin-bottom: 40px;
}
.aboutus-page .oplogo {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.aboutus-page .oplogo img {
	max-width: 263px;
}
/* .aboutus-page .oplogo img:first-of-type{
	margin-right: 20px;
} */
.aboutus-page h3 {
	text-align: center;
	font-weight: bolder;
	font-size: 36px;
	color: #283b29;
	margin-bottom: 25px;
}
.aboutus-page h4 {
	font-weight: bold;
	font-size: 20px;
	color: #283b29;
	margin-bottom: 20px;
}
.aboutus-page .icon {
	width: 50px;
	height: 50px;
}
.aboutus-page .about-us-row {
	margin-bottom: 100px;
}
.aboutus-page .about-us-row > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutus-page .about-us-row .rounded-image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.aboutus-page .about-us-row .rounded-image img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	object-fit: cover;
}
.aboutus-page .about-us-row .full-image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.aboutus-page .about-us-row .full-image img {
	width: 300px;
	height: 300px;
	/* border-radius: 50%; */
	object-fit: cover;
}
.aboutus-page .about-us-row .about-us-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.aboutus-page .about-us-row .about-us-item p {
	max-width: 500px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: justify;
}
.aboutus-page .abouts-us-card-row {
	margin-top: 200px;
	/* margin-bottom: 140px; */
}
.aboutus-page .abouts-us-card-row > div {
	margin-bottom: 140px;
}
.aboutus-page .abouts-us-card-row .gse-card {
	height: 100%;
	/* margin-bottom: 20px; */
	background-color: #f0f0f0;
	box-shadow: 0px 4px 14px 0px #00000040;
	border: none;
}
.aboutus-page .abouts-us-card-row .gse-card {
	position: relative;
}
.aboutus-page .abouts-us-card-row .gse-card .image-header {
	display: flex;
	justify-content: center;
}
.aboutus-page .abouts-us-card-row .gse-card .image-header img {
	position: absolute;
	max-width: 250px;
	transform: translateY(-50%);
}
.aboutus-page .abouts-us-card-row .gse-card .card-body {
	margin-top: 100px;
}
.aboutus-page .abouts-us-card-row .gse-card .card-body h4 {
	height: 80px;
}
.aboutus-page .abouts-us-card-row .gse-card .card-body p {
	height: 180px;
	/* text-align: justify; */
	font-size: 13px;
	margin-bottom: 20px;
}
.aboutus-page .abouts-us-card-row .gse-card .card-body ul {
	padding: 0 20px;
}
.aboutus-page .abouts-us-card-row .gse-card .card-body ul li {
	font-size: 12px;
	list-style: outside;
}

.aboutus-page .specialty {
	margin-bottom: 100px;
}
.aboutus-page .specialty h3 {
	text-align: center;
}
.aboutus-page .specialty h4 {
	color: white;
	text-align: center;
	margin-bottom: 0;
}
.aboutus-page .specialty .side-header {
	padding: 20px 20px;
	/* background-color: #283B29; */
	background: linear-gradient(
		90deg,
		rgba(0, 125, 197, 1) 0%,
		rgba(0, 174, 239, 1) 35%,
		rgba(52, 161, 72, 1) 100%
	);
	margin-bottom: 20px;

	height: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aboutus-page .specialty .side-body {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.aboutus-page .specialty .side-body p {
	max-width: 500px;
	margin-bottom: 20px;
	text-align: justify;
}
.aboutus-page .specialty .side-body img {
	width: 100%;
	margin-bottom: 10px;
}

.mini-content {
	position: relative;
	z-index: 3;
}

.mini-content .info {
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mini-content .info small {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 5px;
}

.mini-content .info strong {
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 40px;
	display: block;
}

.mini-content .info h1 {
	color: #fff;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.25px;
	margin-bottom: 30px;
}

.mini-content .info p {
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 0.25px;
	line-height: 26px;
	font-weight: 400;
	font-size: 15px;
}

.mini-content .info p span {
	text-decoration: underline;
}

.mini-content .mini-box {
	display: block;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;

	border: none;
	outline: none;
}

.mini-content .mini-box img {
	width: 100%;

	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}

.mini-content .mini-box:hover {
	margin-top: -10px;
}

.mini-content .mini-box:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fff;
	width: 100%;
	opacity: 0.15;
	height: 100%;
	bottom: -10px;
	left: 0px;
	right: -20px;
	margin: auto;
	border-radius: 20px;
}

.mini-content .mini-box i {
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
}

.mini-content .mini-box span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #777;
	text-align: justify;
	letter-spacing: 0.75px;

	height: 0;
	overflow: hidden;
}

.mini-content .mini-box strong {
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #1e1e1e;
	letter-spacing: 0.25px;
	margin-bottom: 5px;

	text-align: left;
	text-transform: uppercase;
}

.project-button {
	background-color: white;
	border: none;
	color: #4caf50;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
.projectmore {
	border-radius: 12px;
}


.content .info{
	padding-top: 20px;
	text-align: center;
}
.content .info h1 {
	color: #fff;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 0.25px;
	margin-bottom: 30px;
}
.content .info p {
	letter-spacing: 1px;
	margin-bottom: 40px;
	color: #fff;
	letter-spacing: 0.25px;
	line-height: 26px;
	font-weight: 400;
	font-size: 15px;
}

.counter .content .wwdo .row {
	padding: 40px 20px;
}
.counter .content .wwdo ul {
	list-style: outside;
	padding: 0 20px;
}
.counter .content .wwdo ul li {
	list-style: "• ";
	font-size: 20px;
	margin-bottom: 10px;
	color: white;
}
.counter .content img {
	width: 100%;
}
.language-href img {
	width: 50px;
}



@media (max-width: 1200px) {
	.container.news-smaller .phone span {
		font-size: 0.8rem;
	}
	.container.news-smaller .mail span {
		font-size: 0.8rem;
	}
}

@media (max-width: 991px) {
	.container.news-smaller .mail span {
		font-size: 0.7rem;
	}
	.card-drop-single {
		margin: auto;
	}
}
@media (max-width: 768px) {
	.news-ad-image {
		display: none;
	}
	.news-blog-main .news-smaller aside {
		display: none;
	}

	.project-page aside {
		display: none;
	}
	.project-page .mobile-project-menu {
		z-index: 2;
		display: block;
		position: fixed;
		left: 50px;
		bottom: 15vh;
		cursor: pointer;
		margin-right: 15px;
	}
	.project-page .mobile-project-menu .mobile-project-icon {
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: linear-gradient(
			79deg,
			rgba(52, 161, 72, 1) 0%,
			rgba(0, 174, 239, 1) 100%
		);
		border-radius: 50%;
		font-size: 30px;
		width: 100px;
		height: 100px;
	}
	.project-page .mobile-project-menu .sidenav {
		z-index: -1;
		width: 100%;
		height: 0;
		overflow: hidden;
		padding: 0;
		margin-bottom: 20px;
	}
	.project-page .mobile-project-menu .sidenav.active {
		z-index: 3;
		height: max-content;
		overflow: unset;
		padding: 40px 0;
	}
	.aboutus-page .abouts-us-card-row .gse-card {
     	margin: 0 40px;   
    }
	.aboutus-page .abouts-us-card-row .gse-card .card-body h4 {
		height: max-content;
		margin-bottom: 20px;
	}
	.aboutus-page .abouts-us-card-row .gse-card .card-body p {
		height: max-content;
		margin-bottom: 20px;
	}
    .aboutus-page .specialty{
        margin: 0 40px 100px 40px;
    }
}
@media (max-width: 576px) {
	.project-page .container {
		padding: 0 40px;
	}
	.project-page .mobile-project-menu {
		bottom: 5vh;
	}
	.project-page .mobile-project-menu .sidenav.active {
		font-size: 12px;
		padding: 20px 0;
	}
	.project-page .mobile-project-menu .mobile-project-icon {
		width: 50px;
		height: 50px;
	}

	.aboutus-page .jumb {
		font-size: 40px;
	}
	/* .aboutus-page .oplogo img:first-of-type{
		display: none;
	} */
	.aboutus-page .about-us-row .about-us-item {
		padding: 0 50px;
	}
	.aboutus-page .about-us-row .rounded-image img {
		width: 250px;
		height: 250px;
	}
}
