:root {
	--bg: #7E23EB;
	--black: #1f2229;
	--btnbg: linear-gradient(91.75deg, #7D23EB 19.78%, #4E12FB 82.59%);
	--hoverbg: linear-gradient(180deg, #7D23EB 0%, #4E11FA 100%);
	--bglight: #F2F2F2;
	--gray: #8A8A8A;
	--shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	--gradient: linear-gradient(90deg, #7D23EB 0%, #4E12FB 100%);
	--regular: "p_regular";
	--medium: "p_medium";
	--light: "p_light";
	--bold: "p_bold";
	--ebold: "p_ebold";
	--semibold: "p_semibold";
}



@font-face {
	font-family: 'p_light';
	src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p_bold';
	src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p_ebold';
	src: url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p_semibold';
	src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p_medium';
	src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p_regular';
	src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
		url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: var(--regular);
}

body {
	line-height: 1;

}

* {
	word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

button {
	outline: none !important;
}

a,
a:hover,
a:focus,
a:active {
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none !important;
	color: inherit;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	display: block;
}

.wrapper {
	max-width: 1320px;
	padding: 0 10px;
	margin: 0 auto;
}


h2, h3, h4, h1{
    font-weight:bold !important;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	box-sizing: border-box;
	z-index: 1000;
}

#cssmenu:after,
#cssmenu ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto 0px auto auto;
	display: flex;
}

#cssmenu ul li {
	float: left;
	display: flex;
	margin: 0 28px 0 0;
}

#cssmenu ul li img {
	height: 135px;
}

#cssmenu.align-center ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center ul li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right ul li {
	float: right;
}

#cssmenu ul>li>a {
	padding: 10px 0px;
	font-size: 16px;
	text-decoration: none;
	color: #070707;
	margin: auto 0px auto 0;
	line-height: 1.5;
	position: relative;
	transition: all 0.2s ease;
	font-family: var(--medium);
	position: relative;

}

#cssmenu ul>li:last-child {
	margin: 0;
}

#cssmenu ul>li:last-child a {
	margin: 0 0 0 0;
}

#cssmenu>ul {
	width: 100%;
	margin: auto;
	display: flex;
}

#cssmenu .active {
	color: #2e2e2e;
	border-radius: 5px;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 21px;
}

#cssmenu>ul>li>a:hover:before {
	content: '';
	/* background: url(images/menu_text.png)no-repeat; */
	height: 130%;
	width: 120%;
	position: absolute;
	background-size: 100% 100%;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#cssmenu>ul>li>a:hover {
	color: #000;
	font-weight: 600;
}

#cssmenu>ul>li.has-sub:hover>a:after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	background: none;
	z-index: 10;
	padding: 0;
	width: 200px;
	background: #fff;
	box-shadow: 0 2px 5px #2e2e2e26;
	top: 100%;
	border-bottom: 5px solid var(--bg_green);
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu ul ul li {
	height: 0;
	transition: all .25s ease;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	left: auto;
	right: 0;
}

#cssmenu li:hover>ul>li {
	height: auto;
	width: 100%;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	background: none;
}

#cssmenu ul ul li:nth-child(1) {
	padding: 0px 0 0 0;
}

#cssmenu ul ul ul li:nth-child(1) {
	padding: 0px 0 0 0;
}

#cssmenu ul ul li a {
	border-bottom: 0px solid rgba(150, 150, 150, 0.15);
	padding: 10px 15px;
	z-index: 100;
	text-align: left;
	margin-top: 0;
	width: 100%;
	line-height: 1.5;
	font-family: var(--medium);
	letter-spacing: 0px;
	font-size: 16px;
	text-decoration: none;
	background: white;
	margin: 0;
	border-bottom: 1px solid rgb(75 129 6 / 20%);
	color: #060606;
}

#cssmenu ul ul li {
	cursor: pointer;
}

#cssmenu ul li.has-sub {
	padding: 0 0px 0 0;
	margin:0px;
}

#cssmenu ul li.has-sub ul li {
	padding: 0;
}

#cssmenu ul li span.submenu-button {
	position: absolute;
	height: 13px;
	width: 12px;
	background: url(../images/menu_arrow.png)no-repeat;
	top: 50%;
	right: 0px;
	transform: translate(0px, -50%);
	background-size: contain;
	background-position: center right;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #000;
	background: var(--bg_green);
}
.has-sub a:after {
	content: '\25BE';
	display: inline-block;
	margin-left: 5px;
}
.has-sub ul li a::after{
	content: none;
}
#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 45%;
	right: 7px;
	width: 14px;
	background-size: contain !important;
	height: 8px;
	display: block;
	content: '';
	background: url('../images/menu_arrow.png')no-repeat;
	transform: rotate(270deg) translate(0, -50%);
	background-position: center right;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
	right: auto;
	left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

#cssmenu ul ul li.bottom_zero ul {
	top: auto;
	bottom: 0;
}

.home_section_index .align {
	display: grid;
	min-height: 100vh;
	/* overflow: hidden; */
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch;
	justify-content: center;
	text-align: center;
}

.home_section_index .align .left {
	background: url(../images/h_bg_1.png)no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 80px;
	gap: 15px;
	cursor: pointer;
}

.home_section_index .align .right {
	background: url(../images/h_bg_2.png)no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 80px;
	gap: 15px;
	cursor: pointer;
}

.home_section_index .align h1,
.home_section_index .align h2 {
	font-size: 7vh;
	font-family: var(--bold);
	color: #fff;
	letter-spacing: 2vh;
}

.home_section_index .align h4 {
	font-family: var(--bold);
	font-size: 16px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.home_section_index .align img {
	margin: 30px 0 0;
	max-width: 90%;
}

.home_section_index .align .left h4 {
	color: #176394;
}

.home_section_index .align .right h4 {
	color: #176394;
}
.home_section_index span{
	color: #FFF;
	font-size: 24px;
	position: relative;
    line-height: 55px;
		margin: 10px 0px;
}
.home_section_index span::before{
	content: '';
	border-bottom: 5px solid #FFF;
    position: absolute;
    left: 40%;
    top: 0;
    width: 50px;
    height: 6px;
}
.header_section {
	z-index: 1000;
	position: relative;
}

.header_section .align {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0px 0;
}

.header_section .align .right {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 0 60px 0 0;
}

.btn_start_project {
	border: 0;
	padding: 0;
	font-family: var(--semibold);
	position: relative;
	color: #070707;
	padding: 0 0 8px 0;
	background: transparent;
}

.btn_start_project::after {
	content: "";
	height: 2px;
	background: #070707;
	bottom: 0px;
	left: 0;
	width: 100%;
	position: absolute;
}

#mob_menu {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.banner_section {
	position: relative;
	margin: -114px 0 50px 0;
	width: 100%;
}

.banner_section .banner_items {
	padding: 150px 0 80px 0;
	background-position: bottom !important;
}

.banner_items .banner_content {
	width: fit-content;
	margin: auto;
}

.banner_items .banner_content h1 {
	font-size: 90px;
	text-transform: uppercase;
	color: #fff;
	font-family: var(--bold);
	letter-spacing: 60px;
	filter: blur(5px);
	
}
.banner_items .banner_content h2{
    font-size: 36px;
    color:#2E562D;
    line-height:45px;
    padding:0px 0px 20px;
}
.banner_items .banner_content p{
    font-size:16px;
    color:#1C931B;
    line-height:28px;
}
.banner_text {
	width: fit-content;
	margin: 0 0 0 0;
	padding: 30px 30px 0 0;
}
.banner-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin:30px 0px 0px;
}
.banner-form-section{
    padding:30px 30px 0px;
}
.banner-form-section input{
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50px;
    padding: 12px 25px;
    width: 100%;
    color: #FFF;
    margin: 0px 0px 20px;
}
.banner-form-section input:focus-visible{
    border:1px solid #2E562D;
    outline:none;
}
.banner-form-section input[type=submit], .banner-form-section form button{
    width: 100%;
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 12px 25px;
    border-radius: 50px;
    color: #000;
    font-weight: bold;
}
.banner-form-section ::placeholder{
    color:#FFF;
}
.banner_text ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.banner_text ul li {
	color: #2E562D;
	font-family: var(--medium);
	font-size: 20px;
	line-height: 1.5;
}

.banner_text a {
	margin: 20px 0 0 0;
	display: flex;
	width: fit-content;
	font-family: var(--medium);
	color: #070707;
	padding: 0 60px 0 0;
	position: relative;
}

.banner_text a::after {
	content: "";
	background: url('../images/b_arrow.png')no-repeat;
	width: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	height: 10px;
	background-position: center right;
}

.our_client_section_slider, .our_project_section_slider {
	overflow: hidden;
}

.launch_section {
	display: inline-block;
	width: 100%;
	margin: 50px 0;
	position: relative;
}

.launch_section .align {
	display: flex;
	flex-direction: column;
}

.launch_section .align .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border: 0;
	border-bottom: 1px solid #070707;
}

.launch_section .align .top h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
}

.theme_button1 {
	background: url('../images/button.png')no-repeat;
	height: 110px;
	width: 110px;
	display: inline-block;
	position: relative;
	border-radius: 100%;
	border: 0;
	border-radius: 100%;
	background-position: center;
	background-size: cover;
	padding: 20px;
	font-family: var(--medium);
	line-height: 1.4;
	color: #fff;
}

.launch_section .align .bottom p {
	color: #514F4F;
	line-height: 1.8;
	font-family: var(--light);
}

.our_client_section {
	margin: 50px 0 50px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.our_client_section_heading {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 0 50px;
}

.our_client_section_heading::before {
	content: "";
	height: 1px;
	background: #ECE1F3;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.our_client_section h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
	text-align: right;
	background: #fff;
	padding: 0 20px;
	width: fit-content;
	margin: 0 0 0 0;
}

.our_client_section_slider img {
	margin: auto;
}

.our_service_section {
	margin: 50px 0;
	padding: 80px 0;
	background: url('../images/bg_1.png')no-repeat;
	background-position: center top;
	background-size: cover;
}

.our_service_section .heading {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	margin: 0 0 20px;
}

.our_service_section .heading h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
}

.our_service_section .heading p {
	/*max-width: 200px;*/
	line-height: 1.5;
	font-size: 16px;
	font-family: var(--medium);
	color: #FFF;
	text-align: center;
}
.services-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.services-grid .item{
    background-color:#FFF;
    border-radius: 25px;
    padding: 30px 20px;
    text-align: center;
}
.services-grid .item h3{
    font-size: 17px;
    padding: 0px 0px 15px;
    font-weight: 600;
}
.our_project_section_slider img{
    height:100px;
    margin:auto;
}
.project-grid{
    display: flex;
    grid-template-columns: repeat(6, 1fr);
    gap: 50px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: row;
}
.project-grid img{
    height:100px;
}
.our_project_section_slider{
    display:none;
}
.services-grid .item p{
    color: #514F4F;
    line-height: 1.8;
    font-family: var(--light);
    min-height:144px;
}
.services-grid .item a{
    background-image: url(../images/button-bggg.png);
    background-size: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 20px 0px 0px;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}
.services-grid .item img{
    margin:0px auto 25px;
    min-height: 200px;
}
.our_service_grid {
	display: grid;
	width: 100%;
	padding-left: 35%;
	margin: 0 0 150px;
}

.our_service_grid .our_service_grid_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ffffffc4;
}

.our_service_grid .our_service_grid_item h4 {
	font-size: 45px;
	color: #FFF;
	line-height: 1.3;
	font-family: var(--medium);
	cursor: pointer;
}

.our_service_grid .our_service_grid_item p, .our_service_grid .our_service_grid_item li {
	color: #FFF;
	line-height: 1.5;
	font-family: var(--regular);
}

.our_service_grid .our_service_grid_item a {
	margin: 0px 0 0 0;
	display: flex;
	width: fit-content;
	font-family: var(--medium);
	color: #FFF;
	padding: 0 60px 0 0;
	position: relative;
}

.our_service_grid .our_service_grid_item a::after {
	content: "";
	background: url(../images/b_arrow.png) no-repeat;
	width: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	height: 10px;
	background-position: center right;
}

.our_service_grid .our_service_grid_item:last-child {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.accordion-content {
	display: none;
}

.our_service_grid .our_service_grid_item:nth-child(1) .accordion-content {
	display: block;
}

.accordion-content .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.portfolio_align {
	width: 100%;
	display: inline-block;
	position: relative;
}

.portfolio_align h2 {
	color: #0C8A5F;
	font-size: 140px;
	letter-spacing: 25px;
	text-align: center;
	margin: 0 0 50px;
}

.portfolio_align ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 15px;
}

.portfolio_align ul li:nth-child(odd) {
	padding: 0 0 100px 0;

}

.portfolio_align ul li:nth-child(even) {
	padding: 100px 0 0 0;

}

.portfolio_align ul li:nth-child(1) {
	margin: 0 0 100px;
}

.portfolio_align ul li:nth-child(2) {
	margin: 150px 0 0 0;
}

.portfolio_align ul li:nth-child(3) {
	margin: -100px 0 0 0;
}

.portfolio_align ul li:nth-child(4) {
	margin: 150px 0 0 0;
}

.portfolio_align ul li div {
	position: relative;
	width: 100%;
	display: inline-block;
}

.portfolio_align ul li a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/button.png) no-repeat;
	height: 110px;
	width: 110px;
	border-radius: 100%;
	border: 0;
	border-radius: 100%;
	background-position: center;
	background-size: cover;
	padding: 20px;
	font-family: var(--medium);
	line-height: 1.4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.portfolio_align ul li:hover a {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.client_testimonials {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 50px 0;
}

.client_testimonials h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
	margin: 0 0 50px;
}

.testimonails_align_wrap {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0 80px;
}

.testimonails_align .align {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.testimonails_align .align .left {
	width: 65%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.testimonails_align .align .right {
	width: 30%;
	display: inline-block;
	position: relative;
}

.testimonails_align .align .left .rating {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--medium);
}

.testimonails_align .align .left .rating img {
	height: 20px;
}

.testimonails_align .align .left p {
	color: #494949;
	line-height: 1.8;
	font-family: var(--light);
	font-size: 16px;
}

.testimonails_align .align .left h4 {
	font-size: 18px;
	font-family: var(--medium);
	color: #000;
}

.have_project_mind {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 50px 0;
	margin: 0px 0;
	background: url('../images/bg_2.png') no-repeat;
	background-position: center;
	background-size: cover;
}
.have_project_mind .wrapper{
    display: flex;
    align-items: center;
    max-width:1080px;
}
.have_project_mind br{
    display:none;
}
.have_project_mind h2 {
	color: #1A7D34;
	font-size: 60px;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1.3;
	margin: 0 0 0px;
}

.have_project_mind a {
	margin: auto;
	display: block;
}

.have_project_mind a button {
	margin: auto;
	display: block;
	background: url(../images/button2.png) no-repeat;
    background-size: cover;
}

.footer_section {
	width: 100%;
	display: inline-block;
	margin: 50px 0 60px 0;
	position: relative;
}

.footer_section .align {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_section .align .footer_1 {
	width: 25%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer_section .align .footer_1 .footer_logo {
	margin: 0 0 20px;
	height: 120px;
}

.footer_section .align .footer_1 p {
	color: #514F4F;
	line-height: 1.6;
	font-size: 15px;
	font-family: var(--light);
}

.footer_section .align .footer_1 ul {
	display: flex;
	align-items: center;
	gap: 25px;
}
.footer_section .align .footer_1 ul img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(56%) saturate(6540%) hue-rotate(127deg) brightness(87%) contrast(101%);
}

.footer_section .align .footer_2 {
	width: fit-content;
	display: inline-block;
}

.footer_section .align .footer_3 {
	width: fit-content;
	display: inline-block;
}

.footer_section .align .footer_4 {
	width: 26%;
	display: inline-block;
}

.footer_section .align h4 {
	margin: 90px 0 20px;
	font-size: 20px;
	color: #000;
	font-family: var(--medium);
}

.footer_section .align .footer_2 ul,
.footer_section .align .footer_3 ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer_section .align .footer_2 ul li a,
.footer_section .align .footer_3 ul li a {
	color: #514F4F;
	line-height: 1.6;
	font-size: 16px;
	font-family: var(--light);
}

.footer_section .align .footer_4 ul {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer_section .align .footer_4 ul li,
.footer_section .align .footer_4 ul li a {
	color: #514F4F;
	line-height: 1.8;
	font-size: 16px;
	font-family: var(--light);
}

.footer_section .align .footer_4 ul li {
	padding: 0 0 0 40px;
	position: relative;
}

.footer_section .align .footer_4 ul li::before {
	content: "";
	background: url('../images/con_1.png') no-repeat;
	height: 22px;
	width: 22px;
	background-size: contain !important;
	background-position: left center !important;
	position: absolute;
	top: 5px;
	left: 0;
	filter: brightness(0) saturate(100%) invert(56%) sepia(56%) saturate(6540%) hue-rotate(127deg) brightness(87%) contrast(101%);
}

.footer_section .align .footer_4 ul li:nth-child(1)::before {
	background: url('../images/con_1.png') no-repeat;
}

.footer_section .align .footer_4 ul li:nth-child(2)::before {
	background: url('../images/con_2.png') no-repeat;
}

.footer_section .align .footer_4 ul li:nth-child(3)::before {
	background: url('../images/con_3.png') no-repeat;
}
.company-section li, .company-section p{
    color: #514F4F;
    line-height: 1.8;
    font-family: var(--light);
}
.company-section h2{
    text-align:center;
    font-family: var(--light);
    font-size: 35px;
    line-height: 1.4;
    color: #000;
    padding:0px 0px 25px;
}
.company-section .row{
    margin:50px 0px;
}
.company-section p{
    text-align:center;
}
.company-section .row p{
    text-align:left;
}
.company-section .row2 p{
    text-align:right;
    font-size: 20px;
    padding: 0px 30px;
    width: 90%;
}
.company-section .row2 li{
    font-size: 18px;
    color: #000;
    padding: 0px 0px 5px;
}
.company-section .row2 li:before{
    content:url(../images/home-bullrt.png);
    padding:0px 15px 0px 0px;
}
.company-section .row1 li{
    padding:0px 0px 25px;
}
.company-section{
    padding:50px 0px 0px;
}
.inner_logo {
	height: 75px;
}

.inner_banner_section {
	margin: 50px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}
.inner_banner_section img{
    margin:auto;
    height:500px;
    width:auto;
}
.inner_banner_section h1 {
	font-size: 60px;
	color: #000;
	font-family: var(--semibold);
	margin: 0 0 30px;
}

.about_text {
	margin: 50px 0;
	display: inline-block;
	width: 100%;
}

.about_text p {
	color: #514F4F;
	font-size: 30px;
	line-height: 1.6;
	font-family: var(--light);
	padding: 0 80px;
}

.our_mission {
	margin: 50px 0;
	display: inline-block;
	width: 100%;
	position: relative;
}

.our_mission_heading {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 0 50px;
}

.our_mission_heading::before {
	content: "";
	height: 1px;
	background: #ECE1F3;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.our_mission_heading h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
	text-align: right;
	background: #fff;
	padding: 0 20px 0;
	width: fit-content;
	margin: 0 auto 0 80px;
}

.our_mission .align {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.our_mission .align .left {
	width: 30%;
	display: inline-block;
	position: relative;
}

.our_mission .align .right {
	width: 55%;
	display: inline-block;
	position: relative;
}

.our_mission .align .left p {
	color: #514F4F;
	line-height: 1.8;
	font-size: 16px;
	font-family: var(--light);
}

.our_mission .align .right ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.tags li{
    font-family: var(--medium);
    font-size: 15px !important;
    background: #daffe2 !important;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    width: -webkit-fill-available;
    border-radius: 10px;
}

.our_mission .align .right ul h4 {
	font-family: var(--medium);
	font-size: 22px;
	background: linear-gradient(to top, #0E5A73, #9CC76A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	margin: 0 0 15px 0;
}

.our_mission .align .right ul p {
	color: #514F4F;
	line-height: 1.8;
	font-size: 16px;
	font-family: var(--light);
}

.desktop_mission {
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	z-index: -1;
	/*width: 38%;*/
	margin:50px 0px 0px;
}

.our_vision {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0px 0;
}

.our_vision_heading {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 0 50px;
}

.our_vision_heading::before {
	content: "";
	height: 1px;
	background: #ECE1F3;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.our_vision h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
	text-align: right;
	background: #fff;
	padding: 0 20px 0;
	width: fit-content;
	margin: auto;
}

.our_vision p.head {
	color: #514F4F;
	line-height: 1.7;
	font-size: 16px;
	font-family: var(--light);
	text-align: center;
	padding: 0 100px;
	margin: 0 0 50px;
}

.our_vision ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
}

.our_vision ul li {
	padding: 30px 40px;
	border-radius: 13px;
	cursor: pointer;
	background: #EDFEF8;
}

.our_vision ul li p {
	color: #5A5A5B;
	font-size: 16px;
	line-height: 1.7;
	font-family: var(--regular);
}

.our_vision ul li:hover p {
	background: linear-gradient(to top, #0E5A73, #9CC76A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.why_auraa {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0px 0px 50px 0;
}

.why_auraa .align {
	display: flex;
	width: 100%;
	position: relative;
}

.why_auraa .align .right {
	padding-left: 55%;
	margin: 180px 0;
	display: inline-block;
}

.why_auraa .align .right h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
	margin: 0 0 20px;
}

.why_auraa .align .right p {
	color: #514F4F;
	line-height: 1.8;
	font-size: 16px;
	font-family: var(--light);
}

.why_auraa {
	background: url('../images/about_2.png')no-repeat;
	background-size: 50% 100%;
	background-position: top left;

}

.two_section {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(1, 1fr);
	gap: 00px;
	margin: 0px 0;
}

.two_section .two_items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.two_section .two_items .two_left {
	width: 40%;
	display: inline-block;
}

.two_section .two_items .two_right {
	width: 50%;
	display: inline-block;
}

.two_section .two_items:nth-child(even) {
	flex-direction: row-reverse;
}

.two_section .two_items .two_right {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.two_section .two_items .two_right h2 {
	font-family: var(--medium);
	font-size: 35px;
	background: linear-gradient(to top, #9CC76A, #0E5A73);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	margin: 0 0 0px 0;
}

.two_section .two_items .two_right p {
	color: #514F4F;
	line-height: 1.8;
	font-size: 16px;
	font-family: var(--light);
}

.dm_section {
	margin: 50px 0;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: url('../images/dm_bg_1.png')no-repeat;
	background-size: cover;
	background-position: center;
}

.dm_section ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 30px;
}

.dm_section ul li {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	/*justify-content: center;*/
}

.dm_section ul li img {
	height: 120px;
}

.dm_section ul li h4 {
	font-family: var(--medium);
	font-size: 22px;
	background: linear-gradient(to top, #1B1B1B, #1B1B1B);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
	margin: 0 0 0px 0;
	text-align: center;
}

.dm_section ul li p {
	color: #2B2D86;
	line-height: 1.8;
	font-size: 16px;
	font-family: var(--light);
	text-align: center;
}
.dm_section ul ul{
    display: block;
    text-align: left;
}
.dm_section ul ul li{
    display: block;
}
.contact_section {
	width: 100%;
	display: inline-block;
	margin: 50px 0;
	position: relative;
}

.contact_section .align {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact_section .align .left {
	width: 45%;
	display: inline-block;
}

.contact_section .align .right {
	width: 45%;
	display: inline-block;
}

.contact_section .align .right iframe {
	height: 400px;
	width: 100%;
	border-radius: 0%;
	margin: 0 0 0 auto;
}

.contact_section .align h2 {
	font-family: var(--light);
	font-size: 35px;
	line-height: 1.4;
	color: #070707;
	margin: 0 0 5px;
}

.contact_section .align p {
	color: #514F4F;
	line-height: 1.8;
	font-family: var(--light);
	margin: 0 0 40px;
}

.contact_section .align form {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

.input_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.contact_section .align form input {
	padding: 12px 15px;
	width: 100%;
	border-radius: 35px;
	border: 1px solid #E5E5E5;
	outline: none;
}

.contact_section .align form textarea {
	padding: 18px 15px;
	width: 100%;
	border-radius: 35px;
	border: 1px solid #E5E5E5;
	outline: none;
	resize: none;
	height: 120px;
}

.contact_section .align form button {
	border: 0;
	padding: 0;
	font-family: var(--semibold);
	position: relative;
	color: #070707;
	padding: 0 0 8px 0;
	background: transparent;
	width: fit-content;
	margin: 10px 0 0 0;
}

.contact_section .align form button::after {
	content: "";
	height: 2px;
	background: #070707;
	bottom: 0px;
	left: 0;
	width: 100%;
	position: absolute;
}

.recapcha {
	display: flex;
	align-items: center;
	gap: 20px;
}

.navbar-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #fff;
	width: 100%;
	padding: 0px 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.navbar-fixed .align .left img {
	height: 50px !important;
	/* filter: brightness(0) invert(34%) sepia(53%) saturate(2094%) hue-rotate(190deg) brightness(96%) contrast(92%); */
}
.right .btn_start_project {
	position: relative;
	z-index: 1111;
}