.ftco-section {
    padding: 7em 0;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 768px){
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

}


@media (min-width: 992px)
{
    .info-wrap {
        /* margin-top: -20px; */
        /* margin-bottom: -20px; */
        border-radius: 5px;
    }
}
.bg-primary {
    background: #449B06 !important;
}
@media (min-width: 992px){
    .p-lg-5 {
        padding: 3rem !important;
    }
    .p-4 {
        padding: 1.5rem !important;
    }
    .w-100 {
        width: 100% !important;
    }
    .bg-primary {
        background-color: #33863e!important;
    }
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}
.w-100 {
    width: 100% !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-map-marker:before {
    content: "\f041";
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}
.info-wrap .dbox p {
    margin-bottom: 0;
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
#contactForm .form-control {
    font-size: 16px;
}
.form-control:focus, .form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
}
.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.text.pl-3 p {
    color: white;
}
.text.pl-3 a {
    color: white;
}
h3.mb-4 {
    font-size: 24px;
    padding: 15px;
    color: white;
}
section.ftco-section {
    background-color: #e9eaea;
}
.contact-wrap.w-100.p-md-5.p-4 {
    background-color: white;
}
.info-wrap.bg-primary.w-100.p-lg-5.p-4 {
    height: 550px;
}
input.btn.btn-primary.send-msg {
    border-radius: 31px;
    background-color: #449B06;
    border: none;
    outline: none;
    padding: 10px 23px;
}