/* ------------------------------------------------

 - General Styles
 - Background
 - Typography
 - Preloader
 - Form
 - Button
 - Preloader
 - Sidebar
 - Sections
 - Navbar
 - Footer
 - Cases
 - Clients
 - Contact
 - Single post
 - Footer
 - Contact
 - Portfolio
 - News
 - Single news
 - Testimonials
 - Timeline
 - Other

------------------------------------------------ */

/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}

html {
	font-size: 16px;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-x: hidden;
}

body,
html {
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	background-color: #F5F6F7;
	color: #44566C;
	font-family: "primary-font", "segoe ui", "tahoma";
	font-size: 0.9375rem;
	direction: rtl;
	font-weight: 400;
	line-height: 1.65;
	min-height: 100vh;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 575.98px) {
	body {
		line-height: 1.6;
	}
}

html.is-scroll-disabled body {
	height: 100vh;
	overflow: hidden;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	html.is-scroll-disabled {
		overflow: hidden;
	}
}

.no-scroll {
	overflow: hidden;
	-ms-overflow-style: none;
}

.no-scroll-height {
	overflow-x: hidden;
}

.ltr-text {
	display: inline-block;
	direction: ltr;
}

.primary-font {
	font-family: "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-font {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma" !important;
}

.secondary-background-color {
	background-color: #F5F8F9;
}

.main {
	min-height: 100%;
	position: relative;
}

.main-box {
	min-height: 60px;
	padding: 0 !important;
}

.main-content {
	overflow: hidden;
	border-radius: 20px;
}

@media only screen and (max-width: 575.98px) {
	.main-content {
		border-radius: 16px;
	}
}

.svg-defs {
	position: absolute;
	height: 0;
	width: 0;
}

.background-image {
	position: absolute;
	max-width: 50%;
	max-height: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.background-image.background-image-top-right {
	top: 0;
	right: 0;
}

.background-image.background-image-top-left {
	top: 0;
	left: 0;
}

.background-image.background-image-bottom-right {
	bottom: 0;
	right: 0;
}

.background-image.background-image-bottom-left {
	bottom: 0;
	left: 0;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "secondary-font", "primary-font", "segoe ui", "tahoma";
	font-weight: 700;
	line-height: 1.8;
}

p {
	line-height: 2;
}

.main-title {
	padding: 1.875rem 1.875rem 0.5rem 1.875rem;
}

@media only screen and (max-width: 575.98px) {
	.main-title {
		padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	}
}

h1,
.title--h1 {
	font-size: 2rem;
	margin-bottom: 1.0625rem;
}

@media only screen and (max-width: 575.98px) {

	h1,
	.title--h1 {
		font-size: 1.75rem;
	}
}

h2,
.title--h2 {
	font-size: 1.75rem;
}

@media only screen and (max-width: 575.98px) {

	h2,
	.title--h2 {
		font-size: 1.5rem;
	}
}

h3,
.title--h3 {
	font-size: 1.5rem;
	margin-bottom: 1.3125rem;
}

@media only screen and (max-width: 575.98px) {

	h3,
	.title--h3 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
}

h4,
.title--h4 {
	font-size: 1.25rem;
	margin-bottom: 0.8125rem;
}

@media only screen and (max-width: 575.98px) {

	h4,
	.title--h4 {
		font-size: 1rem;
	}
}

h5,
.title--h5 {
	font-size: 1rem;
}

@media only screen and (max-width: 575.98px) {

	h5,
	.title--h5 {
		font-size: 0.9375rem;
	}
}

h6,
.title--h6 {
	font-size: 0.75rem;
}

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

.title--tone {
	color: #304CFD;
}

.title-icon {
	margin-left: 0.5rem;
	margin-top: -0.25rem;
	height: 2.5rem;
	width: 2.5rem;
}

@media only screen and (max-width: 575.98px) {
	.title-icon {
		height: 2.0833333333rem;
		width: 2.0833333333rem;
	}
}

.title__separate {
	margin-bottom: 2.3125rem;
	position: relative;
}

.title__separate::before {
	content: '';
	background-color: #304CFD;
	border-radius: 0.5rem;
	height: 0.3125rem;
	position: absolute;
	bottom: -1.0625rem;
	right: 0;
	width: 3.125rem;
	z-index: 1;
}

@media only screen and (max-width: 575.98px) {
	.title__separate {
		margin-bottom: 1.5rem;
	}

	.title__separate::before {
		height: 0.1875rem;
		bottom: -0.5625rem;
		width: 3rem;
	}
}

@media only screen and (min-width: 576px) and (max-width: 991.98px) {
	.main-content {
		transition: padding-top .3s ease-in-out;
		transition-delay: 500ms;
	}
	.open-menu .main-content {
		padding-top: 57px;
		transition-delay: 0ms;
	}
}

@media only screen and (min-width: 992px) {
	.main-content .header-post {
		transition: margin-top .3s ease-in-out;
		transition-delay: 500ms;
	}
	.open-menu .main-content .header-post {
		margin-top: 60px;
		transition-delay: 0ms;
	}
}

.weight--400 {
	font-weight: 400;
}

.weight--700 {
	font-weight: 700;
}

.color--light {
	color: #8697A8;
}

.color--dark {
	color: #44566C;
}

.wp-block-quote {
	font-size: 1.3125rem;
	font-weight: 400;
	font-style: italic;
	margin: 1.8125rem 0;
	position: relative;
	line-height: 1.6;
}

@media only screen and (max-width: 991.98px) {
	.wp-block-quote {
		padding-right: 3.8125rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.wp-block-quote {
		font-size: 1.125rem;
		margin: 1rem 0;
		padding-right: 0;
		padding-top: 2.8125rem;
	}

	.wp-block-quote p {
		margin-bottom: 0.5rem;
	}
}

.wp-block-quote::before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: '';
	height: 2.125rem;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: -3.375rem;
	width: 2.125rem;
}

@media only screen and (max-width: 991.98px) {
	.wp-block-quote::before {
		right: 0;
	}
}

.wp-block-quote cite {
	font-size: 1rem;
	font-style: normal;
	display: block;
	margin-top: 0.5625rem;
	padding-right: 3rem;
	position: relative;
}

@media only screen and (max-width: 575.98px) {
	.wp-block-quote cite {
		font-size: 0.875rem;
		margin-top: 0;
		padding-right: 2rem;
	}
}

.wp-block-quote cite::before {
	content: '';
	background-color: #44566C;
	height: 0.0625rem;
	margin-bottom: auto;
	margin-top: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 2rem;
}

@media only screen and (max-width: 575.98px) {
	.wp-block-quote cite::before {
		width: 1rem;
	}
}

a {
	color: #304CFD;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-text-decoration-skip: objects;
	transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
	outline: none !important;
}

a:hover {
	color: #304CFD;
}

.noGutters-Top {
	margin-top: 0 !important;
}

.noGutters-Bottom {
	margin-bottom: 0 !important;
}

.noGutters-Left {
	margin-right: 0 !important;
}

.noGutters-Right {
	margin-left: 0 !important;
}

.description {
	color: #F5F8F9;
	margin-bottom: 1.875rem;
}

.foreword {
	color: #F5F8F9;
	font-size: 1.125rem;
}

img {
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cover {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

::-moz-selection {
	background: transparent;
	color: #304CFD;
}

::selection {
	background: transparent;
	color: #304CFD;
}

/* -----------------------------------------------------------------
    - Form
----------------------------------------------------------------- */
.input,
.textarea,
select,
.custom-select {
	background-color: #F5F8F9 !important;
	border: 1px solid #F5F8F9 !important;
	border-radius: 20px;
	box-shadow: none !important;
	color: #44566C !important;
	font-size: inherit;
	height: auto;
	padding: 0.875rem 1.375rem 0.8125rem;
	position: relative;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: right;
	outline: none !important;
}

@media only screen and (max-width: 575.98px) {
	.input,
	.textarea,
	select,
	.custom-select {
		padding: 0.8125rem 1.375rem 0.75rem;
	}
}

.input {
	line-height: inherit;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.input {
		line-height: 0;
	}
}

.input--white {
	background-color: #fff !important;
}

.input__icon {
	padding-right: 3.375rem;
}

@media only screen and (max-width: 575.98px) {
	.input__icon {
		padding-right: 2.8125rem;
	}
}

.textarea {
	border-radius: 20px;
	display: block;
	resize: none;
	line-height: 2;
	overflow: hidden !important;
}

.textarea--white {
	background-color: #fff !important;
}

.form-group {
	margin-bottom: 1.875rem;
	position: relative;
}

@media only screen and (max-width: 575.98px) {
	.form-group {
		margin-bottom: 1.25rem;
	}
}

.form-group .font-icon {
	color: #8697A8;
	font-size: 1.0625rem;
	margin: 19px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.375rem;
	height: 1rem;
	width: 1rem;
	z-index: 1;
}

@media only screen and (max-width: 575.98px) {
	.form-group .font-icon {
		font-size: 1rem;
		right: 2.0625rem;
		margin: 18px 0;
	}
}

.help-block {
	position: absolute;
	font-size: 0.75rem;
	line-height: 1.4;
	padding-top: 0.3125rem;
	padding-right: 0.375rem;
}

@media only screen and (max-width: 575.98px) {
	.help-block {
		font-size: 0.6875rem;
	}
}

.with-errors {
	color: #FF3D57;
}

.has-error input,
.has-error textarea,
.has-error input:focus,
.has-error textarea:focus {
	border-color: #FF3D57;
}

#validator-contact {
	font-size: 0.875rem;
	margin-top: 1rem;
	line-height: 2;
}

.form-control::-webkit-input-placeholder {
	color: #8697A8;
}

.form-control::-moz-placeholder {
	color: #8697A8;
}

.form-control:-ms-input-placeholder {
	color: #8697A8;
}

.form-control::-ms-input-placeholder {
	color: #8697A8;
}

.form-control::placeholder {
	color: #8697A8;
}

input:invalid,
textarea:invalid {
	outline: none !important;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.125rem rgba(48, 76, 253, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #304CFD;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	border-color: #fff;
	background-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #304CFD;
	background-color: #304CFD;
}

.custom-control-label {
	line-height: 1.55;
	padding-right: 0.5rem;
}

.custom-control-label::before {
	background-color: transparent;
	border: 1px solid #F0F0F6;
}

select,
.custom-select {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2344566C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 1rem center/10px 16px;
}

select option,
.custom-select option {
	color: #44566C;
}

.dropdown-menu {
	border: 0;
	border-radius: 10px;
	box-shadow: 0 0.5rem 2.5rem rgba(134, 151, 168, 0.25);
	color: #5F6F81;
	font-size: 0.9375rem;
}

.dropdown-menu::before {
	content: '';
	border-right: 0.375rem solid transparent;
	border-left: 0.375rem solid transparent;
	border-bottom: 0.375rem solid #fff;
	height: 0;
	position: absolute;
	top: -0.375rem;
	right: 1.0625rem;
	width: 0;
}

.dropdown.dropup .dropdown-menu::before {
	border-right: 0.375rem solid transparent;
	border-left: 0.375rem solid transparent;
	border-top: 0.375rem solid #fff;
	border-bottom: 0.375rem solid transparent;
	top: auto;
	bottom: -0.75rem;
}

.progress {
	background-color: #F0F0F6;
	border-radius: 1rem;
	height: 1.5rem;
	margin-bottom: 1.5rem;
	overflow: inherit;
	position: relative;
	text-align: left;
}

@media only screen and (max-width: 575.98px) {
	.progress {
		margin-bottom: 1rem;
	}
}

.progress:last-child {
	margin-bottom: 0;
}

.progress-bar {
	background-color: #304CFD;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
	width: 0%;
	z-index: 1;
}

.progress-bar ::-moz-selection {
	color: #1D242D;
}

.progress-bar ::selection {
	color: #1D242D;
}

.progress .progress-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding-right: 0.8125rem;
	padding-left: 0.8125rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}

.progress .progress-text>* {
	min-width: 0;
}

.progress .progress-text span:nth-child(2) {
	margin-top: 2px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.progress-text span:nth-child(2) {
		float: left;
	}
}

.badge {
	font-size: 0.9375rem;
	font-weight: 400;
	border-radius: 10rem;
	padding: 0.5rem 1rem;
	background-color: #F5F6F7;
	color: #44566C;
}

@media only screen and (max-width: 575.98px) {
	.badge {
		font-size: 0.875rem;
	}
}

.tooltip {
	font-family: inherit;
}

.tooltip-inner {
	max-width: 12.5rem;
	padding: 0.25rem 0.5625rem 0.25rem;
	background-color: #44566C;
	border-radius: 0.25rem;
	box-shadow: 0 1rem 2rem rgba(134, 151, 168, 0.25), 0 0.125rem 1rem rgba(134, 151, 168, 0.5);
}

.tooltip.show {
	opacity: 1;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-width: 0.3125rem 0.3125rem 0;
	border-top-color: #44566C;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-width: 0.3125rem 0 0.3125rem 0.3125rem;
	border-left-color: #44566C;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-width: 0.3125rem 0.3125rem 0.3125rem 0;
	border-right-color: #44566C;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-width: 0 0.3125rem 0.3125rem;
	border-bottom-color: #44566C;
}

.btn {
	background-color: #304CFD;
	border-radius: 20px;
	border: 0;
	box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15), 0 0.125rem 0.25rem rgba(48, 76, 253, 0.15);
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	line-height: inherit;
	padding: 0.875rem 2rem;
	position: relative;
	transition: .4s ease-in-out;
	white-space: nowrap;
}

.btn:hover {
	color: #fff;
	box-shadow: none;
	opacity: .9;
}

.btn:focus {
	box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.1), 0 0.5rem 1rem rgba(48, 76, 253, 0.1);
}

.btn::before {
	content: '';
	box-shadow: 0 0.25rem 2rem rgba(48, 76, 253, 0.25), 0 0.25rem 1rem rgba(48, 76, 253, 0.25);
	margin: 0 auto;
	height: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transition: .4s ease-in-out;
	width: 64%;
	z-index: -1;
}

.btn:hover::before {
	box-shadow: none;
}

.btn i {
	vertical-align: middle;
}

.btn--light {
	background-color: #F5F8F9;
	color: #44566C;
}

.btn--gray {
	background-color: #F0F0F6;
	color: #44566C;
}

.btn--dark {
	background-color: #44566C;
}

.btn--blue-gradient {
	background-size: 200% auto;
	background-image: linear-gradient(to left, #0081ff 0%, #3fa0ff 50%, #0045ff 100%);
}

.btn--red {
	background-color: #FF3D57;
	color: #fff;
}

.btn .font-icon {
	margin-left: 0.375rem;
}

button:focus {
	outline: none;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	z-index: 1106;
	opacity: 1;
}

.preloader>* {
	min-width: 0;
}

.preloader__wrap {
	width: 100%;
	max-width: 9.375rem;
}

.preloader__progress {
	background: #fff;
	height: 0.125rem;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
}

.preloader__progress span {
	background: #304CFD;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
}

.circle-pulse>* {
	position: absolute;
	top: 50%;
	right: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	transform: scale(0);
	animation: loading-pulse 1.6s linear infinite;
}

.circle-pulse__1 {
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	margin-right: -3rem;
	background-color: #304CFD;
}

.circle-pulse__2 {
	width: 4.8rem;
	height: 4.8rem;
	margin-top: -2.4rem;
	margin-right: -2.4rem;
	background-color: rgba(48, 76, 253, 0.7);
	animation-delay: -0.8s;
}

@-webkit-keyframes loading-pulse {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes loading-pulse {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

/* -----------------------------------------------------------------
    - Sidebar
----------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
	.sidebar {
		z-index: 2;
	}
}

@media only screen and (max-width: 1199.98px) {
	.sidebar {
		margin-bottom: 1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.sidebar {
		margin-bottom: 1rem;
	}
}

.sidebar .avatar {
	margin-top: -8rem;
	margin-bottom: 0.75rem;
	margin-right: auto;
	margin-left: auto;
	transition: all .3s ease-in-out;
}

.sidebar_top_block {
	text-align: center;
	margin-right: -0.5rem;
	margin-left: -0.5rem;
	background: inherit;
	padding-bottom: 2.125rem;
}

.sidebar__user-name {
	font-size: 1.8125rem;
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
	position: relative;
	padding-top: 1.3125rem;

}

@media only screen and (max-width: 575.98px) {
	.sidebar__user-name {
		font-size: 1.5rem;
		margin-top: -0.5rem;
		margin-bottom: -0.5rem;
	}
}

.sidebar__user-name a {
	color: inherit !important;
}

.sidebar .badge {
	margin-top: 1.5rem;
}

.sidebar__info {
	padding-top: 1.625rem !important;
	padding-bottom: 1.625rem !important;
	text-align: center;
}

.sidebar .button-widget .btn {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1199.98px) {
	.sidebar .button-widget .btn {
		width: 40%;
	}
}

@media only screen and (max-width: 991.98px) {
	.sidebar .button-widget .btn {
		width: 60%;
	}
}

@media only screen and (max-width: 767.98px) {
	.sidebar .button-widget .btn {
		width: 100%;
	}
}

.widget {
	margin-top: 1.5rem;
	text-align: right;
	position: relative;
	z-index: 1;
}

.widget:first-child {
	margin-top: 0;
}

.widget .widget-title h6 {
	font-size: 1rem;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;
	line-height: 1.85;
	margin-top: 7px;
}

.widget ul li:first-child {
	margin-top: 0;
}

.widget ul li a {
	color: inherit;
}

.widget ul li a:hover {
    color: #304CFD;
}

.info-widget + .info-widget {
	margin-top: 0.6875rem;
}

@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
	.info-widget {
		display: inline-block;
		margin-top: 0 !important;
		padding: 5px 15px;
		vertical-align: top;
		top: 1px;
	}
	.widget:not(.info-widget) ~ .info-widget {
		margin-top: 1.5rem !important;
		margin-bottom: -1.5rem;
		top: -1px;
	}
	.widget:not(.info-widget) ~ .info-widget:last-child {
		margin-bottom: 0;
	}
	.widget:not(.info-widget) ~ .info-widget ~ .widget:not(.info-widget) {
		margin-top: 2.875rem;
	}
	.widget:not(.info-widget) ~ .info-widget ~ .widget:not(.info-widget) + .widget:not(.info-widget) {
		margin-top: 1.5rem;
	}
}

.button-widget {
	text-align: center;
}

.button-widget .widget-title {
	text-align: right;
}

.button-widget:first-child .btn {
	margin-top: 10px;
}

.button-widget:last-child .btn {
	margin-bottom: 10px;
}

.button-widget .widget-title+.btn {
	margin-top: 5px;
}

.contacts-block__item {
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
}

@media only screen and (max-width: 767.98px) {
	.contacts-block__item {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.contacts-block__item {
		font-size: 0.9375rem;
	}
}

.contacts-block__item>* {
	min-width: 0;
}

.contacts-block__item a {
	color: #44566C;
	text-decoration: none;
}

.contacts-block__item a:hover {
	color: #304CFD;
}

.contacts-block__item i {
	font-size: 1.125rem;
	margin-left: 0.875rem;
	vertical-align: middle;
	text-align: center;
	min-width: 18px;
}

.sticky-column.is_stuck {
	margin-top: 1.875rem;
}

.sticky-column.is_stuck .avatar {
	margin-top: 0;
}

/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */
@media (min-width: 1200px) {
	.container {
		max-width: 1240px;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1240px;
	}
}

.box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.875rem;
	position: relative;
	transition: box-shadow .3s ease-in-out;
}

@media only screen and (max-width: 575.98px) {
	.box {
		border-radius: 16px;
		padding: 1.25rem;
	}
}

.box__second {
	background-color: #fff;
	border-radius: 15.3846153846px;
}

@media only screen and (max-width: 575.98px) {
	.box__second {
		border-radius: 15.3846153846px;
	}
}

.box__large {
	padding: 1.875rem 2.5rem;
}

@media only screen and (max-width: 991.98px) {
	.box__large {
		padding: 1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.box__large {
		padding: 1.25rem;
	}
}

.box__large .box-inner::before,
.box__large .box-inner::after {
	width: 2.5rem;
}

@media only screen and (max-width: 991.98px) {

	.box__large .box-inner::before,
	.box__large .box-inner::after {
		width: 1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {

	.box__large .box-inner::before,
	.box__large .box-inner::after {
		width: 1.25rem;
	}
}

.box__large .box-inner::before {
	right: -2.5rem;
}

@media only screen and (max-width: 991.98px) {
	.box__large .box-inner::before {
		right: -1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.box__large .box-inner::before {
		right: -1.25rem;
	}
}

.box__large .box-inner::after {
	left: -2.5rem;
}

@media only screen and (max-width: 991.98px) {
	.box__large .box-inner::after {
		left: -1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.box__large .box-inner::after {
		left: -1.25rem;
	}
}

.box-inner {
	background-color: #F5F8F9;
	padding-top: 2rem;
	padding-bottom: 2rem;
	position: relative;
	z-index: 0;
}

@media only screen and (max-width: 575.98px) {
	.box-inner {
		padding-top: 1.1875rem;
		padding-bottom: 1.1875rem;
	}
}

.box-inner::before,
.box-inner::after {
	content: '';
	background-color: #F5F8F9;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1.875rem;
	z-index: -1;
}

@media only screen and (max-width: 575.98px) {

	.box-inner::before,
	.box-inner::after {
		width: 1.25rem;
	}
}

.box-inner::before {
	right: -1.875rem;
}

@media only screen and (max-width: 575.98px) {
	.box-inner::before {
		right: -1.25rem;
	}
}

.box-inner::after {
	left: -1.875rem;
}

@media only screen and (max-width: 575.98px) {
	.box-inner::after {
		left: -1.25rem;
	}
}

.box-inner--rounded::before {
	border-radius: 0 0 20px 0;
}

.box-inner--rounded::after {
	border-radius: 0 0 0 20px;
}

@media only screen and (max-width: 575.98px) {
	.box-inner--rounded::before {
		border-radius: 0 0 16px 0;
	}

	.box-inner--rounded::after {
		border-radius: 0 0 0 16px;
	}
}

.box-inner--white {
	background-color: #fff;
}

.box-inner--white::before,
.box-inner--white::after {
	background-color: #fff;
}

.shadow {
	box-shadow: 0 2.5rem 3.125rem rgba(103, 118, 128, 0.1) !important;
}

.shadow::before {
	content: '';
	box-shadow: 0 1.875rem 3.125rem rgba(103, 118, 128, 0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	height: 2rem;
	width: 65%;
	z-index: -1;
}

.shadow--orange {
	box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1) !important;
}

.shadow--orange::before {
	box-shadow: 0 2.5rem 3.125rem rgba(177, 68, 27, 0.1);
}

.shadow--green {
	box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1) !important;
}

.shadow--green::before {
	box-shadow: 0 2.5rem 3.125rem rgba(0, 115, 97, 0.1);
}

.overlay {
	position: relative;
}

.overlay::before,
.overlay--45::before,
.overlay--80::before {
	content: '';
	background-color: rgba(68, 86, 108, 0.35);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.overlay--45::before {
	background-color: rgba(68, 86, 108, 0.45);
}

.overlay--80::before {
	background-color: rgba(68, 86, 108, 0.8);
}

.gutter-top {
	padding-top: 10rem;
}

@media only screen and (max-width: 575.98px) {
	.gutter-top {
		padding-top: 9rem;
	}
}

.avatar {
	display: block;
	height: 100%;
	width: 100%;
}

.avatar--180 {
	max-height: 11.25rem;
	max-width: 11.25rem;
	height: 11.25rem;
	width: 11.25rem;
}

.avatar--80 {
	max-height: 5rem;
	max-width: 5rem;
	filter: drop-shadow(-0.15625rem 0 0 #fff) drop-shadow(0.1875rem 0 0 #fff) drop-shadow(0 -0.125rem 0 #fff) drop-shadow(0 0.125rem 0 #fff) drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.25)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.4));
}

@media only screen and (max-width: 575.98px) {
	.avatar--80 {
		max-height: 3.3333333333rem;
		max-width: 3.3333333333rem;
	}
}

.avatar--60 {
	max-height: 3.75rem;
	max-width: 3.75rem;
	filter: drop-shadow(0 0.25rem 0.25rem rgba(134, 151, 168, 0.2)) drop-shadow(0 0.5rem 0.5rem rgba(134, 151, 168, 0.2));
}

@media only screen and (max-width: 575.98px) {
	.avatar--60 {
		max-height: 2.8195488722rem;
		max-width: 2.8195488722rem;
	}
}

.avatar__box {
	-webkit-clip-path: url(#avatar-box);
	clip-path: url(#avatar-box);
}

.avatar__hexagon {
	-webkit-clip-path: url(#avatar-hexagon);
	clip-path: url(#avatar-hexagon);
}

.avatar image {
	height: 100%;
	width: 100%;
}

.social {
	line-height: 0;
	padding-top: 1.5rem;
}

.social:first-child {
	padding-top: 1.625rem;
}

.sidebar__user-name + .social {
	padding-top: 2rem;
}

.social__link {
	color: #44566C;
	display: inline-block;
	font-size: 0.875rem;
	margin-right: 0.8125rem;
	text-decoration: none;
}

.social__link:hover {
	cursor: pointer;
	text-decoration: none;
}

.social__link:first-child {
	margin-right: 0;
}

.social__link,
.social__link i {
	vertical-align: middle;
}

@media only screen and (min-width: 576px) {
	.pt-sm-6 {
		padding-top: 5rem;
	}
}

/* -----------------------------------------------------------------
    - Navbar
----------------------------------------------------------------- */
.circle-menu {
	background-color: #304CFD;
	border-radius: 1.25rem 50% 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.75rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 3.75rem;
	z-index: 2;
}

.circle-menu>* {
	min-width: 0;
}

@media only screen and (max-width: 991.98px) {
	.circle-menu {
		height: 3.5625rem;
		width: 3.5625rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.circle-menu {
		border-radius: 50%;
		margin-top: 1rem;
		margin-left: 1rem;
		position: fixed;
		height: 2.5rem;
		width: 2.5rem;
		z-index: 1101;
	}
}

@media only screen and (max-width: 575.98px) {
	.open-menu .circle-menu {
		box-shadow: 0 0 0 0.0625rem rgba(48, 76, 253, 0.5);
		background-color: transparent;
	}
}

.hamburger {
	cursor: pointer;
	padding: 16px;
}

.hamburger .line {
	background-color: #fff;
	border-radius: 0.25rem;
	display: block;
	margin: 0.3125rem 0;
	height: 0.1875rem;
	width: 1.5rem;
	transition: all 0.2s ease-in-out;
}

.hamburger .line:nth-child(2) {
	margin-right: 0.25rem;
	width: 1.25rem;
}

@media only screen and (max-width: 575.98px) {
	.hamburger {
		cursor: pointer;
		padding: 11px;
	}

	.hamburger .line {
		margin: 0.25rem 0;
		height: 0.125rem;
		width: 1.125rem;
	}

	.hamburger .line:nth-child(2) {
		width: 0.875rem;
	}
}

.hamburger.is-active .line:nth-child(1) {
	transform: translateY(8px) rotate(-45deg);
}

@media only screen and (max-width: 575.98px) {
	.hamburger.is-active .line:nth-child(1) {
		transform: translateY(6px) rotate(-45deg);
	}
}

.hamburger.is-active .line:nth-child(2) {
	opacity: 0;
	transform: rotate(-45deg);
}

.hamburger.is-active .line:nth-child(3) {
	transform: translateY(-8px) rotate(45deg);
}

@media only screen and (max-width: 575.98px) {
	.hamburger.is-active .line:nth-child(3) {
		transform: translateY(-6px) rotate(45deg);
	}
}

@media only screen and (max-width: 575.98px) {
	.hamburger.is-active .line {
		background-color: #304CFD;
	}
}

.inner-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 3.75rem;
	padding-left: 1.875rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	z-index: 1;
	pointer-events: none;
}

.inner-menu>* {
	min-width: 0;
}

@media only screen and (max-width: 991.98px) {
	.inner-menu {
		height: 3.5625rem;
		width: 80%;
		padding-left: 1.5rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.inner-menu {
		width: 100%;
	}
}

@media only screen and (max-width: 575.98px) {
	.inner-menu {
		height: 100vh;
		padding-left: 0;
		position: fixed;
		z-index: 1100 !important;
		overflow: auto;
		display: block;
		direction: ltr;
	}
}

.open-menu .inner-menu {
	pointer-events: all;
}

.nav {
	color: #fff;
	background: #304CFD;
	border-radius: 0 2rem 2rem 0;
	box-shadow: 0 1.5rem 2.5rem rgba(48, 76, 253, 0.05), 0 0.5rem 1rem rgba(48, 76, 253, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}

.is-active .nav,
.menu_always_show .nav {
    overflow: visible;
}

.nav>* {
	min-width: 0;
}

@media only screen and (max-width: 767.98px) {
	.nav {
		border-radius: 0 1.25rem 2rem 0;
		font-size: 0.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: #44566C;
		background: #fff !important;
		border-radius: 0;
		box-shadow: none !important;
		font-size: 1.5rem;
		flex-wrap: nowrap;
		height: auto;
		min-height: 100%;
		max-width: 100%;
		direction: rtl;
		padding: 20px 0;
	}

	.is-active .nav,
	.menu_always_show .nav {
		overflow: hidden;
	}

	.nav>* {
		min-width: 0;
	}
}

.menu-item {
	margin-left: 3rem;
	list-style: none;
}

@media only screen and (max-width: 991.98px) {
	.menu-item {
		margin-left: 2rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.menu-item {
		margin-left: 0;
		margin-top: 0.1875rem;
		margin-bottom: 0.1875rem;
		line-height: 1.8;
	}
}

.menu-item a {
	color: rgba(255, 255, 255, 0.7);
}

.menu-item a:hover {
	color: white;
	text-decoration: none;
}

@media only screen and (max-width: 575.98px) {
	.menu-item a {
		color: rgba(68, 86, 108, 0.6);
	}

	.menu-item a:hover {
		color: #44566c;
	}
}

.menu-item.current-menu-item a,
.menu-item.current_page_parent a {
	color: #fff;
}

@media only screen and (max-width: 575.98px) {
	.menu-item.current-menu-item a,
	.menu-item.current_page_parent a {
		color: #44566C;
	}
}

.menu-item:last-child {
	margin-left: 0;
}

@media only screen and (max-width: 575.98px) {
	.menu-item:last-child {
		margin-left: 0;
	}
}

/* Menu Customizations */

@media only screen and (min-width: 576px) {
	div.menu_full_width {
		width: 100%;
	}
	div.menu_full_width .nav {
		transition: border-radius 400ms;
		transition-delay: 500ms;
	}
	div.menu_full_width.is-active .nav {
		border-radius: 0 20px 2rem 0;
		transition-delay: 0ms;
	}
	body.menu_full_width .main-content {
		transition: padding-top .3s ease-in-out;
		transition-delay: 500ms;
	}
	body.menu_full_width.open-menu .main-content {
		padding-top: 60px;
		transition-delay: 0ms;
	}
	body.menu_full_width .main-content .header-post {
		transition: none !important;
		margin-top: 0 !important;
	}
	body.menu_full_width .main-content .header-post__image-wrap:first-child {
		transition: all .3s ease-in-out;
		transition-delay: 500ms;
	}
	body.menu_full_width.open-menu .main-content .header-post__image-wrap:first-child {
		margin-top: 0;
		transition-delay: 0ms;
	}

	div.menu_always_show {
		padding-left: 0;
		pointer-events: all;
	}
	div.menu_always_show .nav {
		border-radius: 20px 20px 2rem 2rem;
		width: 100% !important;
		opacity: 1 !important;
	}
	div.menu_always_show .nav li {
		opacity: 1 !important;
		transform: translateX(0) !important;
	}
	body.menu_always_show .main-content .header-post {
		transition: none !important;
		margin-top: 60px !important;
	}
	body.menu_always_show .main-content .header-post__image-wrap:first-child {
		margin-top: 0;
		transition: none;
	}

	body.menu_always_show.menu_full_width .main-content {
		padding-top: 60px;
		transition: none;
	}
	body.menu_always_show.menu_full_width .main-content .header-post {
		margin-top: 0 !important;
	}
	body.menu_always_show.menu_full_width .main-content .header-post__image-wrap:first-child {
		margin-top: 0;
		transition: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 991.98px) {
	body.menu_full_width.open-menu .main-content {
		padding-top: 57px;
	}

	body.menu_always_show .main-content {
		padding-top: 57px;
		transition: none;
	}
	body.menu_always_show .main-content .header-post {
		margin-top: 0 !important;
	}

	body.menu_always_show.menu_full_width .main-content {
		padding-top: 57px;
	}
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
.footer {
	color: #8697A8;
	font-size: 0.875rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	min-height: 60px;
}

@media only screen and (max-width: 575.98px) {
	.footer {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		min-height: 44px;
	}
}

.bg-green .footer,
.bg-peach .footer {
	color: #fff;
}

.footer p {
	margin-bottom: 0;
}

/* -----------------------------------------------------------------
    - Cases
----------------------------------------------------------------- */
.case-item {
	display: flex;
	margin-bottom: 1.875rem;
	padding: 1.5rem 1.875rem;
	position: relative;
}

.case-item>* {
	min-width: 0;
}

@media only screen and (max-width: 991.98px) {
	.case-item {
		height: calc(100% - rem(20px));
	}
}

@media only screen and (max-width: 575.98px) {
	.case-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: calc(100% - rem(20px));
		margin-bottom: 1.25rem;
		padding: 1rem;
		text-align: center;
	}

	.case-item>* {
		min-width: 0;
	}
}

.case-item .case-item__icon {
	margin-left: 1.1875rem;
	height: 2.5rem;
	width: 2.5rem;
}

@media only screen and (max-width: 575.98px) {
	.case-item__icon {
		margin-left: 0;
		margin-bottom: 0.8125rem;
	}
}

.case-item div {
	flex: 1;
}

.case-item h3 {
	margin-bottom: 0.5rem;
}

.case-item p {
	color: #5F6F81;
	margin-bottom: 5px;
}

.case-item p:last-child {
	margin-bottom: 0;
}

/* -----------------------------------------------------------------
    - Clients
----------------------------------------------------------------- */
.js-carousel-clients {
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 575.98px) {
	.js-carousel-clients .vcardswiper-slide {
		text-align: center;
	}
}

/* -----------------------------------------------------------------
    - Contact
----------------------------------------------------------------- */
.contact-form .button-row {
	direction: ltr;
	text-align: left;
}

.contact-form .button-row .btn {
	direction: rtl;
	z-index: 1;
}

.contact-form .button-row .btn i {
	margin-top: 2px;
}

@media only screen and (max-width: 767.98px) {
	.contact-form .btn {
		width: 100%;
	}
}

.tabcontent .contact-form {
	padding-bottom: 1.875rem;
}

@media only screen and (max-width: 575.98px) {
	.tabcontent .contact-form {
		padding-bottom: 1.25rem;
	}
}

.map {
	border-radius: 13.3333333333px;
	overflow: hidden;
	width: 100%;
}

.map iframe {
	width: 100%;
	border: 0;
	vertical-align: top;
}

/* -----------------------------------------------------------------
    - Portfolio
----------------------------------------------------------------- */
.gutter-sizer {
	width: 1.875rem;
}

.gallery-grid {
	display: flex;
}

.gallery-grid>* {
	min-width: 0;
}

.gallery-grid__item {
	margin-bottom: 1.5rem !important;
	width: calc(33% - 17.5px);
}

@media only screen and (max-width: 991.98px) {
	.gallery-grid__item {
		width: calc(50% - 16px);
	}
}

@media only screen and (max-width: 767.98px) {
	.gallery-grid__item {
		width: 100%;
	}
}

.gallery-grid__item:hover .gallery-grid__image {
	transform: scale3d(1.1, 1.1, 1);
}

.gallery-grid__image-wrap {
	border-radius: 14px;
	height: 11rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media only screen and (max-width: 991.98px) {
	.gallery-grid__image-wrap {
		height: 13rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.gallery-grid__image-wrap {
		height: 18rem;
	}
}

.gallery-grid__image {
	border-radius: 10px;
	transform: scale3d(1, 1, 1);
}

.gallery-grid__image-wrap .gallery-grid__image {
	height: 100%;
}

.gallery-grid__caption {
	padding-right: 0.1875rem;
}

.gallery-grid__title {
	font-size: 0.9375rem;
	font-family: inherit;
	font-weight: 700;
	margin-top: 0.75rem;
	margin-bottom: 0;
}

.gallery-grid__category {
	font-size: 0.875rem;
	color: #8697A8;
	display: block;
	line-height: 1.75;
}

@media only screen and (min-width: 768px) {
	.filter {
		display: inline-flex;
		flex-wrap: wrap;
		list-style: none;
		margin-bottom: 1.5rem;
		padding: 0;
	}

	.filter>* {
		min-width: 0;
	}

	.filter__item {
		padding-left: 1.1875rem;
	}

	.filter__item:last-child {
		padding-left: 0;
	}

	.filter__item.active a {
		color: #304CFD;
	}

	.filter__link {
		color: #8697A8;
		padding: 0 0.25rem;
		text-decoration: none;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.filter__link:hover {
		text-decoration: none;
	}
}

.select .placeholder {
	display: none;
}

@media only screen and (max-width: 767.98px) {
	.select {
		background-color: #F5F8F9;
		border-radius: 1.25rem;
		color: #8697A8;
		display: block;
		margin-bottom: 2rem;
		padding: 0.125rem 1.5rem 0.25rem 1.1875rem;
		position: relative;
		vertical-align: middle;
		text-align: right;
		user-select: none;
		width: 100%;
		-webkit-touch-callout: none;
		z-index: 2;
	}

	.select .placeholder {
		cursor: pointer;
		display: block;
		padding: 0.5rem 0;
		position: relative;
		z-index: 1;
	}

	.select .placeholder:after {
		position: absolute;
		top: 50%;
		left: 0.125rem;
		transform: translateY(-50%);
		font-family: 'icomoon';
		content: '\e90e';
		z-index: 10;
		margin-top: 1px;
	}

	.select.is-open .placeholder:after {
		content: '\e90f';
	}

	.select.is-open ul {
		display: block;
	}

	.select ul {
		background-color: #fff;
		box-shadow: 0 0.625rem 3.75rem rgba(134, 151, 168, 0.25);
		border-radius: 20px;
		display: none;
		max-height: 37.5rem;
		overflow: hidden;
		overflow-y: auto;
		padding: 0.5625rem 0;
		position: absolute;
		top: 100%;
		right: 0;
		width: 100%;
		z-index: 100;
	}

	.select ul li {
		display: block;
		text-align: right;
		padding: 0.3125rem 1.1875rem;
		color: #44566C;
		cursor: pointer;
	}

	.select ul li:hover {
		background-color: #304cfd;
	}

	.select ul li:hover a {
		color: #fff;
	}

	.select ul li a {
		color: #44566C;
		text-decoration: none;
		transition: none;
	}
}

@media only screen and (max-width: 575.98px) {
	.select {
		margin-bottom: 1.5rem;
	}
}

/* -----------------------------------------------------------------
    - News
----------------------------------------------------------------- */
.news-grid {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
}

.news-grid>* {
	min-width: 0;
}

@media only screen and (max-width: 991.98px) {
	.news-grid {
		margin-right: 1.875rem;
		margin-left: 1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.news-grid {
		margin-right: 1.25rem;
		margin-left: 1.25rem;
	}
}

.news-item {
	box-shadow: 0 1.5rem 2.5rem rgba(169, 194, 209, 0.3);
	margin-bottom: 1.875rem;
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
	padding: 0;
	width: calc(50% - 30px);
}

@media only screen and (max-width: 991.98px) {
	.news-item {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 575.98px) {
	.news-item {
		margin-bottom: 1.25rem;
	}
}

.news-item:hover .news-item__image-wrap::before,
.news-item:hover .news-item__image-wrap::after {
	opacity: 1;
}

.news-item:hover {
	box-shadow: 0 0.75rem 1.25rem rgba(169, 194, 209, 0.2);
}

.news-item__image-wrap {
	overflow: hidden;
	border-radius: 20px 20px 0 0;
	height: 14rem;
	position: relative;
	background-color: #EFF1F3;
	background-image: url(../icons/icon-news-dark.svg);
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 991.98px) {
	.news-item__image-wrap {
		height: 18rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.news-item__image-wrap {
		border-radius: 16px 16px 0 0;
		height: 12rem;
	}
}

.news-item__image-wrap::before {
	opacity: 0;
	transition: opacity .5s ease-in-out;
}

.news-item__image-wrap::after {
	content: '';
	background-image: url(../icons/icon-news.svg);
	height: 2.5rem;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transition: opacity .5s ease-in-out;
	width: 2.5rem;
	z-index: 2;
}

.news-item__date {
	background-color: #fff;
	color: #5F6F81;
	border-radius: 0.625rem 0 0 0;
	font-size: 0.875rem;
	padding-right: 0.8125rem;
	padding-left: 0.8125rem;
	padding-bottom: 0.1875rem;
	padding-top: 0.3125rem;
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.news-item__link {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.news-item__caption {
	padding: 1.5rem 1.875rem 0.5rem;
}

@media only screen and (max-width: 575.98px) {
	.news-item__caption {
		padding: 1.1875rem 1rem 0;
	}
}

.news-item__caption .title {
	font-family: inherit;
}

.news-item p {
	color: #5F6F81;
}

@media only screen and (max-width: 575.98px) {
	.news-item p {
		font-size: 0.9375rem;
	}
}

.news-item .post-title a {
	color: inherit;
	text-decoration: none;
}

.news-grid-message {
	margin: 0 0.9375rem;
	padding: 0 0 1.875rem;
}

.news-pagination {
	text-align: center;
	padding: 1.25rem 1.875rem 2.625rem;
}

@media only screen and (max-width: 575.98px) {
	.news-pagination {
		padding: 1.25rem 1.25rem 2.125rem;
	}
}

.news-pagination ul {
	padding: 0;
	margin: 0;
}

.news-pagination li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}

.news-pagination li i {
	vertical-align: middle;
	font-size: 0.875rem;
}

.news-pagination li a,
.news-pagination li span {
	height: 2.5625rem;
	width: 2.5625rem;
	display: block;
	background-color: #fff;
	border-radius: 20px;
	border: 0;
	box-shadow: 0 0.5rem 1rem rgba(95, 111, 129, 0.15), 0 0.125rem 0.25rem rgb(95, 111, 129, 0.15);
	color: #5F6F81;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.65rem;
	position: relative;
	transition: .4s ease-in-out;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
}

.news-pagination li span {
	cursor: default;
}

.news-pagination li span.current {
	background-color: #304CFD;
	box-shadow: 0 0.5rem 1rem rgba(48, 76, 253, 0.15), 0 0.125rem 0.25rem rgb(48, 76, 253, 0.15);
	color: #fff;
}

/* -----------------------------------------------------------------
    - Single post
----------------------------------------------------------------- */
.header-post {
	text-align: center;
	padding: 2.875rem 1.875rem 0 1.875rem;
	overflow: hidden;
}

@media only screen and (max-width: 575.98px) {
	.header-post {
		padding: 2rem 1.25rem 0 1.25rem;
	}
}

.header-page {
	padding-top: 0;
}

.header-post__date {
	color: #8697A8;
	font-size: 0.875rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

@media only screen and (max-width: 575.98px) {
	.header-post__date {
		margin-bottom: 0.8125rem;
	}
}

.header-post .title {
	margin-bottom: 2.25rem;
	font-family: inherit;
	line-height: 1.75;
}

@media only screen and (max-width: 575.98px) {
	.header-post .title {
		margin-bottom: 1.75rem;
	}
}

.header-post__image-wrap {
	margin-right: -1.875rem;
	margin-left: -1.875rem;
}

.header-post__image-wrap:first-child {
	margin-top: -2.875rem;
}

@media only screen and (max-width: 575.98px) {
	.header-post__image-wrap {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
	.header-post__image-wrap:first-child {
		margin-top: -2rem;
	}
}

@media only screen and (min-width: 576px) {
	.header-post__image-wrap:first-child {
		transition: all .3s ease-in-out;
		transition-delay: 500ms;
	}
	.open-menu .header-post__image-wrap:first-child {
		margin-top: 0;
		transition-delay: 0ms;
	}
}

.header-post__image-wrap img {
	height: auto;
}

@media only screen and (max-width: 575.98px) {
	.title-post {
		font-size: 1.5rem;
	}
}

.caption-post {
	margin: 0 auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	width: 80%;
}

@media only screen and (max-width: 991.98px) {
	.caption-post {
		width: 100%;
		padding: 2.5rem 1.875rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.caption-post {
		padding: 2rem 1.25rem;
	}
}

.caption-post > :last-child {
	margin-bottom: 0;
}

.caption-post h1,
.caption-post h2,
.caption-post h3,
.caption-post h4,
.caption-post h5,
.caption-post h6 {
	font-family: inherit;
}

.caption-post p {
	color: #5F6F81;
}

.gallery-post {
	display: flex;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}

.gallery-post>* {
	min-width: 0;
}

@media only screen and (max-width: 575.98px) {
	.gallery-post {
		margin-right: 0;
		margin-left: 0;
	}
}

.gallery-post__item {
	flex: calc(50% - 32px);
	height: auto;
	max-height: 80vw;
	margin-right: 1rem;
	margin-left: 1rem;
	width: calc(50% - 32px);
}

@media only screen and (max-width: 575.98px) {
	.gallery-post__item {
		flex: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 1rem;
		width: 100%;
	}
}

.gallery-post__caption {
	color: #8697A8;
	font-size: 0.875rem;
	font-style: italic;
	padding: 1rem 1rem 2rem;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 575.98px) {
	.gallery-post__caption {
		padding: 0 0 1rem;
	}
}

.gallery-post__caption a {
	color: #8697A8;
}

.footer-post {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-top: 2rem;
	padding-top: 2rem;
	position: relative;
}

.footer-post>* {
	min-width: 0;
}

@media only screen and (max-width: 575.98px) {
	.footer-post {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
}

.footer-post::before {
	content: '';
	background-color: #44566C;
	height: 0.0625rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 15%;
}

.footer-post__share {
	display: flex;
	align-items: center;
	color: #44566C;
	font-size: 0.875rem;
	margin: 0 1.0625rem;
}

.footer-post__share>* {
	min-width: 0;
}

@media only screen and (max-width: 575.98px) {
	.footer-post__share {
		margin: 0 0.8125rem;
	}
}

.footer-post__share:hover {
	text-decoration: none;
}

.footer-post__share .font-icon {
	margin-left: 0.6875rem;
}

@media only screen and (max-width: 575.98px) {
	.footer-post__share span {
		display: none;
	}
}

@media only screen and (max-width: 575.98px) {
	.comments-block {
		margin-top: 0.5rem;
	}
}

.comments-box {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}

@media only screen and (max-width: 575.98px) {
	.comments-box {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}
}

.comment-box {
	display: flex;
	flex-direction: column;
}

.comment-box>* {
	min-width: 0;
}

.comment-box .comment-box {
	margin-right: 3rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-box .comment-box {
		margin-right: 1.1875rem;
	}
}

.comment-box__inner {
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
	padding: 1.25rem 1.25rem 1rem 1.25rem;
}

.comment-box__inner>* {
	min-width: 0;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__inner {
		flex-direction: column;
		padding: 1rem 1.0625rem 0.5625rem 1rem;
		margin-bottom: 1rem;
	}
}

.comment-box__body {
	color: #5F6F81;
	flex: 1;
	font-size: 0.9375rem;
	line-height: 1.6;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__body {
		font-size: 0.875rem;
		margin-top: 0.75rem;
	}
}

.comment-box__body p {
	margin-bottom: 0.6875rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__body p {
		margin-bottom: 0.5rem;
	}
}

.comment-box__body .emoji {
	margin: 0 0.3125rem;
	vertical-align: middle;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__body .emoji {
		margin: 0 0.125rem;
		height: 1.0625rem;
		width: 1.0625rem;
	}
}

.comment-box__details {
	display: flex;
	justify-content: space-between;
	font-size: 1.0625rem;
	font-family: inherit;
	color: #44566C;
	margin-top: -5px;
	margin-bottom: 0.5rem;
}

.comment-box__details>* {
	min-width: 0;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__details {
		font-size: 0.9375rem;
		flex-direction: column;
		margin-top: 0;
	}
}

.comment-box__details a {
	text-decoration: none;
}

.comment-box__details-date {
	font-size: 0.875rem;
	font-weight: 400;
	color: #8697A8;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__details-date {
		font-size: 0.75rem;
		margin-top: 0.3125rem;
	}
}

.comment-box .avatar {
	margin-left: 1rem;
	flex-shrink: 0;
}

.comment-box__footer {
	color: #8697A8;
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer {
		margin-bottom: 3px;
	}
}

.comment-box__footer>* {
	min-width: 0;
}

.comment-box__footer li {
	cursor: pointer;
	margin-left: 2rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer li {
		margin-left: 1rem;
	}
}

.comment-box__footer li:hover {
	color: #304CFD;
}

.comment-box__footer li:last-child {
	margin-left: 0;
}

.comment-box__footer span {
	font-size: 0.875rem;
	padding-right: 0.375rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer span {
		font-size: 0.75rem;
	}
}

.comment-box__footer .font-icon {
	font-size: 1rem;
	vertical-align: middle;
}

@media only screen and (max-width: 575.98px) {
	.comment-box__footer .font-icon {
		font-size: 0.875rem;
	}
}

.comment-box__footer .icon-like-fill {
	color: #FF3D57;
}

.comment-reply-link {
	color: inherit;
	text-decoration: none !important;
}

.comment-box__inner em {
	width: 100%;
	margin-top: 20px;
    margin-bottom: 5px;
    font-size: 0.875rem;
	font-style: normal;
    color: #5688E2;
}

.comment-box__inner em i {
	vertical-align: middle;
	margin-left: 3px;
}

.comment-navigation {
	overflow: hidden;
	padding-bottom: 0.75rem;
}

.comment-navigation a {
	text-decoration: none;
	color: inherit;
}

.comment-navigation .nav-next {
	float: left;
}

.comment-navigation .nav-previous {
	float: right;
}

@media only screen and (max-width: 575.98px) {
	.comment-navigation {
		font-size: 0.75rem;
		padding-bottom: 0.5rem;
	}
}

.comment-form-block {
	padding-bottom: 1rem;
}

.comments-block + .comment-form-block {
	margin-top: 2rem;
}

.comment-form-block > h2.title {
	margin-bottom: 0.75rem;
}

.comment-form-block .comment-respond > p {
	margin-bottom: 0.5rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-form-block {
		font-size: 0.875rem;
	}
	.comments-block + .comment-form-block {
		margin-top: 1.5rem;
	}
	.comment-form-block > h2.title {
		margin-bottom: 0.625rem;
	}
	.comment-form-block .comment-respond > p {
		margin-bottom: 0.375rem;
	}
}

.comment-form {
	padding-top: 0.5rem;
	position: relative;
}

.comment-form > p:first-child {
	margin-top: -0.5rem;
}

@media only screen and (max-width: 575.98px) {
	.comment-form {
		padding-top: 0.375rem;
	}
	.comment-form > p {
		margin-bottom: 0.75rem;
	}
	.comment-form > p:first-child {
		margin-top: -0.375rem;
	}
}

.comment-form .input,
.comment-form .textarea {
	border-radius: 0.5rem;
}

.comment-form-cookies-consent {
	padding: 0 15px;
	display: flex;
    align-items: baseline;
	margin-top: -8px;
}

.comment-form-cookies-consent input {
	margin-left: 7px;
	position: relative;
	top: 2px;
}

.scroll-line {
	background: #304CFD;
	height: 0.1875rem;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 3;
}

.nicescroll-cursors {
	background-color: #8697A8 !important;
}

.social-auth {
	font-size: 0.9375rem;
	list-style: none;
	padding: 0;
	margin-top: 1rem;
}

@media only screen and (max-width: 575.98px) {
	.social-auth {
		font-size: 0.875rem;
	}
}

.social-auth__item {
	display: inline-flex;
	margin-left: 0.375rem;
}

.social-auth__item>* {
	min-width: 0;
}

.social-auth__link {
	color: #fff;
}

.social-auth__link:hover {
	color: #fff;
	opacity: .7;
}

.social-auth .font-icon {
	background-color: #304CFD;
	border-radius: 50%;
	font-size: 0.75rem;
	padding: 0.375rem;
}

@media only screen and (max-width: 575.98px) {
	.social-auth .font-icon {
		font-size: 0.6875rem;
	}
}

/* -----------------------------------------------------------------
    - Testimonials
----------------------------------------------------------------- */
.vcardswiper-container .vcardswiper-wrapper {
	min-height: 100%;
}

.review-item {
	display: flex;
	flex-direction: column;
	background-color: #F5F8F9;
	background-repeat: no-repeat;
	background-position: left 1.875rem top 1.875rem;
	border-radius: 20px;
	height: auto;
	padding: 1.875rem 1.875rem 1.5rem;
	margin-top: 2.5rem;
}

.review-item>* {
	min-width: 0;
}

@media only screen and (max-width: 575.98px) {
	.review-item {
		background-size: 1.5625rem;
		background-position: left 1rem top 1rem;
		border-radius: 13.3333333333px;
		padding: 1rem;
	}
}

.review-item p {
	color: #5F6F81;
	margin-bottom: 5px;
}

.review-item p:last-child {
	margin-bottom: 0;
}

.review-item .title {
	font-size: 1.1875rem;
	margin-bottom: 0.6875rem;
	font-family: inherit;
}

.review-item .avatar + .title {
	margin-right: 5.5rem;
}

@media only screen and (max-width: 575.98px) {
	.review-item .title {
		font-size: 1rem;
		margin-right: 0 !important;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
}

.review-item .avatar {
	position: absolute;
	top: -2.375rem;
}

.vcardswiper-pagination {
	margin-top: 1.5rem;
	position: relative;
	line-height: 0;
}

@media only screen and (max-width: 575.98px) {
	.vcardswiper-pagination {
		margin-top: 1rem;
	}
}

.vcardswiper-pagination-bullet {
	background: #F0F0F6;
	border-radius: 1rem;
	opacity: 1;
	height: 0.625rem;
	width: 0.625rem;
	transition: width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media only screen and (max-width: 575.98px) {
	.vcardswiper-pagination-bullet {
		height: 0.375rem;
		width: 0.375rem;
	}
}

.vcardswiper-pagination-bullet-active {
	background: #304CFD;
	width: 1.25rem;
}

@media only screen and (max-width: 575.98px) {
	.vcardswiper-pagination-bullet-active {
		width: 0.75rem;
	}
}

.vcardswiper-container-horizontal>.vcardswiper-pagination-bullets .vcardswiper-pagination-bullet {
	margin: 0 0.3125rem;
}

.vcardswiper-container-horizontal>.vcardswiper-pagination-bullets,
.vcardswiper-pagination-custom,
.vcardswiper-pagination-fraction {
	bottom: 0;
}

/* -----------------------------------------------------------------
    - Timeline
----------------------------------------------------------------- */
.timeline {
	margin-top: 2rem;
	padding-right: 0.5rem;
}

.timeline__item {
	border-right-color: #F0F0F6;
	border-right-width: 1px;
	border-right-style: solid;
	padding-bottom: 1rem;
	padding-right: 1.375rem;
	position: relative;
}

.timeline__item::before {
	content: '';
	background-color: #304CFD;
	box-shadow: 0 0 0 0.1875rem rgba(48, 76, 253, 0.25);
	border-radius: 50%;
	position: absolute;
	top: -2px;
	right: -0.3125rem;
	height: 0.625rem;
	width: 0.625rem;
}

.timeline__item:last-child {
	border: 0;
}

.timeline__title {
	margin-bottom: -0.3875rem;
	position: relative;
	font-family: inherit;
	top: -0.7rem;
}

.timeline__period {
	color: #8697A8;
	font-size: 0.875rem;
}

.timeline__item p {
	margin-top: 0.5rem;
}

@media only screen and (max-width: 575.98px) {
	.timeline__item p {
		margin-top: 0.1875rem;
	}
}

/* -----------------------------------------------------------------
    - Other
----------------------------------------------------------------- */
.back-to-top {
	border-top: 0.0625rem solid #44566C;
	border-right: 0.0625rem solid #44566C;
	cursor: pointer;
	height: 2rem;
	opacity: .5;
	position: fixed;
	left: 2.5rem;
	bottom: 1.875rem;
	width: 2rem;
	transform: rotate(-45deg);
	transition: opacity .35s ease-out;
	z-index: 10;
}

.back-to-top:hover {
	opacity: 1;
}

@media only screen and (max-width: 767.98px) {
	.back-to-top {
		height: 1.5rem;
		width: 1.5rem;
	}
}

@media only screen and (max-width: 575.98px) {
	.back-to-top {
		display: none !important;
	}
}

.js-lines {
	overflow: hidden;
}

.js-lines div {
	overflow: hidden;
}

.js-words div div {
	opacity: 0;
}

.medium-zoom-overlay {
	background: #fff !important;
	z-index: 1104;
}

.medium-zoom-image {
	cursor: pointer !important;
}

.medium-zoom-image--opened {
	border-radius: 0.0625rem;
	height: 100%;
	z-index: 1104;
}

@media only screen and (max-width: 575.98px) {
	.elementor-column {
		width: 100%;
	}
}

.search-form input {
	background-color: #fff !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 20px;
	color: #44566C !important;
	outline: none !important;
}

.search-form .btn {
	height: 100%;
	width: 100%;
	padding: 0;
}

/* Contact Form */

.wpcf7 {
	direction: rtl;
}

.wpcf7-submit + br {
	display: none;
}

.wpcf7 form .wpcf7-not-valid-tip {
	font-size: 0.75rem;
	line-height: 1.85;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: -10px;
	color: #ff4c4c;
}

.wpcf7 form .wpcf7-spinner,
.wpcf7 form .ajax-loader {
	display: none;
	vertical-align: middle;
}

.wpcf7 form.submitting .wpcf7-spinner,
.wpcf7 form.submitting .ajax-loader {
	display: inline-block;
}

@media only screen and (max-width: 767.98px) {
	.wpcf7 form.submitting .wpcf7-spinner,
	.wpcf7 form.submitting .ajax-loader {
		display: block;
		margin: 30px auto 0;
	}
}

.wpcf7 form .wpcf7-response-output {
	line-height: 2;
	font-size: 14px;
	margin: 30px 0 0;
	border-radius: 5px;
	padding: 5px 15px;
}

@media only screen and (max-width: 575.98px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 13px;
	}
	.wpcf7 form .wpcf7-not-valid-tip {
		margin-bottom: -3px;
	}
}

.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;
}

.post-info {
	line-height: 2;
	font-size: 14px;
	margin-top: 35px;
}

.post-info + .post-info {
	margin-top: 10px;
}

/* Menu */

.nav > .menu-item-has-children > a:after {
	content: "\f107";
	font: normal normal normal 14px/1 "Font Awesome 5 Free";
	font-weight: 900;
	color: inherit;
	margin-right: 7px;
	vertical-align: middle;
}
.menu-item-has-children .sub-menu .menu-item:first-child a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.menu-item-has-children .sub-menu .menu-item:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 576px) {
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children .sub-menu {
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 150px;
		visibility: hidden;
		opacity: 0;
		margin-top: -10px;
		transition: all 200ms;
		padding: 20px 0 0;
		text-align: right;
		font-size: 14px;
	}
	.menu-item-has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	.menu-item-has-children .sub-menu .menu-item {
		margin: 0;
	}
	.menu-item-has-children .sub-menu .menu-item a {
		display: block;
		padding: 7px 15px;
		margin: 0;
		background: #304CFD;
		color: rgba(255, 255, 255, 0.7);
	}
	.menu-item-has-children .sub-menu .menu-item a:hover {
		background: #253fea;
		color: #fff;
	}
}
@media only screen and (max-width: 575.98px) {
	.nav > .menu-item-has-children > a:after {
		font-size: 18px;
	}
	.menu-item-has-children {
		width: 100%;
		text-align: center;
	}
	.menu-item-has-children .sub-menu {
		display: none;
		padding: 10px;
	}
	.menu-item-has-children .sub-menu .menu-item {
    	display: block;
		margin: 0;
	}
	.menu-item-has-children .sub-menu .menu-item a {
    	display: block;
		margin: 0 !important;
		padding: 7px 15px;
		line-height: 2;
		font-size: 14px;
		background: #f5f5f5;
		color: rgba(68, 86, 108, 0.6);
	}
	.menu-item-has-children .sub-menu .menu-item a:hover {
		background: #eee;
		color: #44566c;
	}
}
@media screen and (min-width: 576px) and (max-width: 1329.98px) {
	.menu-item-has-children:last-child .sub-menu {
		right: auto;
		left: 0;
	}
}
