@font-face {

    src: url("./fonts/icomoon.woff") format('woff');
}


@font-face {

    src: url("./fonts/Linearicons-Free.woff") format('woff');
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.h2,
h2 {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 0px;
}


p {
    font-size: 0.87rem;
}

a {
    color: #007bff;
    text-decoration: none!important;
    background-color: transparent;
}

.site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/Tower.gif) center no-repeat #fff;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0);
}




[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s;
}


.site-blocks-cover.overlay {
    position: relative;
}


[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}


.site-block-3 {
    padding-top: 150px;
}

.row-items h3 {
    color: #4E616C;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
}

.site-blocks-cover {
    background-image: url("../img/header-banner.png");
    background-position: center;
    height: 600px;

}

.site-blocks-cover,
.site-blocks-cover .row {
    min-height: 700px;
    height: calc(50vh);
}

.site-blocks-cover h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-top: -10%;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.blog-area .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.blog-area .btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #778e9c;

}

.feature-area {
    margin-top: -8%;
}


.feature-area .single-feature {
    padding: 20px;
    background-color: #1a232edb;
    text-align: left;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    top: 0;
    cursor: pointer;
    height: 110px;
}

.feature-area .single-feature .title h4 {
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding-top: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.7rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #121C27;
    padding: 10px 20px;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.nopadding{
    padding:0px;
}

.single-feature:hover {
    background: #778E9C;
    top: -5px;
}

.header-logo {
    width: 100px;
}

.align-items-stretch {
    align-items: stretch !important;
}

.about-us-bg {
    background-color: #f1f1f1;
    margin-top: 90px;
}

.about-us-main-img1 {
    margin-top: -5%;
}
.about-us-bg {
    background-color: #f1f1f1;
    margin: 0px;
    padding: 10rem;
}


.purpose_block .about-us-main-img {
    margin-top: 130px;
}

.small-image-position {
    position: absolute;
    z-index: 1;
    width: 70%;
    bottom: 30px;
    right: -20%;
    top: 20%;
}

.site-block-3 .h2,
h2 {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 0px;

}

/* blog */
.single-blog .details-btn:hover .details {
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    margin-right: 8px;
}

.single-blog .details-btn .details {
    visibility: hidden;
    opacity: 0;
    margin-left: -70px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-blog .details-btn:hover span {
    color: #fff;
    font-weight: 600;
}

.lnr-arrow-right:before {
    content: "\e87a";
}


.single-blog h5 {
    color: #292929;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.2rem;
}

.single-blog:hover h5 {
    text-decoration: none;
}


.single-blog a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.single-blog:hover a {
    text-decoration: none;
}

.single-blog .details-btn .lnr {
    color: #778E9C;
    line-height: inherit;
    margin-left: -5px;
}

.date {
    padding-top: 10px;
}


.date a {
    color: #8c8c8c;
    text-decoration: none;
    background-color: transparent;
}


.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-blog-margin {
    margin-top: 100px;
}

.section-gap {
    padding: 120px 0;
}

.single-blog .details-btn:hover {
    width: 140px;
    background: #d38d00;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.single-blog .details-btn {
    font-size: 0.8rem;
    border: 1px solid #778E9C;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.single-blog .details-btn:hover {
    text-decoration: none;
    width: 140px;
    background: #778E9C;
    box-shadow: 0px 10px 20px 0px rgba(60, 64, 143, 0.2);
}

.single-blog .thumb {
    overflow: hidden;
}

.single-blog .thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog:hover img {
    transform: scale(1.1);
}

/* footer */

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.footer-bottom {
    padding-top: 50px;
}

footer p {
    color: #9a9a9a;
}

footer a {
    color: #9a9a9a;
}
.footer-area {
    padding: 120px 0 50px;
   
}

.footer-text {
    font-size: 0.7rem;
}

.btn-primary {
    color: #fff;
    background-color: #778E9C;
    border-color: #778E9C;
    padding: 10px 15px !important;
    border-radius: 0px !important;
    right: 30px;
    position: absolute;
}

.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #8a8a8a;
    font-weight: 500;
    font-size: 12px;
    outline: none;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer h4 {
    font-size: 1.5rem;
    font-size: 1rem;
    color: white;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-footer-widget ul li a {
    color: #b3b3b3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 5px 0px;
}

.footer-area {
    background-color: #121C27;
}

.footer-border {
    border-top: solid 1px #585858;
}

.opening-hour-li {
    border-bottom: dotted 1px #676767;
    margin-bottom: 5px, ;
}

.opening-hour {
    float: right;
}

.footer-area {
    padding: 120px 0 50px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;

}

.single-footer-widget ul li a:hover {
    color: #778E9C;
}

.szechenyi-logo {
    width: 250px;
}
.infoblokk-logo {
    width: 100%;
    height: 64px;
}


.title-style{
 font-size: 2rem;
 font-weight: 700;
 padding: 10px 0px;
 margin-bottom: 70px;   
    
}

.cta-one-area .overlay-bg {
    background: rgba(4, 9, 30, 0.61);
}
.cta-one-area {
    background: url(../img/Counter-bg.png) center;
    background-size: cover;
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

.cta-one-area img{
    width:40px;
    margin-bottom:20px;
}
.cta-one-area .count-text {
    text-transform:uppercase;
}

#basicSlider img{
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    opacity: :0.5,
}


.search-icon{
 width:22px;
}

.machines-list li a{
    color: initial;
}