@import url(skin-blue.css);
@import url(fonts.css);
@import url(../../framework/css/swipebox.min.css);
body {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 1.5
}

.atoz-categories::-webkit-scrollbar,
.drawer-menu::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none
}

a {
    cursor: pointer;
    text-decoration: none
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

.fixed {
    position: fixed
}

.double-menu {
    padding-top: 62px
}

.single-menu {
    padding-top: 52px
}
.logo {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: left;
}

.logo img {
    width: 100%;
	max-width: 200px;
	    margin-top: 10px;
    margin-bottom: 10px;
}

.hero-img {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px
}

.coming-soon-footer a,
.text-white {
    color: #fff
}

.parallax-banner.fixed {
    width: 100%;
    top: 0;
    left: 0
}

.pad15 {
    padding: 0 15px
}

.padlr10 {
    padding-left: 10px;
    padding-right: 10px
}

.w100p {
    width: 100%
}

.padzero {
    padding: 0
}

.bodyoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9
}

.text-left {
    text-align: left;
	margin-top: 18px;
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.row.bar {
    padding: 10px
}

.rel {
    position: relative
}

.list-group {
    margin-top: 0;
    margin-bottom: 0
}

.list-group.noborder .list-group-item {
    border: 0
}

.list-group-item-text {
    line-height: 1.5
}

.list-group span.ico {
    display: inline-block;
    margin-right: 15px
}

.martop20 {
    margin-top: 20px!important
}

.marbottom20 {
    margin-bottom: 20px
}

.martop40 {
    margin-top: 40px!important
}

.marbottom40 {
    margin-bottom: 40px
}

.martop10 {
    margin-top: 10px
}

.marbottom10 {
    margin-bottom: 10px
}

.h100p {
    height: 100%
}

#cat-header a,
.bodyoverlay.pop {
    display: block
}

#cat-header,
.parallax-scroller {
    position: relative;
    z-index: 6
}

.zindex5 {
    z-index: 5
}

.loadmore {
    padding: 15px 10px;
    display: block;
    text-align: center
}

.cat-loading {
    height: 100%;
    z-index: 100
}

.cat-loading .loading-text {
    text-align: center;
    font-size: 21px;
    position: absolute;
    width: 100%;
    bottom: 50px;
    opacity: 0;
    -webkit-animation: fadeinfadeout 1s infinite;
    -moz-animation: fadeinfadeout 1s infinite;
    -o-animation: fadeinfadeout 1s infinite;
    animation: fadeinfadeout 1s infinite
}

.cat-loading .loading-logo {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -75px
}

#cat-header {
    z-index: 8;
    line-height: 2
}

.single-menu .parallax-banner {
    top: 52px
}

.double-menu .parallax-banner {
    top: 94px
}

#cat-header.fixed,
.cat-loading {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

#cat-header hr {
    margin: 0;
    border-color: #a2120e
}

#cat-header .post-overlay {
    height: inherit
}

#cat-header .menu {
    padding: 5px
}

.double-menu #cat-header .menu.main-menu {
    padding: 10px 0 5px
}

.single-menu #cat-header .menu.main-menu {
    padding: 10px 0
}

#cat-header .title {
    font-weight: 700
}

#cat-header .menu .menu-deco {
    padding: 0 10px;
    display: block
}

.drawer-menu.left {
    top: 0;
    left: 0
}

.drawer-menu {
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 99;
    overflow: scroll;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .15s -webkit-transform ease-in, opacity .15s;
    -moz-transition: .15s -moz-transform ease-in, opacity .15s;
    -ms-transition: .15s -ms-transform ease-in, opacity .15s;
    -o-transition: .15s -o-transform ease-in, opacity .15s;
    transition: .15s transform ease-in, opacity .15s
}

.drawer-menu.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.drawer-menu .drawer-banner {
    max-height: 160px;
    overflow: hidden;
    position: relative
}

.drawer-menu .drawer-banner .user-info .img {
    padding: 20px 20px 10px
}

.drawer-menu .drawer-banner .user-info .img img {
    height: 50px
}

.drawer-menu .drawer-banner .user-info .info {
    padding: 10px 20px
}

.drawer-menu .drawer-banner .user-info .info .title {
    margin: 0 0 5px
}

.drawer-menu .drawer-banner .user-info .info .subtitle {
    margin: 0 0 5px;
    font-size: 14px
}

.drawer-menu .drawer-banner .overlay,
.drawer-menu .drawer-banner .user-info,
.drawer.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.drawer-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.drawer-menu ul li .divider {
    border-bottom: 1px solid #ddd
}

.drawer-menu li ul {
    margin-top: 0;
    padding: 10px 0 10px 20px
}

.drawer-menu ul li a {
    display: block;
    padding: 10px 20px;
    font-weight: 700
}

.drawer-menu ul li span.ico {
    display: inline-block;
    width: 30px
}

.drawer-menu ul li span.ico i.fa {
    font-size: 16px
}

.drawer-menu ul li i.fa-caret-down {
    float: right;
    display: inline-block;
    padding-top: 5px;
    font-size: 16px
}

.drawer.overlay {
    position: fixed;
    z-index: 90;
    display: none
}

.drawer.overlay.opened {
    display: block
}

.cat-search-bar .content {
    margin: 20px;
    padding: 5px;
    height: 50px;
    border-radius: 15px;
    position: relative
}

.cat-search-bar {
    width: 100%;
    z-index: 5;
    left: 0;
    top: 89px
}

.cat-search-bar .overlay-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.cat-search-bar .search-logo {
    position: absolute;
    width: 30px;
    height: 30px;
    margin-top: 5px
}

.cat-search-bar .form-group {
    margin: 0!important
}

.cat-search-bar .form-control {
    padding: 0
}

.cate,
.icon-cate {
    margin: 10px;
    padding: 0;
    list-style: none
}

.cate li,
.icon-cate li {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left
}

.cate li .deco {
    display: block;
    margin: 10px;
    overflow: hidden;
    border-radius: 1px;
    border: 1px solid #ddd
}

.cate li .content {
    position: relative;
    z-index: 3;
    padding: 10px;
    border-top: 0
}

.cate li .content p {
    margin: 0
}

.cate li .content .title {
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cate .img,
.layer {
    width: 100%;
    height: 100%
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

@media only screen and (max-width:750px) {
    .owl-stage-outer .item,
    .parallax-banner.fixed {
        max-height: 200px
    }
}

@media only screen and (min-width:750px) {
    .cate li,
    .icon-cate li {
        width: 33.33%
    }
    .owl-stage-outer .item,
    .parallax-banner.fixed {
        max-height: 300px
    }
}

@media only screen and (min-width:1024px) {
    .cate li,
    .icon-cate li {
        width: 25%
    }
    .owl-stage-outer .item,
    .parallax-banner.fixed {
        max-height: 300px
    }
}

.float-icon-list .list-group-item {
    position: relative;
    padding-left: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.float-icon-list .list-group-item .ico {
    position: absolute;
    top: 10px;
    left: 10px
}

.icon-cate li .deco {
    position: relative;
    display: block;
    min-height: 125px;
    margin: 10px;
    overflow: hidden;
    border-radius: 1px
}

.icon-cate li .deco .img {
    padding: 10px 50px;
    max-width: 150px
}

@media only screen and (max-width:320px) {
    .icon-cate li .deco .img {
        padding: 10px 40px;
        max-width: 100%
    }
}

.icon-cate li .deco .title {
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700
}

.listing li,
.subcategory {
    padding: 0px;
}

.subcategory .title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px
}

.subcategory .subtitle {
    font-size: 14px;
    margin: 0 0 5px
}

.subcate .list-group-item span.ico {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center
}

#totop i,
.subcate .list-group-item span.ico i {
    line-height: 35px
}

.subcate .list-group-item .list-group-item-heading {
    font-size: 16px;
    margin-bottom: 0
}

.subcate .list-group-item .list-group-item-text {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-right: 35px
}

.list-group-item {
    position: relative;
    border-radius: 0!important
}

.img-section-heading {
    position: relative;
    max-height: 100px
}

.img-section-heading .ico {
    display: inline-block;
    padding:8px 0;
    font-size: 25px
}

.img-section-heading .title {
    padding: 14px 0
}

.img-section-heading .overlay,
.img-section-heading img.img {
    position: absolute;
    width: 100%;
    height: 55px;
}

.img-section-heading .title {
    margin: 0
}

.listing {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff
}

.listing li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    position: relative
}

.listing .banner {
    position: relative;
    top: 5px
}

.listing a.row {
    display: block;
    color: #333
}

/*.listing img {
max-height: 155px;
max-width: 185px;
}*/

.rating.big {
    font-size: 21px
}

.listing .rating {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    width: 11px;
	display: none;
}

.listing .content {
    padding-right: 12px
}

.listing .col-xs-8 {
    padding-left: 0
}

.listing .content .subtitle,
.listing .content .title {
    margin: 0 0 3px
}

.listing .subtitle .ico {
    display: inline-block;
    width: 15px
}

.listing .content .subtitle {
    color: #777;
    font-size: 14px
}

#listing-profile .content .title {
    margin-bottom: 5px
}

#listing-profile .content .rating {
    font-size: 18px
}

#listing-profile .content .deco {
    display: block
}

#listing-profile .content .subtitle:last-child,
.profile .credentials .content p:last-child {
    margin-bottom: 0
}

#listing-profile .content .deco i {
    font-size: 34px
}

#listing-profile .content .deco p {
    margin-top: 5px;
    margin-bottom: 0
}

#listing-profile .content span.ico,
.form-group span.clear {
    display: inline-block;
    width: 25px;
    text-align: center
}

.reviews {
    padding: 0 5px;
    margin-bottom: 20px
}

.reviews .user {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative
}

.reviews .user .rating {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 5px
}

.reviews .user img {
    width: 50px;
    margin-right: 10px
}

.reviews .user p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section-heading {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.section-heading .title i {
    display: inline-block;
    margin-right: 10px
}

.section-heading .title {
    margin: 0
}

.img-slider {
    z-index: 4
}

.img-slider .item .title {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: 10px 0;
    font-size: 21px;
    font-weight: 700
}

.content.form .header img,
.img-slider .item .bottom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.enquirepop,
.enquirepop .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.enquirepop {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .1s -webkit-transform, .1s opacity;
    -moz-transition: .1s -moz-transform, .1s opacity;
    -ms-transition: .1s -ms-transform, .1s opacity;
    -o-transition: .1s -o-transform, .1s opacity;
    transition: .1s transform, .1s opacity;
    z-index: 15
}

.enquirepop.pop {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.enquirepop .overlay {
    z-index: 14
}

.enquirepop .content {
    margin: 80px 20px 20px;
    padding: 15px;
    position: relative;
    z-index: 15
}

.header .closeit {
    float: right;
    display: inline-block;
    padding: 5px
}

.enquirepop .header {
    margin: -15px -15px 0;
    padding: 15px
}

.enquirepop .title {
    margin: 0;
    display: inline-block
}

.content.form .header,
.form-group {
    position: relative
}

.content.form .header .info {
    position: relative;
    z-index: 4
}

.content.form .header .header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.form-group {
    margin: 10px 0
}

.form-group span.clear {
    position: absolute;
    right: 3px;
    top: 0
}

.form-control {
    width: 100%;
    font-size: 16px;
    -webkit-box-shadow: none
}

.btn,
.btn:active,
.btn:focus,
.btn:hover,
.form-control,
.form-control:active,
.form-control:focus,
.form-control:hover {
    outline: 0!important;
    outline-color: transparent;
    outline-style: none;
    box-shadow: none;
    -webkit-box-shadow: none
}

.ajax-load {
    position: fixed
}

.ajax-load img,
.inner-load img {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px
}

.ajax-load,
.atoz-categories,
.inner-load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.inner-load {
    display: none;
    position: absolute;
    z-index: 9
}

.inner-load img {
    width: 60px;
    height: 60px;
    position: absolute;
    margin-left: -30px;
    margin-top: -30px
}

.inner-load.pop {
    display: block
}

.profile .profile-pic {
    width: 70px;
    margin-right: 15px
}

.profile .user {
    padding-top: 10px;
    margin: 0
}

.profile .subtitle {
    margin: 0
}

.profile .content.padbox {
    padding: 20px 10px
}

.profile .credentials {
    border-top: 1px solid #ddd
}

.profile .credentials .title {
    margin: 0
}

.profile .credentials .ico {
    display: inline-block;
    width: 20px
}

.atoz-categories {
    position: fixed;
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(0);
    -moz-transform: translateX(-100%) scale(0);
    -ms-transform: translateX(-100%) scale(0);
    -o-transform: translateX(-100%) scale(0);
    transform: translateX(-100%) scale(0);
    -webkit-transition: .15s -webkit-transform linear, .15s opacity linear;
    -moz-transition: .15s -moz-transform linear, .15s opacity linear;
    -ms-transition: .15s -ms-transform linear, .15s opacity linear;
    -o-transition: .15s -o-transform linear, .15s opacity linear;
    transition: .15s transform linear, .15s opacity linear;
    z-index: 12
}

.atoz-categories.pop {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1
}

.atoz-categories .content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: scroll;
    padding-bottom: 52px
}

.atoz-categories .content::-webkit-scrollbar {
    display: none
}

.topics .list-group {
    margin-bottom: 0;
    margin-top: 0
}

.atoz-categories .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.atoz-categories .footer a {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 21px;
    border-top: 1px solid #ddd
}

.atoz-categories .list-group-item .list-group-item-heading {
    margin-bottom: 0
}

.list-group-item .topic-img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

.atoz-categories .list-group a {
    text-decoration: none;
    display: block;
    width: 100%;
    margin-right: 50px
}

.atoz-categories .list-group {
    margin: 0
}

#search-feed .ajax-load {
    top: 106px;
    z-index: 9;
    display: none
}

.search-feed {
    margin-top: 15px
}

.search-feed .content {
    padding: 10px
}

.search-feed .title {
    margin: 10px 0 0
}

.notification h4,
.search-feed p {
    margin: 10px 0
}

.cat-from .form-control {
    background-color: transparent
}

.horizontal-scroll.owl-carousel {
    margin-bottom: 3px;
    margin-left: 5px
}

.btn-facebook i.fa,
.btn-google i.fa {
    float: left;
    font-size: 22px
}

.bg-img-overlay .overlay,
.bg-img-overlay img {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
    z-index: 1
}

.bg-img-overlay .overlay {
    z-index: 2
}

#login-logo img {
    height: 150px;
    padding: 20px 0 10px
}

.contact-form,
.login-form,
.signup-form,
.social-login {
    padding: 0 20px
}

.form .form-group {
    margin-bottom: 15px
}

.form .form-control {
    height: 40px;
    font-size: 18px
}

.form .form-group.ico .form-control {
    padding-left: 30px
}

.form .form-group.img .form-control {
    padding-left: 40px
}

.form textarea.form-control {
    height: 80px;
    resize: none
}

.form .form-group .ico {
    position: absolute;
    top: 13px;
    left: 5px
}

.copyright {
    margin-top: 15px;
    font-family: monospace
}

.notification,
.toast {
    position: fixed;
    width: 100%
}

.toast {
    bottom: 80px;
    text-align: center;
    z-index: 99999999999
}

.toast .toast-label {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 15px;
    color: #fff
}

.notification {
    z-index: 999999999999;
    color: #fff;
    display: none;
    overflow: hidden
}

.notification .content {
    padding: 15px
}

.notification .close {
    color: #fff;
    opacity: 1
}

.notification.blue {
    background-color: #2980b9
}

.notification.green {
    background-color: #00933e
}

.notification.red {
    background-color: #c0392b
}

.notification.top {
    top: 0;
    left: 0
}

.notification.bottom {
    bottom: 0;
    left: 0
}

#totop,
.totop {
    text-align: center
}

.totop {
position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
   /* margin-left: -50px;*/
    z-index: 10;
}

#totop {
    color: #fff;
    border-radius: 0px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    z-index: 11
}

.totop.makevisible {
    display: block
}

.owl-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 45, 78, .3);
    z-index: 1
}

@-webkit-keyframes fadeinfadeout {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeinfadeout {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadeinfadeout {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes fadeinfadeout {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.gallery .swipebox {
    display: block;
    margin-bottom: 20px
}

.chat-conversation {
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px
}

.chat-conversation .media {
    margin-top: 30px
}

.chat-conversation .media img.media-object {
    width: 50px;
    height: 50px
}

.chat-conversation .media .media-heading {
    font-size: 14px;
    font-weight: 700
}

.chat-conversation .media .media-body {
    font-size: 14px
}

.chat-conversation .media-body {
    line-height: 1.5
}

.chat-conversation .media-color-left,
.chat-conversation .media-color-right {
    border-radius: 10px;
    padding: 10px;
    background: #f5f5f5
}

.chat-input-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ddd;
    background-color: #fff
}

.chat-input-box textarea {
    width: 100%;
    height: 100%;
    resize: none;
    margin: 0;
    padding: 4px 10px;
    border: 0;
    outline: 0;
    color: #333
}

.chat-input-box .btn {
    width: 100%;
    height: 60px;
    border-radius: 0;
    border-top: 0
}

.chat-input-box .btn i.fa {
    left: -2px;
    position: relative;
    font-size: 18px
}

.coming-heading {
    font-size: 32px;
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 100%;
    margin-top: -150px
}

.coming-soon-footer {
    position: absolute;
    bottom: 50px;
    width: 100%
}

.coming-counter {
    color: #fff;
    font-size: 18px
}

.components .btn {
    margin: 5px
}

.ce_btn {
	color:#463322;
	width: 47%;
	margin-top: 15px;
	}
.ce_btn_sp {
	padding-left: 0px;
	padding-right: 5px;
	}

@media only screen and (max-width:767px) { 
.fit-image{
width: 100%;
object-fit: fill;
height: 160px; /* only if you want fixed height */
}

.fix_carousel {
overflow:hidden; 
max-height: 250px;
}

}

.featured {
font-size: 27px;
text-align: center;
margin-bottom: 20px;
}

.footLinks li {
 list-style-type: none;
	margin-left: 10px;
}
.footLinks a {
font-size: 13px;
line-height: 20px;
margin-bottom: 1rem;
text-decoration: none;
color: #463322;
text-align: left;
display: flex;
margin-left: 15px;
}

.copyright {
background-color: #463322;
font-size: 13px;
padding: 20px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}



.listing_heading {
	font-size: 22px;
}

.listing_line {
border-bottom: 1px solid #ccc;
padding-bottom: 9px;
}

.pureyad {
	max-width: 100%;
	overflow: hidden;
	height: 200px;
	padding: 10px;
}

.purgex { 
	display: block; 
	background: transparent; 
	border: none; 
	border-top: 1px solid #ccc; 
	width: 100%; 
	max-width: 100%; 
	font-size: 15px;
	padding-top: 10px;
	margin-top: 10px;
	color: #463322;
}

.agent_profile {
	background-color: #eaeaea;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.agent_profile img {
    display: block;
	max-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
}

.agent_details {
    line-height: 18px;
}
.proj_pureyad {
	max-width: 100%;
	overflow: hidden;
	height: 200px;
	padding:0px;
}

 .bro_proj ul {
	list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	 margin-left: -30px;
}

.bro_proj li {
 list-style-type: none;
	margin-left: 10px;
}
.bro_proj a {
font-size: 13px;
line-height: 25px;
text-decoration: none;
color: #286090;
text-align: left;
display: flex;
margin-left: 0px;
}
