﻿body, html{
	direction: rtl;
	font-family: 'Cairo', sans-serif;
	color: #2f2a2a;
	height: 100%;
	font-size: 18px;
	background-color: #f5f5f5;
}

@font-face {
    font-family: 'Bodoni-Roman-DTC';
    src: url('../fonts/Bodoni-Roman-DTC.eot');
    src: url('../fonts/Bodoni-Roman-DTC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bodoni-Roman-DTC.woff2') format('woff2'),
        url('../fonts/Bodoni-Roman-DTC.woff') format('woff'),
        url('../fonts/Bodoni-Roman-DTC.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

p{
	font-size: 18px;
	color: #2f2a2a;
}

a{
	color: #2f2a2a;
	font-weight: 600;
}

a:hover{
	color: #e88612;
	text-decoration: none;
}

/*========Header css start Here===========*/

header{
	background-color: #2b2b30;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}

header .navbar{
	max-height:	56px;
	overflow: visible;	
	padding-right: 0;
	padding-left: 0;
}

header .navbar-brand {
	height: 40px;
}

header .nav-item{
	padding-left: 10px;
	padding-right: 10px;
}

header .navbar-dark .navbar-nav .nav-link{
	color: #fff;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	position: relative;
}

header .dropdown:hover>.dropdown-menu {
  display: block;
}

header .navbar-dark .navbar-nav .dropdown-item{
	font-size: 14px;
}

header .navbar-dark .navbar-nav .nav-link:focus, 
header .navbar-dark .navbar-nav .nav-link:hover,
header .navbar-dark .navbar-nav .nav-link.active{
	color: #fff;
}

header .navbar-dark .navbar-nav .nav-link:hover:before,
header .navbar-dark .navbar-nav .nav-link.active:before{
	width: 100%;
	height: 3px;
	background-color: #fff;
	bottom: 6px;
	left: 0;
	content: '';
	position: absolute;
}

header .dropdown-menu{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background-color: #e88612;
	border-top: 7px solid transparent;
}

header input {
    outline: none;
}

header input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

header form{
	position: absolute;
	left: 0;
	top: 10px;
	cursor: pointer;
}

header input[type=search] {
    background: url(../images/search.png) no-repeat center left 9px;
    border:none;
    padding:5px 20px 5px 20px;
    width: 46px;
    height: 26px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    font-size:0px;
    line-height: 18px;
}

header input[type=search]:focus {
    width: 180px;
    background-color: #e88612;
    font-size: 18px;
    padding:5px 20px 5px 20px;
}

header input:-moz-placeholder {
    color: #000;
}

header input::-webkit-input-placeholder {
    color: #000;
}

/*========Header css end Here===========*/

/*========banner css start Here===========*/

.banner{
    width: 100%;
    position: relative;
    border-bottom: 5px solid #c3700d;
}

.banner .caption{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner .caption h2{
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 90px;
}

.banner .caption h2 span{
	background-color: #e88612;
	font-size: 42px;
	font-weight: 300;
	padding: 0 0px 0 5px;
    margin-right: 30px;
}

.banner .caption .table{
	display: table;
}

.banner .caption .table-cell{
	display: table-cell;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-left: 1px solid ;
	border-color: rgba(255, 255, 255, .60);
	padding: 5px 60px;
}

.banner .caption .table-cell:last-child{
	border-left:none;
}

.banner .caption .table-cell span{
	font-size: 37px;
	color: rgba(255, 255, 255, .60);
	font-family: 'Bodoni-Roman-DTC';
}

.banner .owl-dots{
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translate(0, -50%);
}

.banner .owl-theme .owl-dots .owl-dot{
    display: block;
    margin: 8px 0;
}

.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 6%;
}
.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 6%;
}

/*========banner css end Here===========*/


section.welcome{
	text-align: center;
	padding-top: 194px;
	padding-bottom: 194px;
}

section.welcome h3{
	font-size: 34px;
	margin-bottom: 60px;
	color: #e88612;
	font-weight: 600;
}

section.welcome p{
	font-size: 18px;
	margin-bottom: 60px;
	font-weight: 400;
}

section.welcome a.more{
	font-size: 18px;
	font-weight: 700;
}


section.apartments{
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
}

section.apartments .caption{
	background-color: rgba(71, 63, 70, .66);
	padding: 0 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	height: 110px;
	display: table;
}

section.apartments .item:hover .caption{
	background-color: rgba(71, 63, 70, 1);
}

section.apartments .caption span{
	display: table-cell;
	vertical-align: middle;
}

section.apartments .caption span a{
	color: #fff;
}

section.apartments .caption span a:hover{
	color: #f7941e;
}

section.annual-report{
	padding: 76px 0;
	background-color: #f8ebdb;
}

section.annual-report .left{
	width: 30%;
    float: left;
}

section.annual-report .left h3{
	padding-right: 70px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

section.annual-report .right{
	width: 65%;
    float: left;
}

section.annual-report .right h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

section.annual-report .nav.nav-tabs {
    display: block;
    border-bottom:0;
    padding-right: 70px;
}

section.annual-report .nav-tabs .nav-link {
    color: #2f2a25;
    font-size: 28px;
    border:none;
    border-right: 5px solid #f7941e;
    font-weight: 300;
    padding-right: 20px;
    background-color: transparent;
    margin-bottom: 70px;
    padding: 0;
    line-height: 38px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding-right: 20px;
    font-weight: 400;
}

section.annual-report .nav-tabs .nav-link span{
	color: #f7941e;
	font-weight: bold;
}

section.annual-report .nav-tabs .nav-link.active {
    color: #2f2a25;
    font-size: 28px;
    border-right: 5px solid #f7941e;
}

section.annual-report .tab-content>.active {
    display: block;
    min-height: 165px;
}


section.annual-report .tab-content{
	border-left: 1px solid #898989;
	min-height: 350px;
	padding-left: 20px;
}


section.annual-report .tab-content a.more {
    font-size: 18px;
    font-weight: 700;
}

section.annual-report .tab-content .report{
	margin-bottom: 70px;
}

section.annual-report .tab-content .report i{
	display: inline-block;
	padding-left: 2%;
	vertical-align: middle;
	width: 20%;
}

section.annual-report .tab-content .report span{
	display: inline-block;
	vertical-align: middle;
	width: 78%;
}

section.annual-report .tab-content .report span a{
	font-weight: 300;
}

section.annual-report .tab-content .report span a:hover{

}

section.annual-report .tab-content .report a.more{
	color: #2f2a2a;
	font-size: 18px;
}

section.annual-report .tab-content .report a.more:hover{
	color: #f7941e;
	text-decoration: underline;
}


section.news-cvr{
	background-color: #231f20;
	padding: 130px 0;
}

section.news-cvr h2{
	color: #f8ebdb;
	font-weight: bold;
}

section.news-cvr .news{
	margin: 50px 0;
	cursor: pointer;
}

section.news-cvr .news a{
	color: #fff;
}

 section.news-cvr .news a:hover{
	color: rgba(247, 148, 30, 1);
}

section.news-cvr .news span{
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(247, 148, 30, .5);
	width: 20%;
	padding: 30px 0;
	line-height: 25px;
	font-family: 'Bodoni-Roman-DTC';
	margin-left: 3%;
}

section.news-cvr .news:hover span{
	background-color: rgba(247, 148, 30, 1);
}

section.news-cvr .news span i{
	font-size: 14px;
	font-style: normal;
	font-family: 'Cairo', sans-serif;
}

section.news-cvr .news .data{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #fff;
	width: 75%;
}

section.news-cvr a{
	color: #fff;
}

section.news-cvr a:hover {
    color: #e88612;
}

section.btm-section{
	background-color: #e88612;
	padding: 50px 0;
	color: #fff;
}

section.btm-section h3{
	margin-bottom: 20px;
}

section.btm-section .addrs{

}

section.btm-section .addrs .logo{
	display: inline-block;	
	vertical-align: top;
	margin-left: 50px;
}

section.btm-section .addrs .data{
	display: inline-block;
	vertical-align: top;
	color: #f8dbb8;	
}

section.btm-section .addrs .data a{
	display: block;
	color: #f8dbb8;
}

section.btm-section .addrs .data a:hover{
	color: #fff;
}

section.btm-section .addrs .data span{
	float: right;
	direction: ltr;
}

section.btm-section ul.btmlinks{
	display: inline-block;
	padding-right: 0;
	margin-right: 0;
}

section.btm-section ul.btmlinks li{
	display: block;
	font-size: 14px;
	padding-left: 50px;
	position: relative;
	padding-right: 20px;
}

section.btm-section ul.btmlinks li:after{
	background-color: #fff;
	width: 5px;
	height: 10px;
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
}

section.btm-section ul.btmlinks li a{
	color: #fff;
}

section.btm-section ul.btmlinks li a:hover{
	color: #000;
	text-decoration: none;
}

section.btmm-section h3{
	font-size: 28px;
}

footer{
	background-color: #784304;
	text-align: center;
	color: #fff;
	direction: ltr;
	padding: 20px 0;
	font-size: 15px;
}

footer span{
	padding: 0 10px; 
}

footer i{
	font-style: normal;
	font-size: 20px;
}












/*======================= Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap===========================*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { ... }

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { ... }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	header .navbar-dark .navbar-nav .nav-link{
		font-size: 10px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }



/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { ... }

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1024px) { 
	header .nav-item{
		padding-left: 8px;
    	padding-right: 8px;
	}

	section.apartments .caption{
		font-size: 22px;
	}
}


/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 

	.navbar-dark .navbar-brand img{
		width: 80px;
	}

	header .nav-item{
		padding-left: 5px;
    	padding-right: 5px;
	}

	.banner .caption h2{
		font-size: 24px;
		margin-bottom: 20px;
	}

	.banner .caption h2 span{
		font-size: 20px;
	}

	.banner .caption .table-cell span{
		font-size: 24px;
	}

	.banner .caption .table-cell{
		padding-left: 20px;
		padding-right: 20px;
		white-space: nowrap;
	}

	section.apartments .caption{
		font-size: 20px;
	}
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 

	header{
		position: relative;
	}

	header .navbar{
		max-height: none;
	}

	header .navbar-brand{
		height: auto;
	}

	header form {
	    position: absolute;
	    left: 0;
	    top: 15px;
	}

	.owl-carousel .owl-nav button.owl-next{
		display: none;
	}

	.owl-carousel .owl-nav button.owl-prev{
		display: none;
	}

	.navbar-toggler{
		margin-top: 50px;
	}

	.navbar-toggler:focus{
		outline: none;
	}

	.banner .caption h2{
		font-size: 16px;
	}

	.banner .caption h2 span{
		font-size: 14px;
		margin-right: 10px;
	}

	.banner .caption .table-cell span{
		font-size: 18px;
	}

	.banner .caption .table-cell{
		font-size: 14px;
	}

	section.annual-report .left{
		width: 100%;
		float: none;
	}

	section.annual-report .left h3{
		padding-right: 0px;
	}

	section.annual-report .nav.nav-tabs{
		padding-right: 20px;
	}

	section.annual-report .right{
		width: 100%;
		float: none;
	}

	section.annual-report .tab-content {
	    border-top: 1px solid #898989;
	    border-left: 0;
	    padding-left: 0px;
	    padding-top: 20px;
	}

	section.btm-section .addrs{
		margin-bottom: 30px;
	}

	section.btm-section .addrs{
		margin-bottom: 30px;
	}
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	footer span {
	    display: block;
	}
 }





/*================================
New classes starts
  ================================ */

footer {
    float: left;
    width: 100%;
}

section.btm-section {
    float: left;
    width: 100%;
}

.disclosure-container {
    width: 100%;
    float: left;
    padding: 57px 0 0 0;
    font-family: 'Cairo', sans-serif;
}

    .disclosure-container .nav-tabs {
        border: none;
    }

.calendar-icon-hold {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .calendar-icon-hold ul {
        width: 595px;
        float: none;
        margin: 0 auto;
        padding: 0px;
        list-style: none;
        text-align: center;
    }

        .calendar-icon-hold ul li {
            width: 33%;
            float: none;
            margin: 0px auto;
            padding: 0px;
            list-style: none;
            text-align: center;
            display: inline-block;
            position: relative;
            margin-bottom: 64px
        }

.cal-img-hold {
    width: 100%;
    float: left;
}

    .cal-img-hold a:focus {
        outline: none;
    }

    .cal-img-hold a {
        width: 100%;
        float: left;
    }

        .cal-img-hold a img {
            width: 100%;
            float: none;
            max-width: 125px;
            text-align: center;
            margin: 0 auto;
        }

        .cal-img-hold a:after {
            width: 23px;
            height: 20px;
            background: url(../images/blk_arrow.png) no-repeat bottom;
            content: "";
            position: absolute;
            bottom: -17px;
            right: calc(37% + 12px);
            z-index: 99;
        }

        .cal-img-hold a:hover h2 {
            color: #e88612;
        }


.active > .cal-img-hold a:after {
    width: 23px;
    height: 20px;
    background: url(../images/orng_arrow.png) no-repeat bottom;
    content: "";
    position: absolute;
    bottom: -17px;
    right: calc(37% + 12px);
    z-index: 99;
}

.cal-img-hold a h2 {
    color: #000;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 36px;
    position: absolute;
    top: 51%;
    font-weight: bold;
}


.dis-pdf-listing {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px 0 0 0;
}

    .dis-pdf-listing ul {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .dis-pdf-listing ul li {
            width: 33%;
            float: right;
            margin: 0 0 0 0;
            padding: 0 20px 0 20px;
            list-style: none;
            min-height: 135px;
        }


            .dis-pdf-listing ul li .report {
                /*margin-bottom: 70px;*/
            }

            .dis-pdf-listing ul li .report {
                /*margin-bottom: 70px;*/
            }


                .dis-pdf-listing ul li .report i {
                    display: inline-block;
                    padding-left: 2%;
                    vertical-align: middle;
                    width: 20%;
                    float: right;
                }

                .dis-pdf-listing ul li .report span {
                    display: inline-block;
                    vertical-align: middle;
                    width: 78%;
                }

                    .dis-pdf-listing ul li .report span a {
                        font-weight: 300;
                    }

                        .dis-pdf-listing ul li .report span a:focus {
                            outline: none;
                        }

.pdf-bg-style {
    background: #dddddd;
    width: 100%;
    float: left;
    background-image: url(../images/pdf_listing_shadow1.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.year-titile {
    width: 100%;
    float: left;
    text-align: center;
}

    .year-titile h2 {
        background: #2b2b30;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        width: auto;
        padding: 10px 27px 10px 27px;
        float: none;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        margin-top: 4px;
    }


.news-listing {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 57px 0 0 0;
}

.news-listing-hold {
    width: 100%;
    float: left;
    margin: 0px;
    font-family: 'Cairo', sans-serif;
}

    .news-listing-hold ul {
        width: 100%;
        float: left;
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .news-listing-hold ul li {
            width: 100%;
            float: right;
            margin: 0 0 35px 0;
            list-style: none;
        }

            .news-listing-hold ul li h2 {
                text-align: right;
                width: 100%;
                font-size: 23px;
                font-weight: 600;
                color: #f7941e;
                border-right: solid 9px #f7941e;
                padding: 8px 9px 11px 0;
                margin: 0px 0 14px 0;
            }

                .news-listing-hold ul li h2 span {
                    color: #2f2a2a;
                }

            .news-listing-hold ul li p {
                color: #2f2a2a;
                text-align: right;
                line-height: normal;
                font-size: 17px;
                line-height: 23px;
                padding: 0 7px 0 1px;
                font-weight: 600;
            }



.social-resp {
    background: url(../images/sr_bg.jpg) no-repeat top;
    width: 100%;
    float: left;
    padding-top: 50px;
    min-height: 915px;
    background-color: #e8f1ec;
    background-size: cover;
}

.social-resp-hold {
    width: 58%;
}

    .social-resp-hold ul {
        width: 100%;
        float: left;
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .social-resp-hold ul li {
            width: 100%;
            float: right;
            margin: 0 0 35px 0;
            list-style: none;
        }

            .social-resp-hold ul li h2 {
                text-align: right;
                width: 100%;
                font-size: 23px;
                font-weight: 600;
                color: #2f2a2a;
                border-right: solid 9px #f7941e;
                padding: 8px 9px 11px 0;
                margin: 0px 0 14px 0;
                border-bottom: solid 1px #f7941e;
            }

                .social-resp-hold ul li h2 span {
                    color: #2f2a2a;
                }

            .social-resp-hold ul li p {
                color: #2f2a2a;
                text-align: right;
                line-height: normal;
                font-size: 17px;
                line-height: 23px;
                padding: 0 7px 0 1px;
                font-weight: 500;
            }













.dis-pdf-listing1 {
    width: 500px;
    float: left;
    margin: 0px;
    padding: 50px 0 0 0;
    direction: ltr;
}

    .dis-pdf-listing1 ul {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        list-style: none;
        direction: ltr;
    }

        .dis-pdf-listing1 ul li {
            width: 100px;
            height: 100px;
            float: left;
            margin: 0 0 0 0;
            padding: 0 20px 0 20px;
            list-style: none;
        }


            .dis-pdf-listing1 ul li .report {
                margin-bottom: 70px;
            }

            .dis-pdf-listing1 ul li .report {
                margin-bottom: 70px;
            }


                .dis-pdf-listing1 ul li .report i {
                    display: inline-block;
                    padding-left: 2%;
                    vertical-align: middle;
                    width: 20%;
                }

                .dis-pdf-listing1 ul li .report span {
                    display: inline-block;
                    vertical-align: middle;
                    width: 78%;
                }

                    .dis-pdf-listing1 ul li .report span a {
                        font-weight: 300;
                    }

                        .dis-pdf-listing1 ul li .report span a:focus {
                            outline: none;
                        }


.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}


.pdf-listing-slider1 .slick-arrow {
    position: absolute;
    top: 30%;
}

.slick-next:focus {
    outline: none;
}

.slick-prev:focus {
    outline: none;
}

.pdf-listing-slider1 .slick-prev {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 0px;
    background-image: url(../images/left_arrow.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    left: -20px;
    cursor: pointer;
}

.pdf-listing-slider1 .slick-next {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 0px;
    background-image: url(../images/right_arrow.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    right: -20px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .social-resp-hold {
        width: 100%;
        padding-top: 61%;
    }

    .social-resp {
        background-size: contain;
    }

    .calendar-icon-hold ul {
        width: 100%;
    }

        .calendar-icon-hold ul li {
            width: 26%;
            margin-bottom: 37px;
        }

    .dis-pdf-listing ul li {
        width: 100%;
    }

    .cal-img-hold a:after {
        right: calc(25% + 12px);
    }

    .active > .cal-img-hold a:after {
        right: calc(25% + 12px);
    }

    .news-listing-hold ul {
        padding: 0px;
    }
}

.white-bg{background: #fff !important;}
.white-bg p, .white-bg li , .white-bg strong,  .white-bg tr ,  .white-bg tr td ,  .white-bg td {    font-family: 'Cairo', sans-serif;}
/*================================
New classes ends
  ================================ */



