@font-face {

 font-family: 'Muli';
    src: url('../muli/Muli.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../muli/Muli.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../muli/Muli.woff') format('woff'),  /* Newer browsers */
         url('../muli/Muli.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../muli/Muli.svg#Muli') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {

 font-family: 'Muli-Bold';
    src: url('../muli/Muli-Bold.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../muli/Muli-Bold.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../muli/Muli-Bold.woff') format('woff'),  /* Newer browsers */
         url('../muli/Muli-Bold.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../muli/Muli-Bold.svg#Muli-Bold') format('svg'); /*IE og iOS earlier than version 5*/
}

@font-face {

 font-family: 'Muli-Light';
    src: url('../muli/Muli-Light.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../muli/Muli-Light.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../muli/Muli-Light.woff') format('woff'),  /* Newer browsers */
         url('../muli/Muli-Light.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../muli/Muli-Light.svg#Muli-Light') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	font-family: 'Muli';
	font-size:16px;
	color:#484847;
		font-weight:400;
	
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #CD2C5D;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#000;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-light , .font-light *
{
	 font-family: 'Muli-Light';
}
.font-bold , .font-bold *
{
	 font-family: 'Muli-Bold';
}
.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-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-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;
	line-height:2rem
}
.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;
	line-height: 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;
	line-height:3.75rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
	line-height: 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
}
.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;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;
	display:none

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 4px;
	width:30px;
	margin:0;
	background: #C60A45;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;
	width:20px;

}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;background:#FFF
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	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
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.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-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
a:hover
{
	color:#CD2C5D
}
.ai-initial
{
	align-items:initial
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s 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 0.75s 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 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}

/**************************************/
.br1
{
	border-right:1px solid #D1D1D1
}
.logo img
{
	width:250px;
}header nav li {
    margin: 0 10px;
}
.languages a
{
  border-radius: 3px;
  background-color: #C60A45;
}
.languages a:hover
{
   background-color: #39393A;
  color: #FFF;
}





.breadcrumbs  li
{
	margin:0 5px;
}
.bg1
{
	background:#1F1F1F
}.bg2
{
	background:#39393A
}
.bg3
{
	background:#F2F2F2
}
.bg4
{
	background:#2F2F2F
}

.footer_social li
{
	margin-right:10px;
}
.sponsors div
{
	margin-right:5px;
}
.newsletter-signup-form input[type=search]
{
  border: 1px solid #292626;
  border-radius: 3px;
  background-color: #1F1F1F;
}

.newsletter-signup-form button[type="submit"] {
    position: absolute;
    right: 5px;
        top: 8px;
	z-index:50;
  border-radius: 3px;
  background-color: #C60A45;
}
.color1 , .color1 *{
	color:#484847
}
.color2 , .color2 *{
color:#CD2C5D
}
.line-height
{
	line-height:1
}
.send button
{
	background:#C60A45;
	border-radius:3px;
}.read_more a
{
  border-radius: 3px;
  background-color: #C60A45;
}
.read_more a:hover
{
   background-color: #39393A;
  color: #FFF;
}
.border1
{
	border:1px solid #979797
}
.ai-in
{
	align-items:inherit
}
.countries
{

	cursor:pointer;
}
/*
.countries
{
	position:absolute;
	z-index:50;
	cursor:pointer;
}
.c1
{
    width: 215px;
    height: 165px;
    left: 145px;
    top: 75px;
}
.c2
{
    width: 215px;
    height: 205px;
    left: 85px;
    top: 260px;
}
.c3
{
    width: 75px;
    height: 150px;
    left: 500px;
    top: 40px;
}.c4
{
    width: 17px;
    height: 30px;
    right: 380px;
    top: 100px;
}.c5
{
    width: 15px;
    height: 30px;
    right: 390px;
    top: 142px;
}.c6
{
    width: 75px;
    height: 70px;
    right: 302px;
    top: 50px;
}
.c7
{
    width: 123px;
    height: 121px;
    right: 169px;
    top: 50px;
}


.c8
{
    width: 152px;
    height: 177px;
    right: 413px;
    top: 166px;
}.c9
{
    width: 197px;
    height: 208px;
    right: 380px;
    top: 344px;
}.c10
{
    width: 197px;
    height: 208px;
    right: 150px;
    top: 192px;
}
.c11
{
    width: 69px;
    height: 78px;
    right: 319px;
    top: 130px;
}

.c12
{
    width: 15px;
    height: 14px;
    right: 127px;
    top: 263px;
}
.c13
{
    width: 15px;
    height: 25px;
    right: 113px;
    top: 273px;
}
.c14
{
    width: 82px;
    height: 36px;
    right: 30px;
    top: 299px;
}*/
.countries
{
	transition:all 0.2s ease-in-out;
}
.countries:hover
{
	opacity:0.7
}
.link_goes a
{
	color:#E02020;
	text-decoration:underline
}
.link_goes a:hover
{
	color:#FFF;
}

.filter
{


}


.is-animated {
  animation: .8s rotate-right;
}

@keyframes rotate-right {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: none;
  }
}
.triangle:before
{
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    clear: both;	
}
.triangle1:before
{
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #39393A;
    clear: both;	
}
.bb2
{
	border-bottom:6px solid #C60A45;
}
.bg_white
{
	background:#FFF
}
.categories_box .colw-25 .bg_white:hover
{
	background:rgba(255,255,255,0.5)
}
.events_shadow:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;  background: linear-gradient(0deg, #484847 0%, rgba(0,0,0,0) 100%);
	content:'';
}
.events_date
{
	border-radius:5px;
	position:absolute;
	top:15px;
	left:15px;
	z-index:60;	
}

.link_read a
{
	color:#E02020;
	text-decoration:underline
}
.link_read a:hover
{
	color:#E02020;
}
.bg5
{
	background:#C60A45;
	border-radius:5px;
}
.gallery_slick
{
	width:670px;
}
 .gallery_slick .latest_arrow  
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 30px;
    display: block;
	z-index:500;
	width:35px;
	height:60px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
}


.gallery_slick .rightLst  
{
	      right:calc(50% - 50px)
}
.gallery_slick .leftLst 
{
	  left: calc(50% - 50px)
}



.gallery_slick
{
	margin-bottom:0 !important
}
.events_abso span
{
	border-radius:5px;
}
.events_abso
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:60
}


.related_slick .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.related_slick .slick-list  {
      margin: 0 -15px;
  }
  
  
  .related_slick  .slick-dots li 
{
	width:10px;
	height:10px;
	border-radius:25px;
}
.related_slick .slick-dots li 
{
margin: 0 5px;	
}

 .related_slick .slick-dots li button 
{
	width:10px;
	height:10px;border-radius:25px;
	background:#C60A45;transition: all 0.5s ease-in;
	padding:0
}
.related_slick .slick-dots li button:before 
{
	display:none
}
 .related_slick .slick-dots li button:hover , .related_slick .slick-dots li.slick-active button 
{
	background:#39393A;
}
.year_calendar 
{
	margin-bottom:0 !important
}
.year_calendar span
{
  height: 13px;
  width: 13px;
  background-color: #575757;
  border-radius:50%;
  margin-top:10px;
  position:relative;
  z-index:60
}
.year_calendar .flex-column:before
{
		position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	height:2px;
	z-index:60;
	content:'';
	  background: linear-gradient(90deg, #2F2F2F 0%, #000000 52.05%, #2F2F2F 100%);

}
.year_calendar .year_box
{
	width:12.5%;
}

.year_box .active span
{
  height: 13px;
  width: 13px;
  background-color: #FFF;
}
.year_box .active
{
	font-size:2.8125rem;
	line-height:3.75rem
}
.b1-bg
{
	background:#0091FF;
}
.b2-bg
{
	background:#0163A1;
}
.b3-bg
{
	background:#CE1312;
}




.banners {
    margin-bottom: -5px !important;
}
.main_bg {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: linear-gradient(90deg, #000000 0%, rgba(255,255,255,0) 100%);

    z-index: 50;
	content:'';

}.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height:100%;
    z-index: 50;
    padding-top: 0;
}


.banners  .slick-dots li
{
	width:25px;
	height:5px;
	border-radius:25px;
}

.banners .slick-dots li 
{
	margin:0 2.5px;
}
 .banners .slick-dots li button
{
	width:25px;
	height:5px;border-radius:25px;
	background:#870380;transition: all 0.5s ease-in;
	padding:0
}
.banners .slick-dots li button:before
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button
{
	background:#FFF;
}
.banners .slick-dots {
    bottom: 10vh;
}


.banners .slick-slide .banners_bg
{
	    transition: all 0.4s ease;
		 transform: translate(-5%, 0) scale(0.8);
}.banners .slick-active  .banners_bg
{

		    transform: scale(1);
}
.banners_text b
{
	font-size:3.125rem;
	line-height: 3.125rem;font-family: 'Muli-Bold';text-transform:uppercase
}

.banners .slick-active{animation:Slick-FastSwipeIn 1s both;}


@keyframes myMove{
  from{transform:scale(1.0,1.0);transform-origin:50% 50%;}
  to{transform:scale(1.8,1.9);transform-origin:50% 0%;}
}
@keyframes Slick-FastSwipeIn{
  0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);}
  100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);}
}

@keyframes in-left{
  from{-webkit-transform:rotate3d(0,1,0,90deg);transform:rotate3d(0,1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-left{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,1,0,86deg);transform:rotate3d(0,1,0,86deg);}
}
@keyframes in-right{
  from{-webkit-transform:rotate3d(0,-1,0,90deg);transform:rotate3d(0,-1,0,90deg);}
  to{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
}
@keyframes out-right{
  from{-webkit-transform:rotate3d(0,0,0,0deg);transform:rotate3d(0,0,0,0deg);}
  to{-webkit-transform:rotate3d(0,-1,0,86deg);transform:rotate3d(0,-1,0,86deg);}
}


 .banners .latest_arrow  
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 30px;
    display: block;
	z-index:500;
	width:50px;
	height:50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
}


.banners .rightLst  
{
	      right:20px
}
.banners .leftLst 
{
	  right: 80px
}

.countries_map_mob{
	display:none
}





.tabTriggers_local
{
	display:flex;
	gap:5px;
}
.tabTriggers_local li {
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    background: #f2f2f2;
        padding: 10px 15px;
}
.tabTriggers_local li.active {
    background: #c60b4e;
    color: #fff;
}
.tabTriggers_local li a {

    color: #121212;
}
.tabTriggers_local li.active a {
    background: #c60b4e;
    color: #fff;
}
.tabTriggers_local li a {
    border: 0;
    text-align: center;
	cursor:pointer;
    height: 50px;
    margin: 0px;
}

.colw-14
{
	width:14.2%
}




@media all and (max-width: 1400px){
	.container{width:1200px}
	*{font-size:13px;}

}



@media all and (max-width: 960px){
.slided nav {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}

.back_inner{position:relative;left:auto;top:auto;margin:0 0 20px 20px;}.back_inner a{transform:inherit}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;    overflow: scroll;
		height: 100vh;
		box-sizing: border-box;
		background: #C60A45;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}


	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		height:0;
		overflow:hidden;
		background:none;		
		left:20px;

	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 ;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}
	header li .ddm{padding:0}
	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
	
	header li .ddm{width:100%;left:auto !important;box-shadow:inherit}
	header li .ddm li{background:none}
	header li .ddm ul{padding:0}
	h1, h2, h3, h4, h5, h6{line-height:initial  !important}
	.flex-row-med{flex-direction:column;display: flex !important;justify-content: center;align-content: center;align-items: center;}
	.flex-row-med img{width:100% !important}
	.br1{border:0}
	.countries_map{display:none}
	.countries_map_mob .countries{    top: auto;
    left: auto;
    position: relative;
    border: 1px solid #2F2F2F;
    padding: 5px 0;
    width: calc(33% - 10px);
    height: auto;
    right: auto;
    margin: 5px;
    text-align: center;}
	.countries_map_mob{display:flex;flex-wrap:wrap;margin-top:25px;}
	
	
.year_calendar  .slick-track 
{
    display: flex !important;
}

.year_calendar  .slick-slide 
{
    height: inherit !important;
}
.year_calendar  .slick-slide  
{
	height:100%
}
.year_box .active{line-height:inherit}
.banners .font-24, .banners .font-24 *{font-size:1.2rem}
.font-70, .font-70 *{font-size:2.375rem;line-height:2.375rem}	.seocialfeeds iframe{width:100%}
	.mb-25-m{margin-bottom:1.5625rem;}
.gallery_slick
{
	width:400px
}
}
@media all and (max-width: 670px){
.gallery_slick
{
	width:100%
}
.fr-n
{
	float:none !important
}
}
@media all and (max-width: 460px){
	.related_slick img{width:100%}
	.py-100{padding-bottom: 3.125rem;padding-top: 3.125rem;}
	.d-none-med{display:block}.tip_box{margin-right:0;}
	.py-25-m{padding-top:1.5625rem;padding-bottom:1.5625rem;}
	.py-50-m{padding-top:3.125rem;padding-bottom:3.125rem;}
	.px-25-m{padding-right:1.5625rem;padding-left:1.5625rem;}
	.px-0-m{padding-right:0;padding-left:0;}
	.pr-25-m{padding-right:1.5625rem;}
	.pt-25-m{padding-top:1.5625rem;}
	.pb-25-m{padding-bottom:1.5625rem;}
	.mb-50-m{margin-bottom:3.125rem;}
	.mb-25-m{margin-bottom:1.5625rem;}
	.mt-25-m{margin-top:1.5625rem;}
	.pt-50-m{padding-top:3.125rem;}
	.pr-0-m{padding-right:0}
	.pl-0-m{padding-left:0}
	.pt-0-m{padding-top:0 !important}
	.pb-0-m{padding-bottom:0 !important}
	.mt-0-m{margin-top:0}
	.ml-0-m{margin-left:0 }	
	.pl-15-m{padding-left: 0.9375rem;}
	.flex-row-m{flex-direction:column}
	.main_bg{height:400px;}
	.d-none-m{display:none !important}
	.txt-cntr-m{text-align:center}
	.mt-50-m{margin-top: 3.125rem;}
	.pb-50-m{margin-bottom: 3.125rem;}
	.py-50-m{padding-bottom: 3.125rem;padding-top: 3.125rem;}
	.mb-50-m{margin-bottom: 3.125rem;}
	.footer_menu li {margin: 0 5px;}
	.txt-cntr-m{text-align:center}.txt-cntr-m img{display:inline-block}
	.font-60, .font-60 *{font-size:2.5rem}
	.font-50, .font-50 *{font-size:2rem}
	
	.insideImg .img-bg{height:210px;}
	.languages {display:none}.logo img {
    width: 115px;
}
}
