@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');

:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #383B43;
  --blue_1-color: #3060DD; 
  --blue_2-color: #2A52BB; 
  --pink-color: #FF0099; 
  --red-color: red; 
}

*
{

}
body
{	
	font-family: "Roboto", 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(--black-color);
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:rgba(255, 255, 255, 0.6);
}

.font1 , .font1 *
{
  font-family: "Space Grotesk", sans-serif;
  
	
}
.font1-minus
{
	margin-left:-2px;
}
.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:rgba(255,255,255,0.5) 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;
}
.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-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-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-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-70
{
	opacity:0.7
}
.border_1
{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF
}
.bg_1
{
	background:var(--blue_1-color)
}
.bg_2
{
	background:#ECEAEC
}
.bg_3
{
	background: linear-gradient(270deg, #3060DD 17.77%, #1B40A0 100%);
}
.bg_5
{
	background: linear-gradient(270deg, #2d59d5 17.77%, #2346c8 100%);
}
.bg_4
{
	background:#EFF1EE
}
.color_1 , .color_1 *
{
	color:var(--blue_1-color)
}
.color_2 , .color_2 *
{
	color:var(--blue_2-color)
}
.color_3 , .color_3 *
{
	color:#FF2525
}
.mx-260
{
	max-width:260px
}
.mx-325
{
	max-width:325px
}
.mx-360
{
	max-width:360px
}
.mx-400
{
	max-width:360px
}
.mx-445
{
	max-width:445px
}
.mx-540
{
	max-width:540px
}
.mx-550
{
	max-width:550px
}
.mx-590
{
	max-width:580px
}

.mx-900
{
	max-width:900px;
}.melt_lg img
{
	max-width:450px;
}
.border_bottom_1
{
	border-bottom:2px solid #f5f0e6
}
.border_bottom_2
{
	border-bottom:17px solid var(--blue_1-color)
}
.border_bottom_3
{
	border-bottom:1px solid #000
}
.border_right_1
{
	border-right:1px solid #000
}
.radius_50
{
	border-radius:50%
}
.colw-38 {
    width: 38%;
}
.colw-47
{
	width:47%
}
.colw-52
{
	width:52%
}
.colw-56
{
	width:56%
}
.colw-62
{
	width:62%
}
.letter_spacing_0 {
    letter-spacing: 0.5px;
}
.letter_spacing_1
{
	letter-spacing:1px;
}
.letter_spacing_2
{
	letter-spacing:2.5px;
}
.letter_spacing_333
{
	letter-spacing:2.15px;
}
.letter_spacing_3
{
	letter-spacing:3px;
}
.letter_spacing_4
{
	letter-spacing:4px;
}
.letter_spacing_5 {
    letter-spacing: 4.5px;
}
.letter_spacing_6 {
    letter-spacing: 2.2px;
}

.equal-text-n > div {
    display: inline-block;
    white-space: nowrap; /* prevent wrapping */
    vertical-align: top;
}
.white_wrap
{
	white-space: normal !important;
}


.equal-text div {
  display: inline-block;
  white-space: nowrap;

}
.stretch-line {
  display: block;
  white-space: nowrap;
}

.line-height
{
	line-height:1
}
/**************************************************************/
/*///////////////////////////////////////*/
footer , header
{
	background:var(--blue_1-color)
}
.footer_link li
{
	display:block
}
.stellarnav>ul>li>a {
    padding: 0;
}
.stellarnav li a
{
	color:#FFF
}
.stellarnav li a:hover
{
	color:rgba(255,255,255,0.6)
}
.stellarnav ul
{
	display:flex;
	gap:2.5rem;
}
.contact-form
{
	width:100%;
	max-width:1060px;
	margin:0 auto
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    height: 50px;
    border: 1px solid #FFF;
    background:none;
	border-radius:12px;
	color:#FFF
}

.contact-form input::placeholder , .contact-form textarea::placeholder {
    color: #FFF;
    opacity: 1
}

.contact-form input:-ms-input-placeholder , .contact-form textarea:-ms-input-placeholder {
    color: #FFF
}

.contact-form input::-ms-input-placeholder , .contact-form textarea::-ms-input-placeholder  {
    color: #FFF
}
.contact-form textarea
{
	height:135px; 
}
.contact-form button[type=submit] 
{

    background: #FFF;
	width:100%;
	max-width:265px;
	height:50px;
	border:0;

	
}
.contact_page_box .img-bg
{
	height:100%;
	width:100%;
	max-width:460px;
	position:absolute;
	right:0;
	top:0;
	z-index:5;
	background-position: left center;
}
.contact_page_abso_box
{
	position:absolute;
	right:0;
	top:0;
	z-index:5;
	width:100%;
	height:100%;	
}
.products_header
{
	border-bottom:20px solid var(--blue_1-color)
}
.products_header .img-bg
{
    height: 465px;
    background-size: contain;
    background: no-repeat;
    background-position: bottom center;
}
.distributors_form{
	width:100%;
	max-width:1100px;
	margin:0 auto
}

.marquee_text {
    white-space: nowrap;
}

.marquee-item {
    display: inline-block;
    margin-right: 70px; /* GAP between titles */
}
.overflow-visible
{
	overflow:inherit
}

.text_none {
    display: none;
}

.chevron-icon {
    transition: transform 0.3s ease;
}

.main-box-toggle.active .chevron-icon {
    transform: rotate(180deg);
}
.mb-200
{
	margin-bottom:15rem
}
.py-130
{
	padding:8.125rem 0
}
.f_desc ul
{
	padding-left:0;
}
.f_desc ul li
{
    background: url(../img/t.svg) no-repeat left 3px;
    list-style: none;
    display: block;
    padding-left: 70px;
	margin-bottom:1.5625rem
}
.display_section_img
{
	position:absolute;
	right:-116px;
	top:0;
	z-index:5;	
}






.site-form label {
    margin-bottom: 5px;
	font-size:1.25rem;
    display: inline-block;
}
.site-form input[type=text], .site-form input[type=email], textarea, .site-form input[type=password] {
    height: 50px;
    border: 1px solid #ECEAEC;
    background: #EEF0F4;
	border-radius:12px;
	color:#000
}

.site-form input::placeholder {
    color: #000;
    opacity: 1
}

.site-form input:-ms-input-placeholder {
    color: #000
}

.site-form input::-ms-input-placeholder {
    color: #000
}
.site-form textarea
{
	height:120px;
}
.site-form button[type=submit] 
{

    background: var(--blue_1-color);
    color: #FFF;
	width:100%;
	max-width:260px;
	height:50px;
	border:0;

	
}
.map_before:before
{
	position:absolute;
	right:0;
	top:0;
	z-index:5;
	content:'';
	width:100%;
	height:100%;
	background:url('../img/m1.svg') no-repeat center center  / cover	
}
.z-10{
	z-index:10
}



.h_parallax {
    position: relative;
    overflow: hidden;

}
.h_parallax .img-bg {
    height: 470px;
    position: relative;
    overflow: hidden;
   /* background-attachment: fixed*/
}
.h_parallax111  .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);
}

.h_parallax_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
} 



.h_parallax.h_parallax_2 .img-bg {
    height: 700px;

}
.h_parallax.h_parallax_2  .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	content:'';
    height: 100%;
    z-index: 5;
	background: linear-gradient(270.35deg, rgba(0, 0, 0, 0) 0.29%, rgba(48, 96, 221, 0.5) 70.64%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.h_parallax.h_parallax_3 .img-bg {
    height: 700px;

}
.h_parallax.h_parallax_3  .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
	background: linear-gradient(270.35deg, rgba(0, 0, 0, 0) 0.29%, rgba(42, 82, 187, 0.5) 70.64%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	display:none
}




.h_parallax.h_parallax_4 .img-bg {
    height: 640px;    background-position: right center;

}
.h_parallax.h_parallax_4  .img-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 62.34%);

}


.about_abso_img_1
{
	position: absolute;
    bottom: 0;
    right: 0;
    z-index: 6;
}

.f_desc_1 ul
{
	padding-left:1.875rem;
	padding-top:3.125rem
}
.f_desc_1.f_desc_11 ul
{
	padding-top:1.25rem
}
.f_desc_1 ul li
{
    background: url(../img/t.svg) no-repeat left 3px;
    background-size: 26px;
    list-style: none;
    display: block;
    padding-left: 60px;
    padding-top: 3px;
    margin-bottom: 1.5625rem;
    padding-bottom: 3px;
}
.f_desc_1 ul li:last-child
{
	margin-bottom:0
}
.pl_custom_1
{
	padding-left:calc(1.875rem + 60px);
}
.pr-60
{
	padding-right:6.75rem
}
.pl-60
{
	padding-left:3.75rem
}

.video-wrapper {
    position: relative;
    width: 100%;
    height:100vh;
    overflow: hidden;
}

.video_section {
    position: absolute;
    inset: 0;
}

.video_section video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* like background-size: cover */
}



.font_style_1
{
	/*color: #FFF;
    -webkit-text-stroke: 1px #2A52BB;	*/

  color: #FFF;
  text-shadow:
    2px 0 0 #2A52BB,
   -2px 0 0 #2A52BB,
    0 2px 0 #2A52BB,
    0 -2px 0 #2A52BB,
    2px 2px 0 #2A52BB,
   -2px -2px 0 #2A52BB,
    2px -2px 0 #2A52BB,
   -2px 2px 0 #2A52BB;

	
}

.link-button a{
    background: var(--blue_1-color);
    color: #FFF;
    border-radius: 25px;
}
.px-60
{
	padding-left: 3.75rem;
	padding-right: 3.75rem;
}
.home_section_22 .img-bg
{
	height:700px;
}
.section_box
{
	max-width:1440px;
	margin:0 auto;
	width:100%
}
.home_section_22_icon
{
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
	transform:translateX(-50%);
    z-index: 5;	
}
.home_section_marque
{
    position: absolute;
    top: 0;
    right: 0;
	height:100%;
    z-index: 5;	
	background:var(--blue_1-color)	
}


.vertical {
    -ms-transform: rotate(-90deg) translateX(50%) translateY(-50%);
    -moz-transform: rotate(-90deg) translateX(50%) translateY(-50%);
    /* -webkit-transform: rotate(-90deg); */
    transform: rotate(-90deg) translateX(50%) translateY(-50%);
    -ms-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    right: 50%;
    white-space: nowrap;
    cursor: vertical-text;
    position: absolute;
    display: block;
    height: auto;
    direction: rtl;
    z-index: 11;
    top: 50%;
}
.vertical span
{
	margin:0 35px;
}

.w-100
{
	width:100%
}
.home_section_21_ul li
{
	width:100%;
	padding:12px 0;
	background:#FFF;
	border-radius:35px;
	text-align:center;
	margin:0.625rem 0
}
.home_section_21_ul li:last-child
{
	margin-bottom:0
}
.span_bg span
{
	background:var(--blue_1-color);
	color:#FFF;
	padding:0 5px;
}
@media all and (max-width: 1400px){


}
.jc-se
{
	    justify-content: space-evenly;
}
header
{
	position:fixed;
	top:0;
	left:0;
	z-index:30;
	width:100%
}
[style*="font-size: 20px"] {
    font-size: 1.25rem !important;
}
[style*="font-size: 24px"] {
    font-size: 1.5rem !important;
}


.h_parallax_moments  .colw-26{
	width:33%
}

.footer_logo img
{
	max-width:122px
}
.about_text_h1
{
	min-height:120px;
	margin-bottom:1.5625rem
}
.dist_display_box .bg_white
{
	/*width:465px;
	height:465px;*/
	background:none
}
.dist_display_box img
{
	/*max-height:80%*/
	max-width:320px;
}
.world-map, .world-map1{
	-webkit-overflow-scrolling: touch;
  overflow-x: auto;       /* enable horizontal scroll */
  overflow-y: hidden;     /* prevent vertical scroll */
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none; /* IE and old Edge */
}

.world-map::-webkit-scrollbar , .world-map1::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}



.world-map img
{
	width:1419px;
	max-width:1419px;
	
}
.svg-icon { width: 30px; height: 40px;}
.svg-icon path{fill:#FFF}
.pin-lebanon {
    top: 280px;
    left: 1056px;
}
.map-location {
    position: absolute;
    margin-left: -12px;
    color: #323232;
}
.map-location .dogras-location-bubble {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 120px;
	text-align:center;
    margin-left: -65px;
    padding: 5px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.map-location .dogras-location-bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    margin-left: -8px;
    border-width: 8px 8px 0;
    border-color: rgba(255, 255, 255, 1) transparent;
}
.map-location .dogras-location-name {
    font-size: 14px;
    font-weight: 600;
}
.world-map1 svg
{
	width:1200px;height: auto;
}
.world-map1 path {fill: #73A5FF; stroke: #3060dd}

.world-map1 path[data-name="United States"] , 
.world-map1 path[data-name="Brazil"], 
.world-map1 path[data-name="United Arab Emirates"], 
.world-map1 path[data-name="Saudi Arabia"], 
.world-map1 path[data-name="Jordan"], 
.world-map1 path[data-name="Oman"], 
.world-map1 path[data-name="Iraq"], 
.world-map1 path[data-name="Palestine"], 
.world-map1 path[data-name="Lebanon"], 
.world-map1 path[data-name="Dominican Republic"], 
.world-map1 path[data-name="Lebanon"], 
.world-map1 path[data-name="France"], 
.world-map1 path[data-name="South Korea"],
.world-map1 path[data-name="Hong Kong"]

{
  fill: #FFF;
}
footer sup
{
	font-size:12px !important;
}
.mr-1-1
{
	margin-right:5px;
}
.p_products a:hover
{
	color:rgba(0,0,0,0.6)
}
.newsletter_main input
{
	border-radius:25px !important;
	    background: var(--blue_1-color) !important;
}
.newsletter_main button
{
    background: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
	width: 50px !important;
}
.newsletter_main button svg
{
   width:25px;
}
.logo_header img
{
	max-width:410px;
}

.equal-text-n11 {
    width: 100% !important;
    display: block;
}
    .fit-line {
        white-space: nowrap; /* Required for fit-to-width.js */
        display: block;
    }

    .wrap-line {
        display: block;
        text-align: justify;
        /* Distributes spacing between letters, not just words */
        text-justify: inter-character; 
        /* Prevents the last line of the wrap from looking weird */
        text-align-last: center; 
        word-break: keep-all;
    }
	
.pad-left-2
{
	padding-left:2px;
}
.ml-1-1
{
	margin-left:1px;

}	
	
	
/*
.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){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.stellarnav ul {gap: 1.5rem;}
.hme_section_4 .px-75{padding-right: 1.5625rem;padding-left: 1.5625rem;}
.h_parallax_moments .colw-26 {width: 34%;}
.h_parallax.h_parallax_3 .img-bg {height: 600px;}
}
@media all and (max-width: 1100px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1000px}

}
/*m*/@media all and (max-width: 1025px){
.container, .containerx {
	padding: 0 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;}

.contact_page_box .img-bg{

        position: relative;
        display: flex;
        height: 200px;
        overflow: hidden;
        top: auto;
        right: auto;float: left;
}
.img_contact_box_fr img{        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        /* margin: 0 auto; */
        transform: translateX(-50%);}
.contact_us_page  .mx-900{max-width:100%;        padding: 25px 0;}
.contact_page_abso_box {padding-top:0;display:flex;align-items:center;position:relative;top:auto;right:auto;left:auto;        height: auto;
        width: auto;}
.gap-25-m{gap: 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: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}
.stellarnav .menu-toggle{padding:15px 0}
.stellarnav .menu-toggle span.bars{margin-right:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.header_top_right {flex-direction: row;align-items: center;}
.bottom_footer .d-flex{align-items:center;gap:1.5rem;flex-direction:column}
.header_img_right , .header_img_left{display:none}
.values_list .values_box{border:0}
.max_630{max-width:100%}
.h_parallax.h_parallax_2 .img-bg{height:360px}
}
@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;}
.h_parallax_moments .colw-26 {width: 100% !important;}
.mx-360 {max-width: 100%;width:100%}
.home_section_before_last{width:100%;display:flex;padding-bottom:1.5625rem;padding-top:1.5625rem;align-items:center;        justify-content: center;}
.home_section_before_last img.tt-object{max-width:200px}
}

/*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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.dis_img_mobile{max-height:37dvh;}
.border_right_1 {border:0}
.flex-row-ss{    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;}
.f_desc_1 ul li {background-size: 20px;padding-left: 40px;}
.f_desc_1 ul {padding-left: 0;    padding-top: 1.125rem;}
.pl_custom_1 {padding-left: 40px ;}
.about_bg_m{background-position:center center !important;background-size: 180% !important;}
.about_abso_img_1{display:none}
.about_page  .h_parallax .img-bg{height:330px;}

.home_section_22 .img-bg {height: 550px;}
.home_section_22_icon{bottom:50%}
.white_wrap{white-space: inherit !important;}
.h_parallax.h_parallax_3 .img-bg {height: 440px;}
.h_parallax.h_parallax_3  .img-bg:before {content:'';display:block;}
    .video-wrapper {
        height: 250px; /* better UX on mobile */
    }
.p_products_section_m{padding:0 10px}	

.h_parallax .img-bg{position:absolute;top:0;left:0;width:100%;height:100% !important;z-index:3;background-size:cover}
.h_parallax_text{position:relative;top:auto;left:auto;z-index:5;padding:3.125rem 0}
.h_parallax.h_parallax_3 .img-bg {background-position: -195px 0;}
.dist_display_box{width:100%;}
.dis_img_mobile{display:none}
.about_text_h1{min-height:20px;}
.about_page_top_section .letter_spacing_4 , .about_page_top_section .letter_spacing_3 {letter-spacing:0}
.distributors_page .w-100.jc-se.mb-20{margin-bottom:0}
.logo_header img {max-width: 300px;}
.section_home_parallax_1 .h_parallax_text{padding-top:1.5625rem}
.section_home_parallax_1 .mt-100{margin-top:1.5625rem}
.section_home_parallax_2 .mx-445{max-width: 70%;width: 100%;}
.section_home_parallax_2 .melt_lg img {max-width: 350px;}
.section_home_parallax_2 .equal-text-n .font-24 {    font-size: 1.375rem;}
.h_parallax.h_parallax_4  .img-bg:before {content:'';    background: linear-gradient(270.35deg, rgba(0, 0, 0, 0) 0.29%, rgba(48, 96, 221, 0.5) 70.64%);}
.hme_section_7 .home_section_22_icon{width:80%;bottom:auto}
.about_page  .mx-550{max-width:100%;width:100%}
.hme_section_4 .lst-word:last-child{letter-spacing:1.4px;}
.h_s4_w{text-align:center !important}
.mr-1-2{margin-right:0 !important}
}


/*s*/@media all and (max-width: 400px){
.logo_header img{max-width:290px}
}


.newsletter_main .FormResult1 * 
{
	color:#FFF
}
.equal-text-n {
  overflow: hidden;
}


.newsletter_main input {
    border-radius: 25px;
    background-color: var(--blue_1-color);
    color: #fff;
    border: none;
    appearance: none;
    -webkit-appearance: none;
}

/* 🔥 Chrome / Edge / Safari autofill fix */
.newsletter_main input:-webkit-autofill,
.newsletter_main input:-webkit-autofill:hover,
.newsletter_main input:-webkit-autofill:focus,
.newsletter_main input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px var(--blue_1-color) inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}