@import "base.css";
body {
    background-image: url(../images/islamabad-bg.jpg);
    background-position: top; /* 50% 10px; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover!important;
    background-color: #7c7c7c;
}

#header {
    background-color: var(--primary-color);
}

#header .navbar {
    background-color: var(--primary-color) !important;
    height: 70px;
    border-bottom: 1px solid var(--border-light);
}

#header .navbar-brand img{
    height: 70px;
}

#header .navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px !important;
    padding-right: 8px !important;
    line-height: 60px !important;
    font-weight: bold !important;
    color: #333333;
    font-size: 16px !important;
}

#header .navbar .nav-link.active {
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
}

#header ul {
    border-right: 1px solid var(--border-light);
}

#header .calling-info {
    float: right;
    min-width: 16.5em;
    border-left: 1px solid var(--border-light);
    vertical-align: middle;
    font-size: 1em;
    height: 70px;
    display: table;
}

#header .calling-info .calling-info .calling-content {
    display: table-cell;
    vertical-align: middle;
}

.calling-info i {
    font-size: 2.75em;
    float: left;
    color: var(--accent-color);
    padding: 0 0.25em;
    line-height: 1;
}

.calling-info .calling-desc {
    color: #333333;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bold;
    padding: 0px;
}

.calling-info .calling-desc span a {
    color: #2d313f;
    font-size: 1em;
}
/*
#hero {
    background-image: url(../images/islamabad.jpg);
    background-position: 50% 10px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover!important;
    height: calc(100vh - 70px);
    padding-top: 10%;
    padding-bottom: 15%;
} */

#hero.sub {
    height: 80vh;
    padding-top: 9.5%;
}

#hero .hero-text {
    background: rgba(0,0,0,0);
    min-height: 250px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

#hero .hero-text .caption-box {
    margin: auto;
    background-color: var(--trans-color); /* rgba(208 , 222 , 249 , 0.85);  *//* rgba(0 , 0 , 0 , 0.65); */
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    height: 450px;
}

.caption-box .caption-content {
    padding-top: 3rem!important;
    height: 100%;
}

#hero.sub .caption-box .caption-content {
    height: 90%; /* 200px; */
}

.caption-box .caption-content h1 , h2 , h3{
    color: var(--secondary-color);
}
.caption-box .caption-content h1 {
    font-size: 3.5rem;
    /* text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px; */
    letter-spacing: normal;
}
.caption-box .caption-content h2 {
    font-size: 2rem;
}
.caption-box .caption-content h3 {
    font-size: 1.5rem;
}

.caption-box .caption-content p {
    font-size: 22px;
}

#hero .btn-get-started {
    font-family: var(--font);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid var(--accent-color);
    background-color: var(--accent-color);
    color: var(--primary-color);
}

#hero .btn-get-started:hover {
    color: var(--accent-color);
    background: var(--primary-color);
}

.img-bg {
    height: auto;
    background-image: url(../images/arshad-awan.png);
    background-position: 0% 10%;
    background-repeat: no-repeat;
    background-size: cover!important;
}

.circle-div {
    height: 260px;
    width: 260px;
    background-color: var(--trans-color);
    border-radius: 50%;
    color: var(--secondary-color);
    border: 5px solid var(--accent-color);
    align-items: center;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.footer-bg .navbar-brand img {
    height: 90px;
}
.footer-bg {
    /* background: linear-gradient(0deg , rgba(255 , 105 , 0 , .85) , rgba(255 , 105 , 0 , .85)) , url(../images/footer.jpg);
    background-size: cover; */
    background-color: #14183e;
    padding: 5% 0 3%;
}

.footer-bg p {
    color: var(--primary-color);
    font-weight: regular;
    font-size: 1rem;
}

.footer-bg .widget-title {
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 30px;
    color: var(--primary-color);
    font-weight: bold;
}

.footer-bg ul {
    overflow: hidden;
    margin-left: 0;
    padding: 0;
    list-style: none !important;
    background-color: transparent;
}

.footer-bg ul li {
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: 300;
}

.footer-bg ul li a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: bold;
}

.featured-image {
    float: left;
    margin-right: 20px;
}

.featured-image img {
    max-width: 70px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/*
#footer {
    margin-top: 7rem;
} */

.featured-status {
    font-size: 13px;
    font-style: italic;
}

.footer-links li {
    border-bottom: 1px solid rgba(130 , 149 , 179 , 1);
    padding: 5px 0;
    line-height: 1.5;
    font-weight: 300;
}

.footer-contact-info>div {
    background: rgba(130 , 149 , 179 , 0.7);/* rgba(0,0,0,.2); */
    border-radius: 5px;
    margin: 10px 0;
    padding: 8px 0;
    position: relative;
    padding-left: 40px;
    color: var(--primary-color);
    font-weight: bold;
}

.footer-contact-info>div i {
    background: rgba(130 , 149 , 179 , 1);/* rgba(0,0,0,.2); */
    text-align: center;
    width: 34px;
    height: 100%;
    top: 0;
    bottom: 0;
    border-radius: 5px 0 0 5px;
    line-height: 40px;
    margin-right: 10px;
    display: inline-block;
    left: 0;
    position: absolute;
}

.footer-more {
    background-color: var(--accent-color);
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--primary-color);
    font-weight: bold;
}

.social-profiles.light>a {
    color: var(--primary-color);
}

.social-profiles.circle i {
    background-color: var(--secondary-color);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 36px;
    height: 36px;
    padding-top: 12px;
}

.social-profiles.icon-small i {
    font-size: 13px!important;
}

.go-to-top {
    background: rgba(0,0,0,.2);
    text-align: center;
   /*  border-radius: 50%; */
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    display: block;
}

.go-to-top i {
    font-size: 13px!important;
}
a.go-to-top.on:hover, a.go-to-top:hover a.go-to-top:focus.on:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
    color: #2d313f;
}

#features .card {
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px;
    border-radius: 0 !important;
    height: 250px;
    background-color: var(--trans-color);
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: bold;
}

#features .card p {
    font-size: 30px;
    font-weight: bold;
}

#features-2 .card {
    border: 1px solid rgba(0 , 0 , 0 , .1);
    padding: 25px;
    border-radius: 0 !important;
    height: 320px;
    background-color: var(--trans-color);
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: bold;
}

#features-2 .card  h4 {
    color: var(--accent-color);
    /* text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px; */
    font-weight: bold;
}

#features .circular-title {
    padding: 15px 20px;
    background-color: var(--accent-color);
    border-radius: 50%;
    color: var(--primary-color);
    width: 100px;
    height: 100px;
    font-size: 15px;
    /* position: absolute;
    margin-top: -48px; */
    text-align: center;
    /* margin-left: auto;
    margin-right: auto; */
}

#stats-counter {
    background-image: url(../images/city.jpg);
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center;
    margin-top: 8rem;
}

#stats-counter .left {
    background-color: rgba(255,255,255,0.9);
    padding-top: 100px;
    padding-bottom: 100px;
    /* padding-left: 10%; */
}
.stats-counter .stats-item {
    padding: 30px;
    width: 100%;
}

.stats-counter .stats-item span {
    font-size: 48px;
    display: block;
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.stats-counter .stats-item span:after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--font);
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color) !important;
}

#recent-work {
    margin-top: 5rem;
}

#recent-work .card {
    /* border-radius: 0;
    border: 1px solid rgba(0,0,0,.1);
    background-color: var(--trans-color); */
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
    color: var(--secondary-color);
}

#recent-work .card a.btn {
    background-color: var(--primary-color);
    color: var(--secondary-color) !important;
    border-radius: 50px;
}

#recent-work .card:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
#recent-work .card:hover a.btn {
    color: var(--primary);
}

#recent-work .card .icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: var(--secondary-color);
    background-color: rgb(210, 220, 236);
    transition: .5s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

#recent-work .card .card-body {
    padding: 15px;
}

#recent-work .card .card-body h4 {
    color: var(--accent-color);
    font-weight: bold;
}

#recent-work .card .card-body p {
    font-size: 18px;
}

#core-values {
    background-image: url(../images/city.jpg);
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-top: 7rem;
}

#core-values .card {
    border-radius: 100px;
    /* width: 350px;
    height: 350px;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; */
}

.h-200 {
    padding-top: 20px;
    min-height:180px;
}


#core-values .card p {
    font-size: 14px;
}

#listings {
    margin-top: 5rem;
}

#listings .card {
    border-radius: 0;
    border: 1px solid rgba(256 , 256 ,256,.5);
    background-color: var(--trans-color);
}

#listings .card .highlighted {
    padding: 5px 20px;
    background: var(--accent-color);
    border-radius: 100vh;
    color: var(--primary-color);
    min-width: 150px;
    position: absolute;
    margin-top: -35px;
    font-weight: bold;
}

#listings .card .card-body h4 {
    color: var(--accent-color);
}

#listings .card .card-body p {
    font-weight: bold;
}
#listings .card .mute-text {
    color: var(--primary-color);
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#listings .summary {
    border-top: 1px solid rgba(256 , 256 ,256,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

#listings .summary .area , .bedrooms , .bathrooms {
    width: 33.33%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 8px 4px;
    border-right: 1px solid rgba(256,256,256,.5);
    font-weight: bold;
}

#listings .summary .bathrooms {
    border-right: none;
}

.about {
    margin-top: 58px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255 , 105 , 0 , .85);
}

.about .boxed {
    width: 68%;
    border: 1px solid rgba(255,255,255,.5);
    padding-top: 15px;
    padding-bottom: 5px;
    /* padding-left: 60px; */
    margin-left: auto;
    margin-right: auto;
}

.about .boxed h3 {
    color: var(--primary-color);
}

#clients .cards {
    border-radius: 40px;
    background: #fff;
    display: flex;
    margin-bottom: 25px;
    box-shadow: 0 12px 30px 0 rgba(133,143,148,.15);
    margin-left: 70px;
    margin-top: 100px;
}

#clients .cards .image {
    border-radius: 40px;
    overflow: hidden;
    width: 320px;
    min-width: 320px;
    min-height: 320px;
    max-height: 320px;
    margin-top: -50px;
    margin-left: -70px;
    max-height: 320px;
}

#clients .cards .image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    max-height: 100%;
}

#clients .cards .content {
    padding: 40px 60px 40px 50px;
    text-align: left;
}

#clients .cards .content h4 small {
    color: #6b6b6b;
    display: block;
    margin-top: 5px;
}

#message .custom-quote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #000;
    /* display: flex;
    flex-direction: row-reverse; */
}

#message .custom-quote .quote-copy {
    font-style: italic;
}

#message .custom-quote .quote-copy p {
    font-style: italic;
    color: #7c7c7c;
}

#message .custom-quote .ceo {
    /* width: 150px; */
    /* min-width: 150px; */
    margin-right: 30px;
    text-align: center;
}

#message .custom-quote .ceo-image-wrapper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

#message .custom-quote .author h5 {
    font-size: 20px;
    margin-top: 20px;
}

#updates .col-sm-4 {
    height:300px;
}

#properties .property-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

#properties .property-summary{
    background-color: var(--border-light);
}

#properties .swiper-button-next {
    position: relative;
    right: 41px;
    left: 99%;
    display: inline;
    height: 20px;
    width: 10px;
    background-color: var(--accent-color);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#properties .swiper-button-prev {
    position: relative;
    right: 41px;
    left: 93.9%;
    display: inline;
    background-color: var(--accent-color);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#properties .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
    color: var(--primary-color);
}

.watsapp-btn {
    background-color: #00e676;
    z-index: 100;
    transition-duration: .3s;
    color: #fff;
    font-size: 2.25rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    width: 3rem;
    height: 3rem;
    display:flex;
    right: 2.5rem;
    bottom: 3rem;
}

.watsapp-btn i {
    line-height: 0;
    font-size: 2.15rem;
}

.watsapp-btn:focus {
    padding: 10px;
}

.watsapp-btn:hover {
    width: 3.5rem;
    height: 3.5rem;
}

.watsapp-btn.active {
    width: 3.5rem;
    height: 3.5rem;
}