/**
* Name: Safat-Al-Mubarakiya
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url("fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Almarai;
    font-style: normal;
    font-weight: normal;
    src: local("Almarai Regular"),local("Almarai-Regular"),url("fonts/Almarai-Regular.ttf") format("truetype");
}

body {
    font-family: Montserrat, Almarai, Calibri, sans-serif;
    color: #444;
    background-color: #E7E1D3;
    overflow-x: hidden;
    line-height: inherit;
}
.right-to-left {
    direction: rtl;
}
.left-to-right {
    direction: ltr !important;
}

a {
  color: #fff;
  /*text-decoration: none;*/
}

a:hover {
  color: #45beff;
  /*text-decoration: none;*/
}

h1, h2, h3, h4, h5, h6, .font-primary {
    /*font-family: "Roboto", sans-serif;*/
    color: #a0886c;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.5rem;
}
p {
    font-size: 90%;
    line-height: 1.5rem;
}

.font-gold {
    color: #a0886c !important;
}

.font-gold:hover {
    color: #968066 !important;
}

.back-gold {
    background-color: #a0886c !important;
}
.back-gold:hover {
    background-color: #968066 !important;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #1a1814;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #1a1814;
        border-top-color: #a0886c;
        border-bottom-color: #a0886c;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.op-0 {
    opacity: 0 !important;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 2px solid #8a755d;
}

    .back-to-top i {
        font-size: 28px;
        color: #8a755d;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #8a755d;
        color: #1a1814;
    }

    .back-to-top:hover i {
        color: #444444;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    height: 200px;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 996;
}

#topbar.topbar-scrolled {
    top: -200px;
}

@media only screen and (max-width: 768px) {
    #topbar {
        height: 140px;
    }

    #topbar.topbar-scrolled {
        top: -140px;
    }
}

#topbar .contact-info i {
    font-style: normal;
    color: #d9ba85;
}

#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

    #topbar .languages ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        color: #a0886c;
    }

#topbar .languages ul a {
    color: white;
}

#topbar .languages ul li + li {
    padding-left: 10px;
}

#topbar .languages ul li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    content: "/";
}
#topbar .top-content {
    background-color: #a0886c;
    color: #fff;
}
#topbar .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*#header {
    background: #1e4356;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px;
}
#header.header-transparent {
  background: none;
}
    #header.header-scrolled {
        top: 0;
        background: rgba(166, 149, 129, 0.5);
    }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
    }

        #header .logo a {
            color: #fff;
        }*/

        /*#header .logo img {
            max-height: 40px;
        }*/
	
/*#header .top-content {
    background-color: #a0886c;
    color: #fff;
}

    #main {
        margin-top: 80px;
    }
@media (max-width: 768px) {
    #header {
        height: 120px;
    }

        #header.header-scrolled {
            height: 120px;
        }
}*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  /*font-family: "Open Sans", sans-serif;*/
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  font-weight:bold;
}
.navbar a i, .navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #a0886c;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #a0886c;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #968066;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 38, 48, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1e4356;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #68A4C4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #68A4C4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section:first-child {
    padding: 220px 0 5px;
    margin-bottom:-45px;
}
section {
    padding: 40px 0;
    overflow: hidden;
}
section:last-child {
    padding: 10px 0;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
}

.location-text {
    max-width: 432px;
    margin: auto -20px auto auto;
    vertical-align: middle;
}
.right-to-left .location-text {
    margin: auto auto auto -20px;
}

.services-text {
    max-width: 432px;
    margin: auto;
    vertical-align: middle;
}
.design-text {
    max-width: 432px;
    margin: auto;
    vertical-align: middle;
}
#Plans .container-bg {
    background-image: url(../../assets/img/logo_invert.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 116vh;
    opacity: 0.15;
    height: 116vh;
    width: 100%;
    position: absolute;
    z-index: -1;
    margin-top: -70vh
}

.plan-map {
    width: 100%;
}

    .plan-map > img {
        width: 60vw;
    }

.plan-spaces {
    margin-top: -30px;
}

.plan-spaces > img {
    width: 20vw;
}
.plan-text {
    max-width: 426px;
    margin: auto;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    section:first-child {
        padding: 150px 0 5px;
    }
}
@media only screen and (max-width: 991px) {
    .plan-map > img {
        width: 100vw;
    }
    .plan-spaces > img {
        width: 50vw;
    }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
  margin-top: 100px;
}
.features h3 {
  font-weight: 400;
  font-size: 24px;
}
.features ul {
  list-style: none;
  padding: 0;
}
.features ul li {
  padding-bottom: 10px;
}
.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}
.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 26px;
}
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}
.about p:last-child {
  margin-bottom: 0;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #F3F1ED;
    padding: 0 0 30px 0;
    color: #FFF;
    font-size: 14px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #468db3;
}
#footer .footer-top {
    background: #a0886c;
    /*border-top: 1px solid #17455e;
    border-bottom: 1px solid #123649;
    padding: 60px 0 30px 0;*/
    }
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #a2cce3;
  font-weight: 600;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Roboto", sans-serif;*/
  color: #fff;
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #7a6e60;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #716659;
    color: #fff;
    text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #a2cce3;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  /*padding: 10px 0;*/
  display: inline-block;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cce3;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .img-fluid{
    max-height:100px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #a0886c;
}

.filled-btn, .unfilled-btn {
    min-width: 150px;
    border: 0 none;
    font-weight: 500;
    font-size: small;
    padding: 8px;
}
.filled-btn:hover {
    background-color: #968066
}
.unfilled-btn:hover {
    color: #90806d
}
.filled-btn {
    background-color: #a0886c;
    border: 2px solid #a0886c;
    color: #fff;
}
.unfilled-btn {
    background-color: transparent;
    color: #a0886c;
    border: 2px solid #a0886c;
}
.text-align-justify{
    text-align: justify;
}
.about-safat-logo {
    max-width: 180px;
}
.color-black {
    color: #000 !important;
}
.color-white {
    color: #fff !important;
}
.color-location {
    background-color: #2E2E2F;
}
.location-img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    opacity: 0;
}
.height-85{
    height:85px !important;
}
#Services .service-img-set {

}

#Services .service-img-set img.left {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

#Services .service-img-set img.right {
    height: 100%;
    object-fit: cover;
    object-position: right;
}

#Services .service-img-set img.center {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#Services .service-img-set span {
    height: 40px;
    display: block;
}
.color-design {
    background-color: #778963;
}




    .text-x-large {
        font-size: x-large;
    }
.text-small {
    font-size: small;
}
.footer-ul {
    list-style-type: none;
}

.footer-ul > li {
    /*float: left;*/
}

.footer-ul > li a {
    text-align: center;
    /*padding: 16px;*/
}

.img-full {
    min-width: 100%;
}
        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #28251f;
            padding: 6px 10px;
            position: relative;
            border-radius: 50px;
            border: 1px solid #454035;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
                background: #28251f;
                color: white;
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: -1px;
                right: -1px;
                bottom: -1px;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #cda45e;
                color: #fff;
                transition: 0.3s;
                border-radius: 50px;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #d3af71;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }


#Location .force-right-text {
    /*margin-right: -100px;*/
    position: relative;
}

.div-height-70 {
    width: 100%;
    height: 70px;
}

.dot-horizontal {
    background-image: radial-gradient(#a0886c 10%, transparent 10%);
    background-position: 0 0;
    background-size: 20px 20px;
    height: 65px;
    width: 100vw;
    position: relative;
    z-index: -1;
    margin-bottom: -30px;
    transform: scale(1.7);
    top: 25px;
    overflow: hidden;
}

.location-bg {
    background-image: url(../../assets/img/location.png);
    background-repeat: no-repeat;
    background-position: bottom right 0;
    background-size: contain;
    /*background-size: 40vh;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;*/
}

.location-p{
    min-width:420px;
}
.p-about {
    padding: 7vw 0;
}
    .p-about > div {
        max-width: 432px;
        margin: auto;
        vertical-align: middle;
    }
.opacity-0{
    opacity:0!important;
}
#safat_1 {
    background-image: url(../../assets/img/safat.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 320px;
}
#about_1 {
    background-image: url(../../assets/img/01_PERSP.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#about_2 {
    background-image: url(../../assets/img/02_PERSP.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#design_1 {
    background-image: url(../../assets/img/design.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 440px;
}
.font-bold{
    font-weight:bold;
}

.p-r-img-0 {
    padding-right: 0 !important;
}
.p-l-img-0 {
    padding-left: 0 !important;
}
.footer-ul a {
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    
    
}
@media only screen and (max-width: 768px) {
    #Location .force-right-text {
        margin: 0;
        position: relative;
    }

    .location-p {
        min-width: inherit;
    }

    .p-img-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .location-bg {
        background-position: top left 0;
    }
    .p-about {
        padding: 20px 20px;
    }
    #safat_1 {
        height: 20vh;
        min-height: initial;
    }

    #about_1 {
        height: 42vh;
    }

    #about_2 {
        height: 42vh;
        background-position: right;
    }

    #design_1 {
        background-size: 100vh;
        min-height: 30vh;
        /*min-height: 250px;*/
    }

    #Services .service-img-set img.center,
    #Services .service-img-set img.left,
    #Services .service-img-set img.right {
        height: 28vh !important;
    }

    #Services .service-img-set img.about-safat-logo {
        width: 85%;
    }
    .location-text, .right-to-left .location-text {
        margin: auto;
        text-align: center;
    }
    .services-text, .design-text, .location-text, .plan-text {
        padding: 7vw !important;
    }
}
@media only screen and (max-width: 991px) {
    .location-p {
        min-width: inherit;
    }
    .p-about {
        padding: 20px 20px;
    }
    .location-text, .right-to-left .location-text {
        margin: auto;
        text-align: center;
    }
    .services-text, .design-text, .location-text, .plan-text {
        padding: 7vw !important;
    }
}
