/*
Theme Name: D1 landing Theme
Text Domain: d1_landing
Version: 1.0
Requires at least: 6.3
Requires PHP: 8
Description: Theme for VSK is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: a609.ru
Author URI: https://a609.ru/
Theme URI: https://a609.ru/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* ___________Reset CSS____________________*/

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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	line-height: 1.5;
	color: #fff;
	background: #282828;
	font-family: "Roboto Flex", sans-serif;
}
:focus {
	outline: none!important;
}
ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}
a {
	text-decoration: none;
	background-color: transparent;
	color: #a3a3a3;
	transition: all 0.3s;
}
a:hover {
	text-decoration: dashed;
	color: #22ABE2;
}
a.text-dark:hover {
	text-decoration: dashed;
	color: #22ABE2!important;
}
a.text-white:hover {
	text-decoration: solid!important;
	color: #22ABE2!important;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}

article>*+* {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (min-width:768px){
	.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
		--bs-offcanvas-width: 600px;
	}
}
.label-table{
	font-size: 20px;
	margin-bottom: 12px;
}
/*Fonts*/
.h1,h1{
	text-transform: uppercase;
}
.h1 div{
	text-transform: uppercase;
}
.fs-12{
	font-size: 14px;
}
.text-justify{
	text-align: justify;
}
.about_icon{
	height: 54px;
	width: auto;
}
.doc_icon{
	height: 24px;
}
@media (min-width:1320px) {
	h1, .h1 {
		font-family: "Roboto Flex", sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 40px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: "Roboto Flex", sans-serif;
	}
	h3, .h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: "Roboto Flex", sans-serif;
	}
	h4, .h4 {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: "Roboto Flex", sans-serif;
	}
	h5, .h5 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 800;
		line-height: 32px;
	}
	.desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 140%;
	}
	.desc-big{
		font-weight: 500;
		font-size: 42px;
		line-height: 140%;
	}
	.count{
		font-weight: 700;
		font-family: "Roboto Flex", sans-serif;
		font-size: 164px;
		line-height: 132px;
		margin-top: 24px;
		right: -4px;
		position: relative;
	}
	.desc-small{
		font-weight: 400;
		font-size: 20px;
		line-height: 150%;
		margin-bottom: 1rem;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 0px;
		padding: 0px;
	}
	.company_name{
		color: #22ABE2;
		font-family: "Roboto Flex", sans-serif;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}
}

@media (min-width:1025px) and (max-width:1319px) {
	h1, .h1 {
		font-family: "Roboto Flex", sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 40px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 800;
		line-height: 1.3em;
	}
	.desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 140%;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 24px;
		padding: 14px 16px;
	}
	.company_name{
		color: #212529;
		font-family: 'Inter Tight';
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	h1, .h1 {
		font-family: "Roboto Flex", sans-serif;
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 40px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 28px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 20px;
		font-weight: 800;
		line-height: 1.3em;
	}
	.desc{
		font-weight: 400;
		font-size: 24px;
		line-height: 140%;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 24px;
		padding: 14px 16px;
	}
	.company_name{
		color: #212529;
		font-family: 'Inter Tight';
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}
}
.has-medium-font-size {
	font-size: 1em!important;
}
@media (max-width:767px) {
	h1, .h1 {
		font-family: "Roboto Flex", sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		line-height: 1.3em;
	}
	.media-content {
		position: absolute;
		left: 40px;
		width: 80%;
		top: 8%;
	}
	.mainslide{
		z-index: 6;
		position: relative;
	}
	.prepsm{
		position: relative!important;
		padding: 0px !important;
		margin-top: 10px;
	}
	.title-tab {
		font-weight: 700;
		font-family: 'Inter Tight';
		font-size: 2.25rem;
	}
	.w100mm{
		width: 100%!important;
	}
	.container-fluid{
		max-width: 96%;
	}
	.single-hero-alt{
		height: 64vh!important;
	}
	h2, .h2 {
		font-weight: 700;
		font-size: 30px;
		line-height: 1.3em;
		letter-spacing: -0.5px;
		padding: 0;
		font-feature-settings: 'case' on;
		font-family: 'Inter Tight';
	}
	h3, .h3 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h4, .h4 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.3em;
		font-family: 'Inter Tight';
	}
	h5, .h5 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.3em;
	}

	h6, .h6 {
		font-size: 18px;
		font-weight: 800;
		line-height: 1.3em;
	}

	.phone_head {
		font-size: 22px!important;
	}
	.p-rel-ext{
		position: relative!important;
	}
	.service-card {
		min-height: auto!important;
	}
	.service-card .cat-item svg{
		min-width: 15px;
	}
	.service-mobilecard .cat-item{
		line-height: 1.4em;
		margin-bottom: 1em;
	}
	.btn {
		padding: 16px 30px!important;
		font-size: 16px!important;
	}
	.desc{
		font-weight: 400;
		font-size: 20px;
		line-height: 130%;
	}
	.desc-small-ext {
		font-weight: 300;
		font-size: 14px!important;
		line-height: 140%;
	}
	.desc-small{
		font-weight: 300;
		font-size: 20px;
		line-height: 140%;
		padding-bottom: 10px;
	}
	.accordion-button{
		font-size: 32px;
		padding: 48px 22px;
	}
	.accordion-body {
		font-size: 26px;
		padding: 42px;
	}
	.categories a{
		border-radius: 0px;
		padding: 0px;
		font-size: 16px;
	}
	.company_name{
		color: #fff;
		font-family: 'Inter Tight';
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
		margin-bottom: 10px;
	}
}
.inter{
	font-family: 'Inter Tight'!important;
}
.main_cta{
    font-size: 32px;
    font-weight: 600;
}
.vr {
	display: inline-block;
	align-self: stretch;
	width: 3px;
	min-height: 1em;
	background-color: currentcolor;
	opacity: .35;
}
.title-big{
	font-size: 7rem;
	font-weight: 700;
	font-family: 'Inter Tight';
	line-height: 6.5rem;
}
.subtitle{
	font-size: 1.5rem;
	opacity: 0.3;
	margin-bottom: 12px;
}
.pointer{
	cursor: pointer;
}
.custom_link{
	border-bottom: 1px dashed;
	color: #e9f5ff;
}
.more-link{
	color: #a3a3a3;
	font-family: "Roboto Flex", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}
p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 1em;
	font-family: 'Inter Tight';
}
p.excerpt{
	text-overflow: ellipsis;
	whitespace: nowrap;
	font-family: "Roboto Flex", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 163.6%;
}

.manrope{font-family: 'Manrope'!important;}

.text-white a{
	color: #fff!important;
}
.categories a{
	border: 0px solid #FFFFFF;
	text-transform: none;
}
.opacity-1{
	opacity: 1;
}
.icon_lg{
	height: 36px;
}
.phone{
	font-family: 'Inter Tight';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6rem;
}
.small-lg{
	font-size: 0.9em;
}
.card-prev{
	color: #3a3a3a;
	font-family: "Roboto Flex", sans-serif;
	font-size: 16px;
	font-style: normal;
	min-width: 340px;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	line-height: 155%;
	padding: 24px 32px;
	border-radius: 12px;
	border: 2px solid #3a3a3a;
	justify-content: center;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
	background-color: #424d5b;
	border: 0.8px solid #323232 !important;
}
.btn-close {
	--bs-btn-close-color: #ffffff;
	--bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	filter: invert(1);
	padding: .25em .25em;
	color: #ffffff;
	background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
	border: 0;
	border-radius: .375rem;
	opacity: var(--bs-btn-close-opacity);
}

/*navs*/

.title-tab{
	font-weight: 700;
	font-family: 'Inter Tight';
	font-size: 3rem;
}
.subtitle-tab{
	font-weight: 300;
	font-size: 0.8em;
	opacity: 0.5;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: transparent;
	border-bottom: 8px solid #0039a6;
	border-radius: 0px;
}
.nav-justified .nav-item .nav-link {
	width: 100%;
	font-size: 20px;
	padding: 12px 0px;
	color: #ffffff;
	opacity: 0.6;
}
.nav-justified .nav-item .nav-link.active {
	opacity: 1;
}
.text-1{
	color: #116956;
}
.text-2{
	color: #df0737;
}
.text-3{
	color: #023f89;
}
.price{
	font-size: 36px;
	font-family: 'Inter Tight';
	font-weight: 600;
	color: #21abe2;
}
.of-contain{
	object-fit: contain!important;
}
.fw-600{
	font-weight: 600!important;
}
@media (min-width:1320px){
	.link{
		font-size: 32px;
	}
	.h1_desc{
		font-size: 36px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.link{
		font-size: 24px;
	}
	.h1_desc{
		font-size: 36px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.link{
		font-size: 20px;
	}
	.h1_desc{
		font-size: 24px;
	}
}
@media (max-width:767px) {
	.link{
		font-size: 20px;
	}
	.h1_desc{
		font-size: 18px;
		font-weight: 300!important;
	}
}
.h1_desc{
	font-weight: 400;
	line-height: 105.5%;
	list-style-position: outside;
	padding: 0;
	font-family: 'Inter Tight';
}
.link{
	font-style: normal;
	font-weight: 700;
	letter-spacing: -.5px;
	line-height: 150%;
	align-items: baseline;
	text-transform: uppercase;
	color: #1C2D37;
	display: flex;
	column-gap: 20px;
}
.author_name{
	font-family: 'Manrope';
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 6px;
}
.author_desc{
	font-family: 'Manrope';
	font-size: 14px;
	font-weight: 300;
}
.tags_post a{
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
}

/*cases*/

@media (min-width:1320px){
	.logo_case{
		top:50px;
		left: 50px;
		max-width: 20%;
	}
	.case-mini-time{
		width: 30px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.logo_case{
		top:40px;
		left: 40px;
		max-width: 30%;
	}
	.case-mini-time{
		width: 24px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.logo_case{
		top:32px;
		left: 32px;
		max-width: 40%;
	}
	.case-mini-time{
		width: 24px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
}
@media (max-width:767px) {
	.case_preview{
		min-height:400px;
	}
	.logo_case{
		top:32px;
		left: 32px;
		max-width: 40%;
	}
	.case-mini-time{
		width: 20px;
	}
	.case-time{
		bottom: 50px;
		right: 50px;
		padding: 24px;
		font-size: 22px;
	}
	.case-time{
		bottom: 32px;
		right: 32px;
		padding: 18px;
		font-size: 16px;
	}
	.navbar-brand img {
		width: 70px;
	}
	.w-100m{
		width: 100%;
	}
}

.case-title{
	font-family: 'Inter Tight';
	margin-bottom: 20px;
}
.desc_case{
	font-family: 'Manrope', sans-serif;
	font-size: 21px;
	line-height: 1.5em;
	font-weight: 300;
	margin-bottom: 40px;
}
.case-time{
	position: absolute;
	background: linear-gradient(132.28deg, rgba(7, 17, 19, 0.2) 15.33%, rgba(27, 108, 119, 0.2) 91.5%), rgba(217, 217, 217, 0.26);
	backdrop-filter: blur(7px);
	border-radius: 26px;
	align-items: center;
	color: #fff;
	font-weight: 300;
	font-family: 'Manrope',sans-serif;
}
.about_case{
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding: 0px;
	color: #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Manrope',sans-serif;
}

/*testimonials*/

@media (min-width:1680px){
	.testimonial{
		border-radius: 40px;
		padding: 40px;
	}
	.img_testimonial{
		max-width: 120px!important;
		min-height: 120px!important;
		width: 120px!important;
		height: 120px!important;
	}
	.brend_testimonial{
		max-width: 72px!important;
		min-height: 72px!important;
		width: 72px!important;
		height: 72px!important;
	}
	.title_testimonial{
		font-size: 20px;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.testimonial{
		border-radius: 40px;
		padding: 40px;
	}
	.img_testimonial{
		max-width: 120px!important;
		min-height: 120px!important;
		width: 120px!important;
		height: 120px!important;
	}
	.brend_testimonial{
		max-width: 72px!important;
		min-height: 72px!important;
		width: 72px!important;
		height: 72px!important;
	}
	.title_testimonial{
		font-size: 20px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.testimonial{
		border-radius: 40px;
		padding: 40px;
	}
	.img_testimonial{
		max-width: 120px!important;
		min-height: 120px!important;
		width: 120px!important;
		height: 120px!important;
	}
	.brend_testimonial{
		max-width: 72px!important;
		min-height: 72px!important;
		width: 72px!important;
		height: 72px!important;
	}
	.title_testimonial{
		font-size: 20px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.testimonial{
		border-radius: 20px;
		padding: 30px;
	}
	.img_testimonial{
		max-width: 80px!important;
		min-height: 80px!important;
		width: 80px!important;
		height: 80px!important;
	}
	.brend_testimonial{
		max-width: 40px!important;
		min-height: 40px!important;
		width: 40px!important;
		height: 40px!important;
	}
	.title_testimonial{
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.testimonial{
		border-radius: 20px;
		padding: 30px;
	}
	.img_testimonial{
		max-width: 80px!important;
		min-height: 80px!important;
		width: 80px!important;
		height: 80px!important;
	}
	.brend_testimonial{
		max-width: 40px!important;
		min-height: 40px!important;
		width: 40px!important;
		height: 40px!important;
	}
	.title_testimonial{
		font-size: 14px;
	}
}
.testimonial{
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.img_testimonial{
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: 1px solid #C2B8B8;
}
.brend_testimonial{
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	border: 1px solid #C2B8B8;
	margin-right: -16px;
}
.title_testimonial{
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: -0.03em;
	color: #1C2D37;
}

/*service*/

.service-card{
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}


/*breadcrumbs*/

.kama_breadcrumbs{
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 38px;
	color: #7e7e7e;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.kama_breadcrumbs span a span{
	color: #7e7e7e;
	background: #a2a2a22e;
	padding: 6px 15px 7px 15px;
	border-radius: 5px;
	font-size: 17px;
	white-space: nowrap;
	font-weight: 500;
	top: -1px;
	position: relative;
	transition: 0.3s all;
}
.kama_breadcrumbs span a span:hover{
	color: #fff;
}
.kb_sep{
	margin: 0px 12px;
}

/*blog*/

.blog_card{
	padding: 2rem;
	position: relative;
	height: 420px;
	border-radius: 30px;
}
.blog_card .actions{
	bottom:12px;
	left: 0px;
	right: 0px;
}
.blog_card .actions .logo_post{
	width: 30px;
	padding: 5px 0px;
}
.single-hero{
	height: 32vh;
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
.single-hero-alt{
	height: 42vh;
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
@media (min-width:1680px){
	#contentpart{
		font-size: 20px;
	}
	#contentpart p{
		font-size: 20px;
	}
	#contentpart ul{
		font-size: 20px;
	}
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	.pagecontent{
		min-height: 30vh;
	}
	#contentpart h1{
		font-size: 72px;
	}
	#contentpart h2{
		font-size: 64px;
	}
	#contentpart h3{
		font-size: 52px;
	}
	#contentpart h4{
		font-size: 48px;
	}
	#contentpart h5{
		font-size: 32px;
	}
	#contentpart h6{
		font-size: 24px;
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 32px;
		line-height: 1.4rem;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	#contentpart{
		font-size: 20px;
	}
	#contentpart p{
		font-size: 20px;
	}
	#contentpart ul{
		font-size: 20px;
	}
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	.pagecontent{
		min-height: 30vh;
	}
	#contentpart h1{
		font-size: 72px;
	}
	#contentpart h2{
		font-size: 64px;
	}
	#contentpart h3{
		font-size: 52px;
	}
	#contentpart h4{
		font-size: 48px;
	}
	#contentpart h5{
		font-size: 32px;
	}
	#contentpart h6{
		font-size: 24px;
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 40px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	#contentpart{
		font-size: 20px;
	}
	#contentpart p{
		font-size: 20px;
	}
	#contentpart ul{
		font-size: 20px;
	}
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	.pagecontent{
		min-height: 30vh;
	}
	#contentpart h1{
		font-size: 72px;
	}
	#contentpart h2{
		font-size: 64px;
	}
	#contentpart h3{
		font-size: 52px;
	}
	#contentpart h4{
		font-size: 48px;
	}
	#contentpart h5{
		font-size: 32px;
	}
	#contentpart h6{
		font-size: 24px;
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 40px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	#contentpart{
		font-size: 18px;
	}
	#contentpart p{
		font-size: 18px;
	}
	#contentpart ul{
		font-size: 18px;
	}
	#contentpart h1{
		font-size: 54px;
	}
	#contentpart h2{
		font-size: 42px;
	}
	#contentpart h3{
		font-size: 36px;
	}
	#contentpart h4{
		font-size: 30px;
	}
	#contentpart h5{
		font-size: 24px;
	}
	#contentpart h6{
		font-size: 20px;
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 32px;
	}
}
@media (max-width:767px) {
	#contentpart{
		font-size: 14px;
	}
	#contentpart p{
		font-size: 14px;
	}
	#contentpart ul{
		font-size: 14px;
	}
	#contentpart h1{
		font-size: 54px;
	}
	#contentpart h2{
		font-size: 42px;
	}
	#contentpart h3{
		font-size: 36px;
	}
	#contentpart h4{
		font-size: 30px;
	}
	#contentpart h5{
		font-size: 24px;
	}
	#contentpart h6{
		font-size: 20px;
	}
	#contentpart .wp-block-quote{
		padding-left: 42px;
		max-width: 70%;
		margin-left: 36px;
	}
	.nextpost_link {
		font-size: 28px;
	}
}
#contentpart{
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 1.25rem;
}
#contentpart p{
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 1.25rem;
}
#contentpart ul{
	font-weight: 300;
	line-height: 1.6em;
}
/*#contentpart img{
	border-radius: 12px;
}*/
#contentpart .wp-block-gallery{
	margin-bottom: 20px;
}
#contentpart .wp-block-quote {
	overflow-wrap: break-word;
	border-left: 2px solid;
	margin-top: 30px;
	margin-bottom: 22px;
	line-height: 1.8em;
}
.wp-block-separator {
	border: 1px solid;
	border-left: none;
	border-right: none;
	margin: 3rem 0;
}
#contentpart :where(.wp-block-columns.is-layout-flex) {
	gap: 0.5em;
}

.mark, mark {
	padding: 0.15em 0.35em;
	border-radius: 5px;
	background: aliceblue;
}
.share_sticky{
	position: sticky;
	top: 170px;
	margin-left: -100px;
	margin-bottom: -160px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	max-width: 60px;
}
.sticky{
	position: sticky;
	top: 170px;
}
.share_sticky img{
	width: 46px;
}
.nextpost{
	line-height: 2.6em;
}

a.cat-item:hover svg, a.cat-item:hover img{
	transform: rotate(-45deg);
}

a.nextpost svg, a.link svg, a.brief svg, a.cat-item svg, a.cat-item img{
	transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
	min-width: 30px;
}
a.link:hover svg{
	transform: rotate(-45deg);
}
a.link:hover svg path, a.brief:hover svg path{
	fill:#22ABE2;
}
a.nextpost:hover svg{
	transform: scale(1.2) rotate(-45deg);
}
a.client:hover svg{
	transform: scale(1.3) rotate(45deg);
}

a.nextpost:hover svg path{
	fill:#22ABE2;
}
.nextpost_link{
	font-weight: 500;
}

/*services*/

.services-list ul{
	list-style: none;
	padding-left: 0px;
	line-height: 2.2rem;
	font-size: 20px;
	font-weight: 300;
}

/*accordion*/

.accordion-button{
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	background: #fef1ce;
	color: #1C2D37;
	font-family: 'Inter Tight';
	border-radius: 10px!important;
	margin-bottom: 30px;
}
.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: 0px solid #fff;
}
.accordion-body {
	margin-top: -30px;
	font-weight: 300;
	letter-spacing: -0.25px;
}

/*colors*/

.text-primary{
	color: #EF4244!important;
}

.text-secondary{
	color: #304A8C!important;
}

.bg-white {
	background: #FFFFFF!important;
	background-color: #FFFFFF!important;
}
.b-transparent{
	border:0px solid transparent!important;
}
.b-grey{
	border: 1px solid #A6A6A6!important;
}
.bg-grey{
	background: #eee;
}
.bg-dark{
	background: #181818!important;
}

.bg-secondary {
	background: #304A8C!important;
}
.bg-vsk{
	background: linear-gradient(90deg, #1A2880 0%, #22ABE2 100%)!important;
}
.bg-primary {
	background: #0039a6!important;
}
.bg-parallax{
	background-attachment: fixed!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.border-hr{
	border-top:.5px solid #fff;
	margin: 2rem 0 1rem!important;
}
.bg-image{
	background-position: center!important;
	background-size: cover!important;
}

.bg_image{
	height: 100vh;
	width: 100%;
}

.home_image{
	height: 80vh;
}

@media (min-width:1680px){
	.home_image{
		height: 80vh;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.home_image{
		height: 80vh;
	}
}
@media (max-width:767px) {
	.home_image{
		height: calc(100vh - 70px);
		background-position-x: 55%!important;
		background-position-y: 5%!important;
	}
}
@media (min-width:768px){
	.pagecontent{
		min-height: 40vh;
	}
}
.bottom-15{
	bottom: 15px;
}
.end-15{
	right: 15px;
}

/*carousel*/

.owl-testimonials .owl-item{
	cursor: pointer;
	-webkit-transition: 1000ms all;
	transition: 1000ms all;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.owl-carousel.owl-testimonials .owl-stage-outer {
	padding: 40px 0px;
}
.owl-testimonials .owl-item:hover ~ .owl-item {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.owl-testimonials .owl-stage-outer:hover .owl-item {
	opacity: 0.3;
}

.owl-testimonials .owl-stage-outer:hover .owl-item:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	z-index: 5;
}

/*position*/

.p-rel{
	position: relative;
}
.p-abs{
	position: absolute;
}

/*zoom*/

.zoom {
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
	transform: scale(1,1);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}
.zoom:hover {
	transform: scale(1.02,1.02);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
	-webkit-transform: scale(1.02,1.02);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.02,1.02);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}

.zoom img{
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
	transform: scale(1,1);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}
.zoom:hover img{
	transform: scale(1.02,1.02);
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
	-webkit-transform: scale(1.02,1.02);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.02,1.02);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}

/*modal*/

@media (min-width:1680px){
	.modal-full .modal-body{
		width: 60%;
	}
	.modal-full .title{
		font-size: 40px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.modal-full .modal-body{
		width: 60%;
	}
	.modal-full .title{
		font-size: 40px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.modal-full .modal-body{
		width: 80%;
	}
	.modal-full .title{
		font-size: 30px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.modal-full .modal-body{
		width: 90%;
	}
	.modal-full .title{
		font-size: 24px;
	}
	.modal-full .btn-close{
		width: 3em;
		right: 2rem;
		top: 2rem;
		height: 3em;
		font-size: 24px;
		padding: 0.25em 0.25em;
	}
}
@media (max-width:767px) {
	.modal-full .modal-body{
		width: 100%;
	}
	.modal{
		--bs-modal-margin: 0rem!important;
	}
	.modal-logo{
		width: 200px;
	}
	.modal-full .title{
		font-size: 24px;
	}
	.modal-full .btn-close{
		width: 1em;
		right: 1.25rem;
		top: 0rem;
		height: 3em;
		font-size: 20px;
		padding: 0.25em 0.25em;
		z-index: 9999;
	}
}

.modal-full{
	width: 100%!important;
	height: 100vh;
	max-width: 100%;
	margin-top: 0px;
}
.modal-full .title{
	line-height: 100%;
	font-weight: 800;
	text-transform: uppercase;
}
.modal-full .modal-content{
	border-radius: 0px;
	height: 100%;
	background: #2a3648;
	backdrop-filter: blur(50px);
}
.modal-full .modal-body{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-full .btn-close {
	--bs-btn-close-color: #fff;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgb(224 236 255 / 0%);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	color: var(--bs-btn-close-color);
	border: 0;
	border-radius: 0.375rem;
	opacity: .8;
}
.modal-full .btn-open{
	background-position: right 40px center!important;
	padding: 26px 120px 26px 42px!important;
	text-align: left;
}

.modal-full .form-floating>.form-control, .modal-full .form-floating>.form-control-plaintext {
	padding: 3rem 1.5rem;
	background: #ffffff30;
}

/*forms*/

.wpcf7-spinner {
	visibility: hidden;
	display: none;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
.form-floating>textarea.form-feedback.form-control{
	height: auto!important;
}
@media (min-width:1680px){
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 3rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
@media (max-width:767px) {
	.form-control, .form-select {
		font-size: 24px;
	}
	.form-floating>label {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: 1rem 1.5rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
		height: calc(3.5rem + calc(var(--bs-border-width) * 2));
		min-height: calc(6rem + calc(var(--bs-border-width) * 2));
		line-height: 1.25;
	}
	.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
		color: #d8d8d8;
		transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
	}
}
.form-control, .form-select {
	background-color: #fff;
	border: 0.8px solid #bebebe!important;
	border-radius: 10px;
	color: #292929;
	height: auto;
	font-weight: 400;
	line-height: normal;
	-webkit-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-o-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.modal .form-control,.modal .form-select {
	color: #fff;
}
.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 'Manrope';
	height: 100%;
	font-weight: 300;
	color: #a4a4a4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
label {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	line-height: 200%;
}
.promo_form .form-control:focus {
	color: #333;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
	border-color: #2196F3!important;
}
.promo_form .form-floating>.form-control-plaintext~label, .promo_form .form-floating>.form-control:focus~label, .promo_form .form-floating>.form-control:not(:placeholder-shown)~label, .promo_form .form-floating>.form-select~label {
	color: #0062ad;
	transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-control:focus {
	color: #fff;
	background-color: #405c7f;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
	border-color: #2196F3!important;
}
.subscribe label{
	position: relative;
}
select {
	word-wrap: normal;
	padding: 12px 16px;
	color: #fff;
	background: #121319;
	border: none;
	border-radius: 6px;
	font-weight: 300;
}
select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: transparent;
	border-radius: var(--bs-border-radius);
}

/*main elements*/

.badges{
	border: 1px solid #FFFFFF;
	border-radius: 33px;
	padding: 14px 16px;
	text-transform: uppercase;
}
@media (min-width:1680px){
	.badges{
		padding: 14px 16px;
	}
	.category-card{
		border-radius: 26px;
		padding: 44px 50px;
		height: 300px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
}
@media (min-width:1025px) and (max-width:1679px) {
	.badges{
		padding: 14px 16px;
	}
	.category-card{
		border-radius: 26px;
		padding: 44px 50px;
		height: 300px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.badges{
		padding: 14px 16px;
	}
	.category-card{
		border-radius: 26px;
		padding: 44px 50px;
		height: 300px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 40px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}
	.category-card:nth-child(1){
		top: 60px;
	}
	.category-card:nth-child(2){
		top: 180px;
	}
	.category-card:nth-child(3){
		top: 300px;	
	}
	.category-card:nth-child(4){
		top: 420px;
	}
	.category-card:nth-child(5){
		top: 540px;	
	}
	.category-card:nth-child(6){
		top: 660px;
	}
}
@media (max-width:767px) {
	.badges{
		padding: 14px 16px;
	}
	.category-card .title{
		font-family: 'Inter Tight';
		font-style: normal;
		font-weight: 500;
		font-size: 32px;
		line-height: 46px;
		color: #FFFFFF;
		margin-bottom: 20px;
	}
	.category-card {
		border-radius: 26px;
		padding: 34px 32px 150px 32px;
		height: auto;
	}
}

/*holders*/


@media (min-width:1680px){
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.holder {
		height: 420px;
		max-height: 500px;
	}
}
@media (max-width:767px) {
	.holder {
		height: 600px;
		max-height: 600px;
	}
}
.holder {
	position: relative;
	width: 100%;
}
.holder:hover .holder-text {
	opacity: 1;
	transition: .6s;
}
.holder-text {
	position: absolute!important;
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 100%;
	height: 100%;
	border-radius: 30px;
	background: -webkit-linear-gradient(100.88deg, rgba(6, 31, 81, 0.7) 41.83%, rgba(11, 27, 2, 0) 100%);
	background: -o-linear-gradient(100.88deg, rgba(6, 31, 81, 0.7) 41.83%, rgba(11, 27, 2, 0) 100%);
	background: linear-gradient(100.88deg, rgba(6, 31, 81, 0.7) 41.83%, rgba(11, 27, 2, 0) 100%);
	backdrop-filter: blur(30px);
	padding: 2rem;
	font-size: .875rem;
	color: #fff;
	font-weight: 400;
	text-align: left;
	opacity: 0;
	line-height: 1.4rem;
}
.holder-text img{
	max-height: 72px;
	max-width: 72px;
}

/*menu*/

#menu-head #menu-header-menu{
	column-gap: 24px;
	margin-top: 10px;
}
#menu-head #menu-header-menu .nav-link {
	color: #fff;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Inter Tight';
}
#menu-head #menu-header-menu .nav-link:hover, #menu-head-light #menu-header-menu .nav-link:hover{
	color: #22ABE2!important;
}
#menu-head-light #menu-header-menu{
	margin-top: 4px;
	column-gap: 24px;
}
#menu-head-light #menu-header-menu .nav-link {
	color: #ffffff;
	font-family: "Roboto Flex", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding: 0px;
	border: 0px solid;
	line-height: normal;
	text-transform: capitalize;
}
.navbar-brand img{
	position: relative;
	height: 54px;
	width: auto;
}
.h-85{
	height: 85%;
}
.phone_head{
	font-family: "Roboto Flex", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.25px;
	text-transform: capitalize;
}
.mail_head{
	font-family: "Roboto Flex", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-transform: lowercase;
	color: #212529;
}
#menu-head .more_down::after{
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5L9.11875 4.11875L5.625 7.60625L5.625 -1.91237e-07L4.375 -2.45877e-07L4.375 7.60625L0.881249 4.11875L-2.18557e-07 5L5 10L10 5Z' fill='white'/%3E%3C/svg%3E");
}
#menu-head .down_side_link::after{
	content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25857 1.0332L7.0123 1.03402L7.01114 5.97051L1.62916 0.595637L0.745858 1.4801L6.12784 6.85498L1.19136 6.86266L1.19218 8.10894L8.26325 8.10426L8.25857 1.0332Z' fill='white'/%3E%3C/svg%3E");
}
#menu-head-light .more_down::after{
	content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5L9.11875 4.11875L5.625 7.60625L5.625 -1.91237e-07L4.375 -2.45877e-07L4.375 7.60625L0.881249 4.11875L-2.18557e-07 5L5 10L10 5Z' fill='black'/%3E%3C/svg%3E");
}
#menu-head-light .down_side_link::after{
	content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25857 1.0332L7.0123 1.03402L7.01114 5.97051L1.62916 0.595637L0.745858 1.4801L6.12784 6.85498L1.19136 6.86266L1.19218 8.10894L8.26325 8.10426L8.25857 1.0332Z' fill='black'/%3E%3C/svg%3E");
}
li.more_down, li.down_side_link{
	display: flex;
	align-items: baseline;
	column-gap: 8px;
}

/*margins width height padding*/

@media (min-width:1025px){
	.pb-6{
		padding-bottom: 4rem!important;
	}
}
.margin-center {
	margin: 0 auto!important;
}
.cg-4{
	column-gap: 4px;
}
.cg-10{
	column-gap: 10px;
}
.cg-12{
	column-gap: 12px;
}
.cg-20{
	column-gap: 20px;
}
.cg-24{
	column-gap: 24px;
}
.cg-30{
	column-gap: 30px;
}
.cg-36{
	column-gap: 36px;
}
.cg-50{
	column-gap: 50px;
}
.cg-100{
	column-gap: 100px;
}
.rg-6{
	row-gap: 6px;
}
.rg-10{
	row-gap: 10px;
}
.rg-12{
	row-gap: 10px;
}
.rg-20{
	row-gap: 20px;
}
.rg-30{
	row-gap: 30px;
}
.rg-40{
	row-gap: 40px;
}
.br-full{
	border-radius: 50%;
}
.br-0{
	border-radius: 0%!important;
}
.br-12{
	border-radius: 12px!important;
}
.br-6{
	border-radius: 6px!important;
}
.of-cover{
	object-fit: cover!important;
}

.logo_main_partner{
	max-height: 90px;
	min-height: 90px;
	padding: 30px 20px;
	border-radius: 4px;
	background: #fff;
	display: flex;
	align-items: center;
}
.logo_main_partner img{
	object-fit: contain;
	max-height: 50px;
}
.footer_items{
	height: 84px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	column-gap: 32px;
}
a img.pism{
	transition: 0.4s all;
}
a:hover .pism{
	filter: grayscale(0) brightness(1)!important;
}

/*owl*/

.owl-pism .owl-dots{
	bottom: -6px!important;
}
.owl-carousel .owl-nav{
	display: flex;
	column-gap: 24px;
	width: 50%;
	justify-content: start;
	top: 20px;
	position: relative;
}
.owl-carousel .owl-dots{
	display: flex;
	position: absolute;
	flex-direction: row;
	width: 50%;
	height: auto;
	justify-content: end;
	column-gap: 20px;
	right: 0px;
	bottom: 20px;
	top: auto;
}
.owl-dots {
	text-align: center;
	display: flex;
	position: absolute;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	row-gap: 20px;
	top: 0px;
	right: 0px;
}
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
	border: 1px solid #22ABE2!important;
	background: #22ABE2!important;
	border-radius: 50%;
	height: 8px;
	width: 0px;
	min-width: 8px;
	max-width: 8px;
	min-height: 8px;
	max-height: 8px;
	top: -1px;
	left: -1px;
	position: absolute;
}
.owl-dots button.owl-dot{
	border: 1px solid #22ABE2!important;
	background: #eee!important;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	min-width: 8px;
	min-height: 8px;
	max-width: 8px;
	max-height: 8px;
	position: relative;
}

@media (min-width:1320px){
	.w-40{
		width: 40%;
	}
	.w-55{
		width: 55%;
	}
	.w-60{
		width: 60%;
	}
	.w-65{
		width: 65%;
	}
	.w-90{
		width: 90%;
	}
	.date {
		padding: 6px 18px;
		border: 1.2px solid;
		color: #7f7f7f;
		display: inline-block;
		font-family: 'Inter Tight';
		border-radius: 12px;
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 14px;
	}
}
@media (max-width:1319px){
	.w-40{
		width: 100%;
	}
	.w-55{
		width: 100%;
	}
	.w-60{
		width: 100%;
	}
	.w-65{
		width: 100%;
	}
	.w-90{
		width: 100%;
	}
	.user{
		width: 42px;
	}
	.date {
		padding: 3px 12px;
		border: 1px solid;
		color: #919191;
		display: inline-block;
		font-family: 'Inter Tight';
		border-radius: 12px;
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 14px;
	}
}

/*btn*/

@media (min-width:1680px){
	.btn-open{
		background-position: right 50px center!important;
		padding: 26px 160px 26px 50px!important;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.btn-open{
		background-position: right 50px center!important;
		padding: 26px 160px 26px 50px!important;
	}
	#menu-head-light #menu-header-menu {
		max-width: 300px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.btn-open{
		background-position: right 50px center!important;
		padding: 26px 160px 26px 50px!important;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.btn-open{
		background-position: right 30px center!important;
		padding: 16px 140px 16px 30px!important;
	}
	.nav-link{color: #fff}
}
@media (max-width:767px) {
	.main_cta {
		font-size: 24px;
	}
	.btn-open{
		background-position: right 30px center!important;
		padding: 16px 140px 16px 30px!important;
	}
	.nav-link{
		color: #fff;
		font-size: 28px;
		font-weight: 200;
		line-height: 2.5rem;
	}
	.modal-full{
		height: auto;
		min-height: 100vh;
	}
	.casebig{
		min-height: 440px;
		border-radius: 10px!important;
	}
}
@media (orientation: landscape) and (max-width:767px) {
	.single-hero {
		height: 100vh;
		margin-top: -160px;
		background-attachment: fixed!important;
		background-repeat: no-repeat!important;
		background-size: cover!important;
		background-position-y: 0vh!important;
	}
	.single-hero .container-fluid .d-flex{
		justify-content: flex-start!important;
	}
	.share_sticky{
		margin-bottom: 10px;
	}
}
.btn {
	display: inline-flex;
	padding: 14px 24px;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	font-family: "Roboto Flex", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-md {
	display: inline-flex;
	padding: 24px 32px!important;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;
	font-family: "Roboto Flex", sans-serif;
	font-size: 24px!important;
	font-style: normal;
	font-weight: 500;
	line-height: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary{
	border: 1px solid #fff;
	background: #ffffff;
	color: #0039a6 !important;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 600;
}
.btn-primary:hover{
	border: 1px solid #fff;
	background: #0139a5;
	color: #fff!important;
}

.btn-secondary{
	border: 2px solid #0039a6;
	background: #0039a6;
	color: #fff!important;
}
.btn-secondary:hover{
	border: 2px solid #0079e0;
	background: #0079e0;
	color: #fff!important;
}

.btn-outline-secondary {
	--bs-btn-color: #ffffff;
	--bs-btn-border-color: #ffffff;
	--bs-btn-hover-color: #fff;
}

/*pagination*/

.pagination .nav-links{
	display: flex;
	justify-content: center;
	column-gap: 32px;
}
.page-numbers{
	background: transparent;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease;
	color: #fff;
}
.page-numbers:hover{
	opacity: 0.9;
	color: #22ABE2;
}
.page-numbers.current{
	color: #fff;
	background: #22ABE2;
	border: 0px solid;
}

/*slider*/

.media-content{
	position: absolute;
	left:50px;
	top: 8%;
}
.img-block{
	width: 100%;
	height: 700px;
	object-fit: contain;
}
.media-body{
	position: relative;
	max-width: 100%;
	z-index: 1;
}
.mask-black:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.items-navigation{
	bottom: 8%;
	left: 50px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0px;
}
.slider-swiper-alpha .vr{
	left: 62px;
	position: relative;
	background: #fff;
	color: #fff;
	top: 2px;
	z-index: 10;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	left: 90px !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: ''!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: ''!important;
}

/*head*/

header{
	background: transparent;
}
.navbar{
	z-index: 2;
}
.box-end{
	background: #222222;
}

/*footer*/

@media (min-width:1680px){
	.footer_title{
		font-size: 42px;
		font-weight: 400;
	}
	.footer_phone{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 48px;
	}
	.footer_link {
		font-size: 24px;
	}
}
@media (min-width:1320px) and (max-width:1679px) {
	.footer_title{
		font-size: 42px;
		font-weight: 400;
	}
	.footer_phone{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 48px;
	}
	.footer_link {
		font-size: 24px;
	}
}
@media (min-width:1025px) and (max-width:1319px) {
	.footer_title{
		font-size: 36px;
		font-weight: 400;
	}
	.footer_phone{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 80px;
		line-height: 76px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 48px;
	}
	.footer_link {
		font-size: 24px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.footer_title{
		font-size: 32px;
		font-weight: 400;
	}
	.footer_phone{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 28px;
	}
	.footer_link {
		font-size: 14px;
	}
}
@media (max-width:767px) {
	.footer_title{
		font-size: 24px;
		font-weight: 400;
	}
	.title-big {
		font-size: 4rem;
		font-weight: 700;
		font-family: 'Inter Tight';
		line-height: 4.5rem;
	}
	.footer_phone{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_phone-white{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: -1px;
	}
	.footer_mail{
		font-size: 28px;
	}
	.footer_link {
		font-size: 14px;
	}
	.footer_social img{
		max-width: 24px;
	}
}
footer{
	padding: 30px 0px;
}
.footer_title{
	font-weight: 400;
}
.footer_phone{
	font-style: normal;
	font-weight: 600;
	background: linear-gradient(90deg, #1A2880 0%, #22ABE2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-family: 'Inter Tight';
}
.footer_phone-white{
	font-style: normal;
	font-weight: 600;
	color: #fff;
	font-family: 'Inter Tight';
}
.footer_mail{
	font-weight: 600;
	font-family: 'Inter Tight';
}
.footer_link {
	font-family: 'Manrope';
	border-bottom: 1px dashed;
	padding-bottom: 4px;
}

/*logos*/

.copyright_logo{
	width: 52px;
}

/*containers*/

@media (min-width:1190px) and (max-width:1439px) {
	.container-fluid{
		max-width: 92%;
	}
	.container{
		max-width: 1200px;
	}
}

@media (min-width:1440px) and (max-width:1680px) {
	.container-fluid{
		max-width: 92%;
	}
	.container{
		max-width: 80%;
	}
}

@media (min-width:1681px) and (max-width:1920px) {
	.container-fluid{
		max-width: 90%;
	}
	.container{
		max-width: 1420px;
	}
}

@media (min-width:1921px) {
	.container-fluid{
		max-width: 1600px;
	}
	.container{
		max-width: 1420px;
	}
}

/*errors*/

.err404{
	font-size: 90px!important;
}
.mainframe{
	min-height: 65vh;
}
b, strong {
	font-weight: 700;
}
.wp-block-heading{
	margin-bottom: 1rem;
}
.boxshadow{
	box-shadow: 0px 10px 16px 1px #33333314;
}
.progress-container {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #212529;
	top: 0px;
	right: 0px;
}
.progress-bar {
	height: 2px;
	background: linear-gradient(90deg, #03A9F4 0%, #2196F3 27%, #002485 76%, #07114c 100%);
}