* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    color: #000000;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    font-family: "Satoshi-Regular", sans-serif;
    position: relative;
    --screen-width: calc(100vw - (100vw - 100%));
 background:#000;
}
body::before{
    content:'';
    position:fixed;
    inset:0;
    background: url('../images/newdot1.png');
    opacity: 0.5;
}

main, footer{
    position:relative;
    z-index:2;

}
.spotlight{
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:1;
    background: radial-gradient(
        circle 250px at var(--x) var(--y),
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.85) 80%,
        rgba(0,0,0,0.95) 100%
    );
}
.spotlight::after{
    content:'';
    position:fixed;
    width:180px;
    height:180px;
    left:var(--x);
    top:var(--y);
    transform:translate(-50%,-50%);
    border-radius:50%;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}
html {
    overflow-x: hidden;
}
h1 {
}
h2 {
}
h3, .h3 {
    font-size: 45px;
    margin: 0;
}
h4, .h4 {
    font-size: 24px;
    margin: 0;
}
h5, .h5 {
    font-size: 20px;
    margin: 0;
}
h6, .h6 {
    font-size: 16px;
    margin: 0;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
a, a:hover {
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
ul {
    margin: 0px;
    padding: 0;
}
.clearfix:before,.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: "Satoshi-Medium";
    src: url("Satoshi-Medium.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Satoshi-Bold";
    src: url("Satoshi-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Satoshi-Regular";
    src: url("Satoshi-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}

/**********animation**********/
@media (prefers-reduced-motion: no-preference) {
    .animate-this {
        opacity: 0;
        transform: translateY(50px);
    }
    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }
    .animate-this.rtl {
        opacity: 0;
        transform: translateX(50px);
    }
    .animate-this.animated.rtl {
        animation: fade-in-right 0.8s ease-in-out forwards;
    }
    .animate-this.lft {
        opacity: 0;
        transform: translateX(-20px);
    }
    .animate-this.animated.lft {
        animation: fade-in-left 0.8s ease-in-out forwards;
    }
    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
    @keyframes fade-in-right {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    @keyframes fade-in-left {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
}
@keyframes tp-animate {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}
/*****header*****/
.container {
    padding: 0px 20px;
}
.header {
    padding: 30px 0px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
	background: #000;
}
.header.homepage {
	background: transparent;
}
.header.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	background: #000000;
}

.logo {
    width: 260px;
	position: relative;
}
.logo a{
	position: relative;
}
.logo img {
    width: 100%;
}

a:focus-visible {
    outline: none;
}

.navbar {
    padding: 0;
    flex-wrap: wrap;
}
.navbar-collapse {
    width: 100%;
	justify-content: space-between;
}
.nav-menu {
    gap: 28px;
    align-items: center;
}
.nav-menu li a {
    color: #FFFFFF;
    padding: 0 !important;
    position: relative;
}
.nav-menu li.active a{
	font-weight: Bold;
	font-family: "Satoshi-Bold", sans-serif;
}

.nav-menu li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all ease 250ms;
    margin: 0 auto;
}
.nav-menu li.active a:after {
    background-color: #F26722;
    width: 100%;
}
.navbar_main {
    display: flex;
    gap: 30px;
    align-items: center;
}
.navbar_top {
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.nav-link:focus, .nav-link:hover {
	color: #FFFFFF;
}
/*****footer*****/
.footer {
    padding: 40px 0 0;
	border-top: 1px solid #FFFFFF;
	background: url('../images/footer-bg.webp') no-repeat;
	background-size: 100% 100%;
}
.footer-logo {
    max-width: 430px;
}
.footer-logo img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 25px;
}
.footer-logo p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.footer h4 {
    color: #F26722;
	text-transform: uppercase;
    font-size: 20px;
    font-family: "Satoshi-Bold", sans-serif;
    margin-bottom: 20px;
}
.footer_links ul li {
    display: block;
    margin-bottom: 8px;
}
.footer_links ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.footer_contact a{
	margin-bottom: 8px;
	display: block;
}
.footer_contact a, .footer_contact p{
	color: rgba(255, 255, 255, 0.7);
}
.footer_links ul li a:hover{
	color: #FFFFFF;
}
.social-media {
    gap: 10px;
}
.social-media a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100px;
}
.social-media a:hover{
	background-color: #FFFFFF;
}
.social-media a:hover img {
    filter: invert(1) brightness(0);
}
.social-media a img {
    width: 21px;
	margin: 0;
    opacity: 0.7;
}
.footer-row {
    padding-bottom: 50px;
    position: relative;
}
.footer-row:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    background-size: 100%;
}
.footer-btmrow {
    padding: 24px 0px;
    align-items: center;
}
.footer-btmrow p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.footer-btmrow p a {
    color: rgba(255, 255, 255, 0.8);
}
/*****client-sec*****/
.client-sec {
	padding: 75px 0px;
}
.client-sec h3 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.client-sec h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/line.svg') no-repeat;	
	background-size: 100% 100%;
    width: 100%;
    height: 2px;
}
.card {
	background: rgba(255, 255, 255, 0.1);
    border: 1px solid #000000;
    padding: 20px 25px;
    padding: 2px;
    height: 115px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s all ease-in-out;
}
.client-inn .card:hover {
    box-shadow: 0 2px 40px rgba(151, 50, 0, 0.4);
    backdrop-filter: blur(14px);
    position: relative;
    transform: translateY(-5px);
}
.client-inn .card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.7px;
    background: linear-gradient(to left, #FF996700, #ff996785);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
}
.client-inn .card:hover:before {
    opacity: 1;
}
.card img{
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}
.card:hover img{
    filter: grayscale(0%);
}
.client-slider .card {
	background: transparent;
	padding: 20px 40px;
}
.home-client {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 45px;
	    box-shadow: 0 0 50px 10px rgba(151, 50, 0, 0.7);
    backdrop-filter: blur(14px);
    position: relative;
}
.home-client h3 {
	font-size: 30px;
	text-transform: uppercase;
}
.client-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 24px;
}
.comon-padd {
    padding: 90px 0px;
}
.h3 {
    font-size: 64px;
    font-family: "Satoshi-Bold", sans-serif;
}
.banner_left h3 {
	font-size: 64px;
    font-family: "Satoshi-Bold", sans-serif;
	color: #FFFFFF;
	margin-bottom: 15px;
}
a.btn-outline {
    border: 1px solid #002D03;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    color: #002D03;
    font-family: "Satoshi-Bold", sans-serif;
}
a.btn-outline:hover{
	background-color: #0A520F;
    color: #fff;
}
.h4 {
    font-size: 22px;
    font-family: "Satoshi-Bold", sans-serif;
    margin-bottom: 10px;
}

/*****contact*****/
.contactpage_form {
    background: rgba(0,0,0,0.5);
    border-radius: 40px;
    padding: 35px 30px;
	height: 100%;
	box-shadow: 0 25px 90px  rgba(151, 50, 0, 0.9);
	backdrop-filter: blur(34px);
	z-index: 1;
	position: relative;
}
.contactpage_form::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.5px; /* border thickness */
    border-radius: 30px;
	background: linear-gradient(to top, #FF996700, #FF9967); 
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
	mask-composite: exclude;
    z-index: -1;
}
/* blur glow */
.contactpage_form::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background: rgba(151, 50, 0, 0.35);
    filter: blur(50px);
    top: 10%;
    left: 10%;
    z-index: -2;
}
.contactpage_form label {
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-family: "Satoshi-Bold", sans-serif;
}
.form {
    margin-top: 20px;
}
.form div.halfs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
input, select {
    background: #FFFFFF;
    border: 0;
    border-radius: 12px;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
textarea {
    background: #FFFFFF;
    border: 0;
    border-radius: 12px;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 150px;
}

input[type="checkbox"][name="your-consent"] {
    display: none;
}
/* Label styling */
input[type="checkbox"][name="your-consent"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: rgba(102, 102, 102, 0.6);
}
/* Custom box */
input[type="checkbox"][name="your-consent"] + .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    border-radius: 10px;
    background: transparent;
    transition: 0.3s;
}
/* Tick mark */
input[type="checkbox"][name="your-consent"]:checked + .wpcf7-list-item-label::after {
    content: "âœ”";
    position: absolute;
    left: 4px;
    top: -4px;
    font-size: 14px;
    color: #000000;
}
.wpcf7-list-item {
    margin: 0;
}
.contactpage_form input, .contactpage_form select {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 7px 0;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
}
.contactpage_form textarea{
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
    padding: 7px 0;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
	height: 43px;
	resize: none;
}
.contactpage_form p label {
	font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
	font-family: "Satoshi-Regular", sans-serif;
}
.contactpage_form input:focus-visible , .contactpage_form textarea:focus-visible {
	outline: none;
}
.contactpage_form input::placeholder , .contactpage_form textarea::placeholder {
	color: rgba(255, 255, 255, 0.8);
}
input:-internal-autofill-selected , textarea:-internal-autofill-selected {
	background-color: transparent !important;
}
.infrastructure_desc::-webkit-scrollbar {
    width: 4px
}
.infrastructure_desc::-webkit-scrollbar-track {
    background: #0C665F1A;
}
.infrastructure_desc::-webkit-scrollbar-thumb {
    background-color: #0C665F;
    border-radius: 5px
}
.banner_inn  {
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.banner_inn .social-media {
    justify-content: center;
        margin-bottom: 40px;
}
.banner_mail a {
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.banner_mail a:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right:  0px;
}
.banner_mail a img {
    width: 24px;
}
.banner_inn .social-media {
    margin-bottom: 12px;
}
.banner_inn .social-media a img {
    width: 20px;
}
.banner_inn .social-media a {
    width: 34px;
    height: 34px;
}
.impactswrap .impacts_box  {
	margin-bottom: 30px;
	text-align: right;
}
.impacts_box {
	transition: transform 0.3s ease;
}
.numcont p {
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
	margin-bottom: 10px;
    font-family: "Satoshi-Bold", sans-serif;
}
.impacts_box h5 {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-family: "Satoshi-Bold", sans-serif;
}
.banner {
    /*background: url('https://shareittofriends.com/demo/showflow/wp-content/uploads/2026/05/banner-scaled.webp') no-repeat;
    background-size: cover; */
    position: relative;
    z-index: 9;
    min-height: 100vh;
    overflow: hidden;
}
.banner_main { 
	position: absolute; 
	left: 0; 
	right: 0; 
	bottom: 20px; 
	width: 100%;    
}
.banner_inn h6 { 
	font-size: 20px;  
	color: #FFFFFF; 
	margin-bottom: 10px; 
	display: block;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700; 
	position: relative; 
	text-transform: uppercase; 
}
.banner_inn h6:before { 
	content: ''; 
	position: absolute; 
	right: 0; 
	top: 10px; 
	width: 46%; 
	height: 4px; 
	background: #F26722; 
}
.banner_img img {
    height: 100vh;
    object-fit: cover;
}
.banner_inn h1 { 
	color: #FFFFFF; 
	margin-bottom: 30px; 
}
a.btn-white { 
	background: #FFFFFF; 
	padding: 15px 30px 17px; 
	color: #01340F; 
	font-size: 18px;  
	font-family: "Satoshi-Bold", sans-serif; 
	display: inline-block; 
}
a.btn-white-outline {
    border: 1px solid #FFFFFF;
    padding: 15px 30px 17px;
    text-align: center;
    color: #FFFFFF;
	font-size: 18px;
    font-family: "Satoshi-Bold", sans-serif;
	display: inline-block;
}
a.btn-white-outline:hover{
	background-color: #FFFFFF;
    color: #01340F;
}
.banner-link { 
	gap: 12px; 
	margin-top: 60px; 
}
.banner_left {
	max-width: 635px;
}
.banner_left p{
	color: rgba(255, 255, 255, 0.9);
}
.certificate-slider .owl-dots {
    margin-top: 30px;
    text-align: center;
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.certificate-slider .owl-stage-outer {    
	display: flex; 
	justify-content: center; 
}
.certificate-slider .owl-dots .owl-dot span{
    width: 6px;
    height: 6px;
    background: rgba(0, 46, 3, 0.3);
    display: block;
    border-radius: 50%;
    margin: 0 4px;
}
.certificate-slider .owl-dots .owl-dot.active span {
    background: #002D03;
	 width: 10px;
    height: 10px;
}
.homeabout_sec  {
	/*background: url('../images/home_bg.jpg') no-repeat;
	background-size: cover;*/
	margin-top: -1px;
	position: relative;
}

.homeabout_sec .row {
    padding-bottom: 60px;
}
.homeabout_sec:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 89px;
	background: url('../images/Frame 4.png') no-repeat;	
	background-size: 300px;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.banner_img img {
	display: block;
	width: 100%;
}
.banner_img video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.homeabout_box {
	margin-right: 105px;
}
.homeabout_box h3 {
	max-width: 500px;
}
.homeabout_box h6 { 
	font-size: 20px;  
	color: #FFFFFF; 
	margin-bottom: 10px; 
	display: block;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	position: relative; 
	text-transform: uppercase; 
}
.homeabout_box h6:before { 
	content: ''; 
	position: absolute; 
	right: 0; 
	top: 10px; 
	width: 76%; 
	height: 4px; 
	background: #F26722; 
}
.homeabout_box Blockquote {
	font-size: 18px;  
	color: #FFFFFF; 
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700; 
	padding-left: 20px; 
	border-left: 2px solid #FFFFFF;
}
.homeabout_image  { 
	position: relative; 
	border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.7)) 1;
}
.homeabout_image:before {
    content: '';
	position: absolute;
	top: -24px;
    right: -24px;
	background: url('../images/border-right.png') no-repeat;	
	background-size: 100% 100%;
    width: 242px;
    height: 242px;
}
.homeabout_smtxt  { 
	display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}
.homeabout_smtxt h6 { 
	font-size: 32px; 
	color: #FFFFFF; 
	font-family:"Satoshi-Bold", sans-serif; 
	font-weight: 700;
	text-align: center; 
	background-image: linear-gradient(to top, #F26722, #E44B00); 
	padding: 65px 70px; 
	border: 1px solid #fff;
	display: none;
}
.homeabout_smtxt h6 span { 
font-size: 20px;  
font-family:"Satoshi-Regular", sans-serif; 
text-transform: uppercase; 
display: block; 
color: rgba(255,255,255,0.7); 
}
.homeabout_smtxt p { 
	font-size:22px; 
	color: #FFFFFF; 
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight:700;  
}

.impacts_sec { 
	background: #000000; 
	padding: 60px 0px; 
	border-top: 1px solid #FFFFFF; 
	border-bottom: 1px solid #FFFFFF;  
	    box-shadow: 0 25px 61px rgba(151, 50, 0, 0.7);
    backdrop-filter: blur(14px);
}
.homeabout_sec .impacts_sec { 
	background: rgba(0,0,0,0.5); 
}
.impacts_sec .impacts_box  { 
	width: 25%; 
	text-align: center; 
	position: relative; 
	margin: 0; 
}
.impacts_sec .impacts_box:before { 
	content: ''; 
	position: absolute; 
	right: 0; 
	background: #FFFFFF;
	width: 1px;     
	height: 50px; 
	top: 50%; 
	transform: translateY(-50%);  
}
.impacts_sec .impacts_box:last-child:before {  
	display: none; 
}
.impacts_sec .impacts_box h5 { 
	color: rgba(255,255,255,0.5); 
}
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: #F26722;
    padding: 15px 0px 17px;
}
.marquee-track {
    display: flex;
    animation: scrollMarquee 40s linear infinite;
}
.marquee-item {
    color: #fff;
    font-size: 20px;
    font-family: "Satoshi-Medium", sans-serif;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
	position: relative;
	padding-right: 50px;
	margin-right: 40px;
}
.marquee-item:before {
	content: '';
	position: absolute;
	right: 0; 
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url('../images/star.svg') no-repeat;
}
.marquee-track:hover {
    animation-play-state: paused;
}
@keyframes scrollMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.contact_sec {
	padding-bottom: 40px;
	position: relative;
}

.faq_sec {
	margin-top: -1px;
	position: relative;
}
.faq_sec:before {
    content: '';
    position: absolute;
    left:0;
    width: 50%;
    height: 35%;
    bottom:0;
	background: url('../images/services-flip.webp') no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}
.faq_sec .container {
    z-index: 9;
    position: relative;
}
ul.project_list {
    margin-bottom: 40px;
}
.contact-text {
    max-width: 669px;
}
.contact-text h3{
	font-weight: 400;
    font-family: "Satoshi-Regular", sans-serif;
	margin-bottom: 50px;
	text-transform: capitalize;
}
.contact-text ul li{
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 40px;
}
.contact-text ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('../images/check.svg') no-repeat;
	background-size: 30px;
}
.book_sesion {
	max-width: 290px;
}
.book_sesion a {
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight:700;
	text-decoration: underline;
	margin-bottom: 35px;
	display: inline-block;
}
.book_sesion a img{
    width: 30px;
    margin-right: 10px;
}
.book_sesion p{
	color: #FFFFFF;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight:700;
	margin-bottom: 35px;
}
.book_sesion a.btn-grey{
	background: #FFFFFF63;
    padding: 16px 55px;
    color: #FFFFFF;
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
    border-radius: 70px;
    text-decoration: none;
    font-size: 18px;
}
.faq-wrapper{
  display: flex;
  gap: 80px;
  margin-bottom: 30px;
}
/* LEFT TABS */
.faq-left{
  width: 260px;
  position: sticky;
  top: 80px;
}
.faq-tabs{
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-tab{
  padding: 15px 20px;
  cursor: pointer;
  color: #FFFFFF;
  transition: 0.3s;
  font-size: 18px;
  border-radius: 12px;
}
.faq-tab.active{
  color: #FFFFFF;
  background: rgba(255,255,255,0.1);
}
/* RIGHT SIDE */
.faq-right{
  flex: 1;
}
.faq-tab-content{
  display: none;
}
.faq-tab-content.active{
  display: block;
}
/* ACCORDION */
.faq-item {
  background: rgba(255,255,255,0.1);
  padding: 18px 30px;
  margin-bottom: 12px;

}
.faq-question{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	font-family: "Satoshi-Medium",sans-serif;
	color: #FFFFFF;
    font-size: 18px;
}
.faq-answer{
	display: none;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 16px;
}
.icon{
	background: #EDEDED;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	flex-shrink: 0;
}
.box.file-upload{
	position: relative;
}
.inputfile{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-upload {
	background: #232323;
	padding: 1px 10px;
	border-radius: 10px;
}
.file-upload p {
	margin-bottom: 10px;
}
.file-label{
	border: 2px dashed rgba(255,255,255,0.2);
	padding: 10px 10px;
	border-radius: 10px;
	display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
.file-label span{
	color: #666;
}
.title {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.faqcta_box {
	background: #F9FBFC;
    border-radius: 20px;
    padding: 22px 30px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 340px);
    margin-left: auto;
}
.faqcta_box h5 {
	font-weight: 500;
	margin-bottom: 5px;
	font-family: "Satoshi-Medium",sans-serif;
}
.faqcta_box p {
	margin: 0;
	line-height: 24px;
}
.faqcta_box a{
	border: 1px solid #00000036;
	border-radius: 20px;
    padding: 13px 14px 15px;
    background: #FFFFFF;
    color: #000000;
    width: 205px;
    flex-shrink: 0;
    text-align: center;
}

.testimonial-sec {
	/*background: url('../images/services.webp') no-repeat;
	background-size: 100% 100%;*/
	padding: 20px 0px 60px;
	margin-top: -1px;
	position: relative;
}
.testimonial-sec:before {
    content:'';
    background: url('../images/services.webp') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 182px;
    width: 95%;
    height: 100%;
    right: 0;
    z-index: -1;
}

.testimonial-sec h6 { font-size: 20px;  color: #FFFFFF; margin-bottom: 10px; display: block;
font-family: "Satoshi-Bold", sans-serif; font-weight: 700;  position: relative; 
text-transform: uppercase; }
.testimonial-sec h6:before { content: ''; position: absolute; right: 0; top: 10px; width: 70%; height: 4px; 
background: #F26722; }
.testimonial-sec .title { max-width: 640px; margin-left: 0px; margin-bottom: 60px;  }
.testimonial_box { background: rgba(255,255,255,0.15); border-radius: 24px; padding: 45px 30px;height: 100%;
backdrop-filter: blur(14px);z-index: 1;	position: relative; }
.rating { display: flex; gap: 8px; margin-bottom: 12px; }
.rating img { width: 20px !important }
.testimonial_box p { color: #FFFFFF; }
.testimonial_box h4 { color: #FFFFFF; }
.testimonial_txt {border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 20px; padding-bottom: 20px;   }
.testimonia_btm { gap: 20px; align-items: center; }
.testimonia_btm h5 { font-size: 18px; color: #FFFFFF;font-family: "Satoshi-Bold", sans-serif; font-weight: 700;text-transform: uppercase; margin-bottom: 8px; }
.testimonia_btm ul { display: flex; }
.testimonia_btm ul li { color: rgba(255,255,255,0.5); display: inline-block; padding-right: 10px;
margin-right: 10px;  }
.testimonial_slider {  
	width: 100%; 
	padding-left: calc((var(--screen-width) - 1715px) / 2); 
}
.testimonia_btm span { 
	display: inline-block; 
	padding: 18px 20px; 
	background: rgba(255,255,255,0.1);
	border: 1px solid #F26722; 
	border-radius: 100px; 
	color: #FFFFFF;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;
}
.about-sec {
	padding: 50px 0px;
	position: relative;
}
.about-sec h6{
	font-size: 24px;
}
.about-sec p{
	font-size: 25px;
	line-height: 35px;
	color: rgba(255,255,255,0.4);
	margin: 0;
}
.about-sec p strong{
	color: #FFFFFF;
}
.strategic_sec {
	position: relative;
}
.strategic_sec .impactswrap  {
	gap: 20px;
	padding: 50px 0px;
}
.mission-sec {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.impacts_box {
	position: relative;
}
.impacts_img {
    box-shadow: 0 0 100px 15px rgba(151, 50, 0, 0.6);
    backdrop-filter: blur(40px);
	position: relative;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #FF9967, #FF996733) 1;
}
.strategic_sec .items{
	text-align: left;
	padding: 20px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.strategic_sec .items .numcont{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
}
.strategic_sec .items .numcont p{
	color: #FFFFFF;
	font-size: 60px;
	line-height: 60px;
}
.strategic_sec .items .items_desc p{
	color: #FFFFFF;
	font-family: "Satoshi-Medium", sans-serif; 
	font-weight: 500;
	font-size: 18px;
}
.why_sec {
	/*background: url('../images/services.webp') no-repeat;
	background-size: cover;*/
	padding-bottom: 50px;
	position: relative;
	box-shadow: 0 25px 61px rgba(151, 50, 0, 0.7);
}
.why_sec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
	background: url('../images/services.webp') no-repeat;
	background-size: cover;
}
.why_sec h6{
	border: 1px solid rgba(255,255,255,0.1);
	padding: 4px 4px;
	background: rgba(255,255,255,0.1);
	color: #FFFFFF;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 180px;
    border-radius: 100px;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;
}
.why_sec h6 span {
	display: flex;
	background: #FFFFFF;
	width: 50px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}
.why_sec h6 span img{
	width: 24px;
}
.why_image {
	gap: 20px;
	align-items: flex-start;
}
.big_image, .small_image {
	box-shadow: 0 25px 61px rgba(151, 50, 0, 0.7);
    backdrop-filter: blur(14px);
	position: relative;
	border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #FF9967, #FF996733) 1;
}

.faq-hold .accordion-item{
	border: 1px solid #FF9967;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 12px;
}
.faq-hold .accordion-item span{
	display: flex;
	background: #F2672233;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	flex-shrink : 0;
}
.faq-hold .accordion-item span img{
	width: 20px !important;
}
.faq-hold .accordion-button {
	background-color: transparent;
	box-shadow: none;
	padding: 15px 14px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 600;
}
.accordion-header button {
	gap: 15px;	
}
.faq-hold .accordion-body{
	padding: 10px 20px 20px;
}
.faq-hold .accordion-body p{
	color: rgba(255,255,255,0.7);
	margin: 0;
	font-size: 18px;
	font-family: "Satoshi-Medium", sans-serif; 
	font-weight: 500;
}
.service_sec {
	/*background: url('../images/contact_bg.webp') no-repeat;
	background-size: cover;*/
}
.service_sec h6 { 
	font-size: 20px;  
	color: #FFFFFF; 
	margin-bottom: 10px; 
	display: block;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	position: relative; 
	text-transform: uppercase; 
}
.service_sec h6 span { 
	display: inline-block;
	background: #000;
}
.service_sec h6:before { 
	content: ''; 
	position: absolute; 
	right: 0; 
	top: 10px; 
	width: 72%; 
	height: 4px; 
	background: #F26722; 
}
.service_sec .title {
	margin: 0;
	width: 50%;
	margin-bottom: 50px;
}
.service_box {
	gap: 100px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	position: relative;
	align-items: center;
}
.service_boxinn {
        align-items: flex-start;
        gap: 30px;
}
.service_inn .service_box:nth-child(even) {
	flex-direction: row-reverse;
}
.service_box:nth-child(even) .service_boxinn  {
	flex-direction: row-reverse;
}
.service_box:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.service_box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/line.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 2px;
}
.service_box:last-child:before {
	display: none;
}
.service_text h4 {
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	color: #FFFFFF;
	margin-bottom: 30px;
}
.service_text h5 {
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	color: #FFFFFF;
	margin-bottom: 15px;
}
.service_text h4 span{
	color: rgba(255,255,255,0.4);
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid rgba(255,255,255,0.2);
	display: inline-block;
}
.service_text p{
	color: #FFFFFF;
}
.service_text ul{
	display: flex;
	gap: 8px;
}
.service_text ul li{
	border: 1px solid #F26722;
	color: #F26722;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	display: inline-block;
	text-align: center;
}
.service_text ul li a{
    color: #F26722;
}
.service-number {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}
.service_image {
	box-shadow: 0 0 100px 15px rgba(151, 50, 0, 0.6);
    backdrop-filter: blur(40px);
	position: relative;
	border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #FF9967, #FF996733) 1;
}

.service_inn .service_box:nth-child(even) .service_image {
    border-image: linear-gradient(to left, #FF9967, #FF996733) 1;
}

.home_service .service_box{
    border-bottom:1px solid rgba(255,255,255,0.15);
    padding:25px 0;
}

.service_header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.service_header h4{
    font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	color: #FFFFFF;
}
.service_header h4 span{
	color: rgba(255,255,255,0.4);
	padding-right: 20px;
	margin-right: 20px;
	border-right: 2px solid rgba(255,255,255,0.2);
	display: inline-block;
}

.accordion_icon{
    width: 45px;
    height: 45px;
    transition:0.3s;
    flex-shrink:0;
	position: absolute;
    right: 0;
}
.accordion_icon img{
	 width: 45px;
}
.service_content{
    display:none;
}

.service_box.active .accordion_icon{
    transform:rotate(180deg);
}

.service_inner{
    display:flex;
    align-items:center;
    gap:40px;
	padding: 30px 0;
}

.service_text{
    width:50%;
    color:#fff;
}

.service_text ul{
    padding:0;
    margin-top:20px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    list-style:none;
}

.service_text ul li{
    border:1px solid #ff6600;
    padding: 4px 7px;
    color:#ff6600;
    font-size:14px;
}

.service_image{
    width:50%;
}

.service_image img{
    width:100%;
    display:block;
}
.home_service .service_box{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 0;
}
.home_service .service_box:before {
	display: none;
}
.service_box.active .service_header h4 {
	display: none;
}
.home_service .title {
    margin-bottom: 40px;
}
.home_service .service_box:last-child{
	padding-bottom: 25px;
}
.service_repeat_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 1px;
}
.service_repeat_item {
    padding: 20px 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    height: 100%;
    box-shadow: 0 25px 90px rgba(151, 50, 0, 0.9);
    backdrop-filter: blur(34px);
    width: 33.27%;
}
.service_repeat_item:hover {
    background: #000000;
}
.service_repeat_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #F26722;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.service_repeat_item:hover::before {
    transform: scaleX(1);
}
.service_repeat_item h4{
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service_repeat_item p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 24px;
}
.service_number {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.gallery-sec {
	/*background: url('../images/services.webp') no-repeat;
	background-size: 100% 100%;*/
	position: relative;
}
/*.gallery-sec.home-gallery { 
    background: url('../images/services-flip1.webp') no-repeat;
    background-size: 100% 100%;
}*/
.gallery-sec .title{
	margin: 0;
	max-width: 45%;
	margin-bottom: 70px;
}

.gallery-sec .title h6 { 
	font-size: 20px;  
	color: #FFFFFF; 
	margin-bottom: 10px; 
	display: block;
	font-family: "Satoshi-Bold", sans-serif; 
	font-weight: 700;  
	position: relative; 
	text-transform: uppercase; 
}
.gallery-sec .title h6 span { 
	display: inline-block;
	background: #000;
}
.gallery-sec .title h6:before { 
	content: ''; 
	position: absolute; 
	right: 0; 
	top: 10px; 
	width: 72%; 
	height: 4px; 
	background: #F26722; 
}
.gallery-grid{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.gallery-item{
    position: relative;
    transition: 0.3s all ease-in-out;
}
.gallery-item:hover {
    box-shadow: 0 2px 40px rgba(151, 50, 0, 0.4);
    backdrop-filter: blur(14px);
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1)) 1;
}

/* BIG */
.gallery-item.big{
  width:60%;
  height:320px;
}

/* SMALL */
.gallery-item.small{
  width:39%;
  height:320px;
}

/* NORMAL */
.gallery-item.normal{
  width:32.7%;
  height:250px;
}

.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-item{
  position:relative;
  overflow:hidden;
  display:block;
}

/* IMAGE GREYSCALE */
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter: grayscale(100%);
  transition: 0.5s ease;
}

/* HOVER COLOR */
.gallery-item:hover img{
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* OVERLAY */
.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.4);
  opacity:0;
  transition:0.4s ease;
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    padding: 20px;
}

/* SHOW ON HOVER */
.gallery-item:hover .overlay{
  opacity:1;
}

/* CAPTION */
.caption{
  font-size:16px;
  text-align:center;
}

/* ARROW */
.arrow{
	  font-size: 30px;
	  transform:translateY(10px);
	  transition:0.4s ease;
	  background: url('../images/arrow_circle_left.svg') no-repeat;
	  background-size: 40px;
	  width: 40px;
    height: 40px;
}

/* ARROW ANIMATION */
.gallery-item:hover .arrow{
  transform:translateY(0);
}
.gallery-wrapper {
	position: relative;
}
.gallery-filter {
	display: flex;
	position: absolute;
	right: 0;
	    top: -125px;
}
.gallery-filter button {
	border: 1px solid #FFFFFF;
    padding: 11px 27px 13px;
    color: #FFFFFF;
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    background: transparent;
}
.gallery-filter button.active {
	border: 1px solid #F26722;
	background: #F26722;
}
.overlay .caption h4, .fancybox__caption h4 {
	font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
    font-size: 22px;
	text-transform: capitalize;
	    margin-bottom: 5px;
}
.overlay .caption ul, .fancybox__caption ul {
	display: flex;
}
.overlay .caption ul li, .fancybox__caption ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	position: relative;
	font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
	color: rgba(255,255,255,0.5);
	position: relative;
}
.overlay .caption ul li:before, .fancybox__caption ul li:before{
	content: '';
	position: absolute;
	right: -5px;
    top: 10px;
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
}
.overlay .caption ul li:last-child:before, .fancybox__caption ul li:last-child:before{
	display: none;
}
.overlay .arrow img{
	width: 40px;
}
#loadMoreBtn {
	border: 1px solid #FFFFFF;
	padding: 15px 20px;
	display: block;
	background: transparent;
	font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
	color: #FFFFFF;
	margin-top: 20px;
	width: 100%;
}
.viewall {
	border: 1px solid #FFFFFF;
	padding: 15px 20px;
	display: block;
	background: transparent;
	font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
	color: #FFFFFF;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.fancybox__container {
    z-index: 9999 !important;
}
.client-slider .item {
    position: relative;
}
.client-slider .item:before {
	content: '';
	position: absolute;
	right: -29px; 
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url('../images/star.svg') no-repeat;
	opacity: 0.3;
}
.testimonial_slider button.owl-prev {
        background: url(../images/button.svg) no-repeat !important;
    left: auto;
    right: 140px;
    top: -121px;
    position: absolute;
    transform: inherit;
    width: 80px;
    height: 46px;
    font-size: 0 !important;
    background-size: 80px !important;
    transform: rotate(180deg);
}
.testimonial_slider button.owl-next {
        background: url(../images/button.svg) no-repeat !important;
    left: auto;
    right: 40px;
    top: -120px;
    position: absolute;
    transform: inherit;
    width: 80px;
    height: 46px;
    font-size: 0 !important;
    background-size: 80px !important;
}
.home_service  {
    /*background: url(../images/services.webp) no-repeat;
    background-size: cover;*/
    position: relative;
    box-shadow: 0 25px 61px rgba(151, 50, 0, 0.7);
}
.footer_contact img {
    width: 24px;
    margin: 0;
    opacity: 0.7;
    margin-right: 5px;
}
.testimonial-home {
    padding-top: 60px;
    overflow: hidden;
}

#backtop { position:fixed;  right: 20px; bottom: 20px; cursor:pointer; width: 40px; height:40px; 
background-color:#ffffff; text-indent:-9999px; display:none; -webkit-border-radius:60px;
-moz-border-radius:60px; border-radius:60px; z-index: 9; border: 2px solid #F26722; }
#backtop span {     position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-bottom-color: #F26722; }
.bann_desc { max-width: 600px; }
.upload-wrap { margin-bottom: 20px; }
.wpcf7 form.sent .wpcf7-response-output , .wpcf7 form .wpcf7-response-output{
    color: #fff;
}

.contactpage_form input,
.contactpage_form select,
.contactpage_form textarea {
    background: transparent !important;
    color: #fff !important;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

/* Autofill fix */
.contactpage_form input:-webkit-autofill,
.contactpage_form input:-webkit-autofill:hover,
.contactpage_form input:-webkit-autofill:focus,
.contactpage_form textarea:-webkit-autofill,
.contactpage_form select:-webkit-autofill {
    
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}
.contactpage_form input[type=submit] {
    background: #F26722 !important;
    border: 0;
    padding: 12px 50px 13px;
    display: inline-block;
    font-family: "Satoshi-Bold", sans-serif;
    text-align: center;
    color: #FFFFFF !important;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
}
.modal-header {
    border: 0;
}
.service-content h4, .modal-body h4 {
    font-family: "Satoshi-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
        color: #F26722;
}
.modal-body {
    padding-top: 0;
}
.modal-content {
    padding: 10px 20px 0;
}
.modal-dialog {
    max-width: 690px;
}
.modal-open {
    padding-right: 0 !important;
}
.accordion-button::after {
    display: none;
}
.video_sec {
    padding: 100px 0 0;
}
.video_sec .title  {
    width: 100%;
}
.video_sec h6:before {
    width: 82%;
}
.video-wrapper {
    display: flex;
    gap: 30px;
}
.video-left {
    width: 65%;
}
.video-left iframe {
    width: 100% !important;
    height: 100% !important;
}
.video-right {
    width: 35%;
}
.video-right h3 {
    color: #fff;
    font-family: "Satoshi-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
        margin-bottom: 10px;
}
.video-right p {
    color: #fff;
}
.video-home .owl-dots {
    margin-top: 30px;
    text-align: center;
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.video-home .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    border-radius: 50%;
    margin: 0 4px;
}
.video-home .owl-dots .owl-dot.active span {
    background: #F26722;
	 width: 6px;
    height: 6px;
}
.video-home .owl-dots {
    margin: 10px 0;
    text-align: center;
    display: block !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    bottom: -35px;
    position: absolute;
    left: 0;
    right: 0;
}
.faq-anim {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease; /* 👈 slow effect */
}

.faq-anim.show {
  opacity: 1;
  transform: translateY(0);
}
.vision_box {
    background: #2F1000;
    padding: 30px 30px;
    border-radius: 26px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}
.vision_icon {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.vision_text {
    text-align: center;
}
.vision_text h4 {
    color: #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    }
.vision_text h4:before {   
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: url('../images/Divider.png') no-repeat;
    background-size: 100%;
}
 .vision_text p {   
    color: #FFFFFF;
    font-size: 16px !important;
    line-height: 26px;
}
.our-process {
    position: relative;
    padding: 50px 0px;
    border-top: 1px solid #fff;
}

.process-item .bottom-content{
    background:transparent;
    transition:.4s;
    z-index: 9;
    position: relative;
}
.bottom-content {
    padding: 40px 22px;
}
.bottom-content h4 {
    color: #fff;
    font-family: "Satoshi-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bottom-content p{
    color: #fff;    
    font-size: 15px;
    line-height: 25px;
}
.step-circle {
    color: rgba(255, 255, 255, 0.2);
    font-size: 60px;
    font-weight: 700;
}
.scroll-desc{
	overflow-y: auto;
    height: 300px;
    padding-right: 15px;
}
.scroll-desc::-webkit-scrollbar {
    width: 4px
}
.scroll-desc::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.scroll-desc::-webkit-scrollbar-thumb {
    background-color: #F26722;
    border-radius: 5px
}

.testimonial_txt .desc {
	overflow-y: auto;
    height: 100px;
    padding-right: 15px;
}
.testimonial_txt .desc::-webkit-scrollbar {
    width: 4px
}
.testimonial_txt .desc::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.testimonial_txt .desc::-webkit-scrollbar-thumb {
    background-color: #F26722;
    border-radius: 5px
}
.process-image {
    width: 120px;
}
.process-image img {
    width: 100%;
}
.our-process{
    background:#000;
    padding:120px 0;
    overflow:hidden;
}

.process-wrapper{
    position:relative;
    padding-top: 100px;
}

/* Arc */

.process-arc{
    position:absolute;
    width:950px;
    height:475px;
    border:14px solid rgba(255,255,255,.25);
    border-bottom:none;
    border-radius:950px 950px 0 0;
    left:50%;
    bottom: -80px;
    transform:translateX(-50%);
}

/* Center Text */

.process-center{
    position:absolute;
    left:50%;
    bottom: 175px;
    transform:translateX(-50%);
}

.process-center h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
}

/* Items */

.process-item{
    width: 25%;
}

.step-number{
    display:block;
    font-size:72px;
    font-weight:800;
    color:rgba(255,255,255,.15);
    margin-bottom: 5px;
    font-family: "Satoshi-Bold", sans-serif;
}

.content h4{
    color:#fff;
    font-size: 19px;
    margin-bottom:10px;
    font-family: "Satoshi-Bold", sans-serif;
   
}

.content p{
    color:#d0d0d0;
    font-size:14px;
    line-height:1.7;
     max-width: 200px;
}

.process-image{
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100px;
}

.process-image img{
    width: 100%;
}

/* Exact positions */

.item-1{
    padding-top: 150px;
}

.item-1 .process-image{
    left: 180px;
    top: 255px;   
        margin-left: auto;
}
.item-1 .content{
    margin-bottom: 35px;
}
.item-2{
    left:300px;
    top:20px;
    
}

.item-2 .process-image{
    left:90px;
    top: 246px;
    margin: 0 auto;
        margin-left: 53px;
    margin-top: 54px;
}

.item-3{
    right:300px;
    top:20px;
}

.item-3 .process-image{
        left: 0px;
    top: 235px;
    margin: 0 auto;
        margin-left: 18px;
    margin-top: 35px;
}

.item-4{
    right:20px;
    top:170px;
     padding-top: 150px
}
.item-4 .content{
    margin-bottom: 35px;
}
.item-4 .process-image{
    left: -50px;
    top: 270px;
    margin: 0;
}
.process_steps {
    display: flex;
    padding-bottom: 180px;
    gap: 30px;
    position: relative;
}
.process_steps:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 370px;
    height: 370px;
    background: #F26722;
    opacity: 0.3;
    margin: 0px auto;
    bottom: -230px;
    border-radius: 50%;
}

/**********nav-icon**********/
.nav-icon { display: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer;	z-index: 9;	width: 24px;
 height: 20px; position: absolute; top: 25px; right: 33px;  border-radius:4px; }
.nav-icon span{display: block; position: absolute; height: 2px; background: #FFF; opacity: 1; left: 6px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);
-o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out;	-o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.nav-icon span:nth-child(1) 	{ top: 0px;	width:24px; right: 0px;	left: auto;}
.nav-icon span:nth-child(2)	{top: 8px; width:24px;  right: 0px;  left: auto;}
.nav-icon span:nth-child(3)	 { top: 16px; width:24px;  right: 0px;  left: auto;}
.nav-icon.open span:nth-child(1){top: 8px;    right: 0px; -webkit-transform: rotate(135deg);	-moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.nav-icon.open span:nth-child(2){ 	opacity: 0; }
.nav-icon.open span:nth-child(3){top: 10px;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg);transform: rotate(-135deg);    right: 0px;  top: 8px;	}


.video-home button.owl-prev {
    background: url(../images/arrow_circle_right1.svg) no-repeat !important;
    left: -45px;
    top: 42%;
    position: absolute;
    transform: rotate(180deg) translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 0 !important;
    background-size: 35px !important;
}
.video-home button.owl-next {
    background: url('../images/arrow_circle_right1.svg') no-repeat !important;
    right: -45px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 0 !important;
    background-size: 35px !important;
}
/*****resposnive*****/
@media (min-width: 1850px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1776px;
}
}
@media (max-width: 1849.9px) {
.testimonial_slider {  
	padding-left: calc((var(--screen-width) - 1300px) / 2); 
}
}
@media (max-width: 1439px) {
.h3, .homeabout_box h3 { font-size: 54px;}
    .testimonial_slider, .newtimeline-carousel {
        padding-left: calc((var(--screen-width) - 1120px) / 2);
    }
	.gallery-filter button {
    padding: 9px 18px 11px;
    font-size: 18px;
	}
	.faq-hold .accordion-body p {
	    font-size: 16px;
	}
	.strategic_sec .items .numcont p {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
}
}
@media (max-width: 1365px) {
.strategic_sec .items .items_desc p {
    font-size: 17px;
}
.banner_main {
    transform: translateY(-43%);
}
}
@media (max-width: 1279px) {
.header .container, .container { max-width: 95%; }
.h3, .homeabout_box h3 {  font-size: 50px; }
    .testimonial_slider, .newtimeline-carousel {
        padding-left: calc((var(--screen-width) - 1070px) / 2);
    }
.strategic_sec .items .items_desc p {
    font-size: 16px;
    line-height: 24px;
}
.service_box {
    gap: 50px;
}
.item-1 , .item-4{
    padding-top: 115px;
}
.process_steps {
    padding-bottom: 225px;
}
}
@media (max-width: 1179px) {
.logo {  width: 230px;}
.h3, .homeabout_box h3 { font-size: 44px; }
.homeabout_box h6:before {
    width: 70%;
}
.gallery-item.big {
    width: 59.9%;
}
.gallery-item.normal {
    width: 32.6%;
}
.testimonial_slider, .newtimeline-carousel {
        padding-left: calc((var(--screen-width) - 992px) / 2);
    }
.service_repeat_item {
    width: 33.26%;
}

}
@media (max-width: 1079px) {
.header .container { max-width: 95%; }
.container {  max-width: 95%;  }
.gallery-filter {
    position: relative;
    top: 0;
    margin: 25px 0;
}
.gallery-item.big {
    width: 59.8%;
}
.gallery-item.normal {
    width: 32.5%;
}

.service_sec .title {
    width: 60%;
    margin-bottom: 45px;
}
.service_text ul li {
    padding: 10px 15px;
}
    .homeabout_box {
    margin-right: 0px;
    margin-bottom: 50px;
}
.comon-padd {
    padding: 60px 0px;
}
.homeabout_smtxt h6 {
    padding: 55px 55px;
}
    .testimonial_slider, .newtimeline-carousel {
        padding-left: calc((var(--screen-width) - 910px) / 2);
    }
.service_repeat_item {
    width: 33.25%;
}
.process-wrapper {
    padding-top: 40px;
}
}
@media (max-width: 991.9px) {
    body {
    overflow-x: hidden;
}
.nav-menu {display:none; position:fixed; top: 78px; left:0;width: 100%; right:0;float:none;z-index:9999; 
background: #000000;  transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; overflow: auto; max-height: calc(100% - 78px); max-height: -webkit-calc(100% - 78px);  max-height: -moz-calc(100% - 78px); padding: 0px; width: 100%; max-width: 100%; border: 0; border-radius: 0;  padding-bottom: 15px; }
nav ul {width: 100%;max-width: 100%;  display: block; justify-content: normal;    margin-top: 0;  padding: 0px;}
nav ul li {display: block;  float: none;  margin: 0; text-align: left; padding: 8px 40px; }
nav ul li:last-child{border:0px;}
nav ul li:not(:last-child) { margin-right: 0; }	
.nav-icon{display:block;  top: 9px; right: 0px; }
.nav_bg { position: absolute; right: 0; top: 0; border: 0; }
body.open { overflow: hidden; }
.open .nav-menu {display:block;  top: 78px; max-height: calc(100% - 78px);  max-height: -webkit-calc(100% - 78px); max-height: -moz-calc(100% - 78px); }
.logo:before { display: none; }
.navbar-collapse { padding: 0; }
.connect_col { margin-top: 15px; }
.comon-padd {  padding: 45px 0px;}
.form div.halfs { display: block;}
.footer_links ul { column-count: 2;}
.footer-logo img { max-width: 270px;}
.footer_links ul li { margin-bottom: 9px;}
.footer_links ul li a, .footer-btmrow p, .contact-text h6 { font-size: 16px; line-height: 26px; }
.social-media a { width: 40px; height: 40px;}
.social-media a img {  width: 20px;}
.header.stick .navbar-collapse { box-shadow: none;}

.gallery-sec .title {
    max-width: 590px;
}
 .service_sec .title {
    width: 100%;
 }
.gallery-item.big {
    width: 59.5%;
}
.gallery-item.normal {
    width: 32.3%;
}
.testimonial_slider, .newtimeline-carousel {
        padding-left: calc((var(--screen-width) - 700px) / 2);
    }
.footer-logo { padding-bottom: 20px; }
.banner_left h3 {
    font-size: 44px;
}
.banner_img img {
    height: 550px;
    object-fit: cover;
}
.banner_inn {
    flex-wrap: wrap;
}
.banner_right { width: 100%; margin-top: 30px; }
.impactswrap .impacts_box {
    text-align: left;
}
.homeabout_box {
    margin-right: 30px;
}
.homeabout_box h6:before {
    width: 70%;
}
.service_sec .title, .gallery-sec .title {
    width: 75%;
}
.impactswrap  { flex-wrap: wrap; }
.impacts_sec {
    padding: 40px 0px;
}
.impacts_sec .impacts_box {
    width: 50%;        
    margin: 20px 0;
}

.impacts_sec .impacts_box:before { display: none; }
.h3, .homeabout_box h3 {
        font-size: 40px;
    }
.testimonial_slider button.owl-prev {
    top: -105px;
}
.testimonial_slider button.owl-next {
    top: -104px;
}
    .about-sec p {
        font-size: 24px;
    }
.impactswrap .impacts_box {
        width: 48.5%;
    }
.strategic_sec .impactswrap {
    justify-content: center;
}
.service_sec .title {
    margin-bottom: 20px;
}
.service_text h4 span {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}
.card {
    padding: 20px 15px;
    height: 95px;
}
.client-sec {
    padding: 40px 0px;
}
.client-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.banner-link {
    margin-top: 30px;
}
.gallery-sec .title {
    margin-bottom: 40px;
}
.service_repeat_item {
    padding: 15px 15px;
        width: 33.23%;
}
.video-wrapper {
    flex-wrap: wrap;
}
.video-left {
    width: 100%;
}
.video-right {
    width: 100%;
}
.video-left iframe {
    height: 300px !important;
}
.video_sec h6:before {
    width: 63%;
}
.video-home {
    padding: 0px 25px;
}
.video-home button.owl-prev {
    left: -30px;
}
.video-home button.owl-next {
    right: -30px;
}
}
@media (max-width: 767.9px) {
        .container {
        max-width: 100%;
    }
    .header .container {
        max-width: 100%;
    }
.banner_inn h6:before, .service_sec h6:before { display: none; }
.service_sec .title, .gallery-sec .title {
        width: 100%;
    }
.service_inner {
    flex-wrap: wrap;
}
.service_text {
    width: 100%;
}
.service_image {
    width: 100%;
}
.gallery-filter {
    flex-wrap: wrap;
            justify-content: center;
}
.gallery-filter button {
        font-size: 16px;
                padding: 8px 15px 10px;
    }
.gallery-item.big {
        width: 100%;
    }
    .gallery-item.small {
    width: 100%;
    }
    .gallery-item.normal {
        width: 100%;
        height: auto;
    }
    .testimonial_slider button.owl-prev {
        top: -64px;
        width: 65px;
        height: 37px;
        background-size: 65px !important;
            right: 100px;
    }
    .testimonial_slider button.owl-next {
        top: -64px;
        width: 65px;
        height: 37px;
            right: 20px;
        background-size: 65px !important;
    }
    .testimonial_slider, .newtimeline-carousel {
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial-sec .title {
    margin-bottom: 80px;
}
.homeabout_box {
        margin-right: 0;
    }
.testimonial-sec h6:before {
    width: 48%;
}
.footer_links { margin-bottom: 20px; }
.footer h4 {  margin-bottom: 14px;
}
    .banner_left h3 {
        font-size: 40px;
    }
    .banner-link { flex-wrap: wrap; }
   .homeabout_smtxt h6 { padding: 40px 42px;
}
.impactswrap  { flex-wrap: wrap; }
.impacts_sec .impacts_box {
        width: 100%;
}
.homeabout_sec:before {
    width: 280px;
    height: 280px;
    background-size: cover;
}
    .about-sec p {
        font-size: 20px;
    }
        .footer_links ul {
        column-count: 1;
    }
    .footer-row {
    padding-bottom: 15px;
    }
    .marquee-item {
    font-size: 18px;
    padding-right: 40px;
    margin-right: 30px;
}
.about-sec {
    padding: 35px 0px;
}

.faq-hold .accordion-button {
    padding: 15px 12px;
    font-size: 16px;
}
.faq-hold .accordion-item span {
    width: 40px;
    flex-shrink: 0;
}
.accordion-header button {
    gap: 12px;
}
    .footer-logo img {
        max-width: 230px;
        margin-bottom: 15px;
    }
        .footer_links ul li {
        margin-bottom: 5px;
    }
.strategic_sec .items .numcont p {
        font-size: 40px;
        line-height: 40px;
}
.strategic_sec .items .numcont {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.strategic_sec .items .items_desc p {
    margin: 0;
}
.logo {
        width: 200px;
    }
.nav-icon {
        top: 7px;
}
.header {
    padding: 20px 0px;
}
.open .nav-menu {
    top: 72px;
    max-height: calc(100% - 72px);
    max-height: -webkit-calc(100% - 72px);
    max-height: -moz-calc(100% - 72px);
}
nav ul li {
    padding: 8px 20px;
}
.strategic_sec .impactswrap {
    padding: 40px 0 0;
    gap: 0;
}
.service_inn .service_box{
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 35px;
}
.service_sec h6 span, .homeabout_box h6 , .gallery-sec .title h6 span, .testimonial-sec h6 {
    border-bottom: 2px solid #F26722;
    padding-bottom: 5px;
    display: inline-block;
}
.service_text h4 {
    margin-bottom: 15px;
}
.service_sec h6 {
    font-size: 18px;
}
    .h3, .homeabout_box h3 {
        font-size: 30px;
    }
    .service_sec .title {
        margin-bottom: 35px;
    }
    .service_inn .service_box:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
        .impacts_sec {
        padding: 30px 0px;
    }
    h4, .h4 {
    font-size: 20px;
    }
     .homeabout_box h6:before, .gallery-sec .title h6:before, .testimonial-sec h6:before { display: none; }
.client-row {
    grid-template-columns: 1fr 1fr 1fr;
}
.faq-wrapper {
    gap: 40px;
    flex-wrap: wrap;
}    
.faq-left {
    width: 100%;
    position: relative;
    top: 0;
}
.faq-wrapper {
    margin-bottom: 15px;
    gap: 20px;
}
.faqcta_box {
    width: 100%;
    padding: 20px 20px;
    gap: 15px;
    flex-wrap: wrap;
}
.title {
    margin-bottom: 40px;
}
.contact-text h3 {
     margin-bottom: 30px;
}
.faq-tab {
    padding: 12px 15px;
    font-size: 16px;
}
.faq-item {
    padding: 16px 20px;
}
.book_sesion a.btn-grey {
    font-size: 16px;
}
.book_sesion a {
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-text { margin-bottom: 20px; }
.faq-question {
    font-size: 17px;
    gap: 5px;
}
.banner_main {
    transform: translateY(-60%);
}
a.btn-white, a.btn-white-outline {
            padding: 11px 18px 12px;
        font-size: 15px;
}
.homeabout_image:before {
    top: -15px;
    right: -15px;
    width: 200px;
    height: 200px;
}
.homeabout_smtxt h6 {
        padding: 22px 25px;
    }
.homeabout_smtxt h6 span {
    font-size: 16px;
}
.homeabout_smtxt h6 span {
    font-size: 14px;
}
#backtop {
    right: 10px;
    bottom: 10px;
}
.client-slider .card img {
    height: 40px !important;
}
.numcont p {
        font-size: 24px;
}
.home-client h3 {
    font-size: 24px;
        margin-bottom: 15px;
    padding-bottom: 15px;
}
.modal-dialog {
    margin: 20px;
}
.modal-content {
    padding: 10px 20px;
}
.modal-body {
    padding: 0;
}
    .service_repeat_item {
        width: 49.9%;
    }
    .service_boxinn {
        flex-wrap: wrap;
    }
    .service_image {
        margin-top: 15px;
    }
    .scroll-desc {
    height: 170px;
    }
    .vision_col {
        margin-bottom: 20px;
    }
    .vision_icon {
    width: 80px;
    }
    .video-home {
        padding: 0px 35px;
    }
    .video-home button.owl-prev {
        left: -15px;
    }
    .video-home button.owl-next {
        right: -15px;
    }
}
@media (max-width: 639.9px) {
 .impactswrap .impacts_box {
        width: 100%;
        margin: 15px 0px;
    }   
    
}
@media (max-width: 575.9px) {
   
    .service_text h4 span, .service_header h4 span {
    display: block;
        padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.service_header h4 {
    padding-right: 50px;
}
.service_header h4 span {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    margin-bottom: 5px;
}
.testimonial_box {
    padding: 30px 20px;
}
.testimonia_btm span {
    padding: 14px 16px;
}
.testimonia_btm h5 {
    font-size: 16px;
}

    .footer-row {
    padding-bottom: 20px;
    }
    .banner-link {
    margin-top: 25px;
}
.banner_inn h6 {
    font-size: 16px;
}

.impacts_box h5 {
    font-size: 15px;
}

.strategic_sec .items {
    padding: 15px 15px;
}
.comon-padd {
        padding: 35px 0px;
    }
.why_sec .mb-5 {
    margin-bottom: 25px !important;
}

    .homeabout_smtxt p {
    font-size: 20px;
    }
    .service_repeat_item {
        width: 49.8%;
    }
    .home_service {
        padding-bottom: 60px;
    }
    .banner_mail a {
        font-size: 18px;
        display: block;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .banner_inn .social-media {
     margin-bottom: 20px;
}
}
@media (max-width: 479.9px) {
        .client-row {
        grid-template-columns: 1fr 1fr;
    }
        .contactpage_form iframe {
                transform: scale(0.8);
        position: relative;
        left: -36px;
    }
    .banner_left h3 {
        font-size: 28px;
    }
        a.btn-white, a.btn-white-outline {
        padding: 11px 11px 12px;
        }
        .banner_inn h6 {
        font-size: 15px;
    }
        .impacts_box h5 {
        font-size: 14px;
    }
     
    .banner_main {
        transform: translateY(-44%);
    }
    .homeabout_box {
        margin-bottom: 30px;
    }
    .homeabout_image:before {
        top: -12px;
        right: -12px;
        width: 190px;
        height: 190px;
    }
    .h3, .homeabout_box h3 {
        font-size: 28px;
    }
    .contact-text ul li:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
}
.contact-text ul li {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 35px;
}
.book_sesion a.btn-grey {
    padding: 13px 45px;
}
.book_sesion a img {
    width: 24px;
}
.book_sesion  {
    margin-bottom: 20px;
}
.contactpage_form {
    padding: 25px 25px;
}
.service_repeat_item {
    width: 100%;
}
.scroll-desc {
    height: 220px;
    }
    .video-home button.owl-next {
        right: -15px;
         width: 30px;
    height: 30px;
    background-size: 30px !important;
    }
    .video-home button.owl-prev {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
     left: -15px;
}
}