/*
Template Name: Metro Assets Ltd. 
Description: Real Estate Template 
Author: Capricorn Theme 
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Monsieur+La+Doulaise&family=Rouge+Script&family=Yesteryear&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  margin: 0;
  color: #333;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 20px;
}

a {
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  cursor: pointer;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  color: #777;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h2 {
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
  }
}

.section-title h2 b {
  font-weight: 500;
}

.section-title h3 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
  }
}

.section-title h6 {
  font-size: 18px;
  font-weight: 500;
  color: #acacac;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding-left: 90px;
}

.section-title h6:after {
  position: absolute;
  content: "";
  background: #AA1A17;
  top: 50%;
  left: 0;
  width: 70px;
  height: 2px;
  margin-top: -1px;
}

.text-black {
  color: #333;
}

/*Button Style */
.main-btn {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 1px;
}
.main-btn:hover {
  background-color: #AA1A17;
  border-color: #AA1A17;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn {
    padding: 12px 12px;
  }
}

.main-btn.primary {
  background: #AA1A17;
  color: #fff;
  margin-right: 15px;
  border-radius: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn.primary {
    margin-right: 0;
  }
}
.main-btn.primary:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.main-btn.white {
  background: #fff;
  color: #333;
  margin-right: 20px;
  border: 2px solid #fff;
}
.main-btn.white:hover {
  background-color: #AA1A17;
  border-color: #AA1A17;
  color: #fff;
}

.main-btn.border-btn {
  background: #fff;
  color: #333;
  margin-right: 20px;
  border: 2px solid #AA1A17;
}
.main-btn.border-btn:hover {
  background-color: #AA1A17;
  border-color: #AA1A17;
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}

textarea {
  height: 135px;
  resize: none;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #63BE61;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #AA1A17;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.navbar-toggler-icon {
  background-image: none;
}

/* Bacground Color & Overlay CSS 
============== */
.gray-bg {
  background: #F6F6F6;
}

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #212121;
}

.black-bg {
  background: #181818;
}

.sky-bg {
  background: #EBF1ED;
}

.text-white {
  color: #fff;
}

.text-light {
  color: #eee !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Scroll Top 
============== */
.go-top {
  background-color: #63BE61;
  color: #FFF;
  width: 50px;
  height: 50px;
  bottom: 6em;
  right: 2em;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: none;
  position: fixed;
  z-index: 1;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 35px;
    bottom: 5em;
    right: 2em;
    font-size: 15px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .go-top i:before {
    font-size: 14px;
  }
  .go-top {
    right: 1em;
    bottom: 6em;
    z-index: 1;
  }
}
.go-top:hover {
  background-color: #fff;
  color: #020E28;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #fff;
  box-shadow: 0 3px 16px -2px rgba(0, 0, 0, 0.1490196078);
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-area .is-sticky .navigation {
  padding: 15px 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .header-area .is-sticky .navigation {
    padding: 0;
    margin: 15px 0;
  }
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 95px;
}

/* preloader */
/* Pre-Loader CSS 
============== */
#metro_preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #1C1C1C;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.metro_loader_logo {
  position: absolute;
}

.metro_loader_logo img {
  width: 80px;
}

#metro_circle_loader {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #1F2839;
  border-right-color: #1F2839;
  border-bottom-color: #d5eaff;
  border-left-color: #d5eaff;
  border-radius: 50%;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4C4C4D;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.title-cover {
  position: absolute;
  top: 0px;
  width: 100%;
  font-size: 10vw;
  font-weight: 400;
  opacity: 0.5;
  z-index: -1;
  text-transform: uppercase;
  pointer-events: none;
  color: #eee;
}
@media (max-width: 767px) {
  .title-cover {
    font-size: 15vw;
  }
}

.modal-header {
  border-bottom: none !important;
}

.form-inner h3 {
  font-size: 30px;
  margin-bottom: 40px;
}

.modal-body {
  padding: 40px !important;
}

.header-top {
  margin: 0 auto;
  padding: 10px 0;
}

.header-top-content p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.header-top-content p a {
  color: #44bd32;
  text-decoration: underline;
  margin-left: 5px;
}

.contact-info {
  font-size: 14px;
  margin-top: 2px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-info {
    text-align: center;
  }
}
.contact-info p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info i {
  font-size: 18px;
  margin-right: 5px;
  color: #AA1A17;
}

.header-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header-right {
    flex-direction: column;
  }
}

.social-area i {
  font-size: 20px;
  margin-right: 5px;
  color: #eee;
}

i.lab.la-facebook-f:hover {
  color: #1773EA;
}

i.lab.la-youtube:hover {
  color: #F70000;
}

i.lab.la-instagram:hover {
  color: #A1368D;
}

/* Header Area 
============== */
.header-area {
  background: rgba(255, 255, 255, 0.72);
  height: 80px;
}
.header-area .navigation {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  display: flex;
  align-items: center;
  padding-right: 30px;
  flex: 0 0 255px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
.header-area .header-inner-box .phone-number-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-area .header-inner-box .phone-number-box .icon i {
  background: #E5F0EC;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
}
.header-area .header-inner-box .phone-number-box .phone {
  padding-left: 15px;
}
.header-area .header-inner-box .phone-number-box .phone p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}

.icon-wrapper {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 150px;
    border-left: 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 100px;
    border-left: 0;
    display: none;
  }
}
.icon-wrapper i {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

.shopping-cart i {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}

.header-inner-box .logo a {
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #AA1A17;
}
.header-inner-box .logo a:hover {
  color: #333;
}
@media (max-width: 767px) {
  .header-inner-box .logo a {
    font-size: 35px;
  }
}

.header-inner-box .logo a span {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-inner-box .logo a span {
    font-size: 18px;
  }
}

/* Main Menu 
============== */
.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 35px;
}

.main-menu .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 35px 0;
  color: #333;
  letter-spacing: 1px;
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #AA1A17;
}

.main-menu li.nav-item:hover > a {
  color: #AA1A17;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 200px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 95px;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  padding: 0 25px;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 14px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:hover > a {
  color: #AA1A17;
}

.main-menu .sub-menu li:hover > a {
  border-color: #AA1A17;
}

.dropdown-toggle::after {
  display: none !important;
}

.quatation-box {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .quatation-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quatation-box {
    display: none;
  }
}

.quatation-box a {
  color: #fff;
  font-weight: 500;
}

li.nav-item a.nav-link i {
  font-size: 10px;
  margin-left: 8px;
  font-weight: 600;
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .navigation {
  background: transparent;
}

.absolute-header .main-menu .navbar-nav .nav-link {
  color: #fff;
}
@media (max-width: 767px) {
  .absolute-header .main-menu .navbar-nav .nav-link {
    color: inherit;
  }
}

.absolute-header .contact-info {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .absolute-header .contact-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .absolute-header .contact-info {
    display: none;
  }
}

.absolute-header .contact-info i {
  font-size: 20px;
  margin-left: 0;
}

.header-area.absolute-header .icon-wrapper i {
  color: #fff;
  font-size: 20px;
}

.contact-info span {
  font-size: 13px;
  letter-spacing: 0px;
}

.header-area .contact-info {
  font-size: 15px;
  color: #333;
  padding-right: 35px;
}

.header-area .contact-info i {
  font-size: 17px;
  color: #333;
  margin-left: 25px;
}

.header-area .contact-info a {
  font-size: 16px;
}

.header-area .contact-info {
  display: flex;
  align-items: center;
}

.header-area.absolute-header .contact-info {
  display: block;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header .contact-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area.absolute-header .contact-info {
    display: none;
  }
}

button.sub-nav-toggler {
  display: none;
}

.auto-container {
  position: static;
  max-width: 1150px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
  margin-top: -50px;
  transition: 0.3s ease;
}

#header-3.header-area {
  background: #f6f6f6;
  height: 140px;
  z-index: -1;
  align-items: flex-start;
}

.is-sticky .auto-container {
  margin-top: 0;
  max-width: 100% !important;
}

.is-sticky .sticky-area {
  background: #fff;
  box-shadow: 0 3px 16px -2px #d0cece;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

/* Slider CSS 
==================*/
.homepage-slides {
  position: relative;
  overflow: hidden;
}

.homepage-slides .single-slide-item .image-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.single-slide-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ddd;
  width: 100%;
  height: 100vh;
  display: table;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .single-slide-item {
    height: 100vh;
  }
}

.hero-area-bg-2 {
  background-image: url(../img/slider/slide-2.jpg);
}

.hero-area-bg-3 {
  background-image: url(../img/slider/slide-5.jpg);
}

.hero-area-bg-4 {
  background-image: url(../img/slider/slide-4.jpg);
}

.hero-area-bg-5 {
  background-image: url(../img/slider/slide-6.jpg);
}

.hero-area-bg-6 {
  background-image: url(../img/slider/slide-3.jpg);
}

.project-type-wrap {
  padding-left: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .project-type-wrap {
    padding-left: 5px;
  }
}

.project-type-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 2px;
  height: 180px;
  background: rgba(255, 255, 255, 0.5098039216);
}
@media (max-width: 767px) {
  .project-type-wrap:before {
    display: none;
  }
}

.project-type-wrap img {
  width: inherit !important;
}

.project-type-inner {
  display: flex;
}

.hero-area-content {
  z-index: 999;
  position: absolute;
  padding: 30px 0px;
  width: 100%;
  bottom: 50px;
  backdrop-filter: contrast(1.8) blur(5px) brightness(63%);
}

.hero-area-slogan h5 {
  font-size: 35px;
  color: rgb(255, 255, 255);
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .hero-area-slogan h5 {
    font-size: 30px;
    padding: 5px;
  }
}

.hero-area-slogan h5 small {
  font-size: 20px;
  font-weight: 300;
}

.hero-area-slogan h5 span {
  font-size: 50px;
  font-weight: 400;
  font-family: "Rouge Script", cursive;
  text-transform: lowercase;
}

.single-project-type {
  z-index: 99;
}

.single-project-type {
  z-index: 99;
  padding-right: 85px;
  padding-left: 0;
  padding-bottom: 10px;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .single-project-type {
    padding-right: 60px;
  }
}

.single-project-type h6 {
  color: #FFF;
}

.single-project-type h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
}

.project-type-wrap p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 767px) {
  .project-type-wrap p {
    font-size: 18px;
    line-height: 28px;
  }
}

/*Pop up Video */
.pop-up-video {
  position: relative;
}

.pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #333;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: -35px;
  margin-top: -35px;
  background: #333;
  cursor: pointer;
  z-index: 9;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.pop-up-video a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #FCD1C1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.pop-up-video a span {
  font-size: 15px;
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 100px;
  font-weight: 400;
}

.homepage-slides .owl-dots button {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5098039216);
  display: inline-block;
  margin: 5px;
  margin-top: 10px;
}

.homepage-slides .owl-dots button.active {
  background: #A91A17;
}

.homepage-slides .owl-dots {
  display: block;
  text-align: center;
  margin: 30px;
  position: absolute;
  right: 65px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
}

.homepage-slides .testimonial-icon-before i {
  font-size: 30px;
  background: none;
  padding: 10px;
  position: absolute;
  top: 72px;
  color: #fff;
  z-index: 9;
  left: -10px;
  color: #DFB163;
}

.homepage-slides .testimonial-icon-after i {
  font-size: 30px;
  background: none;
  padding: 10px;
  position: absolute;
  bottom: 72px;
  color: #fff;
  z-index: 9;
  right: -10px;
  color: #DFB163;
}

.about-content-wrap {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .about-content-wrap {
    padding-right: 0;
  }
}

.about-content p {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .about-content p {
    font-size: 16px;
    margin-top: 30px;
  }
}

.about-img {
  position: relative;
  max-width: calc(100% - 30px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-img {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-img {
    margin-top: 30px;
  }
}
.about-img img {
  border-radius: 12px;
}

.about-counter {
  background: #AA1A17;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  border-radius: 10px 0px 10px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .about-counter {
    padding: 10px 20px;
  }
}

.counter-number span {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .counter-number span {
    font-size: 30px;
    margin: 15px 0;
  }
}

.counter-icon img {
  width: inherit;
}
@media (max-width: 767px) {
  .counter-icon img {
    width: 45px;
  }
}

.about-counter h6 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.about-counter p {
  color: #fff;
  font-size: 17px;
}

.founder-number {
  text-align: left;
}

.founder-number p {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.about-thumb {
  background-image: url(../img/about-2.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}

.philoshopy-content h5 {
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
  font-size: 25px;
}

.philoshopy-content h5:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  background: #AA1A17;
  margin-top: -15px;
}

.philoshopy-content p {
  padding-left: 30px;
  font-size: 17px;
  line-height: 34px;
}

.about-content-inner h5 {
  margin: 15px 0;
  padding-left: 25px;
}

.about-content-inner h5:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 5px;
  height: 30px;
  background: #AA1A17;
  margin-top: -15px;
}

.project-single {
  background-image: url(../img/project/7_metro_monowara.jpg);
  background-size: cover;
  background-position: center;
  height: 470px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 40px;
}

#project-page .project-single {
  height: 450px;
}

.halima {
  background-image: url(../img/project/8_metro_halima.jpg);
}

.ameer {
  background-image: url(../img/project/1_metro_ameer.jpg);
}

.yasin {
  background-image: url(../img/project/2_metro_yasin.jpg);
}

.sonali {
  background-image: url(../img/project/3_metro_sonali.jpg);
}

.hosna {
  background-image: url(../img/project/4_metro_hosna.jpg);
}

.jamila {
  background-image: url(../img/project/5_metro_jamila.jpg);
}

.center {
  background-image: url(../img/project/8_metro_SM_center.jpg);
}

.saimah {
  background-image: url(../img/project/6_metro_saimah.jpg);
}

.center {
  background-image: url(../img/project/8_metro_SM_center.jpg);
}

.shopping {
  background-image: url(../img/project/11_metro-shopping-complex.jpg);
}

.upcoming {
  background-image: url(../img/project/upcoming.jpg);
}

.project-content {
  padding: 10px 20px;
  background: rgba(28, 28, 28, 0.52);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.project-content .project-cat span {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.project-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-title h4 {
    font-size: 22px;
  }
}

.project-icon i {
  font-size: 40px;
  color: #fff;
}

.project-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.project-single:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: 0.3s;
}

.project-single:hover .project-icon {
  opacity: 1;
  visibility: visible;
}

.project-single:hover::before {
  opacity: 0.6;
  visibility: visible;
}

.project-icon {
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: 0.2s;
}

.project-more i {
  font-size: 30px;
  font-weight: 500;
  color: #AA1A17;
  margin-left: 13px;
}

.project-more .main-btn {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
  padding: 12px 20px;
}
.project-more .main-btn:hover i {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-more .main-btn {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .project-more .main-btn {
    padding: 8px 18px;
  }
}

.project-wrap .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #eee;
  margin-right: 10px;
  margin-top: 20px;
}

.project-wrap .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #AA1A17;
}

.project-wrap .owl-dots {
  text-align: center;
}

.single-project-type img {
  width: 45px;
  height: 45px;
}

.footer {
  background: #1C1C1C;
}

.footer .footer-title {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 2px;
  color: #c3c0c0;
}

.footer .footer-item {
  position: relative;
  padding: 40px 40px;
  border-top: 1px solid #181818;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .footer .footer-item {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-item::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-item:nth-of-type(n + 3) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer .footer-item:nth-of-type(n + 2) {
    padding-top: 0;
  }
}
.footer .footer-item.col-logo .footer-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-item.col-logo .footer-item-inner .footer-logo img.logo-dark {
  display: block;
}

.footer .footer-item.col-menu .footer-item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .footer-item.col-menu ul li {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.footer .footer-item.col-menu ul li a {
  color: #fff;
  font-size: 16px;
}

.footer .footer-item.col-menu ul li:last-of-type {
  margin-bottom: 0;
}

.footer .footer-item.col-contact li {
  margin-bottom: 10px;
  display: block;
}

.footer .footer-item.col-contact li a {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}

.footer .footer-item.col-contact li:last-of-type {
  margin-bottom: 0;
}

.footer .footer-item.col-contact li {
  color: #fff;
}

.v-light:not(.no-light) .footer .footer-item.col-contact li strong {
  color: #000;
}

.footer .footer-item.col-contact li span {
  margin-right: 5px;
  margin-left: 5px;
}

.footer .copyright {
  padding: 20px 0;
  font-size: 14px;
  letter-spacing: 2.67px;
  background: #181818;
}

.footer .copyright p {
  text-transform: uppercase;
  margin: 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 14px;
  }
}

.footer .copyright .copright-text {
  color: #e6e6e6;
  margin-top: 5px;
}

.v-light:not(.no-light) .footer .copyright .copright-text {
  color: #000;
}

.footer .copyright .copright-text .link-hover {
  color: #acacac;
}

.line-left-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #181818;
}

.line-left-item:last-of-type::before {
  display: none;
}

.social-icon i {
  font-size: 22px;
  margin-right: 10px;
  color: #777;
}

.social-icon {
  margin-top: 30px;
}

.accordion.faqs .card .card-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}

.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 15px 40px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}
.accordion.faqs .card .card-header .btn-link:hover {
  background: #FF7129;
  color: #fff;
}
.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
}
.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 40px;
  content: "+";
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  font-size: 25px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion.faqs .card .subtitle > button[aria-expanded=true]::after {
  content: "-";
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.faq-section h2 {
  margin-bottom: 40px;
}

.question-section {
  background: #63BE61;
  padding: 40px;
}

.question-section h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
  font-size: 14px;
  color: #fff;
}

.question-section button {
  font-size: 14px;
  letter-spacing: 1px;
}

.question-section input,
.question-section textarea,
.question-section select {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}

.contact-page iframe {
  width: 100%;
  height: 600px;
  filter: grayscale(1);
}

.contact-wrap {
  background: #1C1C1C;
  padding: 40px;
}

.contact-headline h3 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.contact-single-info i {
  color: #AA1A17;
  font-size: 24px;
  margin: 15px 0;
}

.contact-single-info h6 {
  font-size: 18px;
  color: #fff;
}

.contact-single-info p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.contact-single-info {
  margin-top: 20px;
}

.contact-page.google-map {
  background: #1C1C1C;
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4C4C4D;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-section {
  background-image: url(../img/counter-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .counter-section {
    height: 600px;
    text-align: center;
  }
}
.counter-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  z-index: -1;
}

.counter-number p.counting {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin: 0;
}

.counter-number h6 {
  font-size: 16px;
  margin: 20px 0;
  color: #c3c0c0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 400;
}

/* Breadcrumb CSS */
.breadcroumb-area {
  background-image: url(../img/bread-bg.jpg);
}

.metro_ameer {
  background-image: url(../img/bread-bg_metro_ameer.jpg);
}

.sm_center {
  background-image: url(../img/bread-bg_sm_center.jpg);
}

.plastic-bg {
  background-image: url(../img/breadcrumb/plastic_recycle.jpg);
}

.glass-bg {
  background-image: url(../img/breadcrumb/glass_recycle.jpg);
}

.aluminium-bg {
  background-image: url(../img/breadcrumb/aluminium_recycle.jpg);
}

.electronics-bg {
  background-image: url(../img/breadcrumb/electronics_recycle.jpg);
}

.metal-bg {
  background-image: url(../img/breadcrumb/metal_recycle.jpg);
}

.team-bg {
  background-image: url(../img/breadcrumb/team_bg.jpg);
}

.faq-bg {
  background-image: url(../img/breadcrumb/faq_bg.jpg);
}

.project-bg {
  background-image: url(../img/breadcrumb/project_bg.jpg);
}

.blog-bg {
  background-image: url(../img/breadcrumb/blog_bg.jpg);
}

.pickup-bg {
  background-image: url(../img/breadcrumb/pickup_bg.jpg);
}

.payment-bg {
  background-image: url(../img/breadcrumb/payment_bg.jpg);
}

.breadcroumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcroumb-area .breadcroumb-title h1 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .breadcroumb-area .breadcroumb-title h1 {
    font-size: 50px;
  }
}

.breadcroumb-area h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
}
.breadcroumb-area h6 a {
  color: #fff;
}

/* Blog Section 
============== */
.single-blog {
  position: relative;
}

.single-blog img {
  height: 250px;
  width: 100%;
}

#blog-2 .single-blog img {
  height: 350px;
  width: 100%;
}

.single-blog .blog-content {
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.blog-content span a {
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.5;
}

.blog-content h3 a {
  font-size: 17px;
  line-height: 22px;
  margin: 10px 0;
}

.blog-content .blog-date p {
  font-size: 15px;
  margin: 0;
}

.blog-content a.read-more {
  position: absolute;
  bottom: 40px;
  left: 20px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  color: #AA1A17;
}

.single-blog:hover .blog-content span a {
  opacity: 0;
  transform: translateY(-200%);
}

.single-blog:hover .blog-content h3 a {
  color: #000;
  transform: translateY(-22px);
}

.single-blog:hover .blog-date p {
  opacity: 0;
}

.single-blog:hover .blog-content a.read-more {
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/*Testimonial Section # 02*/
.testimonial-area-2 {
  background-image: url(../img/testimonial_bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.testimonial-avatar img {
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.single-testimonial-item {
  text-align: center;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  margin: 20px 0;
}

.testimonial-content h4 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 30px 0;
}

.testimonial-content h4 span {
  display: block;
  font-size: 90%;
  margin-top: 7px;
  opacity: 0.5;
}

.testimonial-carousel .owl-dots button {
  width: 15px;
  height: 15px;
  background: #999;
  display: inline-block;
  margin: 5px;
}

.testimonial-carousel .owl-dots button.active {
  background: #AA1A17;
}

.testimonial-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.testimonial-area-2 .testimonial-icon-before i {
  font-size: 30px;
  background: none;
  padding: 10px;
  position: absolute;
  top: 72px;
  color: #fff;
  z-index: 9;
  left: -10px;
  color: #AA1A17;
}

.testimonial-area-2 .testimonial-icon-after i {
  font-size: 30px;
  background: none;
  padding: 10px;
  position: absolute;
  bottom: 72px;
  color: #fff;
  z-index: 9;
  right: -10px;
  color: #AA1A17;
}

.team-member-bg {
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 300px;
}

.team-member-bg {
  background-image: url(../img/managment/22.jpg);
}

.team-bg-2 {
  background-image: url(../img/managment/11.jpg);
}

.team-bg-3 {
  background-image: url(../img/managment/03.jpg);
}

.single-team-member {
  position: relative;
  margin-top: 25px;
}

.single-team-member .team-content {
  position: absolute;
  bottom: -75px;
  background: #fff;
  text-align: center;
  width: 100%;
}

.team-content .team-title {
  font-weight: 500;
}

.team-content .team-title a {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #191919;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 16px 0 5px;
}

.team-content .team-subtitle {
  font-size: 14px;
  color: #7c7c7c;
  margin-bottom: 10px;
}

.team-content .team-subtitle p {
  margin: 0;
  color: #333E38;
}

.team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social ul li {
  display: inline-block;
}

.team-social ul li a {
  font-size: 18px;
  padding: 10px;
  transition: all 0.3s ease-out;
}

.team-social {
  position: absolute;
  top: 0;
  left: -35px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-2px);
  transition: all 0.4s;
}

.team-social ul li {
  display: block;
}

.team-social i {
  color: #DFB163;
}

.single-team-member:hover .team-social {
  visibility: visible;
  opacity: 1;
  left: 0;
  transform: translateY(0);
}

.at_a_glance_wrap {
  border: 1px solid #eee;
  padding: 35px;
}

.at_a_glance_wrap h3 {
  font-size: 50px;
  margin: 40px 0;
}

.at_a_glance_wrap p {
  font-size: 17px;
  margin: 20px 0;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.at_a_glance_wrap p span {
  color: #777;
}

.floor-plan-wrapper h2 {
  font-size: 50px;
}

/* Off Canvas Menu CSS
======================*/
.menu-trigger span {
  background-color: #333;
  display: block;
  height: 2px;
  margin: 7px auto;
  margin-left: 5px;
  width: 25px;
  transition: all 0.1s;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.menu-trigger:hover span:nth-child(2) {
  margin-left: 5px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}
.menu-close:hover {
  color: #333;
}

.off-canvas-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 40px;
}

.off-canvas-menu li {
  padding: 15px;
  display: block;
}

.off-canvas-menu li a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.off-canvas-menu li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  width: 25px;
  height: 2px;
  background: #A50001;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
}

.off-canvas-menu li a:hover {
  color: #A50001;
  padding-left: 25px;
}

.off-canvas-menu li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.off-canvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 97;
  background-size: cover;
  background-position: center;
  visibility: hidden;
  opacity: 0;
}

.off-canvas-overlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}

.off-canvas-overlay.active {
  visibility: visible;
  opacity: 1;
}

.menu-quote {
  position: absolute;
  left: 10%;
  top: 30%;
  font-size: 48px;
  font-weight: 600;
  color: #ccc;
  width: 520px;
  padding-left: 60px;
  z-index: 999;
  font-style: italic;
}

.menu-trigger:hover {
  cursor: pointer;
}

.feature-area {
  background-image: url(../img/featured-bg.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.feature-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.feature-slider {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.feature-btn .main-btn {
  width: 210px;
  margin-right: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-btn .main-btn {
    width: 200px;
  }
}

.feature-item-wrap {
  margin-top: 30px;
}

.feature-single {
  background: rgba(255, 255, 255, 0.72);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  height: 320px;
  flex: 0 0 230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-single {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .feature-single {
    margin: 0px;
  }
}
.feature-single i {
  background: #333;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  display: none;
}

.feature-title h5 {
  margin: 20px 0;
  color: #000;
}

.feature-desc p {
  color: #333;
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-desc p {
    font-size: 16px;
    line-height: 26px;
  }
}

.feature-area .section-title b {
  font-size: 45px;
  letter-spacing: 2px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .feature-area .section-title b {
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
  }
}

/*








 */