@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'CenturyGothic';
    src: url('../century/CenturyGothic.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../century/CenturyGothic.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../century/CenturyGothic.woff') format('woff'),  /* Newer browsers */
         url('../century/CenturyGothic.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../century/CenturyGothic.svg#CenturyGothic') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
	/*https://en.m.fontke.com/search/font/neue%20einstellung%20Black/*/
 font-family: 'CenturyGothicBold';
    src: url('../century/CenturyGothicBoldo.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../century/CenturyGothicBoldo.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../century/CenturyGothicBoldo.woff') format('woff'),  /* Newer browsers */
         url('../century/CenturyGothicBoldo.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../century/CenturyGothicBoldo.svg#CenturyGothicBoldo') format('svg'); /*IE og iOS earlier than version 5*/
}



*
{
	
	font-family: 'CenturyGothic';
	font-size:16px;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
a {
	color:#363636;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
.displaynone
{
	display:none !important
}
.vError
{
	border:red 3px solid !important
}
.form-error
{
	color:red;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
}
.dnone
{
	display:none
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-extralight
{
	
	font-weight:200
}
.font-light , .font-light *
{	
	font-weight:300
}
.font-regular , .font-regular *
{
	font-family: 'CenturyGothic';
}
.font-bold , .font-bold *
{
	font-family: 'CenturyGothicBold';
}
.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-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-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-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.2rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.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: 40px;
	height: 40px;

	position: absolute;
	top: 23px;
    right: 11px;
	z-index: 999999999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #30368B;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.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;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.white
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.title_border.center:before {
    right: -140%;
    transform: translate(-50%, 0);
}
.title_border:before {
    position: absolute;
    bottom: 15px;

    width: 150px;
    height: 5px;
    background: #0065B1;
    content: '';
}
header
{
	/*position:absolute;
	left:0;
	top:0;
	width:100%;
	background:#FFF;
	background:rgba(255,255,255,0.8);
	backdrop-filter: blur(10px);*/
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.pl-80
{
	padding-left:80px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#FFF;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
     display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center; 
}

.ai-fs
{
	align-items: flex-start;
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top-header {
    background: #30368B;
}
.top-header-right li {
    margin-right: 15px;
}
.top-header-right a {
    color: #FFF;
}
.top-header-right a:hover {
    color: #E3252B;
}
header nav a
{
	 font-family: 'CenturyGothicBold';
	font-size:1.25rem;
	color:#30368B;
	position:relative;
	padding:10px 10px;
}
header nav li{
margin:0 5px;
}
header nav li a.active
{
	color:#30368B;
}
header nav li a.active:before
{
	position:absolute;
	top:-27px;
	left:0;
	z-index:50;
	content:'';
	border-top:6px solid #E3252B;
	width:100%;
}
.order_online a
{
	border-radius:50px;
	background:#E3252B;
	color:#FFF;
	padding:10px 15px 
}
.order_online a:hover
{

	background:#30368B;
	color:#FFF
}
.main_title
{
	background:rgba(255,255,255,0.7);
	padding:80px 150px 80px 0;
	border-top-right-radius:150px;
	border-bottom-right-radius:150px;
	display: inline-block;
	position:relative;
}
.blue
{
	color:#30368B
}
.main_title:before
{
	position:absolute;
	top:0;
	left:-500px;
	width:500px;
	height:100%;
	z-index:50;
	content:'';
	background:rgba(255,255,255,0.7);
}	
.clients_slick img
{
	opacity:0.7;transition:all 1s ease-in-out;
}
.clients_slick img:hover
{
	opacity:1;transform:scale(1.1)
}
.clients_slick .slick-list
{
	overflow:inherit
}
.newsletter_section
{
	background:#E3252B
}
.newsletter_section input
{
	border-radius:50px;
	padding-left:30px;
}
.newsletter_section button[type='submit'] {
	border-radius: 50px;
    background: #30368B;
    font-size: 1rem;
    height: 50px;
    width:200px;
    color: #FFF;
	transition:all 1s ease-in-out;
}
.newsletter_section button[type='submit']:hover {
	transform: translateY(-5px);
	background:#f2f2f2;
	color:#30368B
}
.newsletter_section input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: rgba(48,54,139,0.7);
  opacity: 1; /* Firefox */
}

.newsletter_section input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(48,54,139,0.7);
}

.newsletter_section input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
 color: rgba(48,54,139,0.7);
}
.clients_slick 
{
	margin-bottom:0 !important
}
.bg_blue
{
	background:#30368B
}
.bg_grey
{
	background:#F2F2F2
}
.bg_red
{
	background:#E3252B
}
.red
{
	color:#E3252B
}
.social_footer a
{
	color:#FFF
}
.social_footer li
{
	margin-right:15px;
}

.social_link a
{
	color:#FFF;
	font-size:1.125rem;
	font-family: 'CenturyGothicBold';
}
.social_link li
{
	padding-left: 25px
}
.c_h
{
	height:100px;
}
.social_link a:hover
{
	color:#E3252B;
}
.about-parallax
{
	height:504px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
.services_icon_box
{
	border-radius:50%;
	width:250px;
	height:250px;
	background:#FFF;transition:all 0.5s ease-in-out;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
.services_box:hover .services_icon_box
{
	background:#F2F2F2;
}


.services_box:hover img
{
	filter: invert(16%) sepia(99%) saturate(7404%) hue-rotate(4deg) brightness(95%) contrast(118%);
}

.mb-100
{
	margin-bottom:100px;
}
.contact-form input[type='text'] , .contact-form textarea
{
	height:80px;
	border-radius:50px;
	padding-left:25px;
	color:#30368B;
	font-size:20px;
}
.contact-form input[type='text']::placeholder , .contact-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(48,54,139,0.7);
  opacity: 1; /* Firefox */
}

.contact-form input[type='text']:-ms-input-placeholder  , .contact-form textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color: rgba(48,54,139,0.7);
}

.contact-form input[type='text']::-ms-input-placeholder , .contact-form textarea::-ms-input-placeholder  { /* Microsoft Edge */
 color: rgba(48,54,139,0.7);
}
.contact-form textarea
{
	height:135px;border-radius:100px;
	padding-top:40px;
	resize:none
}
.contact-form button[type='submit'] {
	border-radius: 50px;
    background: #E3252B;

    height: 75px;
    width:100%;
    color: #FFF;
	transition:all 1s ease-in-out;font-family: 'CenturyGothicBold';
}
.contact-form button[type='submit']:hover {
	transform: translateY(-5px);
	background:#f2f2f2;
	color:#30368B
}
.ai-fe
{
	    align-items: flex-end;
}
.red_color
{
	color:#E3252B
}
.contact_branches{
background:#FFF;
box-shadow: 0 0 5px rgba(0,0,0,0.16);
border-radius:25px;
max-width:390px;
width:100%
}
.border2
{
	border-bottom:3px solid #E3252B;
}
.d-inline-block{
display:inline-block
}
.txt-left 
{
	text-align:left;
}
.fixed_wp
{
	position:fixed;
    bottom: 20px;
    right: 15px;
	z-index:50
}
.fixed_wp span{
	font-size:40px;
	color:#25D366;
}
.categories_listing .bg_hover
{
	max-width:425px;
	width:100%;border-radius:50px;
}
.categories_listing img
{
		border-radius:50px;
}
.categories_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	background:rgba(48,54,139,0.4);
}
.d-block
{
	display:block
}

.products_page .sub_categories:nth-child(2n+2)
{
	background:#F5F5F5;
}
.products_main
{
    max-width: 415px;
    width: 100%;
    border-right: 1px solid #30368B;
    padding:0 25px;
}
.products_listing .colw-33:nth-child(3n+3) .products_main{
border:0
}
.products_main .bg_hover , .products_details .bg_hover 
{
	border-radius:25px;
}
.products_main img
{
		border-radius:25px;
}
.products_slick_nav img
{
	max-width:100%;border-radius:25px;
	padding:0 20px;
}
.bb-1{
border-bottom:1px solid #30368B;	
}
.details_link .flex-column
{
	transition:all 0.5s ease-in-out;
}
.details_link .flex-column:hover
{
	transform:translateY(-5px)
}

.ease {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}
.tabs {
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.tabs > input,
.tabs > span {
	width: 20%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {

	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.tabs > input:hover + span {

}

.tabs > input:checked + span {
	background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {

}

#tab-1, #tab-1 + span {
	left: 0;
}

#tab-2, #tab-2 + span {
	left: 25%;
}

#tab-3, #tab-3 + span {
	left: 40%;
}

#tab-4, #tab-4 + span {
	left: 60%;
}

#tab-5, #tab-5 + span {
	left: 80%;
}

.tab-content {
	padding: 80px 0 20px;
	width: 100%;
	min-height: 340px;
}

.tab-content section {
	width: 100%;
	display: none;
}

.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3  {
	display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4  {
	display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5  {
	display: block;
}

/* effect-1 */

.effect-1 > input:checked + span {
	border-bottom:3px solid #E3252B;
}


.img_red
{
	filter: invert(16%) sepia(99%) saturate(7404%) hue-rotate(4deg) brightness(95%) contrast(118%);
}
.services_icon_box:hover .img_red
{
	filter:inherit;
}
#home_full_slider 
{
	height:560px !important;
}
header nav{display: flex !important;justify-content: center;flex-direction: row;align-content: center;align-items: center;}
.banners{margin-bottom:-5px !important}
.min-bottom
{

}
.categories_listing .categories_overlay:hover	
{
	    background: rgba(227,37,43,0.4);
}
.top-header-left a
{
	color:#FFF
}
.branches_footer a
{
	color:#30368B;
}
.branches_footer a:hover , .top-header-left a:hover
{
	color:#E3252B;
}
.js_desktop_search_holder
{
	display:none
}
.search_box
{
	cursor:pointer
}
.search-box button
{
	background:none;
}
.search-box input
{
    background-color: transparent;
    border: none;
    color: #fff;
    padding:  0;
	height:40px;
    font-size: 0.875em;
    width: 60%;
    float: left;
    text-align: left;
	border-bottom: 2px solid #FFF !important;
}
.header_search input[type='text'] {
    border-radius: 50px;
    background-color: transparent;
    height: 45px;
    width: 170px;
    border: 1px solid #BEBEBE;
    color: #9b9b9b;
}.header_search button[type='submit'] {
    border-radius: 50px;
    background: transparent;
    color: #ED4815;
    font-size: 17px;
    height: 40px;
    position: absolute;
    top: 0.15rem;
    right: 15px;
    width: 25px;
}
header{
position:fixed;
top:0;
left:0;
background:#FFF;
width:100%
}
.space_header
{
	height:145.5px;
	width:100%;
	display:inline-block
}

.branches_footer iframe
{
	display:block;
	width:100%;
	height:100%
}
.jc-se
{
	justify-content: space-evenly;
}
.breadcrumbs  a , .breadcrumbs   , .breadcrumbs span
{
	color:#30368B;
	font-size:14px;
}
.prod_desc ul
{
	padding-top:10px;
}
.prod_desc  li
{
    display: list-item;
    width: 100%;
    list-style: disc;
    list-style-position: inside;padding-left:10px;
}
.order_box
{
	background:#FFF;
	border-radius:25px;
	padding:20px;
	width:100%
}
.order_box h2
{
	font-size:16px;
	color:#FFF;
	background:#9e9e9e;
	padding:10px ;
	margin-bottom:2px;
	font-weight:200;
	cursor:pointer;
	    border-radius: 5px;
}
.order_box h2 span , .order_box h3 span , .order_box h4 span
{
	margin-top:-5px;
}


.order_box h4
{
	font-size:16px;
	color:#FFF;
	background:#F1f1f1;
	padding:5px 5px 5px 55px;
	margin-bottom:2px;
	font-weight:200;color:#363636 ;
	cursor:pointer    border-radius: 5px;
}
.order_box h3 , .order_box h4.class_h3
{
	font-size:16px;
	color:#FFF;
	background:#d9d7d7;    border-radius: 5px;
	padding:5px 5px 5px 35px;
	margin-bottom:2px;
	font-weight:200;
	cursor:pointer;color:#363636 
}
.order_box h5
{
	font-size:16px;
	color:#FFF;    border-radius: 5px;
	background:#FFF;
	padding:5px 5px 5px 75px;
	margin-bottom:2px;
	font-weight:200;color:#363636 ;
	cursor:pointer
}
.order_box input[type=checkbox]
{
	width:15px;
	height:15px;
}
.main_box_order , .box_order
{
	display:none
}
@media all and (max-width: 960px){
	.header_search input[type='text']{width:100%}
	.space_header{display:none}
	header{position:relative;}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;
	}
h1, h2, h3, h4, h5, h6 {

    line-height: initial;
}
	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #30368B;
		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;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	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;
	}
	.products_listing .colw-33{padding:0 10px;}
.slided .trigger > div > span{background:#FFF}
.slided .trigger {top: 5px;}
.pl-5 , .pl-10 , .pl-50 , .pl-80 , .pl-15 , .pl-35 {padding-left:0;}
.pr-5 ,  .pr-50 , .pr-20 , .pr-25 , .pr-35{padding-right:0}
.px-50{padding-left:25px;padding-right:25px;}
.pb-50{padding-bottom:25px;}
.flex-row-m{display:inline-block !important}
.pb-50-m{padding-bottom:50px;}
.pb-25-m{padding-bottom:25px;}
.colw-100 .pb-50-m:last-child{padding-bottom:0}
.social_link {text-align:center;padding-top:25px;}
.flex-column-m{  display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}
.contact-form .px-50{padding-left:0;padding-right:0}
.contact_branches{margin-bottom:25px;}
.contact_branches:last-child{margin-bottom:0}
.main_title{padding:40px 75px 40px 0}
.top-header-right {display:none}
.top-header-left{display:flex;}
.trigger{top:59px;}
.top-header-left .pl-45{padding-left:0}
header nav li a.active{color:#E3252B}
header nav li a.active:before{display:none}

.txt-cntr-m{text-align:center}
.pt-50-m{padding-top:50px;}.pt-25-m{padding-top:25px;}
.font-40, .font-40 * {line-height: initial;}
.products_main{padding-right:0;border-right:0}
.details_link a{margin-right:50px;}
.tabs > input, .tabs > span{width:50%;}#tab-2, #tab-2 + span{left:50%}
.related_slick  .slick-slider{margin-bottom:0 !important}
.social_link li{width:49%}
.ms-container .ms-selectable, .ms-container .ms-selection{width:100% !important;margin:10px 0}
.about_m_slick , .services_m_slick{margin-bottom:0 !important}
.services_m_slick{width:100% !important}
.services_icon_box{width:100px;height:100px;}.services_icon_box img{max-width:45%}
.services_home_box.py-50 , .about_home_box.py-50{padding:20px 0}
.services_home_box .py-40{padding:15px 0}
.services_m_slick{padding:0}
.categories_home .colw-33 {padding: 0 5px;}

.insideImg .img-bg
{
	height:100px;
}.main_title {
    padding: 15px 15px 15px 0;
}.about-parallax {
    height: 200px;

    background-attachment: inherit;
}
.main_title .font-40{font-size:1rem}
}
.latest_arrow
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
	z-index:500;
    width: 40px;
	
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;	
}
.about_m_slick  .latest_arrow
{
	top:15%
}
.latest_arrow img
{opacity:1 !important;
}
.rightLst
{
	    right: 0;
}
.leftLst  
{
	    left: 0 !important;
}
.search-box input[type='text']::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:white;
  opacity: 1; /* Firefox */
}

.search-box input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.search-box input[type='text']::-ms-input-placeholder   { /* Microsoft Edge */
 color: white;
}

.heart-rate {

  height: 110px;
  position: relative;
  margin: 20px auto;
}

.fade-in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  top: 0;
  right: 0;
  animation: heartRateIn 1.5s linear infinite;
}

.fade-out {
  position: absolute;
  width: 120%;
  height: 100%;
  top: 0;
  left: -120%;
  animation: heartRateOut 1.5s linear infinite;

}
.loading_box
{
	position:relative;
}
.l2
{
    position: absolute;
    z-index: 500;
    top: 20px;
    left: -25px;
    width: 130px;
}
@keyframes heartRateIn {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 0;
  }
}

@keyframes heartRateOut {
  0% {
    left: -120%;
  }
  30% {
    left: -120%;
  }
  100% {
    left: 0;
  }
}



.beat {
  
  animation: pulse 1s infinite;
}
.pulse {
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 5;
}
.ms-list li.option_value
{
	display:none
}
.gallery_h{
position:relative;
}
.gallery_h:before
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:50;
	content:'+';
	color:white;
	font-size:80px;
	font-weight:bold;
	background: rgba(227,37,43,0.4);
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;transition: all 0.5s ease-in-out;
	opacity:0;		
}
.gallery_h:hover:before
{
	opacity:1
}