html, body {
    font-family: 'Open Sans', sans-serif;
}

.page-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
}

#header {
    background: #fff;
    border-top: 3px solid #ededed;
}

#header.transitions {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.to-fixed {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: rgba(255,255,255,1) !important;
    border-bottom: 2px solid #0088cc;
}

.to-fixed .logo {
    min-width: 100px;
    max-width: 150px !important;
}

.to-fixed ul#main-menu > li > a {
    font-size: 12px;
}

.to-fixed ul#main-menu > li > a.active {
    font-size: 12px;
}

.header-left {
    padding: 30px 0;
}

.header-left > .logo {
    margin: 0;
    padding: 0;
    min-width: 100px;
    max-width: 190px;
    line-height: 0;
}

.main-menu {
    text-align: right;
}

ul#main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
ul#main-menu > li {
    margin: 1px 2px 1px 0;
    float: left;
    line-height: 24px;
}

ul#main-menu > li > a {
    padding: 9px 10px 7px 10px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul#main-menu > li > a:hover {
    background: #0088cc;
    color: #fff;
}

ul#main-menu > li > a.active {
    background: #0088cc;
    color: #ffffff;
    font-size: 16px;
}

ul#main-menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 92px);
    z-index: 2;
    margin-top: 92px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    background: rgba(255, 255, 255, 0.99);
    color: #0088cc;
    list-style: none;
}

ul#main-menu-mobile > li {
    text-align: center;
    text-transform: uppercase;
}

ul#main-menu-mobile > li > a {
    text-decoration: none;
    font-size: 1.5rem;
}


.banner-wrapper {
    margin: 0px auto;
    background: rgb(23,23,23);
    padding: 0px;
    overflow: visible;
    height: 100vh;
}

.blue-line {
    width: 100%;
    height: 5px;
    background: #0088cc;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%
}

.swiper-slide > img {
    object-fit: cover;
    height: 100%;
}

.banner-info {
    position: absolute;
    left: 10%;
    top: 40%;
    background: hsla(0,0%,100%,.8);
    padding: 25px;
    margin: 0;
    display: inline-block;
    z-index: 9999;
}

.banner-info-h3 {
    position: absolute;
    left: 10%;
    top: 53%;
    background: hsla(0,0%,100%,.8);
    padding: 25px;
    margin: 0;
    display: inline-block;
    z-index: 9999;
}

.banner-info h2 {
    font-weight: 200;
    font-size: 2.2rem;
}

.banner-info-h3 h3 {
    font-weight: 200;
    /*font-size: 1.0rem;*/
}

@media only screen and (max-width: 600px) {
    .banner-info {
        left: 0;
        top: 30%;
        width: calc(100% - 40px);
        margin: 20px 20px;
        text-align: center;
    }

    .banner-info-h3 {
        left: 0;
        top: 50%;
        width: calc(100% - 40px);
        margin: 20px 20px;
        text-align: center;
    }

    .banner-info h2 {
        font-size: 1.4rem;
    }

    .banner-info-h3 h3 {
        font-size: .9rem;
    }

    .swiper-slide > img {
        object-position: 70% 50%;
    }
}

.under-banner-info {
    color: #fff;
    background: #171717;
    padding: 30px 70px;
}

.under-banner-info h2 {
    font-size: 1.3em;
    font-weight: 300;
}

.under-banner-info p {
    opacity: 0.8;
    font-weight: 300;
}

.content-wrapper {
}

.content-wrapper-padding {
    padding: 120px 50px;
}

/*break sm*/
@media only screen and (max-width: 600px) {
    .content-wrapper-padding {
        padding: 68px 5px;
    }
}

.content-wrapper h3 {
    font-weight: 300;
    font-size: 2em;
    margin: 40px 0;
}

.content-wrapper p {
    font-weight: 300;
}

.content-wrapper .card {
    border-radius: 0 !important;
}

.content-wrapper .card .card-header {
    background: #0088cc;
    color: #fff;
}

.content-wrapper .card h4 {
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.content-wrapper .card .card-body {
    min-height: 310px;
}

.content-wrapper .card .with-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-wrapper .card .card-body {
    font-weight: 300;
}

.parallax-window {
    margin-top: -20px;
    width: 100%;
    height: 100%;
    opacity: .93;
}

.realization-wrapper {
    background: #ffffff;
    color: #1a2c51;
}

.realization-wrapper h3 {
    font-weight: 300;
    font-size: 2em;
}

.realization-wrapper-padding {
    padding: 5rem 0;
}

.realization-wrapper .small-desc {
    padding: 1rem 0;
}

.realization-image {
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    transition:all 1s;
    /*height: 400px;*/
    padding: 2rem;
}

.realization-item {
    padding: 3rem 0;
}

@media only screen and (max-width: 680px) {
    .mobile-reverse {
        flex-direction: column-reverse !important;
    }
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.hover01 figure {
    background: #fff;
    overflow: hidden;
}

.realization-info h4 {
    padding: 10px 0;
    position: relative;
    font-size: 1.5rem;
    font-weight: 300;
}

.realization-info h4::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 3px;
    top: 0;
    left: 0;
    background: #0088cc;
}

.realization-info small {
    font-size: 1rem;
    font-weight: 300;
}

.realization-info p {
    text-align: justify;
    font-weight: 300;
    padding: 1.5rem 0;
}

.working-range-wrapper {

}

.working-range-wrapper h3 {
    font-weight: 300;
    font-size: 2em;
}

.working-range-title {
    position: relative;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 20px 0;
    width: 60%;
}

.working-range-title::after {
    content: "";
    width: 40%;
    height: 3px;
    background: #0088cc;
    position: absolute;
    left: 0px;
    bottom: 7px;
}

/*break sm*/
@media only screen and (max-width: 600px) {
    .working-range-title {
        font-size: 1.9rem;
    }
}


ul.working-range-list {
}

ul.working-range-list > li {
    font-weight: 300;
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    ul.working-range-list > li {
        font-size: 19px;
    }
}

footer {
    background-color: rgb(23, 23, 23);
    color: #fff;
}

@media only screen and (max-width: 600px) {
    footer h5, footer h6 {
        text-align: center;
    }

    footer .footer-selector {
        padding: 1.4rem 0;
    }
}

/*boxes*/
.container-box {

}

 .box {
    position: relative;
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

 .box .icon {
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #0088cc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    transition: 1s;
}

 .box.red .icon {
    box-shadow: 0 0 0 #e91e63;
    background: #e91e63;
}

 .box.red:hover .icon {
    box-shadow: 0 0 0 400px #e91e63;
}

 .box.green .icon {
    box-shadow: 0 0 0 #23e629;
    background: #23e629;
}

 .box.green:hover .icon {
    box-shadow: 0 0 0 400px #23e629;
}

.blue .icon {
    box-shadow: 0 0 0 #0088cc;
    background: #0088cc;
}

.blue:hover .icon {
    box-shadow: 0 0 0 400px #0088cc;
}

 .box .content {
    position: relative;
    z-index: 1;
    transition: 0.5s
}

 .box:hover .content {
    color: #fff;
}

 .box .content h3 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
    font-weight: 600;
}

 .box .content p {
    margin: 0;
    padding: 0;
    text-align: justify;
}