
.contact {
    background: rgba(6, 155, 75, 0.10);
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

/* .contact::after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bird.svg) no-repeat 7% 82%, url(../images/bird.svg) no-repeat 12% 65%, url(../images/bird.svg) no-repeat 7% 45%, url(../images/bird.svg) no-repeat 10% 18%, url(../images/bird.svg) no-repeat 18% 45%, url(../images/bird.svg) no-repeat 20% 0%;
    z-index: -1;
    -webkit-background-size: 18px, 28px, 28px, 33px, 33px, 52px;
    background-size: 18px, 28px, 28px, 33px, 33px, 52px;
    opacity: 0.8;
} */

.contact-list {
    color: #7c8d84;
    font-size: 15px;
    letter-spacing: 0.25px;
    background-color: #fff;
    padding: 40px;
    transform: translateY(-90px);
    min-height: 400px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 15px -3px rgba(6, 155, 75, 0.15);
}

.contact-list ul li {
    position: relative;
    margin: 15px 0;
    padding-left: 35px;
}

.contact-list ul li i {
    color: #215E21;
    width: 16px !important;
    height: auto;
    position: absolute;
    left: 0;
    top: 5px;
}
.contact-list ul,
.contact-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-list ul li a {
    color: #215E21;
}

.contact-list .owl-carousel .owl-nav button.owl-next,
.contact-list .owl-carousel .owl-nav button.owl-prev {
    background: #215E21;
    height: 36px;
    width: 36px;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}


.contact-list {
    color: #7c8d84;
    font-size: 15px;
    letter-spacing: 0.25px;
    background-color: #fff;
    padding: 40px;
    transform: translateY(-90px);
    min-height: 400px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 15px -3px rgba(6, 155, 75, 0.15);
}

/* .contact-list ul li {
    position: relative;
    margin: 15px 0;
    padding-left: 35px;
} */

.contact-list ul li svg {
    color: #215E21;
    width: 16px !important;
    height: auto;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-list ul li a {
    color: #215E21;
}

.contact-list .owl-carousel .owl-nav button.owl-next,
.contact-list .owl-carousel .owl-nav button.owl-prev {
    background: #215E21;
    height: 36px;
    width: 36px;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.contact-list .owl-carousel button span {
    font-size: 24px;
}

.contact-form {
    padding: 0 0;
}

.contact-form h2,
.contact-list h2,
.contact-list h4 {
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-form h2 {
    display: block;
}

.contact-form h2+p {
    color: #65746c;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}

.contact-form h2::after,
.contact-list h2:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-list h2 {
    margin-bottom: 15px;
}

.contact-list h4 {
    font-size: 20px;
    color: #215E21;
}

.contact-form .form-control {
    color: #666;
    border-radius: 2px;
    resize: none;
    padding: 12px 15px;
    height: auto;
    box-shadow: 0 0 5px -3px rgba(6, 155, 75, 0.20);
    border: none;
}

.contact-form .form-control:focus,
.contact-form .btn:focus {
    outline: none!important;
    box-shadow: 0 0 10px -2px rgba(6, 155, 75, 0.24);
}

.contact-form .form-control:focus {
    border-color: #17a2b8;
}

.contact-form select {
    height: auto !important;
    background: #fff url('../images/search-dropdown.svg') no-repeat 97% center;
    background-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.contact-form .btn {
    border-radius: 2px;
    background: linear-gradient(45deg, #215E21 0%, #215E21 100%);
    border: none;
    width: 150px;
}

.contact-form .btn:hover {
    border: none;
}


