.homepage__banner {
    height: 100vh !important;
}
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.partners__logo img {
    object-fit: contain;
}
.sticky__socials {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    align-items: center;

    @media (max-width: 720px) {
        transform: translateY(0%);
    }

    span {
        font-size: 16px;
        color: #000;
        display: block;
        writing-mode: sideways-lr;
        position: absolute;
        right: calc(100% + 0px);
        top: 50%;
        transform: translateY(-50%);
        height: max-content;
        animation: bounceVertical 3s ease-in-out infinite;
    }

    /*.sticky__socials{
  position:fixed;
  right:0;
  top:50%;
  transform:translateY(-50%);
  z-index: 999;
  display: flex;
  align-items:center;
  @media (max-width:720px) {
   transform:translateY(0%);
  }

 
   span{
            font-size:16px;
            color:#fff;
            display: block;
            writing-mode:sideways-lr;
            color:#000;
            position:absolute;
            right:calc(100% + 0px);
            top:50%;
            transform:translateY(-50%);
            height:max-content;
           
          }*/
    ul {
        padding-left: 0;
        list-style: none;
        /* background: linear-gradient(45deg ,#1b78bd , #3ab2e3); */
        background-color: #167ee6;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        z-index: 999;
        margin-bottom: 0;
        li {
            a {
                width: 50px;
                height: 50px;
                display: flex;
                justify-content: center;
                align-items: center;
                /* background-color:#167ee6; */
                cursor: pointer;
                transition: 0.2s all ease-in-out;
                &:hover {
                    background-color: #0051a3;
                    /* background-color: #1b76bc; */
                }
                img {
                    width: 19px;
                    height: auto;
                    max-height: 20px;
                }
                /* &#sticky__form__toggle{
          height:auto;
          flex-flow:column;
          padding:10px;
          span{
            font-size:12px;
            color:#fff;
            display: block;
            writing-mode:sideways-lr;
            margin-top:10px;
          }
         } */
            }
            &:nth-child(1) {
                a {
                    border-top-left-radius: 10px;
                }
            }
            &:last-child {
                a {
                    border-bottom-left-radius: 10px;
                }
            }
        }
    }
}
.sticky__contact__form {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    padding: 20px 20px 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    z-index: 99;
    transition: 0.4s all ease-in-out;
    transform: translateY(-50%) translateX(50px);
    opacity: 0;
    visibility: hidden;
    min-width: 400px;
    max-width: calc(100vw - 80px);
    @media (max-width: 720px) {
        /* transform:translateY(-50%) translateX(50px); */
    }
    @media (max-width: 580px) {
        min-width: calc(100vw - 70px);
    }
    .sticky__contact__form__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        h5 {
            font-size: 20px;
            color: #1d1d1d;
            margin-bottom: 0;
        }
        button {
            background-color: transparent;
            padding: 0;
            border: 0;
            outline: none;
            width: 16px;
            height: 16px;
            img {
                width: 100%;
                height: 100%;
            }
        }
    }
    form {
        margin: 0;
        width: 100%;
        fieldset {
            width: 100%;
            &:not(:last-child) {
                margin-bottom: 15px;
            }
            input,
            select,
            textarea {
                padding: 5px 10px;
                font-size: 14px;
                font-weight: 400;
                color: #818181;
                border: 1px solid #818181;
                outline: none !important;
                border-radius: 5px;
                width: 100%;
                resize: none;
                &::placeholder {
                    font-size: 14px;
                    font-weight: 400;
                    color: #818181;
                }
            }
            textarea {
                height: 120px;
            }
            input[type='submit'],
            button[value='submit'],
            button[value='SUBMIT'],
            button[type='submit'] {
                background-color: #1d1d1d;
                border: 1px solid #1d1d1d;
                color: #fff;
                width: 100%;
                padding: 15px 30px;
            }
        }
    }
}
.sticky__socials.form__active {
    .sticky__contact__form {
        transform: translateY(-50%) translateX(0px);
        opacity: 1;
        visibility: visible;
        @media (max-width: 720px) {
            transform: translateY(-50%) translateX(0px);
        }
    }
}
.find__jobs__modal {
    .modal-dialog {
        padding: 15px;
    }
    .btn-close {
        opacity: 1;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: auto;
        li {
            img {
                /* filter: invert(1); */
            }
        }
    }
    .row {
        i {
            img {
                padding: 10px;
                border-radius: 100px;
                background-color: #f5957c;
            }
        }
    }
}
.start__now__modal {
    button[type='submit'] {
        background-color: #1d1d1d;
        border: 1px solid #1d1d1d;
        color: #fff;
        width: 100%;
        padding: 15px 30px;
    }
    .modal-title {
        line-height: 1.2;
        padding-right: 30px;
    }
    input.form-check-input {
        padding: 0;
    }
}
header .navbar-brand img {
    max-height: unset;
}
.content__section {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        margin-bottom: 15px;
        b,
        strong {
            color: #000;
        }
    }
    p {
        color: #000;
        b,
        strong {
            color: #000;
        }
    }
    ul {
        list-style: disc;
        li {
            list-style: disc;
            font-size: 16px;
            color: #000;
            b,
            strong {
                color: #000;
            }
        }
    }
    a:not(.btn) {
        color: #1aabe0;
    }
}
.map {
    iframe {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1200px) {
    .homepage__banner {
        height: auto !important;
    }
}
@media (max-width: 720px) {
    .homepage__banner .md-h-650px {
        height: 450px !important;
    }
}
