* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.map {
    width: 90%;
    height: 100%;
    box-shadow: 0 0 30px rgba(84, 127, 170, 0.6);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

body {
    background-image: linear-gradient(to bottom, rgba(0, 1, 22, 0.7), rgba(0, 1, 22, 0.7)), url('../images/Gallery/1.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.contact {
    padding: 190px 0 100px 0;
    max-width: 1500px;
    margin: auto;
}


.button-Contact {
    padding: 10px 15px;
    border: 2px solid #0c4062;
    color: #fff;
    background: linear-gradient(to bottom right, #000000, #0c4062, #41c4e2);
    font-weight: 400;
    transition: all 0.7s ease-in-out;
    font-size: 100% !important;
    border-radius: 50px !important;
    border: none;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}

.button-Contact:hover {
    background: linear-gradient(to top left, #000000, #0c4062, #41c4e2);
    color: #fff;
}

.button-Contact:focus {
    outline: none !important;
    border-color: transparent !important;
}
.wpb_wrapper a:hover{
    text-decoration: underline;
}

.contact .Form-Contact {
    box-shadow: 0 0 30px rgba(84, 127, 170, 0.6);
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}


.input-Contact {
    padding: 10px 15px;
    font-size: 100% !important;
    border-radius: 15px !important;
    border: 2px solid #0c406275;
    color: #0c4062;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    box-shadow: 1px 1px 1px -2px #0c4062 !important;
}



.form-control {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}



textarea.form-control {
    height: inherit !important;
}

.info-wrap h3 {
    color: #fff;
}

.info-wrap .dbox {
    width: 100%;
    color: #EEE;
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
    color: #E1E1E1;
}

.info-wrap .dbox p span {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
}

.info-wrap .dbox p a {
    color: rgba(255, 255, 255, 0.7);
}

.info-wrap .dbox .icon {
    margin-top: 10px;
}

.info-wrap .dbox .icon span {
    font-size: 24px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: 100%;
}

.porto-u-main-heading h2 {
    color: #E1E1E1;
    margin: 0;
}

.section-title h2 {
    color: #fff !important;
}

.porto-u-sub-heading {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}

.vc_column_container {
    padding: 0 50px 0 50px;
}

/* Responsive design */
@media (max-width: 768px) {
    .contact-card-glasses {
        max-width: 100%;
    }
}