﻿body {
    font-family: 'Roboto', sans-serif;
}

.main-nav-col{
    background-color:#fafafa;
    border-top:3px solid  #153a56;
}

.main-nav{
    margin-bottom:0;
    border:none;
}
.header-logo{
    width:auto;
    height:60px;
    position:relative;
    top:-5px;
}

html:not(.rtl) .header-logo{
    left:50px;
}

html.rtl .header-logo{
    right:50px;
}

@media only screen and (max-width : 768px) {
    .header-logo{
        left:0 !important;
    }
}

html:not(.rtl) #nav-item{
    margin-right:30px;
}

html.rtl #nav-item{
    margin-left:30px;
}

#nav-item > li > a{
    padding:30px 20px;
    color:black;
    font-size:16px;
    transition:all 0.2s;
}
a#dropdown-item{
    padding:30px 12px;
}
#nav-item>li>a:focus, #nav-item>li>a:hover, #nav-item>li>a.active-menu{
    background-color:#153a56;
    color:#fff !important;
}
#baharslideshow{
    width:100%;
    height:auto;
}
#baharslideshow img{
    width:100%;
    height:auto;
}
.carousel-caption-content{
    position:absolute;
    bottom:80px;
    right:30px;
    /*min-height:150px;*/
    background-color:rgba(0,0,0,0.6);
    padding:20px 40px;
    color:#fff;
}
.carousel-caption-content h3{
    margin:0;
}
.slide-more{
    color:#fff;
    text-decoration:none;
    opacity:0.7;
}
.slide-more:hover , .slide-more:focus{
    color:#fff;
    text-decoration:none;
    opacity:1;
}

/* About Bahar Group*/
.About-bahar-group{
    min-height:650px;
}
.line-top{
    margin:5% 20% 3% 20%;
    border-color:rgba(0,0,0,0.05);
}
.line-bottom{
    margin:3% 20% 5% 20%;
    border-color:rgba(0,0,0,0.03);
}
.well-text{
    min-height:90px;
    background-color:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,0.2);
    border-left:4px solid #2e90ae;
}
.trangle{
   
    position: relative;
    width: 0;
    height: 0;
    top:20px;
    left:-24px;
    transform: rotate(-90deg);
    border: 10px solid #fff;
    border-top: 10px solid #2e90ae;
    border-bottom: none;
}

/* Project Bahar Group*/

#carousel .flex-viewport li {
    margin-right: 10px !important;
    border: 5px solid #e6e6e6 !important;
    border-radius: 5px !important;
    cursor:pointer;
}

.bahar-group-project{
    min-height:650px;
}
.bg-project-title{
    margin-top:10%;
    color:#2e90ae;
}
.project-title-line{
    height:10px;
    background-color:#2e90ae;
    margin:0 35%;
}
.line{
    margin:0 10%;
    border-width:2px;
    border-color:#2e90ae;

}
.trangle-project{
    position:relative;
    top:10px;
    margin:0 auto;
    margin-top:-7px;
    width:0px;
    height:0px;
    border: 10px solid #fff;
    border-top: 10px solid #2e90ae;
    border-bottom: none;

}

/* Projects Bahar Group*/
.btn-danger{
    background-color:#2e90ae;
    border-color:#2e90ae;
}
.btn-danger:hover{
    background-color:#2e90ae;
    border-color:#2e90ae;
    cursor:pointer;
}
/* Our Brand Bahar Group*/
.bahar-group-brand{
    min-height:400px;
}
.well-item{
    min-height:165px;
    border-radius:50%;
    background-color:#fff;
    box-shadow:0 50px 10px rgba(0,0,0,0.02);
}
.brand-item-img{
    width:auto !important;
    height:70px !important;
    margin:25% auto;
}

/* Media Query */
@media screen and (max-width:768px){
    .well-item{
        width:auto;
        min-height:160px;
        border-radius:50%;
        background-color:#fff;
        box-shadow:0 50px 10px rgba(0,0,0,0.02);
    }
    .brand-item-img{
        width:100px !important;
        height:auto !important;
        margin:27% auto;
    }
}

@media screen and (max-width:400px){
    .well-item{
        width:auto;
        min-height:100px;
        border-radius:50%;
        background-color:#fff;
        box-shadow:0 50px 10px rgba(0,0,0,0.02);
    }
    .brand-item-img{
        width:50px !important;
        height:auto !important;
        margin:25% auto;
    }
}

/* Bahar Group History*/
.bahar-group-history{
    min-height:250px;
}

.line-history.hidden-lg.hidden-md {
    height: 8px;
    background-color: #f3f3f3;
}

.circle-history {
    /*bottom:11px !important;*/
    border: 12px solid transparent;
    border-top: 12px solid #f3f3f3;
    border-bottom: none;
    border-radius: 0;
}

@media (min-width: 992px) {
    .line-history {
        height: 8px;
        background-color: #f3f3f3;
    }

    .circle-history {
        bottom: 5px !important;
        border-radius: 18px;
        background-color: #153a56;
        border: 2px solid #f3f3f3;
    }

    .padding-left-right-md-lg-50{
        padding-left:50px;
        padding-right:50px;
    }
}


.circle-history{
    width:18px;
    height:18px;
    position:relative;
    float:left;
    margin:0 9%;
}
.circle-title {
    position: relative;
    top: 10px;
    left: -15px;
    font-weight:bold;
}
.circle-content > p{
    float:left;
    margin:2px 1.8%;
    opacity:0.5;
}
#history-text-content{
    margin-top:40px;
}
/* Media Query */

.circle-history + p {
    margin-top:10px;
}

@media screen and (max-width:992px){
    /*.circle-history{
        width:15px;
        height:15px;
        border-radius:15px;
        background-color:#153a56;
        border:2px solid #f3f3f3;
        position:relative;
        bottom:4px;
        float:left;
        margin:0 8.5%;
    }*/
    .circle-title {
        /*position: relative;*/
        top: -15px;
        left: -25px;
        /*font-weight:bold;*/
    }
    .circle-history +  p{
        margin-top:-10px;
    }
    /*#history-content{
        margin-top:0px !important;
    }*/
    /*#carousel{
        display:none;
    }*/
}

/*@media screen and (max-width:768px){
    .circle-history{
        width:15px;
        height:15px;
        border-radius:15px;
        background-color:#585858;
        position:relative;
        bottom:4px;
        float:left;
        margin:0 8.5%;
    }
    .circle-title {
        position: relative;
        top: 10px;
        left: -10px;
        font-weight:bold;
        font-size:14px;
    }
    .circle-content > p{
        float:left;
        margin:2px 5px;
        opacity:0.5;
        font-size:12px;
    }
    #history-content{
        margin-top:0px !important;
    }
    #carousel{
        display:none;
    }
}*/

/* Bahar Group Our clients*/
.bahar-group-client{
    min-height: 240px;
}
.bg-client-title{
    margin-top:5%;
    color:#2e90ae;
}
#move-image
{
	width:100%;
	/*height: 120px;*/
	position: relative;
}
#move-image .img-move-img-container
{
	position: relative;
	float: left;
	margin: 0;
	margin: 10px 30px;
    /*width:180px;*/
    /*height:auto;*/
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Bahar Group Footer */
.bahar-group-footer{
    /*min-height:420px;*/
    background-color:#212121;
    padding-bottom:15px;
}
.footer-title-line{
    height:5px;
    background-color:#2e90ae;
    margin:6px 25% 0px 25%;
}
.trangle-footer{
    position:relative;
    top:4px;
    margin:0 auto;
    margin-top:-10px;
    width:0px;
    height:0px;
    border: 5px solid #212121;
    border-top: 5px solid #2e90ae;
    border-bottom: none;
}
.bg-footer-title{
    color:#fff;
    opacity:0.6;
}
.line-footer{
    margin:0 10%;
    border-width:2px;
    border-color:#2e90ae;
    opacity:0.7;
}
.navigation-item{
    padding:0;
    list-style:none;
}

html:not(.rtl) .navigation-item{
    margin-left:30px;
}

html.rtl .navigation-item{
    margin-right:30px;
}

.navigation-item li a{
    color:#2e90ae;
    text-decoration:none;
}
.navigation-item li:hover > a{
    text-decoration:none;
    color:#2e90ae;
}

.navigation-item-office{
    padding:0;
    list-style:none;
}

html:not(.rtl) .navigation-item-office{
    margin-left:30px;
}

html.rtl .navigation-item-office{
    margin-right:30px;
}

.navigation-item-office li{
    color:#fff;
    opacity:0.6;
}
a.socilas{
	width: 35px;
	height: 35px;
	display: block;
	line-height: 35px;
	background-color: gray;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,0.4);
    opacity:0.9;
	float: left;
	margin:10px 1px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.line-bottom-footer{
    margin:3% 20% 2% 20%;
    border-color:rgba(255,255,255,0.2);
}
.copy-right{
    color:rgba(255,255,255,0.4);
}
.footer-logo{
    width:auto;
    height:60px;
    position:relative;
    top:20px;
    margin-bottom:15px;
}

html:not(.rtl) .footer-logo{
    left:50px;
}

html.rtl .footer-logo{
    right:50px;
}

@media only screen and (max-width:768px){
    .col-md-3.col-sm-6.pull-left{
        float:none !important;
    }
}


/*******************************************
                PROJECT PAGE
 *******************************************/


.well-projects{
    width:100%;
    min-height:150px;
    background-color:#fff;
    box-shadow:0 3px 3px 0 rgba(0,0,0,0.05);
}
.img-projects{
    width:100%;
    height:auto;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #2e90ae;
}

.btn-message{
    background-color:#2e90ae;
    color:#fff;
    cursor:pointer;
}
.btn-message:hover ,.btn-message:focus{
    background-color:#2e90ae;
    color:#fff;
    opacity:0.9;
}
.well-contact{
    background-color:#fff;
    box-shadow:0 3px 3px 0 rgba(0,0,0,0.05);
    margin-top:24px;
    min-height:300px;
    padding-top:3px;
    padding-bottom:3px;
}




#GoogleMap iframe{
            width:100% !important;
        }

        body,html{
            height:100%;
        }

        html.rtl .text-left{
            text-align:right !important;
        }

        html.rtl .text-right{
            text-align:left;
        }

        html.rtl .navbar-right{
            float:left !important;
        }

        html.rtl .dropdown-menu-right{
            left:0;
        }

        .navbar-right{
            margin-right:0 !important;
        }

        body {
            position: relative;
            overflow-x: hidden;
        }

        #div-header-row {
            z-index:10;
            top: 0;
            left: 0;
            margin: 0;
            background-color:white;
            width:100%;
            border-bottom:1px solid #e8e8e8;
        }

        #div-footer-row{
            display:none;
        }

        /*Large Screen*/
		@media (min-width: 1200px) { 
			/*#div-body-holder{ padding-right: 6%; padding-left: 6%; }
            #div-header-row, #div-footer-row { padding-left:2%; padding-right:2%; }
			#main-container{ padding-right: 0; padding-left: 0; }*/
            /*#div-footer-holder {margin-right:calc(-6% - 10px); margin-left:calc(-6% - 10px);}*/

            .border-right-grey-lg{
                border-right:1px solid #eaeaea;
            }

            html.rtl .border-right-grey-lg{
                border-left:1px solid #eaeaea;
                border-right:none;
            }

            .border-right-brown-lg{
                border-right:1px solid #bc9560;
            }

            .side-bar {
                right:auto;
                left: calc(72% + 10px);
            }

            html.rtl .side-bar{
                left:auto !important;
                right:calc(72% + 10px);
            }
		}

        @media (min-width:992px){
            .border-right-grey-lg{
                border-right:1px solid #eaeaea;
            }
            html.rtl .border-right-grey-lg{
                border-left:1px solid #eaeaea;
                border-right:none;
            }
        }

        #div-main-menu a{
            color:#bdbdbd;
            text-decoration:none;
            transition:0.2s;
            margin-left:18px;
            margin-right:18px;
        }
        
        #div-main-menu a:hover, #div-main-menu a.active-menu{
            color:#d7aa6e;
        }

        .social-holder{
            color:#cecece;
        }

        .social-holder a{
            font-size:23px;
            color:#cecece;
            margin-right:8px;
            margin-right:8px;
            transition:0.2s;
        }

        .social-holder a:hover{
            color:#d7aa6e;
        }

        #button-menu-toggle{
            color:#cecece;
            transition:0.2s;
        }

        #button-menu-toggle:hover{
            color:#9f9f9f;
        }

        #div-mobile-nav {
            position: fixed;
            right: -80%;
            top: 0;
            width: 80%;
            background: #fafafa;
            height: 100%;
            overflow-y: scroll;
            border-left: 1px solid #E8E8E8;
        }

        html.rtl #div-mobile-nav{
            right:auto;
            left:-80%;
        }

        #div-mobile-nav .mobile-social{
            height:49px;
        }

        #div-mobile-nav .mobile-social a{
			display: block;
			float: left;
			width: 33.3%;
			text-align: center;
			line-height: 50px;
			font-size: 25px;
			cursor: pointer;
            color:#cecece;
            transition:0.2s;
		}

        #div-mobile-nav .mobile-social a:hover{
            color:#d7aa6e;
        }

		#div-mobile-nav .mobile-nav a{
			display: block;
			text-align: center;
			color: #bdbdbd;
			text-decoration: none;
			line-height: 50px;
			border-top: 1px solid #E8E8E8;
			font-size: 16px;
            transition:0.2s;
		}

        #div-mobile-nav .mobile-nav a:hover, #div-mobile-nav .mobile-nav a.active-menu{
            background-color:#153a56;
            color:white;
        }

        #div-body-holder {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
        }

            #div-body-holder.open {
                left: -80%;
                right: 80%;
            }

            html.rtl #div-body-holder.open{
                right:-80% !important;
                left:80% !important;
            }

            #div-footer-holder.open{
                left:-80%;
                right:80%;
            }

            html.rtl .pull-left{
                float:right !important;
            }

            html.rtl .pull-right{
                float:left !important;
            }

            .direction-ltr{
                direction:ltr;
            }

            html.rtl .direction-ltr{
                direction:rtl;
            }

            .box{
                padding:4px;
            }

            .white-box{
                background-color:white;
            } 

            .brown-text{
                color:#d7aa6e;
            }

            .grey-box{
                background-color:#f9f9f9;
            }

            .brown-box{
                background-color:#d7aa6e;
            }
            
            .grey-border{
                border:1px solid #eaeaea;
            }

            .brown-border{
                border:1px solid #bc9560;
            }

            .search-tab{
                width:50%;
                text-align:center;
                font-size:18px;
                background-color:#f9f9f9;
                line-height:55px;
                display:inline-block;
                border-top:none;
                transition:0.2s;
                cursor:pointer;
                border-bottom:1px solid #eaeaea;
                
                white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
            }

            .border-right-grey{
                border-right:1px solid #eaeaea;
            }


            html.rtl .border-right-grey{
                border-left:1px solid #eaeaea;
                border-right:none;
            }

            .search-tab:hover, .search-tab.active-tab{
                color:#d7aa6e;
                background-color:white;
            }

        .custom-drop-down {
            font-size:14px;
            background: #f9f9f9;
            width: 148px;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            color: #9f9f9f;
            width:100%;
        }

        html:not(.rtl) .custom-drop-down{
            padding-left: 10px;
        }

        html.rtl .custom-drop-down{
            padding-right:10px;
        }

        .filter-row{
            margin-top:5px;
            margin-bottom:15px;
            display:block;
        }

        .custom-drop-down:focus{
            outline-color:#d7aa6e;
        }

        .toggle-button-group button{
            outline-color:#d7aa6e;
            box-shadow:none;
            background-color:none;
            background:#f9f9f9;
            color:#9f9f9f;
            height:35px;
            transition:0.2s;

            /*width:44%;
            margin-left:7px;
            margin-right:7px;*/
        
        }

        .toggle-button-group button:hover, .toggle-button-group button.active-button{
            background:#d7aa6e;
            border:1px solid #bc9560;
            color:#80633d;
        }

        .grey-text{
            color:#949494;
        }

        .black-text{
            color:#656564;
        }

        .filter-textbox{
            height:35px;
            background-color:#f9f9f9;
            outline-color:#d7aa6e;
            padding-left:10px;
            padding-right:10px;
            display:inline-block;
            margin-left:5px;
            margin-right:5px;
        }

        .flex-control-nav.flex-control-paging a {
            background-color: transparent;
            transition: 0.2s;
            border: 1px solid white;
            border-radius:5px;
        }

       
        .flex-control-nav.flex-control-paging a.flex-active, .flex-control-nav.flex-control-paging a:hover{
            background:white;
        }

        .flex-control-nav.flex-control-paging{
            bottom:0;
        }

        .flexslider{
            margin:0;
        }

        html:not(.rtl) .margin-right-5px{
            margin-right:5px;
        }

        html.rtl .margin-right-5px{
            margin-left:5px;
        }

        html:not(.rtl) .margin-right-15px{
            margin-right:15px;
        }

        html.rtl .margin-right-15px{
            margin-left:15px;
        }

        html:not(.rtl) .margin-left-15px{
            margin-left:15px;
        }

        html.rtl .margin-left-15px{
            margin-right:15px;
        }

        html:not(.rtl) .margin-right-30px{
            margin-right:30px;
        }

        html.rtl .margin-right-30px{
            margin-left:30px;
        }
        .project-row{
            margin:0;
        }

        .project-box-col{
            padding:0;
        }

        .project-box-col.type-one, .project-box-col.type-three, .project-box-col.type-two{
            padding:20px;
            padding-bottom:0;
        }

        .project-box-col.type-one .project-box, .project-box-col.type-three .project-box{
            display:table;
            width:100%;
        }

        .project-box-col.type-one .project-description, .project-box-col.type-three .project-description{
            display:table-cell;
            width:50%;
            background-color:#f7f7f7;
            padding:35px;
            color:#231f20;
            font-weight:600;
            padding-top:20px;
            position:relative;
        }

            .project-box-col.type-three .project-description .fa {
                position: absolute;
                bottom: 25px;
                left: 50%;
                margin-left: -12px;
            }

            html.rtl .project-box-col.type-three .project-description .fa:before{
                content:"\f053";
            }

        .project-box-col.type-three .project-description{
            padding:0;
            background-color:#231f20;
            color:#d7aa6e;
            padding:20px;
            text-align:center;
            font-size:22px;
            padding:12%;
            font-weight:500;
        }

        .side-bar .project-box-col.type-three .project-description {
            padding-top:20%;
            padding-bottom:20%;
            font-size:18px;
        }

        .project-box-col.type-one .project-description .project-title{
            background-color:#231f20;
            color:#d7aa6e;
            font-size:18px;
            padding:10px;
            display:inline-block;
            margin-bottom:25px;
            padding-right:80px;
            margin-left:-65px;
        }

        html.rtl .project-box-col.type-one .project-description .project-title {
            margin-left:0;
            margin-right:-65px;
            padding-right:10px;
            padding-left:80px;
        }

        .project-box-col.type-one .project-description .project-description-detail{
            min-height:120px;
            position:relative;
        }


        .project-box-col.type-two{

            padding-left:15px;
            padding-right:15px;
        }

        .side-bar .project-box-col.type-two{
            padding-left:20px;
            padding-right:20px;
        }

        .project-box-col.type-two img{
            width:100%;
        }

        /*.project-row.project-row-type-two{
            padding-left:5px;
            padding-right:5px;
        }*/

        .project-box-col.type-two .image-holder{
            position:relative;
        }

        .project-box-col.type-two .project-title{
            position:absolute;
            bottom:0;
            left:0;

            background-color:#231f20;
            color:#d7aa6e;
            font-size:16px;
            padding:10px;
            display:inline-block;
            min-width:80%;
        }

        html.rtl .project-box-col.type-two .project-title {
            left:auto;
            right:0;
        }

        .project-box-col.type-two .fa {
            position: absolute;
            bottom: 12px;
            right: 25%;
            color: #d7aa6e;
            font-size: 16px;
        }

        html.rtl .project-box-col.type-two .fa{
            right:auto;
            left:25%;
        }

        html.rtl .project-box-col.type-two .fa:before{
            content:"\f053";
        }

        .side-bar{
            position:fixed;
            top:51px;
        }

        html:not(.rtl) .side-bar{
            right:0px;
        }

        html.rtl .side-bar{
            left:0px;
        }

        .number-input{
            height:35px;
            background-color:white;
            outline-color:#d7aa6e;
            padding-left:10px;
            padding-right:5px;
            display:inline-block;
            margin-left:5px;
            margin-right:5px;
            width:45%;
        }

        html.rtl .number-input{
            padding-left:5px;
            padding-right:10px;
        }

        .right-zero{
            right:0;
            left:auto;
        }

        html.rtl .right-zero{
            left:0;
            right:auto;
        }

        html.rtl .bg-image-left{
            background-position-x:100%;
        }

        .project-tab, .property-button {
            display: inline-block;
            font-size: 16px;
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 15px;
            padding-bottom: 15px; 
            outline:none;
            transition:0.2s;
        }

        .property-button span{
            display:inline-block;
        }

        .property-button .flaticon{
            font-size:22px;
            margin-right:4px;
        }

        html.rtl .property-button .flaticon{
            margin-right:0;
            margin-left:4px;
        }

        .property-button {
            margin-right: 8px;
            margin-top: 4px;
            margin-bottom: 4px;
            padding-left:15px;
            padding-right:15px;
        }

        .property-button.grey-box{
            padding-top: 20px;
            padding-bottom: 19px;
        }

        html.rtl .property-button{
            margin-right:0;
            margin-left:8px;
        }

        .project-tab:hover, .project-tab.active-tab{
            background-color:white;
            color:#d7aa6e;    
            cursor:pointer;
        }

        html:not(.rtl) .border-left-none {
            border-left: none;
        }

        html.rtl .border-left-none{
            border-right:none;
        }

        html:not(.rtl) .border-right-none{
            border-right:none;
        }

        html.rtl .border-right-none{
            border-left:none;
        }

        .project-tab-data{
            display:none;
        }

        .project-tab-data .active-tab{
            display:block;
        }

        .project-tab-data.active-tab{
            display:block;
        }

        .map-container iframe{
            width:100% !important;
        }

        .flaticon:before {
            font-size: inherit !important;
            margin: 0 !important;
        }

        .header-button {
            padding: 0;
            line-height: 55px;
            outline: none;
            box-shadow: none;
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            transition:0.2s;
        }

        .header-button:hover{
            color:#d7aa6e;
        }

        .padding-left-15px{
            padding-left:15px;
        }

        html.rtl .padding-left-15px{
            padding-right:15px;
            padding-left:initial;
        }

        .property-grid-box {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom:10px;
        }

        .property-grid-box .box{
            padding:10px;
        }

        .img-container {
            display: inline-block;
            position: relative;
            width: 100%;
        }

        .img-container:before {
            content: "";
            display: block;
            margin-top: 90%;
        }

        .property-grid-title{
            font-size:18px;
            padding-top:10px;
            padding-bottom:10px;
            border-top:none;
            border-left:none;
            border-right:none;
        }

        .property-grid-price{
            font-size:18px;
            padding-top:10px;
            padding-bottom:10px;
        }

        .property-grid-price .flaticon{
            font-size:18px;
        }

        .property-grid-price div{
            display:inline-block;
        }

        .property-grid-box .property-grid-link{
            text-decoration:none;
        }

        .pager-field{
            font-size:16px;
        }

        .pager-field a.pager-label:hover, .pager-field a.fa:hover{
            text-decoration:none !important;
            color:#d7aa6e;
        }

        .pager-field .pager-label:after{
            content:'-';
            margin-left:5px;
            margin-right:5px;
        }

        .pager-field .pager-label.last:after{
            content:'';
            margin-left:0;
            margin-right:0;
        }

        .property-list-box {
            display: table;
            width: 100%;
            table-layout: fixed;
        }

        .property-list-row{
            display:table-row;
        }

        .property-list-picture-cell {
            display: table-cell;
            width: 25%;
            padding: 10px;
            height: 100%;
            position: relative;
        }

        .property-list-picture {
            background-size: cover;
            background-position-x: center;
            background-position-y: center;
            width: calc(100% - 10px);
            height: calc(100% - 20px);
            position: absolute;
            top: 10px;
        }

        html:not(.rtl) .property-list-picture {
            left: 10px;
        }

        html.rtl .property-list-picture {
            right: 10px;
        }

        .property-list-dertail-cell {
            display: table-cell;
            /*width: 75%;*/
            padding: 10px;
            position: relative;
        }

        html:not(.rtl) .property-list-dertail-cell{
            padding-right: 0;
        }

        html.rtl .property-list-dertail-cell{
            padding-left: 0;
        }

        .property-list-alt-image{
            display:none;
        }

        .property-list-alt-price {
            display: none;
            border-bottom:none;
            border-right:none;
            border-left:none;
            padding-top:15px;
            font-size:16px;
        }

        .property-list-alt-price .flaticon{
            font-size:18px;
        }

        .property-list-alt-price div{
            display:inline-block;
        }

        .project-list-detail-box{
            min-height:120px;
        }

        @media only screen and (max-width: 750px) {
            .property-list-picture-cell {
                width:30%;
            }
        }

        @media only screen and (max-width: 570px) {
            .property-list-picture-cell {
                width:100%;
                display:block;
            }

            .property-list-detail-box, .property-list-row, .property-list-box, .property-list-dertail-cell{
                display:block;
            }

            .property-list-picture-cell{
                display:none;
            }

            .property-list-alt-image{
                margin-top:10px;
                display:block;
            }

            .property-list-alt-image .img-container {
                background-size: cover;
                background-position-x: center;
                background-position-y: center;
            }

            .property-list-alt-image .img-container:before{
                margin-top:75%;
            }

            .property-list-detail-box {
                float: none !important;
                display: inline-block;
                margin: 0;
            }

            .property-list-price{
                display:none;
            }

            .property-list-alt-price{
                display:block;
            }

            .project-list-detail-box{
                min-height:0;
            }
        }

        .property-list-title {
            font-size: 20px;
            border-top: none;
            border-left: none;
            border-right: none;
            padding-bottom: 5px;
        }

        .property-list-detail-box {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        html:not(.rtl) .property-list-detail-box{
            float:left;
        }

        html.rtl .property-list-detail-box{
            float:right;
        }

        .property-list-detail-item {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .property-list-detail-item .flaticon{
            font-size:18px;
        }

        .property-list-detail-item div{
            display:inline-block;
        }

        .property-list-price {
            position: absolute;
            bottom: 10px;
            font-size: 16px;
        }

        html:not(.rtl) .property-list-price{
            right: 15px;
        }

        html.rtl .property-list-price{
            left: 15px;
        }

        .property-list-price .flaticon{
            font-size:18px;
        }

        .property-list-price div{
            display:inline-block;
        }

        .pager-previous-page {
            margin-right:15px;
        }

        .pager-next-page{
            margin-left:15px;
        }

        .contact-box .img-container:before{
            margin-top:60%;
        }

        .service-title-line {
            height: 7px;
            background-color: #2e90ae;
            margin: auto;
            width:80%;
        }

        .service-title-line .triangle {
            position: relative;
            bottom: 7px;
            margin: 0 auto;
            margin-top: 15px;
            width: 0px;
            height: 0px;
            border: 7px solid #fff;
            border-bottom: 7px solid #2e90ae;
            border-top: none;
        }

        .bahar-service-item{
            padding-top:20px;
            padding-bottom:20px;
            transition:0.4s;
            border-radius:20px;
        }

        .bahar-service-item:hover{
            background-color:rgba(0,0,0,0.02);
            cursor:pointer;
            color:#2e90ae;
        }

        .bahar-service-item-with-img .service-img{
            width:100%;
        }

        .bahar-service-item-with-img .service-icon{
            display:none;
        }

        .bahar-time-line-item{
            transition:0.4s;
            border-radius:20px;
        }

        .bahar-time-line-item:hover{
            background-color:rgba(0,0,0,0.02);
            cursor:pointer;
            color:#2e90ae;
        }

        .modal{ padding-left:5px !important; padding-right:5px !important; }

        @media (min-width: 768px ) { .modal{ padding-right:15px !important; padding-left:15px !important; } }


        .modal-dialog{
            width:100%;
            margin-right:0;
            margin-left:0;
        }
.bahar-client-logo:hover {
    cursor:pointer;
    background-color:red;
}

.footer-map-text{
    color:white;
    opacity:0.6;
    margin:0;
}

.footer-map-text:hover{
    text-decoration:underline;
    cursor:pointer;
    display:inline;
}


.projects-title{
    margin:0;
}

.projects-date{
    margin-top:5px;
    margin-bottom:10px;
}

.slides li{
    max-width:100% !important;
}