@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #383B43;
  --color_1-color: #5A0B3B; 


}

body
{	
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:var(--black-color)
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

/*
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--yellow-color)
}
*/

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}

.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:var(--blue_1-color);
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

.weight-300 , .weight-300 * {

  font-weight: 300;	
}
.weight-500 , .weight-500 * {

  font-weight: 500;	
}
.weight-600 , .weight-600 * {

  font-weight: 600;	
}
.weight-700 , .weight-700 * {

  font-weight: 700;	
}
.weight-800 , .weight-800 * {

  font-weight: 800;	
}
.weight-900 , .weight-900 * {

  font-weight: 900;	
}
.underline
{
	text-decoration:underline
}



.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 12px !important;
}



.d_form .vError
{
	border-bottom:red 1px solid !important
}
.d_form .form-error
{ 
	color: red !important
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.flex1
{
	flex: 1;
	max-width:100%
}
.flex0
{
	flex: 0 0 auto;
	max-width:100%
}
.italic , .italic *
{
	font-style:italic
}
.white
{
	color:#FFF
}


.font-10, .font-10 *
{
	font-size:0.625rem
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-17, .font-17 *
{
	font-size:1.0625rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-57, .font-57 *
{
	font-size:3.5625rem;
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-65, .font-65 *
{
	font-size:4.0625rem;
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.line-100
{
	line-height:6.25rem
}
.mt-130
{
	margin-top:8.125rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.black , .black *
{
	color:#000
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b ,strong
{
	font-weight:700;
}
.txt-justify
{
	text-align:justify
}
.py-60
{
	padding-top:3.75rem;
	padding-bottom:3.75rem
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-24 , .line-24 *
{
	line-height:1.5rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-27 , .line-27 *
{
	line-height:1.6875rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-80 , .line-80 *
{
	line-height:4.8rem
}
.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out  window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out  window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out  circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.z-70 {
    z-index: 70;
}
.ac-sb
{
		align-content:space-between
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.jc-sa
{
	    justify-content: space-around !important
}
.fd-c
{
	flex-direction:column
}
.gap-5
{
	gap:0.3125rem;
}
.gap-10
{
	gap:0.725rem;
}
.gap-15
{
	gap:0.9375rem;
}
.gap-20
{
	gap:1.25rem;
}
.gap-25
{
	gap:1.5625rem;
}
.gap-30
{
	gap:1.875rem;
}
.gap-40
{
	gap:2.5rem;
}
.gap-50
{
	gap:3.125rem;
}
.gap-60
{
	gap:3.75rem;
}
.gap-80
{
	gap:5rem;
}
.gap-100
{
	gap:6.250rem;
}
.ac-fs
{
	align-content:flex-start
}
.capitalize
{
	text-transform:capitalize
}
.uppercase
{
	text-transform:uppercase
}
.txt-right
{
	text-align:right
}
.red
{
	color:var(--red-color)
}
.desc_p p
{
	margin-bottom:1rem
}
.desc_p:last-child
{
	margin-bottom:0
}
.p_desc ul
{
	padding-left:15px;
}
.p_desc ul li
{
    display: list-item;
    list-style: disc;
}

.p_desc ol
{
	padding-left:15px;
}
.p_desc ol li
{
    display: list-item;
    list-style: decimal;
}
.opacity-50
{
	opacity:0.5
}
.opacity-80
{
	opacity:0.8
}
.line-height
{
	line-height:1
}
.z-10{
	z-index:10;
}
.flex-direction-column
{
	flex-direction:column
}
.flex-direction-row
{
	flex-direction:row
}
.overflow_hidden
{
	overflow:hidden
}
.d_inline_block
{
	display:inline-block
}
.border_bottom_1
{
	border-bottom:1px solid rgba(255,255,255,0.8)
}
.z-5
{
	z-index:5
}
.link_button a
{
	background: var(--color_1-color);
	border:1px solid var(--color_1-color)
}
.link_button a:hover
{
	background: #FFF;
	border-color: #FFF;
	color: var(--color_1-color)
}
.link_button_1 a
{
	border:1px solid #FFF;
}
.link_button_1 a:hover
{
	background:var(--color_1-color);
	border-color: var(--color_1-color);
	color: #FFF
}




.link_button2 a
{
	background: #FFF;
	color:var(--color_1-color)
}
.link_button22 a:hover
{
	background: #FFF;
	border-color: #FFF;
	color: var(--color_1-color)
}



.box_shadow_1
{
	box-shadow: 0px 4px 16.2px rgba(0, 0, 0, 0.25);
}
.border_top_1
{
	border-top:2px solid var(--color_1-color)
}
.border_right_1
{
	border-right:1px solid #000
}
.color_1
{
	color:var(--color_1-color)
}
.color_2
{
	color:#E1E1E1
}
.color_3
{
	color:#988E94
}
.bg_1
{
	background:var(--color_1-color)
}
.bg_2
{
	background:#31353E
}
.bg_3
{
	background: linear-gradient(180deg, rgba(90, 11, 59, 0.5) 0%, rgba(90, 11, 59, 0.5) 33.65%, rgba(90, 11, 59, 0.5) 65.42%, rgba(90, 11, 59, 0.5) 100%);
	backdrop-filter: blur(12.5px);
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headerImg {
    height: 300px;

}
.headerImg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 1;
    background: var(--color_1-color);
    background-size: cover;
    content: '';
}
.headerImg:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    opacity: 1;
	content: url('../img/header_soft.svg'); /* Image moved here */
}
.headerImg .img-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
   /* -webkit-animation: 3s ease-out both kenburns-bottom;
    animation: 3s ease-out both kenburns-bottom;*/
    z-index: 2;
	opacity:0.4;
    overflow: hidden;
}
.stellarnav>ul>li>a {
    padding: 0;
}
.stellarnav
{
	width:auto
}
.stellarnav li a
{
	color:#FFF
}
.stellarnav li a:hover , .stellarnav li a.active
{
	opacity:0.8
}
footer
{
	background:var(--color_1-color);
	position:relative
}
.footer_bottom{

	width:100%;
	height:140px;
	background: url('../img/footer_soft.svg') no-repeat center center / cover;

}
.footer_link li
{
	display:block;
	margin-bottom:13px;
}
.min-100
{
	min-height:100px;
}
.join_us_steps .colw-25:nth-last-child(-n+2) {
    width: 50%;
}
.join_us_steps .colw-25:hover .bg_white
{
	background:url('../img/join_us_mask.png') no-repeat center center / cover var(--color_1-color)
}
.join_us_steps .colw-25:hover .border_top_1
{
	border-color:#FFF
}
.join_us_steps .colw-25:hover .font-18
{
	color:#FFF
}
.join_us_box .img-bg
{
	height:190px;
}

.site-form input[type=text], .site-form input[type=email],.site-form textarea, .site-form input[type=password] {
    height: 45px;
	border:0;
    border-bottom: 1px solid #000;
    color: #111111;
	text-indent: 0;
    padding-left: 60px;
}
.site-form textarea
{
	height:75px;
}
.site-form .icon
{
    position: absolute;
    left: 10px;
    top: 12px;
    z-index: 5;
}
.site-form button[type=submit] {
    background: var(--color_1-color);
    color: #FFF;
    /* width: 100%; */
    height: 50px;
    border: 0;
    display: inline-block;
}
::-webkit-input-placeholder {
    color: #111111;
}

::-moz-placeholder {
     color: #111111;
}

::-ms-placeholder {
     color: #111111;
}

::placeholder {
     color: #111111;
}

.site-form div.row[data-spacing="30"]>[class^=colw-] {
    padding:0 30px;
}




.h_parallax {
    position: relative;
    overflow: hidden;

}
.h_parallax .img-bg {
    height: 550px;
	width: 100%;
    position: relative;
    overflow: hidden;
   /* background-attachment: fixed*/
}
.h_parallax.h_parallax_1
{
	height:375px;
}
.h_parallax.h_parallax_2
{
	height:490px;
}
.h_parallax .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
}
.box_parallax_1 {
    border-left:13px solid #FFF;
	padding-top:18.75rem
}
.h_parallax_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}  


.h_parallax_content 
{
	
}

.h_parallax_content .img-bg
{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
}
.h_parallax_content .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.4);
}




.coordination_box {
    display: flex;
    flex-wrap: wrap;
    list-style: none; /* Removes default bullets if any */
    padding: 0;
}

.coordination_box li {
    border: 1px solid #988E94;
    width: 50%;
    margin: -1px 0 0 -1px; /* Fixes the double border issue */
    box-sizing: border-box;
    display: flex;
    position: relative;
}

/* The Dot */
.coordination_box li::before {
    content: "";
    display: inline-block;
    width: 8px;   /* Size of the dot */
    height: 8px;  /* Size of the dot */
    background-color: #000; /* Match border color or pick a new one */
    border-radius: 50%;        /* Makes it a circle */
    margin-right: 15px;        /* Space between dot and text */
    flex-shrink: 0;/* Prevents the dot from squishing */
	margin-top:8px
}
.coordination_box li:hover
{
	background:#F3E8EF
}

.last-child-margin div:last-child 
{
	margin-bottom:0;
}
.opacity-5
{
	opacity:50%
}





.our_members_box {
    display: flex;
    flex-wrap: wrap;
    list-style: none; /* Removes default bullets if any */
    padding: 0;
}

.our_members_box li {
    border: 1px solid #988E94;
    width: 16.66%;
    margin: -1px 0 0 -1px; /* Fixes the double border issue */
    box-sizing: border-box;
    display: flex;
    position: relative;
	align-items:center;
}

.about_number
{
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 5;
	font-size:12.5rem	
}
.about_number.n2
{
    left: auto;
	right:0;
}
.about_number.n3
{
    bottom: auto;
    top: -8rem;
    left: -8rem;
    color: #F7EBF2;
    font-size: 25rem;
}
.n4
{

    color: #781B54;
    font-size: 12.5rem	;
}
.about_lhif_abso
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
	font-size:5rem;
writing-mode: vertical-rl;
    /* This reverses the vertical flow */
    direction: rtl; 
    /* This ensures the characters themselves don't flip upside down */
    unicode-bidi: bidi-override; 
    
    /* Optional: If you want the letters sideways like a book spine */
    text-orientation: sideways;
	
	transform: rotate(180deg);
}
.down_loop
{
	transform:rotate(90deg)
}
.mtt-100
{
	margin-top:-6.25rem
}



.clients_box
{
	height:150px
}
.clients-slider .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.clients-slider img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.clients-slider .swiper-slide1 img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.clients-slider .swiper-slide1:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.clients-slider img {
    will-change: filter, transform;
}
.overflow_inherit
{
	overflow:inherit !important
}

.h1
{
    position: absolute;
    bottom: 0;
    right: -300px;
    z-index: 5;	
}


.home_lhif_abso
{

	font-size:5rem;
	writing-mode: vertical-rl;
    /* This reverses the vertical flow */
    direction: rtl; 
    /* This ensures the characters themselves don't flip upside down */
    unicode-bidi: bidi-override; 
    
    /* Optional: If you want the letters sideways like a book spine */
    text-orientation: sideways;
	
	transform: rotate(180deg);
	color:#E8DFE4
}
.down_loop
{
	transform:rotate(90deg)
}
.our_number_box .flex1
{
	max-width:245px;
}
.our_number_box
{
	border-right:1px solid #988E94
}
.our_number_box:last-child
{
	border:0
}
.our_number_box_n
{
	color:#F3E8EF;
	font-size:12.5rem;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5
}









.banners_main, .banners_main_box {
    position: relative;
    height: 760px;
    max-width: 100%;
    margin: 0 auto;
	overflow:hidden
    
}

.banners_bg
{
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-animation: kenburns-bottom 3s ease-out both;
    animation: kenburns-bottom 3s ease-out both;
}
.banners_main:before
{

    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 3;
    opacity: 1;
	content: url('../img/header_soft.svg'); /* Image moved here */	
}
.banners_bg:after
{
	
	background:  rgba(0, 0, 0, 0.4);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;	
}
.banners_text
{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	content:'';
	z-index:150;	
}


.banners-slider .swiper-slide-active .slider-title {
    animation: fadeInUp 1.5s;
}
.banners-slider .swiper-slide-active .slider-sub-title {
    animation: fadeInUp 2.5s;
}
.banners-slider .swiper-slide-active .slider-button {
    animation: fadeInUp 3.5s;
}

.home_page .over_header 
{
	overflow:inherit
}

.banners_main  .swiper-pagination2
{
    height: 100%;
	width:auto;

    left: auto;
	right:25px;
    z-index: 50;
	top:0;
	position:absolute;
	text-align:center;
	
}

.banners_main  .swiper-pagination-bullet
{
	width: 12px;
    height: 12px;
	background:transparent;
	border:1px solid #FFF;
	margin:0 5px   !important;
	opacity:1;  

}
.banners_main  .swiper-pagination-bullet i
{
	opacity:0;
	transition:all 0.5s ease-in-out;display: none;
}
.banners_main  .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	background: #FFF;
	
}
.banners_main  .swiper-pagination-bullet.swiper-pagination-bullet-active i
{
	opacity:0;display: none;
}


.banners_main .swiper-button-next:after , .banners_main .swiper-button-prev:after
{
	display:none
}

.banners_main .swiper-button-next , .banners_main .swiper-button-prev , .banners_main .swiper-button-next img, .banners_main .swiper-button-prev img
{
	width:145px;
}
.banners_main .swiper-button-next 
{
	right:80px;
	top:50%;
}

.banners_main .swiper-button-prev 
{
	left:80px;
	top:50%;
}



.home_page header
{
	height:auto;
	position: absolute;
    width: 100%;
    z-index: 40;
	top:0;
	left:0;
	background:none;
}
.home_page .headerImg:after ,.home_page .headerImg:before
{
	display:none
}
.home_page .headerImg
{
	height:auto
}




.hero-container {

}

.masked-text {
  /* Font Styling */
  font-size: 22vw; /* Scales with screen width */
  font-weight: 900;
  text-align: center;
  
  /* The Magic Trick */
  background-image: url('../img/hero-background 1.jpg');
  /*background-size: cover;*/
  background-position: center;
  
  /* Clip the background to the text shape */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* Make the actual text transparent so the background shows through */
  color: transparent;
  
  
  
  
  
  
  
}
/*
.stellarnav li{
	max-width:100px
}
*/



/*MOBILE*/
@media (max-width: 575.98px){

}

/*TABLET*/
@media (min-width: 768px) and (max-width: 991.98px){

}
/*DESKTOP*/
@media (min-width: 992px) and (max-width: 1199.98px){

}
/*EXTRA LARGE*/
@media (min-width: 1200px){

}




/*m*/@media all and (max-width: 1200px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1100px}
}
@media all and (max-width: 1200px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_logo img{max-width:200px}
}
@media all and (max-width: 1100px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1000px}
}
/*m*/@media all and (max-width: 1025px){
.headerImg:after{display:none}
.header_content{margin-top:1.5625rem;width:100%;justify-content: space-between;}
}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-5-xm{margin-top:5px;}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.ai-c-xm{align-items:center}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
.pb-25-xm{padding-bottom:1.5625rem;}
.py-25-xm{padding-bottom:1.5625rem;padding-top:1.5625rem;}
.py-50-xm{padding-bottom:3.125rem;padding-top:3.125rem;}
.d-none-xm{display:none !important;}
.jc-c-xm{justify-content:center}
.pl-0-xm{padding-left:0}
.order-2-xm{order:2}
.order-1-xm{order:1}
.pt-50-xm{padding-top:3.125rem;}
.ai-c-xm{align-items:center}
.w-33-xm{width:33.33%}
.w-50-xm{width:50%}
.w-100-xm{width:100%}
.jc-c-xm{justify-content:center !important}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.header_content{width:auto;margin-top:0}
.headerImg{height:auto;}
.headerImg h1{margin-bottom:1.5625rem;margin-bottom: 1.5625rem;display: inline-block;width: 100%;}
.our_members_box li{width:25%}
}
@media all and (max-width: 768px){
.pr-75, .px-75 {padding-right: 1.6875rem;}
.pl-75, .px-75 {padding-left: 1.6875rem;}
.py-75 {padding-top: 2.6875rem;padding-bottom: 2.6875rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.burger_mobile {display:none}
.menu_bg , .request_quote{clip-path: inherit;}
.stellarnav a {color:#FFF}
.stellarnav .menu-toggle span.bars span{background:#FFF;width: 33px;height: 4px;}
.home_page .stellarnav .menu-toggle span.bars span {background: #FFF;}
.stellarnav li{position:relative;width:100%;padding: 5px 15px;}
.stellarnav.mobile > ul > li > a {padding:10px 15px;}
.stellarnav.mobile > ul > li > a *{color:#FFF}
.stellarnav.mobile ul{background:var(--color_1-color)}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after{border-color:#FFF;}
.stellarnav > ul > li{margin:0}
.stellarnav a.dd-toggle .icon-plus {right: 20px;text-align: right;float: right;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after{border-color:#FFF;}
.image_1_story{width:240px;}
.banners_main, .banners_main_box{height:750px;}
.banners_bg{border-radius:0}
.banners_main_box .bg_1 .px-75{padding:50px;}
.stellarnav{padding:0}
header .stellarnav li a{color:#FFF !important;font-size: 16px;text-align: left;}
.stellarnav.mobile .menu-toggle{}
.stellarnav .menu-toggle{padding:15px 0}
.stellarnav .menu-toggle span.bars{margin-right:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.our_members_box li{width:33.33%}
.our_number_box .gap-20{justify-content: center;align-items: center;display: flex;}
.our_number_box .flex1 {max-width: 100%;width:100%;text-align:center}
.our_number_box{border:0}
.our_number_box_n{font-size:8rem}
}

/*s*/@media all and (max-width: 576px){
.container{width:100%}
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.ai-c-s{align-items:center}
.mt-25-s{margin-top:1.5625rem;}
.pt-25-s{padding-top:1.5625rem;}
.pb-25-s{padding-bottom:1.5625rem;}
.py-25-s{padding-bottom:1.5625rem;padding-top:1.5625rem;}
.mb-25-s{margin-bottom:1.5625rem;}
.ml-25-s{margin-left:1.5625rem;}
.pb-25-s{padding-bottom:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ml-0-s{margin-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.pr-25-s{padding-right:1.5625rem}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.mb-50-s{margin-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.pt-0-s{padding-top:0}
.pb-0-s{padding-bottom:0}
.pr-0-s{padding-right:5px !important}
.py-50-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.px-50-s{padding-right:3.125rem;padding-left:3.125rem;}
.ml-20-s{margin-left:20px;}
.w-50-s{width:50%}
.jc-c-s{justify-content:center !important}
.jc-fs-s{justify-content:flex-start !important}
.order-1-s{order:1}
.order-2-s{order:2}
.jc-fe-s{justify-content: flex-end;}
.w-50-s{width:50%}
.w-100-s{width:100%}
.res-s-auto{width:auto}
.mb-0-s{margin-bottom:0}
.gap-10-s{gap:10px}
.gap-25-s{gap:1.5625rem;}
.ai-fs-s{align-items:flex-start}
.flex-direction-column-s{flex-direction:column}
.jc-s-s{justify-content:flex-start}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
footer .gap-100{gap:1.5625rem}
.join_us_steps .colw-25:nth-last-child(-n+2) {width: 100%;}
.coordination_box li{width:100%}
.our_members_box li{width:50%}
.h1{display:none}
.masked-text {font-size: 30vw;}
.header_logo img{max-width:250px;}
}


/*s*/@media all and (max-width: 400px){

}




