@media (max-width: 1600px) {}

@media (max-width: 1400px) {
    .cover-image2 {
        height: 540px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {


  .caption-heading h1{
    font-size: 4rem;
    margin-bottom:1.5rem;
    /*text-transform: uppercase;*/
    text-indent: -0.2rem;
    letter-spacing: .2rem;
    font-weight: 300;
    
  }
  




    
    footer {
        height: 90%;
        padding: 0 20px;
        z-index: 10;
        bottom: -69%;
        transition: 0.9s cubic-bezier(0.23, 1, 0.320, 1);
    }

    footer .close {
        display: block;
    }

    footer .logo-holder {
        margin-top: -53%;
    }

    .form-title {
        margin-bottom: 0;
    }

    footer.open {
        bottom: 0;
    }

    .fake-line {
        display: none;

    }

    footer form {
        margin-bottom: 3px;
    }

    .form-control {
        padding: 0.175rem 0.75rem;
    }


    form textarea.form-control {
        border-top: none;
    }

    .form-submit-btn {
        margin-top: 0px;
    }

    .socials {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        height: 100%;
        justify-content: space-around;
    }

    .concept {
        z-index: 5;
    }

    form label {
        padding-top: 3px !important;
        font-size: 14px !important
    }

    form textarea.form-control {
        margin-top: -4px;
        height: 60px;
    }

    .cover-image2 {
        display: none;
    }

    .cover-image {
        position: relative;
        width: 95%;
        height: inherit;
        right: inherit;
    }

    .content-holder {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
        padding-bottom: 240px;
    }

    .page-title {
        text-align: center !important;
    }





}

@media (max-width: 575px) {
    i {
        font-size: 28px;
    }
}






@media (max-width: 479px) {}

/* Path: assets\front\css\style.css */