@font-face {
  font-family: Modulus;
  src: url(../font/modulus-pro-extra-2.ttf);
  font-weight: 300;}
@font-face {
  font-family: Modulus;
  src: url(../font/modulus-pro-2.ttf);
  font-weight: 400;}
@font-face {
  font-family: Modulus;
  src: url(../font/modulus-pro-5.ttf);
  font-weight: 700;}
@font-face {
  font-family: Modulus;
  src: url(../font/modulus-pro-black.ttf);
  font-weight: 900;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;}
body {
	font-weight: 400;
	font-size: 17px;
	color: #ccc;
	background-color: #0f0f0f;
	padding-top: 70px;
	font-family: "Montserrat", sans-serif;}
header {
	background-color: #0f0f0f;
	position: fixed;
	width: 100%;
	top: 0;
	padding: 15px 60px 15px 60px;
	z-index: 99;
	border-bottom: 2px solid #20f0f0;
	left: 0;}
header .main-navigation {
	display: flex;
	align-items: center;}
header nav {
	margin-left: auto;}
header nav span {
	cursor: pointer;
	display: none;}
header nav ul {
	list-style-type: none;
	position: relative;
	display: flex;}
header nav ul li a {
	color: #ccc;
	transition: 0.33s all;
	text-decoration: none;
	margin: 0 10px;
	position: relative;
	padding: 0 10px;
	font-weight: 600;
	text-transform: uppercase;}
header nav ul li a:hover {
	color: #20f0f0;}
header nav ul li a::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #e6e6e6;
	top: 5px;
	left: -10px;}
header nav ul li:first-child a::before {
	display: none;}
header nav ul ul {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 40px 0 20px 0;
	background-color: #0f0f0f;
	display: none;}
header nav ul ul.active-menu, header nav ul li a:hover + ul, header nav ul ul:hover {
	display: block;}
header nav ul ul li {
	margin-bottom: 20px;}
header nav ul ul li:last-child {
	margin-bottom: 0;}
header nav ul ul li a:hover {
	color: #e6e6e6;}
header nav ul ul li a:hover::after {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background-color: #20f0f0;
	left: 10px;
	bottom: -5px;}
header .site-logo a {
    text-decoration: none;}
header .site-logo span {
	font-size: 32px;
	text-transform: uppercase;
	color: #ccc;
	font-weight: 700;}
h2 {
	font-size: 63px;
	text-transform: uppercase;
	font-weight: 600;}
h3 {
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 600;}
img {
	max-width: 100%;}
.color-theme {
	color: #20f0f0 !important;}
.color-white {
	color: #ccc !important;}
.scroll {
	z-index: 9;
	font-size: 30px;
	color: #20f0f0;
  	position: absolute;
  	white-space: nowrap;}
.scroll span {
	padding: 0 20px;}
.section {
	overflow: hidden;
	position: relative;}
.sec-bg {
	background-image: url('../img/bg-sec-fin.jpg');
	background-size: cover;
	background-position: center center;}
.show-mobile {
    display: none !important;}
.container {
	margin: 0px auto;
	position: relative;
	max-width: calc(100% - 40px);
	width: 1800px;}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	justify-content: left;}
.row.vertical-center {
	align-items: center;}
.col {
    position: relative;
	margin: 0 10px;
	padding: 10px;}
.col-sm-125 {
    width: calc(12.5% - 20px);}
.col-sm-2 {
	width: calc(16.6666% - 20px);}
.col-sm-20 {
    width: calc(20% - 20px);}
.col-sm-3 {
	width: calc(25% - 20px);}
.col-sm-4 {
	width: calc(33.3333% - 20px);}
.col-sm-5 {
	width: calc(41.6666% - 20px);}
.col-sm-6 {
	width: calc(50% - 20px);}
.col-sm-7 {
	width: calc(58.3333% - 20px);}
.col-sm-8 {
	width: calc(66.6666% - 20px);}
.col-sm-9 {
	width: calc(75% - 20px);}
.col-sm-10 {
	width: 83.3333%;}
.col-sm-12 {
	width: 100%;}
.col-cm-5 {
	width: 20%;}
.col-cm-7 {
	width: 14.2857%;}
.col-cm-8 {
	width: 12.5%;}
.text-center {
	text-align: center;}
.text-bold {
    font-weight: 600;}
.simple-text p {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1.5;}
.simple-text .increased-font-size p {
    font-size: 32px;}
.simple-text p a {
    color: #20f0f0;}
.mrg-btm-10 {
	margin-bottom: 10px;}
.mrg-btm-20 {
	margin-bottom: 20px;}
.mrg-btm-30 {
	margin-bottom: 30px;}
.mrg-btm-40 {
	margin-bottom: 40px;}
.mrg-btm-60 {
	margin-bottom: 60px;}
.mrg-btm-80 {
	margin-bottom: 80px;}
.mrg-btm-100 {
	margin-bottom: 100px;}
.mrg-btm-120 {
	margin-bottom: 120px;}
.mrg-btm-140 {
	margin-bottom: 140px;}
.mrg-btm-160 {
	margin-bottom: 160px;}
.sec-padd-10 {
	padding: 10px 0;}
.sec-padd-20 {
	padding: 20px 0;}
.sec-padd-40 {
	padding: 40px 0;}
.sec-padd-60 {
	padding: 60px 0;}
.sec-padd-80 {
	padding: 80px 0;}
.sec-padd-100 {
	padding: 100px 0;}
.sec-padd-120 {
	padding: 120px 0;}
.default-line {
	border-bottom: 1px solid #20f0f0;}
.subtitle {
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	color: #20f0f0;}
.subtitle span {
	padding-right: 40px;
	position: relative;
	background-color: #0f0f0f;}
.subtitle::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #20f0f0;
	left: 0;
	top: calc(50% - 1px);}
.modified-h2-poz {
    margin-top: -20px;
    padding-bottom: 20px;}
.simple-text ul li {
	margin-left: 20px;
	font-weight: 600;
	font-size: 22px;
	line-height: 2;}
.simple-text ul li::marker {
	color: #20f0f0;}
.line-button {
	font-size: 22px;
	color: #20f0f0;
	position: relative;
	display: block;
	text-align: right;
	padding: 0 0 5px 0;
	text-decoration: none;}
.line-button::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #20f0f0;
	left: 0;
	bottom: 0;}
.line-button:hover::after {
	height: 2px;}
.services-list-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;}
.services-list-menu ul li {
    margin: 0;}
.services-list-menu ul li a {
    color: #ccc;
    text-decoration: none;}
iframe {
    opacity: 0.75;
    filter: grayscale(100%);}
.gallery {
	margin: 0 -10px;}
.gallery figure {
	padding: 10px;}
.gallery figure img {
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;}
.gallery.gallery-right-style figure:nth-child(1), .gallery.gallery-right-style figure:nth-child(3) {
	float: left;
	width: 33%;
	height: 370px;}
.gallery.gallery-right-style figure:nth-child(2) {
	float: right;
	width: 67%;
	height: 740px;}
.gallery.gallery-left-style figure:nth-child(1) {
	float: left;
	width: 67%;
	height: 740px;}
.gallery.gallery-left-style figure:nth-child(2), .gallery.gallery-left-style figure:nth-child(3) {
	float: left;
	width: 33%;
	height: 370px;}
.welcome-text-button {
    font-size: 20px;
    display: block;
    text-align: right;
    color: #20f0f0;
    font-weight: 500;
    background: linear-gradient(-90deg, #0f0f0f, #0f0f0f, #0000);
    margin-top: -31px;
    position: relative;
    z-index: 1;}
.welcome-text.show .welcome-text-button {
    margin-top: 0;}
footer {
	margin-top: 80px;
	padding: 40px 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(180deg, #343537, #000000);
	border-top: 2px solid #20f0f0;}
footer .footer-column {
	width: 29.17%;
	border-right: 1px solid #6d6d6d;}
footer .footer-column:last-child {
	width: 12.49%;
	border-right: none;}
footer h4 {
	font-size: 22px;
	text-align: center;
	min-height: 27px;
	margin-bottom: 20px;}
footer ul li {
	margin-bottom: 10px;
	text-align: center;
	list-style-type: none;}
footer ul li a {
	text-decoration: none;
	color: #ccc;
	font-weight: 600;
	font-size: 22px;}
footer p {
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;}