/*

[Table of contents]

1. Common
      - Defaults
      - Text
      - Background Canvas
      - Cursor and Trigers
      - Buttons
      - Space
2. Frame
      - App Markup
      - Menu Button
      - Menu
      - Frame after 768px
      - Frame after 550px
4. Content
      - Backgrounds
      - Titles
      - Slider Project
      - Slider Project after 992px
      - Slider Project after 768px
      - Slider Navigation
      - Slider Navigation  after 768px
      - Slider Navigation  after 590px
      - Scroll Hint
      - Slider Arrows
      - Video
      - Team
      - Testimonials
      - Blog Pagination
      - Contact
      - Contact after 768px
      - Quote
      - Footer
      - Footer after 768px
4. Portfolio
      - Filter
      - Work item
      - Sizes
      - Grid
      - Grid after 992px
      - Grid after 768px
5. Custom
      - Swiper
      - Mapbox
      - Fancybox
	  - Smooth Scrollbar

6. Form Validation

7. Success Submit
      

/* Common
==================================== */
/*
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
*/






@FONT-FACE {
    font-family: "manrope";
    src: url(manrope.woff2)
}

/*
@FONT-FACE {
    font-family: "Raleway-bld";
    src: url(Raleway-Bold.ttf)
}
*/

/*
@FONT-FACE {
    
    src: url(FuturaBT-Medium.woff)
}
*/

*, *:after, *:before {
	box-sizing: border-box;
}

*:focus {
	outline: inherit;
}

.container {
	position: relative;
}

body {
	background-color: /*#f7f8fa*/ #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
font-family: "manrope";
}

.mry-text {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #424242;
}

.mry-text a {
	text-decoration: underline;
	color: #000;
}

.mry-text a:hover {
	color: #000;
	text-decoration: underline;
}

.mry-text .mry-color-text {
	color: #000;
}

.mry-text.mry-simple-text {
	line-height: 16px;
	margin: 0;
}

.mry-text-center {
	text-align: center;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

/* Text */

.mry-h1, .mry-h2, .mry-h3, .mry-h4, .mry-h5, .mry-h6, h1, h2, h3, h4, h5, h6 {
	position: relative;
	margin: 0;
	padding: 0;
	color: #323232;
	text-transform: capitalize;
}

.mry-h1, h1 {
	font-size: 40px;
line-height: 50px;

}

.mry-h2, h2 {
	font-size: 24px;
	line-height: 40px;

}

.mry-h3, h3 {
	font-size: 20px;
	line-height: 33px;

}

.mry-h4, h4 {
	font-size: 16px;
	line-height: 30px;

}

.mry-h6, h6 {
	font-size: 14px;
}
/*
.mry-border-text {
	letter-spacing: 0;
	-webkit-text-stroke-width: 2px;
	-moz-text-stroke-width: 2px;
	-webkit-text-stroke-color: #323232;
	-moz-text-stroke-color: #323232;
	color: transparent !important;
}*/

.mry-label {
	color: #323232;
	text-transform: uppercase;
	font-size: 12px;
	
	letter-spacing: 2px;
	line-height: 15px;
padding-bottom: 7px;
}

/* After 992px */

@media (max-width: 992px) {
	.mry-text-right {
		text-align: left !important;
	}
	.mry-text-right .mry-subtitle {
		padding-right: 40px;
	}
	.mry-text-right .mry-subtitle:before {
		left: 0;
		right: auto;
	}
}

/* After 768px */

@media (max-width: 768px) {
	.mry-h1, h1 {
		font-size: 24px;
		line-height: 42px;
	}
	/*.mry-h1 .mry-border-text, h1 .mry-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}*/
	.mry-h2, h2 {
		font-size: 20px;
		line-height: 30px;
	}/*
	.mry-h2 .mry-border-text, h2 .mry-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}*/
	.mry-h3, h3 {
		font-size: 18px;
		line-height: 22px;
	}/*
	.mry-h3 .mry-border-text, h3 .mry-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}*/
	.mry-h4, h4 {
		font-size: 14px;
		line-height: 20px;
	}/*
	.mry-h4 .mry-border-text, h4 .mry-border-text {
		letter-spacing: -1px;
		-webkit-text-stroke-width: 0;
		-moz-text-stroke-width: 0;
		-webkit-text-stroke-color: inherit;
		-moz-text-stroke-color: inherit;
		color: inherit !important;
	}*/
	.mry-text {
		font-size: 14px;
		line-height: 20px;
	}
	.mry-label, .mry-subtitle {
		font-size: 10px;
	}
}

.mry-text-right {
	text-align: right;
}

/* Background Canvas */

.mry-dots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0.6;
}

/* Cursor and Trigers */

.mry-magic-cursor {
	position: absolute;
	width: 30px;
	height: 30px;
	pointer-events: none;
	z-index: 999999999999999;
}

.mry-ball {
	position: fixed;
	display: block;
	left: 0;
	top: -1px;
	width: 40px;
	height: 40px;
	border: 1px solid #323232;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0.5;
}

.mry-ball svg {
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.mry-magnetic-link {
	width: 70px;
	height: 44px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	float: left;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
}


.mry-lang-link {
position: fixed !important;
top: 44px;
background: /*#f7f8fa*/ #fff;
border-radius: 0 !important;
height: 44px;
color: #323232;
right: 0;
width: 70px;
}


.mry-zoom.mry-magnetic-link {
width: 70px;
height: 70px;
}


.actions_btn-mode:hover,
.mry-magnetic-link:hover {
color: #000;
}

/* Buttons */

.mry-btn, .mry-btn-text {
	cursor: pointer;
	position: relative;
	text-decoration: none;
	
	display: inline-block;
	border: none;
	text-decoration: none;
	height: 55px;
	margin-left: 5px;
	line-height: 55px;
	padding: 0 16px;
	font-size: 11px;
	text-transform: uppercase;
	
	letter-spacing: 2px;
	color: #323232;
	border: solid 1px #323232;
	background-color: transparent;
	transition: 0.4s ease-in-out;
	outline: none !important;
}

.mry-btn:hover, .mry-btn-text:hover {
	color: #000;
}

.mry-btn-text {
	border-color: transparent;
	padding: 0 20px;
}


.mry-dark-link {
background: #141414;
color: #ffffff8f;
}


.mry-dark-link:hover {
color: #fff;
}

.mry-link {
	position: relative;
	text-decoration: none;
	
	display: inline-block;
	border: none;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	
	letter-spacing: 2px;
	color: #323232;
	transition: 0.4s ease-in-out;
}

.mry-link:hover {
	color: #000;
}

/* Space */

.mry-p-100-100 {
	padding-top: 100px;
	margin-bottom: 100px;
}

.mry-p-100-0 {
	padding-top: 100px;
}

.mry-p-140-0 {
	padding-top: 140px;
}

.mry-p-0-100 {
	padding-bottom: 100px;
}

.mry-p-0-40 {
	padding-bottom: 40px;
}


.mry-p-30-30 {
	padding: 30px 0;
}

.mry-p-50-0 {
	padding-top: 50px;
}


.mry-p-0-30 {
	padding-bottom: 30px;
}


.mry-p-0-20 {
	padding-bottom: 20px;
}
.mry-mb-100 {
	margin-bottom: 100px;
}

.mry-mb-60 {
	margin-bottom: 90px;
}

.mry-mb-40 {
	margin-bottom: 40px;
}

.mry-mb-30 {
	margin-bottom: 30px;
}

.mry-mb-20 {
	margin-bottom: 20px;
}

.mry-mb-10 {
	margin-bottom: 10px;
}

.mry-mb-5 {
	margin-bottom: 5px;
}

.mry-mt-100 {
	margin-top: 100px;
}

.mry-mt-60 {
	margin-top: 60px;
}


/************* mry-banner ************/

.mry-banner h1 {
font-size: 20px;
max-width: 74%;
margin: 0 auto;

}
 

/* Frame
==================================== */

/* App markup */

.mry-app {
	position: relative;
	overflow: hidden;
}

.mry-app .mry-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fcfdff;
	opacity: 0;
	pointer-events: none;
	z-index: 99999999999;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(1.2);

}

.mry-app .mry-preloader .mry-preloader-content {
	text-align: center;
}

.mry-app .mry-preloader .mry-preloader-content .mry-logo {
	width: 200px;
}

.mry-app .mry-preloader .mry-preloader-content .mry-loader-bar {
	margin-bottom: 20px;
	height: 2px;
	border-radius: 1px;
	position: relative;
	overflow: hidden;
	width: 200px;
	background-color: /*#f7f8fa*/ #fff;
}

.mry-app .mry-preloader .mry-preloader-content .mry-loader-bar .mry-loader {
	height: 100%;
	width: 0;
	background-color: #323232;
	transition-timing-function: ease-in;
}

.mry-app .mry-preloader.mry-active {
	transform: scale(1);
	pointer-events: all;
	opacity: 1;
}

.mry-app .mry-top-panel {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	width: 100%;
}


.head-scroll .mry-app .mry-top-panel {
background-color: /*#f7f8fa*/ #fff;
}

.mry-app .mry-top-panel .mry-logo-frame {
/*background: /*#f7f8fa*/ /*#fff;*/
	display: block;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;
	height: 100px;
}

.mry-app .mry-top-panel .mry-logo-frame .mry-logo {
	width: 200px;
/*display: none;*/

}

/*
.home-der .mry-app .mry-top-panel .mry-logo-frame .mry-logo {
display: block;
}
*/

.mry-app .mry-top-panel .mry-logo-frame .inside-logo {
	width: 70px;
}









/* Menu Button */

.mry-menu-button-frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: /*#f7f8fa*/ #fff;

position: absolute;
right: 0;
top: 0;
}

.mry-menu-button-frame .mry-label {
	color: #323232;
}

.mry-menu-button-frame .mry-menu-btn {
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	justify-content: center;
	align-items: center;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger {
	display: flex;
	justify-content: center;
height: 20px;
border-radius: 50%;
width: 100%;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span, .mry-menu-button-frame .mry-menu-btn .mry-burger span:after, .mry-menu-button-frame .mry-menu-btn .mry-burger span:before {
	content: "";
	display: block;
	width: 21px;
	height: 2px;
	
	background: #323232;
	transition: 0.3s ease-in-out;
	backface-visibility: hidden;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span {
	position: relative;
	margin: 7px 0 0;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span:after, .mry-menu-button-frame .mry-menu-btn .mry-burger span:before {
	position: absolute;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span:before {
	top: -7px;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger span:after {
	top: 7px;width: 14px;
}

.mry-menu-button-frame .mry-menu-btn.mry-active .mry-burger span {
	transform: rotate(45deg);
}

.mry-menu-button-frame .mry-menu-btn.mry-active .mry-burger span:before {
	transform: translate(0px, 7px) rotate(-90deg);
}

.mry-menu-button-frame .mry-menu-btn.mry-active .mry-burger span:after {
	transform: translate(0px, -7px) rotate(-90deg);display: none;
}







/* Menu */

.mry-menu {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 98;
	top: 0;
	right: 0;
	background-color: #fbfbfb;
	transform: translateX(100%);
	transition: 0.3s ease-in-out;
	transition-delay: 0.2s;
}

.mry-menu nav {
	opacity: 0;
	display: flex;
	align-items: center;
	height: 100vh;
	transform: translateX(100%) scale(0.8);
	transition: 0.6s ease-in-out;
	transition-delay: 0.1s;
}

.mry-menu nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
}

.mry-menu nav ul .menu-item {
	list-style-type: none;
	margin: 14px 0;
}

.mry-menu nav ul .menu-item:last-child {
	margin-bottom: 0;
}

.mry-menu nav ul .menu-item a {
	color: #323232;
	font-size: 26px;
	display: inline-block;
	height: 100%;
	

}

.mry-menu nav ul .menu-item.current-item a {
	color: #000;
}

.mry-menu nav ul .menu-item .sub-menu {
	padding-left: 20px;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}

.mry-menu nav ul .menu-item .sub-menu a {
	color: #323232;
	transition: 0.3s ease-in-out;
}

.mry-menu nav ul .menu-item .sub-menu a:hover {
	color: #424242 !important;
}

.mry-menu nav ul .menu-item .sub-menu.mry-active {
	max-height: 300px;
}

.mry-menu nav ul .menu-item .sub-menu .menu-item a {
	text-transform: uppercase;
	font-size: 11px;
	
	letter-spacing: 2px;
	line-height: 15px;
	color: #424242;
}
/*
.mry-menu nav ul .menu-item .sub-menu .menu-item:first-child {
	margin-top: 20px;
}
*/
.mry-menu nav ul .menu-item.menu-item-has-children {
	position: relative;
	cursor: pointer;
}
/*
.mry-menu nav ul .menu-item.menu-item-has-children:after {
	color: #424242;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f078";
	position: absolute;
	top: 9px;
	left: 190px;
	transition: 0.3s ease-in-out;
}*/



.mry-menu nav ul .menu-item.menu-item-has-children i {
	color: #424242;
	transition: 0.3s ease-in-out;


color: #424242;
font-size: 16px;
transition: 0.3s ease-in-out;
margin-left: 10px;
position: absolute;
top: 13px;
}




.mry-menu nav ul .menu-item.menu-item-has-children.mry-active i {
	transform: rotate(180deg);
}

.mry-menu .mry-info-box-frame {
	padding: 40px;
	position: absolute;
	width: 500%;
	background-color: #fff;
	height: 100vh;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateX(200%);
	transition: 0.6s ease-in-out;
	transition-delay: 0.05s;/*border-left: 1px solid #eee;*/
}

.mry-menu .mry-info-box-frame .mry-fo {
margin-bottom: 40px;
}


.mry-menu .mry-info-box-frame .mry-info-box .mry-label {
	color: #424242;
font-weight: bold;
}

.mry-menu.mry-active {
	transform: translateX(0);
	transition: 0.3s ease-out;
	transition-delay: 0s;
}

.mry-menu.mry-active .mry-info-box-frame {
	opacity: 1;
	transform: translateX(0);
	transition: 0.5s ease-out;
}

.mry-menu.mry-active nav {
	opacity: 1;
	transform: translateX(0) scale(1);
	transition: 0.5s ease-out;
	transition-delay: 0s;
}

.mry-menu.mry-menu-half {
	width: 40vw;
	min-width: 550px;
	padding: 0 100px;
}

.mry-menu.mry-menu-half.mry-active nav {
	transition: 0.4s ease-out;
}

/* Frame after 768px */

@media (max-width: 768px) {
	.mry-menu {
		padding: 0 15px;
	}
	.mry-menu nav ul .menu-item a {
		font-size: 22px;
	}
	.mry-menu nav ul .menu-item.menu-item-has-children i {
		font-size: 12px;
	}

}

/* Frame after 550px */

@media (max-width: 550px) {
	.mry-menu.mry-menu-half {
		width: 100%;
		min-width: 0px;
	}
}

html.is-animating body, html.is-rendering body {
	pointer-events: none;
}

html.is-animating body .mry-ball, html.is-rendering body .mry-ball {
	background-color: transparent !important;
	opacity: 1 !important;
}

html.is-animating body .mry-ball svg, html.is-rendering body .mry-ball svg {
	opacity: 1;
}

html.is-animating body .mry-ball svg path, html.is-rendering body .mry-ball svg path {
	fill: #094c55;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.transition-fade {
	transition: 0.6s;
	opacity: 1;
	transform: scale(1);
	filter: none;
	transition: 0.6s;
}

.transition-fade .mry-loading-curtain {
	transform: translateX(-100%);
	transition: 1s;
}

html.is-animating .transition-fade {
	opacity: 0;
	transition-delay: 0.4s;
	transform: scale(1.1);
}

html.is-animating .transition-fade .mry-loading-curtain {
	transform: translateX(0);
	transition: 1s;
}

.mry-curtain, .mry-loading-curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: /*#f7f8fa*/ #fff;
	z-index: 1;
}

/* Content
==================================== */

/* Backgrounds */

.mry-head-bg {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	height: 550px;
	width: 100%;
}

.mry-head-bg img {
	width: 100%;
	height: 550px;
	object-fit: cover;
	object-position: center;
}

.mry-head-bg .mry-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 555px;
	background-image: linear-gradient(0deg, #fff 1%, rgba(255, 255, 255, 0.94) 100%, rgba(247, 248, 250, 0.89) 100%);
}

.mry-head-bg.mry-head-bottom {
	height: 300px;
	top: auto;
	bottom: 0;display: none;
}

.mry-head-bg.mry-head-bottom img {
	height: 300px;
}

.mry-head-bg.mry-head-bottom .mry-bg-overlay {
	height: 305px;
	transform: rotate(180deg);
}

/* Titles */

.mry-title-center {
	max-width: 100%;
	text-align: center;
}

.mry-subtitle {
	position: relative;
	font-size: 14px;
	text-transform: capitalize;
	
	color: #424242;
	padding-left: 40px;
}

.mry-subtitle:before {
	content: '';
	width: 30px;
	height: 1px;
	background-color: #323232;
	
	position: absolute;
	left: 0;
bottom: 0;
}

.mry-title-center {
	max-width: 100%;
	text-align: center;
}

.mry-title-center .mry-subtitle {
	padding-left: 0;
	padding-top: 15px;
}

.mry-title-center .mry-subtitle:before {
	top: 0;
	left: 50%;
	margin-left: -15px;
}


.mry-banner .mry-title-center .mry-subtitle:before { 
display: none;
}


.mry-banner .mry-title-center {
margin-top:50px;
}


.mry-title-center form {
	margin-left: auto;
	margin-right: auto;
}

.mry-title-center form .mry-label {
	width: 100%;
	text-align: left !important;
}

.mry-numbering {
	text-align: center;
	margin-bottom: 10px;
}

.mry-numbering .mry-subtitle {
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 15px;
}

.mry-numbering .mry-subtitle:before {
bottom: 0;
	left: 50%;
	margin-left: -15px;
}


.mry-about .col-lg-8:first-child .mry-numbering .mry-subtitle:before {
display: none;
}


.mry-about .col-lg-8:first-child .mry-numbering {
margin-bottom: 0;
}


.mry-about .col-lg-8:first-child .mry-numbering .mry-subtitle {
padding-bottom: 5px;
}
 



.mry-numbering .mry-border-text {
	line-height: 55px;
	font-size: 72px;
	font-weight: 900;
	opacity: 0.1;
	
}

/* Slider Project */

.mry-project-slider-item {
	width: 100vw;
	min-height: 100%;
	height: 100vh;
background-position: center;
background-image: radial-gradient(#f1f1f1 5%, transparent 0);
background-size: 30px 30px;
background-color: #fff;
}


[data-lightMode="dark"] .mry-project-slider-item {
background-image: radial-gradient(#25252542 5%, transparent 0);
background-color: #141414;
}


.mry-project-slider-item .mry-project-frame {
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame {
	float: right;
	width: 80%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-center {
	object-position: center;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-left {
	object-position: left;
}

.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover.mry-position-right {
	object-position: right;
}

/*
[data-lightMode="light"] .mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
filter: grayscale(1);
}
*/
.mry-project-slider-item .mry-project-frame .mry-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
	background-image: linear-gradient(269deg, rgba(247, 248, 250, 0) 70%, rgba(247, 248, 250, 0.6) 80%, #f7f8fa 100%);
}

.mry-project-slider-item .mry-project-frame.mry-project-half {
	width: 100%;
	height: 100%;
}

.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
	float: right;
	width: 81%;
	height: 100%;
	position: relative;
}

.mry-project-slider-item .mry-main-title-frame {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
}


.mry-slider-nav-panel .container,
.mry-project-slider-item .mry-main-title-frame .container {

  max-width: 100%;
padding: 0 20px;
}



.mry-project-slider-item .mry-main-title-frame .mry-main-title {
	width: 100%;
}

.mry-project-slider-item .mry-main-title-frame .mry-main-title h1 {
	text-shadow: 0 0 40px rgba(247, 248, 250, 0.5);


font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-transform: capitalize;
}

/* Slider Project after 992px ---*/

@media (max-width: 992px) {
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h1 {
		font-size: 54px;
		line-height: 60px;
	}
	.mry-project-slider-item .mry-project-frame .mry-cover-frame {
		width: 100%;
	}
	.mry-project-slider-item .mry-project-frame .mry-cover-frame .mry-project-cover {
		object-position: center !important;
	}
}

/*--- Slider Project after 768px ---*/

@media (max-width: 768px) {
	.mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
		background-color: rgba(255, 255, 255, 0);
		background-image: none;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame {
		left: 0;
		width: 100%;
		align-items: flex-end;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
	
		padding: 30px 0 70px 15px;
background-color: #ffffffd9;
		width: 100%;
		max-width: 250px; 
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title h1 {
		position: relative;
		overflow: hidden;
		font-size: 26px;
		line-height: 37px;
		font-weight: 900;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-20 {
		margin-bottom: 10px;
	}
	.mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title .mry-mb-30 {
		margin-bottom: 15px;
	}
	.mry-project-slider-item .mry-project-frame.mry-project-half .mry-cover-frame {
		width: 100%;
	}
}

/* Slider Navigation */

.mry-slider-pagination-frame {
	height: 100vh;
	position: absolute;
	z-index: 9;
	top: 0;
	width: 70px;
	padding: 20px;
	right: 0;
	display: flex;
	align-items: center;
	background-color: /*#f7f8fa*/ #fff;
}

.mry-slider-pagination-frame .mry-slider-pagination {
	margin-bottom: 60px;
	width: 20px;
	display: flex;
	flex-direction: column;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet {
	width: 10px;
	margin-left: auto !important;
	margin-bottom: 20px !important;
	border-radius: 0;
	height: 3px;
	opacity: 1 !important;
	background-color: #323232;
	transition: 0.3s ease-in-out;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet:last-child {
	margin-bottom: 0 !important;
}

.mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 20px;
	background-color: #323232;
}

.mry-slider-nav-panel {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100vw;
}

.mry-slider-progress-bar-frame {
	display: flex;
	align-items: center;
	height: 100px;
	width: 16vw;
display: none;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar {
	display: flex;
	height: 3px;
	width: 100%;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress {
	position: relative;
	height: 3px;
	
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	clear: both;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress:after {
	position: absolute;
	top: 0;
	left: 0;
	background: #323232;
	
	height: 100%;
	width: 0;
	content: "";
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.active .mry-progress {
	opacity: 1;
}

.mry-slider-progress-bar-frame .mry-slider-progress-bar.animate .mry-progress:after {
	transition: width linear;
	transition-delay: unset;
	width: 100%;
	transition-duration: 5s;
}

.mry-slider-arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: /*#f7f8fa*/ #fff;
	display: flex;
align-items: center;
width: 70px;
justify-content: center;
}

.mry-slider-arrows .mry-label {
	margin-right: 20px;
	color: #323232;
}

.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
width: 30px;
cursor: pointer;
height: 55px;
}

.mry-slider-arrows .mry-button-next span, .mry-slider-arrows .mry-button-prev span {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

.mry-slider-arrows .mry-button-next span i, .mry-slider-arrows .mry-button-prev span i {
	font-size: 24px;
	color: #323232;
}

/* Slider Navigation after 768px */

@media (max-width: 768px) {
	.mry-slider-pagination-frame, .mry-slider-progress-bar-frame {
		display: none;
	}

	.mry-slider-arrows .mry-label {
		display: none;
	}
}

/* Slider Navigation after 590px */

@media (max-width: 590px) {
	.mry-slider-nav-panel {
		height: 80px;
	}
	.mry-slider-pagination-frame, .mry-slider-progress-bar-frame {
		display: none;
	}
	.mry-slider-arrows {
		background-color: transparent !important;
		padding: 0;
		justify-content: flex-start;
		left: 20px;
	}
	.mry-slider-arrows .mry-label {
		display: none;
	}
	.mry-slider-arrows .mry-button-next, .mry-slider-arrows .mry-button-prev {
		height: 80px;
	}
	.mry-project-slider-item .mry-main-title {

	}
}

/* Scroll Hint */

.mry-scroll-hint-frame {
	display: flex;
	justify-content: center;
	flex-direction: column;display: none;
}

.mry-scroll-hint-frame .mry-label {
	width: 100%;
	text-align: center;
	color: #323232;
}

.mry-scroll-hint-frame .mry-scroll-hint {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
}

.mry-scroll-hint-frame .mry-scroll-hint span {
	display: block;
	position: relative;
	width: 22px;
	height: 35px;
	border-radius: 15px;
	border: solid 1px #323232;
}

.mry-scroll-hint-frame .mry-scroll-hint span:after {
	content: '';
	width: 3px;
	height: 3px;
	background-color: #323232;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 45%;
	animation: mouse 1s ease-in-out infinite;
}

@keyframes mouse {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0);
	}
}


.mry-scroll-top {
position: absolute;
bottom: 0px;
right: 0;
height: 60px;
font-size: 28px;
color: #323232;
border-left: 1px solid #eee;
border-radius: 0;
width: 70px;
text-align: center;
align-items: center;
display: flex;
z-index: 9;
text-align: center;
justify-content: center;
}

/* Slider Arrows */

.mry-arrows {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mry-arrows .mry-sl-nav {
	margin-left: auto;
	margin-right: auto;
}

.mry-arrows .mry-sl-nav .mry-next, .mry-arrows .mry-sl-nav .mry-prev {
	cursor: pointer;
	transition: 0.3s;
	width: 35px;
	color: #323232;
}

.mry-arrows .mry-sl-nav .mry-next.swiper-button-disabled, .mry-arrows .mry-sl-nav .mry-prev.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.mry-arrows .mry-label {
	color: #424242;
}

/* Video */

.mry-about-video .mry-video-cover-frame {
	position: relative;
	overflow: hidden;
	padding-bottom: 47%;
}

.mry-about-video .mry-video-cover-frame .mry-video-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.mry-about-video .mry-video-cover-frame .mry-cover-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 100%;
}

.mry-about-video .mry-video-cover-frame .mry-play-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border: solid 1px #323232;
	border-radius: 50%;
	box-shadow: inset 0 0 40px rgba(247, 248, 250, 0.5), 0 0 40px rgba(247, 248, 250, 0.5);
}

.mry-about-video .mry-video-cover-frame .mry-play-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
}

.mry-about-video .mry-video-cover-frame .mry-play-button a i {
	transform: translateX(3px);
	font-size: 22px;
	color: #323232;
	text-shadow: 0 0 40px rgba(247, 248, 250, 0.5);
}

/* Team */

.mry-team-member {
	width: 100%;margin-bottom: 25px;
}

.mry-team-member .mry-member-photo-frame {
	position: relative;
	overflow: hidden;
	padding-bottom: 140%;
	margin-bottom: 15px;
}

.mry-team-member .mry-member-photo-frame img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: top;
	top: 0;
	left: 0;filter: grayscale(1);
}

.mry-team-member .mry-member-photo-frame .mry-photo-overlay {
	opacity: 0.5;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 100%;
}

/* Testimonials */

.mry-reviewer {
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.mry-star-rate {
	margin-top: 20px;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.mry-star-rate li {
	list-style-type: none;
	margin-right: 5px;
}

.mry-star-rate li i {
	color: #094c55;
	font-size: 14px;
}

.mry-star-rate li.mry-empty i {
	color: #323232;
	opacity: 0.1;
}

/* Blog Pagination */

.mry-pagination {
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	z-index: 9999;
	position: relative;
	margin-top: 30px;
}

.mry-pagination li {
	list-style-type: none;
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.mry-pagination li.mry-active {
	background-color: #094c55;
}

.mry-pagination li.mry-active a {
	color: #f7f8fa;
}

.mry-pagination li a {
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #424242;
	transition: 0.4s ease-in-out;
}

.mry-pagination li a:hover {
	color: #323232;
}

/* Contact */

.mry-form label {
	margin-bottom: 0;
}

.mry-form input, .mry-form textarea {
	border: solid 1px #cacaca;
	width: 100%;
	color: #323232;
background: none !important;
	padding-left: 20px;
	margin-bottom: 10px;
	transition: 0.4s ease-in-out;font-size: 16px;
	
}

.mry-form input::placeholder, .mry-form textarea::placeholder {
	opacity: 0.8;
	height: 100%;
	font-weight: 300;
}

.mry-form input:focus, .mry-form textarea:focus {
	border-color: #000;
}

.mry-form input {
	height: 55px;
}

.mry-form textarea {
	padding-top: 15px;
}

.mry-form.mry-form-subscribe {
	width: 100%;
	position: relative;
	max-width: 500px;
}

.mry-form.mry-form-subscribe div input {
	margin-bottom: 0;
	width: 100%;
}

.mry-form.mry-form-subscribe button {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-left: 30px;
	align-self: flex-end;height: 55px;line-height: 55px;
}

/* Contact after 768 */

@media (max-width: 768px) {
	.mry-contact-hint {
		padding-top: 40px;
	}
}

/* Quote */

blockquote {
	margin: 40px 0;
	color: #323232;
	font-size: 1rem;
	background: #fcfdff;
	padding: 30px 40px 30px 50px;
	font-style: italic;
	position: relative;
}

blockquote:before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: 0.3;
	color: #323232;
	top: 13px;
	left: 13px;
}

blockquote:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f10d";
	font-size: 16px;
	opacity: 0.3;
	color: #323232;
	bottom: 13px;
	right: 13px;
	transform: rotate(180deg);
}

/* Footer */

.mry-footer {
	position: relative;
	z-index: 9;
background: #fbfbfb;
/*padding-top: 30px;*/
}

.mry-footer .mry-main-title {
padding-top: 30px;
}



.mry-about,
.mry-portfolio {
min-height: calc(100vh - 62px);
}

.mry-footer .mry-footer-copy {
	padding: 20px 0;
	background-color: #fcfcfc;
border-top: 1px solid #eee;
	color: #424242;
}

.mry-footer .mry-footer-copy .container {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.mry-footer .mry-footer-copy .container .mry-social {
	margin: 0;
	padding: 0;
	display: flex;
}

.mry-footer .mry-footer-copy .container .mry-social li {
	list-style-type: none;
	margin: 0 15px;
	transition: 0.4s ease-in-out;
}

.mry-footer .mry-footer-copy .container .mry-social li a {
	color: #424242;
}

.mry-footer .mry-footer-copy .container .mry-social li a:hover {
	color: #323232;
}

/* Footer after 768 */

@media (max-width: 768px) {
	.mry-footer {
		text-align: center;
	}
	.mry-footer .mry-footer-copy {
		padding-bottom: 20px;
	}
	.mry-footer .mry-footer-copy .container {
		flex-direction: column;
		justify-content: center;
	}
	.mry-footer .mry-footer-copy .container .mry-social {
		justify-content: center;
		margin-bottom: 0;
	}
	.mry-footer .mry-footer-copy .container div {
		margin-bottom: 20px;
	}
}

/* Portfolio
==================================== */

/* Filter */

.mry-filter {
	text-align: center;
}

.mry-filter .mry-card-category {
	position: relative;
	text-decoration: none;
	
	display: inline-block;
	border: none;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	
	letter-spacing: 2px;
	color: #323232;
	transition: 0.4s ease-in-out;
}

.mry-filter .mry-card-category.mry-current {
	color: #094c55;
}

/* Work Item */

.mry-card-item.mry-shift {
	margin-top: 100px;
}

.mry-card-item .mry-card-cover-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: calc(63% + 8px);
}


.mry-blog-gallery .mry-card-cover-frame {
height: 400px;
}


.blog-box {
margin-bottom: 25px;
}


.mry-card-item .mry-card-cover-frame .mry-badge {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	color: #424242;
	background-color: /*#f7f8fa*/ #fff;
color: #fff;
background-color: #f7f8fa36;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
	letter-spacing: 2px;
}

.mry-card-item .mry-card-cover-frame img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

.mry-card-item .mry-card-cover-frame .mry-cover-overlay {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0);
	width: 100%;
	height: 100%;
	opacity: 0.6;
	transition: 0.4s ease-in-out;
}

.mry-card-item .mry-card-cover-frame .mry-hover-links {
	opacity: 0;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 3;
	background-color: #e6e6e6ad;
	transition: 0.4s ease-in-out;
}

.mry-card-item .mry-card-cover-frame .mry-hover-links .mry-more i, .mry-card-item .mry-card-cover-frame .mry-hover-links .mry-zoom i {
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #323232;
}

.mry-card-item .mry-card-cover-frame:hover .mry-hover-links {
	opacity: 1;
}

.mry-card-item .mry-card-cover-frame:hover .mry-cover-overlay {
	opacity: 0.1;
}

/* Sizes */

.mry-masonry-grid-item-50 .mry-card-item .mry-card-cover-frame {
	padding-bottom: calc(63% + 8px);
}

.mry-masonry-grid-item-50.mry-masonry-grid-item-h-x-2 .mry-card-item .mry-card-cover-frame {
	padding-bottom: calc(126% + 36px);
}

.mry-masonry-grid-item-33 .mry-card-item .mry-card-cover-frame {
	padding-bottom: calc(63% + 8px);
}

.mry-masonry-grid-item-33.mry-masonry-grid-item-h-x-2 .mry-card-item .mry-card-cover-frame {
	padding-bottom: calc(126% + 36px);
}

.mry-without-descr .mry-masonry-grid-item-50 .mry-card-item .mry-card-cover-frame {
	padding-bottom: 63%;
}

.mry-without-descr .mry-masonry-grid-item-50.mry-masonry-grid-item-h-x-2 .mry-card-item .mry-card-cover-frame {
	padding-bottom: 141%;
}

/* Grid */

.mry-portfolio-frame {
	position: relative;
	overflow: hidden;
}

.mry-masonry-grid {
	position: relative;
	overflow: hidden;
}

.mry-masonry-grid:after {
	content: '';
	display: block;
	clear: both;
}

.mry-grid-sizer, .mry-masonry-grid-item {
	width: 25%;
}

.mry-3-col .mry-grid-sizer, .mry-3-col .mry-masonry-grid-item {
	width: 33.333%;
}

.mry-masonry-grid-item {
	float: left;
	padding: 0 5px;
	overflow: hidden;width: 100%;
}

.mry-masonry-grid-item-33 {
	width: 33%;
}

.mry-masonry-grid-item-50 {
	width: 50%;
}

.mry-masonry-grid-item-100 {
	width: 100%;
}

/* Grid after 992px */

@media (max-width: 992px) {
	.mry-3-col .mry-grid-sizer, .mry-3-col .mry-masonry-grid-item {
		width: 50%;
	}
	.mry-masonry-grid-item-33 {
		width: 50%;
	}
	.mry-masonry-grid-item-50 {
		width: 100%;
	}
	.mry-masonry-grid-item-100 {
		width: 100%;
	}
}

/* Grid after 768px */

@media (max-width: 768px) {
	.mry-3-col .mry-grid-sizer, .mry-3-col .mry-masonry-grid-item {
		width: 100%;
	}
	.mry-masonry-grid-item-33 {
		width: 100%;
	}
	.mry-masonry-grid-item-50 {
		width: 100%;
	}
	.mry-masonry-grid-item-100 {
		width: 100%;
	}
	.mry-filter {
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	.mry-filter .mry-card-category {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.mry-filter .mry-card-category.mry-current {
		color: #094c55;
	}
}

/* Custom
==================================== */

/* Swiper */

.swiper-slide {
	position: relative;
}

/* Mapbox */

.mry-map-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 50%;
}

.mry-map-frame .mry-map {
	margin-top: -4%;
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.mry-map-frame .mry-map.mry-active {
	pointer-events: all;
}

.mry-map-frame:hover .mry-lock {
	opacity: 1;
}

.mapboxgl-marker:after {
	position: absolute;
	content: 'Ekelenza';
	letter-spacing: 2px;
	transform: translateX(-30%) translateY(10px);
	display: block;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 10px;
	padding: 1px 10px;
	white-space: nowrap;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.mapboxgl-marker svg {
	transform: scale(1.2);
	animation: marker 1s infinite ease-in-out;
}

.mapboxgl-marker svg g {
	fill: #094c55;
}

.mapboxgl-marker svg circle {
	fill: #f7f8fa;
}

.mapboxgl-marker svg ellipse {
	fill: #000;
}

@keyframes marker {
	0% {
		transform: scale(1.2) translateY(0);
	}
	50% {
		transform: scale(1.2) translateY(-10px);
	}
	0% {
		transform: scale(1.2) translateY(0);
	}
}

.mry-lock {
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #424242;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	transition: .4s ease-in-out;
}

.mry-lock:hover {
	color: #323232;
}

/* Fancybox */

.fancybox-container {
	width: 100vw;
	height: 100vh;
}

.fancybox-container .fancybox-bg {
	background: #fcfdff;
}

.fancybox-slide--video {
	width: 100%;
	display: flex;
	justify-content: center;
}

.fancybox-slide--video .fancybox-content {
	margin-top: 100px !important;
	width: 80% !important;
	background-color: transparent;
}

.fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
	padding: 13px;
	color: #323232;
}

/*
.fancybox-navigation .fancybox-button--arrow_right:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f104";
	font-size: 16px;
	color: #323232;
	top: 13px;
	left: 13px;
}
.fancybox-navigation .fancybox-button--arrow_left:after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	content: "\f105";
	font-size: 16px;
	color: #323232;
	top: 13px;
	left: 13px;
}*/



.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-toolbar {
	background: /*#f7f8fa*/ #fff;
	display: flex;
	width: 100vw;
	justify-content: flex-end;
	align-items: center;
	height: 70px;
	z-index: 999999;
	padding: 0 30px;
	transition: 0.4s ease-in-out;
}

.fancybox-toolbar .fancybox-button {
	background: transparent;
	color: #323232;
	padding: 9px;
}

.fancybox-toolbar .fancybox-button:hover {
	color: #323232;
}

.fancybox-slide--image {
	padding: 80px 0 40px;
}

.fancybox-navigation .fancybox-button {
	background-color: transparent;
	margin: 0 15px;
}

.fancybox-infobar {
	top: 5px;
	left: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
	z-index: 9999999999999;
	height: 60px;
	width: 100px;
	display: flex;
	opacity: 1;
	justify-content: center;
	align-items: center;
}

.fancybox-progress {
	background: #094c55;
	z-index: 999999999999999999;
}

.fancybox-thumbs {
	background-color: #fcfdff;
}

.fancybox-thumbs__list a:before {
	border-color: #094c55;
	transition: 0.4s ease-in-out;
}

.fancybox-button[disabled] {
	transform: scale(0);
	pointer-events: none;
	transition: 0.4s ease-in-out;
}

@media (max-width: 768px) {
	.fancybox-slide--video .fancybox-content {
		width: 100% !important;
	}
	.fancybox-container {
		margin: 0;
		width: 100%;
		height: 100%;
	}
	.fancybox-toolbar {
		width: 100%;
	}
	.fancybox-navigation .fancybox-button {
		bottom: -10px;
		top: auto;
	}
}

/* Smooth Scrollbar */

.scrollbar-track {
	width: 5px !important;
	background-color: #fcfdff !important;
}

.scrollbar-track .scrollbar-thumb {
	background-color: #323232 !important;
	opacity: 1 !important;
	width: 5px !important;
}

.mry-content-frame {
	width: 100% !important;
	height: 100vh !important;
	position: relative !important;
	overflow: hidden !important;
}


/*
.mry-about {
min-height: calc( 100vh - 270px);
}
*/

/* Form  Validation
==================================== */

.parsley-errors-list {
	font-size: 10px !important;
	
	text-transform: uppercase;
	border: 1px solid #000;
	background-color: #000;
	color: white;
	padding: 2px 0 0 3px !important;
	margin: 10px 0 10px 0 !important;
	list-style-type: none;
	opacity: 0;
}

.parsley-errors-list.filled {
	opacity: 1;
}

.parsley-errors-list:before {
	content: '';
	display: block;
	margin-top: -9px;
	pointer-events: none;
	position: absolute;
	border-bottom: solid 6px #000;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}

/* Success Submit
==================================== */

#success {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 190px;
	margin-top: -85px;
	margin-left: -150px;
	text-align: center;
}

#success h4 {
	margin-top: 10px;
	font-size: 18px;
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 50
	}
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 50
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240
	}
	100% {
		stroke-dashoffset: 480
	}
}

@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240
	}
	100% {
		stroke-dashoffset: 480
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240
	}
	100% {
		stroke-dashoffset: 480
	}
}

.inlinesvg .svg svg {
	display: inline
}

.icon-order-success svg path {
	-webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
	animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon-order-success svg circle {
	-webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
	animation: checkmark-circle 0.6s ease-in-out backwards
}





/*************** mary main slider *************/
.mry-main-slider {

position: relative;
background-position: center;
background-size: contain;
background-image: url(../images/textura-bg.png);
background-image: radial-gradient(#f1f1f1 5%, transparent 0);
background-size: 30px 30px;


}

.ser-box {
padding: 20px 20px 10px;
box-shadow: 0 5px 15px 10px #7575750a;
}


.ser-box h4 {
font-weight: normal;margin-bottom: 15px;
}

.ser-box img {
width: 100px;filter: brightness(0);
margin: 0 auto 10px;
}


.file-upload-wrapper {
	 position: relative;
	 width: 100%;
	 height: 55px;margin-bottom: 10px;
}
 .file-upload-wrapper:after {
	 content: attr(data-text);
	 font-size: 16px;
	 position: absolute;
	 top: 0;
	 left: 0;
border: solid 1px #cacaca;
	 padding: 10px 15px;
	 display: block;
	 width: calc(100% - 40px);
	 pointer-events: none;
	 z-index: 20;
	 height: 55px;
	 line-height: 35px;
	 color: #5a5a5a;
	 
	 font-weight: 300;text-transform: capitalize;
}
 .file-upload-wrapper:before {
	 content: 'Upload';
	 position: absolute;
	 top: 0;
	 right: 0;
	 display: inline-block;
	 height: 55px;
	 background: #111;
	 color: #fff;
	 font-weight: 300;
	 z-index: 25;
	 font-size: 15px;
	 line-height: 55px;
	 padding: 0 15px;
	 text-transform: capitalize;
	 pointer-events: none;
	 border-radius: 0 2px 2px 0;
}
 .file-upload-wrapper:hover:before {
	 background: #000;
}
 .file-upload-wrapper input {
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: 99;
	 height: 55px;
	 margin: 0;
	 padding: 0;
	 display: block;
	 cursor: pointer;
	 width: 100%;
}
 





.colfive {
width: 20%;
padding:0 5px;
margin-bottom:10px; 
}

.mg-log {
display: grid;
height:110px;background: #fff;
align-items: center;
}

.mg-log img {
height:90px;
margin: 0 auto;max-width: 100%;
  filter: grayscale(100);
}

.mg-log:hover img { 
filter: grayscale(0);
}


.title-log {
text-align: center;
padding: 10px;
background: #f3f3f3;font-size: 15px;
text-transform: capitalize;}










.mode-light {
display: none;
}
/*
.mode-light:after {
	content: "light mode";
	display: block;

	color: #fff;
	transition: 0.3s ease-in-out;
font-size: 11px;
letter-spacing: 1px;text-transform: capitalize;

}*/

.mode-dark {
display: grid;
align-items: center;
gap: 11px;
}
/*
.mode-dark:after {
	content: "Dark mode";
	display: block;

	color: #000;
	transition: 0.3s ease-in-out;
font-size: 11px;

letter-spacing: 1px;text-transform: capitalize;
}
*/

.mry-text.mry-fo strong {
margin-bottom: 10px;
display: block;
}


.actions_btn-mode {
position: absolute;
right: 0;
top: 88px;
width: 70px;
height: 44px;
text-align: center;
line-height: 44px;
background: /*#f7f8fa*/ #fff;
color: #323232;
z-index: 99;
border: none;
outline: none !important;
cursor: pointer;
padding: 0 0 0 8px;}





/*****************  Dark Mode  ***********************/

[data-lightMode="dark"] .mry-menu nav ul .menu-item.current-item a {
	color: #fff;
}

body[data-lightMode="dark"] {
    background-color: #141414;
}
[data-lightMode="dark"] .mry-text {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-text a {
    color: #fff;
}
[data-lightMode="dark"] .mry-text a:hover {
    color: #fff;
}
[data-lightMode="dark"] .mry-text .mry-color-text {
    color: #fff;
}

/* Text */
[data-lightMode="dark"] .mry-h1,[data-lightMode="dark"] .mry-h2,[data-lightMode="dark"] .mry-h3,[data-lightMode="dark"] .mry-h4,[data-lightMode="dark"] .mry-h5,[data-lightMode="dark"] .mry-h6,
[data-lightMode="dark"] h1,
[data-lightMode="dark"] h2,
[data-lightMode="dark"] h3,
[data-lightMode="dark"] h4,
[data-lightMode="dark"] h5,
[data-lightMode="dark"] h6 {
    color: rgb(219, 219, 219);
color: rgb(219, 219, 219);
}/*
[data-lightMode="dark"] .mry-border-text {
    -webkit-text-stroke-color: rgb(219, 219, 219);
    -moz-text-stroke-color: rgb(219, 219, 219);
    color: transparent !important;
}*/
[data-lightMode="dark"] .mry-label {
    color: rgb(219, 219, 219);
}

/* After 768px */

@media (max-width: 768px) {/*
    [data-lightMode="dark"] .mry-h1 .mry-border-text,
    [data-lightMode="dark"] h1 .mry-border-text {
        -webkit-text-stroke-color: inherit;
        -moz-text-stroke-color: inherit;
        color: inherit !important;
    }
*//*
    [data-lightMode="dark"] .mry-h2 .mry-border-text,
    [data-lightMode="dark"] h2 .mry-border-text {
        -webkit-text-stroke-color: inherit;
        -moz-text-stroke-color: inherit;
        color: inherit !important;
    }

    [data-lightMode="dark"] .mry-h3 .mry-border-text,
    [data-lightMode="dark"] h3 .mry-border-text {
        letter-spacing: -1px;
        -webkit-text-stroke-width: 0;
        -moz-text-stroke-width: 0;
        -webkit-text-stroke-color: inherit;
        -moz-text-stroke-color: inherit;
        color: inherit !important;
    }

    [data-lightMode="dark"] .mry-h4 .mry-border-text,
    [data-lightMode="dark"] h4 .mry-border-text {
        letter-spacing: -1px;
        -webkit-text-stroke-width: 0;
        -moz-text-stroke-width: 0;
        -webkit-text-stroke-color: inherit;
        -moz-text-stroke-color: inherit;
        color: inherit !important;
    }*/
}
[data-lightMode="dark"] .mry-ball {
    border: 1px solid #e1e1e1;
}

/* Buttons */
[data-lightMode="dark"] .mry-btn,[data-lightMode="dark"] .mry-btn-text {
    color: rgb(219, 219, 219);
    border: solid 1px #e1e1e1;
    background-color: transparent;
}
[data-lightMode="dark"] .mry-btn:hover,[data-lightMode="dark"] .mry-btn-text:hover {
    color: #fff;
}
[data-lightMode="dark"] .mry-btn-text {
    border-color: transparent;
}
[data-lightMode="dark"] .mry-link {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-link:hover {
    color: #fff;
}
[data-lightMode="dark"] .mry-app .mry-preloader {
    background-color: #0a0a0a;
}
[data-lightMode="dark"] .mry-app .mry-preloader .mry-preloader-content .mry-loader-bar {
    background-color: #141414;
}
[data-lightMode="dark"] .mry-app .mry-preloader .mry-preloader-content .mry-loader-bar .mry-loader {
    background-color: #fff;
}

[data-lightMode="dark"] .mry-app .mry-top-panel .mry-logo-frame {
    /*background-color: #141414;*/
}

/* Menu Button */
[data-lightMode="dark"] .mry-menu-button-frame {
    background-color: #141414;
}
[data-lightMode="dark"] .mry-menu-button-frame .mry-label {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-menu-button-frame .mry-menu-btn .mry-burger span,[data-lightMode="dark"] .mry-menu-button-frame .mry-menu-btn .mry-burger span:after,[data-lightMode="dark"] .mry-menu-button-frame .mry-menu-btn .mry-burger span:before {
    background: #e1e1e1;
}[data-lightMode="dark"] .mry-menu {
    background-color: #0a0a0a;
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item a {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item.current-menu-item a {
    color: #fff;
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item .sub-menu a {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item .sub-menu a:hover {
    color: rgba(215, 215, 215, 0.8) !important;
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item .sub-menu .menu-item a {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item .sub-menu .menu-item:first-child {
    margin-top: 20px;
}
[data-lightMode="dark"] .mry-menu nav ul .menu-item.menu-item-has-children i {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-menu .mry-info-box-frame {
    background-color: #141414;
border: none;
}
[data-lightMode="dark"] .mry-menu .mry-info-box-frame .mry-info-box .mry-label {
    color: rgb(219, 219, 219);
}

html.is-animating [data-lightMode="dark"]  .mry-ball svg path,
html.is-rendering [data-lightMode="dark"]  .mry-ball svg path {
    fill: #fff;
}

[data-lightMode="dark"] .mry-curtain,[data-lightMode="dark"] .mry-loading-curtain {
    background-color: #141414;
}
[data-lightMode="dark"] .mry-head-bg .mry-bg-overlay {
    background-image: linear-gradient(0deg, #141414 1%, rgba(20, 20, 20, 0.85) 100%, rgba(20, 20, 20, 0.8) 100%);
}
[data-lightMode="dark"] .mry-subtitle {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-subtitle:before {
    background-color: #fff;
}
/*
[data-lightMode="dark"] .mry-project-slider-item .mry-project-frame .mry-cover-overlay {
    background-color: rgba(20, 20, 20, 0.45);
}*/
[data-lightMode="dark"] .mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
    background-image: linear-gradient(269deg, rgba(20, 20, 20, 0) 70%, rgba(20, 20, 20, 0.4) 80%, #141414 100%);
}
[data-lightMode="dark"] .mry-project-slider-item .mry-main-title-frame .mry-main-title h1 {
    text-shadow: 0 0 40px rgba(13, 13, 13, 0.5);
}

/* Slider Project after 768px */

@media (max-width: 768px) {
    [data-lightMode="dark"] .mry-project-slider-item .mry-project-frame .mry-cover-overlay.mry-gradient-overlay {
        background-color: rgba(20, 20, 20, 0.45);
        background-image: none;
    }

    [data-lightMode="dark"] .mry-project-slider-item .mry-project-frame .mry-main-title-frame .mry-main-title {
        background-color: #141414;background-color: #0009;
    }
}

/* Slider Navigation */
[data-lightMode="dark"] .mry-slider-pagination-frame {
    background-color: #141414;
}
[data-lightMode="dark"] .mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet {
    background-color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-slider-pagination-frame .mry-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
[data-lightMode="dark"] .mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress {
    background: rgba(225, 225, 225, 0.1);
}
[data-lightMode="dark"] .mry-slider-progress-bar-frame .mry-slider-progress-bar .mry-progress:after {
    background: #fff;
}
[data-lightMode="dark"] .mry-slider-arrows {
    background-color: #141414;
}
[data-lightMode="dark"] .mry-slider-arrows .mry-label {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-slider-arrows .mry-button-next span i,[data-lightMode="dark"] .mry-slider-arrows .mry-button-prev span i {
    color: rgb(219, 219, 219);
}

@media (max-width: 590px) {
    [data-lightMode="dark"] .mry-slider-arrows {
        background-color: transparent !important;
    }
}
[data-lightMode="dark"] .mry-scroll-hint-frame .mry-label {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-scroll-hint-frame .mry-scroll-hint span {
    border: solid 1px #e1e1e1;
}
[data-lightMode="dark"] .mry-scroll-hint-frame .mry-scroll-hint span:after {
    background-color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-arrows .mry-sl-nav .mry-next,[data-lightMode="dark"] .mry-arrows .mry-sl-nav .mry-prev {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-arrows .mry-label {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-about-video .mry-video-cover-frame .mry-cover-overlay {
    background-color: rgba(20, 20, 20, 0.45);
}
[data-lightMode="dark"] .mry-about-video .mry-video-cover-frame .mry-play-button {
    border: solid 1px #e1e1e1;
    box-shadow: inset 0 0 40px rgba(13, 13, 13, 0.5), 0 0 40px rgba(13, 13, 13, 0.5);
}
[data-lightMode="dark"] .mry-about-video .mry-video-cover-frame .mry-play-button a i {
    color: rgb(219, 219, 219);
    text-shadow: 0 0 40px rgba(13, 13, 13, 0.5);
}
[data-lightMode="dark"] .mry-team-member .mry-member-photo-frame .mry-photo-overlay {
    background-color: rgba(20, 20, 20, 0.45);
}
[data-lightMode="dark"] .mry-star-rate li i {
    color: #fff;
}
[data-lightMode="dark"] .mry-star-rate li.mry-empty i {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-pagination li.mry-active {
    background-color: #fff;
}
[data-lightMode="dark"] .mry-pagination li.mry-active a {
    color: #141414;
}
[data-lightMode="dark"] .mry-pagination li a {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-pagination li a:hover {
    color: rgb(219, 219, 219);
}


[data-lightMode="dark"] .file-upload-wrapper:after,
[data-lightMode="dark"] .mry-form input,[data-lightMode="dark"] .mry-form textarea {
    border: solid 1px #e6e6e6;
    color: rgb(219, 219, 219);
    background-color: transparent;
}
[data-lightMode="dark"] .mry-form input:focus,[data-lightMode="dark"] .mry-form textarea:focus {
    border-color: #fff;
}

[data-lightMode="dark"] blockquote {
    color: rgb(219, 219, 219);
    background: #0a0a0a;
}

[data-lightMode="dark"] blockquote:before {
    color: rgb(219, 219, 219);
}

[data-lightMode="dark"] blockquote:after {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-footer .mry-footer-copy {
    background-color: #111;
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-footer .mry-footer-copy .container .mry-social li a {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-footer .mry-footer-copy .container .mry-social li a:hover {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-filter .mry-card-category {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-filter .mry-card-category.mry-current {
    color: #fff;
}[data-lightMode="dark"] .mry-card-item .mry-card-cover-frame .mry-badge {
    color: rgb(219, 219, 219);
    background-color: #14141436;
}
[data-lightMode="dark"] .mry-card-item .mry-card-cover-frame .mry-cover-overlay {
    background-color: rgba(20, 20, 20, 0.45);
}
[data-lightMode="dark"] .mry-card-item .mry-card-cover-frame .mry-hover-links {
    background-color: #000000bf;
}
[data-lightMode="dark"] .mry-card-item .mry-card-cover-frame .mry-hover-links .mry-more i,[data-lightMode="dark"] .mry-card-item .mry-card-cover-frame .mry-hover-links .mry-zoom i {
    color: rgb(219, 219, 219);
}

@media (max-width: 768px) {
    [data-lightMode="dark"] .mry-filter .mry-card-category.mry-current {
        color: #fff;
    }
}
[data-lightMode="dark"] .mapboxgl-marker:after {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
[data-lightMode="dark"] .mapboxgl-marker svg g {
    fill: #fff;
}
[data-lightMode="dark"] .mapboxgl-marker svg circle {
    fill: #141414;
}
[data-lightMode="dark"] .mapboxgl-marker svg ellipse {
    fill: #000;
}
[data-lightMode="dark"] .mry-lock {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .mry-lock:hover {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .fancybox-container .fancybox-bg {
    background: #0a0a0a;
}
[data-lightMode="dark"] .fancybox-navigation .fancybox-button--arrow_left,[data-lightMode="dark"] .fancybox-navigation .fancybox-button--arrow_right {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .fancybox-toolbar {
    background: #141414;
}
[data-lightMode="dark"] .fancybox-toolbar .fancybox-button {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .fancybox-toolbar .fancybox-button:hover {
    color: rgb(219, 219, 219);
}
[data-lightMode="dark"] .fancybox-navigation .fancybox-button {
    background-color: transparent;
}
[data-lightMode="dark"] .fancybox-progress {
    background: #fff;
}
[data-lightMode="dark"] .fancybox-thumbs {
    background-color: #0a0a0a;
}
[data-lightMode="dark"] .fancybox-thumbs__list a:before {
    border-color: #fff;
}
[data-lightMode="dark"] .scrollbar-track {
    background-color: #0a0a0a !important;
}
[data-lightMode="dark"] .scrollbar-track .scrollbar-thumb {
    background-color: #fff !important;
}
[data-lightMode="dark"] .parsley-errors-list {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
[data-lightMode="dark"] .parsley-errors-list:before {
    border-bottom: solid 6px #fff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

[data-lightMode="dark"] #success small {
    color: white;
}




[data-lightMode="dark"] .ser-box img {
  filter: brightness(100);
}


.mry-app .mry-preloader .mry-preloader-content .mry-logo.dark-ter,
[data-lightMode="dark"] .mry-app .mry-preloader .mry-preloader-content .mry-logo {
opacity: 0;
display: none;
}

[data-lightMode="dark"] .mry-app .mry-preloader .mry-preloader-content .mry-logo.dark-ter {
opacity: 1;
display: block;
}






[data-lightMode="dark"] .ser-box {
  background: #1a1919;
box-shadow: none;
}

[data-lightMode="dark"] .title-log {
  background: #1a1919;
color: #e6e6e6
}


[data-lightMode="dark"] .mg-log img {
  filter: grayscale(100);
}


[data-lightMode="dark"] .mg-log:hover img { 
filter: grayscale(0);
}

[data-lightMode="dark"] .mode-light {
display: grid;
align-items: center;
gap: 11px;
}


[data-lightMode="dark"] .mry-footer {
background: #161616;
}


[data-lightMode="dark"] .mode-dark {
display: none
}



[data-lightMode="dark"] .mry-main-slider {
  background-image: radial-gradient(#25252542 5%, transparent 0);
}

[data-lightMode="dark"] .actions_btn-mode {
background: #141414;
color: #fff;
}


.mry-footer .mry-fo {
font-size: 30px;
}



[data-lightMode="dark"] .mry-lang-link {
background: #141414;
color: rgb(219, 219, 219);
}



[data-lightMode="dark"] .mry-menu .mry-info-box-frame,
[data-lightMode="dark"] .mry-footer .mry-footer-copy,
[data-lightMode="dark"] .mry-scroll-top {

border-color: #323232;

}


[data-lightMode="dark"] .mry-scroll-top {
color: rgb(219, 219, 219);
}


[data-lightMode="dark"] .mry-subtitle.mry-fo,
[data-lightMode="dark"] .actions_btn-mode:hover,
[data-lightMode="dark"] .mry-magnetic-link:hover {
color: #fff;
}





[data-lightMode="dark"] .show-icons .ico-img {
background-color: #141414;
}

[data-lightMode="dark"] .show-icons .ico-img:after {
filter: brightness(100);
}



[data-lightMode="dark"] .whats-icon{
background: #141414;	
}

[data-lightMode="dark"] .whats-icon a { 
color: rgb(219, 219, 219);
}

[data-lightMode="dark"] .whats-icon:hover{
color: #fff;
}





[data-lightMode="dark"] .phone-icon{
background: #141414;	
}

[data-lightMode="dark"] .phone-icon a { 
color: rgb(219, 219, 219);
}

[data-lightMode="dark"] .phone-icon:hover{
color: #fff;
}





/****************** New animation for contacts fixed icons *************

.whats-icon{
width: 50px;
height: 50px;
color: #323232;
font-size: 25px;
text-transform: capitalize;
line-height: 54px;
text-align: center;
z-index: 99;
cursor: pointer;

-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;
}


.whats-icon a { 
color: #323232;
}


.whats-icon:hover a {
	color:#fff;

}


.phone-icon{
width: 50px;
height: 50px;
color: #323232;
font-size: 25px;
text-transform: capitalize;
line-height: 54px;
text-align: center;
z-index: 99;
cursor: pointer;

-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;
}


.phone-icon a { 
color: #323232;
}


.phone-icon:hover a {
	color:#fff;

}

















.home-icon{
width: 50px;
height: 50px;
color: #323232;
font-size: 29px;
text-transform: capitalize;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;

-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;
}


.home-icon a { 
color: #323232;
}


.home-icon:hover a {
	color:#fff;

}


.bottom-calls {
	position: fixed;
bottom: 30px;
	left: 20px;z-index: 9;
}


.bottom-calls > div {
overflow: hidden;
margin-top:8px;
}

.bottom-calls > div a {
color: #fff;
background: #323232;
display: block;
}

.bottom-calls > div a:hover {
background: #000;
color: #fff;
}
*/




/****************** New animation for contacts fixed icons *************/


.all-ioc {
position: fixed;
z-index: 9;
left: 15px;
bottom: 20px;
width: 60px;
height: 60px;
display: block;
}

.show-icons {
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 60px;
color: #ffffff;
font-size: 33px;
text-transform: capitalize;
line-height: 60px;
text-align: center;
z-index: 999;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;/*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
background: #222;



	
}


.show-icons .ico-img {
display: block;
width: 100% !important;
height: 100% !important;
z-index: 6;
background-color: #fff;
border-radius: 50%;
	 position: relative;
z-index:1;
}

.show-icons .ico-img:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
background-size: 80%;
background-image: url("../images/message-icon.png");
background-repeat: no-repeat;
background-position: 50%;
z-index: 1;
width: 42px;
height: 42px;
transform: translate(-50%, -50%);
filter: brightness(0);
}





.show-icons:hover {
	color:#0e2f35;
background: -webkit-linear-gradient(#fbfbfb, #fff);

}


.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #414141;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}


.sonar-wave {
  animation: amo-button-wave infinite 2.6s 0s linear;

}


@keyframes amo-button-wave {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}








.sonar-wave2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #414141;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}



.sonar-wave2 {
  animation: amo-button-wave2 infinite 2.6s 0s linear;
}




.sonar-wave2 {
animation-delay: 0.8s;
}




@keyframes amo-button-wave2 {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}





.whats-icon{
position: absolute;
bottom: 5px;
left: 34px;
width: 50px;
height: 50px;
color: #fff;
font-size: 23px;
text-transform: capitalize;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #f9f9f9;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.whats-icon a { 
color: #323232;
}

.whats-icon:hover{
color: #000;
}






.phone-icon{
position: absolute;
bottom: 5px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 23px;
text-transform: capitalize;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #f9f9f9;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.phone-icon a { 
color: #323232;
}

.phone-icon:hover{
color: #000;
}
















.messenger-icon{
position: absolute;
bottom: 5px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 23px;
text-transform: capitalize;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #323232;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.messenger-icon a { 
color: #fff;
}


.messenger-icon:hover{
background: #222;
}



.all-ioc.active .phone-icon {
left: 130px;opacity: 1;
}


.all-ioc.active .whats-icon {
left: 75px;opacity: 1;
}

.all-ioc.active .messenger-icon {
left: 135px;opacity: 1;
}
/********* New animation for contacts fixed icons **********/

.mry-subtitle.mry-fo {
color: #323232;
text-transform: capitalize;
font-size: 30px;
line-height: 40px;
}

.mry-project-slider-item .mry-subtitle::before {
  bottom: 8px;
}

.no-desk {
display: none
}

@media (max-width: 767px) {

.mry-menu-button-frame {
top: 20px;
right: 10px;
}



.mry-lang-link {
top: 20px;
right: 50px;
}




#mry-dynamic-menu {
opacity: 1;
transform: none;
transition: none;
height: 100%;
margin: 0;
}

.mry-menu .mry-info-box-frame {
opacity: 1;
transform: translateX(0);
transition: 0.5s ease-out;
}

.mry-menu-button-frame .mry-menu-btn .mry-burger,
.mry-menu-button-frame {
padding: 0;
}

/*
.mry-border-text {
  letter-spacing: 2px;
}*/

.mry-app .mry-top-panel {
padding-left: 0 !important;
background-color: /*#f7f8fa*/ #fff;
}

[data-lightMode="dark"] .mry-app .mry-top-panel {
background-color: #141414;
}

[data-lightMode="dark"] .mry-menu-button-frame {
  background: none;
}


[data-lightMode="dark"] .actions_btn-mode {
  background: none;
}

.mode-dark:after,
.mode-light:after,
.no-mob,
.mry-menu-button-frame .mry-label {
display: none;
}


.no-desk {
display: block
}


.mry-magnetic-link {
  width: 40px;}


.actions_btn-mode {
right: 85px;
width: 45px;
top: 20px;
}


.mry-menu-button-frame,
.actions_btn-mode {
background: none;
}



.mry-app .mry-top-panel .mry-logo-frame .mry-logo {
  width: 180px;}

.mry-app .mry-top-panel,
.mry-app .mry-top-panel .mry-logo-frame {
height: 80px;
padding: 0 20px;
}

.mry-btn, .mry-btn-text {

height: 45px;
line-height: 45px;
padding: 0 15px;}


.mry-btn-text {
margin-right: 0;
}

.colfive {
width: 50%;
padding:0 5px;
margin-bottom:10px; 
}


.mry-mb-40,
.mry-mb-100 {
margin-bottom:20px;
}


.mry-banner.mry-p-50-0 {
  padding-top: 100px;
}



.mry-footer .mry-fo,
.mry-banner h1 {
  font-size: 20px;line-height: 33px;
  max-width: 100%;}


.mry-subtitle.mry-fo {
  font-size: 24px;}


.mry-menu .mry-info-box-frame,
.mry-menu.mry-active nav {
height: auto;
background-color: #fff;
padding: 0;
margin-top: 50px;
}


/*
.mry-menu nav ul .menu-item a {
  font-size: 14px;
}*/

.mry-menu {
overflow: auto;
overflow-x: hidden;
padding-top: 100px;
}

.mry-menu .mry-info-box-frame .mry-info-box .mry-label {
font-weight: bold;
padding: 0;}


[data-lightMode="dark"] .mry-menu .mry-info-box-frame,
.mry-menu .mry-info-box-frame, .mry-menu.mry-active nav {
background: none;
}


.mry-menu .mry-info-box-frame {
max-width:90%;
margin: 50px auto 0;
padding-bottom: 50px;
}


.mry-menu .mry-info-box-frame .mry-info-box {
width: 100%;
}
/*
.mry-border-text {
  -webkit-text-stroke-width: 1px;}*/

.ser-box {
margin-bottom:20px;
}


.mry-subtitle.mry-mb-20.mry-fo,
.mry-footer .mry-mb-30,
.mry-footer .mry-mb-20 {
  margin-bottom: 10px;
}



.mry-main-title.mry-title-center.mry-p-0-40,
.mry-footer .mry-p-0-30 {
padding-bottom: 20px;
}

.mry-footer .mry-footer-copy {
  padding: 10px 0;
}


.mry-menu nav ul .menu-item .sub-menu {
  padding-left: 0;}

.mry-footer .mry-footer-copy .container div {
  margin-bottom: 12px;
}

.mry-menu .mry-info-box-frame .mry-fo,
.mry-menu nav ul .menu-item {
text-align: center;
}
/*
.mry-menu .mry-info-box-frame .mry-fo .mry-btn, .mry-menu .mry-info-box-frame .mry-fo .mry-btn-text{
width: 106px;
}*/


.mry-footer .mry-footer-copy .container div {
-ms-flex-order: 1;
order: 1;
margin-top: 12px;margin-bottom: 0;
}



.mry-scroll-top {
  bottom: 8px;
  height: 60px;
border: none;
}



.mry-banner .mry-title-center {
margin-top:0;
}

.mry-menu.mry-active .mry-info-box-frame {
border: none;
}

.mry-slider-nav-panel .container, 
.mry-project-slider-item .mry-main-title-frame .container {
padding: 0;}



.main-lev .mry-card-item {
margin-bottom: 25px;
text-align: center;
}



.mry-about,
.mry-portfolio {
min-height: calc( 100vh - 125px);
}



}

















[data-lightMode="dark"].home-der .mry-app .mry-top-panel .mry-logo-frame .inside-logo.dark-ter {
display: none !important;
}

.mry-app .mry-top-panel .mry-logo-frame .mry-logo,
.home-der .mry-app .mry-top-panel .mry-logo-frame .inside-logo,
.mry-app .mry-top-panel .mry-logo-frame .mry-logo.dark-ter {
display: none;
}


.home-der .mry-app .mry-top-panel .mry-logo-frame .mry-logo {
display: block;
}


.home-der .mry-app .mry-top-panel .mry-logo-frame .mry-logo.dark-ter {
display: none !important;
}



.mry-app .mry-top-panel .mry-logo-frame .inside-logo.dark-ter,
[data-lightMode="dark"] .mry-app .mry-top-panel .mry-logo-frame .inside-logo,
.mry-app .mry-top-panel .mry-logo-frame .mry-logo.dark-ter,
[data-lightMode="dark"] .mry-app .mry-top-panel .mry-logo-frame .mry-logo {
opacity: 0;
display: none !important;
}



[data-lightMode="dark"] .mry-app .mry-top-panel .mry-logo-frame .inside-logo.dark-ter,
[data-lightMode="dark"].home-der .mry-app .mry-top-panel .mry-logo-frame .mry-logo.dark-ter {
opacity: 1;
display: block !important;
}




.mry-card-item {
margin-bottom: 25px;
}


.mry-item-descr {
padding: 15px;
background: #f9f9f9;
}


[data-lightMode="dark"] .mry-item-descr {
background: #171717;
}



.mry-item-descr .mry-text {
height: 44px;
overflow: hidden;
}


[data-lightMode="dark"] {
color: rgb(219, 219, 219);
}



