/* .container-fluid {
  max-width: 1500px !important;
} */

.top-strip .row {
    height: 100px;
}

.top-strip {
    background-color: rgb(255, 255, 255, 0.07);
    height: 100px;
    /* background-image: url('../images/contact-bg.png'); */
    background-size: cover;
}

.top-strip-left-text {
    color: white;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
}

.list-unstyled {
    font-size: 15px;
}

@media only screen and (min-width: 0px) and (max-width: 767.5px) {
    .col-lg-6-1 {
        padding: 0px;
    }

    .col-lg-4-1 {
        padding: 0px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 991.5px) {
    .col-lg-4-1 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
    .top-strip-left-text {
        font-size: 20px;
    }
}

.contact-icon {
    /* color: #a8d46bdc; */
    color: rgba(255, 255, 255, 0.900);
}

.top-strip-right-text {
    background-color: rgb(255, 255, 255, 0.05);
    padding: 10px 20px 10px 20px;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 2px;
    font-weight: 600;
}

.content {
    margin-top: 50px;
}

.heading {
    font-size: 2.5rem;
    font-weight: 900;
}

.form-control {
    border: none;
    border: 1px solid white;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}

.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* border-color: #090b1a; */
}

.col-form-label {
    color: #090b1a;
    font-size: 13px;
}

.custom-select:active,
.custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #090b1a;
}

.btn {
    border: none;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.btn-message {
    /* background: #6d4afe; */
    background: rgb(255, 255, 255, 0.09);
    color: #fff;
    padding: 15px 20px;
}

.btn-message:hover,
.btn-message:focus,
.btn-message:active {
    background: rgb(255, 255, 255, 0.20) !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white !important;
    box-shadow: 0px !important;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

.contact-wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.contact-wrap-top {
    padding-left: 40px;
    padding-right: 40px;
}

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
   /*  color: rgba(255, 255, 255, 0.5); */
   color: white !important;
}

.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

/* .contact-wrap .form {
  background: #090b1a;
}
 */
.contact-wrap .form h3 {
    color: white;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* .contact-wrap .contact-info {
  background: #090b1a;
}
 */
.contact-wrap .contact-info h3 {
    color: white;
    font-size: 17px;
    margin-bottom: 30px;
    font-weight: 600;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #090b1a;
}

input:focus,
textarea:focus {
    background-color: #090b1a !important;
}

input,
textarea {
    padding-left: 10px !important;
    color: rgba(255, 255, 255, 0.900) !important;
}

.kvkk-text{
    border:1px solid rgba(255, 255, 255, 0.5);
    max-height: 200px;
    overflow: auto;
}

.kvkk-text::-webkit-scrollbar-thumb {
    width: 6px !important;
    background-color: #e4e8f1 !important;
    /* border-radius: 4px !important; */
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .05) !important;
}

.kvkk-text::-webkit-horizontal,
.kvkk-text::-webkit-scrollbar {
    width: 6px !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.kvkk-text::-webkit-scrollbar {
    height: 6px !important;
}

.kvkk-text::-webkit-scrollbar-corner {
    background-color: black !important;
}

.kvkk-text::-webkit-scrollbar-track {
    background-color: black !important;
}