#slider {
    width: 500px;
    top: 100px;
    position: fixed;
    transition-timing-function: linear;
    z-index: 999;
}

#header2 {
    width: 361px;
    height: auto;
    position: absolute;
    right: 0;
    border: 1px solid #d8d8d8;
    margin-left: 40px;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0 0 8px grey;
    /* background: #cf0c8f; */
    background-image: linear-gradient(to right, #000, #000);
    color: white;
    border-radius: 10px;
}

#sidebar {
    position: absolute;
    top: 42px;
    left: 109px;
    box-shadow: 0 0 8px grey;
}

#sidebar1 {
    position: absolute;
    top: 42px;
    left: 109px;
    box-shadow: 0 0 8px grey;
}

#slider input[type=text] {
    margin-top: 10px;
    padding: 3px;
    width: 100%;
    margin-top: 10%;
    font-size: 15px;
    border-radius: 2px;
    border: 0px solid #cf0c8f;
    color: #222;
}

div#title {
    position: absolute;
    top: 300px;
    left: 650px
}

#slider select {
    padding: 6px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 3px solid #98d0f1;
    margin-top: 10px;
    color: #222222;
}

#slider textarea {
    padding: 3px;
    font-size: 15px;
    border-radius: 2px;
    border: 0px solid #5e0c3d;
    margin-top: 10px;
    height: 60px;
    width: 100%;
    color: #252525;
}

#slider button {
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    padding: 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px
}

.footer-block-2 .contact-list ul li {
    line-height: 20px;
}

.top-title .title {
    color: white;
}

.icon-awesome {
    color: white;
    font-size: 25px;
    background: #17346b;
    background: #11562b;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.slideclose {
    color: white;
    position: absolute;
    right: 18px;
    z-index: 999999999999;
    top: 8px;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding: 6px 4px 0px 9px;
    background: black;
    cursor: pointer;
}

.bg-overlay.dark-2 {
    background: rgba(0, 0, 0, 0.5);
}

a100:hover {
    stroke: red;
    stroke-width: 4;
}

.modal {
    overflow-y: auto!important;
    z-index: 999999999999;
}

.modal-open {
    overflow: auto!important;
    padding-right: 0 !important
}

#modalForm .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

#modalForm .icon {
    padding: 10px;
    background: #11562b;
    color: white;
    min-width: 50px;
    text-align: center;
}

#modalForm .input-field {
    width: 100%;
    padding: 2px;
    outline: none;
    color: grey;
}

#modalForm input[type='date'] {
    color: grey;
}

#modalForm .input-field:focus {
    border: 2px solid dodgerblue;
}


/* Set a style for the submit button */

#modalForm .btn {
    background-color: #11562b;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

#modalForm .btn:hover {
    opacity: 1;
}

.image-card-3 .title a {
    background: #11562b;
    color: white;
}