.no-js .preloader,
.no-js .preloader-portfolio {
	display: none
}

.preloader,
.preloader-portfolio {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff
}

.preloader-animation {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	margin: auto;
	filter: url(#goo);
	animation: rotate-move 2s ease-in-out infinite
}

.dot {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto
}

.dot-3 {
	background-color: #56b887;
	animation: dot-3-move 2s ease infinite, index 6s ease infinite
}

.dot-2 {
	background-color: #f74d75;
	animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite
}

.dot-1 {
	background-color: #ffe386;
	animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite
}

@keyframes dot-3-move {
	20% {
		transform: scale(1)
	}

	45% {
		transform: translateY(-18px) scale(.45)
	}

	60% {
		transform: translateY(-90px) scale(.45)
	}

	80% {
		transform: translateY(-90px) scale(.45)
	}

	100% {
		transform: translateY(0px) scale(1)
	}
}

@keyframes dot-2-move {
	20% {
		transform: scale(1)
	}

	45% {
		transform: translate(16px, 12px) scale(.45)
	}

	60% {
		transform: translate(80px, 60px) scale(.45)
	}

	80% {
		transform: translate(80px, 60px) scale(.45)
	}

	100% {
		transform: translateY(0px) scale(1)
	}
}

@keyframes dot-1-move {
	20% {
		transform: scale(1)
	}

	45% {
		transform: translate(-16px, 12px) scale(.45)
	}

	60% {
		transform: translate(-80px, 60px) scale(.45)
	}

	80% {
		transform: translate(-80px, 60px) scale(.45)
	}

	100% {
		transform: translateY(0px) scale(1)
	}
}

@keyframes rotate-move {
	55% {
		transform: translate(50%, -50%) rotate(0deg)
	}

	80% {
		transform: translate(50%, -50%) rotate(-360deg)
	}

	100% {
		transform: translate(50%, -50%) rotate(-360deg)
	}
}

@keyframes index {

	0%,
	100% {
		z-index: 3
	}

	33.3% {
		z-index: 2
	}

	66.6% {
		z-index: 1
	}
}

html {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 15px;
	font-family: "primary-font", "segoe ui", "tahoma";
	direction: rtl;
	line-height: 1.65em;
	color: #555;
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 50%;
	background-size: cover
}

.ltr-text {
	display: inline-block;
	direction: ltr;
}

.primary-font {
	font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.titles-font {
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: 600;
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma";
	line-height: 1.85;
	margin: 0;
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 27px
}

h3 {
	font-size: 21px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

a,
a:hover {
	color: #56b887;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.small, small {
    font-size: 83.33%;
}

dl, ol, ul {
    margin-bottom: 0;
}

p {
	margin-bottom: 10px;
	line-height: 2;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

div.page {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0 55px 0 125px;
	overflow: hidden
}

.page-content {
	position: relative;
	width: 100%;
	max-width: 1460px;
	height: 86vh;
	margin: 7vh auto;
	padding: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn,
button,
input[type=button],
input[type=submit] {
	display: inline-block;
	position: relative;
	padding: .6em 2.1em;
	font-size: 1em;
	line-height: 1.6;
	outline: none !important;
	border: 2px solid #56b887;
	background-color: #56b887;
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 10px -8px rgba(80, 90, 96, .33);
    cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.elementor a.btn {
	box-shadow: 0 10px 10px -8px rgba(80, 90, 96, .33);
}

.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
	background-color: #fff;
	color: #56b887;
	box-shadow: 0 10px 10px -8px rgba(80, 90, 96, .33);
}

.elementor a.btn:hover {
	box-shadow: 0 10px 10px -8px rgba(80, 90, 96, .33);
}

.btn:disabled,
.btn.disabled,
button:disabled,
button.disabled,
input[type=button]:disabled,
input[type=button].disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
	opacity: 0.75;
	cursor: default;
	pointer-events: none;
}

.btn:hover i.hover-theme-color{
	color: #56b887 !important;
}

.btn:hover i.hover-inherit-color{
	color: inherit !important;
}

.btn span {
	display: inline-block;
}

.btn i,
.btn svg {
	display: inline-block;
	vertical-align: middle;
}

.btn .fas:before,
.btn .fab:before,
.btn .far:before {
	vertical-align: middle;
}

.btn i:first-child {
	margin-left: 5px;
}

.btn i:last-child {
	margin-right: 5px;
}

button.mfp-close:hover,
button.mfp-close:visited,
button.mfp-close:focus,
button.mfp-arrow:hover,
button.mfp-arrow:visited,
button.mfp-arrow:focus {
	border: 0
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.half-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% - 385px);
	left: 0;
}

@media only screen and (max-width:1640px) {
	.half-bg {
		right: 435px
	}
}

@media only screen and (max-width:1279.98px) {
	.half-bg {
		right: 280px
	}
}

@media only screen and (min-width:992px) {

	body::-webkit-scrollbar,
	.animated-section::-webkit-scrollbar,
	.single-page-content::-webkit-scrollbar,
	.header-content::-webkit-scrollbar {
		position: absolute;
		width: 5px;
		margin-right: -5px
	}

	body::-webkit-scrollbar-track,
	.animated-section::-webkit-scrollbar-track,
	.single-page-content::-webkit-scrollbar-track,
	.header-content::-webkit-scrollbar-track {
		background-color: #fcfcfc
	}

	body::-webkit-scrollbar-thumb,
	.animated-section::-webkit-scrollbar-thumb,
	.single-page-content::-webkit-scrollbar-thumb,
	.header-content::-webkit-scrollbar-thumb {
		background-color: #ddd;
		outline: 0
	}
}

.animated-bg-container {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

.lm-animated-bg {
	position: absolute;
	width: auto;
	height: auto;
	top: -28px;
	right: -28px;
	left: -28px;
	bottom: -28px;
	background-color: #426D74;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.text-rotation {
	display: block;
	width: 100%;
	position: relative
}

.text-rotation .item {
	line-height: 1.85;
	margin-bottom: 0;
	color: #9baab3;
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	display: block;
}

@media only screen and (min-width:992px) {
	.header {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		float: right;
		width: 100%;
		max-width: 380px;
		height: 100%;
		text-align: center;
		color: #fff;
		background-color: rgba(192, 220, 206, .1);
		-webkit-box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
		-moz-box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
		box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
	}

	.header-content {
		padding: 70px 15px 45px;
		overflow: auto;
	}

	ul.main-menu {
		position: absolute;
		padding: 15px 0;
		width: 70px;
		left: -72px;
		background-color: #fff;
		z-index: 999;
		list-style: none;
		top: 0;
		bottom: 0;
		-webkit-box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
		-moz-box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
		box-shadow: 0 0 20px -5px rgb(0 0 0/15%)
	}

	ul.main-menu a {
		display: block;
		position: relative;
		color: #9baab3;
		padding: 10px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	ul.main-menu a.active,
	ul.main-menu .current-menu-item a,
	ul.main-menu a:hover {
		color: #56b887
	}

	ul.main-menu .menu-icon {
		display: block;
		font-size: 27px
	}

	ul.main-menu .link-text {
		position: absolute;
		width: auto;
		visibility: hidden;
		opacity: 0;
		color: #9baab3;
		padding: 2px 10px;
		background-color: #fff;
		white-space: nowrap;
		border: 2px solid #fff;
		left: 0;
		top: calc(-50% - 2px);
		border-bottom-right-radius: 5px;
		border-left: 0;
		border-top-right-radius: 5px;
		margin-top: 50%;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index: 0;
		box-shadow: 0 10px 10px -8px rgb(0 0 0/22%)
	}

	ul.main-menu a:hover .link-text {
		left: 100%;
		visibility: visible;
		opacity: 1;
		border-color: #9baab3
	}
}

@media only screen and (min-width:1280px) {
	.header-content {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.header-lng {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: -8px;
	text-align: left;
	float: left
}

.header-lng ul {
	display: inline-block;
	padding: 2px 4px;
	list-style: none;
	text-align: left;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 5px
}

.header-lng ul li {
	display: inline-block;
	margin: 0;
	padding: 0
}

.header-lng ul li a {
	font-size: 12px;
	line-height: 1;
	padding: 1px 7px;
	border-radius: 3px;
	color: #fff
}

.header-lng ul li a.active {
	background-color: #fff;
	color: #666
}

.header-lng ul li a:hover,
.header-lng ul li a:focus {
	background-color: #fff;
	color: #666
}

.social-links ul {
	list-style: none;
	display: inline-block;
	background-color: rgba(225, 225, 225, .2);
	padding: 3px 15px;
	border-radius: 25px
}

.social-links ul li {
	display: inline-block;
}

.social-links ul li a {
	color: inherit;
	border-radius: 20px;
	font-size: 15px;
	padding: 0;
	height: 25px;
	width: 25px;
	display: block;
	line-height: 30px;
	text-align: center;
	opacity: 1
}

.social-links ul li a:hover {
	opacity: 0.7;
}

.social-links ul li i {
	vertical-align: middle;
}

.lmpixels-arrows-nav {
	position: absolute;
	padding: 10px 0;
	width: 70px;
	left: -72px;
	list-style: none;
	bottom: 0;
	z-index: 999
}

.lmpixels-arrows-nav div {
	display: block;
	position: relative;
	text-align: center;
	color: #9baab3;
	padding: 10px;
	font-size: 24px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.lmpixels-arrows-nav div:hover {
	color: #56b887;
	cursor: pointer
}

.header-photo {
	position: relative;
	width: 42%;
	margin: 0 auto;
	z-index: 1
}

.header-photo img {
	width: 100%;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 300px
}

.header-photo:after {
	position: absolute;
	opacity: .3;
	top: 3%;
	right: 3%;
	border-radius: 300px;
	content: '';
	height: calc(100% + 0px);
	width: calc(100% + 0px);
	background-color: #fff;
	z-index: -1
}

.header-titles .title-text {
	font-size: 30px;
	font-weight: 600;
	font-family: "titles-font", "primary-font", "segoe ui", "tahoma";
	color: inherit;
    line-height: 1.85;
	display: block;
}

.header-titles .title-text a {
	color: inherit !important;
}

.header-titles .subtitle-text {
	font-size: 16px;
	font-weight: 300;
	font-family: inherit;
	color: inherit;
    line-height: 1.85;
	display: block;
}

.header-buttons .btn {
	background-color: rgba(0, 0, 0, .12);
	border-color: #fff;
	color: inherit;
}

.header-buttons .btn:hover,
.header-buttons .btn:focus,
.header-buttons .btn:active {
	background-color: rgba(255, 255, 255, .88);
	border-color: #fff;
	color: #111;
}

.header .copyrights {
	padding: 25px 10px;
	font-size: 12px;
	text-align: center;
	opacity: 0.5;
}

.header .copyrights p {
	margin-bottom: 0;
}

.header .widget {
	margin-top: 45px;
	line-height: 1.85;
}

.header .widget .widget-title {
	margin-bottom: 25px;
}

.header .widget .widget-title h6 {
	color: #fff;
	font-size: 15px;
}

.header .widget ul,
.header .widget ol {
	list-style: none;
	margin-top: -5px;
}

.header .widget li {
	margin-top: 7px;
}

.header .widget li a {
	color: inherit !important;
}

.header .widget li .post-date {
	display: block;
	font-size: 14px;
	opacity: 0.6;
	margin-top: 2px;
}

.header .widget li:first-child {
	margin-top: 0;
}

.header .info-widget {
	font-weight: 300
}

.header .info-widget a {
	color: inherit;
}

.content-area {
	position: absolute;
	left: 0;
	background-color: transparent;
	height: 100%;
	width: 100%;
}

.header ~ .content-area {
	max-width: calc(100% - 380px)
}

.animated-sections {
	position: relative;
	height: 100%;
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	perspective: 1500px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.animated-section {
	position: absolute;
	background-color: transparent;
	height: 100%;
	width: 100%;
	padding: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-repeat: no-repeat;
	background-position: center;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
	-moz-box-shadow: 0 0 20px -5px rgb(0 0 0/15%);
	box-shadow: 0 0 20px -5px rgb(0 0 0/15%)
}

.section-content {
	background-color: #fff;
	position: relative;
	height: auto;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: none;
	overflow: hidden;
}

.blog-section {
	padding: 60px;
}

.single-page-content {
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 100%;
	padding: 60px 60px 90px;
	overflow: auto
}

@media (max-width: 767.98px), (min-width: 992px) and (max-width: 1279.98px){
	.single-page-content {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.section-active,
.no-js .animated-section {
	opacity: 1;
	visibility: visible;
	z-index: 99
}

.blog-title {
	margin-bottom: 60px
}

.form-group {
	position: relative;
	margin: 0 0 24px
}

.form-control,
.form-control:focus,
input[type=search],
input[type=email],
input[type=password],
input[type=text],
textarea {
	position: relative;
	border: 2px solid #d5d6d7;
	border-radius: 5px;
	display: block;
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding: 10px 12px;
	width: 100%;
	height: 46px;
	text-align: right;
	color: #555;
	outline: none;
	vertical-align: top;
	box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .1);
	-webkit-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    -ms-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

textarea.form-control,
textarea.form-control:focus,
textarea {
	height: auto;
	min-height: 90px;
	resize: vertical;
	line-height: 2;
}

.form-control:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus {
	border-color: #56b887;
}

.form-group .help-block {
	margin: 5px 0 -10px;
	font-size: .9em;
	line-height: 1.75em;
	color: #ff4e4e;
}

.form-group .help-block:empty {
	display: none
}

.block-title {
	position: relative;
}

.block-title .title-text {
	font-size: 36px;
    font-weight: 600;
    font-family: "titles-font", "primary-font", "segoe ui", "tahoma";
    line-height: 1.85;
	color: #111;
	margin-top: -0.3em;
	margin-bottom: -0.25em;
	display: inline-block;
}

.block-title .subtitle-text {
    color: #9baab3;
	font-weight: 300;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.85;
	margin-top: -0.3em;
	margin-bottom: -0.25em;
	display: block;
}

.block-title .title-text + .subtitle-text {
    margin-top: 0.75em;
}

.block-title.has-gradient > *:first-child {
	position: relative;
	padding-left: 0.6em;
}

.block-title.has-gradient > *:first-child:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 2.85em;
	max-width: 50%;
	border-radius: 100px 0 0 100px;
	background: linear-gradient(-90deg, transparent 10px, #56b887 100%);
	z-index: -1;
}

.testimonials .testimonial {
	text-align: center;
	background-color: #f7f8f9;
	border-radius: 16px;
	margin-top: 45px;
	padding: 25px
}

.testimonials .testimonial .img {
	margin-top: calc(-45px - 0.25rem);
}

.testimonials .testimonial .img img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	border-radius: 200px;
	box-shadow: 0 10px 10px -8px rgba(0, 0, 0, .22)
}

.testimonials .testimonial .img + * {
	margin-top: 20px;
}

.testimonials .testimonial .text {
	text-align: right;
}

.testimonials .testimonial .text + * {
	margin-top: 20px;
}

.testimonials .testimonial .author-info {
	position: relative;
	text-align: left;
	margin-bottom: -10px;
}

.testimonials .testimonial .author-info .icon {
	content: '';
	position: absolute;
	font-size: 28px;
	right: 0;
	bottom: 5px;
	color: rgba(155, 170, 179, 0.5);
	line-height: 1;
}

.testimonials .testimonial .author-info .icon i {
	vertical-align: middle;
}

.testimonials .testimonial .author-info .author {
	margin: 0;
	font-size: 15px;
	font-family: inherit;
    font-weight: 600;
    line-height: 1.85;
	position: relative;
	color: #111;
	display: block;
}

.testimonials .testimonial .author-info .company {
	color: #9baab3;
	font-size: 13px;
	font-family: inherit;
	font-weight: 300;
    line-height: 1.85;
	margin: 0;
	position: relative;
	display: block;
}

.clients.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.client-block {
	text-align: center;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.client-block:hover {
	opacity: 1;
}

.testimonials.owl-carousel .owl-nav,
.clients.owl-carousel .owl-nav {
	position: absolute;
	text-align: left;
	left: 0;
	top: -52px
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.testimonials.owl-carousel .owl-nav .owl-next,
.clients.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-next {
	position: relative;
	display: inline-block;
	background-color: #f1f1f1;
	border-radius: 5px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	font-family: "font awesome 5 free";
	font-size: 11px;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	color: #666
}

.testimonials.owl-carousel .owl-nav .owl-prev,
.clients.owl-carousel .owl-nav .owl-prev {
	margin-left: 3px
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.testimonials.owl-carousel .owl-nav .owl-next:before,
.clients.owl-carousel .owl-nav .owl-prev:before,
.clients.owl-carousel .owl-nav .owl-next:before {
	position: relative;
	margin: 2px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
	cursor: pointer;
	color: inherit;
	z-index: 1
}

.testimonials.owl-carousel .owl-nav .owl-prev:before,
.clients.owl-carousel .owl-nav .owl-prev:before {
	content: "\f054"
}

.testimonials.owl-carousel .owl-nav .owl-next:before,
.clients.owl-carousel .owl-nav .owl-next:before {
	content: "\f053"
}

.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover {
	background-color: #56b887;
	color: #fff
}

.testimonials.nav-theme-color .owl-nav .owl-prev,
.testimonials.nav-theme-color .owl-nav .owl-next,
.testimonials.nav-theme-color-hover .owl-nav .owl-prev:hover,
.testimonials.nav-theme-color-hover .owl-nav .owl-next:hover,
.clients.nav-theme-color .owl-nav .owl-prev,
.clients.nav-theme-color .owl-nav .owl-next,
.clients.nav-theme-color-hover .owl-nav .owl-prev:hover,
.clients.nav-theme-color-hover .owl-nav .owl-next:hover {
	color: #56b887 !important;
}

.testimonials.nav-theme-background .owl-nav .owl-prev,
.testimonials.nav-theme-background .owl-nav .owl-next,
.testimonials.nav-theme-background-hover .owl-nav .owl-prev:hover,
.testimonials.nav-theme-background-hover .owl-nav .owl-next:hover,
.clients.nav-theme-background .owl-nav .owl-prev,
.clients.nav-theme-background .owl-nav .owl-next,
.clients.nav-theme-background-hover .owl-nav .owl-prev:hover,
.clients.nav-theme-background-hover .owl-nav .owl-next:hover {
	background-color: #56b887 !important;
}

.timeline .timeline-item {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-bottom: 25px
}

.timeline .timeline-item:last-child {
	padding-bottom: 0 !important
}

.timeline .left-part {
	width: 30%;
	display: table-cell;
	padding-left: 25px;
	min-height: 100%;
	text-align: left;
	vertical-align: top
}

.timeline .right-part {
	width: 70%;
	display: table-cell;
	padding-right: 25px;
	vertical-align: top
}

.timeline .right-part .item-text {
	margin-bottom: 0;
	font-size: .92em
}

.timeline .divider {
	position: absolute;
	top: 0;
	right: 30%;
	bottom: 0;
	width: 1px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
    transform: translateX(50%);
	z-index: 1;
}

.timeline .divider .divider-line {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #eee;
}

.timeline .divider:before {
	content: '';
	display: block;
	margin-top: 4px;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
    transform: translateX(50%);
	border-radius: 12px;
	background-color: #56b887;
	opacity: .25;
	z-index: 1
}

.timeline .divider:after {
	content: '';
	display: block;
	margin-top: 4px;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 4px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
    transform: translateX(50%);
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #56b887;
	z-index: 2
}

.timeline .divider.no-circle:before,
.timeline .divider.no-circle:after {
	content: none;
}

.timeline .item-title {
	font-size: 16px;
	font-family: inherit;
    font-weight: 600;
	color: #111;
	line-height: 1.85;
	display: block;
	margin-bottom: 0;
}

.timeline .item-title + .item-text {
	margin-top: 5px;
}

.timeline .item-period {
	display: block;
	margin: 3px 0;
	font-size: 14px;
	font-family: inherit;
    font-weight: 600;
    line-height: 1.85;
	color: #111;
}

.timeline .item-company {
	display: block;
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.45em;
	color: #9baab3
}

.timeline .timeline-item:last-child .right-part {
	padding-bottom: 0
}

.skills-info .skill {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.skills-info .skill-title {
	font-size: 13px;
	font-family: inherit;
    font-weight: 600;
    line-height: 1.85;
	color: #111;
	margin-bottom: 0;
}

.skills-info .skill-value {
	font-size: 11px;
	line-height: 1;
	color: #9baab3;
	margin-bottom: 4px;
}

.skills-info .skill-container {
	position: relative;
	background-color: #ebeef2;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border: 0px solid #9baab3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.skills-info .skill + .skill-container {
	margin-top: 5px;
}

.skills-info .skill-percentage {
	background-color: #56b887;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 0;
	height: 6px;
	padding: 0;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	-ms-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out
}

.grid-filters {
	margin: -10px -10px 20px;
	color: #949494;
}

.grid-filters li {
	display: inline-block;
	margin: 10px 0;
}

.grid-filters li a {
	color: inherit !important;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0.775em;
}

.grid-filters li.active {
	color: #666;
}

.grid-filters.active-theme-color li.active {
	color: #56b887;
}

.portfolio-grid-container{
	overflow: hidden;
}

.portfolio-grid {
	margin: -7px;
}

.portfolio-grid figure {
	float: right;
	padding: 7px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	z-index: 1;
}

.portfolio-grid figure .figure-inner {
	position: relative;
	overflow: hidden;
}

.portfolio-grid.one-column figure {
	width: 100%
}

.portfolio-grid.two-columns figure {
	width: 50%
}

.portfolio-grid.three-columns figure {
	width: 33.33333%
}

.portfolio-grid.four-columns figure {
	width: 25%
}

.portfolio-grid img {
	position: relative;
	display: block;
	width: 100%
}

.portfolio-grid figure a,
.portfolio-grid figure img {
	display: block;
	position: relative
}

.portfolio-grid figure img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-grid figure .figure-inner:hover img {
	transform: scale(1.1)
}

.portfolio-grid figure a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3
}

.portfolio-item-img {
	position: relative;
	overflow: hidden
}

.portfolio-item-info {
	position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.portfolio-grid.overlay-always figure .portfolio-item-img:after,
.portfolio-grid.overlay-hover figure .portfolio-item-img:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, .75);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.portfolio-grid.overlay-always figure .portfolio-item-img:after,
.portfolio-grid.overlay-hover figure .figure-inner:hover .portfolio-item-img:after {
	opacity: 1
}

.portfolio-grid.overlay-theme-background figure .portfolio-item-img:after {
	background-color: #56b887
}

.portfolio-grid figure i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio-grid figure .name {
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	font-family: inherit;
	line-height: 1.85;
	color: #fff;
	position: absolute;
	bottom: -5px;
	right: 0;
	margin-bottom: 0;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0)
}

.portfolio-grid figure .category {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1.2em;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translate3d(50%, 0%, 0);
	transform: translate3d(50%, 0%, 0)
}

.portfolio-grid.overlay-always figure i,
.portfolio-grid.overlay-hover figure .figure-inner:hover i,
.portfolio-grid.overlay-always figure .name,
.portfolio-grid.overlay-hover figure .figure-inner:hover .name,
.portfolio-grid.overlay-always figure .category,
.portfolio-grid.overlay-hover figure .figure-inner:hover .category {
	opacity: 1
}

.portfolio-grid.overlay-always figure .name,
.portfolio-grid.overlay-hover figure .figure-inner:hover .name {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.portfolio-grid.overlay-always figure .category,
.portfolio-grid.overlay-hover figure .figure-inner:hover .category {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.blog-masonry {
	margin: 0 -1em -2em
}

.blog-masonry.one-column .item {
	width: 100%;
	padding: 0 1em 2em
}

.blog-masonry.two-columns .item {
	width: 50%;
	float: right;
	padding: 0 1em 2em
}

.blog-pagination {
	text-align: center;
	margin: 57px -3px -3px;
}

.blog-pagination a,
.blog-pagination span {
	display: inline-block;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7f8f9;
	border-radius: 20px;
	color: #555;
	padding: 0 5px;
	margin: 3px;
}

.blog-pagination a:hover,
.blog-pagination .current {
	background: #56b887;
	color: #fff;
}

.blog-pagination a i,
.blog-pagination span i {
	vertical-align: middle;
}

.blog-card {
	display: block;
	position: relative;
	padding: 0;
	background: #fff;
	box-shadow: 0 1px 5px rgb(0 0 0/15%)
}

.blog-card .post-image {
	width: 100%;
	margin: 0
}

.blog-card .media-block {
	overflow: hidden
}

.blog-card .media-block img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.blog-card .media-block:hover img {
	transform: scale(1.1)
}

.blog-card .post-without-f-image {
	padding-bottom: 46.875%;
	width: 100%;
	background-color: #f5f5f5
}

.blog-card .post-info {
	padding: 1em 1.4em;
	border-top: 0
}

.blog-card .blog-item-title {
	font-family: inherit;
}

.blog-card .post-date + a .blog-item-title {
	margin-top: 8px;
}

.blog-card .post-meta {
	padding: 1em;
	margin: 0
}

.blog-card .category {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 3;
	padding: 7px;
}

.blog-card .no-image .category {
	position: relative;
	border-bottom: 1px solid #eee;
}

.blog-card .category a {
	background: #fff;
	padding: 2px 7px;
	line-height: 18px;
	font-size: 11px;
	color: #111;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
}

.blog-card .no-image .category a {
	background: #eee;
}

.blog-card .post-date {
	display: inline-block;
	color: #9baab3;
	font-size: 11px;
	line-height: 1.1em;
	font-weight: 300
}

.blog-card .media-block {
	position: relative
}

.blog-card .media-block a .mask {
	position: absolute;
	background: #4f565e;
	background: rgba(0, 0, 0, .12);
	display: inline-block;
	font-family: linearicons-free;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.blog-card .media-block a .mask:after {
	position: absolute;
	right: 50%;
	top: 50%;
	margin: -22px -22px 0 0;
	width: 44px;
	line-height: 44px;
	font-size: 44px;
	text-align: center;
	content: "\e828";
	color: #fff
}

.blog-card .media-block:hover a .mask {
	visibility: visible;
	opacity: 1
}

.blog-card ul.category li a {
	color: #9baab3;
	font-size: 12px;
	font-weight: 300
}

.blog-card .post-meta .item,
.post-meta .item a {
	color: #a6a6a6
}

.share-buttons {
	display: block;
	margin: 25px 0 0
}

.share-buttons a {
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 0;
	width: 28px;
	height: 28px;
	color: #9baab3;
	background-color: #fff;
	text-align: center;
	border-radius: 0
}

.share-buttons a:hover {
	color: #fff;
	background-color: #56b887
}

.share-buttons a:last-child {
	margin-left: 0;
	border-radius: 0
}

.share-buttons a i {
	font-size: 14px;
	line-height: 26px
}

.post-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
	text-align: center;
}

.single-page-content .post-content {
	position: relative;
	margin-right: 40px;
	margin-left: 40px;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #fff;
	z-index: 1
}

.single-page-content .post-thumbnail + .post-content {
	margin-top: -70px;
}

.entry-header {
	position: relative;
	z-index: 1;
	padding: 5px 0 0
}

.entry-header .entry-meta {
	color: #9e9e9e;
	margin: 15px 0;
	font-size: 13px
}

.entry-meta span,
.entry-meta a {
	color: #9baab3
}

.entry-meta span i,
.entry-meta a i {
	vertical-align: middle;
}

.entry-title {
	font-size: 32px;
	font-family: inherit;
	line-height: 1.8;
	margin: 20px 0
}

.entry-header .entry-meta + .entry-title {
	margin-top: 15px;
}

@media (max-width: 767.98px), (min-width: 992px) and (max-width: 1279.98px){
	.entry-title {
		font-size: 28px;
	}
}

.entry-meta.entry-meta-bottom {
	display: inline-block;
	width: 100%;
	margin: 35px 0 0
}

.entry-meta.entry-meta-bottom .date-author {
	display: inline-block;
	font-size: .9em;
	line-height: 28px;
}

.entry-meta.entry-meta-bottom .date-author>span:after {
	content: '';
	height: 14px;
	line-height: 1em;
	display: inline-block;
	margin: 0 9px;
	background-color: #e5e5e5;
	width: 1px;
	top: 2px;
	position: relative
}

.entry-meta.entry-meta-bottom .date-author>span:last-child:after {
	display: none
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 10px;
	list-style-position: inside;
    line-height: 2;
}

.post-tags {
	margin: 35px 0 0;
	text-align: right
}

.tags {
	margin: -4px;
	padding: 0;
}

.tags a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff !important;
	padding: 2px 7px;
	background-color: #9baab3;
	border-radius: 3px;
	margin: 4px
}

blockquote {
	padding: 15px 20px;
	margin: 20px 0;
	font-size: 1em;
	border-right: 2px solid #d8d8d8;
	line-height: 2;
}

blockquote p {
	margin-bottom: 0;
}

blockquote p + cite {
	margin-top: 10px;
	display: inline-block;
}

.contact-form .fields {
	display: flex;
}

.contact-form .fields .left-column {
	width: 47%;
	margin-left: 3%
}

.contact-form .fields .right-column {
	width: 50%;
}

.contact-form textarea.form-control,
.contact-form textarea.form-control:focus,
.contact-form textarea {
	line-height: 2.1555;
}

.wpcf7 {
	direction: rtl;
}

.wpcf7-spinner {
	vertical-align: middle;
}

.wpcf7-not-valid-tip {
	margin: 5px 0 -10px;
	font-size: .9em;
	line-height: 1.75em;
	color: #ff4e4e;
}

.wpcf7 form .wpcf7-response-output {
	line-height: 1.85;
	font-size: 14px;
	margin: 30px 0 0;
	border-radius: 5px;
	padding: 0.66em 1em;
}

@media only screen and (max-width: 575.98px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 13px;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #357b09;
	background: #f1ffeb;
	border-color: #389c07;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #ff0000;
	background: #ffeaea;
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	color: #d35310;
	background: #fff6e6;
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #be8300;
	background: #fffae6;
	border-color: #d1a600;
}

@media only screen and (max-width:1279.98px) {
	div.page {
		padding-right: 30px;
		padding-left: 100px;
	}

	.header {
		max-width: 250px
	}

	.header ~ .content-area {
		max-width: calc(100% - 250px)
	}
}

@media only screen and (min-width:992px) {
	.menu-toggle {
		display: none
	}
}

@media only screen and (max-width:991.98px) {
	.half-bg {
		display: none
	}

	.lm-animated-bg {
		background-position: center center !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}

	.header {
		position: absolute;
		width: 100%;
		max-width: 330px;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #fff !important;
		z-index: 99;
		text-align: center;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		-webkit-box-shadow: 0 1px 8px rgb(0 0 0/15%);
		-moz-box-shadow: 0 1px 8px rgb(0 0 0/15%);
		-o-box-shadow: 0 1px 8px rgb(0 0 0/15%);
		box-shadow: 0 1px 8px rgb(0 0 0/15%);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.header-content {
		padding: 30px 30px 5px;
		overflow: auto;
	}

	.header .copyrights {
		color: #555;
	}

	.header .widget {
		display: none
	}

	.header-lng {
		float: right
	}

	.header-lng ul {
		background-color: #f2f3f4
	}

	.header-lng ul li a {
		color: #666
	}

	.social-links ul {
		background-color: #f2f3f4
	}

	.social-links ul li a {
		color: #9baab3
	}

	div.page {
		padding: 0
	}

	.page-content {
		padding: 0;
		margin: 0;
		border-radius: 0;
		height: 100%
	}

	.header ~ .content-area {
		max-width: 100%
	}

	.animated-section,
	.single-page-content {
		border-radius: 0;
		overflow: auto !important
	}

	.header-titles .title-text {
		font-size: 30px;
		color: #111 !important
	}

	.header-titles .subtitle-text {
		font-size: 17px;
		color: #9baab3 !important
	}

	.mobile-menu-hide {
		left: 0;
		margin-left: -100%;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}

	ul.main-menu {
		margin: 30px 0
	}

	ul.main-menu a {
		display: block;
		color: #676869;
		padding: 12px 0;
		line-height: 21px;
		opacity: .7
	}

	ul.main-menu a.active {
		opacity: 1
	}

	ul.main-menu .menu-icon {
		display: none
	}

	ul.main-menu .link-text {
		font-size: 16px;
		line-height: 21px
	}

	.menu-toggle {
		position: absolute;
		display: block;
		width: 48px;
		height: 48px;
		line-height: 46px;
		text-align: center;
		background-color: #56b887;
		left: 10px;
		font-size: 19px;
		top: 10px;
		border-radius: 6px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		z-index: 900
	}

	.menu-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: #fff;
		border-radius: 5px;
		opacity: 1;
		right: 25%;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}

	.menu-toggle span:nth-child(1) {
		top: 17px;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center
	}

	.menu-toggle span:nth-child(2) {
		top: 23px;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center
	}

	.menu-toggle span:nth-child(3) {
		top: 29px;
		-webkit-transform-origin: right center;
		-moz-transform-origin: right center;
		-o-transform-origin: right center;
		transform-origin: right center
	}

	.menu-toggle.open {
		background-color: transparent
	}

	.menu-toggle.open span {
		background-color: #9baab3
	}

	.menu-toggle.open span:nth-child(1) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 14px;
		right: 15px
	}

	.menu-toggle.open span:nth-child(2) {
		width: 0%;
		opacity: 0
	}

	.menu-toggle.open span:nth-child(3) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 31px;
		right: 15px
	}

	.lmpixels-arrows-nav {
		background-color: rgba(255, 255, 255, .6);
		width: 48px;
		left: 10px;
		bottom: 10px;
		padding: 5px 0;
		border: 2px solid #56b887;
		border-radius: 6px
	}

	.lmpixels-arrows-nav div {
		font-size: 24px
	}

	.single-page-content .post-content {
		position: relative;
		margin-right: 20px;
		margin-left: 20px
	}
}

@media only screen and (max-width:767.98px) {
	.blog-section {
		padding-right: 30px;
		padding-left: 30px
	}

	.blog-post-content {
		padding: 0;
		margin: 30px 0 0
	}

	.portfolio-grid.two-columns figure,
	.portfolio-grid.three-columns figure {
		width: 50%
	}

	.portfolio-grid.four-columns figure {
		width: 33.3333333%
	}

	.portfolio-block + .portfolio-block {
		padding-top: 30px
	}
}

@media only screen and (max-width:479.98px) {
	.portfolio-grid.two-columns figure,
	.portfolio-grid.three-columns figure,
	.portfolio-grid.four-columns figure {
		width: 100%
	}

	.timeline .timeline-item {
		position: relative;
		display: block
	}

	.timeline .left-part {
		width: 100%;
		display: block;
		padding-right: 25px;
		min-height: 100%;
		text-align: right
	}

	.timeline .divider {
		right: 0
	}

	.timeline .right-part {
		width: 100%;
		display: block;
		padding-right: 25px;
		padding-left: 0;
		margin-top: 10px;
	}

	.single-page-content .post-content {
		position: relative;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
		padding-right: 0;
		padding-left: 0
	}

	.single-page-content .post-thumbnail + .post-content {
		margin-top: 0;
	}
}

@media (max-width: 575.98px) {
	.contact-form .fields {
		flex-direction: column;
	}
	.contact-form .fields .right-column,
	.contact-form .fields .left-column {
		margin: 0;
		width: 100%
	}
}

@media (max-width: 575.98px){
	.blog-masonry.two-columns .item {
		width: 100%;
	}
}

.header .header-photo + *{
	margin-top: 35px;
}

.header .header-titles .title-text {
	margin: -10px 0;
}

.header .header-titles .subtitle-text {
	margin: -5px 0;
}

.header .header-titles .title-text + .subtitle-text {
	margin-top: 17px;
}

.header .header-titles + * {
	margin-top: 30px;
}

.header .social-links + * {
	margin-top: 25px;
}

.header .info-widget + * {
	margin-top: 50px
}

.header .info-widget + .info-widget {
	margin-top: 5px
}

.header .button-widget a {
	margin-bottom: 0;
}

.header .button-widget + * {
	margin-top: 50px
}

.header .button-widget + .button-widget {
	margin-top: 15px
}

.main-menu {
	margin-top: 0 !important;
}

@media only screen and (max-width: 991.98px) {
	.main-menu {
		margin-top: 30px !important;
		margin-bottom: 0 !important;
	}
}


.single-page-content .comments,
.single-page-content .add-comment {
	padding: 0 70px;
	margin-top: 75px;
}

@media only screen and (max-width: 991.98px) {
	.single-page-content .comments,
	.single-page-content .add-comment {
		padding: 0 50px;
	}
}

@media only screen and (max-width:479.98px) {
	.single-page-content .comments,
	.single-page-content .add-comment {
		padding: 0;
	}
}

.single-page-content .comments .com {
	margin-bottom: 20px;
	position: relative;
}

.single-page-content .comments .com:last-child {
	margin-bottom: 0;
}

.single-page-content .comments .com .com {
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 0;
}

.single-page-content .comments .img {
	width: 60px;
	height: 60px;
	float: right;
	border-radius: 50%;
	border: 1px solid #eee;
	overflow: hidden;
}

.single-page-content .comments .cont {
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.single-page-content .comments .img + .cont {
	margin-right: 75px;
}

.single-page-content .comments .cont h6 {
	font-size: 13px;
	font-family: inherit;
	margin-bottom: 5px;
	padding-left: 55px;
}

.single-page-content .comments .cont span {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.single-page-content .comments .cont em {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-style: normal;
    display: block;
    color: #aaa;
}

.single-page-content .comments .cont em i {
    vertical-align: middle;
}

.single-page-content .comments .title,
.single-page-content .add-comment .title {
    font-size: 22px;
}

.single-page-content .comments .title {
	margin-bottom: 30px;
}

.single-page-content .add-comment .title {
	margin-bottom: 15px;
}

.single-page-content .comments .cont .comment-reply-link {
	position: absolute;
    top: -2px;
    left: 5px;
	font-size: 13px;
	color: #222;
}

.single-page-content .comments .cont .comment-reply-link:hover {
	color: #56b887;
}

.single-page-content .comments .cont .comment-reply-link i {
	vertical-align: middle;
}

.single-page-content .comment_reply_to {
	margin-bottom: 5px;
}

.single-page-content .comment-form p {
	margin-bottom: 15px;
}

.single-page-content .comment_reply_to small a,
.single-page-content .comment-form p small a {
	margin-right: 10px;
	color: #56b887;
}

.single-page-content .comment-form .comment-form-cookies-consent {
	padding: 0 15px;
	display: flex;
    align-items: baseline;
	margin-bottom: 15px;
}

.single-page-content .comment-form .comment-form-cookies-consent input {
	margin-left: 7px;
	position: relative;
	top: 2px;
	width: auto;
}

.single-page-content .comment-navigation {
	overflow: hidden;
	margin-top: 40px;
}

.single-page-content .comment-navigation a {
	text-decoration: none;
	color: inherit;
}

.single-page-content .comment-navigation .nav-next {
	float: left;
}

.single-page-content .comment-navigation .nav-previous {
	float: right;
}

@media screen and (max-width: 767.98px) {
	
	.single-page-content .comments .com {
		margin-bottom: 25px;
	}

	.single-page-content .comments .com .com {
		margin-top: 25px;
	}

	.single-page-content .comments .com .com {
		margin-right: 25px;
	}

	.single-page-content .comments .img {
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
	}

	.single-page-content .comments .img + .cont {
		margin-right: 0;
		clear: both;
	}
}

@media screen and (max-width: 479.98px) {
	.comment-navigation {
		font-size: 0.75rem;
		padding-bottom: 0.5rem;
	}
}

.search-form .form-control {
	width: auto;
	display: inline;
}

.search-form button {
	width: 46px;
    padding: 0.7em 0 0.5em;
	margin-bottom: 0;
}

.error-404 {
	width: 100%;
}

.error-404 h1 {
	font-size: 120px;
	line-height: 1;
}

.error-404 h2 {
	font-size: 30px;
	margin: 40px 0 15px;
}

.error-404 .btn {
	margin-top: 40px;
}

.theme-color,
.theme-color-hover:hover {
	color: #56b887 !important;
}

.theme-background,
.theme-background-hover:hover {
	background-color: #56b887 !important;
}

.theme-border,
.theme-border-hover:hover {
	border-color: #56b887 !important;
}

body.admin-bar {
	margin-top: 32px;
	height: calc(100% - 32px);
	min-height: calc(100% - 32px);
}

@media only screen and (min-width: 992px) {
	body.admin-bar .page-content {
		height: calc(86vh - 32px);
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		margin-top: 46px;
		height: calc(100% - 46px);
		min-height: calc(100% - 46px);
	}
}

.hover-move {
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	-o-transition: all .2s ease-in-out !important;
	-ms-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out !important;
}

@media only screen and (min-width:768px) {
	.hover-move:hover {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

.elementor-icon,
.elementor-icon:hover {
	color: #56b887;
}

.pills {
	margin-bottom: -6px;
}

.pills li {
	background-color: #56b887;
    border-radius: 100px;
    padding: 1px 12px !important;
	margin-bottom: 6px !important;
}

.elementor-widget-text-editor p {
	margin-bottom: 0;
	line-height: inherit;
}

.elementor-lightbox .elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content;
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-next,
body .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: auto;
    left: 0;
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-next i:before,
body .elementor-lightbox .swiper .elementor-swiper-button-next i:before {
    content: '\e87e';
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-prev,
body .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: auto;
    right: 0;
}

body .elementor-lightbox .swiper-container .elementor-swiper-button-prev i:before,
body .elementor-lightbox .swiper .elementor-swiper-button-prev i:before {
    content: '\e87d';
}
