* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-wrap,
.hero-wrap-2,
.slider-text {
    height: 300px !important;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.bread {
    color: #fff;
}

.breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.hero-wrap {
    width: 100%;
    /* height: 100%;
position: inherit; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.overly {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    /* background: #f1453d; */

}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumbs i {
    color: white;
}

.breadcrumbs a {
    color: white;
    text-decoration: none;
}

.ftco-section {
    padding: 5em 0;
    position: relative;
}

.box {
    width: 100%;
    display: block;
}

.box h3 {
    font-size: 24px;
    font-weight: 500;
}

.container-flex {
    padding: 0 65px;
}

.display {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.w-responsive {
padding: 0 21%;
font-size: large;
font-weight: 600;
}

.frame {
    width: 100%;
    padding: 0 0 50px 0;
}

iframe {

    width: 100%;
    height: 310px;
}

.head {
    text-align: center;
    width: 100%;
    padding: 0 0 21px 0;
}

.head h3 {
    font-size: 40px;
    font-weight: 700;
}

.contact-form {
    padding: 30px 300px;
    align-items: center;
}

input,
textarea,
button {
    width: 100%;
    outline: none;
    border: none;
    background: gainsboro;
    padding: 10px;
    border-radius: 36px;
}

button {
    width: 21%;
    background: limegreen;
    color: white;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #2e2e43;
    padding: 0 0 0 31px;
    font-size: 23px;
    font-weight: 600;
}

textarea {
    width: 100%;
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}



@media (max-width:1200px) {
    .contact-form {
        padding: 30px 223px;
    }
}

@media (max-width:992px) {
    .contact-form {
        padding: 30px 150px;
    }
}

@media (max-width:768px) {
    .contact-form {
        padding: 30px 80px;
    }
}

@media (max-width:768px) and (min-width:200px) {
    .contact-form {
        padding: 30px 0px;
    }

    .container-flex {
        padding: 0 10px;
    }
}