* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Tajawal', sans-serif;
}

*::-moz-selection {
  background-color: #AF8F67;
  color: #fff;
}

*::selection {
  background-color: #AF8F67;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #AF8F67;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/**********************************************
   Start Global Style
**********************************************/
p {
  font-size: 15px;
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #000;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, #fbba6b, #AF8F67);
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn img {
  width: 25px;
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-top-btn:hover img {
  -webkit-animation: floating-y .5s infinite alternate;
          animation: floating-y .5s infinite alternate;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Loading page animation */
@-webkit-keyframes rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes loaderSlideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: none;
  }
}

@keyframes loaderSlideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    display: none;
  }
}

@-webkit-keyframes rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
            transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
            transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navbar {
  background-color: #171717;
}

.navbar .nav-link {
  position: relative;
  color: #fff;
  font-weight: bold;
  margin: 0 10px;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
  right: 0;
  top: 40px;
  background-color: #AF8F67;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.navbar .nav-link::before {
  content: '';
  position: absolute;
  width: 75%;
  height: 2px;
  left: 0;
  top: 40px;
  background-color: #AF8F67;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

.navbar .nav-link.active, .navbar .nav-link:hover {
  color: #AF8F67;
}

.navbar .nav-link.active::after, .navbar .nav-link.active::before, .navbar .nav-link:hover::after, .navbar .nav-link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.navbar .phone-num {
  margin-bottom: 0;
}

.navbar .phone-num img {
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}

.navbar .phone-num b {
  color: #AF8F67;
}

.navbar .phone-num a {
  color: #fff;
}

.navbar .phone-num a:hover {
  color: #fbba6b;
}

.navbar .social-links {
  margin: 0 35px 0 0;
}

.navbar .social-links a {
  margin: 0 5px;
  color: #AF8F67;
}

.navbar .social-links a:hover {
  color: #fbba6b;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #AF8F67;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #AF8F67;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

footer {
  padding: 70px 0  0 0;
  background-color: #171717;
}

footer .content {
  margin-bottom: 25px;
}

footer .content .logo {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
}

footer .content .p {
  font-size: 12px;
  color: #ddd;
  line-height: 1.7rem;
}

footer .content .social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  margin: 0 3px;
  background-color: #242424;
  color: #fff;
}

footer .content .social-links a:hover {
  background-color: #AF8F67;
}

footer .content .sec-title::after, footer .content .sec-title::before {
  top: 35px;
}

footer .content .links a {
  display: block;
  color: #ddd;
  margin: 15px 0;
  font-size: 14px;
}

footer .content .links a:hover {
  color: #AF8F67;
}

footer .content .contact-links a {
  margin: 20px 0;
  font-size: 17px;
}

footer .content .contact-links a .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}

footer .content .form-group {
  position: relative;
}

footer .content .form-group .form-control {
  background-color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 25px;
  height: 50px;
  font-size: 12px;
}

footer .content .form-group .submit-btn {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 2.5px;
  top: 2.5px;
  border-radius: 50%;
  background-color: #171717;
  border: 1px solid #171717;
  color: #AF8F67;
}

footer .content .form-group .submit-btn:hover {
  border: 1px solid #AF8F67;
  background-color: #AF8F67;
  color: #fff;
}

footer .copyright {
  padding: 25px 0;
  border-top: 1px solid #666;
  margin-top: 45px;
}

footer .copyright .p {
  margin-bottom: 0;
  color: #ccc;
  font-weight: bold;
  text-align: center;
}

/**********************************************
    Start Public Classes
**********************************************/
.dir-l {
  direction: ltr;
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-title {
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: bold;
}

.sec-title::after, .sec-title::before {
  content: '';
  position: absolute;
  height: 2px;
  top: 50px;
  background-color: #AF8F67;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sec-title::after {
  width: 20%;
  right: 0;
}

.sec-title::before {
  width: 75%;
  left: 0;
}

.main-btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #AF8F67;
  color: #AF8F67;
  font-weight: bold;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.main-btn span {
  position: relative;
  z-index: 1;
}

.main-btn::before, .main-btn::after {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #AF8F67;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}

.main-btn::before {
  left: 0;
}

.main-btn::after {
  right: 0;
}

.main-btn:hover {
  color: #fff;
}

.main-btn:hover::before, .main-btn:hover::after {
  width: 50%;
  opacity: 1;
}

/*start loader*/
.loader {
  width: 100%;
  height: 100vh;
  background-color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.loader .wrapper {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-perspective: 800px;
          perspective: 800px;
}

.loader .wrapper .inner {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.loader .wrapper .inner.one {
  left: 0%;
  top: 0%;
  -webkit-animation: rotate-one 1s linear infinite;
          animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #AF8F67;
}

.loader .wrapper .inner.two {
  right: 0%;
  top: 0%;
  -webkit-animation: rotate-two 1s linear infinite;
          animation: rotate-two 1s linear infinite;
  border-right: 3px solid #AF8F67;
}

.loader .wrapper .inner.three {
  right: 0%;
  bottom: 0%;
  -webkit-animation: rotate-three 1s linear infinite;
          animation: rotate-three 1s linear infinite;
  border-top: 3px solid #AF8F67;
}

.loader.hidden {
  -webkit-animation: loaderSlideDown 1s;
          animation: loaderSlideDown 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* Swiper */
.swiper-pagination {
  position: relative;
  margin-top: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 5px;
  border-radius: 25px;
  background-color: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #AF8F67;
}

.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 44px;
  background-size: contain;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icons/right-arrow.svg);
  right: 0px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icons/right-arrow.svg);
  left: 0px;
}

.swiper-container-rtl .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* page-heading */
.page-heading {
  background-color: #1E1E1E;
  padding: 50px 0 60px 0;
  position: relative;
}

.page-heading .breadcrumb {
  background-color: transparent;
}

.page-heading .breadcrumb .breadcrumb-item {
  color: #ddd;
}

.page-heading .breadcrumb a {
  color: #AF8F67;
}

.page-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/breadcrumb-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
}

.page-heading .text-content {
  position: relative;
  z-index: 1;
}

.page-heading .text-content .title {
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
}

.page-heading .pattern {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/**********************************************
    Start Edit Home Page 
**********************************************/
header {
  background-color: #171717;
  padding: 20px 0 0 0;
}

header .header-inner {
  padding: 180px 0;
  margin: 0 5%;
  position: relative;
  height: 80vh;
}

header .header-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .header-inner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
}

header .header-inner .text-box {
  position: relative;
  z-index: 1;
}

header .header-inner .text-box .title {
  font-size: calc(32px + 2vw);
  color: #fff;
}

header .header-inner .text-box .more-btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: block;
  border: 2px solid transparent;
  background-color: transparent;
}

header .header-inner .text-box .more-btn:hover {
  border: 2px solid #AF8F67;
  background-color: #AF8F67;
}

header .header-inner .text-box::before {
  content: '';
  width: 35%;
  height: 400px;
  border: 4px solid #AF8F67;
  position: absolute;
  top: -53%;
  right: -15%;
  z-index: -1;
}

header .swiper-slide-active .text-box::before {
  -webkit-animation: fadeInRight 1s both;
          animation: fadeInRight 1s both;
}

header .swiper-slide-active .title {
  -webkit-animation: fadeInUp 1s both;
          animation: fadeInUp 1s both;
}

header .swiper-slide-active .more-btn {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

header .swiper-pagination {
  margin-top: 0;
  bottom: 50px !important;
}

.about-sec {
  padding: 100px 0 70px 0;
  background-color: #171717;
  position: relative;
}

.about-sec .img-box {
  height: 450px;
  position: relative;
  z-index: 1;
}

.about-sec .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-sec .text-box {
  position: relative;
  z-index: 1;
  padding: 1vw;
}

.about-sec .text-box .p {
  color: #ddd;
  line-height: 2rem;
}

.about-sec::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/pattern-2.png);
  background-size: contain;
  background-repeat: repeat;
  opacity: .1;
}

.our-features {
  background-color: #171717;
  padding: 70px 0;
}

.our-features .feature_card {
  background-color: #fff;
  border-radius: 0px;
  padding: 1.5rem 0 0 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  min-height: 235px;
}

.our-features .feature_card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #AF8F67;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.our-features .feature_card .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.our-features .feature_card .card-body {
  text-align: center;
}

.our-features .feature_card .card-body .title {
  font-weight: bold;
}

.our-features .feature_card .card-body .p {
  font-size: 13px;
  line-height: 1.7rem;
}

.our-features .feature_card:hover {
  transform translateY(-10px);
}

.our-features .feature_card:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.our-features .feature_card:hover .icon img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.our-features .video-box {
  height: 450px;
  margin-top: 70px;
  position: relative;
}

.our-features .video-box .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our-features .video-box .text-box {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.our-features .video-box .text-box .title {
  color: #fff;
  margin-bottom: 0;
}

.our-features .video-box .play-btn {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.our-features .video-box .play-btn:before, .our-features .video-box .play-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #AF8F67;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.our-features .video-box .play-btn:hover:before {
  background-color: #fbba6b;
}

.our-features .video-box .play-btn:before {
  z-index: 1;
}

.our-features .video-box .play-btn:after {
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: pulsecust 1.8s linear;
          animation: pulsecust 1.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  background-color: #fff;
}

.our-features .video-box .play-btn i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.projects-sec {
  background-color: #171717;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.projects-sec .proj_card {
  position: relative;
}

.projects-sec .proj_card .img-box {
  height: 310px;
  overflow: hidden;
}

.projects-sec .proj_card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.projects-sec .proj_card .card-body .title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.projects-sec .proj_card:hover .img-box img {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

.projects-sec .proj_card:hover .card-body .title {
  color: #AF8F67;
}

.partners-sec {
  padding: 70px 0;
}

.partners-sec .sec-title {
  color: #171717;
}

.partners-sec .partner_img {
  width: 95%;
  display: block;
  margin: auto;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
 border: 1px solid #9992;
padding: 15px;
}

/**********************************************
    Start Edit About Page 
**********************************************/
.about-pg {
  padding: 70px 0;
  background-color: #171717;
  position: relative;
}

.about-pg .img-box {
  height: 450px;
  padding: 0 1vw;
}

.about-pg .img-box img {
  width: 60%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}

.about-pg .img-box .img1 {
  margin-right: auto;
}

.about-pg .text-box .title {
  color: #fff;
  font-weight: bold;
  font-size: calc(32px + 1vw);
}

.about-pg .text-box .subtitle {
  color: #9D9D9D;
}

.about-pg .text-box .in-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.about-pg .text-box .in-flex .content {
  width: 150px;
  position: relative;
}

.about-pg .text-box .in-flex .content .counter {
  font-weight: bold;
  color: #AF8F67;
  font-size: calc(32px + 1vw);
}

.about-pg .text-box .in-flex .content .categ {
  color: #AF8F67;
}

.about-pg .text-box .in-flex .first::after {
  content: '';
  width: 2px;
  height: 80%;
  display: inline-block;
  background-color: #666;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-pg .text-box p {
  line-height: 2rem;
  color: #ddd;
}

.about-sec2 {
  padding: 70px 0;
  position: relative;
}

.about-sec2 .img-box {
  height: 550px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

.about-sec2 .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.about-sec2 .text-box {
  position: relative;
  z-index: 1;
  padding: 1vw;
}

.about-sec2 .text-box .title {
  font-weight: bold;
}

.about-sec2 .text-box .title b {
  color: #AF8F67;
  font-weight: bold;
}

.about-sec2 .text-box .p {
  line-height: 2rem;
}

.deals-sec {
  background-color: #171717;
  padding: 70px 0;
}

.deals-sec .deal_card {
  width: 300px;
  height: 300px;
  margin: auto;
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.deals-sec .deal_card .content {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  text-align: center;
  background-color: #101010;
  border: 1px solid #101010;
  border-radius: 50%;
  display: block;
  padding: 75px 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.deals-sec .deal_card .content .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #AF8F67;
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.deals-sec .deal_card .content .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.deals-sec .deal_card .content .card-body {
  text-align: center;
}

.deals-sec .deal_card .content .card-body .title {
  font-weight: bold;
  color: #ffff;
  margin-top: .7rem;
}

.deals-sec .deal_card .content .card-body .subtitle {
  margin-bottom: 0;
  color: #ddd;
  font-weight: bold;
}

.deals-sec .deal_card::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  background-color: #AF8F67;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#AF8F67));
  background-image: linear-gradient(to bottom, #000, #AF8F67);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.deals-sec .deal_card:hover .content {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  border: 1px solid #AF8F67;
}

.deals-sec .deal_card:hover .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.deals-sec .deal_card:hover .icon img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**********************************************
    Start Edit Contact Page 
**********************************************/
.contact-pg {
  padding: 0 0 70px 0;
  background-color: #171717;
  position: relative;
}

.contact-pg .custom-heading {
  padding: 100px 0 150px 0;
  background-color: #AF8F67;
  position: relative;
}

.contact-pg .custom-heading .title {
  margin-bottom: 0;
  font-weight: bold;
  color: #171717;
  text-align: center;
}

.contact-pg .custom-heading .title b {
  font-weight: bold;
  color: #fff;
}

.contact-pg .custom-heading .pattern_l {
  position: absolute;
  left: 0;
  top: 0;
  opacity: .2;
}

.contact-pg .custom-heading .pattern_r {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0;
}

.contact-pg .inner {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.contact-pg .inner .contact_card {
  background-color: #171717;
  padding: 50px 35px;
}

.contact-pg .inner .contact_card .title {
  color: #Fff;
}

.contact-pg .inner .contact_card .contact-links a {
  display: block;
  margin: 25px 0;
  color: #ddd;
  font-size: 17px;
}

.contact-pg .inner .contact_card .contact-links a .icon {
  width: 35px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}

.contact-pg .inner .contact_card .contact-links a:hover {
  color: #AF8F67;
}

.contact-pg .inner .contact_card .social-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid #ddd;
  color: #ddd;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
}

.contact-pg .inner .contact_card .social-links a:hover {
  border: 1px solid #AF8F67;
  background-color: #AF8F67;
  color: #fff;
}

.contact-pg .inner .form-container {
  padding: 50px 35px;
}

.contact-pg .inner .form-container .title {
  text-align: center;
}

.contact-pg .inner .form-container .title i {
  color: #AF8F67;
  margin: 0 5px;
}

.form-container .form-group {
  position: relative;
  margin-bottom: 1.8rem;
}

.form-container .form-group .form-control {
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: bold;
  border-radius: 0;
}

.form-container .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #AF8F67;
}

.form-container .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}

.form-container .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}

.form-container .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}

.form-container .form-group .form-control::placeholder {
  font-size: 13px;
  color: #999;
  font-weight: 500;
}

.form-container .form-group input, .form-container .form-group select {
  height: 55px;
}

.form-container .floating-label {
  font-size: 13px;
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 10px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #fff;
  padding: 0 5px;
}

.form-container .form-control:focus ~ .floating-label,
.form-container .form-control:not(:focus):valid ~ .floating-label {
  top: -9px;
  bottom: 0px;
  font-size: 12px;
  opacity: 1;
  color: #AF8F67;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/**********************************************
    Start Edit projects Page 
**********************************************/
.projects-pg {
  padding: 70px 0;
  background-color: #171717;
  position: relative;
  overflow: hidden;
}

.projects-pg .item {
  margin: 70px 0 150px 0;
}

.projects-pg .item .proj_title {
  color: #AF8F67;
  margin-top: -55px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.projects-pg .item .text-box {
  width: 120%;
  position: relative;
  z-index: 2;
  height: 450px;
  background-color: #fff;
  padding: 50px 35px 100px 35px;
}

.projects-pg .item .text-box .p {
  line-height: 2rem;
  color: #333;
}

.projects-pg .item .text-box .custom_list .li {
  padding: 0 40px;
  font-size: 15px;
  position: relative;
  margin: 15px 0;
  font-weight: 600;
  color: #555;
}

.projects-pg .item .text-box .custom_list .li::before {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.projects-pg .item .text-box .custom_list .li:nth-of-type(1)::before {
  background-color: rgba(255, 0, 0, 0.2);
}

.projects-pg .item .text-box .custom_list .li:nth-of-type(2)::before {
  background-color: rgba(255, 102, 204, 0.2);
}

.projects-pg .item .text-box .custom_list .li:nth-of-type(3)::before {
  background-color: rgba(112, 48, 160, 0.2);
}

.projects-pg .item .text-box .main-btn {
  position: absolute;
  bottom: 50px;
}

.projects-pg .item .img-box {
  height: 500px;
  position: relative;
}

.projects-pg .item .img-box .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}

.projects-pg .item .img-box .map-box iframe {
  margin-top: -70px;
  position: relative;
  z-index: 1;
}

.projects-pg .item .img-box .border-img {
  position: absolute;
  left: -50px;
  bottom: 20px;
}

.projects-pg .item-l .proj_title {
  padding: 0 100px;
}

.projects-pg .item-l .text-box {
  width: 100%;
}

.projects-pg .item-l .main-img,
.projects-pg .item-l .map-box {
  width: 120% !important;
}

.projects-pg .item-l .border-img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: unset;
  right: -50px;
}

/**********************************************
    Start Edit Single project Page 
**********************************************/
.single-project {
  padding: 70px 0;
  background-color: #171717;
  position: relative;
  overflow: hidden;
}

.single-project .img-box {
  height: 400px;
  position: relative;
}

.single-project .img-box .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.single-project .img-box .map-box iframe {
  position: relative;
  z-index: 1;
}

.single-project .img-box .border-img {
  position: absolute;
  left: -50px;
  bottom: -50px;
}

.single-project .content {
  position: relative;
  z-index: 1;
}
.single-project .content .p {
  color: #fff;
  line-height: 2rem;
  font-size: 18px;
}


.single-project .content .col-md-8 p {
  color: #fff;
}
 
 
.single-project .content .proj_info .title {
  color: #AF8F67;
}

.single-project .content .proj_info .title::before {
  content: '';
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #AF8F67;
  margin: 0 10px;
}

.single-project .content .proj_info .info_card {
  background-color: #1E1E1E;
  padding: 25px 35px 50px 35px;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 170px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

.single-project .content .proj_info .info_card .label {
  color: #fff;
  font-size: 17px;
  line-height: 2rem;
}

.single-project .content .proj_info .info_card .data {
  font-weight: bold;
  color: #AF8F67;
  margin-top: 25px;
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
}

.single-project .content .proj_info .info_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-project .pattern {
  position: absolute;
  right: 0;
  top: 25px;
  opacity: .3;
}
/*# sourceMappingURL=style.css.map */