
/*  */
label {
    color: #333;
}
.btn-send {
    display: inline-block;
    background: #016036 !important;
    color: #fff;
    border-radius: 2px;
    padding: 10px 26px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: .3s;
}
.btn-send:hover {
    border-color: #F58C02;
    color:white;
    font-weight: bold;
    background-color:#F58C02 !important;
    text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: .975rem .75rem;
    font-size: 1rem;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border:#016036 1px solid;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color:black;
    outline: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif !important;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}


.form-group {
    margin-bottom: 1rem
} 
.form-text {
    display: block;
    margin-top: .25rem;
    font-family: 'Nunito', sans-serif;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}


@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}


.foot-content .sec-heading h3{
    color:#F58C02 !important;
}
.our-services .sec-heading h3{
    color:#F58C02 !important;
}

.contact-us-p{
    background:url(/assets/images/contact-bg.jpg) no-repeat center center;
    background-position: center;
    background-size: cover;
}
.contact-us-p .section-heading h2{
   color: #F58C02;
   margin-bottom: 4rem;
}