.finti {
    background-color: #726456;
}

.finti .content h2,
.finti .content h1,
.finti .content p {
    color: #fff;
}

.finti .content h3 {
    color: #c73144;
}

.finti .content a.btn {
    color: #fff;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.p-5 {
    padding: 4rem !important;
}

.smaller-header {
    padding-top: 450px;
    padding-bottom: 200px;
}

@media (max-width: 1450px) {
    .smaller-header {
        padding-top: 300px;
        padding-bottom: 150px;
    }
}

@media (max-width: 1080px) {
    .smaller-header {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    .smaller-header .pagetitle h1 {
        font-size: 2rem;
    }
}

.action-form {
    margin-top: 0;
    padding-top: 0;
}

.action-form form {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.action-form form input {
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.action-form form textarea {
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.action-form form input[type="file"] {
    box-shadow: none;
    background: transparent;
    width: 100%;
    text-transform: uppercase;
}

.action-form form input[type="file"]::file-selector-button {
    background: #000;
    border: 1px solid #c73144;
    margin: 0 15px 0 0;
    border-radius: 50px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-form form input[type="file"]::file-selector-button:hover {
    background: #c73144;
    border: 1px solid #000;
}

.action-form form button[type="submit"] {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.image-square-lg {
    display: flex;
    padding: 0;
    justify-content: center;
}

.image-square-lg.left {
    flex-direction: row-reverse;
}

.image-square-lg > div {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.image-square-lg > div.content {
    padding: 75px;
}

.finti-header {
    max-height: 700px;
}

.finti-header .content img {
    margin-top: 48px;
}

@media (max-width: 990px) {
    .finti-header {
        max-height: 100%;
    }
}

@media (max-width: 1199px) {
    .finti-header {
        height: auto;
        max-height: 100%;
    }

    .finti-header .image {
        height: 100vw;
        margin-bottom: 0;
        max-height: 500px;
        position: relative;
    }

    .finti-header .content {
        top: 0;
        position: relative;
    }
}


@media (max-width: 1200px) and (min-width: 991px) {
    .finti-header {
        padding-top: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .finti-header > .image {
        height: 300px;
        display: none;
        max-height: 500px;
        position: relative;
        overflow: hidden;
    }

    .finti-header > .content {
        margin-top: 48px;
        position: relative;
        top: 0;
        padding: 30px;
    }
}

@media (max-width: 1299px) {
    .image-square-lg > div.content {
        padding: 50px;
        width: 75%;
    }

    .image-square-lg > div.image {
        width: 25%;
    }
}

@media (max-width: 1199px) {
    .image-square-lg {
        flex-direction: column !important;
    }

    .image-square-lg > .image {
        height: 300px;
    }

    .image-square-lg > div {
        width: 100% !important;
    }
}

.certified{
    width: 180px;
    position: absolute;
    right: 8vw;
    top: 0;
    transform: translateY(-50%);
}

@media(max-width: 550px){
    .certified{
        width: 30vw;
    }
}

footer{
    overflow: visible;
}

.downloads h3{
    margin-bottom: 0;
}

.download-dropdown{
    margin-bottom: 24px;
    position: relative;
    width: fit-content;
}

.download-dropdown:after{
    position: absolute;
    bottom: 0px;
    right: -24px;
    font-size: 16px;
    content: "\e64b";
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    gap: 20px;
    top: 30px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }

  .dropdown-content a{
    color: black !important;
    border-bottom: #c73144 1px solid;
    padding-bottom: 5px;
  }

  .dropdown-content a:hover{
    color: black !important;
    border-bottom: #c73144 5px solid;
    padding-bottom: 0px;
  }
  
  .dropdown:hover .dropdown-content {
    display: flex;
  }

  .download-btn{
      margin-bottom: 15px !important;
      margin-right: 12px !important;
  }