html {
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    /*font-family: 'Prompt',sans-serif;*/
    font-family: 'Exo';
}

/* nav style */
.nav {
    z-index: 10000;
    /*  height: 77px; */
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 1px solid #eaeaea;

    transition: 0.3s ease-in-out;
    padding: 29px 0;
}

.flex-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.navigation-div {
    position: absolute;
    right: 50px;
    top: 12px;
    padding-right: 0;
}

.logo {
    display: inline-block;
    margin: 3px 0;
}

.logo img {
    /*  width: 90%; */
    height: 70px;
}

.hidden-logo {
    display: none;
}

.logo-div {
    padding-right: 0;
}

.logo-div img{
    width: 150px;
}

.logo h1 {
    font-size: 30px;
    margin: 0;
    position: relative;
}

.logo h1 a {
    text-decoration: none;
    color: #000;
}

.logo-h1 {
    font-size: 30px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.logo-h1 a {
    text-decoration: none;
    color: #000;
}

.hamburger-style {
    display: none;
}

.hamburger-div {
    display: none;
}

.navigation {
    display: inline-block;
    float: right;
    font-weight: 800;

    padding-left: 0;
    margin: 0;
    position: relative;
    font-size: 0;
}


.navigation li {
    list-style: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.navigation-hover:hover a{
    background: #374466;
}

.navigation li a {
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;

    padding: 40px 10px 14px 10px;
}

.navigation li a:hover {
    color: #389aff;
}

.navigation span {
    /*color: #389aff;*/
    color: #1D2A4C;
    margin: 0 29px;
}

.navigation-mobile {
    position: fixed;
    width: 100%;
    /*top: 77px;*/
    top: 52px;
    background-color: #fff;
    z-index: 1000;
    list-style: none;
    text-align: center;
    padding: 0;
    display: none;
}

.navigation-mobile li {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

.navigation-mobile li a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

/* header style */
.header {
    background-image: url(../img/bg-third.jpg);
    background-position: center;
    background-size: cover;
    min-height: 754px;
}

.header h1 {
    font-size: 3.6rem !important;
    color: #000;
    text-align: center;
    margin-top: 260px;
    margin-bottom: 35px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: 'Exo';
}

.header p {
    font-size: 1.4rem !important;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Exo';
}

/* threebox style */
.threeBox {
    margin: 50px 0;
}

.threeBox-img {
    width: 100%;
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.threeBox .row {
    text-align: center;
    position: relative;
}

.whitebox {
    background-color: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.threeBox h2 {
    /* color: #389aff; */
    color: #1d2a4c;
    font-size: 1.8rem;
    text-align: left;
    margin: 30px 0 18px 30px;
}

.threeBox p {
    color: #000;
    font-size: 1.4rem;
    text-align: left;
    margin-left: 30px;

    margin-bottom: 30px;
}

/* about style */
.about {
    background-image: url(../img/bg-second.png);
    background-position: center;
    background-size: cover;
    max-height: 831px;
    padding: 30px;
}

.about .row {
    display: inline-block;
}

.about-left {
    margin: 95px 0;

    margin-top: 25px; /* dodane do col-md-12 , gdy bedzie powrot do col-md-6 do usuniecia */
}

.about-left h1 {
    color: #fff;
    font-size: 3.8rem;
    letter-spacing: 4px;

    margin-bottom: 30px;  /* dodane do col-md-12 , gdy bedzie powrot do col-md-6 do usuniecia */
    margin-top: 30px; /* dodane do col-md-12 , gdy bedzie powrot do col-md-6 do usuniecia */
}

.about-left p {
    font-size: 1.3rem;
    color: #fff;
    line-height: 2;
    padding-bottom: 25px;
}

.about-left p:last-child {
    font-weight: 700;
    padding-bottom: 0;
}

.about-right {
    margin: 85px 0;
}

.about-right img {
    width: 100%;
}

/* project style */
.project {
    background-color: #f6f6f6;
}

.project-left {
    position: relative;
    top: -80px;
}

.project-left-top {
    /*background-color: #389aff;*/
    background-color: #1d2a4c;
    color: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.project-left-top h1 {
    padding: 34px 30px;
    margin: 0;
    //word-spacing: 9999rem;
    letter-spacing: 4px;
}

.project-left-bottom {
    padding: 31px 40px 31px 31px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.project-left-bottom p {
    font-size: 1.5rem;
}

.project-left-bottom p:nth-child(2) {
    padding-top: 20px;
}

.button-contact {
    display: flex;
    margin-top: 80px;
    cursor: pointer;
    width: 240px;
}

.button-contact-left {
    display: inline-block;
    /*background-color: #389aff;*/
    background-color: #1d2a4c;
    width: 30px;
    height: 30px;
    padding: 5px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}

.button-contact-right {
    display: inline-block;
    /*background-color: #8bc4ff;*/
    background-color: #1D2A4C;
    transition: .3s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
}

.button-contact:hover .button-contact-right {
    /* background-color: #389aff; */
    background-color: #1d2a4c;
}

.button-contact-right p {
    display: inline-block;
    margin: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 0 7px;

    margin-top: 5px;
}

.button-contact-right p a {
    color: #fff;
    text-decoration: none;
}

.project-right {
    display: flex;
    position: relative;
    top: -80px;
}

.project-right-boxLeft {
    display: inline-block;
}

.project-right-boxRight {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.project-right-head {
    margin: 30px 0 70px 30px;
    word-spacing: 9999rem;
    letter-spacing: 4px;
}

.ul-box {
    display: flex;
}

.ul-box li {
    padding-bottom: 20px;
    font-size: 1.7rem;
    list-style-image: url(../img/li-shape.png);
}

.project-right-col-1 {
    list-style: none;
}

.project-right-col-1 li img {
    padding-right: 7px;
}

.project-right-col-2 {
    list-style: none;
    margin-right: 20px;
}

.project-right-col-2 li img {
    padding-right: 7px;
}

.button-show {
    display: flex;
    float: right;
    cursor: pointer;
    /*  margin-top: 62px;
      margin-right: 60px; */
    position: absolute;
    right: 60px;
    bottom: 31px;
}

.button-show-left {
    display: inline-block;
    /*background-color: #389aff; */
    background-color: #1D2A4C;
    width: 30px;
    height: 30px;
    padding: 5px 10px;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}

.button-show-right {
    display: inline-block;
    /*background-color: #8bc4ff;*/
    background-color: #1D2A4C;
    transition: .3s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
}

.button-show:hover .button-show-right {
    /*background-color: #389aff;*/
    background-color: #1D2A4C;
}

.button-show-right p {
    display: inline-block;
    /*margin: 5px;*/
    color: #fff;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 0 7px;

    margin: 0;
    margin-top: 1px;
    line-height: 1px;
}

/* carousel ref style */
.ref {
    background-color: #f6f6f6;
    /*padding-bottom: 20px;*/
    padding-bottom: 100px;
}

.ref-head {
    text-align: center;
    font-size: 3.6rem;
}

.prev-caro-1 {
    position: absolute;
    top: 40%;
    left: 0;
}

.next-caro-1 {
    position: absolute;
    top: 40%;
    right: 0;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -15px;
    margin-right: -19px;
}

/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
    background: silver;
}

#quote-carousel .carousel-indicators .active {
    background: #333;
}

/* End carousel */
.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/**
  MEDIA QUERIES
*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 15px 30px;
    }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }

    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0 5px;
        width: 15px;
        height: 15px;
    }

    #quote-carousel .carousel-indicators li.active {
        margin: 0 5px;
        width: 20px;
        height: 20px;
    }
}

.carousel-inner {
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.item {
    text-align: center;
    height: auto;
}

.ref-slider {
    min-height: 150px;
}

.ref-slider h2 {
    /*color: #389aff;*/
    color: #1D2A4C;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
}

.ref-slider p{
    font-size: 1.5rem;
    color: #000;
}

/*
.ref-slider p:nth-child(2) {
    font-size: 1.5rem;
    color: #9c9c9c;
    letter-spacing: 0.2px;
    padding: 0 20px;
}

.ref-slider p:nth-child(3){
    font-size: 1.3rem;
    font-weight: 800;
    color: #000;
    padding-top: 5px;
}

.ref-slider p:last-child {
    font-size: 1.3rem;
    color: #000;
}*/

.left-arrow {
    width: 30px;
    height: 30px;
    /*background-color: #389aff;*/
    background-color: #1d2a4c;
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
}

.left-arrow:hover {
    /*background-color: #278aee;*/
    background-color: #1D2A4C;
}

.right-arrow {
    width: 30px;
    height: 30px;
    /*background-color: #389aff;*/
    background-color: #1D2A4C;
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
}

.right-arrow:hover {
    /*background-color: #278aee;*/
    background-color: #1D2A4C;
}

.carousel-indicators li {
    border-radius: 0 !important;
}

/* end of carousel ref style */
/* section instal style */
.instal {
    min-height: 550px;
    background-image: url(../img/bg-third_03.png);
    background-position: center;
    background-size: cover;
}

.instal-img {
    width: 100%;
}

.instal-head {
    margin: 40px 0 20px;
    text-align: center;
}

/* carousel instal style */
.carousel-sec {
    background-color: transparent;
    border: 0;
}
.responsive {
    margin-bottom: 40px;
}
.caption-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 220px;
    width: 100%;
}

.caption {
    height: 160px;
    background-color: #fff;
    padding: 5px 20px;
    word-wrap: break-word;
}

.caption h4 {
    font-size: 1.5rem;
    /*color: #389aff;*/
    color: #1d2a4c;
    letter-spacing: 1px;
    margin: 0;
    padding-top: 20px;
    text-transform: uppercase;
    text-align: start;
}

.caption p {
    text-align: start;
    padding-top: 5px;
    font-size: 1.3rem;
    color: #000;
}

.prev-caro-2 {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 100;
}

.next-caro-2 {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 100;
}

.button-more {
    display: flex;
    cursor: pointer;
    width: 110px;
    padding-bottom: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.button-more-left {
    display: inline-block;
    /*background-color: #389aff; */
    background-color: #1D2A4C;
    width: 30px;
    height: 30px;
    padding: 7px 11px;

    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-more-right {
    display: inline-block;
    /*background-color: #8bc4ff;*/
    background-color: #1D2A4C;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    transition: .3s ease-in-out;

    display: flex;
    justify-content: center;
    align-items: center;
}

.button-more-right p {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1px;
}

.button-more:hover .button-more-right {
    /*background-color: #389aff;*/
    background-color: #1D2A4C;
}

/* section contact style */
.contact {
    background-color: #fff;
}

.contact-head {
    text-align: center;
    font-size: 3.7rem;
    color: #000;
    margin-top: 60px;
    margin-bottom: 30px;
}

.company-name {
    /*color: #53a7ff;*/
    color: #1d2a4c;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.company-adress {
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.company-adress span {
    font-weight: 800;
}

.box-input {
    height: 50px;
}

.box-textarea {
    height: 80px;
}

.input-style {
    outline: 0;
    border-width: 0 0 1px;
    /*border-color: #eaeaea;*/
    border-color: #1D2A4C;
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.3rem;
    color: #000;
    padding: 5px;
    margin-bottom: 15px;
}

.input-style:focus {
    border-color: #000;
}

.input-style:focus::-webkit-input-placeholder {
    color: transparent;
}

.input-style:focus:-moz-placeholder {
    color: transparent;
}

.input-style:focus::-moz-placeholder {
    color: transparent;
}

.input-style:focus:-ms-input-placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

.textarea-style {
    height: 100%;
}

.button-sub {
    display: flex;
    margin-top: 20px;
    width: 110px;
}

.button-submit {
    font-size: 1.3rem;
    height: 30px;
    padding: 5px 15px;
    font-weight: 800;
    border: 0;
    /*background-color: #8bc4ff;*/
    background-color: #1D2A4C;
    color: #fff;
    transition: .3s ease-in-out;
}

.button-sub:hover .button-submit {
    /*background-color: #389aff;*/
    background-color: #1D2A4C;
}

/* section map style */
#map {
    height: 300px;
    margin-top: 30px;
}

/* logos slider style */
.logo-slider {
    padding: 30px 0;
}

.your-class img {
    opacity: .4;
}

.your-class img:hover {
    opacity: 1;
}

/* footer style */
.footer-left {
    float: left;
    padding: 15px 0;
}

.footer-right {
    float: right;
    padding: 15px 0;
}

.footer-right span,.footer-left span {
    /*color: #389aff;*/
    color: #1d2a4c;
    font-weight: 800;
}

/* new class */
.navbar-fixed {
    top: 0;
    z-index: 200;
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #eaeaea;
}

.left-arrow-slicked:hover:before {
    /*background-color: #278aee;*/
    background-color: #1D2A4C;
}

.left-arrow-slicked {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 45%;
}

.left-arrow-slicked::before,.left-arrow-modal::before {
    content: url(../img/arrow-left.png);
    width: 30px;
    height: 30px;
    /*background-color: #389aff;*/
    background-color: #1D2A4C;
    display: inline-block;
    padding: 7px 9px;
    box-sizing: border-box;
    cursor: pointer;
}

.right-arrow-slicked:hover:before {
    /*background-color: #278aee;*/
    background-color: #1D2A4C;
}

.right-arrow-slicked {
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 45%;
    right: 0;
}

.right-arrow-slicked::before,.right-arrow-modal::before {
    content: url(../img/arrow-right.png);
    width: 30px;
    height: 30px;
    /*background-color: #389aff;*/
    background-color: #1D2A4C;
    display: inline-block;
    padding: 7px 11px;
    box-sizing: border-box;
    cursor: pointer;
}

.left-arrow-modal {
    position: absolute;
    top: 43%;
    left: -40px;
}

.right-arrow-modal {
    position: absolute;
    top: 43%;
    right: -40px;
}

.left-arrow-modal:hover:before {
    /*background-color: #278aee;*/
    background-color: #1D2A4C;
}

.right-arrow-modal:hover:before {
    /* background-color: #278aee; */
    background-color: #1D2A4C;
}

.slick-slide:focus {
    outline: 0;
}

.button-fly-anime {
    animation: anime .3s;
    -webkit-animation: anime .3s;
    position: relative;
}

.arrow-anime {
    animation: anime2 .3s;
    -webkit-animation: anime2 .3s;
    position: relative;
}

.arrow-more-anime {
    animation: anime3 .3s;
    -webkit-animation: anime3 .3s;
}

#wait {
    width: 64px;
    height: 64px;
}

/* modal */
.carousel-inner-modal {
    border: 0;
}

.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

.modal-dialog {
    width: 90%;
    height: 50%;
}

.modal-content {
    top: 10%;
    border-radius: 0;
}

.modal-context h4 {
    color: #389aff;
    font-size: 1.6rem;
    width: 80%;
    margin: 0;
    line-height: 1.42857143;
}

.modal-context p {
    color: #000;
    font-size: 1.3rem;
    padding-top: 5px;
    width: 80%;
}

.modal-body {
    text-align: center;
    padding: 25px;
}

.img-modal {
    padding: 20px;
    display: inline-block;
}

.img-modal img {
    width: 250px;
}
.modal-img-size {
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
}
.flex-object {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.flex-object img {
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.test {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.test img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.thumbnail {
    border: 0!important;
}
/* animacje */
@keyframes anime {
    0% {
        position: relative;
        top: 0;
        left: 0;
    }

    20% {
        position: relative;
        top: -10px;
        left: 10px;
    }

    40% {
        position: relative;
        top: -25px;
        left: 25px;
    }

    45% {
        position: relative;
        top: -25px;
        left: -25px;
    }

    55% {
        position: relative;
        top: 25px;
        left: -25px;
    }

    100% {
        position: relative;
        top: 0;
        left: 0;
    }
}

@keyframes anime2 {
    0% {
        position: relative;
        left: 0;
    }

    40% {
        position: relative;
        left: 30px;
    }

    45% {
        position: relative;
        top: -30px;
        left: 30px;
    }

    50% {
        position: relative;
        top: -30px;
        left: -30px;
    }

    55% {
        position: relative;
        top: 0;
        left: -25px;
    }

    100% {
        position: relative;
        top: 0;
        left: 0;
    }
}

@keyframes anime3 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@media (max-width: 1600px) {
    .modal-img-size {
        height: 200px;
    }
    .flex-object img {
        height: 200px;
    }
}
@media (max-width: 1200px) {
    .threeBox-img {
        height: 183px;
    }
    .about-right {

    }

    .project-left-top h1 {
        word-spacing: normal;
    }

    .button-contact {
        margin-top: 40px;
    }
    .modal-img-size {
        height: 180px;
    }
    .flex-object img {
        height: 180px;
    }
    .button-show {
        /*  margin-top: 32px;
          margin-bottom: 10px; */
        position: relative;
        margin-left: 31px;
        margin-bottom: 31px;
        float: none;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 992px) {
    .threeBox-img {
        height: 445px;
    }

    .navigation-div {
        display: none;
    }

    .navigation {
        display: none;
    }

    .hamburger-style {
        float: right;
        display: inline-block;
        cursor: pointer;
    }

    .hamburger-div {
        display: block;
    }

    .threeBox {
        height: auto;
    }

    .threeBox .row {
        margin-top: 30px;
        top: 0;
    }

    .threeBox .col-md-4 {
        margin-bottom: 20px;
    }

    .about-right {
        display: none;
    }

    .project-left {
        top: 0;
        margin-top: 20px;
        margin-bottom: 80px;
    }



    .about-left {
        padding-bottom: 20px;

        margin: 0; /* dodane do col-md-12 , gdy bedzie powrot do col-md-6 do usuniecia */
    }

    .instal {
        min-height: 450px;
    }

    .left-arrow-modal {
        top: 45%;
    }

    .right-arrow-modal {
        top: 45%;
    }

    .modal-context {
        margin-right: 20px;
    }
    .caption-header {
        height: 160px;
    }
    .modal-img-size {
        height: 160px;
    }
    .flex-object img {
        height: 160px;
    }
    .btn-lang {
        right: 65px!important;
    }
    .btn-lang button {
        color: #fff!important;
    }

}
@media (max-width: 870px) {
    .modal-img-size {
        height: 140px;
    }
    .flex-object img {
        height: 140px;
    }
}
@media (max-width: 800px) {
    .modal-img-size {
        height: 120px;
    }
    .flex-object img {
        height: 120px;
    }
}
@media (max-width: 768px) {
    .your-class img {
        width: 75%;
    }

    .project-left {
        margin-bottom: 0;
    }

    .project-right {
        top: 0;
        height: auto;
    }

    .button-show {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .project-right-boxLeft {
        display: none;
    }

    .modal-content {
        margin-bottom: 10px;
    }

    .modal-dialog {
        margin: 0 auto;
    }

    .left-arrow-modal {
        top: 43%;
    }

    .right-arrow-modal {
        top: 43%;
    }
    .modal-img-size {
        height: 360px;
    }
    .flex-object img {
        height: 360px;
    }
}
@media (max-width: 700px) {
    .threeBox-img {
        height: 400px;
    }
}
@media (max-width: 620px) {
    .footer {
        text-align: center;
    }

    .footer-left {
        float: none;
        padding: 0;
        padding-top: 10px;
    }

    .footer-right {
        float: none;
        padding: 0;
        padding-bottom: 10px;
    }
}
@media (max-width: 600px) {
    .threeBox-img {
        height: 350px;
    }
}
@media (max-width: 500px) {
    .threeBox-img {
        height: 300px;
    }
    .header h1 {
        margin-top: 150px;
        margin-bottom: 20px;
    }
    .header p {
        margin-bottom: 8px;
    }
}
@media (max-width: 480px) {
    .slide-margin {
        margin-bottom: 20px;
    }
    .caption-header {
        height: 220px;
    }
}

@media (max-width: 425px) {
    .nav {
        /*  height: 40px; */
    }

    .logo {
        width: 27%;
        margin: 3px 0;
    }

    .logo img {
        height: 33px;
    }

    .hamburger-style {
        float: right;
        margin-top: 3px;
    }

    .navigation-mobile {
        /*top: 40px;*/
    }

    .header {
        min-height: 654px;
    }

    .header h1 {
        font-size: 3rem !important;
        /*  margin-top: 200px; */
    }

    .project-right-head {
        font-size: 2.8rem;
    }

    .ul-box {
        display: block;
    }

    .button-show {
        margin-left: 40px;
        margin-right: 0;
        float: none;
    }

    .button-show-right p {
        font-size: 1.2rem;
        margin: 6px;
    }
}
@media (max-width: 400px) {
    .threeBox-img {
        height: 200px;
    }
}
@media (max-width: 370px) {
    .logo {
        width: 28%;
        margin: 3px 0;
    }
    .about {
        max-height: none;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-left {
        margin: 20px 0;
    }
}
@media (max-width: 350px) {
    .threeBox-img {
        height: 180px;
    }
}
@media (max-width: 320px) {
    .logo {
        width: 30%;
        margin: 3px 0;
    }
}

/* new classes */
.padding-remove {
    padding-left: 0;
    padding-right: 0;
}

.g-recaptcha {
    margin-top: 30px;
}

.validate {
    width: 100%;
    padding: 10px;
    margin: 40px 0;
    text-align: center;
    font-size: 18px;
}
validate p { 
    color:#ff0000 ; 
    margin:0; 
}

.btn-lang {
    position: absolute;
    right: -30px;

}

.btn-lang button {
    border: 0px solid #000;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    top: 7px;
    position: relative;
}

.button-hover {
    color: #fff!important;
    top: 0!important;
}