.footer_area{
    padding: 20px 0px;
}
#footer-bottom {
    border-top: 1px solid #e6e6ea;
    padding-top: 15px;
}
.footer-nav li{
    margin-bottom: 10px;
}
.mt-2{
    margin-top: 20px;
}
#page-header {
    position: relative;
    margin-top: 60px;
    padding: 120px 0px;
}
#about:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10px;
    background-color: #ffffff;
    z-index: -1;
}
.bg-light{
    background-color: #f7f8f9 !important;
}
.section {
    position: relative;
    padding: 30px 0px;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    background: transparent;
    padding: 0px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    margin: 0;
    border-radius: 50%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.go-top {
    position:fixed;
    bottom:10px;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
      -webkit-font-smoothing: antialiased;
}
.go-top:after {
    font-family: FontAwesome;
    content: "\f106";
      background-color:#83ba09;
      padding: 10px 15px;
    color: #fff;
    position: absolute; 
    bottom:10px;
    font-size: 28px;
    border-radius: 5px;
}

.go-top:hover {
      transition: all .4s linear;
      transform: scale(1.1);
}
.home-content h1 {
    font-size: 40px;
    color: #FFF;
    margin-bottom: 20px;
}

.form_card .form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
    height: 54px !important;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px !important;
}
.form_card #message {
    height: 200px !important;
}
.form_card .btn.btn-md {
    padding: 10px 25px !important;
}
.form_card .btn-primary {
    background: #91c74d !important;
    color: #fff !important;
    border: 2px solid #46aaca !important;
    border-radius: 0px !important;
    width: 100%;
}
.form_card, .jumbotron{
    padding-left: 20px!important;
    padding-right:20px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.mb-3{
    margin-bottom: 30px;
}
.ptb-2{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sct_about{
    padding: 5px 0px 30px 0px;
}
.pb-2{
    padding-top: 0px;
    padding-bottom: 30px;
}
.d-none{
    display: none;
}

.background-overlay::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); /* black overlay with 50% opacity */
  z-index: 1;
}
#home-owl .home-item {
    height: 70vh;
}
.section-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
    .home-content h1 {
        font-size: 16px;
        color: #FFF;
        margin-bottom: 13px;
    }
    #home-owl .home-item {
        height: 32vh;
    }
    .home-content p.lead {
        color: #FFF;
        font-size: 13px;
        margin-bottom: 10px;
    }
    #home-owl .home{
        top:55%;
    }
    
    #home-owl .primary-button {
        position: relative;
        display: inline-block;
        /* padding: 0px 20px; */
        background: #83ba09;
        color: #FFF;
        font-weight: 400;
        height: 30px;
        line-height: 30px;
        border: none;
        border-radius: 25px;
        overflow: hidden;
        opacity: 0.9;
        -webkit-transition: 0.6s all;
        transition: 0.6s all;
    }
}