/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: Website Name: MOTIF
:: Website URL: https:www.motif-architects.com
:: Author: Morteza Moaf
:: Author URL: https://momoaf.com
:: Author Contact: +964 751 303 95 99
                   +98  912 302 32 99
                   info@momoaf.com
                   mortezamoaf@gmail.com 
:: Version: 1.0
:: Created: 09 01, 2023
---------------------------------------------------------- */

/* Variables */
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Monoton&display=swap");
/* :: Import All CSS */
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(themify-icons.css);
@import url(glightbox.css);
/* :: Base CSS */
* {
  margin: 0;
  padding: 0;
}

/* html {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
} */

body {
  background-color: #171717;
  font-family: "Merriweather", serif;
}
/* @media only screen and (max-width:767px){
  html, body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
  }
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 300;
}

p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-weight: 100;
}

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
}
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  /* font-size: 12px;
  font-weight: 400; */
}

.fflip {
  display: inline-block;
  transform: scale(-1, 1);
  color: #fff;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}

#sonar-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2400ms linear infinite;
  animation: sonar 2400ms linear infinite;
  z-index: 999;
}
#sonar-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2700ms linear infinite;
  animation: sonar 2700ms linear infinite;
}
#sonar-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 1800ms linear infinite;
  animation: sonar 1800ms linear infinite;
}

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.sonar-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.sonar-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-230 {
  margin-top: 230px;
}
@media only screen and (max-width: 767px) {
  .mt-230 {
    margin-top: 100px;
  }
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

.mfp-wrap {
  z-index: 100000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 10px;
}

#scrollUp {
  background-color: transparent;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#scrollUp:hover {
  background-color: #cba37c;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 46px;
  }
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-50-0 {
  padding: 50px 0 0 0;
}

.section-padding-100-70 {
  padding: 100px 0 70px;
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

.section-padding-0-100 {
  padding: 0 0 100px;
}

.section-padding-100-20 {
  padding: 100px 0 20px 0;
}

.bg-gray {
  background-color: #f8f5f5;
}

.nicescroll-rails {
  z-index: 999999 !important;
}

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.section-heading .line {
  width: 100px;
  height: 1px;
  background-color: #232323;
  margin-bottom: 30px;
  display: block;
}
.section-heading h2 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.5;
}
.section-heading h2 span {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
}

.sonar-btn {
  position: relative;
  z-index: 1;
  min-width: 180px;
  height: 66px;
  border: 1px solid;
  border-color: #2f2f2f;
  text-transform: uppercase;
  color: #2f2f2f;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 64px;
  padding: 0;
  background-color: #ffffff;
}
.sonar-btn:hover,
.sonar-btn:focus {
  background-color: #2f2f2f;
  font-size: 12px;
  color: #ffffff;
}
.sonar-btn.white-btn {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.sonar-btn.white-btn:hover,
.sonar-btn.white-btn:focus {
  background-color: #ffffff;
  color: #2f2f2f;
}
.sonar-btn.btn-2 {
  background-color: #2f2f2f;
  font-size: 12px;
  color: #ffffff;
}
.sonar-btn.btn-3 {
  background-color: #232323;
  color: #ffffff;
}
.sonar-btn.btn-3::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid;
  border-color: #232323;
  right: -6px;
  bottom: -6px;
  content: "";
  z-index: -100;
}
.sonar-btn.btn-3:hover,
.sonar-btn.btn-3:focus {
  background-color: #232323;
  color: #ffffff;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f2f;
  opacity: 0.85;
  content: "";
}

.bg-overlay-black {
  position: relative;
  z-index: 1;
}
.bg-overlay-black::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  content: "";
}

.bg-overlay-white {
  position: relative;
  z-index: 1;
}
.bg-overlay-white::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(230, 241, 255, 0.5);
  content: "";
}

.slide-background-overlay {
  position: relative;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
.slide-background-overlay::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.1) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}

.grids {
  position: fixed;
  opacity: 0.09;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grids div {
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.grids div:nth-child(5) {
  background-color: #fff;
}
.grids div:first-child,
.grids div:last-child {
  background-color: transparent;
}

/* :: Header Area CSS */
.header-area {
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: transparent;
  padding: 15px 30px;
}
.header-area .logo-area a {
  font-family: "Monoton", cursive;
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
}
.header-area .logo-area img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .header-area .logo-area a {
    font-size: 24px;
  }
}
.header-area .menu-content-area .header-social-area {
  margin-right: 30px;
}
.header-area .menu-content-area .header-social-area a {
  font-size: 18px;
  padding: 0 10px;
  color: #ffffff;
}
.header-area .menu-content-area .header-social-area a:hover {
  color: #cba37c;
}
@media only screen and (max-width: 767px) {
  .header-area .menu-content-area .header-social-area a {
    padding: 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .menu-content-area .header-social-area {
    margin-right: 15px;
  }
}
.header-area.sticky {
  background-color: rgba(35, 35, 35, 0.6);
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding: 10px 0;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer;
}
.navbar-toggler-icon:hover {
  transform: scale(1.2);
  transition: all 0.4s;
}

.mainMenu {
  position: fixed;
  width: 480px;
  height: 100%;
  top: 0;
  right: -500px;
  background-color: rgba(35, 35, 35, 0.95);
  z-index: 99999;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 15px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.mainMenu .closeIcon {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}
.mainMenu .closeIcon:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mainMenu .logo-area img {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .mainMenu .closeIcon {
    right: 30px;
    top: 30px;
  }
}
.mainMenu .logo-area a {
  font-family: "Monoton", cursive;
  color: #ffffff;
  font-size: 30px;
  display: block;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .mainMenu .logo-area a {
    font-size: 24px;
  }
}
.mainMenu .copywrite-text p {
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .mainMenu .copywrite-text p {
    font-size: 11px;
  }
}
.mainMenu .copywrite-text a {
  font-weight: 100;
  color: #cba37c;
}
.mainMenu .copywrite-text a:hover,
.mainMenu .copywrite-text a:focus {
  font-size: 14px;
}
.mainMenu .nav-link {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: 300;
  padding: 12px 15px;
}
@media only screen and (max-width: 767px) {
  .mainMenu .nav-link {
    font-size: 14px;
    padding: 10px;
  }
}
.mainMenu .nav-link::after {
  content: "";
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 5;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.mainMenu .nav-link:hover::after,
.mainMenu .nav-link:focus::after {
  width: 70px;
  background-color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainMenu {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainMenu {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mainMenu {
    padding: 15px;
    width: 300px;
  }
}

/* :: Menu Open CSS */
.menu-open .mainMenu {
  right: 0;
}

/* :: Hero Slides Area CSS */
.hero-slides .single-hero-slide {
  height: 950px;
  position: relative;
  z-index: 1;
  padding: 0 40px 100px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  overflow: visible;
  cursor: pointer;
}
.hero-slides .single-hero-slide .hero-slides-content {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  bottom: 0;
}
.hero-slides .single-hero-slide .hero-slides-content .line {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.hero-slides .single-hero-slide .hero-slides-content h2 {
  color: #ffffff;
  font-weight: 100;
  text-transform: uppercase;
}
.hero-slides .single-hero-slide .hero-slides-content p {
  color: #ffffff;
  margin-bottom: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-top: 140px;
}
.hero-slides .single-hero-slide:hover .hero-slides-content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.hero-slides .single-hero-slide:hover p {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slides .single-hero-slide {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides .single-hero-slide {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides .single-hero-slide {
    height: 550px;
  }
}
.hero-slides .owl-dots {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.hero-slides .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #6a6a67;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
}
.hero-slides .owl-dots .owl-dot.active {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

/* :: Portfolio Area CSS */
.portfolio-area {
  position: relative;
  overflow-x: hidden;
}
.portfolio-area .portfolio-title h2 {
  font-size: 40px;
  text-align: left;
  font-weight: 100;
  color: #cba37c;
}
.portfolio-area .portfolio-title h2 span {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area .portfolio-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area .portfolio-title h2 {
    font-size: 30px;
  }
}

.portfolio-area .backEnd-content h2 {
  /* z-index: -1; */
  top: -30px;
  right: 10%;
  opacity: 0.3;
  font-weight: 900;
  font-size: 300px;
  color: #0e0e0e;
  position: absolute;
  /* top: 0; */
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area .backEnd-content h2 {
    font-size: 170px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area .backEnd-content h2 {
    font-size: 150px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area .backEnd-content h2 {
    font-size: 100px;
  }
}

.single-portfolio-item {
  position: relative;
  z-index: 1;
}
.single-portfolio-item .backend-content .dots {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: -150px;
}
.single-portfolio-item .backend-content h2 {
  position: absolute;
  font-size: 230px;
  color: #f0f0f0;
  z-index: -10;
  top: -170px;
  right: -40%;
  opacity: 0.05;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-item .backend-content h2 {
    font-size: 170px;
    top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item .backend-content h2 {
    font-size: 80px;
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item .backend-content h2 {
    font-size: 80px;
    top: -50px;
  }
}
.single-portfolio-item .portfolio-meta {
  padding-top: 30px;
}
.single-portfolio-item .portfolio-meta p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.single-portfolio-item .portfolio-meta h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item .portfolio-meta h2 {
    font-size: 24px;
  }
}
.single-portfolio-item.portfolio-item-2 .backend-content .dots {
  position: absolute;
  z-index: -1;
  top: 0;
  left: auto;
  right: -150px;
}
.single-portfolio-item.portfolio-item-3 .backend-content .dots {
  top: 0;
  left: -200px;
  right: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.single-portfolio-item.portfolio-item-3 .backend-content h2 {
  top: -180px;
  left: 30%;
  right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -90px;
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-3 {
    margin-bottom: 100px;
  }
}
.single-portfolio-item.portfolio-item-4 {
  top: -220px;
}
.single-portfolio-item.portfolio-item-4 .backend-content .dots {
  top: auto;
  bottom: -130px;
  left: 70%;
  right: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-4 {
    top: 0;
    margin-bottom: 100px;
  }
}
.single-portfolio-item.portfolio-item-5 {
  top: -450px;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-5 {
    top: 0;
    height: auto;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item.portfolio-item-5 {
    top: -230px;
  }
}
.single-portfolio-item.portfolio-item-6 {
  top: 0;
  height: 0;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-6 {
    height: auto;
    margin-bottom: 100px;
  }
}
.single-portfolio-item.portfolio-item-7 {
  margin-top: 50px;
}
.single-portfolio-item.portfolio-item-7 .backend-content .dots {
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  left: auto;
  right: -150px;
}
.single-portfolio-item.portfolio-item-7 .backend-content h2 {
  top: -180px;
  left: 30%;
  right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-item.portfolio-item-7 .backend-content h2 {
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-7 .backend-content h2 {
    top: -60px;
  }
}

/* :: Call to Action Area CSS */
.call-to-action-content {
  text-align: center;
}
.call-to-action-content h2 {
  font-weight: 100;
  font-size: 72px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-content h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-content h2 {
    font-size: 30px;
  }
}
.call-to-action-content h5 {
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-content h5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-content h5 {
    font-size: 24px;
  }
}

.sonar-call-to-action-area {
  /* background: #0e0e0e; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sonar-call-to-action-area .backEnd-content h2 {
  /* position: absolute;
  font-size: 230px;
  color: #000;
  z-index: -1;
  top: -30px;
  left: -3%;
  opacity: 0.3; */
  font-weight: 900;
  font-size: 300px;
  color: #0e0e0e;
  position: absolute;
  top: 0;
  line-height: 1;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-call-to-action-area .backEnd-content h2 {
    font-size: 170px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-call-to-action-area .backEnd-content h2 {
    font-size: 150px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-call-to-action-area .backEnd-content h2 {
    font-size: 100px;
  }
}

/* :: Footer CSS */
.footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-area .copywrite-text {
  padding: 30px;
  text-align: center;
}
.footer-area .copywrite-text p {
  font-weight: 300;
  margin-bottom: 0;
}
.footer-area .copywrite-text a {
  color: #cba37c;
  font-weight: 300;
  font-size: 16px;
}
.footer-area .copywrite-text a:hover,
.footer-area .copywrite-text a:focus {
  font-size: 16px;
  color: #a5a5a5;
}
.footer-area .backEnd-content .dots {
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
}
.footer-area .backEnd-content h2 {
  position: absolute;
  font-size: 230px;
  color: #f0f0f0;
  z-index: -1;
  top: -50px;
  left: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .backEnd-content h2 {
    font-size: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .backEnd-content h2 {
    font-size: 120px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .backEnd-content h2 {
    font-size: 80px;
    top: 0;
    left: -30px;
  }
  .footer-area .copywrite-text p {
    font-size: 12px;
  }
}

/* :: Hero Area CSS */
.hero-area {
  /* background-color: transparent; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-area .backEnd-content .dots {
  position: absolute;
  right: -200px;
  top: 50%;
  z-index: -2;
  opacity: 0.1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-area .hero-thumbnail,
.hero-area .hero-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-thumbnail,
  .hero-area .hero-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.hero-area .hero-content {
  height: 880px;
  padding: 100px 0;
}
.hero-area .hero-content .line {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.hero-area .hero-content h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content h2 {
    font-size: 30px;
  }
}
.hero-area .hero-content p {
  color: #ffffff;
  margin-bottom: 30px;
}
.hero-area .hero-content.aboutUs {
  height: auto;
}
.aboutUs h4 {
  font-size: 32px;
  color: #cba37c;
}
.aboutUs h6 {
  font-size: 23px;
}

@media only screen and (max-width: 767px) {
  .hero-area .hero-content.aboutUs {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-content {
    height: auto;
  }
}
.hero-area .hero-thumbnail.aboutUs::before {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  /* background-color: #ffffff; */
  content: "";
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-thumbnail.aboutUs::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-thumbnail {
    height: 400px;
  }
}

/* :: Service Area CSS */
.single-services-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.single-services-area img {
  margin-bottom: 20px;
}
.single-services-area h4 {
  font-size: 28px;
  margin-bottom: 40px;
}
.single-services-area p {
  margin-bottom: 0;
}

/* :: Testimonials Area CSS */
.sonar-testimonials-area {
  position: relative;
  z-index: 1;
  padding: 70px 0;
  margin: 0 50px;
}
.sonar-testimonials-area::before {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  content: "";
}
.sonar-testimonials-area .testimonial-content {
  padding: 100px 80px 100px 200px;
  position: relative;
  z-index: 1;
  left: -15px;
  box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.15);
  color: #0e0e0e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-testimonials-area .testimonial-content {
    padding: 100px 80px 100px 130px;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-testimonials-area .testimonial-content {
    padding: 50px 15px 50px 15px;
  }
}
.sonar-testimonials-area .single-tes-slide p {
  margin-bottom: 40px;
  font-style: italic;
  color: #0e0e0e;
}
.sonar-testimonials-area .single-tes-slide h6 {
  margin-bottom: 0;
  font-style: italic;
  color: #0e0e0e;
}
.sonar-testimonials-area .owl-dots {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sonar-testimonials-area .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #6a6a67;
  border-radius: 50%;
  margin: 8px 0;
  display: block;
}
.sonar-testimonials-area .owl-dots .owl-dot.active {
  border-color: #232323;
  background-color: #232323;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-testimonials-area .owl-dots {
    top: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-testimonials-area .owl-dots {
    top: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-testimonials-area .owl-dots {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-testimonials-area {
    margin: 0 15px;
  }
}

/* :: Portfolio Area CSS */
.sonar-projects-area {
  position: relative;
  z-index: 1;
  padding: 100px 35px 50px;
}
.single_gallery_item {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.sonar-projects-area .single_gallery_item .gallery-content {
  padding-top: 30px;
}
.sonar-projects-area .single_gallery_item .gallery-content h4 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sonar-projects-area .single_gallery_item .gallery-content h4 {
    font-size: 20px;
  }
}
.sonar-projects-area .single_gallery_item .gallery-content p {
  margin-bottom: 0;
}

.sonar-portfolio-menu {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 50%;
  z-index: 100;
}
.sonar-portfolio-menu .btn {
  padding: 5px 0;
  border: none;
  border-bottom: 2px solid;
  border-color: transparent;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  margin: 0 20px;
}
.sonar-portfolio-menu .btn.active {
  border-color: #ffffff;
}
.sonar-portfolio-menu .btn:hover,
.sonar-portfolio-menu .btn:focus {
  box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-portfolio-menu .btn {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-portfolio-menu .btn {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-portfolio-menu .btn {
    margin: 0 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-portfolio-menu {
    width: 100%;
    bottom: 20px;
  }
}

/* :: Blog Area CSS */
.sonar-blog-area,
.sonar-contact-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sonar-blog-area .backEnd-content .dots,
.sonar-contact-area .backEnd-content .dots {
  position: absolute;
  top: -50px;
  right: -200px;
  opacity: 0.1;
}

.single-blog-area {
  position: relative;
  z-index: 1;
}
.single-blog-area .blog-post-thumbnail {
  position: relative;
  z-index: 1;
}
.single-blog-area .blog-post-thumbnail .post-date p {
  font-family: "Monoton", cursive;
  position: absolute;
  writing-mode: vertical-lr;
  text-orientation: upright;
  width: 45px;
  height: auto;
  padding: 15px 10px;
  background-color: #000;
  top: -20px;
  left: 25px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  line-height: 2;
  font-size: 15px;
}
.single-blog-area .blog-post-thumbnail .post-date a:hover,
.single-blog-area .blog-post-thumbnail .post-date a:focus {
  font-weight: 100;
  font-size: 15px;
}
.single-blog-area .post-content {
  padding-top: 60px;
}
.single-blog-area .post-content h2 {
  text-transform: capitalize;
}
.single-blog-area .post-content .headline {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}
.single-blog-area .post-content .headline:hover,
.single-blog-area .post-content .headline:focus {
  font-weight: 300;
}
.single-blog-area .post-content .post-meta {
  margin-bottom: 50px;
  color: #fff;
}
.single-blog-area .post-content .post-meta a {
  font-size: 12px;
  font-weight: 500;
  color: #cfae78;
}
.single-blog-area .post-content .post-meta a:hover,
.single-blog-area .post-content .post-meta a:focus {
  font-size: 12px;
  font-weight: 500;
}
.single-blog-area .post-content p {
  margin-bottom: 0;
}

.search-widget-area form {
  position: relative;
  z-index: 1;
}
.search-widget-area form input {
  width: 100%;
  height: 42px;
  font-size: 12px;
  font-style: italic;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #f3f4fa;
  padding: 0 15px;
  background-color: transparent;
}
.search-widget-area form button {
  width: 50px;
  height: 42px;
  background-color: #232323;
  color: #ffffff;
  font-size: 16px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.sonar-catagories-widget-area h6 {
  margin-bottom: 15px;
}
.sonar-catagories-widget-area p {
  padding: 0px 0 10px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #cba37c;
  display: block;
  border-bottom: 2px solid #fff;
}

.latest-news-widget-area h6 {
  margin-bottom: 25px;
}
.latest-news-widget-area .widget-single-blog-post {
  margin-bottom: 30px;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-content a {
  font-size: 15px;
  color: #2f2f2f;
  margin-bottom: 5px;
  font-weight: 300;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-content a:hover,
.latest-news-widget-area .widget-single-blog-post .widget-post-content a:focus {
  font-size: 15px;
  font-weight: 300;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-content p {
  font-size: 12px;
  margin-bottom: 0;
}

/* :: Contact Area CSS */
.contact-form h2 {
  font-size: 72px;
  margin-bottom: 15px;
  font-weight: 100;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form h2 {
    font-size: 30px;
  }
}
.contact-form h4 {
  font-size: 48px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form h4 {
    font-size: 24px;
  }
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .form-control {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: none;
  border-bottom: 1px solid;
  border-color: #c0c0c0;
  border-radius: 0;
  font-size: 12px;
  font-style: italic;
  color: #2f2f2f;
  background-color: transparent;
}
.contact-form .form-control:focus,
.contact-form .form-control:hover {
  box-shadow: none;
}
.contact-form textarea {
  margin-bottom: 50px;
}
.contact-form textarea.form-control {
  height: 220px;
  padding: 15px;
}

.map-area {
  position: relative;
  z-index: 1;
  margin: 0 50px;
}
.map-area #googleMap {
  width: 100%;
  height: 540px;
}
@media only screen and (max-width: 767px) {
  .map-area #googleMap {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .map-area {
    margin: 0 20px;
  }
}

/* :: About Area CSS */
.sonar-about-us-area {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  overflow: hidden;
}
.about-us-content p {
  color: #000;
}
.sonar-about-us-area::after {
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  position: absolute;
  z-index: -5;
}
.sonar-about-us-area.second-part {
  position: relative;
  padding: 120px 0;
}
.sonar-about-us-area.second-part::after {
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background-color: #000;
  position: absolute;
  z-index: -5;
}
.sonar-about-us-area .about-us-content {
  padding: 15px 100px 100px;
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-about-us-area .about-us-content {
    padding: 15px 30px 100px;
    margin-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-about-us-area .about-us-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-about-us-area .about-us-content {
    margin-left: 0;
    padding: 15px 20px 100px;
  }
}
.sonar-about-us-area .backEnd-content h2 {
  position: absolute;
  font-size: 190px;
  color: #2e2e2ebb;
  z-index: 1;
  top: -30px;
  left: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-about-us-area .backEnd-content h2 {
    font-size: 170px;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-about-us-area .backEnd-content h2 {
    font-size: 100px;
    top: -30px;
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-about-us-area .backEnd-content h2 {
    font-size: 60px;
    top: 0;
  }
}
.sonar-about-us-area.second-part {
  overflow: hidden;
}
.sonar-about-us-area.second-part .about-us-content {
  padding: 100px;
  margin-left: 0;
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sonar-about-us-area.second-part .about-us-content {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-about-us-area.second-part .about-us-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sonar-about-us-area.second-part .about-us-content {
    margin-right: 0;
    padding: 100px 20px 70px;
  }
}
.sonar-about-us-area.second-part .backEnd-content h2 {
  top: -100px;
  left: auto;
  right: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sonar-about-us-area.second-part .backEnd-content h2 {
    font-size: 100px;
    top: 0;
    left: auto;
    right: 0;
  }
}

/* :: Shortcode Area CSS */
.elements-title h2 {
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .elements-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .elements-title h2 {
    font-size: 28px;
  }
}

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}
.single-accordion:last-of-type {
  margin-bottom: 0;
}
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-accordion h6 a {
  background-color: #1d1d1d;
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 20px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.single-accordion h6 a span {
  font-size: 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 24px;
}
.single-accordion h6 a span.accor-open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed {
  background-color: #2f2f2f;
  color: #ffffff;
}
.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}
.single-accordion .accordion-content p {
  padding: 20px 15px 5px;
  margin-bottom: 0;
}

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center;
}
.single-cool-fact-area i {
  font-size: 100px;
  color: #2f2f2f;
  margin-bottom: 30px;
  display: block;
}
.single-cool-fact-area img {
  margin-bottom: 30px;
}
.single-cool-fact-area h2 {
  font-size: 48px;
  margin-bottom: 5px;
}
.single-cool-fact-area p {
  margin-bottom: 0;
}

/* Barfiller */
.single_progress_bar {
  margin-bottom: 20px;
}
.single_progress_bar:last-of-type {
  margin-bottom: 0;
}
.single_progress_bar p {
  margin-bottom: 0;
}
.single_progress_bar .barfiller {
  background-color: #e0e0e0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
.single_progress_bar .barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background-color: #1d1d1d;
  z-index: 1;
}
.single_progress_bar .barfiller .tip {
  margin-top: 10px;
  font-size: 14px;
  left: 0px;
  position: absolute;
  z-index: 2;
  background-color: #1d1d1d;
  color: #ffffff;
  width: 60px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.single_progress_bar .barfiller .tipWrap {
  display: none;
}

.single-pie-bar p {
  margin-bottom: 0;
  font-weight: 300;
  color: #2f2f2f;
}
@media only screen and (max-width: 767px) {
  .single-pie-bar {
    margin-bottom: 30px;
  }
}

/* The end */

/*# sourceMappingURL=style.css.map */

/* ===== ===== ===== =====
===== ===== ===== =====
===== Gallery Section =====
===== ===== ===== =====
===== ===== ===== ===== */

.gallery-area .single-gallery {
  margin-bottom: 30px;
}
.gallery-area .single-gallery .content {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.gallery-area .single-gallery .content .primary-btn {
  border-radius: 0px;
}
.gallery-area .single-gallery .content .primary-btn:hover {
  border: 1px solid #cfae78;
  color: #cfae78;
  background-color: transparent;
}
.gallery-area .primary-btn:hover {
  color: #cfae78;
  border: 1px solid #cfae78;
}
@media (max-width: 414px) {
  .gallery-area .single-gallery .content .primary-btn {
    font-size: 10px;
  }
}
.gallery-area .single-gallery .content .content-overlay {
  background-color: #373642;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 10px;
  border: 1px solid #cfae78;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.gallery-area .single-gallery .content-overlay {
  margin: 20px;
}
@media (max-width: 414px) {
  .gallery-area .single-gallery .content-overlay {
    margin: 0px;
  }
}
.gallery-area .single-gallery .content:hover .content-overlay {
  opacity: 0.8;
}
.gallery-area .single-gallery .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery-area .single-gallery .content-title {
  width: 60%;
  border-bottom: 1px solid #cfae78;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0px;
}
@media (max-width: 414px) {
  .gallery-area .single-gallery .content-title {
    width: 92%;
    font-size: 15px;
  }
}
.gallery-area .single-gallery .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.gallery-area .single-gallery .content-image {
  width: 100%;
  height: 500px;
}
.gallery-area .single-gallery .content-details p {
  color: #fff;
  font-size: 0.8em;
}
.gallery-area .single-gallery .fadeIn-bottom {
  top: 80%;
}

/* ===== ===== ===== =====
===== ===== ===== =====
===== Services Section =====
===== ===== ===== =====
===== ===== ===== ===== */

.service-card {
  width: 100%;
  height: 500px;
  /* margin: 40px 0; */
  /* border-radius: 20px; */
  overflow: hidden;
  /* border: 3px solid #cfae78; */
  position: relative;
  /* box-shadow: 20px 20px 20px rgb(203, 163, 124, 0.1); */
  /* display: block; */
}

.service-card h2 {
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
}

.service-card :before {
  margin: 40px 0;
  background-position: 50% 50%;
  background-size: cover;
}

.service-card {
  height: auto;
  background: transparent;
}
.service-card:after {
  -webkit-transition: all 0.3s ease 0;
  transition: all 0.3s ease 0;
}
.service-card-body .title,
.main-design-types .subtitle {
  max-width: 290px;
}

.service-card:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 10px;
  border: 3px solid #cba37c;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out;
  transition: 0.2s ease-out;
}
.service-card:hover:after {
  border-color: #fff;
}

.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 15px 15px 0 0 ; */
}

.service-card-body {
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  position: absolute;
  background: #000e1381;
  backdrop-filter: blur(5px);
  /* border-radius: 15px 15px 0 0; */
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s;
  z-index: 9;
}

.service-card:hover .service-card-body {
  right: 0;
}

.card-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  align-items: end;
}

.service-card-info {
  /* font-size: 16px; */
  line-height: 25px;
  margin: 40px 0;
  /* font-weight: 400; */
}

.service-card-btn {
  color: #cba37c;
  background: #171717;
  padding: 10px 20px;
  width: 140px;
  text-transform: capitalize;
  outline: none;
  font-weight: 500;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}

.service-card-btn:hover {
  background: #cba37c;
  color: #000;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 10px 10px 10px rgba(240, 211, 134, 0.2); */
  position: relative;
  /* border: #cba37c solid 4px; */
}
.hvr-trim:before {
  content: "";
  position: absolute;
  border: #cba37c solid 4px;
  top: 5%;
  left: 10%;
  right: 0;
  bottom: -10%;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
  opacity: 1;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.portf-col {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.portfolio-item {
  display: block;
  margin-bottom: 30px;
  color: #fff;
}

/* .portfolio-item:hover {
  color: #cba37c;
} */
.portfolio-item-img {
  position: relative;
}
.portfolio-item-img img {
  width: 100%;
}
.portfolio-item-img .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.portfolio-item-img video {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-item-img:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 0;
  opacity: 0.9;
  border: 3px solid #fff;
  border-width: 3px 3px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portfolio-item:hover .portfolio-item-img:after {
  opacity: 1;
  border-color: #cba37c;
}
.portfolio-item-info {
  padding: 25px 50px 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  position: relative;
}
.portfolio-item-info:before,
.portfolio-item-info:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 3px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -10px;
}
.portfolio-item-info:before {
  left: 20px;
}
.portfolio-item-info:after {
  right: 20px;
}
.portfolio-item:hover .portfolio-item-info:before,
.portfolio-item:hover .portfolio-item-info:after,
.portfolio-item:hover .portfolio-item-title span:before,
.portfolio-item:hover .portfolio-item-title span:after {
  opacity: 1;
  background-color: #cba37c;
}
.portfolio-item:hover .portfolio-item-info {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.portfolio-item-title {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 30px;
  text-transform: capitalize;
}
.portfolio-item-title span {
  position: relative;
  display: inline-block;
}
.portfolio-item-title span:before,
.portfolio-item-title span:after {
  content: "";
  position: absolute;
  top: 15px;
  height: 3px;
  width: 650px;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portfolio-item-title span:before {
  left: 100%;
  margin-left: 15px;
}
.portfolio-item-title span:after {
  right: 100%;
  margin-right: 15px;
}
.portfolio-item-params {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}
.portfolio-item {
  margin-bottom: 80px;
}
.portfolio-item-title {
  color: #cba37c;
}
.portfolio-item-style {
  text-transform: capitalize;
}

.loadmore-wrap {
  margin: 50px auto;
  max-width: 265px;
  padding: 50%;
  padding: 0 !important;
}

.readmore-wrap {
  width: 260px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.readmore-wrap button,
.readmore-wrap .button {
  z-index: 10;
  padding-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.readmore-wrap .loadmore:after {
  display: none;
}

.loadmore {
  position: relative;
  padding: 50%;
}

.loadmore:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 40px solid #1e1e1e;
  border-image-source: url(../img/core-img/slide-border.webp);
  border-image-slice: 70;
  border-image-repeat: round;
  z-index: 2;
}

.loadmore:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  height: 64px;
  margin-top: -32px;
  top: 50%;
  background-color: #171717;
}

.loadmore-btn {
  position: absolute;
  background: 0;
  border: 0;
  outline: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-right: 25px;
  color: #cba37c;
  font-size: 16px;
  font-family: "Merriweather", "Times New Roman", serif;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 20;
}

.loadmore-btn:hover {
  color: #fff;
}

.loadmore-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 14px;
  height: 13px;
  background: transparent;
  background-size: contain;
}

.readmore-link .arr,
.breadcrumb-arr {
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #cba37c;
  left: 100%;
  margin-left: -70px;
  top: 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  line-height: 1;
}

.readmore-link .arr:after,
.breadcrumb-arr:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #cba37c;
  border-right: 1px solid #cba37c;
  margin-top: -3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.readmore-link:hover .arr {
  width: 33px;
  background-color: #fff;
}

.readmore-link:hover .arr:after {
  border-color: #fff;
}

@media (max-width: 900px) {
  .portfolio-item-info:before {
    left: 10px;
  }
  .portfolio-item-info:after {
    right: 10px;
  }
  .portfolio-item-img:after {
    left: 10px;
    top: 10px;
    right: 10px;
  }
  .portfolio-item-info {
    padding-left: 25px;
    padding-right: 25px;
  }
  .portfolio-item-title {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .portfolio-item-title {
    font-size: 16px;
  }
  .portfolio-item-info {
    padding-top: 10px;
  }
  .portfolio-item-title {
    padding: 0 15px;
  }
  .portfolio-item-info:before,
  .portfolio-item-info:after {
    height: 36px;
  }
  .portfolio-item-title span:after {
    margin-right: 10px;
  }
  .portfolio-item-title span:before {
    margin-left: 10px;
  }
  .portfolio-item-params {
    margin-top: 5px;
    font-size: 12px;
  }
  .styles-list .portfolio-item {
    margin-bottom: 40px;
  }
  .portfolio-item {
    margin-bottom: 20px;
  }
  .hidden-xs {
    display: none !important;
  }
  .loadmore-wrap {
    max-width: 185px;
    margin: 0 auto 35px;
  }
  .readmore-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .loadmore-btn {
    position: absolute;
    background: 0;
    border: 0;
    outline: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-right: 25px;
    color: #cba37c;
    font-size: 16px;
    font-family: "Merriweather", "Times New Roman", serif;
    font-weight: 400;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 20;
  }

  .loadmore-btn:hover {
    color: #fff;
  }

  .loadmore-btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 14px;
    height: 13px;
    background: transparent url(/local/assets/css/../images/reload.svg) 0 0
      no-repeat;
    background-size: contain;
  }
}

.price-table .portfolio-item.one-link {
  display: inline-block;
}

.price-table .portfolio-item.one-link:hover {
  color: #fff;
}

.footer-icon i {
  font-size: 30px;
  padding: 20px 22px;
  border-radius: 50px;
  margin: 20px;
  color: #f7f7f7;
  background-color: #3b5998;
}

.stretched-text {
  /* font-family: 'Merriweather', 'Times New Roman', serif; */
  font-weight: 900;
  font-size: 300px;
  color: #0e0e0e;
  position: absolute;
  top: 0;
  line-height: 1;
  opacity: 0.3;
}

.logo-rotate {
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.logo-rotating {
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* ==============================
=================================
=========== HERO ================
=================================
============================== */

.showcase {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}
.showcase .video-content h2{
  position: absolute;
  bottom: 20%;
  right: 100px;
  border-bottom: solid 4px #fff;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #171717 no-repeat center cover/cover;
}

.video-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.video-container img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .video-container .video {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
  }
}

.video-container video {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase .video-content {
  z-index: 10;
}
.showcase .video-content h1 {
  font-size: 60px;
  font-family: Monoton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4rem;
}
.showcase .video-content span {
  letter-spacing: 0rem;
}

@media (max-width: 768px) {
  .showcase .video-content h1 {
    font-size: 40px;
    letter-spacing: 1rem;
  }
}

@media (max-width: 576px) {
  .showcase .video-content h1 {
    font-size: 40px;
    letter-spacing: 1rem;
  }
}

/* ==============================
=================================
========== ABOUT ================
=================================
============================== */

.main-about {
  position: relative;
  min-height: 570px;
  padding: 55px 0;
}

.main-about h4 {
  color: #cba37c;
}

.advantage-image {
  display: inline-block;
  width: 100%;
}
.square-default:before {
  content: "";
  display: block;
  padding: 50%;
}
.main-design .page-square:after,
.main-design .page-square:before,
.page-header-square:after,
.contacts-top .page-square:after,
.square-default:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-design .page-square:before,
.contacts-top .page-square:after,
.square-default:after {
  z-index: 1;
  border: 40px solid #1e1e1e;
}
.main-design .page-square:after,
.page-header-square:after,
.contacts-top .page-square:after,
.square-default:after {
  border: 40px solid #1e1e1e;
  border-image-source: url(../img/core-img/slide-border.webp);
  border-image-slice: 70;
  border-image-repeat: round;
  z-index: 2;
}
.team-page-link .square-default:before {
  border: 40px solid #171717;
  width: 265px;
  height: 265px;
  padding: 0;
}
.main-design .page-square:after,
.page-header-square:after,
.contacts-top .page-square:after,
.square-default:after,
.main-design .page-square:before,
.contacts-top .page-square:after,
.square-default:after {
  border-width: 40px;
}
.main-design .page-square::after,
.page-header-square::after,
.contacts-top .page-square::after,
.square-default::after {
  border-image-source: url(../img/core-img/texture.webp);
}

.advantage-square {
  top: 50px;
  position: absolute;
  z-index: 0;
  height: 540px;
  width: 100%;
}

@media (max-width: 767px) {
  .advantage-square {
    height: 380px;
  }
}

@media (max-width: 576px) {
  .advantage-square {
    height: 320px;
    left: 0;
  }
}

.image-bg,
.advantage-image-item,
.main-types .image,
.video-block:before {
  background-position: 50% 50%;
  background-size: cover;
}
.advantage-image-item {
  width: 100%;
  height: 500px;
  position: relative;
  left: 80px;
  z-index: 50;
}
@media (max-width: 767px) {
  .advantage-image {
    margin-top: 30px;
  }
  .advantage-image-item {
    height: 360px;
  }
}
@media (max-width: 576px) {
  .advantage-image {
    margin-top: 30px;
  }
  .advantage-image-item {
    height: 300px;
    left: 0px;
  }
}
