@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #383B43; 

  --color_1-color: #00701D; 
  --color_2-color: #199639;
  --grey_1-color: #313131; 
  --grey_2-color: #3B3B3B; 

}

*
{	
	font-family: "Tajawal", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:var(--black-color);
	direction:rtl;
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

/*
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--yellow-color)
}
*/
.font1 , .font1 *
{
	 font-family: "PPHatton-Ultralight";

}
.font01 , .font01 *
{
	 font-family: "PPHatton-UltralightItalic";

}



.font2 , .font2 *
{
	  font-family: "PPEditorialNew-ThinItalic";

}
.font3, .font3 *
{
	  font-family: "PPEditorialNew-Thin";

}
html , body
{

	-webkit-overflow-scrolling: touch;

}
.section {
    overflow-x: hidden;   /* safe */
}
.transition
{
	transition:all 0.5s ease-in-out;
}
.color_black
{
	color:var(--black-color) !important
}
body
{
	
}
a {
	color:var(--black-color);
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--color_2-color)
}

.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;	
}




.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 12px !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;
}
.d-flex1
{
	display:flex;
}
.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-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.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-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-35
{
	gap:2.1875rem;
}
.gap-40
{
	gap:2.5rem;
}
.gap-50
{
	gap:3.125rem;
}
.gap-100
{
	gap:6.250rem;
}
.ac-fs
{
	align-content:flex-start
}
.capitalize
{
	text-transform:capitalize
}
.bg_1
{
	background:var(--color_1-color)
}
.bg_2
{
	background:var(--color_2-color)
}
.bg_3
{
	background:#F7F7F7
}
.bg_4
{
	background:var(--grey_2-color)
}
.bg_4_after:after
{
	position:absolute;
	top:0;
	right:100%;
	z-index:5;
	content:'';
	width:1000px;
	height:100%;
	background:var(--grey_2-color)
}
.bg_5
{
	background:url(../img/bg.jpg) no-repeat center center  / cover
}
.bg_6
{
	background:url(../img/bg1.jpg) no-repeat center center  / cover
}
.bg_7
{
	background:url(../img/map.png) no-repeat left center  #D2EED6
}
.bg_8
{
	background:var(--grey_1-color)
}
.c_color_1 
{
	color:#939598;
	-webkit-text-stroke: 1px black;
}
.border_1
{
	border:1px solid #939598
}
.border_2
{
	border:1px solid #D9D9D9
}
.color_1
{
	color: var(--color_1-color);
}
.color_2
{
	color: var(--color_2-color);
}
.color_3 , .color_3 *
{
	color:#6F9C76
}
.color_4 , .color_4 *
{
	color:#939598
}
.color_5 , .color_5 *
{
	color:rgba(255,255,255,0.7)
}
.row [class^=colw-] {
    float: right;
}
.ltr
{
    direction: ltr;
    /* text-align: right; */
    float: right;
}
.text_style_1
{
	/*color:#FFF;
	-webkit-text-stroke: 1px var(--color_1-color);*/

  color: #FFF;
  text-shadow:
    1px 0 0 var(--color_1-color),
   -1px 0 0 var(--color_1-color),
    0 1px 0 var(--color_1-color),
    0 -1px 0 var(--color_1-color),
    1px 1px 0 var(--color_1-color),
   -1px -1px 0 var(--color_1-color),
    1px -1px 0 var(--color_1-color),
   -1px 1px 0 var(--color_1-color);

   

}
.text_style_2
{
	color:#000;
	-webkit-text-stroke: 1px var(--color_1-color);
}
.border_bottom_1
{
	border-bottom:1px solid rgba(255,255,255,0.5)
}
.border_bottom_2
{
	border-bottom:1px solid rgba(255,255,255,1)
}
/**************************************************************/
/*///////////////////////////////////////*/
header {
    position: relative;
}  
.burger_menu
{
	width:100px;
}
.stellarnav>ul>li>a {
    padding: 25px 30px;
}
.stellarnav li a.active .main_a
{
	color:var(--color_1-color)
}

.stellarnav li.has-sub > a:after{
	display:none
}
.stellarnav li , .stellarnav{
	position:initial
}
.stellarnav ul ul.c_2
{
	display:block !important
}
.stellarnav ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #F5F2F2;
	box-shadow:0px 10px 10px rgba(0,0,0,0.2);
	padding: 3.375rem 0; 
} 
.stellarnav .subMenu_box a
{
	color:#000;
	text-align:right;
	padding:15px 5px;
	font-size:1rem !important
}
.stellarnav .subMenu_box a:hover
{
	color:var(--color_1-color);
}












.language
{
	border-right:1px solid #F3F1F1
}
.insideImg {
    position: relative;
    overflow: hidden;
    height: 200px;
	background:var(--color_1-color)
}
.insideImg .img-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: kenburns-bottom 3s ease-out both;
    animation: kenburns-bottom 3s ease-out both;
}

@-webkit-keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
    -webkit-transform: scale(1.1) translateY(15px);
            transform: scale(1.1) translateY(15px);
    -webkit-transform-origin: 50% 84%;
            transform-origin: 50% 84%;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.insideImg .img-bg:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
	background:rgba(0,0,0,0.4);
	background-size:cover;
	content:'';
}
.insideImg.no-shadow .img-bg:before{
	display:none
}
.insideImg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:30;
  padding-top:0
}
.h_map{
  position: absolute;
  top: 0;
  left: 0;
  z-index:30;
}
.logo_header
{
  position: absolute;
  top: 0;
  right: 0;
  z-index:30;	
}
footer
{
	background:var(--grey_1-color)
}
.f_social a
{
	width:42px;
	height:42px;
	border:1px solid #FFF;
	border-radius:50%
}
.f_social a:hover
{
	background:var(--color_1-color);
	border-color:var(--color_1-color);
}
.map_f
{
	height:190px;
	background:#F7F7F7
}
.map_f iframe
{
	height:100%;
	width:100%;
}
.h__70
{
	min-height:70px;
}
.border_after_1:after
{
	position:absolute;
	bottom:5px;
	left:50%;
	z-index:5;
	content:'';
	transform:translateX(-50%);
	width:150px;
	height:5px;
	border-radius:10px;
	background:var(--color_1-color)
}
.c_map {
    height: 100%;
	width:1200px;
	position:absolute;
	left:0;
	top:0;
}
.c_map iframe {
    width: 100%;
    height: 100%;
}
.contact-form label
{
	font-size:1.125rem;
	font-weight:500;
	color:#FFF;
	margin-bottom:10px;
	display:block;
}
.contact-form input[type=text] , .contact-form input[type=email] , textarea , .contact-form input[type=password]  , .contact-form select
{
	background:#FFF;
	border:1px solid #000;
	height:45px;
	border-radius:0;
}
.contact-form textarea
{
	height:120px
}
.contact-form button[type=submit]
{

    background: linear-gradient(to left, #00701D 0%, #00D637 100%);
	color:#FFF;
	width:100%;
	border-radius:0;
	height:50px;
	border:0;
}
.contact-form button[type=submit]:hover
{
    background-color:var(--color_1-color);

}
.overflow_hidden
{
	overflow:hidden
}
.personalities_box_info
{
	width: 100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	background:rgba(255,255,255,0.8);	
}

.personalities_main_box .colw-25:hover .css-bg12
{
	transform:scale(1.1)
}
.desc_p p
{
	margin-bottom:1rem
}
.desc_p p:last-child
{
	margin-bottom:0
}
.news_date
{
	position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 5;
    background: #FFF;
    height: 50px;
    min-width: 185px;
    padding: 5px 10px;
}
.about_img img
{
	max-width:200px;
}




.h_parallax {
    position: relative;
    overflow: hidden;

}
.h_parallax .img-bg {
    height: 445px;
	width: 100%;
    position: relative;
    overflow: hidden;
   /* background-attachment: fixed*/
}
.h_parallax .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 5;
    background-color: rgba(0, 81, 19, 0.8);
}
.h_parallax.services_inner_parallax
{
	height:360px;
}
.h_parallax_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}  
.about_before_after:before
  {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86px;
    height: 86px;
    z-index: 50;
	content:'';
	background:var(--color_1-color)
}
  .about_before_after:after
  {
    position: absolute;
    bottom: -86px;
    left: 0;
    width: 86px;
    height: 86px;
    z-index: 50;
	content:'';
	background:#FFF
}
 .pb-130 {
    padding-bottom: 8.125rem;
} 
.sectors_arrow_box{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65px;
    height: 65px;
    z-index: 50;
	content:'';
	background:#FFF
}
.sectors_listing .colw-25:nth-last-child(-n+3) {
    width: 50%;
}



.goals_box .img-bg {
    height: 100%;
	width: 100%;
    position: absolute;
	top:0;
	left:0;
	z-index:5;
   /* background-attachment: fixed*/
}
.goals_box .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.4);
}
.goals_box_inner
{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
	border-radius:40px;	
	    box-shadow:
        0px 4px 20px rgba(255,255,255,0.20),

        /* Inner shadow */
        inset 0px 2px 6px rgba(255,255,255,0.40);
}
.your-goals_box_inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    /* Stroke thickness */
    padding: 3px;

    /* Linear stroke gradient from Figma */
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.40) 0%,
        rgba(255,255,255,0.07) 100%
    );

    /* Make gradient appear INSIDE like Figma */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.bg_shadow:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);	
}
.services_nb
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 190px;
    line-height: 128px;
	color:#FFF;
}
.services_arrow_box
{
	bottom:-20px;
	left:10px;
	width:66px;
	height:66px;
	background:var(--color_1-color);
	z-index:10;
	position:absolute;
}
.d_desc_18 p
{
	font-size:1.125rem
}
.d_desc_18 h3 , .d_desc_18 h2 , .d_desc_18 h4 , .d_desc_18 h1 ,.d_desc_18 h5 ,.d_desc_18 h6
{
	margin-bottom:1rem;
	font-weight:700
}
.services_youtube
{
    position: absolute;
    top: 50%;
    left: 50%;
	transform:translate(-50%,-50%);
    z-index: 10;
}
.s_inner_active
{
	color:var(--color_1-color);
	font-weight:700;

}
.link_button a
{
	background:#FFF;
}
.link_button a:hover
{
	background:var(--color_1-color);
	color:#FFF
}
.indus_inner
{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
	border-radius:40px;	

}
.indus_inner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    /* Stroke thickness */
    padding: 3px;

    /* Linear stroke gradient from Figma */
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.40) 0%,
        rgba(255,255,255,0.07) 100%
    );

    /* Make gradient appear INSIDE like Figma */
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.indu_icon
{
	width:100px;
	height:100px;
	border:1px solid #FFF;
}
.indu_icon img
{
	max-width:80%
}
.search_box input
{
	height:50px;
	border-color: #121212;
	background-color: #121212;
	border-radius:5px;color: #FFF;	
}
.search_box button
{
	height:50px;
	border-color: #121212;
	background-color: #121212;
	border-radius:5px;color: #FFF;	
	width:100%;	
}
.search_box button:hover
{

	border-color: var(--color_1-color);
	background-color: var(--color_1-color);

}
.search_box input::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}

.search_box input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}
.search_box .select2-container .select2-selection--single
{
	height:50px;
	border-color: #121212;
	background-color: #121212;
	border-radius:5px;
}
.search_box .select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height:50px;color: #FFF;
}
.search_box  .select2-container--default .select2-selection--single .select2-selection__arrow{
	top:13px;
	right:auto;
	left:10px;
}
.search_box  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}
.button_style a
{
	    background: linear-gradient(to left, #00701D 0%, #00D637 100%);
}
.button_style a:hover
{
	    background: #FFF;
		color:#000;
}
.home_about_img_abso
{
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 50;
}
.industrialists_slider_box .swiper-pagination
{
	bottom:-10px;
}

.industrialists_slider_box .swiper-pagination-bullet-active
{
    background: var(--color_1-color);
}
.news-slider .news_date
{
	background:var(--grey_1-color)
}


.news_slider_box .swiper-pagination1
{
    text-align: center;
    margin-top: 50px;
}
.news_slider_box .swiper-pagination-bullet
{
	width:33px;
	height:1px;
}
.news_slider_box .swiper-pagination-bullet
{
	width:33px;
	height:1px;
	background:#FFF
}
.news_slider_box .swiper-pagination-bullet-active
{
    background: #6F9C76;
}
















.banners_main , .banners_main_box 
{
	position:relative;height:650px
}


.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_bg:before
{
	
	background: rgba(0,0,0,0.4);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;	
}
.banners_bg:after
{
	
	background: url('../img/big_img.svg') no-repeat left center;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 15;
    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: 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%;
}








.menu_header
{
	background:#FFF;
	position:fixed;	  
	top:-100%;
	width:100%;
	height:100vh;
	z-index:200;	  
	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);
	padding-top:0;	
	  
}
.menu_header.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.header_h
{
	position:relative;
	z-index:250;	  
}
.menu_m{
	position: absolute;
    top: 20px;
    left: 20px;
    z-index: 5;
    width: 50px;
}


.menu_header_box li 
{
	display:block;
	margin:10px 0;
	text-align:center;
}
.menu_header_box li a
{
	color: var(--blue-color);
    transition: all 0.5s ease-in-out;
    display: inline-block;
    position: relative;
	font-weight: 300;	
}
.menu_header_box li a:after
{
	content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    background: url(../img/h_pin.svg) no-repeat center center;
    height: 26px;
    display: block;
    width: 23px;
    background-size: cover;
	transition: all 0.2s ease-in-out;
	opacity:0;
	transform: translateY(-50%);
}
.menu_header_box li:hover a , .menu_header_box li a.active
{
	/*transform:translateX(35px);*/	color:var(--color_1-color)
}
.menu_header_box li a.active{
	font-weight:700;
	color:var(--color_1-color)
}
.menu_header_box li:hover a:after , .menu_header_box li a.active:after
{
	opacity:1;

}

section , .over_h
{

}

.hero_introduction_header {
	height: 300vh;
    position: relative;
    width: 100%;
    display: inline-block;
}


.hero_introduction_header_title {
  position: relative;
  z-index: 2;
  
}

.sticky-container {
  position: sticky;
  top: 0;
  overflow:hidden;
  width:100%;
  height: 100vh;
}
.border_bottom_3{
	border-bottom:1px solid #939598
}



.snippets {
  
  pointer-events: none;
}
.snippets {
    position: absolute;
    inset: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.snippets li {
    position: absolute;
    width: 200px;  /* adjust */
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
}
/*
.snippets li:nth-child(1)  { top: 10%; left: 20%; }
.snippets li:nth-child(2)  { top: 5%;  left: 50%; }
.snippets li:nth-child(3)  { top: 10%; left: 80%; }
.snippets li:nth-child(4)  { top: 25%; left: 90%; }
.snippets li:nth-child(5)  { top: 40%; left: 95%; }
.snippets li:nth-child(6)  { top: 60%; left: 90%; }
.snippets li:nth-child(7)  { top: 80%; left: 80%; }
.snippets li:nth-child(8)  { top: 90%; left: 55%; }
.snippets li:nth-child(9)  { top: 85%; left: 25%; }
.snippets li:nth-child(10) { top: 70%; left: 10%; }
.snippets li:nth-child(11) { top: 50%; left: 5%;  }
.snippets li:nth-child(12) { top: 30%; left: 10%; }
.snippets li:nth-child(13) { top: 15%; left: 35%; }
.snippets li:nth-child(14) { top: 8%;  left: 60%; }
.snippets li:nth-child(15) { top: 20%; left: 85%; }
.snippets li:nth-child(16) { top: 45%; left: 95%; }
.snippets li:nth-child(17) { top: 70%; left: 85%; }
.snippets li:nth-child(18) { top: 85%; left: 60%; }
*/
.snippets li:nth-child(1)  { top: 5%;  left: 20%; }
.snippets li:nth-child(2)  { top: 2%;  left: 40%; }
.snippets li:nth-child(3)  { top: 5%;  left: 60%; }
.snippets li:nth-child(4)  { top: 8%;  left: 80%; }

.snippets li:nth-child(5)  { top: 20%; left: 98%; }
.snippets li:nth-child(6)  { top: 35%; left: 96%; }
.snippets li:nth-child(7)  { top: 55%; left: 92%; }
.snippets li:nth-child(8)  { top: 70%; left: 82%; }

.snippets li:nth-child(9)  { top: 85%; left: 65%; }
.snippets li:nth-child(10) { top: 92%; left: 45%; }
.snippets li:nth-child(11) { top: 85%; left: 25%; }

.snippets li:nth-child(12) { top: 70%; left: 10%; }
.snippets li:nth-child(13) { top: 55%; left: 4%;  }
.snippets li:nth-child(14) { top: 35%; left: 6%;  }
.snippets li:nth-child(15) { top: 20%; left: 12%; }

.snippets li:nth-child(16) { top: 12%; left: 30%; }
.snippets li:nth-child(17) { top: 12%; left: 70%; }
.snippets li:nth-child(18) { top: 20%; left: 88%; }


.overflow-x , .overflow-x body
{
	overflow-x:hidden
}

.pagination{text-align:center;}.pagination li {margin:0 10px;}.pagination li.active span{color: var(--color_1-color);}

.pagination {
    text-align: center;
    display: flex;
}

.pagination li {
    margin: 0 10px;
    background: var(--color_1-color);
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 12px;
    color: #FFF;
    line-height: inherit;
	align-items: center;
}
.pagination li a
{
	color:#FFF
}
.pagination li.active
{
	background:#121212
}
.pagination li.active span
{
	color:#FFF;
}
.clients_box
{
	
	height:225px;
}
.logo_header img , .footer_logo img
{
	max-width:340px;
}
.stellarnav li.li_style
{
	position:relative
}
.stellarnav li.li_style ul
{
    width: 200px;
    padding: 5px;
    left: 0;
    right: 0;
	text-align: right;	
}
.stellarnav li.li_style ul a
{
    color:#000	
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// BALLLLLLLLLLLLLL*/
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ball-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--ball-color);
}
#magic-cursor {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}
/* Ball view 
============= */
#ball.ball-view {
	background-color: var(--ball-color);
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
#ball .ball-view-inner {
	padding: 0 5px;
	opacity: 0;color: #FFF;
	visibility: hidden;
	transform: scale(0);
}
#ball .ball-view-inner i {
	font-size: 19px;
}


/* Ball drag 
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 16px;
	color: #FFF;
	height: 10px;
	line-height: 10px;

	/* Font Awesome */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
	content: "\f060"; /* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}
#ball .ball-drag::after {
	content: "\f061"; /* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}
/* Ball close 
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}
#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}
#ball .fa-arrow-right
{
	font-size:35px !important;
	color:#FFF
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tt-object
{
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;	
}
.ph-caption-title-ghost1 {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 5%;
    font-size: calc(16px + 19.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    line-height: 1;
    opacity: .1;
    z-index: 1;
    pointer-events: none;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LINK HOVER UP*/
.tt-pn-link {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
/* Page nav title */
.tt-pn-title,
.tt-pn-hover-title {
	display: block;
	left: 0;
	width:100%;
	transition: transform .5s cubic-bezier(0.51, 0.57, 0.17, 1);
}
.tt-pn-title {
	position: relative;
	transform: translate3d(0, 0, 0);
}
/* Page nav hover title */
.tt-pn-hover-title {
	position: absolute;
	width: 100%;
	color: #FFF;
	white-space: nowrap;
	transform: translate3d(0, 100%, 0);

	/* Ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1024px) {
	.tt-pn-hover-title {
		display: none;
	}
}
/* Page nav hover */
@media (min-width: 1025px) {
	.tt-pn-link:hover .tt-pn-title {
		transform: translate3d(0, -100%, 0);
		transition-delay: 0.1s;
	}
	.tt-pn-link:hover .tt-pn-hover-title {
		transform: translate3d(0, 0, 0);
		transition-delay: 0.1s;
	}
}/*
.pgi-image {
    position: relative;
}
.ttgr-height {
    position: relative;
    padding-bottom: 25%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// IMAGE HOVER  */
@media (min-width: 768px) {
    .tt-gallery-item-inner {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }
}
@media (min-width: 768px) {
    .tt-gallery-item:hover .tt-gallery-item-inner {
         clip-path: inset(3% 3% 3% 3%); 
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.d-desktop-none , .m_menu_click
{
	display:none !important
}
@media all and (max-width: 1600px){
.stellarnav>ul>li>a {
    padding: 25px 15px;
}	
}
@media all and (max-width: 1400px){
.stellarnav>ul>li>a {
    padding: 25px 10px;
}

}
@media all and (max-width: 1280px){
	.logo_header img{max-width:230px;}
	.stellarnav.font-18{font-size:1rem}
}
/*m*/@media all and (max-width: 1200px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1100px}
	.stellarnav>ul>li>a{padding:0 10px;}
	.tt-np-caption123{width:100%}
	.stellarnav{display:none}
	.burger_menu {padding:25px 0; }	
	.language{border:0}
	*{font-size:14px;}
}

/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.stellarnav > ul > li > a {padding: 0 10px;}
.header_logo  img{max-width:160px;}
.mobile_header_box{justify-content:flex-end;flex-direction:column;align-items: flex-end;gap:10px}
.m_order_2{order:1;}
.m_order_1{order:2;}
.m_order_2 svg{width:30px;}
.account_m_auto{width:90%}
.mt-50-m{margin-top:3.125rem;}
.mt-25-m{margin-top:1.5625rem;}
}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.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%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.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(--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:450px;}
.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{float:right}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.h_map{height:100%}

}
@media all and (max-width: 768px){
.announcement-slider .d-flex{justify-content:center}
.s_search svg{width:20px}
.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;}
}

/*s*/@media all and (max-width: 576px){
	.updates-slider-sub.swiper{max-width:100%;height:auto;}
.listing_products img{width:100%}
	.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;}
.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-25-s{gap:1.5625rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.c_map{width:100%;height:300px;position:inherit}
.bg_4_after:after{display:none}
.header_main_box{justify-content:space-between}
.logo_header {position: inherit;}
.logo_header img{height:58px;}
.insideImg{height:125px;min-height:125px}
.about_img img {max-width: 50px;}
.font-80, .font-80 * {font-size: 4.5rem;}
.flex-column-s{flex-direction:column}
.h_parallax_text {display:block !important;position:relative;z-index:10;padding-top:3.125rem;padding-bottom:3.125rem;}
.h_parallax .img-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}
.banners_main .swiper-pagination2{left:5px;}
}


/*s*/@media all and (max-width: 400px){

}








.tracking-in-expand-fwd{-webkit-animation:tracking-in-expand-fwd .8s cubic-bezier(.215,.61,.355,1.000) both;animation:tracking-in-expand-fwd .8s cubic-bezier(.215,.61,.355,1.000) both}

@-webkit-keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;-webkit-transform:translateZ(-700px);transform:translateZ(-700px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;-webkit-transform:translateZ(-700px);transform:translateZ(-700px);opacity:0}40%{opacity:.6}100%{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}
.orders-table thead th{
    color:#6C7275
}





