/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.4
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}
b {
	font-weight:600;
}
p b {
	font-weight:600;
}
strong {
	font-weight:600;
}
p strong {
	font-weight:600;
}
small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}



@font-face {
	font-family: HeimatStencil;
	src: url('/wp-content/myfonts/HeimatStencil-Light2.otf');
	font-weight: 300;
}

@font-face {
	font-family: HeimatStencil;
	src: url('/wp-content/myfonts/HeimatStencil-regular.ttf');
	font-weight: normal;
}


@font-face {
	font-family: Gotham;
	src: url('/wp-content/myfonts/Gotham-Light.otf');
	font-weight: 300;
}


@font-face {
	font-family: Gotham;
	src: url('/wp-content/myfonts/Gotham_Regular.otf');
	font-weight: normal;
}

@font-face {
	font-family: Gotham;
	src: url('/wp-content/myfonts/Gotham_Book_Italic.ttf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: Gotham;
	src: url('/wp-content/myfonts/Gotham_Light_Italic.otf');
	font-weight: 300;
	font-style:italic;
}


@font-face {
	font-family: Gotham;
	src: url('/wp-content/myfonts/Gotham-Bold.otf');
	font-weight: 700;
}


@font-face {
	font-family: Cambria;
	src: url('/wp-content/myfonts/cambria.ttc');
	font-weight: normal;
}


body {
	font-family: 'Gotham';
	font-weight: normal;
	
	background-size:cover;
	color:#2124ff !important; 
	background-color: white;
}

#mainpage-section-1 {
padding-top: 230px;
}

#mainpage-section-1 img {
	width:500px;
	height: 140px;
    object-fit: cover;
	    filter: invert(0.8) sepia(01) hue-rotate(197deg) saturate(28.5);
}

#mainpage-section-1 h2 {
    font-family: 'HeimatStencil';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 38pt;
    letter-spacing: 10px;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
}
#mainpage-section-1:after {
	margin:20px auto 70px auto;
}
.big-line {
	content: '';
	display: block;
	
	width: 2px;
	background-color: #2124ff;
	height: 270px;
	    margin: 70px auto 0px;
}
.short-line {
		content: '';
	display: block;
	
	width: 2px;
	background-color:  #2124ff;
	height: 110px;
	    margin: 70px auto 0px;
}
.elementor-section {
	padding-top:70px;
}

#mainpage-section-1 h1 {
	font-family: 'HeimatStencil';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 38pt;
    letter-spacing: 10px;
    text-align: center;
    margin: 0 auto;
    line-height: 70px;
}

h2 {
	font-family: 'HeimatStencil';
    text-transform: uppercase;
   font-weight: normal;
     font-size: 32pt;
         line-height: 150% !important;
}

.arrow-before:before {
	content: '';
    background-image: url(/wp-content/uploads/2022/08/arrow-right.png);
    width: 40px;
    height: 35px;
    background-size: contain;
    display: inline-block;
	    filter: invert(0.8) sepia(01) hue-rotate(197deg) saturate(28.5);
}

p {
	font-family: 'Gotham';
	font-weight: normal;
	font-size: 18pt;
	    line-height: 150%;
    margin-top: 40px;
}

p em {
	font-style:italic;
}

h3 {
	font-family: 'HeimatStencil';
    text-transform: uppercase;
   font-weight: normal;
     font-size: 20pt;
         line-height: 150% !important;
}
#mainpage-section-5 p strong {
	
}
}
#mainpage-section-9 h3 .arrow-before:before {
    width: 30px;
    height: 25px;
}

#mainpage-section-9 h4 {
	font-family: 'Gotham';
	font-size: 14pt;
	font-weight: 700;
}


#mainpage-section-9 p {
	font-family: 'Gotham';
	font-size: 14pt;
	font-weight: normal;
	    max-width: 450px;
}

#mainpage-section-9-double {
	margin-top: 60px;
}

#mainpage-section-9-double:after {
	display: none;
}



#mainpage-section-10 img {
	width: 350px;
	height:350px;
	object-fit:cover;
}

#mainpage-section-10-title {
	 margin-bottom: 0px;
	 margin-top:20px;
}


#mainpage-section-10 strong {
	font-weight: 700;
}
#mainpage-section-10 a {
	color:#2124ff;
	transition:0.3s ease-in-out;
	text-decoration:underline;
}
#mainpage-section-10 a:hover {
	opacity:0.5;
}
.mainpage-section-11-title {
	margin-bottom: 0px;
}
#mainpage-section-11 a {
	color:#2124ff;
	text-decoration:underline;
	transition:0.3s; 
	font-size:23px;
}
#mainpage-section-11 a:hover {
	opacity:0.5;
}
#mainpage-section-11 p {
	margin-top:0px;
}


#mainpage-section-11 .elementor-widget-wrap .elementor-element:nth-child(1) {
	margin-bottom: 50px;
}

#mainpage-section-11 .elementor-widget-wrap .elementor-element:nth-child(3) {
	margin-bottom: 50px;
}
#mainpage-section-11 {
	padding-bottom: 120px;
}
#mainpage-section-11:after {
	display: none;
}
#mainpage-section-12:after {
	display: none;
}
#mainpage-section-12 {
	padding: 100px 0; 
background: #2124ff;
}
#mainpage-section-12 #footer-logo img {
	    height: 100px;
    max-width: 300px;
    margin-top: 0;
    object-fit: cover;
    margin-left: -53px;
}
#mainpage-section-12-left {
	padding-top: 0px;
}
#mainpage-section-12-left a {
	font-family: 'Gotham';
	font-size: 14pt;
	font-weight: normal;
	color:white;
	transition: 0.3s ease-in-out;
	border-bottom: 1px solid rgba(255,255,255,0);
}
#mainpage-section-12-left a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
}

#mainpage-section-12-left p {
	font-family: 'Gotham';
	font-size: 14pt;
	font-weight: normal;
	margin-top: 20px;
}
#mainpage-section-12-left-socials {
	margin-top: 100px;
}
#mainpage-section-12-left-socials a {
	transition: 0.3s ease-in-out;
	margin-right: 10px;
}
#mainpage-section-12-left-socials a:hover {
	opacity: 0.5;
	border-bottom: 1px solid rgba(255,255,255,0);
}
#mainpage-section-12-left-socials a img {
	width: 40px;
	height: auto;

}

#mainpage-section-12-right-title p {
	margin-top: 0px;
	    font-family: 'HeimatStencil';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22pt;
    letter-spacing: 10px;
    text-align: left;
    margin: 0 auto;
    line-height: 70px;
    text-align: right;
}
#mainpage-section-12-right-img {
    position: absolute;
    	    position: absolute;
    width: fit-content;
    left: 400px;
    top: 30px;
    display: none;
}
#mainpage-section-12-right-img img {
	width: 100px;
	height: auto;

}
#mainpage-section-12-right-desc {
	margin-top: 70px;
	    text-align: right;
}
#mainpage-section-12-right-desc p {
		font-family: 'Gotham';
	font-size: 14pt;
	font-weight: normal;
	margin-top: 20px;
}
#mainpage-section-12 img {
	    max-width: 400px;
    margin-top: -85px;
}

#logo {
	    position: fixed;
   
    transition: 2s ease-in-out;
    right: 100px;
   top: 100px;
    transform: scale(1) rotate(0deg);
    z-index: 2;
    opacity: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
}
#menu {
	    text-align: center;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,0);
    width: 100%;
   
	z-index:2;
	transition:0.5s ease-in-out;
	opacity:0;
	    width: 215px;
    right: 125px;
    top: 350px;
	mix-blend-mode:difference;
}
#menu.header-scrolled {
	 
}
#menu.menu-fade-in {
	opacity:1;
}
#menu .container {
	
    margin: 0 auto;
	    display: block;
  
	  
    text-align: right;
}
#menu a {
	color: darkgoldenrod;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
        text-align: right;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#menu a.menu-item-active {
	color:yellow;
}
#menu a.menu-item-active:after {
	   background-color: transparent;
    border: 2px solid yellow;
    margin-top: 2px;
    width: 5px;
    height: 5px;
    margin-left: 8px;
}
#menu a:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    background-color: darkgoldenrod;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    vertical-align: top;
       margin-top: 4px;
  
    transition: 0.3s ease-in-out;
    position: absolute;
	    border: 2px solid transparent;
}
#menu a:hover {
	color:yellow;
}
#menu a:hover:after {
        background-color: transparent;
    border: 2px solid yellow;
    margin-top: 2px;
    width: 5px;
    height: 5px;
    margin-left: 8px;
}
#logo.logo-loaded:hover {
	 transform: scale(1) rotate(360deg);
}
#logo.logo-rotate {
	transform: scale(2) rotate(360deg);
	
}
#logo img {
	width: 100px;
	height: auto;
	    filter: invert(0.8) sepia(01) hue-rotate(197deg) saturate(28.5);
}


#content {
	overflow: hidden;
}


#preloader-bg {
	width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 1;
        transition: 0.5s ease-in-out;
	top:0px;
      
}
#logo.logo-loaded {
   
    pointer-events: auto;
    cursor: pointer;	
    transition: 1s ease-in-out;
    transform: scale(1) rotate(0deg);
}

#preloader-bg.prealoader-bg-loaded {
	 background-color: transparent;
	 pointer-events: none;
	 
}


#preloader-lines {
	position: absolute;
    z-index: 1;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    transition: 2s ease-in-out;
        transform: scale(10) rotate(0deg);
        -webkit-backface-visibility: hidden;
    -webkit-transition: all 2s ease-in-out;
	    filter: invert(0.8) sepia(01) hue-rotate(197deg) saturate(28.5);
   
}

#preloader-lines.preloader-lines-rotate {
	 -webkit-transform: scale(1) rotate(360deg);
	

}


#logo.logo-fade-in {
	opacity: 1;
}

#preloader-lines.preloader-lines-fade-out {
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.publictaion-pdf-div a img {
	height:30px;
}
.publictaion-pdf-div a:nth-child(2) {
	margin-left:10px;
}
.publictaion-pdf-div a {
	display:inline-block;
}
#mobile-burger {
	position:fixed;
	top:30px;
	left:20px;
	z-index:3;
	opacity:0;
	    width: 30px;
    height: 25px;
	transition:0.3s;
	    filter: invert(0.8) sepia(01) hue-rotate(197deg) saturate(28.5);
}
#mobile-burger span {
	width:30px;
	height:2px;
	left:0;
	transition:0.3s;
	position:absolute;
	background-color:white;
	
}
#mobile-burger.mobile-burger-fade-in {
	opacity:0;
}
#mobile-burger span:nth-child(1) {
	top:0;
}
#mobile-burger span:nth-child(2) {
	top:10px;
}
#mobile-burger span:nth-child(3) {
	top:20px;
}

#mobile-fake-header {
	position:fixed;
	z-index:1;
	  background-color: rgba(255,255,255,0.5);
	backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
	height:85px;
	width:100%;
	transition:0.3s;
	opacity:0;
}
#mobile-fake-header.mobile-fake-header-fade-in {
	opacity:0;
}

.body-noscroll {
Position:fixed;
}


#mobile-burger.mobile-burger-active span:nth-child(1) {
	transform:rotate(45deg);
	top:10px;
}
#mobile-burger.mobile-burger-active span:nth-child(2) {
	opacity:0;
}

#mobile-burger.mobile-burger-active span:nth-child(3) {
	transform:rotate(-45deg);
	top:10px;
}

#menu.menu-fade-in.mob-menu-active {
	pointer-events:auto;
	opacity:1 !important;
	background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

@media screen and (max-width: 1700px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width:795px !important;
	}
}

@media screen and (max-width: 1480px) {
	#menu {
		right:50px;
	}
	#logo {
		right:30px;
	}
}

@media screen and (max-width: 1280px) {
	#mobile-burger.mobile-burger-fade-in {
	opacity:1;
}
	#mobile-fake-header.mobile-fake-header-fade-in {
	opacity:1;
}
	
	#logo {
		width:50px;
		height:50px;
		top:20px;
		right:20px;
	}
	#logo img {
		width:50px;
	}

	#menu .container {
		    padding: 60px 25px 30px 25px;
		flex-wrap:wrap;
		text-align:left;
		gap:20px;
	}
	#menu a {
		width:100%;
		    text-align: left;
	}
	#menu.menu-fade-in {
		opacity:0 !important;
		pointer-events:none;
		    top: 85px;
    right: unset;
    width: 300px;
    text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#mainpage-section-12 #footer-logo img {
		margin-left:0px;
	}
	#mainpage-section-12 #footer-logo {
		text-align:center;
	}
	#mainpage-section-12 img {
		margin-top:0px;
	}
	#mainpage-section-12 {
		text-align:center;
	}
	
	#mainpage-section-12-left-socials {
		margin-top:30px;
	}
	#mainpage-section-12-right-title p {
		text-align:center;
		margin-top:20px;
	}
	#mainpage-section-12-right-desc {
		text-align:center;
		margin-top:20px;
	}
	#mainpage-section-1 h1 {
		font-size:20pt;
		line-height: 40px;
	}
	
}