.main-menu .navigation > li.services_dropdown > ul {
    width: 400px !important;
}

.btn-default {
    display: inline-block;
    margin-top: 20px !important;
}

.lower-content div.text {
    text-align: justify;
}

.design-by {
    width: 200px;
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.main-header .header-upper .logo-box .logo {
    padding: 18px 16px;
}
.p_top_0{
    padding-top: 0px !important;
}
.footer_contact a{
    color: rgba(255,255,255,.5) !important;
}
.w-100{
    width: 100%;
}
.img-responsive{
    max-width: 100%;
}

.theme-button{
    position: relative;
    padding: 10px 15px 10px;
    line-height: 25px;
    background: #599b47;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid #599b47;
    text-transform: capitalize;
    font-family: 'Alegreya Sans', sans-serif;
}
.theme-button:hover{
    background-color: #fff;
    color: #599b47;
    border: 2px solid #599b47;
}
.company-section .bor{
    border: 6px solid #599b47;
    border-bottom: 0px;
    padding-top: 35px;
}
.company-section .bor:last-Child{
    border-bottom: 6px solid #599b47 !important;
}
.obj-fit-con-height-auto{
    height: auto !important;
    object-fit: contain !important;
    display: block;
}
.center-block{
    display: block;
    margin:auto;
}
.count-outer h4.counter-title{
    font-size: 25px !important;
}


@media only screen and ( max-width: 767px ) {
    .design-by {
        position: static;
        display: block;
        margin: auto;
    }
    .services_dropdown .fa-chevron-down{
        display: none;
    }
    .main-menu .navigation > li.services_dropdown > ul {
        width: 100% !important;
    }
}