.c-content-box{
    background: transparent;
    box-shadow: none;
}

.row-main-content{
    margin-top: 35px;
}

.sidebar .widget{
    background: transparent;
}

#page-header{
    background: transparent;
}

#page-header::after{
    display: none;
}


body {
    background-color: #ffffff;
}

.header-image::after {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#ffffff));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), #ffffff);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0), #ffffff);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0), #ffffff);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0),#ffffff);
    bottom: 150px;
    height: 200px;
}

.header-image::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
    background-color: #fff;
    height: 150px;
}


.page-title h1{
    color: #000;
}

.breadcrumbs {
    color: #ec5237;
}

.breadcrumbs a {
    color: #ec5237;
}

.m-has-breadcrumbs .page-title::after {
    background-color: #ec5237;
}

.sidebar,
#page-content{
    margin-top: 0;
}
#page-content{
    border-right: 1px solid #ccc;
}

.sidebar .widget{
    box-shadow: none;
}

.sidebar .widget{
    border-bottom: 1px solid #ccc;
}

.sidebar .widget.widget-no-border{
    border-bottom: none;
}

.sidebar .widget:last-child{
    border-bottom: none;
}

.col-md-12.middle-column #page-content{
    border-right: none;
}

.page-title{
    padding: 0;
}

.plt-araj #page-header{
    background: transparent !important;
    color: #fff !important;
    border-radius: 0px !important;
    margin-top: 0px !important;
}

.plt-araj .c-content-box{
    border-radius: 8px;
    background-image: url("/wp-content/uploads/custom/pattern-2-op.png");
    background-size: 100% auto;
}

.plt-araj #page-header h1{
    color: #fff !important;
}

.plt-araj #page-header .breadcrumbs a{
    color: #fff !important;
}

.plt-araj #page-header.m-has-breadcrumbs .page-title:after{
    background-color: #fff !important;
}

.plt-araj #page-header:before{
    content: "";
    position: absolute;
    top: 34px !important;
    right: 10px !important;
    width: 150px;
    height: 104px;
    background: url("/wp-content/uploads/custom/icon-2.png");
    background-repeat: no-repeat;
    background-position: center;
}

.plt-araj .m-has-breadcrumbs .page-title{
    border-bottom: none !important;
}

.plt-araj .header-image::before {
    background-color: #a9d63b;
}

.content_aras_map{
    margin-top: -70px;
}

@media (max-width: 991px){
    #page-content{
        border-right: none;
    }
}

@media (max-width: 767px){
    .content_aras_map{
        margin-top: 0px;
    }
}