@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #383B43;
  --lightgrey-color: #C8C8C8;
  --red-color: #E60C0C; 
}

*
{
	color:var(--black-color)
}
body
{	
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:var(--black-color)
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

/*
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--yellow-color)
}
*/
.font1 , .font1 *
{
	  font-family: "Inria Serif", serif;

}

html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.bg_black
{
	background: #101010;
}

.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(--red-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;	
}
.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-100
{
	gap:6.250rem;
}
.ac-fs
{
	align-content:flex-start
}
.capitalize
{
	text-transform:capitalize
}

.border_top_1
{
	border-top:1px solid var(--lightgrey-color)
}
.red
{
	color:var(--red-color)
}
.bg_1
{
	background:#EDEFF3
}
.bg_2
{
	background:#35373A
}
.bg_3
{
	background:#DFE3EB
}
.bg_4
{
	background:#646262
}
.color_1 , .color_1 *
{
	color:#646262
}
.color_2 , .color_2 *
{
	color:#3F95F0
}
.border_right_1
{
	border-right:1px solid #646262
}
.border_bottom_1
{
	border-bottom:1px solid #000000
}

.border_bottom_2
{
	border-bottom:1px solid #C8C8C8
}
.border_bottom_3
{
	border-bottom:1px solid #EDEFF3
}

.border_2
{
	border:1px solid #EDEFF3
}

/**************************************************************/
/*///////////////////////////////////////*/
.bg_box
{
    background-image: 
        url('../img/mask.svg') , 
		linear-gradient(to left, #EDEFF3 0%, #D9D9D9 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
}
.equal-img {
    flex: 1;               /* equal width */
}

.equal-img img {
    width: 100%;           /* stretch the image */
    height: auto;          /* keep proportions */
    object-fit: cover;     /* optional: crops nicely */
    border-radius: 5px;    /* keep your br-5 */
}
.ww_temp , .ww_cond{
	font-size:0.9375rem !important
}
.ww_current
{
	flex-wrap:nowrap !important;

}
.ww-box
{

	padding:0 !important
}
.ww_icon
{
	width:auto !important;
	margin :0 10px !important
}
.ww_icon  svg
{
	width:30px !important;
	height:30px !important
}
.ww_source
{
	display:none !important
}
.ww_cond , .ww_temp
{
	margin:0 !important
}
.menu_box
{
	box-shadow: 0 4px 4px rgba(0,0,0,0.25)
}
.main_a
{
	transition:all 0.5s ease-in-out;
}
.stellarnav>ul>li>a {
    padding: 0 15px;
	border-right:1px solid var(--lightgrey-color);
	display: flex;
    align-items: center;
}
.stellarnav>ul>li>a:hover .main_a {
    color: var(--red-color)
}
.stellarnav ul li:nth-child(2) a
{
	padding-left:0
}
.stellarnav li a
{
	color:#000
}
.stellarnav ul ul
{
	background:#FFF;
	width: 230px;
	box-shadow:0 8px 8px rgba(0,0,0,0.25)
}
.stellarnav ul ul ul {
    left: 230px;
}
.stellarnav ul li:last-child a{
    border:0;
	padding-right:0
}
.stellarnav ul ul a
{
	padding:12px 15px !important;
	font-size:1rem
}
.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    display: inline-block;
}
.stellarnav li li.has-sub>a:after {
    margin-left: 10px;
    float: right;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
    position: relative;
    top: 6px;
}


.footer_social svg
{
	width:40px;
}
.f_links li
{
	display:block
}
.newsletter_main
{
	background:#FFF;
	border-radius:5px;
}
.newsletter_main input
{
	border-radius:5px;
	border:0 !important;
	color:#000;height:50px;
	background: #FFF;
	
}
.newsletter_box
{
	width:calc(100% - 124px);
	
}
.newsletter_main button
{
	border:0;
	color:#FFF;
	height:50px;
	width:124px;
	border-radius:5px;
	background: #000;
}
.border_circle
{
	border-radius:50%
}


.h_daily_news .swiper-button-next{
    right: -31px;
    top: calc(50% - 31px);
    width: 63px;
}
.h_daily_news .swiper-button-prev{
    left: -31px;
    top: calc(50% - 31px);
    width: 63px;
	transform:rotate(-180deg)
}
.h_daily_news .swiper-button-next:after,.h_daily_news .swiper-button-prev:after
{
	display:none
}
.colw-72 {
    width: 72%
}
.colw-68 {
    width: 68%
}
.colw-58 {
    width: 58%
}
.colw-28 {
    width: 28%
}
.h_main_video_box
{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	width:100%;
	height:100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.h_abso_video{
	position:absolute;
	top:50%;
	left:50%;
	z-index:5;
	transform:translate(-50%,-50%)	;
}
.w-100
{
	width:100%
}
.h-videos-listing-slider
{
	height:400px;overflow:hidden
}
.contact_desc b
{
	font-weight:500;
}
.contact_desc ul
{
	display:flex;
	gap:25px;
	flex-wrap:wrap;
}
.contact_desc ul li
{
	width:calc(50% - 25px)
}
.contact_us_box .img-bg
{
	height:100%;
	width:100%;
}
.p_desc h3
{
	font-size:1.875rem;
	line-height:initial
}
.p_desc b
{
	font-weight:600;
}
.p_desc ul
{
	padding-left:15px;
}
.p_desc ul li
{
    display: list-item;
    list-style: disc;
}
.breadcrumbs ul
{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
}
.home_posts_categories .home_posts_categories_box:last-child
{
	margin-bottom:4.6875rem
}


.h_parallax {
    position: relative;
    overflow: hidden;

}
.h_parallax .img-bg {
    height: 440px;
	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, 0, 0, 0.2);
}

.h_parallax_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}  
.updates-slider-sub
{
	height:570px;
}
.p_desc
{
	font-size:1.125rem
}
.p_desc p , .p_desc li
{
	margin-bottom:1rem
}
.p_desc ul
{
	padding-left:15px;
}
.p_desc ul li
{
	display: list-item;
    list-style: disc;
}
.video_button
{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
	transform:translate(-50%,-50%);	
	z-index:5
}













/*---------------------------------------------------------------------------*/



.search-modal {
    background: rgb(0 0 0 / 90%);
    opacity: 0;
    transition: .35s ease-in-out;
    will-change: opacity;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.search-form {
    max-width: 700px;
    width: 100%
}

.search-modal .mfp-wrap {
    opacity: 0;
    will-change: opacity;
    transition: .4s ease-in-out;
    transform: scale(.95)
}

.search-modal.active {
    opacity: var(--bg-opacity, .98);
    visibility: visible
}

.search-modal.active .mfp-wrap {
    opacity: 1;
    transform: none
}

.search-modal .search-field {
    padding: 0 0 12px;
    margin-bottom: 22px;
    border: 0;
    border-bottom: 1px solid #FFF;
    height: auto;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: 0 0
}

.search-modal .search-field::placeholder {
    color: #fff;
    opacity: 1
}

.search-modal .search-field:-ms-input-placeholder {
    color: #fff
}

.search-modal .search-field::-ms-input-placeholder {
    color: #fff
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.search-modal .message,.search-modal .message * {
    font-size: 18px;
    color: #777
}

.search-modal .mfp-close {
    position: absolute;
    z-index: 1046;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    color: #fff;
    font-size: 60px;
    font-family: Arial,Baskerville,monospace;
    line-height: 44px;
    opacity: .65;
    -webkit-text-stroke: 2px #FFF;
    transition: .5s ease-in-out
}


nav {
    position: fixed;
    width: 430px;
    overflow-y: scroll;
    height: 100vh;
    box-sizing: border-box;
    left: -430px;
    padding: 0;
    top: 0;
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    z-index: 1000;
	background: #000;
}

.nav_menu li {
    width: 100%
}

.nav_menu li.click_menu a:after {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 50;
    width: 10px;
    height: 18px;
    transition: .5s ease-in-out;
    background: url(../img/m_right.svg) center center no-repeat;
    content: ''
}

.nav_menu li a {
    display: block;
    transition: .5s ease-in-out
}

.nav_menu li.active {
    background: #1a1a1a
}

.nav_menu li.active a:after {
    transform: rotate(90deg)
}

.slided {
    -ms-transform: translate(430px,0);
    -webkit-transform: translate(430px,0);
    transform: translate(430px,0)
}

nav::-webkit-scrollbar {
    width: 8px;
    height: 16px
}

nav::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000
}
.click_menu ul li {
    border-bottom: 1px solid #414141;
}
.nav_menu li {
    width: 100%;
}
.nav_menu li ul, .nav_menu li ul li.no_arrow a:after {
    display: none;
}
.bt-1 {
    border-top: 1px solid #fff;
    opacity: .5;
}
.subscribe_button a {
    border: 1px solid #fff;
    height: 27.81131362915039px;
    border-radius: 5px;
    display: table;
}
.filter_white
{
	filter: brightness(0) invert(1);

}
.nav_menu li li{
    padding:0
}
.shadow.active {
    top: 0;
    left: 0;
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 50;
    content: '';
    transition: .5s ease-in
}
.stellarnav {
    width: 100%;
    z-index: 10;
}
._df_book
{
	height:900px;
}
.trigger-menu
{
	display:none
}
.mx_episodes
{
	max-width:500px;
}
@media screen and (max-width: 768px) {

.equal-img {
	flex: 1 1 calc(100% - 10px); /* 2 per row */
	padding:0 20px;
}
.ww_icon
{
	margin :0 5px !important
}
}







@media all and (max-width: 1400px){


}

/*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: 1100px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.container{width:1000px}

}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.stellarnav > ul > li > a {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;}
.footer_logo img{max-width:280px}
.newsletter_box , .newsletter_main button{width:100%}
.stellarnav.trigger.font-20 *{font-size:1rem}
.h-videos-listing-slider .font-20{font-size:1rem}

}
/*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: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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_logo img {max-width: inherit; }
.footer_logo a{justify-content:center}
.post_box .svg_time{display:none}
.updates-slider-sub{height:auto}
.trigger-menu{display:block}
}
@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_daily_news .swiper-button-next {right: -15px;    width: 42px;}
.h_daily_news .swiper-button-prev {left: -15px;    width: 42px;}
.menu_box{display:none}
.menu_box_xm{box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}
.h-videos-listing-slider{height:auto}
._df_book
{
	height:400px;
}
}

/*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}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_logo img {max-width: 320px; }
.h_abso_video1 svg{width:50px;}
.trigger-menu svg{width:25px;}
.search_button svg{width:25px;}
.header_logo img{max-width:200px}
.top_header .gap-20{gap:1rem}
.pl-5-s{padding-left:5px;}
.pr-5-s{padding-right:5px;}
.h_parallax .img-bg {height: 350px;}
.font-60, .font-60 * {font-size: 2.75rem;}
.font-30-s *{font-size: 1.75rem;line-height:inherit}
}


/*s*/@media all and (max-width: 400px){
.trigger-menu svg{width:20px;}
.search_button svg{width:20px;}
.header_logo img{max-width:180px}
}