﻿.contact-form input{
   height:55px !important;
   border-radius:35px;
 }

.gray-bg {
    background: #0a052b;
}

.section-title h1 {
    margin-bottom: 18px;
    line-height: 1.2;
    color: #fff;
}

.contact-form .btn-icon {
    border: 1px solid #fff !important;
    background-color: #0a052b !important;
    box-shadow: none !important;
}

.contact-form .btn-icon:hover {
    background-color: hwb(230deg 71% 2%) !important;
    color: #0a052b;
}

.nice-select {
    width: 100%;
    height: 55px !important;
    border-radius: 35px;
    line-height: 56px !important;
    padding-right: 50%;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: #212529;
    padding-left: 60px;
}

.contact-form .form-box::before{
    font-size:17px;
    top:15px;
}
.contact-form .form-box.fa-globe:before {
    content: "\f0ac";
}
.contact-form-area .contact-form textarea {
    padding: 18px 60px;
    border-radius: 15px;
    height: 200px;
}

.map-area{
    margin-top:5%;
}
.contact-form .list {
    z-index: 999;
}
.contact-form-area  h1{
    text-transform:uppercase;
}
.contact-form-area .nice-select {
    font-size: 14px;
    font-weight: 500;
    color: #5a5555;
    text-transform: uppercase;
    margin-bottom:30px;
}
.nice-select:after {
    height: 12px;
    margin-top: -7px;
    right: 20px;
    width: 12px;
}
.contact-area{
    padding-bottom:40px;
}


