
:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #383B43;
  --lightgrey-color: #C8C8C8;
  --purple_1-color: #560C2D; 
}

*
{
	color:var(--white-color)
}
body
{	
	font-family: 'Avenir-Roman';
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:var(--white-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
{
	background:#000
}
a {
	color:var(--white-color);
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--purple_1-color)
}
.font-roman , .font-roman *
{
	font-family: 'Avenir-Roman';
}
.font-medium , .font-medium *
{
	font-family: 'Avenir-Medium';
}
.font-black , .font-black *
{
	font-family: 'Avenir-Black';
}
.font-heavy , .font-heavy *
{
	font-family: 'Avenir-Heavy';
}
.font-book , .font-book *
{
	font-family: 'Avenir-Book';
}

.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: 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-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
}
.red
{
	color:var(--red-color)
}
.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
}
.bg_1
{
	background:rgba(277,277,277,0.1)
}
.bg_2
{
	background:var(--purple_1-color)
}
.bg_3
{
	background:rgba(86,12,44,0.6);
}
.bg_4
{
	background:#BA3771;
}
.line-initial
{
	line-height:initial
}
.bg_5 {
    background: linear-gradient(360deg, #000 33.82%, #5E2645 100%);
}
.bg_6
{
	background:#4B1F32;
}
.color_1
{
	color:#D3C1C1
}
.color_2
{
	color:#F95AA0
}
.color_3
{
	color:#BA3771
}
.color_4 , .color_4 *
{
	color:#AAAAAA
}
.border_bottom_1
{
	border-bottom:1px solid #323131
}
.border_bottom_2
{
	border-bottom:1px solid #4A4747
}
/**************************************************************/
/*///////////////////////////////////////*/
.stellarnav>ul>li>a {
    padding: 0;
}
.stellarnav {
    width: auto;
    z-index: 20;
}
.stellarnav ul{
    display: flex;
    gap: 2.5rem;
}
.stellarnav a .main_a
{
	border-bottom:4px solid transparent;
	padding-bottom:10px;
}
.stellarnav a.active .main_a ,.stellarnav a:hover .main_a
{
	border-bottom:4px solid #FFF;
}
.link_button_white a
{
	background:#FFF;
	color:#000
}
.link_button_white a:hover
{
		color:#FFF;
		background: linear-gradient(96deg, #60317D 26.28%, #4563AA 100.25%);
}



 .link_button_linear a
{
	
	background: linear-gradient(96deg, #60317D 26.28%, #4563AA 100.25%);
	color:#FFF
}
.link_button_linear a:hover
{
		background: linear-gradient(96deg, #4563AA 26.28%, #60317D 100.25%);
		color:#FFF
} 



.header_sub .img-bg{
	width:100%;
	height:340px;
}

.bottom_footer{
	background: linear-gradient(180deg, #000 33.82%, #5E2645 100%);

}
.f_links li
{
	display:block
}
footer
{
	background:url('../img/footer_wave.svg') no-repeat bottom center / cover ;
}
.link_button_linear.w-350 a
{
	width:350px;
}

.colw-48
{
	width:48%
}

.site-form label {
    margin-bottom: 5px;
    color: #FFF;
    display: inline-block;
}
.site-form input[type=text], .site-form input[type=email], textarea, .site-form input[type=password] {
    height: 50px;
    border: 1px solid #D4D7E3;
    background: #F7FBFF;
	border-radius:12px;
	color:#8897AD
}

.site-form input::placeholder {
    color: #8897AD;
    opacity: 1
}

.site-form input:-ms-input-placeholder {
    color: #8897AD
}

.site-form input::-ms-input-placeholder {
    color: #8897AD
}
.site-form textarea
{
	height:95px;
}
.site-form button[type=submit] 
{

    background: linear-gradient(96deg, #60317D 26.28%, #4563AA 100.25%);
    color: #FFF;
	width:100%;
	height:50px;
	border:0;

	
}


.h_parallax {
    position: relative;
    overflow: hidden;

}

.h_parallax .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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, 0, 0, 0.7);
}
.h_parallax.h_parallax_1  .img-bg:before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.h_parallax.h_parallax_2  .img-bg:before {

    background-color: rgba(0, 0, 0, 0.4);
}
.h_parallax_text{
	position:relative;
	z-index:7
}
.values_list .values_box
{
	border-right:1px solid rgba(255,255,255,0.4)
}
.values_list .colw-33:last-child .values_box
{
	border-right:0
}
.values_list .colw-33:nth-child(3) .values_box
{
	border-right:0
}
.work_numbers
{
	color:var(--purple_1-color);
	font-size:8.125rem;
	line-height:1rem
}



.marketing_left_box_main .marketing_left_box
{
	background:rgba(86,12,44,0.5);
	transition:all 0.5s ease-in-out;	
}
.marketing_left_box_main .marketing_left_box:hover , .marketing_left_box_main .marketing_left_box.active
{
	background:rgba(86,12,44,1);
}
.absolute_box
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 5;	
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	
	transition:all 0.5s ease-in-out;	
}
.absolute_box_hover:hover .absolute_box
{
	background:rgba(0,0,0,0.3);
}
.absolute_box_hover:hover img
{
	transform:scale(1.1)
}
.overflow-hidden
{
	overflow:hidden
}
.mx_905
{
	max-width:905px;
}
.max_600
{
	max-width:595px;
}
.max_630
{
	max-width:630px;
}
.portfolio_categories
{
    position: absolute;
    top: 20px;
    left: 20px;
    content: '';
	z-index: 5;		
}
.before_content_1:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 3;	
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;	
}
.f_desc b
{
	font-family: 'Avenir-Black';font-size:1.25rem
}
.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: 28px;
	margin:10px 0
}
.work_with_us_box
{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 5;	
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;	
}

.work_numbers_white
{
	color:#FFF;
	font-size:6.25rem;
	line-height:1rem
}
.expan_box{

  border-radius: 12px;
  border: 1px solid transparent;

  background:
    linear-gradient(#000, #000) padding-box,     /* box background */
    linear-gradient(to bottom, #fff, #000) border-box; /* border */

  color: #fff;

}
.careers_abso
{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    z-index: 5;
    transform: translate(-50%, -50%);
}

.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 12px;
}
.file-custom img
{
	width:20px;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}

.h_testimonials_box
{
	width:400px;
	border:1px solid rgba(255,255,255,0.3)
}
.testimonials-slider .swiper-slide , .text__scroll .swiper-slide{
  width: auto !important;          
  display: inline-flex; 
}

.award-scroll-line *
{
	font-size:8.125rem;
	 color: #000;
    -webkit-text-stroke: 1px #B92266;
}
.testimonials-slider .swiper-slide , .text__scroll .swiper-slide{
  width: auto !important;          

}



.our-process-slider {
  max-width: 905px;
  aspect-ratio: 4 / 3;
}

.our-process-slider .swiper-slide {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-process-slider.swiper-cards11 {
    overflow: visible;
}

.our_process_box
{
	
}




.swiper-slide-shadow {
         background:none !important; 
}
.our_process_box .swiper-pagination
{
    right: -40px;	
}
.our_process_box .swiper-pagination .swiper-pagination-bullet
{
   width:13px;
   height:13px;
   background:rgba(277,277,277,0.6)
}
.our_process_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{

   background:#FFF
}

.bg_before_1:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    content:'';
	background:rgba(0,0,0,0.2)	
}
.our_core_services_box_img img
{
	position:absolute;
	right:0;
	top:-15px;
	opacity:0
}
.our_core_services_box *
{
	transition:all 0.5s ease-in-out;
}
.our_core_services_box:hover *
{
	color:#D23A7D
}
.our_core_services_box:hover .our_core_services_box_img img
{
	opacity:1
}

.banner_box
{

	height:100vh;	
	overflow:hidden
}
.home_page header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:25
}
.banner_box .img-bg
{
    -webkit-animation: kenburns-bottom 3s ease-out both;
    animation: kenburns-bottom 3s ease-out both;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4 
}
.circle {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #000000 90.87%, #28141D 100%);
    margin: 0 auto;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 5;
    transform: translateX(-50%);
	
}
.banner_box_animated
{

    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
	transform: translate(-50%,-50%);
}
.banner_box_text
{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	height:100%;
	z-index:7;
    width: 100%;
    max-width: 800px; 
    padding-top: 15%;
    padding-bottom: 2%;
}
.w-100
{
	width:100%
}
.icons_list span{
	width:46px;
	height:46px;
	border-radius:50%;
	background:#60317D
}

.icons_list span img{
	max-width:25px;
}
















.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 70px;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
    width: 12px;
    height: 12px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
    height: 35px;
    width: 20px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@media all and (max-width: 1400px){


}
.test_desc_min
{
	min-height:170px
}
.testimonials-slider .swiper-wrapper{
	
}
/*m*/@media all and (max-width: 1200px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1100px}
	.tt-np-caption123{width:100%}
	.burger_menu {padding:25px 0; }	
	.language{border:0}

}
@media all and (max-width: 1200px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.stellarnav ul {gap: 1.5rem;}
}
@media all and (max-width: 1100px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1000px}

}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.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;}

.header_top_right.gap-80 {gap: 15px;}
.header_logo img{max-width:100px;}
.header_top_right{flex-direction: column;align-items: flex-end;}
.header_top_right .link_button_white {order:1}
.header_top_right .stellarnav  {order:2}
}
/*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%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.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:#000}
.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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.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%}
}
@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;}

}

/*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;}
.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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.work_numbers{line-height:inherit}
.knowledge-slider .absolute_box {position:inherit}
.banner_box_text {padding: 60% 5% 5% 5%;}
.header_sub .font-60{font-size:2.5rem}
.test_desc_min {min-height: 100px;}
}


/*s*/@media all and (max-width: 400px){
	.testimonials_box {width:100%}
.h_testimonials_box {max-width: 100%;width:320px}

}