@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #383B43;
  --green_1-color: #4CA18E; 
  --grey_1-color: #444141;  
  --grey_2-color: #333333; 

}

*
{

}
body
{	
	font-family: "Open Sans", 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:red 1px solid !important
}
.form-error
{
    color: white;
    font-size: 12px !important;
}



.d_form .vError
{
	border: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.5)
}
.border_bottom_2
{
	border-bottom:1px solid #909292
}
.border_bottom_3
{
	border-bottom:1px solid #FFF
}
.bg_1
{
	background:var(--green_1-color)
}
.bg__2
{
	background:var(--grey_2-color)
}
.bg_3
{
	background: linear-gradient(120.96deg, #4CA18E 31.25%, #1C3B34 104.37%);
}
.bg_4
{
	background:rgba(255,255,255,0.2)
}
.color_1
{
	color:var(--green_1-color)
}
.color_3 , .color_3 *
{
	color:#909292
}
.border_top_left_radius_1
{
	border-top-left-radius:35px
}
.border_top_1
{
	border-top:10px solid var(--green_1-color)
}
.border_1
{
	border:1px solid rgba(255,255,255,0.5)
}
.border_right_1
{
	border-right:1px solid rgba(255,255,255,0.5)
}

.border_top_radius_1
{
	border-top-right-radius:20px;
	border-top-left-radius:20px
}
.projects_list .colw-100:nth-child(2n+2) .flex0
{
	order:2
}
.projects_list .colw-100:nth-child(2n+2) .flex1
{
	order:1
}



.menu_header
{
	background:url('../img/bg.jpg') no-repeat center center / cover;
	position:fixed;
	top:-100dvh;

	width:100%;
	height:100dvh;
	z-index:50;
	  
	right: 0; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);	  
	  
}
.menu_header.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.menu_header_inside
{
	position:relative;
	width:100%;
	height:100%;
}
.menu_header_inside:before
{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:;
	content:'';
	background:rgba(0,0,0,0.5);
	top:0;
	z-index:5	
}
.menu_header_inside:after
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 228px;
    content: '';
    background: url(../img/vector.png) no-repeat bottom center / cover;
    bottom: 0;
    z-index: 5;
}
.h_h1
{
    position: absolute;
    right: 50px;
    content: '';
    bottom: 50px;
    z-index: 6;	
}
.h_h2
{
    position: absolute;
    right: 50px;
    content: '';
    top: 50px;
    z-index: 8;		
}

.menu_link li
{
	display:block;

}
.menu_link li a
{
	color:var(--white-color);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s  ease-in-out;
    -o-transition: all .5s  ease-in-out;
    transition: all .5s  ease-in-out;
}
.menu_link li a:hover , .menu_link li a.active
{
	color:#FFF;
	padding-left:25px;

}

.menu_link li a.active
{
	color:transparent;
	-webkit-text-stroke: 1px #FFF;

}
/**************************************************************/
/*///////////////////////////////////////*/
header{
	background:var(--green_1-color);
	position:relative;
	z-index:20
}

header.page_details_before:after
{
	position:absolute;
	left:0;
	width:100%;
	height:500px;
	background:var(--green_1-color);
	content:'';
	top:100%;
	z-index:5	
}
footer
{
	background:var(--grey_1-color)
}
.z-20
{
	z-index:20
}
.footer_link li
{
	width:100%;
	padding:5px 0
}
.map 
{
	width:100%;
	height:450px;
	background:#f7f7f7
}	
.map iframe
{
	width:100%;
	height:100%;
}
.consultants_box .colw-100:nth-child(2n+2) .flex1
{
	order:1
}
.consultants_box .colw-100:nth-child(2n+2) .flex0
{
	order:2
}
.consultants_vector
{
	position:absolute;
	right:0;
	bottom:-30px;
	z-index:5
}
.news_vector
{
	position:absolute;
	right:0;
	bottom:0;
	z-index:5
}
.btn-text-expander {
  display: inline-block;
  margin-top: 10px;
} 

/* code */
.text-expander {
  height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.text-expander.active {
  display: inherit;
  height: auto;
}
.services_shadow
{
	position:absolute;
	right:0;
	bottom:0;
	z-index:5;
	width:100%;
	height:100%;
	background: linear-gradient(
		0deg,
		#000000 34.13%,
		rgba(0, 0, 0, 0) 100%
	);
}
.services_box img
{
	    transition: 1s ease-in-out;
}
.services_box:hover img
{
	transform: scale(1.1)
}
.why_choose_us .colw-20:last-child .border_right_1
{
	border:0
}
.why_choose_us_img
{
	height:50px;
}
.about_vector
{
	position:absolute;
	right:0;
	bottom:0;
	z-index:5;	
}
.about_list ul , .about_list_1 ul , .about_list_2 ul
{
    display: flex;
    flex-wrap: wrap;	
}
.about_list ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    line-height: 1;
    min-height: 33px;
	width:50%;
}
.about_list ul li::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;

    background: url("../img/li.svg") no-repeat center;
    background-size: contain;

    flex-shrink: 0;
}



.about_list_1 ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    line-height: 1;
	width:50%;
}
.about_list_1 ul li::before {
    content: "●";
    display: inline-block;
	font-size:18px;
    margin-right: 15px;
    flex-shrink: 0;
}




.about_list_2 ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    line-height: 1;
	width:50%;
}
.about_list_2 ul li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 45px;
	border-radius:10px;
    margin-right: 20px;
	background:#FFF;
    flex-shrink: 0;
}





.h_parallax_top 
{
	    margin-top: -6.125rem;
}
.h_parallax {
    position: relative;
    overflow: hidden;
	min-height:520px;
	

}
.h_parallax.h_parallax1
{
	min-height:400px;
}
.h_parallax .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;   
}

.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.5);
}
.h_parallax_text {
	position: relative;
	z-index: 10; 
	width: 100%;
}  

.updates-slider-box
{
	max-width:543px;
}
.colw-57
{
	width:57%
}
.projects_abso
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 5;	
}
.h_v1_before:before
{
    position: absolute;
    content: '';
	background:#56C5AC;
	width:100%;
	height:100%;
	right:0;
    top: -25px;
    z-index: 8;		
	border-radius:50%;
}
.h_v1_vector
{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-25px;
	z-index:21;	
}

.home_page .about_list ul li::before
{
	filter: brightness(0) invert(1);

}



.home_expertise_main .colw-50
{
	border-bottom:1px solid #D8D8D8;
	border-right:1px solid #D8D8D8	
}
.home_expertise
{
	padding-left:40px;
	position:relative;

}
.home_expertise::before {
	content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background: url(../img/li_1.svg) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    top: 5px;
    left: 0;
}
.home_expertise_main .colw-50:nth-last-child(1),
.home_expertise_main .colw-50:nth-last-child(2) {
    border-bottom: 0;
}
.link_button a
{
	background: #FFF;
}
.link_button a:hover
{
	background: var(--green_1-color);
}
.home_projects:before
{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(51,111,98,0.9);
	content:'';
	top:0;
	left:0;
	z-index:6	
}
.home_projects .img-bg
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5
}

.home_projects_box
{
	width:100%;
	height:100%;

	position:absolute;
	background:rgba(0,0,0,0.2);
	content:'';
	top:0;
	left:0;
	z-index:6		
}

.mb-minus
{
	margin-bottom:-9.375rem
}



.banners_main, .banners_main_box {
    position: relative;
    height: 850px;
    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
{

    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 228px;
    content: '';
    background: url(../img/vector.png) no-repeat bottom center / cover;
    bottom: -65px;
    z-index: 30;	
}
.banners_bg:after
{
	
	background:  rgba(0, 0, 0, 0.2);
    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;
	 overflow: inherit;
}

/*
.world-map1 path:hover {fill: #FFF;}
*/
/*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){
.footer_logo img{max-width:175px}
.footer_link li {width: 49%;padding: 15px 0;}	
header{z-index:20}
.mt-25-m{margin-top:1.5625rem;}
}
/*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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.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;}
.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(--blue_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;}
.stellarnav.mobile .menu-toggle{}
.stellarnav .menu-toggle{padding:15px 0}
.stellarnav .menu-toggle span.bars{margin-right:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer2{width:100%;margin-bottom:1rem}
.projects_abso , .projects_list .px-30 {position:inherit;padding-right:0 !important;padding-left:0 !important;}
.projects_list .colw-100:nth-child(2n+2) .flex1 {order: 2;}
.projects_list img{width:100%}
.news_vector{display:none}
footer .flex1{flex:auto;width:100%}
.footer_link.px-50{padding:0 !important}
.why_choose_us .colw-20:last-child .border_right_1 {border-right: 1px solid rgba(255, 255, 255, 0.5);}
.about_list_2 ul li , .about_list_1 ul li{width:100%}

}
@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;}
.consultants_box .flex1{flex:auto}
.consultants_box .colw-100:nth-child(2n+2) .flex0 {order: 1;}
.flex-auto-s{flex:auto}
.banners_main .font-60 * {font-size: 2.75rem;}
}

/*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;}
.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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.home_expertise_main .colw-50:nth-last-child(1), .home_expertise_main .colw-50:nth-last-child(2) {border-bottom: 1px solid #D8D8D8;}
}


/*s*/@media all and (max-width: 400px){

}




