.btn {
  font-size: 12px;
  font-weight: 400;
  color: #8f8f8f;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  font-family: Oswald, "Times New Roman", Times, serif;
  text-transform: uppercase;
  border: 0;
  outline: none;
  box-shadow: none;
  letter-spacing: 0.2em;
  padding: 0 0 10px 0;
  position: relative;
}
.btn:hover,
.btn:focus {
  color: #8f8f8f;
  box-shadow: none;
  outline: none;
  background-color: transparent !important;
}
.btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #c5a47e;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_row.overlay-enable {
  position: relative;
}
.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.vc_row.parallax {
  background-attachment: fixed;
  background-position: 50% 50%;
}
.vc_row .wpb_content_element {
  margin-bottom: 0;
}
.vc_column_container.col-bg-full .bg-column {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
}
.vc_column_container.col-bg-full .vc_column-inner {
  z-index: 10;
  position: relative;
  background-image: none !important;
  background-color: transparent !important;
}
.vc_column_container.col-bg-full:last-child .bg-column {
  left: 0;
  right: inherit;
}
.primary-color {
  color: #c5a47e;
}
.amaar-title-1 {
  position: relative;
  margin-bottom: 60px;
}
.amaar-title-1 .main-title {
  font-size: 46px;
  font-weight: 400;
  padding-bottom: 40px;
  margin-top: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 99;
}
.amaar-title-1 .main-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 60px;
  height: 2px;
  background-color: #333333;
}
.amaar-title-1 .sub-title {
  font-size: 106px;
  color: #f2f2f2;
  margin: 0;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  letter-spacing: inherit;
  line-height: 0.5;
  width: 100%;
  text-align: center;
}
.amaar-title-2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  z-index: 99;
  color: #333333;
}
.amaar-title-2:after {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translate(0, -50%);
  content: '';
  width: 60px;
  height: 2px;
  background-color: #333333;
}
/**
 * 	Team
 */
.team-title {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.team-job {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding-bottom: 10px;
}
.team-socials a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  background-color: #f8f8f8;
  margin-right: 10px;
}
.team-socials a:last-child {
  margin-right: 0;
}
.team-header {
  margin-bottom: 35px;
}
.team-content {
  margin-bottom: 25px;
}
.info-title {
  margin-bottom: 30px;
  font-size: 14px;
}
.team-info p {
  font-size: 13px;
}
.team-info i {
  color: #c5a47e;
  padding-right: 5px;
}
.amaar-team .item-related,
.amaar-team .team-member {
  text-align: center;
}
.amaar-team .item-related:hover .team-summary,
.amaar-team .team-member:hover .team-summary {
  background-color: #c5a47e;
}
.amaar-team .item-related:hover .team-job,
.amaar-team .team-member:hover .team-job {
  opacity: 0;
  transform: translateY(-10px);
}
.amaar-team .item-related:hover .team-socials,
.amaar-team .team-member:hover .team-socials {
  opacity: 1;
  top: 0;
}
.amaar-team .team-summary {
  background-color: #333333;
  padding: 40px 15px 35px 15px;
  transition: 0.5s;
}
.amaar-team .team-summary h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 15px;
}
.amaar-team .team-summary a {
  color: #fff;
  background-color: transparent;
}
.amaar-team .team-summary .info {
  position: relative;
}
.amaar-team .team-summary .team-job {
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
  padding-bottom: 0;
  transition: 0.5s;
}
.amaar-team .team-summary .team-socials {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: -10px;
  transition: 0.5s;
}
.amaar-team .team-summary .team-socials a {
  display: inline-block;
  background-color: transparent;
  width: initial;
  height: initial;
  line-height: initial;
  margin-right: 30px;
}
.amaar-team .team-summary .team-socials a:last-child {
  margin-right: 0;
}
.amaar-team.team-style-1 {
  padding-bottom: 55px;
}
.amaar-team.team-style-2 .team-member {
  padding-bottom: 70px;
}
.amaar-team .team-cat {
  position: relative;
  padding: 0;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.amaar-team .team-cat:after {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translate(0, -50%);
  content: '';
  width: 60px;
  height: 2px;
  background-color: #333;
}
.amaar-team .owl-team-list.owl-carousel {
  width: auto;
}
.amaar-team .owl-team-list.owl-carousel .team-member {
  width: 100%;
}
.amaar-team .owl-dots {
  display: none;
}
.amaar-team .owl-nav {
  padding: 0 15px;
  position: relative;
}
.amaar-team .owl-nav div {
  position: absolute;
  top: 30px;
  color: #8f8f8f;
  padding: 0 10px;
  font-family: Oswald, "Times New Roman", Times, serif;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.2em;
  transition: all 0.5s;
}
.amaar-team .owl-nav div i {
  font-size: 26px;
  position: relative;
  top: 3px;
}
.amaar-team .owl-nav div:hover {
  color: #c5a47e;
}
.amaar-team .owl-nav .owl-prev {
  left: 50%;
  transform: translateX(calc(-100% - 13px));
}
.amaar-team .owl-nav .owl-prev i {
  padding-right: 10px;
}
.amaar-team .owl-nav .owl-next {
  right: 50%;
  transform: translateX(calc(100% + 17px));
}
.amaar-team .owl-nav .owl-next i {
  padding-left: 10px;
}
/**
 * Testimonial
 */
.amaar-testimonial .list-testi {
  margin-right: -15px;
  margin-left: -15px;
}
.amaar-testimonial .list-testi .item-testimonial {
  padding-left: 15px;
  padding-right: 15px;
}
.amaar-testimonial .item-testimonial .testi-content .desc {
  color: #484848;
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 20px;
}
.amaar-testimonial .item-testimonial .testi-content .testi-name {
  color: #c5a47e;
  position: relative;
  padding-right: 55px;
  display: inline-block;
  line-height: 1;
}
.amaar-testimonial .item-testimonial .testi-content .testi-name:after {
  position: absolute;
  bottom: 6px;
  right: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #c5a47e;
}
.amaar-testimonial.light-text .item-testimonial .testi-content .desc {
  color: #fff;
}
.amaar-testimonial.testimonial-version-dark {
  padding: 60px 50px;
  background-color: #0d0d0d;
}
.amaar-testimonial.testimonial-version-dark .item-testimonial .testi-content .desc {
  color: #fff;
}
.amaar-testimonial.testimonial-version-light {
  padding: 60px 50px;
  background-color: #f8f8f8;
}
.amaar-testimonial.testimonial-version-light .owl-carousel .owl-dots .owl-dot span {
  background-color: #ededed;
}
.amaar-testimonial.show-avatar .item-testimonial .testi-avatar {
  float: left;
  margin-top: 10px;
}
.amaar-testimonial.show-avatar .item-testimonial .testi-avatar img {
  max-width: 100px;
  border-radius: 50%;
}
.amaar-testimonial.show-avatar .item-testimonial .testi-content {
  padding-left: 140px;
}
.amaar-testimonial.show-avatar .owl-carousel .owl-dots {
  padding-left: 155px;
}
.amaar-testimonial.show-icon {
  position: relative;
}
.amaar-testimonial.show-icon .testi-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #c5a47e;
  font-size: 54px;
}
.amaar-testimonial .owl-carousel .owl-dots {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  line-height: 1;
}
.amaar-testimonial .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #484848;
  transition: 0.5s;
  margin: 0 2px;
}
.amaar-testimonial .owl-carousel .owl-dots .owl-dot.active span,
.amaar-testimonial .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #c5a47e;
  border-color: #c5a47e;
}
/**
 *   ShortCode
 */
.vc_column-inner {
  padding-top: 0 !important;
}
div.wpb_content_element {
  margin-bottom: 0;
}
.amaar-section-title .title {
  margin: 0;
  padding: 0;
  position: relative;
  top: -26px;
  text-transform: uppercase;
  font-size: 46px;
  display: inline-block;
  z-index: 99;
  color: #fff;
}
.amaar-section-title .title:after {
  position: absolute;
  top: 50%;
  right: -75px;
  transform: translate(0, -50%);
  content: '';
  width: 60px;
  height: 2px;
  background-color: #fff;
}
.amaar-section-title .sub-title {
  display: inline-block;
  font-size: 106px;
  color: #191919;
  margin: 0;
  letter-spacing: inherit;
  text-transform: uppercase;
  padding-left: 11px;
  font-weight: 700;
}
.amaar-section-title.dark .title {
  color: #333;
}
.amaar-section-title.dark .title:after {
  background-color: #333;
}
.amaar-section-title.dark .sub-title {
  color: #f2f2f2;
}
.amaar-section-title.section-title-style-2 .title {
  font-size: 18px;
  font-weight: 700;
  top: inherit;
}
.amaar-section-title.section-title-style-3 {
  text-align: center;
}
.amaar-section-title.section-title-style-3 .box-title {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.amaar-section-title.section-title-style-3 .box-title .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.amaar-section-title.section-title-style-3 .box-title .title:after {
  display: none;
}
.amaar-section-title.section-title-style-3 .box-title .sub-title {
  padding-left: 0;
  line-height: 1;
}
.amaar-section-title.section-title-style-3 .box-title:after {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 60px;
  height: 2px;
  content: '';
  background-color: #333;
  transform: translate(50%, 0);
}
.amaar-icon-box h4 {
  letter-spacing: inherit;
  font-family: Poppins, Arial, sans-serif;
  margin: 0;
  font-weight: 500;
  padding-bottom: 10px;
}
.amaar-icon-box .amaar-icon {
  font-size: 36px;
  color: #c5a47e;
  display: inline-block;
}
.amaar-icon-box.amaar-icon-box-1 .amaar-icon {
  float: left;
  line-height: 1;
}
.amaar-icon-box.amaar-icon-box-1 h4 {
  color: #fff;
}
.amaar-icon-box.amaar-icon-box-1 p {
  margin-bottom: 0;
}
.amaar-icon-box.amaar-icon-box-1 h4,
.amaar-icon-box.amaar-icon-box-1 p {
  margin-left: 65px;
}
.amaar-icon-box.amaar-icon-box-2 .amaar-icon {
  width: 83px;
  height: 83px;
  line-height: 83px;
  text-align: center;
  border: 2px solid #c5a47e;
  border-radius: 50%;
  margin-bottom: 30px;
}
.amaar-icon-box.amaar-icon-box-3 .amaar-icon {
  line-height: 1;
}
.amaar-icon-box.amaar-icon-box-3 .amaar-icon i {
  font-size: 50px;
}
.amaar-icon-box.amaar-icon-box-3 h4 {
  padding: 0;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.amaar-partner .partner-item {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.amaar-partner .partner-item a {
  height: 100%;
  display: block;
}
.amaar-partner .partner-content {
  min-height: 160px;
  line-height: 160px;
}
.amaar-partner.has-border .partner-content {
  border: 1px solid #ededed;
}
.amaar-process .step {
  font-size: 24px;
  font-weight: 700;
  color: #c5a47e;
  margin: 0;
  padding-bottom: 10px;
}
.amaar-process span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.amaar-process.style-2 span {
  color: #8f8f8f;
}
.amaar-process.style-3 span {
  color: #333333;
}
.amaar-newletter h2,
.amaar-newletter h3 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.amaar-newletter h2 {
  font-size: 24px;
}
.amaar-newletter h3 {
  font-size: 16px;
}
.amaar-newletter .letter-fied {
  padding-top: 15px;
}
.amaar-newletter form {
  position: relative;
}
.amaar-newletter form p {
  display: none;
}
.amaar-newletter form input[type="email"] {
  width: 100%;
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  outline: 0;
  font-size: 13px;
  padding-bottom: 10px;
  padding-right: 50px;
}
.amaar-newletter form input[type="email"]:focus {
  outline: 0;
}
.amaar-newletter form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  z-index: 999;
  opacity: 0;
}
.amaar-newletter form:after {
  content: '\f1d8';
  position: absolute;
  top: 0;
  right: 20px;
  font-family: Fontawesome;
  font-size: 16px;
  color: #fff;
}
.amaar-newletter form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.amaar-newletter form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.amaar-newletter form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.amaar-newletter form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize;
}
.amaar-counter.color-primary .value {
  color: #c5a47e;
}
.amaar-counter .value {
  margin: 0;
  float: left;
  font-size: 60px;
  font-weight: 700;
  color: #333333;
  letter-spacing: inherit;
  margin-right: 15px;
  line-height: 1;
}
.amaar-counter .desc {
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #8f8f8f;
  padding-left: 80px;
}
.amaar-counter .desc p {
  margin-bottom: 0;
}
.amaar-latest-news .entry-thumbnail,
.amaar-latest-news .entry-summary {
  width: 50%;
  padding: 0 15px;
}
.amaar-latest-news .entry-thumbnail {
  position: relative;
}
.amaar-latest-news .item-latest-news {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 80px;
}
.amaar-latest-news .item-latest-news:nth-child( odd ) .entry-thumbnail {
  float: left;
}
.amaar-latest-news .item-latest-news:nth-child( odd ) .entry-summary {
  float: right;
}
.amaar-latest-news .item-latest-news:nth-child( even ) .entry-thumbnail {
  float: right;
}
.amaar-latest-news .item-latest-news:nth-child( even ) .entry-summary {
  float: left;
}
.amaar-price-table {
  text-align: center;
}
.amaar-price-table .table-header {
  background-color: #111111;
  padding-top: 48px;
  padding-bottom: 102px;
  position: relative;
  transition: 0.5s;
}
.amaar-price-table .plan-name {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.amaar-price-table .pricing {
  position: absolute;
  bottom: -67px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 7px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 134px;
  height: 134px;
  font-family: Oswald, "Times New Roman", Times, serif;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
.amaar-price-table .pricing .price-box {
  background-color: #f8f8f8;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
.amaar-price-table .pricing .currency {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: -8px;
}
.amaar-price-table .pricing .unit {
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8f8f8f;
  margin-top: -10px;
}
.amaar-price-table .table-content {
  padding-top: 100px;
  padding-bottom: 60px;
  border: 1px solid #ededed;
}
.amaar-price-table .table-content ul {
  list-style: none;
  padding: 0 0 45px 0;
  margin: 0;
}
.amaar-price-table .table-content li {
  padding: 7px 0;
}
.amaar-price-table .table-content li:nth-child( even ) {
  background-color: #f8f8f8;
}
.amaar-price-table .table-content li span {
  display: block;
}
.amaar-price-table .table-content a {
  font-size: 13px;
}
.amaar-price-table.promoted .table-header,
.amaar-price-table:hover .table-header {
  background-color: #c5a47e;
}
.amaar-service {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 999;
}
.amaar-service.has-border {
  border: 10px solid #fff;
}
.amaar-service img {
  display: block;
  transition: 1s;
  width: 100%;
}
.amaar-service:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
  z-index: 9;
}
.amaar-service:hover img {
  transform: scale(1.01);
}
.amaar-service:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.amaar-service:hover .service-box-content .b-icon,
.amaar-service:hover .service-box-content .title .title-link {
  transform: translateY(0);
}
.amaar-service:hover .service-box-content .b-icon {
  opacity: 1;
}
.amaar-service .service-box-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 99;
}
.amaar-service .service-box-content .b-icon {
  font-size: 46px;
  color: #fff;
  transition: all 0.6s;
  transform: translateY(-10px);
  display: inline-block;
  opacity: 0;
}
.amaar-service .service-box-content .title {
  margin: 0;
}
.amaar-service .service-box-content .title .title-link {
  font-size: 24px;
  color: #f6f6f6;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  transform: translateY(-30px);
  transition: all 0.5s;
}
.amaar-service .service-box-content .title .title-link:hover {
  color: #c5a47e;
}
.amaar-service.service-banner-style-2 .service-box-content .title .title-link {
  transform: translateY(0);
}
.amaar-swiper-sliders {
  margin-left: -10px;
  margin-right: -10px;
}
.amaar-swiper-sliders.single-slide.parallax .item-slider .feature-image {
  background-attachment: fixed;
  background-position: center !important;
}
.amaar-swiper-sliders.slider-text-center .slider-box-content {
  text-align: center;
}
.amaar-swiper-sliders.slider-text-left div.slider-box-content {
  text-align: left;
  width: initial;
}
.amaar-swiper-sliders.show-pagination .swiper-pagination {
  display: block;
}
.amaar-swiper-sliders .swiper-slide {
  text-align: center;
  font-size: 32px;
  height: 100vh;
}
.amaar-swiper-sliders .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.amaar-swiper-sliders .slick-dots li {
  width: 50px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  border-radius: 0;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.amaar-swiper-sliders .slick-dots li.slick-active,
.amaar-swiper-sliders .slick-dots li:hover {
  background-color: #fff;
}
.amaar-swiper-sliders .slick-dots li button {
  display: none;
}
.amaar-swiper-sliders.nav-position-center .swiper-button-next,
.amaar-swiper-sliders.nav-position-center .swiper-button-prev {
  width: 110px;
  line-height: 44px;
  background-image: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 222;
  cursor: pointer;
}
.amaar-swiper-sliders.nav-position-center .swiper-button-next:hover,
.amaar-swiper-sliders.nav-position-center .swiper-button-prev:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders.nav-position-center .swiper-button-next {
  right: 20px;
  text-align: right;
  padding-right: 35px;
}
.amaar-swiper-sliders.nav-position-center .swiper-button-next:before {
  position: absolute;
  content: '\f178';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 11px;
  right: 0;
  font-size: 21px;
}
.amaar-swiper-sliders.nav-position-center .swiper-button-prev {
  left: 20px;
  padding-left: 35px;
}
.amaar-swiper-sliders.nav-position-center .swiper-button-prev:before {
  position: absolute;
  content: '\f177 ';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 11px;
  left: 0;
  font-size: 21px;
}
.amaar-swiper-sliders.nav-position-bottom .swiper-button-next,
.amaar-swiper-sliders.nav-position-bottom .swiper-button-prev {
  position: absolute;
  bottom: 150px;
  margin: 0 5px;
  width: 35px;
  height: 20px;
  background-image: none;
  color: #fff;
  transition: all 0.5s;
  z-index: 222;
  cursor: pointer;
}
.amaar-swiper-sliders.nav-position-bottom .swiper-button-next:hover,
.amaar-swiper-sliders.nav-position-bottom .swiper-button-prev:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders.nav-position-bottom .swiper-button-next {
  left: 50%;
}
.amaar-swiper-sliders.nav-position-bottom .swiper-button-next:before {
  position: absolute;
  content: '\f178';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 0;
  right: 0;
  font-size: 21px;
}
.amaar-swiper-sliders.nav-position-bottom .swiper-button-prev {
  right: 50%;
}
.amaar-swiper-sliders.nav-position-bottom .swiper-button-prev:before {
  position: absolute;
  content: '\f177';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  font-size: 21px;
}
.amaar-swiper-sliders .list-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  left: 60px;
  max-width: 10px;
  line-height: 1.2;
  transform: translateY(-50%);
}
.amaar-swiper-sliders .list-socials .item-social {
  display: inline-block;
  float: left;
  padding: 15px 0;
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 10px;
}
.amaar-swiper-sliders .list-socials .item-social a {
  color: #fff;
  letter-spacing: 0.2em;
}
.amaar-swiper-sliders .list-socials .item-social a:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders .list-socials .item-social:first-child {
  padding-top: 45px;
  position: relative;
}
.amaar-swiper-sliders .list-socials .item-social:first-child:before {
  position: absolute;
  width: 2px;
  height: 25px;
  content: "";
  background-color: #fff;
  top: 0;
  left: 3px;
}
.amaar-swiper-sliders .list-socials .item-social:last-child {
  padding-bottom: 45px;
  position: relative;
}
.amaar-swiper-sliders .list-socials .item-social:last-child:after {
  position: absolute;
  width: 2px;
  height: 25px;
  content: "";
  background-color: #fff;
  bottom: 0;
  left: 3px;
}
.amaar-swiper-sliders .scroll-down-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 300;
  font-family: Oswald, "Times New Roman", Times, serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3em;
  padding-bottom: 40px;
  opacity: 0.7;
}
.amaar-swiper-sliders .scroll-down-btn:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 21px;
  color: #f6f6f6;
  transform: translateX(-50%);
}
.amaar-swiper-sliders.scroll-style-2 .scroll-down-btn {
  width: 60px;
  height: 60px;
  bottom: 0;
  background-color: #fff;
  padding: 0;
  opacity: 1;
}
.amaar-swiper-sliders.scroll-style-2 .scroll-down-btn:after {
  content: '\f175';
  color: #333333;
  bottom: 50%;
  margin-left: 2px;
  transform: translate(-50%, 50%);
}
.amaar-swiper-sliders .item-slider {
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.amaar-swiper-sliders .item-slider .feature-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.amaar-swiper-sliders .item-slider .feature-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.amaar-swiper-sliders .item-slider .slider-box-content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.5s;
  opacity: 0;
}
.amaar-swiper-sliders .item-slider .slider-header-info {
  transition: 0.5s;
  opacity: 0;
}
.amaar-swiper-sliders .item-slider.slick-active .slider-box-content {
  left: 50%;
  opacity: 1;
}
.amaar-swiper-sliders .item-slider.slick-active .slider-header-info {
  opacity: 1;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px 0 40px;
  z-index: 333;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info .phone-number {
  padding-top: 10px;
  float: left;
  font-size: 12px;
  color: #f6f6f6;
  font-weight: 500;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info .list_icons_social {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info .list_icons_social li {
  display: inline-block;
  padding: 0 5px;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info .list_icons_social li a {
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info .list_icons_social li a:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-header-info .list_icons_social li:last-child {
  padding-right: 0;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-box-content .title {
  margin-top: 0;
  margin-bottom: 25px;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-box-content .title .title-link {
  font-weight: 300;
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-size: 32px;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-box-content .title .title-link:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-box-content .desc {
  font-size: 64px;
  font-weight: 700;
  color: #f6f6f6;
  line-height: 1.2;
  font-family: Oswald, "Times New Roman", Times, serif;
  letter-spacing: 0.3em;
}
.amaar-swiper-sliders .item-slider.swiper-style-1 .slider-box-content .desc p {
  margin-bottom: 0;
}
.amaar-swiper-sliders .item-slider.swiper-style-2:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.amaar-swiper-sliders .item-slider.swiper-style-2 .slider-box-content .title {
  margin-top: 0;
  margin-bottom: 40px;
}
.amaar-swiper-sliders .item-slider.swiper-style-2 .slider-box-content .title .title-link {
  font-size: 64px;
  font-weight: 700;
  color: #f6f6f6;
  line-height: 1;
  letter-spacing: 0.3em;
}
.amaar-swiper-sliders .item-slider.swiper-style-2 .slider-box-content .title .title-link:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders .item-slider.swiper-style-2 .slider-box-content .desc {
  font-weight: 300;
  font-size: 24px;
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: Oswald, "Times New Roman", Times, serif;
}
.amaar-swiper-sliders .item-slider.swiper-style-2 .slider-box-content .desc p {
  margin-bottom: 0;
}
.amaar-swiper-sliders .item-slider.swiper-style-3:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title {
  font-weight: 300;
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 25px;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title-link {
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-size: 32px;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title-link:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title-1 {
  position: relative;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title-1:before {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 60px;
  content: "";
  background-color: #fff;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title-2 {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .title-2:after {
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 60px;
  content: "";
  background-color: #fff;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .desc {
  font-size: 64px;
  font-weight: 700;
  color: #f6f6f6;
  line-height: 1.2;
  font-family: Oswald, "Times New Roman", Times, serif;
  letter-spacing: 0.3em;
}
.amaar-swiper-sliders .item-slider.swiper-style-3 .slider-box-content .desc p {
  margin-bottom: 0;
}
.amaar-swiper-sliders .item-slider.swiper-style-4:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content {
  padding-top: 100px;
  padding-bottom: 50px;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .line-before-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 370px;
  height: 10px;
  content: "";
  background-color: #fff;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .line-before-title:before {
  position: absolute;
  width: 10px;
  height: 50px;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  content: "";
  background-color: #fff;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .line-before-title:after {
  position: absolute;
  width: 10px;
  height: 50px;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  content: "";
  background-color: #fff;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content:after {
  position: absolute;
  width: 60px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #fff;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .title {
  margin-top: 0;
  margin-bottom: 40px;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .title .title-link {
  font-size: 64px;
  font-weight: 700;
  color: #f6f6f6;
  line-height: 1;
  letter-spacing: 0.3em;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .title .title-link:hover {
  color: #c5a47e;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .desc {
  font-weight: 300;
  font-size: 24px;
  color: #f6f6f6;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: Oswald, "Times New Roman", Times, serif;
}
.amaar-swiper-sliders .item-slider.swiper-style-4 .slider-box-content .desc p {
  margin-bottom: 0;
}
.amaar-services-carousel .owl-carousel .item-service img {
  width: 100%;
  height: auto;
}
.amaar-services-carousel.amaar-services-style-1 .owl-services-list {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.amaar-services-carousel.amaar-services-style-1 .owl-services-list .item-service {
  padding-left: 10px;
  padding-right: 10px;
}
.amaar-services-carousel.amaar-services-style-1 .service-content {
  position: relative;
  overflow: hidden;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.amaar-services-carousel.amaar-services-style-1 .service-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.7s;
  background-color: rgba(244, 244, 244, 0.9);
  z-index: 99;
  top: 70%;
  opacity: 0;
}
.amaar-services-carousel.amaar-services-style-1 .service-content:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  top: 0;
  left: 0;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .service-box-content {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  text-align: center;
  transition: all 0.7s;
  z-index: 999;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .service-box-content .b-icon {
  font-size: 64px;
  color: #c5a47e;
  margin-bottom: 40px;
  display: inline-block;
  opacity: 0;
  transition: all 0.7s;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .service-box-content .title {
  margin: 0;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .service-box-content .title .title-link {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f6f6f6;
  text-transform: uppercase;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .service-box-content .title .title-link:hover {
  color: #c5a47e;
}
.amaar-services-carousel.amaar-services-style-1 .service-content .desc,
.amaar-services-carousel.amaar-services-style-1 .service-content .service-btn {
  display: none;
}
.amaar-services-carousel.amaar-services-style-1 .service-content:hover:before {
  opacity: 1;
  top: 0;
}
.amaar-services-carousel.amaar-services-style-1 .service-content:hover .service-box-content {
  bottom: 50%;
  transform: translateY(50%);
}
.amaar-services-carousel.amaar-services-style-1 .service-content:hover .service-box-content .b-icon {
  opacity: 1;
}
.amaar-services-carousel.amaar-services-style-1 .service-content:hover .service-box-content .title-link {
  color: #333333;
}
.amaar-services-carousel.amaar-services-style-2 .owl-services-list {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.amaar-services-carousel.amaar-services-style-2 .owl-services-list .item-service {
  padding-left: 15px;
  padding-right: 15px;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .service-box-content {
  padding: 0 20px;
  margin-top: -30px;
  position: relative;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .service-box-content .title {
  margin: 0;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  padding: 20px 5px;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .service-box-content .title .title-link {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .service-box-content .title .title-link:hover {
  color: #c5a47e;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .desc {
  text-align: center;
  margin-top: 10px;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .desc p {
  margin-bottom: 0;
}
.amaar-services-carousel.amaar-services-style-2 .service-content .service-btn {
  text-align: center;
  padding-top: 30px;
}
.amaar-services-carousel.amaar-services-style-2 .owl-nav div {
  margin-top: -50px;
}
.amaar-services-carousel .owl-nav div {
  color: #fff;
  position: absolute;
  font-size: 12px;
  font-family: Oswald, "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 18px 20px 16px 55px;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.7s;
}
.amaar-services-carousel .owl-nav div i {
  font-size: 26px;
  position: absolute;
  top: 10px;
}
.amaar-services-carousel .owl-nav div:hover {
  color: #c5a47e;
  background-color: #fff;
}
.amaar-services-carousel .owl-nav .owl-prev {
  left: 0;
}
.amaar-services-carousel .owl-nav .owl-prev i {
  left: 20px;
}
.amaar-services-carousel .owl-nav .owl-next {
  right: 0;
  padding-left: 20px;
  padding-right: 55px;
}
.amaar-services-carousel .owl-nav .owl-next i {
  right: 20px;
}
.amaar-call-to-action {
  text-align: center;
}
.amaar-call-to-action .desc {
  font-family: Oswald, "Times New Roman", Times, serif;
  font-size: 42px;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 54px;
  margin-bottom: 40px;
}
.amaar-call-to-action .desc p {
  margin-bottom: 0;
  line-height: 54px;
}
.amaar-call-to-action .cta-button {
  padding: 20px 20px 18px;
  border: 2px solid #333333;
  max-width: 214px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin: 0 auto;
  font-weight: 500;
}
.amaar-portfolio-carousel .owl-dots {
  display: none;
}
.amaar-portfolio-carousel.style-1 .item-portfolio {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.15s;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .overlay {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  opacity: 0;
  z-index: 99;
  transition: 0.15s;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-summary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 999;
  opacity: 0;
  transition: 0.15s;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-summary h4 {
  font-size: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  font-weight: 400;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-summary h4 a {
  color: #c5a47e;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-summary a.portfolio-cat {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8f8f8f;
  letter-spacing: 0.1em;
  display: block;
}
.amaar-portfolio-carousel.style-1 .item-portfolio .portfolio-title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 400;
  z-index: 10;
}
.amaar-portfolio-carousel.style-1 .item-portfolio:hover .overlay {
  opacity: 1;
}
.amaar-portfolio-carousel.style-1 .item-portfolio:hover .portfolio-summary {
  opacity: 1;
}
.amaar-portfolio-carousel.style-1 .item-portfolio:hover .portfolio-title {
  opacity: 0;
}
.amaar-portfolio-carousel.style-1 .owl-portfolio-list {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}
.amaar-portfolio-carousel.style-1 .owl-nav div {
  position: absolute;
  font-size: 12px;
  color: #8f8f8f;
  text-transform: uppercase;
  font-family: Oswald, "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  top: -140px;
  transform: translateY(0);
}
.amaar-portfolio-carousel.style-1 .owl-nav div i {
  font-size: 26px;
  position: relative;
  top: 3px;
}
.amaar-portfolio-carousel.style-1 .owl-nav .owl-prev {
  left: 15px;
}
.amaar-portfolio-carousel.style-1 .owl-nav .owl-prev i {
  left: -10px;
}
.amaar-portfolio-carousel.style-1 .owl-nav .owl-next {
  right: 15px;
}
.amaar-portfolio-carousel.style-1 .owl-nav .owl-next i {
  left: 10px;
}
.amaar-portfolio-carousel.style-2 .item-portfolio {
  position: relative;
}
.amaar-portfolio-carousel.style-2 .item-portfolio .overlay {
  display: none;
}
.amaar-portfolio-carousel.style-2 .item-portfolio .portfolio-summary {
  position: absolute;
  left: 0;
  bottom: -35px;
}
.amaar-portfolio-carousel.style-2 .item-portfolio .portfolio-summary h4 {
  font-size: 11px;
  color: #333333;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: inherit;
  margin: 0;
  display: none;
}
.amaar-portfolio-carousel.style-2 .item-portfolio .portfolio-title,
.amaar-portfolio-carousel.style-2 .item-portfolio .portfolio-cat {
  display: none;
}
.amaar-portfolio-carousel.style-2 .owl-stage-outer {
  padding-top: 45px;
  padding-bottom: 145px;
}
.amaar-portfolio-carousel.style-2 .owl-item {
  transition: all 0.4s ease;
}
.amaar-portfolio-carousel.style-2 .owl-item.center {
  transform: scale(1.7);
  z-index: 9999;
}
.amaar-portfolio-carousel.style-2 .owl-item.center .item-portfolio {
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
.amaar-portfolio-carousel.style-2 .owl-item.center .portfolio-summary h4 {
  display: block;
}
.amaar-portfolio-carousel.style-2 .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.amaar-portfolio-carousel.style-2 .owl-nav div {
  font-size: 12px;
  color: #8f8f8f;
  text-transform: uppercase;
  font-family: Oswald, "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  top: auto;
  transform: translateY(0);
}
.amaar-portfolio-carousel.style-2 .owl-nav div i {
  font-size: 26px;
  position: relative;
  top: 3px;
}
.amaar-portfolio-carousel.style-2 .owl-nav .owl-prev {
  left: 65%;
  bottom: 25px;
}
.amaar-portfolio-carousel.style-2 .owl-nav .owl-prev i {
  left: -15px;
}
.amaar-portfolio-carousel.style-2 .owl-nav .owl-next {
  right: 24%;
  bottom: 0;
}
.amaar-portfolio-carousel.style-2 .owl-nav .owl-next i {
  left: 15px;
}
.amaar-portfolio-grid .item-portfolio {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
}
.amaar-portfolio-grid .item-portfolio.portfolio-h {
  width: 50%;
}
.amaar-portfolio-grid .item-portfolio .overlay {
  opacity: 0;
  transition: 0.5s;
  z-index: 99;
}
.amaar-portfolio-grid .item-portfolio .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 80px;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
  background-color: #333333;
  opacity: 0;
  transition: 0.5s;
}
.amaar-portfolio-grid .item-portfolio .portfolio-summary {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.4em;
  color: #333333;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s;
  z-index: 999;
}
.amaar-portfolio-grid .item-portfolio .portfolio-summary h4 {
  margin: 0;
}
.amaar-portfolio-grid .item-portfolio .portfolio-thumbnail img {
  transition: 0.5s;
}
.amaar-portfolio-grid .item-portfolio:hover .overlay,
.amaar-portfolio-grid .item-portfolio:hover .icon,
.amaar-portfolio-grid .item-portfolio:hover .portfolio-summary {
  opacity: 1;
}
.amaar-portfolio-grid .item-portfolio:hover .portfolio-thumbnail img {
  transform: scale(1.02);
}
.amaar-portfolio-grid .portfolio-link {
  color: #8f8f8f;
  font-size: 42px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.amaar-portfolio-grid.style-1 .filters-dropdown ul {
  text-align: left;
}
.amaar-portfolio-grid.style-1 .filters-dropdown ul li {
  padding-left: 25px;
  margin: 0 14px;
}
.amaar-portfolio-grid.style-1 .filters-dropdown ul li:after {
  display: none;
}
.amaar-portfolio-grid.style-1 .filters-dropdown ul li:before {
  width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.amaar-portfolio-grid.style-1 .filters-dropdown ul li:hover:before,
.amaar-portfolio-grid.style-1 .filters-dropdown ul li.active:before {
  width: 15px;
}
.amaar-portfolio-grid .filters-dropdown {
  display: none;
}
.amaar-portfolio-grid .filters-dropdown ul {
  margin-bottom: 45px;
}
.amaar-portfolio-grid.filter-enable .filters-dropdown {
  display: block;
}
.amaar-portfolio-grid-2 .item-portfolio {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.amaar-portfolio-grid-2 .item-portfolio .overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  background-color: #fff;
  opacity: 0;
  transition: 0.15s;
}
.amaar-portfolio-grid-2 .item-portfolio .portfolio-summary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 999;
  opacity: 0;
  transition: 0.15s;
}
.amaar-portfolio-grid-2 .item-portfolio .portfolio-summary h4 {
  font-size: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  font-weight: 400;
}
.amaar-portfolio-grid-2 .item-portfolio .portfolio-summary h4 a {
  color: #c5a47e;
}
.amaar-portfolio-grid-2 .item-portfolio .portfolio-summary a.portfolio-cat {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8f8f8f;
  letter-spacing: 0.1em;
  display: block;
}
.amaar-portfolio-grid-2 .item-portfolio:hover .overlay {
  opacity: 1;
}
.amaar-portfolio-grid-2 .item-portfolio:hover .portfolio-summary {
  opacity: 1;
}
.amaar-comming-soon .box {
  min-width: 169px;
  display: inline-block;
  font-family: Oswald, "Times New Roman", Times, serif;
  color: #fff;
  margin: 0 15px;
}
.amaar-comming-soon .timer-content span {
  display: block;
  border: 1px solid rgba(237, 237, 237, 0.18);
  font-size: 82px;
}
.amaar-comming-soon .timer-content .title {
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px 0;
  letter-spacing: 0.3em;
}
.amaar-office .country {
  font-size: 16px;
  color: #c5a47e;
  font-weight: 500;
  padding-bottom: 27px;
}
.amaar-office .address,
.amaar-office .phone,
.amaar-office .email {
  font-size: 12px;
  color: #8f8f8f;
  padding-bottom: 27px;
}
.amaar-office .email {
  padding-bottom: 0;
}
.amaar-contact-box {
  margin-bottom: 40px;
}
.amaar-contact-box h4 {
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.amaar-contact-box h4:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #333333;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.amaar-contact-box .desc {
  font-size: 12px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #8f8f8f;
  border: 0;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #c5a47e;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
