.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
.header_wrapper {
	position: absolute;
	border: none;
	background-color: #00000014;
	padding: 30px 0;
	box-shadow: none;
}

.hero-video-row-wrapper {
	position: absolute;
	max-width: 100%;
	width: 100%;
	text-align: center;
	top: 25%;
}

/****Transparent Infobar ****/
.global_27641 {
background-color: #00000014;
}

.menu ul li a {
	color: #fff;
}


/*** Process Section ****/
.process-global-main {
	background: #202121;
	padding: 60px 10px;
	clip-path: unset;
	text-align: center;
	position: relative;
	color: #fff;
}

.process-svg-bg {
	position: absolute;
	top: 5%;
	bottom: 0;
	width: 100%;
	z-index: 0;
	max-width: 80%;
	height: auto;
	text-align: left;
}

#bgLogo {
	max-width: 800px;
	width: 100%;
}

.process-svg-bg .cls-1 {
	fill: #4f4f4f2e;
}

                   .process-svg-bg .cls-1, .process-svg-bg .cls-2 {
                      stroke-width: 0px;
                    }
              
                   .process-svg-bg .cls-2 {
                      fill: #ffffff00;
                    }

.process-text.process-row {
	display: flex;
flex-flow: row wrap;
	max-width: 1400px;
	margin: 20px auto;
	width: 98%;
	padding-inline: 1%;
}

.process-content.content-wrapper {
	z-index: 1;
	position: relative;
}

.process-title {
	flex: 1 360px;
}

.process-global-main .h2-heading {
	color: #fff;
	font-size: 2.3em;
}

.process-para {
	flex: 3 500px;
}

.process-para p {
font-size: .85em;
text-align: left;
}

.process-steps {
	max-width: 98%;
	padding: 1%;
	margin: -15px auto;
}
.process-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 3px;
	justify-content: center;
max-width: 1100px;
	width: 100%;
margin-inline: auto;
	padding: 2%;
	align-items: end;
}

.process-item {
	max-width: 330px;
width: 100%;
	text-align: center;
margin: 10px auto;
}

.process-svg svg {
	max-width: 130px;
	width: 100%;
	margin: 10px auto;
}

.process-svg .cls-1 {
	fill: #fff0;
}
.process-svg .cls-2 {
	fill: #6382b0;
}


.process-svg .cls-3 {
	fill: #fff;
}

.process-bottom {
padding: 1.5%;
border: 2px solid #fff;
border-radius: 6px;
}

.process-num {
	background: var(--accent-red);
	border-radius: 50%;
	padding: 5px 16px;
	width: fit-content;
}

.process-info {
font-size: .7em;
}

@media (max-width: 680px) {
.process-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3px;
	justify-content: center;
	width: 100%;
	padding: 2%;
	align-items: end;
}

.process-item {
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin: 10px auto;
}
}


    
.featured-gallery-container {
    display: flex;
    max-width: 98%;
    margin: 20px auto;
    gap: 20px;
}

.thumbnails-wrapper {
    position: relative;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.featured-gallery-thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 380px;
}

.featured-gallery-thumbnails img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
max-width: 180px;
}

.featured-gallery-thumbnails img.active {
    border: 2px solid #007bff;
}
.scroll-indicator {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    white-space: nowrap;
}


.featured-gallery-image {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.featured-gallery-image img {
    max-width: 100%;
    max-height: 500px;
    border-radius: 8px;
}

@media (max-width: 981px) {
    .featured-gallery-container {
        flex-direction: column;
        align-items: center;
    }

.thumbnails-wrapper {
        max-width: 100%;
    }

    .featured-gallery-thumbnails {
display: flex;
        flex-direction: row;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 10px 0;
    }

.featured-gallery-thumbnails img {
	width: 90px;
	height: auto;
}
}