
:root {
	--theme-color: #00AEDF;
	--theme-color-secondary: #BAE6E2;
	--theme-color-dark: #001F54;
	--theme-color-orange: #D1531F;
	--theme-color-light: #d9e0f1;
	--theme-color-semitransparent: rgba(67, 112, 182, 0.15);
	--theme-color-dark-semitransparent: rgba(1, 27, 31, 0.5);
	--theme-color-text: #001F54;
}

/*  */

html body .bg-white {
	background-color: #ffffff;
}

html body .bg-gray {
	background-color: #EFEFEF;
	background-color: rgba(17, 57, 63, 0.05);
}

html body .bg-theme {
	background-color: var(--theme-color);
	color: #ffffff;
}

html body .bg-theme-secondary {
	background-color: var(--theme-color-secondary);
}

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-semitransparent {
	background-color: var(--theme-color-semitransparent);
	color: #ffffff;
}

html body .bg-theme-dark-semitransparent {
	background-color: var(--theme-color-dark-semitransparent);
	color: #ffffff;
}

html body .bg-theme-gradient {
	background-color: var(--theme-color-dark);
	background: linear-gradient(45deg, var(--theme-color-dark) 0%, var(--theme-color) 76.04%);
	color: #ffffff;
}

html body .bg-theme-gradient-vertical {
	background-color: var(--theme-color-dark);
	background: linear-gradient(180deg, var(--theme-color-dark) 25%, var(--theme-color) 100%);
	color: #ffffff;
}



/*  */

html body .color-white {
	color: #ffffff;
}

html body .color-gray {
	color: #B5B5B5;
}

html body .color-theme {
	color: var(--theme-color);
}

html body .color-theme-secondary {
	color: var(--theme-color-secondary);
}

html body .color-theme-light {
	color: var(--theme-color-light);
}

html body .color-theme-dark {
	color: var(--theme-color-dark);
}

html body .color-red {
	color: #FF0000B2;
}



/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

@font-face {
	font-family: 'Mulish';
	src: url('fonts/Mulish/Mulish-VariableFont_wght.ttf') format('truetype-variations');
	src: url('fonts/Mulish/Mulish-VariableFont_wght.ttf') format('truetype');
	font-weight: 200 1000;
	font-style: normal;
}

@font-face {
	font-family: 'Mulish';
	src: url('fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf') format('truetype-variations');
	src: url('fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf') format('truetype');
	font-weight: 200 1000;
	font-style: italic;
}

/* 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: 120px;
}

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Mulish', sans-serif;
	font-size: 18px;
	line-height: 1.67;
	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%;
}

.h00 {
	margin: 0 0 0;
	padding: 0 0 20px;
	font-size: 140px;
	line-height: 1.0;
	font-weight: 700;
}

.h0 {
	margin: 0 0 0;
	padding: 0 0 20px;
	font-size: 90px;
	line-height: 1.0;
	font-weight: 700;
}

h1, .h1 {
	margin: 0 0 0;
	padding: 0 0 20px;
	font-size: 80px;
	line-height: 1.0;
	font-weight: 700;
}

h2, .h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 60px;
	line-height: 1.0;
/* 	line-height: 1.17; */
	font-weight: 700;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 40px;
	line-height: 1.3;
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.5;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 21px;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 85%;
}

blockquote {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	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;
}

.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: 15px;
	padding-right: 15px;
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

/*  */

body .container-1100px {
	max-width: 1100px;
}

body .container-950px {
	max-width: 980px;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 0 0 0;
	background: #ffffff;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

header + * {
	padding-top: 140px;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	padding: 0 0 0;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .25);
}

.logo {
	max-width: 150px;
	width: 150px;
	height: 63px;
	font-size: 0;
	display: block;
	margin: 0 0 0;
	padding: 0 0 0;
	color: transparent;
	background-image: url('img/logo.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.logo img {
	display: block;
}

header a {
	color: inherit;
}

body header .btn-main {
	padding: 9px 30px 6px;
	margin: 0 auto 0;
	font-size: 15px;
	line-height: 30px;
	min-width: 120px;
	font-weight: 700;
}

/*  */

.header-top {
	padding: 4px 0 4px;
	margin: 0 0 0;
	position: relative;
	transition: all .3s ease;
	font-size: 13px;
	max-height: 40px;
	overflow: hidden;
}

.header-fixed .header-top {
	max-height: 0;
	padding: 0 0 0;
}

.header-top a {
	padding: 0 0 0;
	margin: 0 0 0 20px;
	display: inline-block;
}

.header-top a i {
	margin: 0 0 0 2px;
	transition: all .3s ease;
	left: 0;
	position: relative;
	display: inline;
}

.header-top a:hover i {
	left: 5px;
}

.header-main {
	padding: 25px 0 25px;
	margin: 0 0 0;
	position: relative;
	transition: all .3s ease;
}

/*  */

.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 {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
	align-items: center;
}

.navbar-nav > li {
	margin: 0 0 0 45px;
	outline: none;
	position: relative;
}

#navbar .nav-link {
	padding: 5px 0 2px;
	margin: 0 0 0 0;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: inherit;
	background: transparent;
	text-transform: uppercase;
	position: relative;
}

#navbar .nav-link.active {
	color: inherit;
	background: transparent;
}

#navbar .nav-link:focus, #navbar .nav-link:hover {
	color: inherit;
	background: transparent;
}

#navbar .nav-link:not(:last-child):after {
	margin: 0 0 0 6px;
	font-size: 15px;
	content: "\f107";
	font-family: "FontAwesome";
}

/*  */

.subnav {
	padding: 10px 5px 10px;
	margin: 0 0 0;
	position: absolute;
	left: 0;
	top: 99%;
	display: none;
	background: var(--theme-color-secondary);
	color: var(--theme-color-text);
	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 15px 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;
	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;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@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;
}

.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;
	text-decoration-color: var(--theme-color);
	text-decoration-thickness: 3px;
}

.ttu {
	text-transform: uppercase;
}

/*  */

.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 15px;
	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;
	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;
}

/*  */

.block-shadowed {
	box-shadow: 20px 15px 30px 20px rgba(0, 0, 0, 0.05);
}

.block-rounded {
	border-radius: 500px;
	border-radius: 50%;
}

.block-bordered {
	border: 2px solid var(--theme-color);
}

.block-bordered-bottom {
	border-bottom: 20px solid var(--theme-color);
}

.block-bordered-left {
	border-left: 6px solid var(--theme-color);
}

.block-border-radius-10px {
	border-radius: 10px;
}

.block-border-radius-15px {
	border-radius: 15px;
}

.block-border-radius-20px {
	border-radius: 20px;
}

.ls-5 {
	letter-spacing: .05em;
}

.ls-10 {
	letter-spacing: .1em;
}

/*  */

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;
}

/*  */

body .border-top-2px {
	border-top: 2px solid var(--theme-color);
}

body .border-top-5px {
	border-top: 5px solid var(--theme-color);
}

body .border-top-10px {
	border-top: 10px solid var(--theme-color);
}

body .border-top-20px {
	border-top: 20px solid var(--theme-color);
}

body .border-bottom-2px {
	border-bottom: 2px solid var(--theme-color);
}

body .border-bottom-5px {
	border-bottom: 5px solid var(--theme-color);
}

body .border-bottom-10px {
	border-bottom: 10px solid var(--theme-color);
}

body .border-bottom-20px {
	border-bottom: 20px solid var(--theme-color);
}

body .border-left-5px {
	padding: 0 0 0 30px;
	margin: 15px 0 30px;
	border-left: 5px solid var(--theme-color);
}

/*  */

.row-reverse {
	flex-direction: row-reverse;
}




















/*  */

body .btn-main {
	padding: 13px 30px 12px;
	margin: 0 auto 0;
	font-size: 16px;
	line-height: 30px;
	min-width: 170px;
	font-weight: 400;
	letter-spacing: 0.05em;
	width: auto;
	font-style: normal;
	color: #ffffff;
	background: var(--theme-color);
	border: none;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0px;

	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);
}

.btn-main.bg-theme-dark {
	outline-color: var(--theme-color-dark);
}

.btn-main.bg-transparent,
.btn-main.bg-white {
/* 	color: var(--theme-color); */
}


/*  */

form {
	margin: 0 0 0;
	padding: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 10px 0 10px;
	font-size: 16px;
	height: 60px;
	line-height: 20px;
	color: inherit;
	background: transparent;
	box-shadow: none;
	clear: both;
	outline: none;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--theme-color);
	border-radius: 0;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

form input:hover, form textarea:hover, form select:hover {
	opacity: .65;
}

form input:focus, form textarea:focus, form select:focus {
	opacity: 1;
}

form label {
	display: block;
}

.input-item {
	padding: 0 0 0;
	margin: 0 0 28px;
	position: relative;
}

.input-label {
	left: 0;
	top: 18px;
	font-size: 17px;
	line-height: 20px;
	padding: 0 0 0;
	margin: 0 0 0;
	letter-spacing: 0;
	position: absolute;
	z-index: 5;
	display: block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.input-focused .input-label, .input-not-empty .input-label {
	font-size: 65%;
	top: 2px;
	left: 0;
}

/*  */

*::-webkit-input-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #999999;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #999999;
	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;
}

/*  */

.box-top-banner .block-list-items {
	padding: 0 0 0;
	margin: 0 0 0 -25px;
}

.box-top-banner .col-lg-8 .text-wr {
	padding: 0 100px 0 0;
}

.box-top-banner .btns-wr {
	padding: 20px 0 0;
}

/*  */

.block-list-items {
	padding: 0 0 0;
	margin: 0 0 0 ;
	position: relative;
}

.block-list-items-header {
	padding: 15px 22px 10px;
	margin: 0 0 0;
	position: relative;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

body .block-list-items-header h6 {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 17px;
}

.block-list-items-header h6 i {
	margin: 0 5px 0 0;
}

.block-list-items-body {
	padding: 20px 20px 10px;
	margin: 0 0 0;
	position: relative;
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.block-list-item {
	padding: 15px 22px 10px;
	font-size: 16px;
	margin: 0 0 10px;
	position: relative;
}

body .block-list-item h5 {
	font-size: 18px;
	padding: 0 0 5px;
}

body .block-list-item ul {
	padding: 0 0 0 35px;
}

.block-list-item ul li {
	padding: 0 0 6px;
}

/*  */

.btns-wr .btn-main {
	margin: 0 15px 15px 0;
}

/*  */

body .box-logos {
	padding: 40px 0 40px;
	margin: 0 0 0;
	border-top: 1px solid var(--theme-color-light);
	border-bottom: 1px solid var(--theme-color-light);
}

.logo-item {
	display: inline-flex;
	min-width: 270px;
	padding: 0 0 0;
	margin: 0 10px 0;
	justify-content: center;
	align-items: center;
	min-height: 80px;
}

.logo-item img {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
}

/*  */

body .box-conditions-stats {
	padding: 40px 0 40px;
}

.box-conditions-stats .h0 {
	padding: 0 0 0;
}

.box-conditions-stats p {
	padding: 0 0 0;
}

/*  */

.bg-theme .bg-white,
.bg-theme-dark .bg-white {
	color: var(--theme-color-text);
}

.block-header {
	margin: 0 0 50px;
}

.block-header p.padding-0 {
	padding: 0 0 8px;
}

/*  */

html body .icon-item {
	font-size: 40px;
	min-width: 95px;
	width: 95px;
	height: 95px;
	padding: 0 0 0;
	margin: 0 0 30px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

html body .icon-item.bg-theme {
/*     color: inherit; */
}

/*  */

.box-heading {
	position: relative;
}

.box-heading h1.h2 {
	font-size: 70px;
}

.box-heading.text-center p {
	margin: 0 auto 0;
	max-width: 1100px;
}

.box-heading h1:last-child,
.box-heading p:last-child {
	padding-bottom: 0;
}

/*  */

.box-simple h2 {
	padding: 0 0 25px;
}

.box-simple .btn-main {
	margin: 25px auto 0;
}

.box-simple p.padding-0 {
	padding: 0 0 6px;
}

.box-simple .text-wr {
	padding: 30px 0 30px;
}

/*  */

.border-left-5px p {
	padding: 0 0 5px;
}

.border-left-5px h4 {
	padding: 0 0 8px;
}

/*  */

.box-icon-tnumbs .block-simple.bg-gray {
	margin: 0 auto 60px;
	max-width: 410px;
	padding: 35px 55px 35px;
}

.icon-thumb-item .icon-item {
	font-size: 60px;
	min-width: 110px;
	width: 110px;
	height: 110px;
	padding: 5px 0 0;
	margin: 0 0 30px;
	line-height: 1;
}

.icon-thumb-item h4 {
	padding: 0 0 10px;
}

.icon-thumb-item strong+span {
	font-size: 75%;
}

.btn-wr.text-center {
	padding: 35px 0 0;
}

/*  */

input[type="range"] {
	display: flex;
	padding: 0 0 0;
	margin: 0 0 20px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	opacity: 1;
}

/*  */

input[type=range] {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 12px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: var(--theme-color);
	border-radius: 0;
	border: none;
}

input[type=range]::-webkit-slider-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: none;
	height: 24px;
	width: 24px;
	border-radius: 50px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 12px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: var(--theme-color);
	border-radius: 0;
	border: none;
}

input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: none;
	height: 24px;
	width: 24px;
	border-radius: 50px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 12px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .25), 0px 0px 1px rgba(0, 0, 0, .25);
	background: var(--theme-color);
	border-radius: 0;
	border: none;
}

input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: none;
	height: 24px;
	width: 24px;
	border-radius: 50px;
	border-radius: 50%;
	background: #ffffff;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

/*  */

.bar-item-wr {
	margin-top: 40px;
	padding: 0 0 0;
}

.bar-item-wr p {
	padding: 0 0 4px;
	line-height: 1;
}

.bar-item-wr h6 {
	font-size: 16px;
	line-height: 1;
}

.bar-item {
	height: 12px;
	padding: 0 0 0;
	margin: 0 auto 20px;
}

.box-calculate-roi h2 {
	line-height: 1.17;
}

.box-calculate-roi .text-wr {
	padding: 30px 230px 30px 0;
}

.block-simple {
	padding: 55px 75px 55px;
	margin: 0 auto 15px;
	position: relative;
}

.block-simple h2 {
	font-size: 50px;
}

.block-simple h5 {
	padding: 0 0 20px;
	font-size: 21px;
	line-height: 1.4;
}

.block-simple .btn-main {
	margin: 10px auto 0;
}

.block-simple + h6 {
	font-size: 12px;
}

input.bg-white.display-inline-block {
	padding: 13px 15px 13px 25px;
	border-radius: 6px;
	margin: 6px 0 0;
	border: none;
	outline: none;
	box-shadow: none;
}

/*  */

hr.display-block.bg-theme {
	opacity: 1;
	height: 3px;
	padding: 0 0 0;
	margin: 10px auto 40px;
}

/*  */

body .box-nav-secondary {
	padding: 22px 0 22px;
	position: sticky;
	top: 111px;
	z-index: 10;
}

.nav-secondary {
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 18px;
	position: relative;
	display: flex;
	justify-content: center;
	list-style: none;
}

.nav-secondary li {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.nav-secondary a {
	padding: 0 0 0;
	margin: 0 40px 0;
	position: relative;
	display: inline-block;
}

.nav-secondary .active a, .nav-secondary a.active {
	color: var(--theme-color);
}

[data-page*="index"] [href*="index"],
[data-page*="press-releases"] [href*="press-releases"],
[data-page*="events"] [href*="events"],
[data-page*="events"] .nav-secondary [href*="press-releases"],
[data-page*="presentations"] [href*="presentations"],
[data-page*="presentations"] .nav-secondary [href*="press-releases"],
[data-page*="quote"] [href*="quote"],
[data-page*="charts"] [href*="charts"],
[data-page*="charts"] .nav-secondary [href*="quote"],
[data-page*="sec-filings"] [href*="sec-filings"],
[data-page*="insights-corner"] [href*="insights-corner"],
[data-page*="governance"] [href*="governance"],
[data-page*="advisory-board"] [href*="advisory-board"],
[data-page*="advisory-board"] .nav-secondary [href*="governance"],
[data-page*="alerts"] [href*="alerts"],
[data-page*="about-us"] [href*="about-us"],
[data-page*="QQQQ"] [href*="QQQQ"] {
	color: var(--theme-color) !important;
	font-weight: 600;
}

/*  */

.box-grid {
	padding: 75px 0 75px;
}

.grid-main-area {
	padding: 0 0 0;
	margin: 0 0 0;
	line-height: 1.95;
	position: relative;
}

.grid-sidebar-left {
	padding: 0 50px 0 0;
	margin: 0 0 0;
	position: relative;
}

.grid-sidebar-left h4 {
	font-size: 25px;
	line-height: 1.25;
}

.sidebar-nav {
	padding: 10px 0 20px;
	margin: 0 0 0;
	position: relative;
	list-style: none;
}

.sidebar-nav a {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	display: block;
	left: 0;
}

.sidebar-nav li {
	padding: 7px 0 7px;
	margin: 0 0 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.sidebar-nav .active a, .sidebar-nav a.active {
	color: var(--theme-color);
}

.sidebar-nav a:hover {
	left: 5px;
}

/*  */

body .box-links {
	padding: 20px 0 15px;
}

.box-links .list-inline li i {
	margin: 0 4px 0 0;
}

/*  */

.list-inline {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.list-inline li {
	padding: 0 0 0;
	margin: 0 30px 0 0;
	display: inline-flex;
	align-items: center;
}

.list-inline li:last-child {
	margin-right: 0;
}

/*  */

body  .page-link {
	color: inherit;
	border: none;
	min-width: 32px;
	text-align: center;
	padding: 1px 5px 0;
	margin: 0 15px 0;
}

body .page-item.active .page-link {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

body .pagination {
	padding: 0 0 0;
	margin: 50px 0 50px;
	font-size: 85%;
	font-weight: 700;
}

body .page-item:first-child .page-link {
	margin-left: 0;
}

body .page-item:last-child .page-link {
	margin-right: 0;
}

/*  */

.news-list-item {
	padding: 15px 0 5px;
	margin: 0 0 0;
	border-bottom: 2px solid var(--theme-color-light);
	position: relative;
}

.news-list-item h6 {
	padding: 0 0 0;
	margin: 0 0 0;
}

.news-list-item h3 {
	padding: 13px 0 13px;
	margin: 0 0 0;
	font-size: 30px;
	font-weight: 700;
}

/*  */

hr.bg-theme {
	opacity: 1;
	margin: 75px auto 75px;
}

.quick-link-item {
	padding: 0 0 0;
	margin: 0 0 30px;
	display: inline-flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-start;
}

.quick-link-item .img-wr {
	height: 90px;
	padding: 0 0 0;
	margin: 0 auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quick-links {
	gap: 70px;
	padding: 20px 0 30px;
	margin: 0 0 0;
	position: relative;
	flex-wrap: wrap;
	align-items: flex-start;
}

/*  */

.box-company-info h6.color-theme {
	padding: 0 0 5px;
	font-weight: 700;
}

.box-company-info h3 {
	padding: 0 0 25px;
}

/*  */

.accordion-items-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

html body .accordion-items-wr .accordion-item {
	border-radius: 0;
}

.accordion-item {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	border: none;
	border-bottom: 2px solid var(--theme-color-light);
}

body .accordion-item-nav {
	padding: 16px 50px 16px 0;
	margin: 0 0 0;
	position: relative;
	display: block;
}

body .accordion-item-nav h4 {
	padding: 0 0 0;
	margin: 0 0 0;
}

.accordion-item.active .accordion-item-nav:after {
	transform: rotate(-180deg);
}

body .accordion-item-nav:after {
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	font-family: "bootstrap-icons";
	content: "\F282";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .3s ease;
}

.accordion-item-content {
	padding: 0 0 10px 40px;
	margin: 0 0 0;
	position: relative;
	display: none;
}

/*  */

.filters-row {
	padding: 0 0 40px;
	margin: 0 0 0;
}

.filters-select {
	padding: 17px 25px 15px;
	margin: 0 25px 20px 0;
	outline: none;
	border-radius: 5px;
	min-width: 304px;
	cursor: pointer;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline-width: 0;
}

/*  */

.table-simple {
	padding: 0 0 0;
	margin: 0 0 0;
	width: 100%;
	position: relative;
}

.table-simple tr.bg-theme {
	border-radius: 5px;
}

.table-simple tr {
	border-bottom: 1px solid #3B61F433;
}

.table-simple th, .table-simple td {
	padding: 15px 35px 14px;
	margin: 0 0 0;
}

.table-simple td {
	font-size: 95%;
}

.table-simple th {
	font-weight: 700;
}

/*  */

.form-simple {
	padding: 0 0 0;
	margin: 15px 0 30px;
}

.form-simple label span.display-block {
	padding: 0 0 0;
	margin: 0 0 12px;
	font-weight: 600;
}

.form-simple input, .form-simple select, .form-simple textarea {
	padding: 10px 25px 10px;
	margin: 0 0 0;
	height: 55px;
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #00000033;
	border-radius: 5px;
}

.form-simple input + h6 {
	font-size: 90%;
	padding: 5px 0 0;
}

.form-simple input[type="checkbox"], .form-simple input[type="radio"] {
	padding: 0 0 0;
	margin: -4px 10px 0 0;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.input-fieldset {
	padding: 0 0 0;
	margin: 0 0 20px;
	position: relative;
}

.input-fieldset h4 {
	padding: 25px 0 15px;
}

.input-fieldset h5 {
	padding: 10px 0 15px;
}

.input-fieldset label + label {
	padding: 10px 0 0;
}

/*  */

body .table-info {
	width: 370px;
	max-width: 100%;
	padding: 0 0 0;
	margin: 0 0 40px;
}

body .table-info tr {
	border-bottom: 1px solid #00000033
}

body .table-info td:last-child {
	text-align: right;
}

body .table-info td {
	padding: 10px 0 10px;
}

/*  */

html body .bg-theme-gradient .bg-white,
html body .bg-theme-gradient-vertical .bg-white {
	color: var(--theme-color-text);
}

.border-color-white {
	border-color: #ffffff;
}

/*  */

.video-wr {
	padding: 0 0 0;
	margin: 0 auto 0;
	position: relative;
}

.video-wr video {
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 100%;
}

.video-wr iframe {
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
}

/*  */

.news-release-block h5 {
	font-weight: 600;
	padding: 0 0 0;
}

.news-release-block h6 {
	font-weight: 600;
	padding: 0 0 0;
}

.tradingview-widget-container iframe {
	box-shadow: 0 0 18px rgba(0,0,0,0.1);
}

/*  */

.row.gap-50px > div {
	padding: 0 25px;
}

/*  */

.table {
	font-size: 90%;
}

.table th {
	text-align: center;
	font-weight: 600;
}

.table td {
	text-align: center;
}

.table .bi {
	font-size: 105%;
}

.table th[scope="row"] {
	white-space: nowrap;
	text-align: left;
}

.table-legend {
	display: flex;
	gap: 20px;
}

/*  */

body .box-map {
	padding: 0 0 0;
}

.box-map iframe {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
}

.contact-area-details {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin: -140px 0 0;
	flex-wrap: wrap;
	padding: 0 60px 0 0;
	box-shadow: 0 0 30px 0 rgba(200,200,200,0.4);
}

.contact-area-address {
	background-color: var(--theme-color);
	color: #fff;
	padding: 102px 56px;
	width: 28.5%;
}

.contact-area-address h5 {
	margin: 50px 0 10px;
	padding: 0 0 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.contact-area-form {
	width: 67%;
	padding: 78px 0;
}

.contact-area-form h2 {
	margin: 0 0 25px;
	font-size: 40px;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-group {
	margin: 0 0 15px;
}

.contact-area-form textarea {
	width: 100%;
}

.contact-area-form .form-control, .contact-area-form textarea {
	line-height: 34px;
	border: none;
	border-radius: 0;
	padding: 10px 0 20px;
	color: #333333;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	width: 100%;
	font-size: 21px;
}

body .box-contact {
	padding-top: 0;
	margin: 0 0 0;
}

/*  */

.box-team {
	overflow: hidden;
}

.box-team h2 {
	font-size: 40px;
	padding: 0 0 30px;
}

.team-item {
	padding: 0 0 0;
	margin: 0 auto 30px;
	position: relative;
}

.team-item .img-wr {
	padding: 0 0 0;
	margin: 0 auto 20px;
	position: relative;
}

.team-item .text-wr {
	padding: 0 0 0;
	margin: 0 auto 0;
	position: relative;
}

.team-item h3 {
	font-size: 22px;
	padding: 0 0 0;
	margin: 0 auto 0;
}

.team-item h4 {
	font-size: 16px;
	padding: 0 0 0;
}

.team-item-main-info {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
}

.team-item-main-info:hover {
	opacity: .75;
}

.team-item.active .team-item-main-info:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border: 20px solid transparent;
	border-bottom-color: var(--theme-color-secondary);
}

.team-item-details {
	position: relative;
	padding: 0 0 0;
	margin: 30px auto 0;
	width: 100vw;
	display: none;
}

.team-item-details-inner {
	font-size: 95%;
	padding: 35px 15px 15px;
	margin: 0 auto 0;
	max-width: 1130px;
	position: relative;
	text-align: left;
}

.team-item-details-inner h5 {
	font-size: 120%;
	font-weight: 500;
}

.team-item .btn-close-details {
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 0;
	margin: 20px 0 0;
	font-size: 120%;
}

/*  */










































/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	position: relative;
	padding: 0 0 0;
	margin: 0 0 0;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

footer .list-inline {
	margin: 0 0 40px;
	font-size: 105%;
	font-weight: 500;
}

.footer-logo {
	padding: 0 0 0;
	margin: 0 0 40px;
	display: inline-flex;
}

.footer-logo img {
	display: block;
}

/*  */

.footer-links {
	padding: 70px 0 15px;
	margin: 0 0 0;
	position: relative;
}

.footer-links h6 {
	padding: 5px 0 20px;
	font-weight: 700;
}

.list-unstyled {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

footer .list-unstyled li {
	padding: 0 0 10px;
}

.list-unstyled i {
	font-size: 110%;
	margin: 0 8px 0 0;
}

/*  */

.footer-bottom {
	padding: 0 0 50px;
	margin: 0 0 0;
}

.footer-bottom p {
	padding: 0 0 12px;
	margin: 0 0 0;
}

/*  */

footer .social-links {
	padding: 0 0 0;
	margin: -5px 0 30px;
	font-size: 40px;
	line-height: 1;
}

.social-links {
	padding: 0 0 0;
	margin: 0 0 0;
}

.social-links a {
	padding: 0 0 0;
	margin: 0 15px 0 0;
}

.social-links a:last-child {
	margin-right: 0;
}

.social-links a i {
	padding: 0 0 0;
	margin: 0 0 0;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1460px) {
	.container {
		max-width: 1460px;
	}
	body .container-1280px {
		max-width: 1310px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media (min-width: 1200px) and (max-width: 1459px) {
	.container {
		max-width: 1170px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1459px) {
body {
	font-size: 14px;
	line-height: 1.67;
}
.h00 {
	padding: 0 0 15px;
	font-size: 110px;
}
.h0 {
	padding: 0 0 15px;
	font-size: 72px;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 64px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 48px;
}
h3 {
	padding: 0 0 15px;
	font-size: 30px;
}
h4 {
	padding: 0 0 15px;
	font-size: 19px;
}
h5 {
	padding: 0 0 15px;
	font-size: 17px;
}
h6 {
	padding: 0 0 15px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 40px;
}
header {
	padding: 0 0 0;
}
header + * {
	padding-top: 100px;
}
.box-wr {
	padding: 80px 0 80px;
}
.header-main {
	padding: 15px 0 15px;
}
.logo {
	max-width: 140px;
	width: 140px;
	height: 50px;
}
#navbar .nav-link {
	padding: 5px 0 5px;
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 30px;
}
.navbar-nav > li {
	margin: 0 0 0 32px;
}
body header .btn-main {
	padding: 5px 15px 3px;
	font-size: 12px;
	line-height: 30px;
	min-width: 110px;
}
body .block-list-items-header h6 {
	font-size: 14px;
}
.block-list-items-header {
	padding: 10px 20px 6px;
}
body .block-list-item h5 {
	font-size: 14px;
	padding: 0 0 3px;
}
body .block-list-item ul {
	padding: 0 0 0 20px;
}
.block-list-item ul li {
	padding: 0 0 4px;
}
.block-list-item {
	padding: 10px 18px 4px;
	font-size: 13px;
	margin: 0 0 6px;
}
.block-list-items-body {
	padding: 15px 15px 5px;
}
.box-top-banner .btns-wr {
	padding: 15px 0 0;
}
body .btn-main {
	padding: 9px 20px 6px;
	margin: 0 auto 0;
	font-size: 13px;
	line-height: 30px;
	min-width: 185px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
body .box-logos {
	padding: 30px 0 30px;
}
body .box-conditions-stats {
	padding: 30px 0 30px;
}
.block-header {
	margin: 0 0 40px;
}
.benefit-thumb-item h3 {
	font-size: 28px;
}
.benefit-thumb-item .flex-item.bg-transparent {
	padding: 10px 35px 10px;
}
.benefit-thumb-item .flex-item.bg-white {
	padding: 15px 45px 15px;
	margin: 0 0 0;
	min-height: 180px;
	min-width: 715px;
	width: 715px;
}
.box-quote .img-wr {
	min-width: 250px;
	padding: 0 0 0;
	margin: 0 25px 0 0;
}
.link-tile-item {
	padding: 25px 30px 30px;
	margin: 0 0 15px;
}
.link-tile-item h3 {
	font-size: 28px;
	padding: 0 0 20px;
}
.footer-get-in-touch h2 {
	padding: 0 0 30px;
}
.footer-get-in-touch {
	padding: 95px 0 65px;
}
.footer-get-in-touch .text-wr {
	max-width: 480px;
}
.footer-get-in-touch form {
	margin: 40px 0 0;
	padding: 0 0 0;
}
.input-item {
	padding: 0 0 0;
	margin: 0 0 20px;
}
form input, form textarea, form select {
	padding: 8px 0 8px;
	font-size: 16px;
	height: 50px;
	line-height: 20px;
}
.input-label {
	left: 0;
	top: 13px;
	font-size: 14px;
	line-height: 20px;
}
.footer-links {
	padding: 55px 0 55px;
}
.footer-links h6 {
	padding: 5px 0 15px;
}
footer .list-unstyled li {
	padding: 0 0 8px;
}
.footer-bottom {
	font-size: 12px;
	padding: 20px 0 15px;
}
.team-item .text-wr {
	margin: 0 0 0;
	padding: 0 0 0 40px;
}
.team-item .row-reverse .text-wr {
	padding: 0 40px 0 0;
}
.team-thumb {
	padding: 35px 40px 20px;
	margin: 0 auto 15px;
}
.box-heading h1.h2 {
	font-size: 50px;
}
.nav-secondary a {
	padding: 0 0 0;
	margin: 0 25px 0;
}
body .box-nav-secondary {
	padding: 25px 0 20px;
	position: sticky;
	top: 80px;
}













}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
body {
	font-size: 13px;
	line-height: 1.67;
}
.h00 {
	padding: 0 0 15px;
	font-size: 90px;
}
.h0 {
	padding: 0 0 15px;
	font-size: 55px;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 45px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 35px;
}
h3 {
	padding: 0 0 15px;
	font-size: 25px;
}
h4 {
	padding: 0 0 15px;
	font-size: 17px;
}
h5 {
	padding: 0 0 15px;
	font-size: 15px;
}
h6 {
	padding: 0 0 15px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 35px;
}
header, .header-fixed {
	padding: 0 0 0;
}
.box-wr {
	padding: 60px 0 60px;
}
header + * {
	padding-top: 70px;
}
.logo {
	max-width: 100px;
	width: 100px;
	height: 40px;
}
#navbar .nav-link {
	padding: 5px 0 5px;
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 30px;
}
.navbar-nav > li {
	margin: 0 0 0 25px;
}
.block-list-item {
	padding: 10px 15px 5px;
	font-size: 11px;
	margin: 0 0 5px;
}
.logo-item {
	min-width: 170px;
	padding: 0 0 0;
	margin: 0 15px 0;
	min-height: 60px;
}
.logo-item img {
	margin: 0 auto 0;
	max-height: 50px;
}
.benefit-thumb-item .flex-item.bg-white {
	padding: 15px 30px 15px;
	margin: 0 0 0;
	min-height: 180px;
	min-width: 600px;
	width: 600px;
}
.link-tile-item h3 {
	font-size: 22px;
	padding: 0 0 15px;
}
.benefit-thumb-item h3 {
	font-size: 25px;
}
.footer-get-in-touch form {
	margin: 0 0 0;
	padding: 0 0 0;
}
.box-simple h2 {
	padding: 0 0 15px;
}
.box-simple .btn-main {
	margin: 5px auto 0;
}
body .border-left-5px {
	padding: 0 0 0 20px;
	margin: 5px 0 15px;
	border-left: 3px solid var(--theme-color);
}
.block-simple h2 {
	font-size: 35px;
}
.block-simple {
	padding: 35px 35px 35px;
}
.block-simple .btn-main {
	margin: 0 auto 0;
}
.block-simple h5 {
	padding: 0 0 15px;
	font-size: 16px;
}
.btn-wr.text-center {
	padding: 15px 0 0;
}
.box-calculate-roi .text-wr {
	padding: 30px 100px 30px 0;
}
hr.display-block.bg-theme {
	height: 2px;
	margin: 10px auto 25px;
}
.block-header + .team-item {
	margin-top: 20px;
}
.team-item .text-wr {
	margin: 0 0 0;
	padding: 0 0 0 20px;
}
.team-item {
	margin: 0 auto 30px;
}
.img-decoration-left-bottom:before {
	margin: 0 -20px -20px;
	width: 150px;
	height: 150px;
}
.team-item h6 {
	padding: 0 0 15px;
}
.img-decoration-right-top:before {
	margin: 0 -90px 0;
	width: 300px;
	height: 150px;
}
.img-decoration-right-top, .team-item .img-wr.img-decoration-right-top {
	padding: 50px 0 0;
}
.team-thumb {
	padding: 20px 20px 5px;
	margin: 0 auto 15px;
}
.nav-secondary a {
	padding: 0 0 0;
	margin: 0 20px 0;
}
.nav-secondary {
	font-size: 13px;
}
body .box-nav-secondary {
	padding: 25px 0 20px;
	position: sticky;
	top: 70px;
}
.grid-sidebar-left h4 {
	font-size: 20px;
	line-height: 1.25;
}
.grid-sidebar-left {
	padding: 0 0 0;
	margin: 0 0 0;
}























}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.67;
}
.h00 {
	padding: 0 0 15px;
	font-size: 70px;
}
.h0 {
	padding: 0 0 15px;
	font-size: 45px;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 35px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 25px;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
}
h6 {
	padding: 0 0 15px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 30px;
}
header, .header-fixed {
	padding: 0 0 0;
}
.box-wr {
	padding: 50px 0 50px;
}
header + * {
	padding-top: 60px;
}
.logo {
	max-width: 230px;
	width: 230px;
	height: 40px;
}
/*  */
.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: 70px 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
	position: absolute;
	left: 0;
	right: 0;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	top: 0;
	text-align: left;
	background: var(--theme-color-dark);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 90vw;
	height: 100vh;
	transition: all .5s ease;
}
.navbar-collapse.collapsing {
	transition: all .5s ease;
}
.navbar-collapse.collapse.show {
	left: 0;
	height: 100vh;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 0 0 0;
	align-items: flex-start;
	text-align: left;
	display: block;
	width: 100%;
}
#navbar .nav-link {
	padding: 16px 15px 16px;
	margin: 0 0 0;
	font-size: 22px;
	line-height: 30px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#navbar .nav-link:before {
	content: none;
	display: none;
}
#navbar .nav-link:not(:last-child):after {
	font-size: 25px;
}
.navbar-nav > li {
	margin: 0 0 0;
	border-top: 1px solid var(--theme-color);
}
header .container {
	position: static;
}
.logo {
	position: relative;
	z-index: 5;
}
/*  */
.box-top-banner .col-lg-8 .text-wr {
	padding: 0 15px 0 0;
}
.box-top-banner .block-list-items {
	padding: 0 0 0;
	margin: 0 0 0;
}
.btns-wr .btn-main {
	margin: 0 5px 10px 0;
}
body .btn-main {
	padding: 9px 20px 6px;
	margin: 0 auto 0;
	font-size: 13px;
	line-height: 30px;
	min-width: 170px;
}
body .block-list-items-header h6 {
	font-size: 12px;
}
body header .btn-main {
	padding: 15px 35px 12px;
	margin: 15px 25px 0;
	font-size: 20px;
	line-height: 30px;
	min-width: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-header {
	margin: 0 0 20px;
}
.benefit-thumb-item h3 {
	font-size: 22px;
}
.benefit-thumb-item .flex-item.bg-transparent {
	padding: 10px 15px 10px;
}
.footer-links {
	padding: 55px 0 55px;
	font-size: 12px;
}
.benefit-thumb-item .flex-item.bg-white {
	padding: 10px 25px 10px;
	margin: 0 0 0;
	min-height: 200px;
	min-width: 400px;
	width: 400px;
}
.back-to-top {
	bottom: 5px;
	right: 5px;
	width: 26px;
	height: 26px;
}
.team-item .text-wr {
	margin: 0 0 0;
	padding: 0 0 0;
}
.team-item .row-reverse .text-wr {
	padding: 0 0 0;
}
.box-team-thumbs .display-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.team-thumb {
	padding: 20px 20px 5px;
	margin: 0 8px 15px;
}
.nav-secondary {
	font-size: 12px;
}
.nav-secondary a {
	padding: 0 0 0;
	margin: 0 15px 0;
}
body .box-nav-secondary {
	padding: 25px 0 20px;
	position: sticky;
	top: 60px;
}
.box-heading h1.h2 {
	font-size: 40px;
}
.subnav {
	padding: 0 0 20px;
	position: relative;
	top: 0;
	background: transparent;
	box-shadow: none;
}
.subnav a {
	font-size: 130%;
	padding: 5px 15px 5px;
	color: #fff;
}
iframe {
	max-width: 100%;
}





























}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
body {
	font-size: 13px;
	line-height: 1.67;
}
.h00 {
	padding: 0 0 15px;
	font-size: 60px;
}
.h0 {
	padding: 0 0 15px;
	font-size: 40px;
}
h1, .h1 {
	padding: 0 0 15px;
	font-size: 35px;
}
h2, .h2 {
	padding: 0 0 15px;
	font-size: 25px;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
}
h6 {
	padding: 0 0 15px;
}
blockquote {
	padding: 0 0 15px;
	font-size: 25px;
}
header, .header-fixed {
	padding: 0 0 0;
}
.box-wr {
	padding: 40px 0 40px;
}
header + * {
	padding-top: 100px;
}
.logo {
	max-width: 95px;
	width: 95px;
	height: 40px;
}
.box-quote .img-wr {
	min-width: 100px;
	padding: 0 0 0;
	margin: 0 15px 0 0;
}
.logo-item img {
	margin: 0 auto 0;
	max-height: 35px;
}
.logo-item {
	min-width: 100px;
	padding: 0 0 0;
	margin: 0 15px 0;
	min-height: 40px;
}
body .btn-main {
	padding: 6px 20px 4px;
	margin: 0 auto 0;
	font-size: 12px;
	line-height: 30px;
	min-width: 155px;
}
.box-top-banner .btns-wr {
	padding: 5px 0 20px;
}

.benefit-thumb-item .display-flex {
	flex-direction: column;
}
.benefit-thumb-item .flex-item.bg-white {
	padding: 10px 25px 10px;
	margin: 0 0 0;
	min-height: 200px;
	min-width: 100%;
	width: 100%;
}
.benefit-thumb-item .flex-item.bg-transparent {
	padding: 10px 15px 25px;
	width: 100%;
	text-align: center;
}
.benefit-thumb-item ul {
	display: inline-block;
}
.benefit-thumb-item .flex-item.bg-white {
	padding: 20px 25px 20px;
	margin: 0 0 0;
	min-height: 90px;
	min-width: 100%;
	width: 100%;
	text-align: center;
}
.benefit-thumb-item {
	padding: 15px 15px 15px;
	margin: 0 0 15px;
}
.box-quote {
	padding: 40px 0 30px;
}
.box-link-tiles .text-wr {
	padding: 0 0 35px 0;
	text-align: center;
}
.footer-get-in-touch {
	padding: 45px 0 20px;
}
.footer-get-in-touch h2 {
	padding: 0 0 20px;
}
.footer-links {
	padding: 40px 0 20px;
	font-size: 12px;
	text-align: center;
}
.footer-links img {
	max-width: 70vw;
}
footer .social-links {
	padding: 0 0 0;
	margin: 0 0 20px;
	font-size: 20px;
}
footer .text-right {
	text-align: center;
}
footer .list-inline {
	margin: 0 0 30px;
	font-size: 100%;
}
footer .social-links + .list-inline {
	margin-bottom: 0;
}
.footer-links h6 {
	padding: 10px 0 10px;
}
.footer-bottom {
	font-size: 12px;
	padding: 15px 0 15px;
	text-align: center;
}
.footer-bottom .text-left, .footer-bottom .text-right {
	text-align: center;
}
.box-heading {
	text-align: center;
}
body .border-bottom-20px {
	border-bottom: 10px solid var(--theme-color);
}
.icon-thumb-item .icon-item {
	margin: 0 0 15px;
}
.icon-thumb-item {
	margin: 0 0 20px;
}
html body .icon-item {
	margin: 0 0 20px;
}
.how-it-works-item {
	padding: 0 0 10px;
}
.box-calculate-roi .text-wr {
	padding: 0 0 20px 0;
}
.box-icon-tnumbs .block-simple.bg-gray {
	margin: 0 auto 40px;
	max-width: 410px;
	padding: 35px 40px 35px;
}
.team-item .img-wr img {
	margin: 0 auto 0;
}
.team-item .text-wr {
	margin: 0 0 0;
	padding: 25px 0 0;
}
.team-item .row-reverse .img-wr img {
	margin: 0 auto 0;
}
.img-decoration-left-bottom:before {
	margin: 0 0;
	width: 150px;
	height: 150px;
}
.team-item .row-reverse .text-wr {
	padding: 25px 0 0;
}
.box-heading h1.h2 {
	font-size: 30px;
}
.nav-secondary {
	padding: 0 0 0;
	margin: 0 0 0;
	flex-wrap: wrap;
}
.nav-secondary a {
	padding: 0 0 0;
	margin: 5px 10px 5px;
}
body .box-nav-secondary {
	padding: 5px 0 5px;
	position: sticky;
	top: 70px;
}
.sidebar-nav {
	padding: 0 0 20px;
}
.box-links .list-inline {
	display: flex;
	justify-content: center;
}
.box-links .list-inline li {
	margin: 0 5px 0;
	display: inline-flex;
	align-items: flex-start;
	font-size: 90%;
}
.box-links .list-inline li i {
	display: block;
	margin: 0 auto 2px;
	font-size: 170%;
}
.news-list-item h3 {
	padding: 5px 0 5px;
	font-size: 19px;
}
.news-list-item {
	padding: 10px 0 5px;
	border-bottom: 1px solid var(--theme-color-light);
}
body .pagination {
	padding: 0 0 0;
	margin: 25px 0 25px;
	font-size: 95%;
}
body .page-link {
	min-width: 28px;
	padding: 1px 3px 0;
	margin: 0 5px 0;
}
.filters-select {
	padding: 10px 10px 10px;
	margin: 0 2px 10px 0;
	min-width: 160px;
}
.filters-row {
	padding: 0 0 25px;
}
.table-simple th, .table-simple td {
	padding: 5px 6px 5px;
	font-size: 90%;
}
hr.bg-theme {
	margin: 15px auto 25px;
}
.quick-links {
	gap: 20px;
	padding: 10px 0 40px;
	margin: 0 0 0;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.quick-links .flex-item {
	min-width: 40%;
}
.quick-link-item {
	padding: 0 0 0;
	margin: 0 0 0;
}
.quick-link-item h6 {
	padding: 0 0 0;
}
.box-company-info h3 {
	padding: 20px 0 15px;
}
body .accordion-item-nav:after {
	font-size: 20px;
}
body .accordion-item-nav {
	padding: 10px 40px 10px 0;
}
.accordion-item-content {
	padding: 0 0 0;
	margin: 0 0 0;
}
.form-simple {
	padding: 0 0 0;
	margin: 10px 0 25px;
}
.input-fieldset {
	padding: 0 0 0;
	margin: 0 0 15px;
}
.form-simple label span.display-block {
	padding: 0 0 0;
	margin: 0 0 5px;
}
.form-simple input, .form-simple select, .form-simple textarea {
	padding: 5px 10px 5px;
	margin: 0 0 0;
	height: 45px;
	font-size: 16px;
	line-height: 30px;
}
.input-fieldset h4 {
	padding: 10px 0 10px;
}
.form-simple input[type="checkbox"], .form-simple input[type="radio"] {
	padding: 0 0 0;
	margin: -3px 5px 0 0;
}
.input-fieldset label + label {
	padding: 5px 0 0;
}
.input-fieldset h5 {
	padding: 10px 0 10px;
}
body .table-info {
	margin: 0 0 25px;
}
body .table-info td {
	padding: 5px 0 5px;
}
.row.gap-50px > div {
	padding: 0 15px;
}
.nav-secondary {
	font-size: 12px;
	line-height: 1;
}
.grid-main-area .video-wr,
.grid-main-area .img-wr {
	margin: 0 auto 20px;
}
.box-map iframe {
	padding: 0 0 0;
	margin: 0 0 0;
	height: 300px;
}
.contact-area-details {
	margin: -20px 0 0;
	padding: 0 0 0;
	flex-wrap: wrap;
	flex-direction: column;
}
.contact-area-address {
	padding: 35px 30px;
	width: 100%;
}
.contact-area-address h5 {
	margin: 10px 0 10px;
	padding: 0 0 0;
	font-size: 16px;
}
.contact-area-form {
	width: 100%;
	padding: 35px 25px;
}
.contact-area-form h2 {
	margin: 0 0 10px;
	font-size: 25px;
}
.form-row {
	margin: 0 -15px 0;
}
.contact-area-form .form-control, .contact-area-form textarea {
	line-height: 30px;
	font-size: 16px;
	padding: 5px 0 5px;
	width: 100%;
}
.team-item .text-wr {
	margin: 0 0 0;
	padding: 5px 0 0;
}
.box-team h2 {
	font-size: 30px;
	padding: 0 0 15px;
}
.box-company-info h3 {
	padding: 0 0 15px;
}




















}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 575px) {
.footer-bottom .text-left, .footer-bottom .text-right {
	text-align: center;
}











}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */
