@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Black.woff2') format('woff2'),
        url('../font/Gilroy-Black.woff') format('woff');
	
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-BoldItalic.woff2') format('woff2'),
        url('../font/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-BlackItalic.woff2') format('woff2'),
        url('../font/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

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

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-HeavyItalic.woff2') format('woff2'),
        url('../font/Gilroy-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Heavy.woff2') format('woff2'),
        url('../font/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-LightItalic.woff2') format('woff2'),
        url('../font/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-MediumItalic.woff2') format('woff2'),
        url('../font/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('/font/Gilroy-SemiBoldItalic.woff2') format('woff2'),
        url('/font/Gilroy-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url('../font/Gilroy-RegularItalic.woff2') format('woff2'),
        url('../font/Gilroy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ThinItalic.woff2') format('woff2'),
        url('../font/Gilroy-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-UltraLightItalic.woff2') format('woff2'),
        url('../font/Gilroy-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Thin.woff2') format('woff2'),
        url('../font/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-UltraLight.woff2') format('woff2'),
        url('../font/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}





/* CSS Document */
/* === Reset some default styles === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* === Set a consistent font and background === */
body {
  font-family: 'Gilroy';
  font-size: 16px;
	background: #0F1016;
  line-height: 1.6;
  color: #333;
  padding: 0px;
}

/* === Headings === */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	
}

/* === Links === */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
 
}


/* === Forms === */
input, textarea, select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 10px;
}

input:focus, textarea:focus, select:focus {
  border-color: #007bff;
  outline: none;
}

/* === Containers === */
.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

/* === Utility Classes === */
.text-center {
  text-align: center;
}

.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }

.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }



.header-sec{
	background: #17181F;
	box-shadow: 0px 4px 4px 0px #07080D33;
	padding: 20px 0px;
}



.img-fluid{
	max-width: 100%; height: auto;
}



.logo img{
	display:block;
}



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


.header-wrap ul{
	 display: flex;
	align-items: center;
	list-style:none;
	gap:40px;
}


.header-wrap ul li{
	
}


.header-wrap ul li a{
	text-decoration: none;
font-family: 'Gilroy';
	font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
	color:#D7D7D7;


}

.header-sec{
	background: #17181F;
box-shadow: 0px 4px 4px 0px #07080D33;

}

.main-btn{
background: linear-gradient(89.61deg, #DFDF30 2.94%, #00AEB4 99.66%);
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
	  padding: 10px 16px;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
	transition: all 0.5s ease;

}

.main-btn:hover{
background: linear-gradient(180deg, #DFDF30 2.94%, #00AEB4 99.66%) !important;
	transition: all 0.5s ease;
}

.banner-text{
	text-align: center
}

.banner-text h1{
	font-family: 'Gilroy';
font-weight: bold;
font-size: 70px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
	 background: -webkit-linear-gradient(0deg, #DFDF30 1.49%, #00F7FF 99.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 58px;
	margin: 20px 0px;
   margin-bottom: 25px;	
	display: inline-block;
	

}


.banner-text{
	position: relative;
	z-index:1;
}


.banner-text span{
	font-family: 'Gilroy';
font-weight: 400;
font-size: 50px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#FFFFFF;
	
	display: block;
}


.banner-gred{
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%)
	
}



.banner-section{
	padding: 50px 0px;
	
}


.banner-box{
	margin-top: 50px;
	min-height: 440px;
	background: url("../img/banner-box2.png")top left no-repeat;
	background-size: cover;
	border-radius: 50px;
	border: 1px solid #ffffff;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;

}

.banner-box-left{
   width: 50%;	
}


.banner-box-right{
	 width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}


.banner-box-right .flex-wrap-project{
	display: flex;
	flex-wrap: wrap;
	row-gap:50px;
	max-width: 400px;
}

.flex-wrap-project div{
	width: 50%;
}


.flex-wrap-project div h3{
	font-family: 'Gilroy';
font-weight: 700;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
	color: #ffffff;
	text-align: center;
}

.flex-wrap-project div h4{
	font-family: 'Gilroy';
font-weight: 700;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;

}


  .accordion-section {
            
            margin-bottom: 5px;
	  border-bottom: 1px solid #35384A
        }

        .accordion-header {
            
            padding: 20px 0px;
            cursor: pointer;
			
font-weight: 500;
font-style: ☞;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #ffffff;
        }

        .accordion-content {
            display: none;
             padding: 20px 0px;
			padding-top: 0;
			
font-weight: 500;
font-style: ☞;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;
			color: #ffffff;

           
        }

        .active .accordion-content {
            display: block;
        }



.accordion-header{
	position: relative
}


.accordion-header::after{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: url("../img/arrow-icon.svg")top left no-repeat;
	width: 16px;
	  transition: all 0.5s ease;
	height: 8px;
}


.accordion-section.active .accordion-header::after{
	transform: rotate(180deg);
	  transition: all 0.5s ease;
}


.section-heading{
	font-family: 'Gilroy';
font-weight: 700;
font-size: 46px;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;

}

.section-heading span{
	
	 background: -webkit-linear-gradient(0deg, #DFDF30 1.49%, #00F7FF 99.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	animation: gradient-shift 15s ease infinite alternate;

}


.sec-des{
	font-family: 'Gilroy';
font-weight: 500;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
color: #ffffff;
}

.banner-box{
	display: flex;
}


.banner-box-left .section-heading{
	margin-bottom:24px;
}



.banner-box-center{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-box-center .main-btn{
	background: linear-gradient(89.61deg, #DFDF30 2.94%, #00AEB4 99.66%);
	font-family: 'Gilroy';
font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
	padding: 19px 25px 17px 25px;
	margin-top: 35px;

}


.section-sub-heading{
	font-family: 'Gilroy';
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
	color: #ffffff;
}

.our-service h2{
	 text-align: center;
	margin-top: 10px;
	margin-bottom: 16px;
}

.our-service h3{
	 text-align: center
}


.our-service .sec-des{
	 text-align: center
}

.service-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:42px;
	margin-top: 42px;
	justify-content: space-between;
}

.service-wrap-box{
	width: calc(33.33% - 42px);
	background: #ffffff;
	padding: 20px;
	border-radius: 40px;
	position: relative;
}

.service-wrap-box img{
	width: 100%;
}


.service-wrap-box a{
	background: linear-gradient(89.61deg, #DFDF30 2.94%, #00AEB4 99.66%);
   display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 90px;
	padding: 10px 13px;
	max-width: 48px;
	position: absolute;
	top:35px;
	left: 35px;
	opacity: 0;
	transition: all 0.5s ease;
	transform: translateX(0px);
}

.service-wrap-box a img {
	width: 22.4px;
}


.service-wrap-box a:hover{
	transform: translateX(10px);
	transition: all 0.5s ease;
}

.service-wrap-box:hover  a{
	opacity: 1;
	transition: all 0.5s ease;
}


.service-wrap-box h3{
	font-family: 'Gilroy';
font-weight: 700;
font-style: ☞;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;

}

.service-wrap-box p{
	font-family: 'Gilroy';
font-weight: 500;
font-style: ☞;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;

}


.our-brand-sec{
	background: #17181F;
	padding: 70px 0px;
	padding-bottom: 0
}

.our-service{
	padding-bottom: 100px;
}


.our-brand-sec{
	text-align: center
}

.our-brand-sec h2{
	margin: 10px 0px 0px 0px;
}


.our-partner-slider{
	max-width: 1320px;
	margin: 
		auto
}


.our-partner-slider .item{
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.our-brand-rel{
	position: relative;
	padding: 50px 0px;
}


.our-service-sec{
	padding: 100px 0px;
}


.our-service-sec .section-heading{
	margin-top: 10px;
}


.our-service-slider{
	margin-top: 40px;
}


.our-service-slider .slick-slide {
  margin-right: 20px; /* Adjust space between slides */
}

/* Optional: remove margin after the last slide to avoid layout issues */
.our-service-slider .slick-track {
  display: flex !important;
}

.our-service-slider-block{
	

		
}

.our-service-slider  .item{
  background-size: cover !important;
 border-radius: 30px !important;
	min-height: 504px;
		padding: 37px 20px;
	overflow: hidden
}



.our-service-slider-block h4{
	font-family: 'Gilroy';
font-weight: 700;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
	display: inline-block;

}



.top-line{
	margin-top: -56px;
}

.bottom-line{
	margin-bottom: -56px;
}

 .our-ser-foot {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}



.complaete-360 .section-heading{
	margin-top: 10px;
	max-width: 791px;
}


.journey-wrap{
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 42px;
	row-gap:100px;
	z-index: :11;
}


.journey-wrap-block h4{
	font-family: 'Gilroy';
font-weight: 600;
font-size: 24px;
line-height: 24px;
letter-spacing: 0%;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 12px;
  padding-right: 100px;
}


.journey-wrap-block p{
font-family: 'Gilroy';
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
color: #ffffff;
}

.journey-wrap-block{
	z-index: 11;
}

.latest-news{
	padding: 100px 0px;
	position: relative;
}

.latest-news .section-heading{
	margin-top: 10px;}


.latest-news{
	text-align: center
}


.latest-news-box{
	
    min-height: 440px;
    background: url(../img/banner-box2.png) top left no-repeat;
    background-size: cover;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 50px;
	z-index: 11;
    position: relative;
}


.blog-wrap{
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 42px;
}



.blog-wrap-block h3{
	font-family: 'Gilroy';
font-weight: 600;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 10px;

}

.blog-wrap-block p{
	font-family: 'Gilroy';
font-weight: 500;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
	color: #ffffff;
}



.bg-gre-blog{
	position: absolute;
	left: 0;
	top: -300px;
	
}


.voices-sec{
 text-align: center;
	padding-bottom: 70px;
	overflow: hidden
}

.voices-sec .section-heading{
	margin-top: 10px;
}


.testimonial-slider{
	margin-top: 40px;
	max-width: 1008px;
	    margin-left: auto;
    margin-right: auto;
}


.voice-slider-box{
	background-color: #ffffff;
	padding: 16px;
	border-radius: 24px;
	text-align: left
}

.voice-slider-box p{
	font-family: 'Gilroy';
font-weight: 500;
font-size: 12.8px;
line-height: 140%;
letter-spacing: 0%;
	margin-top: 10px;

}

.toch-wrap-name h4{
	font-family: 'Gilroy';
font-weight: 600;
font-size: 19.2px;
line-height: 100%;
letter-spacing: 0%;
	text-align: left;

}


.toch-wrap-name h6{
	font-family: 'Gilroy';
font-weight: 500;
font-style: ☞;
font-size: 12.8px;
line-height: 100%;
letter-spacing: 0%;
	text-align: left;
	margin-top: 7px;

}


.toch-wrap{
	display: flex;
	align-items: center;
	gap:12px;
	margin-top: 23PX;
}




.toch-wrap-avtar img{
	width: 43px;
	height: 43px;
}


.testimonial-slider .item{
	padding: 10px;
}


.faq-sec{
	padding: 70px 0px;
	background-color: #17181F;
}



.faq-sec .section-heading{
	margin-top: 10px;
}



.footer-accordian{
	margin-top: 40px;
}


footer{
	padding-top: 76px;
}


.footer-menu-wrap{
	display: flex;
	margin-top: 60px;
	gap:102px;
	justify-content: space-between
}


.footer-menu-block ul li{
	
font-weight: 500;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	color: #FFFFFF;


}

.footer-menu-block ul li span{
	display: block;
	width: 36px;
	margin-right: 13px;
	
}

.footer-menu-block ul{
	list-style: none
}

.footer-menu-block ul li{
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.footer-menu-block2 h3{
		
font-weight: 700;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
	background: -webkit-linear-gradient(0deg, #DFDF30 1.49%, #00F7FF 99.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.footer-menu-block2 ul{
	list-style: none;
	margin-top: 14px;
}

.footer-menu-block2 ul li{
	padding: 6px 0px;
}

.footer-menu-block2 ul li a{
font-weight: 500;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #ffffff;
}



.copy-right-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:20px;
}

.copy-right-para p{
	
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
	color: #ffffff;

}


.copy-right-menu ul{
	display: flex;
	align-items: center;
	list-style: none;
	gap:30px;

}

.copy-right-menu ul li a{
	
font-weight: 500;
font-style: ☞;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #ffffff;
}


.copy-right-sec{
	padding: 23px 0px;
	margin-top: 57px;
	border-top: 1px solid #35384A
}

.our-service-wrap{
	display: flex;
	align-items: center
}


.service-slider-arrow-b{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:20px;
	margin-left: auto
}

#serviceprevBtn img{
	transform: rotate(180deg)
}


#serviceprevBtn{
	transform: translateX(0px);
	transition: all 0.5s ease;
}
#serviceprevBtn:hover{
	transform: translateX(-10px);
	transition: all 0.5s ease;
}

#servicenextBtn{
	transform: translateX(0px);
	transition: all 0.5s ease;
}

#servicenextBtn:hover{
	transform: translateX(10px);
	transition: all 0.5s ease;
}


header{
	z-index: 1111;
position: sticky;
    top: 0;
}



.banner-text h1{
	
  animation: gradient-shift 15s ease infinite alternate;
}

@keyframes gradient-shift {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.testimonial-slider .slick-prev:before {
    content: '';
    width: 78px;
    height: 78px;
    background: url(../img/gred-arrow.png) top left no-repeat;
    display: block;
    left: -75px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}


.testimonial-slider .slick-next:before {
    content: '';
    width: 78px;
    height: 78px;
    background: url(../img/gred-arrow.png) top left no-repeat;
    display: block;
    right: -75px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



  .header__nav-button {
    background: transparent;
    width: 24px;
    margin-left: 0;
    height: 14px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  .header__nav-button:hover,
  .header__nav-button:focus {
    outline: none;
  }
  
  .header__nav-button>span {
    background: #fff;
    display: block;
    position: absolute;
    height: 2px;
    border-radius: 56px;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: 0.3s ease-in-out, background 0.2s cubic-bezier(0, 0, 0.58, 1);
  }
  
  .header__nav-button>span:nth-child(1) {
    top: 0px;
  }
  
  .header__nav-button>span:nth-child(2) {
    top: 7px;
  }
  
  .header__nav-button>span:nth-child(3) {
    top: 14px;
  }
  
  .header__nav-button.header__nav-button_open span {
    background: #fff;
  }
  
  .header__nav-button.header__nav-button_open>span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .header__nav-button.header__nav-button_open>span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  .header__nav-button.header__nav-button_open>span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }


.mobile-burger{
    display: none !important;
}

@media screen and (max-width: 1200px) {
	.header-btn{
		display: none
	}
}

@media screen and (max-width: 992px) {
    
    .mobile-burger{
        display: block !important;
    }
  .header-btn{
		display: block
	}
	
	.footer-menu-wrap{
		flex-wrap: wrap;
	}
	
	.service-wrap{
		gap:10px;
	}
	
	.service-wrap-box {
		width: calc(33.33% - 10px);}
	
	.journey-wrap{
		grid-template-columns: 1fr 1fr;
	}
	
	.logo{
		order: 1;
	}
	.header-btn{
		order: 2;
	}
	.main-menu-header{
		order: 3;
	}
	
	
	.header-wrap ul{
		display: block
	}
	
	.mobile-burger{
		order: 4;
	}
	
	
	.main-menu-header{
		        position: fixed;
        left: -100%;
        top: 56px;
        width: 100%;
        height: 100%;
        background-color: #17181F;
        display: flex
;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
		transition: all 0.5s ease;
		
	}
	
	
	.main-menu-header.active{
		 left: 0;
		transition: all 0.5s ease;
	}
	
	.header-wrap ul li{
		margin: 20px 0px;
	}
	
}

@media screen and (max-width: 767px) {
	.banner-text h1{
		font-size: 60px;
		        margin: 10px;
	}
	
	.banner-text span{
		font-size: 40px;
	}
	
	.banner-box-left{
		width: 100%;
	}
	
	.banner-box-right{
		width: 100%;
	}
	
	.banner-box-right{
		justify-content: flex-start;
		margin-top: 30px;
	}
	
	.banner-box-left .section-heading{
		text-align: center
	}
	
	.banner-box-left .sec-des{
		 text-align: center
	}
	
	.banner-box-right .flex-wrap-project{
		max-width: 100%;
	}
	
	    .service-wrap-box {
        width: calc(50% - 10px);
    }
	
	
	.section-heading{
		line-height: 50px;
	}
	
	.blog-wrap{
		    grid-template-columns: 1fr;
		gap:30px;
	}
	
	.blog-wrap-block img{
		width: 100%;
	}
	
	.copy-right-wrap{
		flex-wrap: wrap;
		justify-content: center;
	}
}


@media screen and (max-width: 640px) {
	.banner-text h1{
		height: unset;
	}
	
	
	    .banner-text h1 {
        font-size: 50px;
      
    }
	
	
	.service-wrap-box{
		width: 100%;
	}
	
	    .journey-wrap {
        grid-template-columns: 1fr;
			row-gap: 30px;
    }
	
	
	.footer-menu-wrap{
		gap:30px;
	}
	
}


@media screen and (max-width: 540px) {
	.banner-box{
		padding: 20px;
	}
	
	.main-btn{
		font-size:20px !important;
	}
	
	.header-btn{
		display: none
	}
	
	.main-menu-header{
		top: 46px;
	}
	
	.our-service-wrap{
		flex-wrap: wrap
	}
	
	.service-slider-arrow-b{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.footer-menu-block2{
		width: 100%;
	}
	
	    .accordion-header {
        font-size: 18px;
        line-height: 21px;
        padding-right: 47px;
    }
	
	    .accordion-content {
        font-size: 15px;
        line-height: 22px;
    }
	
	.section-heading {
		font-size: 38px;
		line-height: 40px;
	}
	
	    .banner-text span {
        font-size: 24px;
    }
	
	.service-wrap-box h3{
		font-size: 22px;
	}
	
	
	.latest-news-box{
		padding-left: 10px;
		padding-right: 10px;
	}


}


body.active{
	overflow: hidden;
}



.whatsapp-chat{
    position: fixed;
    width:70px;
    
    bottom: 50px;
    right: 0;
    z-index: 11 !importantim
    ;
}