/*
Description:
	1 - Including files (fonts, theme-colors, "reset.css" and others)
	2 - Tags styles and General styles
	3 - header
	4 - .content
	5 - footer
	* - @media rules
*/

/* 1 - BEGIN Including files (fonts, theme-colors, "reset.css" and others)) ---------------------------------------------------------- */

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato/lato-regular.woff2') format('woff2'),
		 url('fonts/Lato/lato-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato/lato-light.woff2') format('woff2'),
		 url('fonts/Lato/lato-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato/lato-bold.woff2') format('woff2'),
		 url('fonts/Lato/lato-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato/lato-black.woff2') format('woff2'),
		 url('fonts/Lato/lato-black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/* THEME COLORS */

:root {
	--theme-color: #2575BC;
	--theme-color-light: #afd1ef;
	--theme-color-dark: #1A293E;
	--theme-color-secondary: #1A293E;
	--theme-color-text: #1A293E;
}

/*  */

html body .bg-white {
	background-color: #ffffff;
}

html body .bg-gray {
	background-color: #F2F2F2;
}

html body .bg-gray-gradient {
	background-color: #F2F2F2;
	background: linear-gradient(183deg, rgba(212, 217, 212, 0) 0%, rgba(87, 89, 90, 0.08) 100%);
}

html body .bg-theme {
	background-color: var(--theme-color);
	color: #ffffff;
}

html body .bg-theme-light {
	background-color: var(--theme-color-light);
}

html body .bg-theme-dark {
	background-color: var(--theme-color-dark);
	color: #ffffff;
}

html body .bg-theme-secondary {
	background-color: var(--theme-color-secondary);
	color: #ffffff;
}

html body .bg-theme-dark-gradient-semitransparent {
	color: #ffffff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--theme-color-dark) 100%)
}

/*  */

html body .color-white {
	color: #ffffff;
}

html body .color-gray {
	color: #666666;
}

html body .color-theme {
	color: var(--theme-color);
}

html body .color-theme-light {
	color: var(--theme-color-light);
}

html body .color-theme-dark {
	color: var(--theme-color-dark);
}

html body .color-theme-secondary {
	color: var(--theme-color-secondary);
}

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	color: var(--theme-color-text);
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1, .h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 48px;
	line-height: 1.3;
	font-weight: 900;
}

h2, .h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 36px;
	line-height: 1.28;
	font-weight: 900;
}

h3, .h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 700;
}

h4, .h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
}

h5, .h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
}

h6, .h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 13px;
}

blockquote {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	display: block;
	position: relative;
}

p {
	padding: 0 0 15px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child,
ol:last-child,
p:last-child {
	padding-bottom: 0;
}

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

/*  */

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*  */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 20px;
	padding-right: 20px;
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 12px 0 12px;
	background: #ffffff;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

header + * {
	padding-top: 78px;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .25);
}

.logo {
	float: none;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0;
	max-width: 268px;
	width: 268px;
	height: 33px;
	color: transparent;
	font-size: 0;
	background-image: url('img/logo.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.logo img {
	display: block;
}

header a {
	color: inherit;
}

header .container-fluid {
	padding: 0 35px;
}

body header .btn-main {
	font-size: 20px;
	min-width: 208px;
	padding: 12px 30px 12px;
}

/*  */

.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	clear: none;
	border: none;
	min-height: 0;
	float: right;
}

.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav {
	align-items: center;
	gap: 30px;
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav > li {
	outline: none;
}

#navbar .nav-link {
	padding: 5px 0 5px;
	margin: 0 0 0;
	font-size: 16px;
	line-height: 20px;
	color: var(--theme-color-text);
	background: transparent;
	font-weight: 700;
	text-transform: none;
	position: relative;
	background: transparent;
}

#navbar .nav-link.active {
	color: var(--theme-color);
	background: transparent;
}

#navbar .nav-link:focus, #navbar .nav-link:hover {
	color: var(--theme-color-text);
	background: transparent;
}

#navbar .nav-link:not(:last-child):after {
	margin: 0 0 0 4px;
	font-size: 15px;
	content: "\f107";
	font-family: "FontAwesome";
}

/*  */

.subnav {
	padding: 10px 5px 10px;
	margin: 0px -5px 0;
	position: absolute;
	left: 0;
	top: 99%;
	display: none;
	background: #000000;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
}

.subnav li {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	list-style: none;
}

.subnav a {
	font-size: 90%;
	padding: 5px 10px 5px;
	margin: 0 0 0;
	font-weight: 400;
	position: relative;
	display: block;
	color: inherit;
	white-space: nowrap;
}

li:hover > .subnav {
	display: block;
}

/*  */

.navbar-toggler {
	position: relative;
	padding: 0 0 0;
	margin: 0 0 0;
	border-radius: 0;
	border: none;
	float: right;
	position: relative;
	z-index: 10;
}

.navbar-toggler:focus, .navbar-toggler:active {
	box-shadow: none;
	outline: none;
}

.navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 4px 0 0;
	margin: 0 0 0;
	background: transparent;
	z-index: 5;
	position: relative;
	display: inline-block;
	border: none;
}

.navbar-toggler-icon .icon-bar {
	width: 30px;
	height: 2px;
	border-radius: 10px;
	background: var(--theme-color);
	position: relative;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.navbar-toggler-icon .icon-bar+.icon-bar {
	margin-top: 8px;
}

.navbar-toggler-icon.active .icon-bar {
	margin: 0;
	height: 2px;
}

.navbar-toggler-icon.active .icon-bar:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggler-icon.active .icon-bar:nth-of-type(2) {
	background-color: transparent;
}

.navbar-toggler-icon.active .icon-bar:nth-of-type(3) {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*  */

/* spinner css start */

.spinner-wr {
	background: #ffffff;
	background: var(--theme-color-light);
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/*display: none;*/
}

.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-radius: 50%;
	background-color: var(--theme-color);
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	width: 36px;
	height: 36px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url('img/icon-arrow-up.svg') no-repeat center center;
	background-size: contain;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	position: relative;
}

.box-wr {
	padding: 100px 0 100px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*  */

.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*  */

.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

.display-block {
	display: block;
}

.display-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.display-inline-flex {
	display: inline-flex;
	align-items: center;
}

.vertical-align-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}

.vertical-align-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/*  */

.tdu {
	text-decoration: underline;
}

.ttu {
	text-transform: uppercase;
}

.ttn {
	text-transform: none;
}

/*  */

.slide-item {
	outline: none;
}

/*  */

.bordered-bottom {
	padding: 0 0 20px;
	margin: 0 0 20px;
	position: relative;
	border: none;
}

.bordered-bottom:after {
	width: 80px;
	border-bottom: 4px solid;
	left: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	position: absolute;
}

.text-center.bordered-bottom:after {
	right: 0;
}

body .text-left.bordered-bottom:after {
	right: auto;
}

/*  */

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

/*  */

body .gallery-thumb-item {
	margin: 0 0 20px;
	padding: 0 0 0;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.gallery-thumb-item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.gallery-thumb-item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -100px;
	bottom: 100%;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size: 30px;
	color: #ffffff;
	margin: auto;
	text-shadow: 0px 1px 3px #222222;
	font-family: "FontAwesome";
	content: "\f00e";
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.gallery-thumb-item[href*="youtube"]:before {
	content: "\f01d";
}

.gallery-thumb-item:hover:before {
	top: 0;
	bottom: 0;
}

/*  */

body .padding-0 {
	padding: 0;
}

body .padding-top-0 {
	padding-top: 0;
}

body .padding-bottom-0 {
	padding-bottom: 0;
}

body .margin-0 {
	margin: 0;
}

body .margin-top-0 {
	margin-top: 0;
}

body .margin-bottom-0 {
	margin-bottom: 0;
}

/*  */

.border-radius-5px {
	border-radius: 5px;
}

.border-radius-10px {
	border-radius: 10px;
}

.border-radius-15px {
	border-radius: 15px;
}

.border-radius-20px {
	border-radius: 20px;
}

.border-radius-25px {
	border-radius: 25px;
}

.border-radius-30px {
	border-radius: 30px;
}

.img-rounded,
.block-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

.block-shadowed {
	box-shadow: 20px 15px 30px 20px rgba(0, 0, 0, 0.05);
}

.block-bordered {
	border: 1px solid var(--theme-color);
}

.block-bordered-bottom {
	border-bottom: 1px solid var(--theme-color);
}

/*  */

.columns-same-height > * {
	margin-bottom: 30px;
}

.columns-same-height > * > * {
	height: 100%;
	margin-bottom: 0;
}

/*  */

.justify-content-center,
.display-flex.text-center {
	gap: 30px;
	justify-content: center;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.align-items-center {
	align-items: center;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-end {
	align-items: flex-end;
}

/*  */

.row-reverse {
	flex-direction: row-reverse;
}
















/*  */

body .btn-main {
	padding: 11px 30px 9px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 30px;
	min-width: 220px;
	font-weight: 700;
	gap: 10px;
	border-radius: 0;
	letter-spacing: 0;
	width: auto;
	font-style: normal;
	color: #ffffff;
	background: var(--theme-color);
	border: none;
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0);
	outline: 1px solid;
	outline-color: var(--theme-color);
	outline-offset: -1px;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

html body .btn-main:hover {
	opacity: 1;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15), 0 0 20px -10px var(--theme-color);
	outline-color: rgba(0, 0, 0, 0);
	outline-offset: 15px;
}

.btn-main.bg-white {
	color: var(--theme-color-text);
}

body .btn-main:last-child {
	margin-bottom: 0;
}

/*  */

form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 18px 0 18px;
	font-size: 16px;
	line-height: 20px;
	color: var(--theme-color-text);
	background-color: transparent;
	clear: both;
	outline: none;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--theme-color);
	border-radius: 0;
}

.form-item {
	margin: 0 0 8px;
}

textarea {
	min-height: 123px;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover, form textarea:hover, form select:hover {
	color: var(--theme-color-text);
	border-color: var(--theme-color-dark);
	opacity: .65;
}

form input:focus, form textarea:focus, form select:focus {
	color: var(--theme-color-text);
	border-color: var(--theme-color-text);
	opacity: 1;
}

form label {
	display: block;
}

*::-webkit-input-placeholder {
	color: inherit;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: inherit;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: inherit;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: inherit;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

/*  */

.list-styled-checkmarks {
	padding: 0 0 0;
	margin: 0 0 30px;
	position: relative;
}

.list-styled-checkmarks li {
	padding: 0 0 0 35px;
	margin: 0 0 15px;
	position: relative;
	list-style: none;
}

.list-styled-checkmarks li:before {
	font-size: 20px;
	line-height: 1;
	padding: 0 0 0;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	content: "\F26A";
	font-family: 'bootstrap-icons';
	color: var(--theme-color-secondary);
}

/*  */

.list-unstyled {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.list-unstyled li {
	margin: 0 0 10px;
}

/*  */

.list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
}

.list-inline li {
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-flex;
}

.list-inline li+li:before {
	content: "|";
	padding: 0 0 0;
	margin: 0 10px 0;
}

/*  */

.block-heading {
	margin: 0 auto 40px;
	padding: 0 0 0;
}

/*  */

body .box-top-banner {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-top-banner .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}

.box-top-banner .img-overlay {
	padding: 170px 0 60px;
	min-height: 685px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 0;
	position: relative;
}

.box-top-banner .btn-main {
	margin: 30px auto 30px;
}

body .list-style-squares li:before {
	margin: auto 25px;
	width: 10px;
	height: 10px;
	content: "";
	display: inline-block;
	padding: 0 0 0;
	vertical-align: middle;
	background: var(--theme-color-text);
}

body .list-style-squares li:first-child:before {
	display: none;
}

html body .list-simple.list-style-squares li:before,
body .box-benefits .list-simple.list-style-squares li:first-child:before,
body .list-simple.list-style-squares li:first-child:before {
	display: none;
}

.list-simple.list-style-squares li {
	list-style: square;
}

.list-simple.list-style-squares li::marker {
	font-size: 150%;
	color: var(--theme-color);
}

/*  */

.box-top-banner p {
	font-weight: 500;
	padding: 0 0 10px;
}

.box-top-banner h1 {
	letter-spacing: -.02em;
	padding: 0 0 13px;
}

.bg-theme-dark .list-style-squares li:before {
	background: #ffffff;
}

.list-inline.list-style-squares {
	letter-spacing: .04em;
}

body .btn-scroll-down {
	padding: 0 0 0;
	margin: 40px auto 10px;
	display: block;
	align-items: center;
	justify-content: center;
}

body .btn-scroll-down img {
	display: block;
	margin: 0 auto 0;
}

body .btn-scroll-down:hover {
	opacity: 1;
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

.btn-scroll-down i {
	display: block;
	position: relative;
	animation: MoveUpDown 5s linear infinite;
}

@keyframes MoveUpDown {
	0% {
		bottom: 0;
		opacity: 1;
	}
	50% {
		bottom: 30px;
		opacity: .3;
	}
	100% {
		bottom: 0;
		opacity: 1;
	}
}

/*  */

body .box-logos {
	padding: 20px 0 20px;
	margin: 0 0 0;
}

.slider-logos {
	padding: 0 0 0;
	margin: 0 -15px 0;
}

body .logo-item {
	margin: 0 33px 0;
	padding: 0 0 0;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.logo-item img {
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
}

/*  */

.box-portfolio {
	padding: 55px 0 55px;
}

.block-gallery .row {
	margin: 0 -10px;
}

.block-gallery [class*="col-"] {
	padding: 0 10px;
}

.block-gallery {
	padding: 0 0 15px;
}

/*  */

.box-benefits:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('img/bg-gray-lines.svg') no-repeat center top;
	background-size: cover;
}

.box-benefits > * {
	position: relative;
	z-index: 5;
}

.box-benefits .list-style-squares li:first-child:before {
	display: inline-block;
}

.box-benefits .list-simple.list-style-squares.columns-2 {
	padding: 15px 0 35px 20px;
	line-height: 1.05;
}

.box-benefits .list-simple.list-style-squares.columns-2 li {
	margin: 0 0 20px;
}

.block-services {
	padding: 100px 0 0;
}

.block-services .block-heading {
	max-width: 650px;
	margin: 0 auto 45px;
}

.service-item {
	padding: 50px 40px 25px;
	min-height: 365px;
	margin: 0 auto 10px;
	position: relative;
}

.service-item .img-wr {
	height: 110px;
	padding: 0 0 0;
	margin: 0 auto 0;
	display: flex;
	align-items: center;
}

body .btn-read-more {
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

body .btn-read-more i {
	font-size: 130%;
	position: relative;
	left: 0;
	transition: all .3s ease;
}

body .btn-read-more:hover i {
	left: 6px;
}

/*  */

.block-simple {
	padding: 0 0 0;
	margin: 0 0 0;
}

.block-simple .text-wr {
	padding: 0 100px 0 0;
	margin: 0 0 0;
}

.block-simple {
	padding: 0 0 0;
	margin: 0 0 0;
}

/*  */

.block-footer {
	padding: 40px 0 0;
}

/*  */

.box-testimonials .block-heading p {
	margin: 0 auto 0;
	max-width: 400px;
}

.testimonial-item {
	max-width: 390px;
	padding: 0 0 0;
	margin: 0 auto 0;
	position: relative;
}

.testimonial-item .img-wr {
	padding: 0 0 0;
	margin: 0 auto 0;
}

.testimonial-item .img-wr img {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	aspect-ratio: 1 / 1;
}

.testimonial-item .text-wr {
	padding: 40px 45px 20px;
	min-height: 195px;
}

.testimonial-item blockquote {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.slider-testimonials {
	padding: 0 0 0;
	margin: 0 -15px 0;
}

.slider-testimonials .slide-item {
	padding: 15px 15px 0;
}

/*  */

.box-contact-us h6 {
	font-size: inherit;
}

.box-contact-us h6.padding-0 {
	padding: 0 0 6px;
}

.box-contact-us h2 {
	padding: 0 0 20px
}

.box-contact-us .text-wr {
	padding: 0 50px 0 0;
}

.box-contact-us .btn-main {
	margin: 8px auto 8px;
}

.box-contact-us .form-wr {
	border-left: 1px solid;
	margin: 0 0 0 -15px;
	padding: 0 0 0 75px;
}

.block-contact-us {
	margin: 0 auto 0;
	padding: 55px 80px 50px;
	max-width: 1150px;
}

body h2 + p + p {
	margin-top: 35px;
}

body .contact-item {
	margin: 0 0 4px;
	padding: 0 0 0;
	gap: 18px;
	display: inline-flex;
	align-items: center;
}

body .contact-item:hover {
	gap: 25px;
}

body .contact-item i {
	line-height: 1;
	margin: 0 0 -4px;
	font-size: 110%;
}

.btn-main.display-flex {
	width: 100%;
}

.block-with-angles {
	position: relative;
}

.block-with-angles:before {
	margin: -15px -15px -15px;
	width: 75px;
	height: 75px;
	border-left: 30px solid var(--theme-color);
	border-top: 30px solid var(--theme-color);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
}

.block-with-angles:after {
	margin: -15px -15px -15px;
	width: 100px;
	height: 100px;
	border-right: 30px solid var(--theme-color-dark);
	border-bottom: 30px solid var(--theme-color-dark);
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
}

/*  */































/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 0 0 0;
	margin: 0 0 0;
	background: #878787;
	position: relative;
}

footer img {
	display: block;
}

footer h2 {
	font-size: 35px;
	padding: 0 0 5px;
}

footer h6 {
	font-size: 16px;
}

footer h4 {
	font-size: 22px;
	font-weight: 500;
	max-width: 450px;
}

.footer-main {
	padding: 100px 0 95px;
	margin: 0 0 0;
	position: relative;
}

.footer-bottom {
	font-size: 15px;
	padding: 40px 0 40px;
	margin: 0 0 0;
	position: relative;
	border-top: 1px solid rgba(255,255,255,.6);
}

.logo-large {
	margin: 0 0 115px;
	display: block;
}

.color-semitransparent {
	opacity: .4;
}

.social-icons {
	padding: 0 0 0;
	margin: 0 0 0;
	gap: 28px;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.social-icons a {
	font-size: 26px;
	line-height: 1;
	padding: 0 0 0;
	margin: 0 0 0;
	display: inline-block;
	position: relative;
}

.form-subscribe {
	padding: 0 0 0;
	margin: 13px 0 90px;
	gap: 20px;
	position: relative;
	display: flex;
	align-items: center;
}

body .container .form-subscribe input {
	padding: 13px 10px 13px;
	border: 1px solid;
	color: #ffffff;
}

.form-subscribe .btn-main {
	min-width: 150px;
	margin: 0 0 0;
	font-size: 16px;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (max-width: 1199px) {
body {
	font-size: 15px;
	line-height: 1.5;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 40px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 32px;
}
h3, .h3 {
	padding: 0 0 15px;
	font-size: 24px;
}
h4, .h4 {
	padding: 0 0 15px;
	font-size: 20px;
}
h5, .h5 {
	padding: 0 0 15px;
	font-size: 18px;
}
h6, .h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 20px;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-left: 15px;
	padding-right: 15px;
}
header .container-fluid {
	padding: 0 15px;
}
body header .btn-main {
	font-size: 15px;
	min-width: 170px;
	padding: 8px 15px 7px;
}
.logo {
	max-width: 220px;
	width: 220px;
	height: 29px;
}
header + * {
	padding-top: 69px;
}
.logo-large {
	margin: 0 80px 115px 0;
}









}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 991px) {
body {
	font-size: 14px;
	line-height: 1.5;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 40px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 32px;
}
h3, .h3 {
	padding: 0 0 15px;
	font-size: 24px;
}
h4, .h4 {
	padding: 0 0 15px;
	font-size: 20px;
}
h5, .h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6, .h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 20px;
}
header + * {
	padding-top: 50px;
}
/*  */
.collapse:not(.show) {
	display: flex;
	left: -100vw;
	height: 100vh;
}
.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	position: static;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 100px 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
	top: 0;
	text-align: left;
	background: #ffffff;
	background: var(--theme-color-light);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 100vw;
	height: 100vh;
	max-width: 350px;
	transition: all .5s ease;
}
.navbar-collapse.collapsing {
	transition: all .5s ease;
}
.navbar-collapse.collapse.show {
	left: 0;
	height: 100vh;
	box-shadow: 0px 0px 200px 200px rgb(0 0 0 / 15%);
}
.navbar-nav {
	margin: 0 0 0;
	padding: 0 0 0;
	gap: 0;
	width: 100%;
}
.navbar-nav > li {
	margin: 0 0 0;
	padding: 15px 0 15px;
	width: 100%;
	position: relative;
	border-top: 1px solid var(--theme-color);
}
.navbar-nav > li:last-child {
	border-bottom: 1px solid var(--theme-color);
}
#navbar .nav-link {
	padding: 5px 15px 5px;
	margin: 0 0 0;
	font-size: 20px;
	line-height: 30px;
}
#navbar .nav-link:before {
	content: none;
	display: none;
}
header .container {
	position: static;
}
.logo {
	position: relative;
	z-index: 5;
}
/*  */
.box-top-banner .img-overlay {
	padding: 100px 0 30px;
	min-height: 530px;
}
body .logo-item {
	margin: 0 15px 0;
	height: 60px;
}
.block-contact-us {
	padding: 50px 50px 50px;
}
body header .btn-main {
	font-size: 18px;
	min-width: 200px;
	padding: 12px 15px 10px;
	margin: 0 15px 0;
}
.logo-item img {
	max-width: 160px;
	max-height: 50px;
}












}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 767px) {
body {
	font-size: 15px;
	line-height: 1.5;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 35px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 28px;
}
h3, .h3 {
	padding: 0 0 15px;
	font-size: 22px;
}
h4, .h4 {
	padding: 0 0 15px;
	font-size: 18px;
}
h5, .h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
h6, .h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 20px;
}
.box-wr {
	padding: 50px 0 50px;
}
.logo {
	max-width: 190px;
	width: 190px;
	height: 25px;
}
.block-heading .text-right {
	text-align: left;
}
.block-heading .row {
	gap: 20px;
}
.block-simple .text-wr {
	padding: 0 0 40px;
	margin: 0 0 0;
}
.box-portfolio {
	padding: 25px 0 45px;
}
.block-with-angles:before {
	margin: -5px -5px -5px;
	width: 50px;
	height: 50px;
	border-left: 20px solid var(--theme-color);
	border-top: 20px solid var(--theme-color);
}
.block-with-angles:after {
	margin: -5px -5px -5px;
	width: 70px;
	height: 70px;
	border-right: 20px solid var(--theme-color-dark);
	border-bottom: 20px solid var(--theme-color-dark);
}
.block-services {
	padding: 60px 15px 0;
}
.service-item {
	padding: 50px 40px 25px;
	min-height: 320px;
}
.testimonial-item .text-wr {
	padding: 40px 35px 20px;
	min-height: 155px;
}
.testimonial-item .text-wr {
	padding: 40px 35px 20px;
	min-height: 155px;
}
.box-contact-us .form-wr {
	border-left: none;
	margin: 0 0 0 0;
	padding: 35px 0 0;
}
.slider-testimonials {
	padding: 0 0 0;
	margin: 0 -15px 30px;
}
.logo-large {
	margin: 0 0 40px;
}
.footer-main {
	padding: 60px 0 60px;
	margin: 0 0 0;
}
footer h4 {
	font-size: 20px;
	margin: 0 0 25px;
}
footer h2 {
	font-size: 30px;
	padding: 0 0 5px;
}
.form-subscribe {
	padding: 0 0 0;
	margin: 10px 0 50px;
	gap: 15px;
}
.footer-bottom .row {
	gap: 30px;
}
.footer-bottom .text-left,
.footer-bottom .text-right {
	text-align: center;
}





















}

/* ----------------------------------------------------------------------------------- */

@media (max-width: 575px) {













}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
