@charset "UTF-8";


--------------------*/
/*-- Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
/*------------Typography----------------- */
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #FFFCF2;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #1F242E;
}
a:hover {
  color: #BEAB7B;
}

p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #797C7F;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}

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,
a {
  display: inline-block;
}

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

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

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

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

.fix {
  overflow: hidden;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 100px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 15px;
  }
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
  }
}

.section-title h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 66px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.section-title h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1px;
  color: #1F242E;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 15px 0;
  }
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-title h5 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-title h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.section-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.section-title p {
  margin: 0;
}

.section-title img {
  border-radius: 0;
  height: 50px;
  position: relative;
  bottom: 0;
}
@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

.section-title span {
  color: #BEAB7B;
}

/*Button Style */
.theme-btn, .dark-btn, .white-btn, .bordered-btn {
  display: inline-flex;
  background: #BEAB7B;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 30px;
  border: 2px solid #BEAB7B;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 14px 18px;
  }
}
@media (max-width: 767px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 14px 18px;
  }
}
.theme-btn:hover, .dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
  background: #BEAB7B;
  border-color: #BEAB7B;
  color: #fff;
}

.bordered-btn {
  background: transparent;
  border-color: #BEAB7B;
  color: #BEAB7B;
}
.bordered-btn:hover {
  background: #BEAB7B;
  color: #fff;
  border-color: #BEAB7B;
}

.white-btn {
  background: #fff;
  border-color: #fff;
  color: #1F242E;
  padding: 18px 40px;
}
.white-btn:hover {
  background: #BEAB7B;
  border-color: #BEAB7B;
  color: #fff;
}

.dark-btn {
  background: #BEAB7B;
  border-color: #BEAB7B;
  color: #fff;
}
.dark-btn:hover {
  background: #BEAB7B;
  color: #fff;
  border-color: #BEAB7B;
}

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

textarea {
  height: 200px;
}

input[type=submit],
button[type=submit] {
  background: #BEAB7B;
  border-color: #BEAB7B;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  width: 35%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  input[type=submit],
  button[type=submit] {
    width: 100%;
  }
}

input[type=submit]:hover,
button[type=submit]:hover {
  border-color: rgb(203, 103, 30);
  background: rgb(203, 103, 30);
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
}

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

/*Bootstrap Customize CSS*/
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 10px;
  }
}

.container {
  max-width: 1230px;
}

.container-custom {
  max-width: 1130px;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

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

.primary-bg {
  background: #BEAB7B;
}

.dark-bg {
  background: #a14943;
}

.gray-bg {
  background: #FAF5E4;
}

.white-bg {
  background: #fff;
}

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

.overlay, .overlay-5, .overlay-4, .overlay-3, .overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.1;
  top: 0;
  left: 0;
  z-index: -1;
}

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

.overlay.active, .active.overlay-2, .active.overlay-3, .active.overlay-4, .active.overlay-5 {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  opacity: 0.5;
  visibility: visible;
}

.text-dark {
  color: #1F242E !important;
}

.text-white {
  color: #fff !important;
}

.text-gray {
  color: #8C897E !important;
}

.fix {
  overflow: hidden;
}

.separator {
  display: block;
  background-color: #ddd;
  width: 30px;
  height: 3px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-none {
  border: none !important;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
}

.absolute-header .header-sticky {
  background: #a14943;
}

.circle-button {
  position: absolute;
  display: inline-block;
  left: 30%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .circle-button {
    left: 20%;
  }
}
@media (max-width: 767px) {
  .circle-button {
    display: none;
  }
}

.circle-button.in-bord:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #BEAB7B;
}

.circle-button .rotate-circle svg {
  width: 200px;
  fill: #fff;
}

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-20px) translateY(-20px);
  -ms-transform: translateX(-20px) translateY(-20px);
  transform: translateX(-20px) translateY(-20px);
  display: inline-block;
  width: 0;
  height: 0;
}

.circle-button .arrow svg {
  width: 40px;
  height: 40px;
  color: #fff;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button .in-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.circle-button.no-animate .rotate-circle {
  -webkit-animation: none;
  animation: none;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fz-30 {
  font-size: 32px !important;
  font-weight: 400;
}

.text-u {
  text-transform: uppercase !important;
}

.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row.mt-60 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .row.mt-60 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row.mt-100 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .row.mt-100 {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row.mt-120 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .row.mt-120 {
    margin-top: 30px;
  }
}

span.dropcap_style {
  background-color: transparent;
  color: #1F242E;
  font-size: 60px;
  font-weight: 500;
  height: 50px;
  line-height: 55px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 40px;
  padding-right: 5px;
  overflow: visible;
  float: left;
}

/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #BEAB7B;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
/* Mouse Cursor */
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .mouseCursor {
    display: none;
  }
}

.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #BEAB7B;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  margin: 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*-- 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: #141414;
  padding: 45px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 400px;
}

.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-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

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

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

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #888E9B;
  width: 100%;
  padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  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: -140px;
  bottom: 5px;
  background: transparent !important;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #888E9B;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form-group input::placeholder {
  font-size: 30px;
  color: #888E9B;
}

/* Header Area  */
.header-area .navigation {
  height: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    justify-content: space-between;
  }
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #BEAB7B;
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
  }
}

/* Menu Area  */
.main-menu ul {
  line-height: 1;
}
.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 17px;
  position: relative;
}
.main-menu ul > li > a {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  color: #1F242E;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 220px;
  background-color: #272727;
  left: 0;
  z-index: 999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-in-out;
  padding: 15px 0px;
}
.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
}
.main-menu ul > li > ul li a {
  display: block;
  color: #A3A7AD !important;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 400;
}
.main-menu ul > li > ul li a:hover {
  color: #fff !important;
}
.main-menu ul > li > ul li a i {
  transform: rotate(-45deg);
  font-size: 15px;
  position: absolute;
  right: 20px;
  bottom: 11px;
  transition: 0.3s;
}
.main-menu ul > li > ul li a:hover i {
  transform: rotate(0);
}
.main-menu ul > li > ul ul {
  left: 100%;
  top: 0;
}

.main-menu ul li {
  position: relative;
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #171717;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.main-menu ul li a.navlink:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.main-menu ul li.active {
  position: relative;
}

.main-menu ul li.active a {
  color: #BEAB7B;
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #171717;
}

.main-menu ul > li > ul li a.active {
  color: #fff !important;
  position: relative;
  padding-left: 50px;
}

.main-menu ul > li > ul li a.active:before {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 25px;
  width: 16px;
  height: 2px;
  background: #fff;
  margin-bottom: -1px;
  transition: 0.2s ease-out;
}

.header-three .main-menu ul li a {
  color: #fff;
}
.header-three .main-menu ul li.active a {
  color: #fff;
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #1F242E;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
  /* Vertical Menu Style */
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #2a2d36;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
  font-weight: 500;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #BEAB7B;
}

.header-area .container {
  background: #fff;
}

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

#hamburger {
  color: #171717;
  font-size: 32px;
  line-height: 1;
  text-align: right;
  display: none;
}
#hamburger i {
  cursor: pointer;
}
@media (max-width: 1199px) {
  #hamburger {
    display: block;
  }
}

.dark-bg #hamburger i {
  color: #fff;
}

.absolute-header #hamburger i {
  color: #fff;
}

.action-bar {
  margin-top: 60px;
  padding-left: 20px;
}

.action-bar a {
  color: #fff;
  display: block;
  margin-top: 12px;
  font-size: 16px;
}

.action-bar a i {
  margin-right: 10px;
}

.action-bar .theme-btn, .action-bar .bordered-btn, .action-bar .white-btn, .action-bar .dark-btn {
  margin-top: 30px;
  display: inline-block;
}

/* Header Right  */
.header-right {
  display: flex;
  align-items: center;
}

.header-right .search-trigger i {
  font-size: 24px;
  margin-right: 40px;
  position: relative;
  top: 2px;
}
.header-right .search-trigger i:hover {
  cursor: pointer;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right .search-trigger i {
    display: none;
  }
}

.contact-number {
  align-items: center;
  gap: 15px;
  margin-right: 30px;
}
.contact-number .icon i {
  font-size: 24px;
  background: #eee;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-number .title h4 {
  font-size: 22px;
  font-weight: 500;
}

.social-area a i {
  font-size: 22px;
  color: #fff;
  margin-right: 20px;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

/* Absolute/Transparent Header  */
.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.absolute-header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .header-area.absolute-header {
    margin-top: 0;
  }
}

#header-3.header-area.absolute-header {
  margin-top: 0;
}

#header-5.header-area.absolute-header {
  margin-top: 0;
}

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

.header-area.absolute-header .logo {
  color: #fff;
}

.header-area.absolute-header .main-menu ul > li > a {
  color: #fff;
}

.header-area.absolute-header .main-menu ul li a:before {
  background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
  background: #fff;
}

.header-area.absolute-header .search-trigger i {
  color: #fff;
}

.header-area.absolute-header .contact-number .title h4 {
  color: #fff;
}

.header-area .theme-btn,
.header-area .dark-btn,
.header-area .white-btn,
.header-area .bordered-btn {
  padding: 15px;
}

#header-3 .container {
  max-width: 1260px !important;
}
#header-3 .main-menu {
  flex: 0 0 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-3 .main-menu {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  #header-3 .main-menu {
    flex: 0 0 0%;
  }
}
#header-3 .main-menu ul > li {
  margin: 0 10px;
}
#header-3 .logo {
  flex: 0 0 30%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-3 .logo {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  #header-3 .logo {
    flex: 0 0 50%;
  }
}
#header-3 .header-right {
  flex: 0 0 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #header-3 .header-right {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  #header-3 .header-right {
    flex: 0 0 0%;
  }
}

/* ------ 18. Hero Area ------ */
#home-1.hero-area {
  position: relative;
  z-index: 1;
}
#home-1 .hero-area-banner {
  background-image: url(../img/hero/1.jpg);
  background-size: cover;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 710px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    height: 550px;
  }
}
#home-1 .hero-area-banner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: -1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
  }
}
#home-1 .hero-area-banner .hero-area-content {
  padding-bottom: 50px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
#home-1 .hero-area-banner h1 {
  color: #fff;
  font-size: 185px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -5px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-1 .hero-area-banner h1 {
    font-size: 160px;
    line-height: 160px;
    margin: 40px 0 0;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 120px;
    line-height: 120px;
    margin: 40px 0 0;
    letter-spacing: 2px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: start;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
#home-1 .hero-area-banner p {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner p {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner p {
    margin-top: 50px;
  }
}
#home-1 .hero-area-banner p i {
  font-size: 20px;
  font-weight: 500;
}
#home-1 .hero-area-banner .hero-content-wrap {
  width: 470px;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-content-wrap {
    width: 100%;
  }
}
#home-1 .hero-area-banner .hero-content-wrap h4 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-content-wrap h4 {
    font-size: 22px;
  }
}
#home-1 .hero-area-banner .hero-content-wrap h4 span {
  color: #FFD557;
  display: inline;
}
#home-1 .section-title span {
  color: #BEAB7B;
  padding-left: 150px;
}
@media (max-width: 767px) {
  #home-1 .section-title span {
    padding-left: 0;
  }
}

#home-2.hero-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-2.hero-area {
    height: 550px;
  }
}
#home-2 .hero-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 650px;
}
#home-2 .hero-content-wrap {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #home-2 .hero-content-wrap {
    padding-top: 30px;
  }
}
#home-2 .project-clients-wrap {
  padding-bottom: 120px;
  padding-left: 60px;
}
#home-2 .project-clients-wrap h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
#home-2 .rating-wrap {
  margin-top: 30px;
}
#home-2 .rating-wrap i {
  font-size: 20px;
  color: #FDC13F;
}

#home-3 .hero-content-left .section-title h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-3 .hero-content-left .section-title h1 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-content-left .section-title h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-content-left .section-title h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
#home-3 .hero-content-left img {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #home-3 .hero-content-left img {
    margin-top: 0;
  }
}
#home-3 .hero-content-left p {
  width: 60%;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-content-left p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-content-left p {
    width: 100%;
  }
}
#home-3 .hero-content-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-content-right {
    height: 700px;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-content-right {
    height: 650px;
  }
}
#home-3 .contact-form-wrap {
  display: flex;
  justify-content: center;
  padding: 60px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .contact-form-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #home-3 .contact-form-wrap {
    padding: 15px;
    margin-top: 30px;
  }
}
#home-3 .contact-form-inner {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  min-height: 630px;
}
@media (max-width: 767px) {
  #home-3 .contact-form-inner {
    min-height: 0;
  }
}
#home-3 .contact-form-inner h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}
@media (max-width: 767px) {
  #home-3 .contact-form-inner h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
#home-3 .contact-form-inner form {
  margin-top: 30px;
}
#home-3 .contact-form-inner input {
  padding: 10px;
  margin-bottom: 20px;
  background: #FAF5E4;
  border-color: #eae4ce;
}
#home-3 .contact-form-inner span {
  color: #333;
  font-size: 14px;
  margin: 15px 0;
}
#home-3 .contact-form-inner span a {
  font-size: 14px;
  color: #FF5C2A;
}
#home-3 .contact-form-inner input[type=submit] {
  width: 100%;
  padding: 16px !important;
  background: #BEAB7B;
  border-color: #BEAB7B;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3.hero-area.pb-120 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #home-3.hero-area.pb-120 {
    padding-bottom: 60px;
  }
}

#home-4 .hero-content-top h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-content-top h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-content-top h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
#home-4 .hero-content-top p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #home-4 .theme-btn.mt-20, #home-4 .mt-20.bordered-btn, #home-4 .mt-20.white-btn, #home-4 .mt-20.dark-btn {
    margin-top: 10px;
  }
}
#home-4 .hero-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-content-wrap {
    padding-right: 0;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-content-wrap {
    padding-right: 0;
  }
}
#home-4 .hero-bottom-img {
  flex: 0 0 60%;
  align-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-bottom-img {
    flex: 0 0 50%;
    align-content: start;
  }
}
#home-4 .hero-bottom-counter {
  flex: 1;
}
#home-4 .hero-content-bottom {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .hero-content-bottom {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  #home-4 .hero-content-bottom {
    flex-direction: column;
    gap: 0;
  }
}
#home-4 .customers-counter-wrap {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .customers-counter-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #home-4 .customers-counter-wrap {
    margin-top: 30px;
  }
}
#home-4 .customers-counter-wrap h1.counter {
  font-size: 90px;
  font-weight: 600;
  color: #BEAB7B;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-4 .customers-counter-wrap h1.counter {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .customers-counter-wrap h1.counter {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #home-4 .customers-counter-wrap h1.counter {
    font-size: 60px;
  }
}
#home-4 span.count-text {
  position: relative;
  top: 10px;
  margin-left: 4px;
}
@media (max-width: 767px) {
  #home-4 span.count-text {
    top: 5px;
  }
}
#home-4 .customers-desc {
  margin-top: 15px;
}
#home-4 .customers-desc h5 {
  font-size: 18px;
}
#home-4 .customers-img img {
  width: 130px;
}
@media (max-width: 767px) {
  #home-4 .hero-img-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #home-4.hero-section.section-padding {
    padding-bottom: 30px;
  }
}

#home-5.hero-area {
  position: relative;
  z-index: 1;
}
#home-5 .hero-area-content {
  position: relative;
  z-index: 1;
}
#home-5 .hero-area-content h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-5 .hero-area-content h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .hero-area-content h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-area-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
#home-5 .hero-area-content h1 span {
  color: #BEAB7B;
}
#home-5 .hero-area-content {
  padding-top: 180px;
}
@media (max-width: 767px) {
  #home-5 .hero-area-content {
    padding-top: 150px;
  }
}
#home-5 .hero-area-content h5 {
  width: 65%;
  margin: 30px 0;
  color: #C9C5B6;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #home-5 .hero-area-content h5 {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
}
#home-5 .hero-banner-img {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #home-5 .hero-banner-img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #home-5 .hero-banner-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}
#home-5 .client-info-wrap {
  background: #BEAB7B;
  width: 32%;
  padding: 35px 55px;
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .client-info-wrap {
    width: 60%;
    position: relative;
    padding: 30px 40px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  #home-5 .client-info-wrap {
    width: 100%;
    position: relative;
    padding: 30px 40px;
  }
}
#home-5 .client-info-wrap h3 {
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #home-5 .client-info-wrap h3 {
    margin-bottom: 30px;
  }
}
#home-5 .clients-inner-top {
  display: flex;
  align-items: center;
  gap: 30px;
}
#home-5 .clients-inner-top .clients-counter span {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
#home-5 .client-info-wrap .theme-btn:hover, #home-5 .client-info-wrap .bordered-btn:hover, #home-5 .client-info-wrap .white-btn:hover, #home-5 .client-info-wrap .dark-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #1F242E;
}

.section-link h5 a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-link h5 a {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .section-link h5 a {
    letter-spacing: 1px;
  }
}

.services-tabs ul {
  display: block;
  border-bottom: none;
}

.services-tabs li {
  display: block;
}

.services-tabs li a {
  color: #797C7F;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-tabs li a {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .services-tabs li a {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.services-tabs li a:hover {
  color: #1F242E;
  border-color: #1F242E;
}

.services-tabs li a.active {
  color: #1F242E;
  border-color: #1F242E;
}

@media (max-width: 767px) {
  .service-img-wrap {
    margin-top: 30px;
  }
}

.service-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.decor-house-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .decor-house-wrap {
    width: 310px;
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .decor-house-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .service-section.section-padding {
    padding-bottom: 30px;
  }
}

#service-2.service-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#service-2 .single-service-wrap {
  background: #FFFCF2;
  border: 1px solid #EAE4CE;
  padding: 30px;
  height: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-2 .single-service-wrap {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .single-service-wrap {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #service-2 .single-service-wrap {
    padding: 35px;
    margin-bottom: 30px;
  }
}
#service-2 .single-service-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#service-2 .service-content h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-2 .service-content h5 {
    font-size: 22px;
  }
}
#service-2 .service-content p {
  margin: 0;
}
#service-2 .service-content-wrap {
  padding-right: 90px;
}
@media (max-width: 767px) {
  #service-2 .service-content-wrap {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .row.mt-30 {
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) {
  #service-2 .row.mt-30 {
    margin-top: 15px !important;
  }
}

#service-3 .service-text-wrap {
  margin-top: 60px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #service-3 .service-text-wrap {
    margin-top: 10px !important;
    padding-right: 0;
  }
}
#service-3.service-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#service-3 .single-service-item h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-3 .single-service-item h5 {
    font-size: 20px;
  }
}
#service-3 .single-service-item {
  padding: 30px;
}
@media (max-width: 767px) {
  #service-3 .single-service-item {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-content {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-content p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #service-3 .service-content p {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section {
    padding-bottom: 60px;
  }
}
@media xs {
  #service-3.service-section {
    padding-bottom: 30px;
  }
}

#service-4 hr {
  margin-top: 20px;
  margin-bottom: 0;
}
#service-4 .single-service-inner {
  display: flex;
  align-items: center;
  gap: 18%;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #service-4 .single-service-inner {
    flex-direction: column;
  }
}
#service-4 .service-img {
  flex: 0 0 25%;
}
#service-4 .service-content-wrap {
  display: flex;
  flex: 0 0 60%;
}
@media (max-width: 767px) {
  #service-4 .service-content-wrap {
    flex-direction: column;
    margin-top: 30px;
  }
}
#service-4 .service-num {
  flex: 0 0 10%;
}
#service-4 .service-num span {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  color: #C9C5B6;
}
@media (max-width: 767px) {
  #service-4 .service-num span {
    font-size: 24px;
  }
}
#service-4 .service-content h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #service-4 .service-content h3 {
    font-size: 28px;
  }
}
#service-4 .service-content p {
  margin: 0;
}

#service-5.service-section {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  #service-5.service-section {
    padding-bottom: 150px;
  }
}
#service-5 .service-img-wrap {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #service-5 .service-img-wrap {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #service-5 .single-img-wrap {
    flex: 0 0 45%;
    margin-bottom: 30px;
  }
}
#service-5 .section-text {
  margin-top: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-5 .section-text {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #service-5 .section-text {
    margin-top: 0;
    padding-right: 0;
  }
}
#service-5 .single-service-item h5 {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-5 .single-service-item h5 {
    font-size: 20px;
  }
}
#service-5 .single-service-item {
  padding: 0 16%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-5 .single-service-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #service-5 .single-service-item {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-5 .service-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #service-5 .service-content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  #service-5.service-section {
    padding-top: 60px;
  }
}

#service-6 .single-service-item {
  border: 1px solid #ddd;
  padding: 20px;
}
@media (max-width: 767px) {
  #service-6 .single-service-item {
    margin-bottom: 30px;
  }
}
#service-6 .service-content {
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-6 .service-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #service-6 .service-content {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
#service-6 .service-content h5 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-6 .service-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #service-6 .service-content h5 {
    font-size: 16px;
  }
}
#service-6 .service-content p {
  margin-bottom: 0;
}

/* Service Details */
.feature-img {
  margin-bottom: 30px;
}
.feature-img img {
  width: 100%;
}

.service-details-wrap h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 20px 0;
}

.service-details-wrap p {
  text-align: justify;
}

.service-details-img {
  margin-bottom: 30px;
}

.sidebar-wrap {
  padding: 45px 35px;
  position: sticky;
  top: 100px;
  transition: top 0.3s ease;
}
@media (max-width: 767px) {
  .sidebar-wrap {
    padding: 45px 30px;
  }
}
.sidebar-wrap h5 {
  font-size: 20px;
  font-weight: 600;
}
.sidebar-wrap input, .sidebar-wrap textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
.sidebar-wrap textarea {
  height: 150px;
}
.sidebar-wrap form {
  margin-top: 30px;
}

.sidebar-wrap input[type=submit] {
  width: 180px;
  margin-top: 30px;
}

.contact-info {
  margin-top: 50px;
}

.contact-list-item {
  margin-top: 20px;
}
.contact-list-item li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 17px;
}
.contact-list-item li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 24px;
  color: #BEAB7B;
}

.service-page .play-btn a i {
  font-size: 30px;
  color: #fff;
}
.service-page .play-btn {
  background: #BEAB7B;
  width: 90px;
  height: 90px;
}

.clients-img-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .clients-img-wrap {
    flex-wrap: wrap;
  }
}

.clients-inner img {
  width: 170px;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .clients-inner img {
    width: 150px;
  }
}

.clients-inner.headline {
  text-align: end;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .clients-inner.headline {
    display: none;
  }
}

.clients-inner h5 {
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .clients-section.pb-90 {
    padding-bottom: 60px;
  }
}

#project-1.project-section {
  position: relative;
  overflow: hidden;
}
#project-1 .single-project-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-1 .single-project-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #project-1 .single-project-wrap {
    margin-bottom: 30px;
  }
}
#project-1 .project-img {
  position: relative;
  overflow: hidden;
  transform: scale(1);
}
#project-1 .project-img:hover img {
  transform: scale(1.12);
}
#project-1 .project-img img {
  transition: 0.3s ease;
}
#project-1 .project-info-wrap {
  background: #fff;
  padding: 30px 25px 40px;
}
#project-1 .project-title h5 {
  font-size: 24px;
  font-weight: 600;
}
#project-1 .project-title p {
  font-size: 15px;
  color: #777;
}
#project-1 .infor-text-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
#project-1 .infor-text-inner p {
  margin: 10px 0;
}
#project-1 .decor-house-wrap-two {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #project-1 .decor-house-wrap-two {
    display: none;
  }
}

@media (max-width: 767px) {
  .portfolio-section.section-padding {
    padding-bottom: 30px;
  }
}

#recent-project-1 .recent-project-info-wrap {
  display: flex;
  align-items: end;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #recent-project-1 .recent-project-info-wrap {
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #recent-project-1 .recent-project-info-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  #recent-project-1 .single-project-info {
    margin-top: 10px;
  }
}
#recent-project-1 .single-project-info h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  #recent-project-1 .single-project-info h6 {
    font-size: 18px;
  }
}
#recent-project-1 .recent-project .section-title {
  margin-bottom: 0;
}
#recent-project-1 .project-img-wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #recent-project-1 .project-img-wrap {
    margin-top: 30px;
  }
}

.project-creator-text h3 {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .project-creator-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }
}

.project-creator-text h3 span {
  background: #FFD557;
}

.project-creator-title h4 {
  font-weight: 500;
}

@media (max-width: 767px) {
  .project-creator.section-padding {
    padding-bottom: 30px;
  }
}

.image_wrap h6 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.image_wrap p {
  font-size: 15px;
  margin-top: 5px;
}

#project-3.project-section {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-3.project-section {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #project-3.project-section {
    flex-wrap: wrap;
  }
}
#project-3 .project-wrap {
  display: flex;
}
#project-3 .single-project-wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 430px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-3 .single-project-wrap {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  #project-3 .single-project-wrap {
    flex: 0 0 100%;
  }
}
#project-3 .project-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
#project-3 .single-project-wrap:hover .project-bg {
  transform: scale(1.1);
}
#project-3 .project-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
#project-3 .project-info h5 {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
}

#recent-project-2 .section-desc h3 {
  color: #fff;
}
@media (max-width: 767px) {
  #recent-project-2 .section-desc h3 {
    font-size: 22px;
  }
}
#recent-project-2 .section-desc {
  padding-right: 60px;
}
@media (max-width: 767px) {
  #recent-project-2 .section-desc {
    padding-right: 0;
  }
}
#recent-project-2 .client-info-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  grid-auto-flow: row;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #recent-project-2 .client-info-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  #recent-project-2 .client-info-wrap {
    display: block;
  }
}
#recent-project-2 .single-project-info h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #recent-project-2 .single-project-info h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recent-project-2 .single-project-info h6 {
    font-size: 16px;
  }
}
#recent-project-2 .single-project-info {
  width: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #recent-project-2 .single-project-info {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #recent-project-2 .single-project-info {
    margin-top: 15px;
  }
}
#recent-project-2 h6.info-title {
  color: #8C897E;
  font-size: 20px;
}

@media (max-width: 767px) {
  .recent-project-img img {
    height: 220px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  #recent-project-2.recent-project-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .recent-project-img.mt-60 {
    margin-top: 20px;
  }
}

#project-5 .project-img {
  position: relative;
  overflow: hidden;
}
#project-5 .project-img img {
  transform: scale(1);
  transition: 0.3s ease;
}
#project-5 .project-img:hover img {
  transform: scale(1.12);
}
#project-5 .project-info {
  padding: 30px 0 50px;
}
@media (max-width: 767px) {
  #project-5 .project-info {
    padding: 15px 0 25px;
  }
}
#project-5 .project-info h4 {
  font-size: 22px;
}
#project-5 .project-info span {
  color: #C9C5B6;
  font-size: 15px;
  font-weight: 400;
}

/* Marquee  */
.marquee-wrap {
  position: relative;
  overflow: hidden;
  background-color: #BEAB7B;
}

.marquee-wrap .marquee_inner {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 32px 0;
  animation: marquee2 25s linear infinite;
  min-height: 140px;
}

.marquee-wrap p {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  position: relative;
  margin: 0;
}

.marquee-wrap .marquee_item {
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.marquee-wrap p span {
  display: inline-block;
  margin: 0 25px;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0;
  position: relative;
  top: 0;
}

@media (max-width: 1279px) {
  .marquee-wrap p span {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  .marquee-wrap p span {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.marquee-wrap img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee2 {
  to {
    transform: translateX(-50%);
  }
}
.marquee-wrap p span {
  animation: rotation 3s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#marquee-2.marquee_slider_wrap {
  position: relative;
  overflow: hidden;
}
#marquee-2 .marquee_inner {
  position: relative;
  overflow: hidden;
  width: 110%;
  left: -5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #marquee-2 .marquee_inner {
    width: 120%;
    left: -8%;
  }
}
#marquee-2 .marquee_content {
  display: flex;
  align-items: center;
  height: 190px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #marquee-2 .marquee_content {
    height: 150px;
  }
}
@media (max-width: 767px) {
  #marquee-2 .marquee_content {
    height: 100px;
  }
}
#marquee-2 .marquee_content h1 {
  font-size: 110px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #marquee-2 .marquee_content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #marquee-2 .marquee_content h1 {
    font-size: 40px;
  }
}
#marquee-2 .marquee_content h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #BEAB7B;
}
#marquee-2 .marquee_content img {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: -7px;
  width: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #marquee-2 .marquee_content img {
    width: 36px;
  }
}
@media (max-width: 767px) {
  #marquee-2 .marquee_content img {
    width: 45px;
  }
}
#marquee-2 .marquee_content {
  animation: infratex-scroller 25s linear infinite;
  will-change: transform;
  white-space: nowrap;
}
#marquee-2 .marquee_content.reverse {
  animation: infratex-scroller-reverse 25s linear infinite;
  will-change: transform;
  white-space: nowrap;
}
@keyframes infratex-scroller {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes infratex-scroller-reverse {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
#marquee-2 .marquee_inner.primary-bg {
  transform: rotateZ(3deg);
}
#marquee-2 .marquee_inner.theme-bg {
  transform: rotateZ(-7deg);
}

.counter-text-wrap {
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-text-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .counter-text-wrap {
    padding-left: 0;
  }
}

.counter-text-wrap p {
  color: #C9C5B6;
}

h1.counter.text-white {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1.counter.text-white {
    font-size: 40px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .single-counter-wrap hr {
    margin: 10px 0;
  }
}

#counter-1 .single-counter-wrap {
  margin-bottom: 60px;
}
#counter-1 .single-counter-wrap h5 {
  color: #fff;
}
@media (max-width: 767px) {
  #counter-1 .single-counter-wrap h5 {
    font-size: 16px;
  }
}
#counter-1 .single-counter-wrap h1.counter {
  font-size: 85px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-1 .single-counter-wrap h1.counter {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-1 .single-counter-wrap h1.counter {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #counter-1 .single-counter-wrap h1.counter {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  #counter-1.counter-section.section-padding {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  #counter-1 p.text-white br {
    display: none;
  }
}

#counter-2 .single-counter-wrap {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  #counter-2 .single-counter-wrap h5 {
    font-size: 16px;
  }
}
#counter-2 .single-counter-wrap h1.counter {
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-2 .single-counter-wrap h1.counter {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-2 .single-counter-wrap h1.counter {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #counter-2 .single-counter-wrap h1.counter {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  #counter-2.counter-section.pb-60 {
    padding-bottom: 0;
  }
}

#counter-3 .single-counter-wrap {
  margin-bottom: 60px;
  text-align: center;
}
#counter-3 .single-counter-wrap h5 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #counter-3 .single-counter-wrap h5 {
    font-size: 16px;
  }
}
#counter-3 .single-counter-wrap h1.counter {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #counter-3 .single-counter-wrap h1.counter {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-3 .single-counter-wrap h1.counter {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #counter-3 .single-counter-wrap h1.counter {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  #counter-3.counter-section.pb-60 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  #counter-3.counter-section.pt-60 {
    padding-top: 0;
  }
}

.testimonial-text h1 {
  font-size: 55px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .testimonial-text h1 {
    font-size: 18px;
    line-height: 28px;
  }
}

.testimonial-author {
  margin-top: 30px;
}
.testimonial-author .author-img img {
  border-radius: 50%;
}
.testimonial-author .author-title {
  margin-top: 20px;
}
.testimonial-author .author-title h6 {
  font-size: 20px;
}
.testimonial-author .author-title p {
  font-size: 15px;
  opacity: 0.8;
}

#testimonial-2 .rating-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #testimonial-2 .rating-wrap {
    margin-top: 0;
  }
}
#testimonial-2 .rating-wrap i {
  font-size: 20px;
  color: #FDC13F;
}
#testimonial-2 .testimonial-text h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #testimonial-2 .testimonial-text h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
#testimonial-2 .author-img img {
  width: 65px !important;
  height: 65px;
  margin: 0 auto;
}
#testimonial-2 .author-info h6 {
  font-size: 20px;
  font-weight: 500;
}
#testimonial-2 .author-info {
  margin-top: 10px;
}
#testimonial-2 .author-img {
  display: inline-block;
}

@media (max-width: 767px) {
  #testimonial-2.testimonial-section {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  #testimonial-2.testimonial-section {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  #testimonial-2.testimonial-section.section-padding {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

#testimonial-4 .single-testimonial-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 35px 30px;
  margin-bottom: 30px;
}
#testimonial-4 .rating-wrap i {
  color: orange;
}
#testimonial-4 .testimonial-text {
  margin-top: 30px;
}
#testimonial-4 .testimonial-text h6 {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1.3;
}
#testimonial-4 .testimonial-author {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
#testimonial-4 .author-img {
  flex: 0 0 60px;
}
#testimonial-4 .author-info p {
  margin: 0;
}
#testimonial-4 .author-info h6 {
  font-size: 18px;
  font-weight: 600;
}
#testimonial-4 .author-info p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-4.testimonial-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #testimonial-4.testimonial-section {
    padding-bottom: 0;
  }
}

#testimonial-5.testimonials-section {
  position: relative;
  z-index: 1;
}
#testimonial-5 .testimonial-five {
  background: #fff;
}
#testimonial-5 .single-testimonial-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 485px;
  padding: 55px 50px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #testimonial-5 .single-testimonial-item {
    height: 440px;
    padding: 35px 45px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-5 .single-testimonial-item {
    height: 300px;
    padding: 35px 45px 35px;
  }
}
@media (max-width: 767px) {
  #testimonial-5 .single-testimonial-item {
    height: 300px;
    padding: 30px 35px 30px;
  }
}
#testimonial-5 .testimoial-text h5 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #testimonial-5 .testimoial-text h5 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-5 .testimoial-text h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  #testimonial-5 .testimoial-text h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
#testimonial-5 .testimonial-author h6 {
  font-size: 20px;
}
#testimonial-5 .testimonial-author p {
  margin: 0;
}

.testimonial-five .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-five .owl-dots button.owl-dot.active span {
  background: #BEAB7B;
}

.testimonial-five .owl-dots {
  position: absolute;
  bottom: 10%;
  right: 6%;
}

@media (max-width: 767px) {
  #testimonial-5.testimonials-section {
    padding-bottom: 60px;
  }
}

#testimonial-6 .rating-wrap i {
  font-size: 20px;
  color: #FF5C2A;
}
@media (max-width: 767px) {
  #testimonial-6 .testimonial-content-wrap {
    margin-top: 0;
  }
}
#testimonial-6 .testimonials-text h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-6 .testimonials-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  #testimonial-6 .testimonials-text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
#testimonial-6 .testimonials-author h6 {
  font-size: 20px;
  font-weight: 500;
}
#testimonial-6 .testimonials-author p {
  margin: 0;
}
#testimonial-6 .testimonials-author {
  margin-top: 30px;
}
#testimonial-6 .testimonials-img-wrap {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #testimonial-6 .testimonials-img-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #testimonial-6.testimonials-section.pt-100 {
    padding-top: 0;
  }
}

.banner-section {
  position: relative;
  z-index: 1;
  height: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    height: 100px;
  }
}

.banner-inner {
  position: absolute;
  bottom: -38%;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner {
    bottom: -33%;
  }
}
@media (max-width: 767px) {
  .banner-inner {
    bottom: -30%;
  }
}

.banner-inner h1 {
  font-size: 335px;
  font-weight: 500;
  color: #FAF5E4;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner h1 {
    font-size: 240px;
  }
}
@media (max-width: 767px) {
  .banner-inner h1 {
    font-size: 90px;
  }
}

#contact-1 .contact-img-wrap img {
  height: 660px;
}
@media (max-width: 767px) {
  #contact-1 .contact-img-wrap img {
    height: 400px;
  }
}
#contact-1 .contact-form-wrap {
  background: #FBF9F5;
  padding: 50px 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-1 .contact-form-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #contact-1 .contact-form-wrap {
    padding: 25px;
    margin-top: 30px;
  }
}
#contact-1 .contact-form-wrap h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-1 .contact-form-wrap h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  #contact-1 .contact-form-wrap h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
#contact-1 .contact-form-wrap input {
  background: #FAF5E4;
  padding: 12px;
  margin-bottom: 20px;
  border-color: #e5e2d7;
}
#contact-1 .contact-form-wrap textarea {
  background: #FAF5E4;
  border-color: #e5e2d7;
}
#contact-1 .contact-form-wrap span {
  color: #333;
  font-size: 14px;
  margin: 15px 0;
}
#contact-1 .contact-form-wrap span a {
  font-size: 14px;
  color: #FF5C2A;
}
#contact-1 .contact-form-wrap input[type=submit] {
  width: 100%;
  background: #BEAB7B;
  border-color: #BEAB7B;
  padding: 16px !important;
}
#contact-1 .contact-form-wrap textarea {
  height: 130px;
}

#contact-2.contact-section {
  display: flex;
  position: relative;
}
#contact-2 .contact-bg {
  width: 50%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-2 .contact-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #contact-2 .contact-bg {
    display: none;
  }
}
#contact-2 .contact-form-wrap {
  width: 50%;
  padding: 80px 90px 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-2 .contact-form-wrap {
    width: 100%;
    padding: 80px 60px 60px;
  }
}
@media (max-width: 767px) {
  #contact-2 .contact-form-wrap {
    width: 100%;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-2 .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #contact-2 .contact-form-wrap .contact-form {
    margin-top: 30px;
  }
}
#contact-2 .contact-form-wrap input,
#contact-2 .contact-form-wrap textarea {
  background: #fff;
  border: none;
  margin-bottom: 15px;
}
#contact-2 .contact-form-wrap input[type=submit] {
  background: #BEAB7B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-2 .contact-form-wrap input[type=submit] {
    width: 100%;
  }
}
#contact-2 .contact-form-wrap input[type=submit]:hover {
  background: #1F242E;
}
#contact-2 .contact-page iframe {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: -1;
}
#contact-2 .single-contact-info {
  height: 280px;
  border: 1px solid #eee;
  text-align: center;
  padding: 60px 70px;
  margin-bottom: 30px;
}
#contact-2 .single-contact-info p {
  margin: 0;
}
#contact-2 .single-contact-info .contact-icon {
  height: 70px;
  width: 70px;
  background: #BEAB7B;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  transition: 0.3s;
}
#contact-2 .single-contact-info:hover .contact-icon {
  background: #BEAB7B;
}

#contact-3.contact-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 780px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #contact-3.contact-section {
    height: 650px;
    padding: 30px;
  }
}
#contact-3 .contact-info-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 70px 60px;
  width: 595px;
}
@media (max-width: 767px) {
  #contact-3 .contact-info-wrap {
    position: relative;
    width: 500px;
    padding: 40px;
  }
}
#contact-3 .contact-info-inner h3 {
  font-size: 35px;
  font-weight: 600;
}
#contact-3 .single-contact-info h6 {
  font-size: 20px;
  font-weight: 600;
  color: #8C897E;
  margin-bottom: 8px;
}
#contact-3 .single-contact-info {
  margin-top: 40px;
}
#contact-3 .single-contact-info p {
  color: #1F242E;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
#contact-3 .single-contact-info a {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}
#contact-3 .single-contact-info a i {
  font-size: 21px;
  position: relative;
  top: 3px;
  margin-left: 8px;
}
#contact-3 .single-contact-info.social a {
  display: block;
  font-size: 18px;
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.contact-bottom-wrap {
  position: relative;
  overflow: hidden;
}

.contact-bottom-wrap h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bottom-wrap h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .contact-bottom-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.contact-bottom-wrap h2 a {
  font-size: 50px;
  font-weight: 600;
  color: #FFD557;
  text-decoration: underline;
  text-underline-offset: 14px;
  text-decoration-thickness: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-bottom-wrap h2 a {
    font-size: 40px;
    line-height: 50px;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
  }
}
@media (max-width: 767px) {
  .contact-bottom-wrap h2 a {
    font-size: 24px;
    line-height: 34px;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
  }
}

@media (max-width: 767px) {
  .contact-bottom-wrap .pl-60 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-bottom-wrap.section-padding.pt-60.pb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#blog-1.blog-section {
  position: relative;
  overflow: hidden;
}
#blog-1 .single-blog-item {
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-1 .single-blog-item {
    margin-bottom: 60px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #blog-1 .single-blog-item {
    margin-bottom: 0px;
  }
}
#blog-1 .blog-img img {
  height: 177px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-1 .blog-img img {
    height: auto;
  }
}
#blog-1 .blog-title span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 15px 0 10px;
}
#blog-1 .blog-title h4 a {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#blog-1 .blog-title h4 a:hover {
  color: #777;
}
#blog-1 .blog-meta span {
  color: #797C7F;
}
#blog-1 .blog-meta span.dot {
  margin: 0 5px;
}
#blog-1 .blog-meta {
  margin-top: 10px;
}
#blog-1 .decor-house-wrap-two {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 320px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-1.blog-section.section-padding {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #blog-1.blog-section.section-padding {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #blog-1 .row.mt-30 {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .single-blog-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #blog-3 .single-blog-item {
    margin-bottom: 30px;
  }
}
#blog-3 .blog-title span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 15px 0 10px;
}
#blog-3 .blog-title h4 a {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}
#blog-3 .blog-title h4 a:hover {
  color: #777;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #blog-3 .blog-title h4 a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-title h4 a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #blog-3 .blog-title h4 a {
    font-size: 20px;
    line-height: 25px;
  }
}
#blog-3 .blog-meta span {
  color: #797C7F;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-meta span {
    font-size: 14px;
  }
}
#blog-3 .blog-meta span.dot {
  margin: 0 5px;
}
#blog-3 .blog-meta {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #blog-3.blog-section {
    padding-bottom: 30px;
  }
}

#blog-5 .single-blog-item {
  margin-bottom: 30px;
}
#blog-5 .single-blog-item:hover h4 {
  color: #0B0D26;
}
#blog-5 .blog-content {
  background: #fff;
  padding: 25px 25px 50px;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}
#blog-5 .blog-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
#blog-5 .blog-img img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
#blog-5 .blog-img img:hover {
  transform: scale(1.07);
}
#blog-5 .blog-meta {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
  color: #777;
}
@media (max-width: 767px) {
  #blog-5 .blog-meta {
    margin: 10px 0;
  }
}
#blog-5 .blog-title h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #blog-5 .blog-title h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
#blog-5 .blog-info {
  font-size: 16px;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  #blog-5.blog-section.section-padding {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.blog-page .single-blog-item {
  padding-right: 15px;
  padding-bottom: 30px;
}
.blog-page .blog-content {
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-bottom: 20px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .blog-page .blog-content {
    padding-right: 0;
  }
}
.blog-page .blog-meta {
  margin: 15px 0 10px;
}
.blog-page .blog-meta span {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .blog-page .blog-meta span {
    font-size: 14px;
  }
}
.blog-page .blog-title h4 a {
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 767px) {
  .blog-page .blog-title h4 a {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-page .blog-content p {
  margin-top: 20px;
}
.blog-page .blog-info span {
  font-size: 15px;
  color: #777;
}
.blog-page .blog-info span.dot {
  font-size: 24px;
  font-weight: 500;
  margin: 0 5px;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F242E;
  border-color: #1F242E;
  color: #fff;
}

.page-item:first-child .page-link {
  display: inline-flex;
  background: #1F242E;
  border-color: #1F242E;
  border-radius: 0;
}

.page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1EEE3;
  border-color: #ddd;
  color: #1F242E;
}
.page-link:hover,
.page-link.active:hover {
  background: #1F242E;
  border-color: #1F242E;
  color: #fff;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .blog-meta-wrap {
    flex-direction: column;
  }
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  margin: 0;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    margin-top: 10px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #171717;
}

.blog-details-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-details-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-details-wrap h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-wrap h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrap h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .blog-details-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.blog-details-wrap h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-details-wrap h3 {
    font-size: 24px;
  }
}
.blog-details-wrap p {
  text-align: justify;
}
.blog-details-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #050517;
  border-color: #050517;
  border-radius: 50%;
  padding: 10px;
}
.blog-details-wrap .social-icon i:hover {
  background: #BEAB7B;
  border-color: #BEAB7B;
  color: #fff;
}
.blog-details-wrap .pagination-wrap {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-details-wrap .pagination-wrap a {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.blog-details-wrap .pagination-wrap a i {
  font-size: 30px;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .blog-details-wrap .pagination-wrap a i {
    margin: 0;
  }
}

.blog-cat span {
  background: #BEAB7B;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 8px;
  display: inline-block;
  margin-bottom: 20px;
}

.blog-title h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.blog-meta span {
  font-size: 15px;
  color: #777;
}

.blog-meta span.dot {
  font-size: 24px;
  font-weight: 500;
  margin: 10px 5px;
  display: inline-block;
}

.blog-feat-img {
  margin: 30px 0;
}

.blog-quote-wrap {
  background: #F1EEE3;
  padding: 60px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon {
  width: 150px;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .blog-quote-wrap .quote-icon {
    width: 40px;
  }
}
.blog-quote-wrap .quote-icon i {
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 60px;
  margin-top: 30px;
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  background: #BEAB7B;
  margin-top: -1px;
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.popular-tag span {
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-right: 5px;
  display: inline-block;
}
.popular-tag span:hover {
  color: #BEAB7B;
}
.popular-tag span a {
  font-size: 15px;
}
@media (max-width: 767px) {
  .popular-tag span {
    margin-bottom: 10px;
  }
}

.commetns-section-wrap {
  margin-top: 30px;
}

.single-comments-wrap {
  background: #F1EEE3;
  padding: 35px 25px;
  margin: 35px 0px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb img {
  width: 90px;
  border-radius: 50%;
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  font-weight: 500;
  margin: 14px 0;
}
.single-comments-wrap .single-comments-inner .comments-content a.reply-btn {
  font-size: 17px;
  font-weight: 500;
}
.single-comments-wrap .single-comments-inner .comments-content a.reply-btn:hover {
  color: #BEAB7B;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
  border: 1px solid #F1EEE3;
}
@media (max-width: 767px) {
  .comments-form-wrap {
    padding: 30px 20px;
  }
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: none;
  border-bottom: 1px solid #F1EEE3;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

@media (max-width: 767px) {
  .comments-form input[type=submit] {
    width: 100%;
  }
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5%;
  }
}

.blog-sidebar h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #F1EEE3;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-bar-wrap {
    flex: 0 0 45%;
  }
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #171717;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid #F1EEE3;
  margin: 30px 0;
  padding: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-category {
    flex: 0 0 40%;
  }
}
@media (max-width: 767px) {
  .blog-category {
    padding: 30px 20px;
  }
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  margin-bottom: 15px;
}
.blog-category ul li a:hover {
  color: #BEAB7B;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid #F1EEE3;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-post-wrap {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px 20px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1EEE3;
}

.recent-post-thumbs {
  flex: 0 0 100px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content span {
  color: #777;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content span {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content span {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
  color: #061815;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #BEAB7B;
}

.popular-tag-wrap {
  border: 1px solid #F1EEE3;
  margin: 30px 0;
  padding: 35px;
}
@media (max-width: 767px) {
  .popular-tag-wrap {
    padding: 30px 20px;
  }
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #F1EEE3;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #BEAB7B;
  border-color: #BEAB7B;
  color: #fff;
  cursor: pointer;
}

.banner-img-wrap {
  border: 15px solid #F1EEE3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-img-wrap {
    flex: 0 0 40%;
  }
}

@media (max-width: 767px) {
  .blog-details.page.section-padding {
    padding-top: 30px;
  }
}

.cta-inner h2 {
  font-weight: 600;
  font-size: 36px;
  padding: 15px;
}
@media (max-width: 767px) {
  .cta-inner h2 {
    text-align: center;
    font-size: 26px;
  }
}

.cta-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-section.parallax-bg {
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .cta-section.parallax-bg {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-inner {
    width: 65%;
    text-align: center;
  }
}

#cta-3.cta-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 767px) {
  #cta-3.cta-section {
    height: 300px;
  }
}
#cta-3 .cta-inner {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cta-3 .cta-inner {
    width: 100%;
    text-align: start;
  }
}
#cta-3 .cta-inner-content {
  display: flex;
  align-items: end;
  height: 100%;
  justify-content: space-around;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #cta-3 .cta-inner-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    gap: 10%;
  }
}
#cta-3 .cta-inner .section-title h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 55px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cta-3 .cta-inner .section-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #cta-3 .cta-inner .section-title h1 {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }
}
#cta-3 .cta-inner .section-title {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section.pt-60.pb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cta-section.pt-60.pb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.feature-tabs ul {
  display: block;
  border-bottom: none;
}

.feature-tabs li {
  display: block;
}

.feature-tabs li a {
  color: #797C7F;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  margin-bottom: 25px;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.feature-tabs li a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-tabs li a {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .feature-tabs li a {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.feature-tabs li a.active {
  color: #fff;
  border-color: #fff;
}

.feature-tab-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-tab-wrapper {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .feature-tab-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}

.feature-title h3 {
  font-size: 35px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .feature-title h3 {
    font-size: 24px;
  }
}

.feature-bottom-content h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-bottom-content p {
  margin: 0;
}

.feature-img-wrap {
  position: relative;
  transition: 0.3s ease-out;
}

.feature-section {
  position: relative;
  z-index: 1;
}

.decor-plan-wrap {
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}

.info-content-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.info-content-inner:nth-child(2) {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .info-content-inner {
    flex-direction: column;
    align-items: start;
  }
}

.info-img-wrap {
  flex: 0 0 47%;
}

.info-content-title {
  display: inline-flex;
  align-items: end;
  gap: 40px;
}
@media (max-width: 767px) {
  .info-content-title {
    margin-bottom: 15px;
  }
}

.info-content-title h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .info-content-title h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-content-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .info-content-title h3 {
    font-size: 24px;
  }
}

.info-content-title span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  color: #AFACA2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .info-content-title span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-content-title span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .info-content-title span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .info-img-wrap img {
    height: 150px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .info-section.section-padding {
    padding-bottom: 30px;
  }
}

/* 28. Service Slider  */
.service_slider_wrap {
  position: relative;
  overflow: hidden;
}

.slider_item {
  display: flex;
  align-items: center;
  height: 150px;
  gap: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_item {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .slider_item {
    height: 100px;
  }
}

.slider_item h1 {
  text-transform: uppercase;
  font-size: 160px;
  font-weight: 600;
  letter-spacing: -4.5px;
  color: #EAE4CE;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_item h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .slider_item h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

.slider_item h5.stroke {
  -webkit-text-stroke: 0.8px #fff;
  -webkit-text-fill-color: #BEAB7B;
}

.slider_item img {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  top: -7px;
  width: 64px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_item img {
    width: 36px;
  }
}
@media (max-width: 767px) {
  .slider_item img {
    width: 45px;
  }
}

.slider_item {
  animation: edutune-scroller 25s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

@keyframes edutune-scroller {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes edutune-scroller-reverse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@media (max-width: 767px) {
  .service_slider_wrap.pb-120 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .service_slider_wrap.pb-100 {
    padding-bottom: 30px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .service_slider_wrap.pb-90 {
    padding-bottom: 30px;
  }
}

.img-accordion-wrap {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .img-accordion-wrap {
    flex-direction: column;
  }
}

.image_wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: 0.3s ease;
  transition: flex 0.4s;
}

.image_wrap img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .image_wrap img {
    height: 450px;
  }
}

.image_wrap.active {
  flex: 0 0 60%;
}

/* 27. FAQ Section   
---------------------- */
.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-content-wrap {
  padding-right: 60px;
}

.faq-accordion-wrap {
  margin-top: 10px;
}

/* Custom Accordion  */
.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 40px;
  background-color: transparent;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 0;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  color: #777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  right: 0;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  border: 1.5px solid #ddd;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 12px;
    right: 0;
    font-size: 16px;
  }
}
.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
}

.cp-custom-accordion .collapsed {
  position: relative;
}

.cp-custom-accordion .accordion-body {
  background-color: transparent;
  padding: 25px 0;
  padding-left: 0;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 16px;
    padding-right: 30px;
    padding-left: 0;
  }
}
#faq-page .faq-content-wrap {
  padding-left: 60px;
}
@media (max-width: 767px) {
  #faq-page .faq-content-wrap {
    padding-left: 0;
  }
}

.decor-waves-wrap {
  position: absolute;
  bottom: 30%;
  left: 10%;
  width: 175px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #faq-4 .cp-custom-accordion {
    margin-top: 30px;
  }
}
#faq-4 .cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}
#faq-4 .cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 60px 0px 60px 30px;
  background-color: #FFFCF2;
  text-align: left;
  font-size: 35px;
  font-weight: 600;
  border: none;
}
@media (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-buttons {
    padding: 20px;
  }
}
#faq-4 .cp-custom-accordion .accordion-buttons[aria-expanded=true] {
  padding: 60px 0px 30px 30px;
}
@media (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-buttons[aria-expanded=true] {
    padding: 20px;
  }
}
#faq-4 .cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-buttons span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #faq-4 .cp-custom-accordion .accordion-buttons {
    padding: 25px 28px;
    padding-left: 60px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-buttons {
    padding-right: 50px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-buttons {
    font-size: 15px;
  }
}
#faq-4 .cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f061";
  font-family: "Line Awesome Free";
  top: 35%;
  transform: rotate(-90deg);
  right: 30px;
  font-size: 24px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}
@media (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-buttons::after {
    display: none;
  }
}
#faq-4 .cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(90deg);
}
#faq-4 .cp-custom-accordion .collapsed {
  position: relative;
  z-index: 99;
}
#faq-4 .cp-custom-accordion .accordion-body {
  background-color: #FFFCF2;
  color: #878787;
  padding: 0 0 60px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #faq-4 .cp-custom-accordion .accordion-body {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #faq-4 .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #faq-4 .cp-custom-accordion .accordion-body {
    padding: 0 30px 30px;
  }
}

@media (max-width: 767px) {
  #faq-4.faq-section.pb-60 {
    padding-bottom: 0;
  }
}

#about-3 .about-img-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  padding: 40px 50px;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-img-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #about-3 .about-img-wrap {
    height: 400px;
    padding: 20px;
  }
}
#about-3 .about-desc h5 {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  #about-3 .about-desc h5 {
    font-size: 24px;
  }
}
#about-3 .about-desc h5 span {
  background: #BEAB7B;
  padding: 0 5px;
}
#about-3 .about-content-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #about-3 .about-content-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-content-wrap h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #about-3 .about-content-wrap h2 br {
    display: none;
  }
}
#about-3 .about-feature-wrap ul li {
  text-transform: uppercase;
  color: #1F242E;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
#about-3 .about-feature-wrap ul li i {
  background: #BEAB7B;
  color: #fff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 767px) {
  #about-3 .about-feature-wrap ul li i {
    top: 5px;
  }
}
#about-3 .about-feature-wrap {
  margin-top: 35px;
}
#about-3 .key-feature-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 5%;
}
@media (max-width: 767px) {
  #about-3 .key-feature-wrap {
    flex-wrap: wrap;
  }
}
#about-3 .single-key-feature {
  flex: 1;
}
@media (max-width: 767px) {
  #about-3 .single-key-feature {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
#about-3 .feature-num span {
  font-size: 40px;
  font-weight: 600;
  color: #BEAB7B;
}
#about-3 .feature-content h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
#about-3 .single-key-feature hr {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .about-section.gray-bg.section-padding {
    padding-bottom: 30px;
  }
}

#about-2 .about-content-left {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-content-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about-2 .about-content-left {
    width: 100%;
  }
}
#about-2 .about-img-one {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-img-one {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-img-one {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-img-two {
    margin-top: 30px;
  }
}
#about-2 .about-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-content-right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-content-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #about-2 .about-bottom-text {
    margin-top: 15px;
  }
}
#about-2 .about-bottom-text p {
  margin: 0;
}

@media (max-width: 767px) {
  #about-2.about-section.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#about-5.about-section {
  position: relative;
  z-index: 1;
}
#about-5 .about-bg {
  position: absolute;
  content: "";
  background: #ddd;
  background-image: url(../img/about/about-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-5 .about-bg {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #about-5 .about-bg {
    width: 100%;
    height: 300px;
    transform: translateY(-120px);
  }
}
#about-5 .about-content-wrap {
  padding-right: 90px;
  padding-left: 0;
}
@media (max-width: 767px) {
  #about-5 .about-content-wrap {
    padding-right: 0;
    padding-left: 0;
    padding-top: 220px;
  }
}
#about-5 .about-feature ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-5 .about-feature ul li {
    font-size: 16px;
  }
}
#about-5 .about-feature ul li i {
  font-size: 18px;
  color: #1082E3;
  font-weight: 600;
  margin-right: 15px;
}

@media (max-width: 767px) {
  #about-5.about-section.section-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#about-5.about-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #FAF5E4;
  transform: translateY(-120px);
}

.section-heading h1 {
  font-size: 55px;
  font-weight: 600;
  line-height: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-heading h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-heading h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .section-heading h1 br {
    display: none;
  }
}

.section-heading h1 span {
  color: #BEAB7B;
}

.section-heading h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.about-more-section .section-text {
  margin-top: 60px;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-more-section .section-text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-more-section .section-text {
    padding-left: 0;
    margin-top: 30px;
  }
}

.about-more-section .section-text p {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-more-section .section-text p {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-more-section .section-text p {
    padding-left: 0;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-more-section .row.mt-30 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .about-img-wrap img {
    min-height: 220px;
    object-fit: cover;
  }
}

.about-more-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 630px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .about-more-img {
    height: 300px;
  }
}

.about-more-desc {
  background: #a14943;
  padding: 65px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .about-more-desc {
    padding: 30px;
  }
}

.about-desc-text h4 {
  color: #fff;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc-text h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about-desc-text h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

.about-more-btn .bordered-btn {
  border-color: #fff;
  color: #fff;
}
.about-more-btn .bordered-btn:hover {
  background: #fff;
  color: inherit;
}

.about-fact-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-fact-wrap {
    flex-direction: row;
  }
}

.about-fact {
  background: #fff;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  gap: 20px;
}

.fact-num h1 {
  font-size: 60px;
  font-weight: 500;
}

.fact-content h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fact-content p {
  margin: 0;
  font-size: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-more-section .mt-120 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-more-section .mt-120 {
    margin-top: 0;
  }
}

#about-6.about-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#about-6 .about-content-wrap {
  padding-left: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-6 .about-content-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-6 .about-content-wrap {
    padding-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #about-6 .about-content-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-6 .about-content-wrap .section-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
#about-6 .about-content-wrap a h6 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  margin: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-6 .about-content-wrap a h6 {
    display: none;
  }
}
#about-6 .about-content-wrap a h6:hover {
  color: #777;
}
#about-6 .about-content-wrap h5 {
  font-size: 26px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-6 .about-content-wrap h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#about-6 .about-content-wrap p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-6 .about-content-wrap p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-6 .about-content-wrap h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #about-6 .about-content-wrap h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  #about-6.about-section.section-padding {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-6.about-section h2 {
    font-size: 42px;
    line-height: 47px;
  }
}

#about-7 .about-content-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-7 .about-content-wrap {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  #about-7 .about-content-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-7 a.theme-btn.mt-30, #about-7 a.mt-30.bordered-btn, #about-7 a.mt-30.white-btn, #about-7 a.mt-30.dark-btn {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-section h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .gallery-section h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .single-gallery-wrap.mt-30 {
    margin-top: 0 !important;
  }
}

.section-content-wrap {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .section-content-wrap {
    padding-right: 0;
  }
}
.section-content-wrap a.link-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.single-price-wrap {
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .single-price-wrap {
    margin-bottom: 30px;
  }
}

.price-head {
  padding: 40px 30px 30px;
}
.price-head h5 {
  font-size: 24px;
  font-weight: 500;
}

.price-wrap {
  padding: 0px 30px 30px;
}
.price-wrap h2 {
  font-size: 50px;
  font-weight: 500;
  display: inline-block;
}
.price-wrap h2 span {
  color: #B7B5B1;
}
.price-wrap span {
  display: inline-block;
  color: #B7B5B1;
  margin-right: 2px;
}

.price-divider {
  padding: 0 35px 30px;
}

.price-divider-inner {
  border-top: 1px solid #ddd;
  width: 100%;
  height: 0;
}

.price-feature {
  padding: 0 35px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-feature {
    padding: 0 25px 30px;
  }
}
.price-feature ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #797C7F;
  font-size: 15px;
}
.price-feature ul li i {
  background: #BEAB7B;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  left: 0;
}

.price-btn {
  padding: 0 35px 40px;
}
.price-btn .bordered-btn {
  color: #1F242E;
  border-color: #ddd;
  width: 100%;
  border-radius: 0;
  display: block;
}
.price-btn .bordered-btn:hover {
  background: #BEAB7B;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-btn .bordered-btn {
    padding: 12px;
    font-size: 14px;
  }
}

.price-recommended {
  position: absolute;
  top: -52px;
  left: 0;
  background: #000;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .price-recommended {
    position: static;
  }
}
@media (max-width: 767px) {
  .price-recommended {
    position: static;
  }
}

.price-recommended h6 {
  color: #fff;
}

.price-recommended h6 i {
  font-size: 16px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .price-section.section-padding.pb-90 {
    padding-bottom: 0;
  }
}

/* 27. Video Section */
.video-section {
  background-image: url(../img/video-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-section {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .video-section {
    height: 300px;
  }
}

.video-section {
  position: relative;
  z-index: 1;
}

.play-btn {
  width: 130px;
  height: 130px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
  z-index: 99;
  transform: translate(-50px, -50px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-btn {
    width: 100px;
    height: 100px;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .play-btn {
    width: 100px;
    height: 100px;
  }
}

.play-btn a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  z-index: 999;
}
.play-btn a:hover {
  color: #BEAB7B;
}

@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;
  }
}
/* 25. Team Section   
---------------------- */
.team-hover-info {
  margin-top: 20px;
}

.team-hover-info h5 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}

.team-hover-info span {
  font-size: 15px;
  font-weight: 400;
  color: #797C7F;
}

.team-section .social-icon i {
  font-size: 20px;
  margin-right: 15px;
}

.team-section .social-icon {
  margin-top: 15px;
}

.team-bg {
  position: relative;
  overflow: hidden;
}

.team-bg img {
  transform: scale(1);
  transition: 0.3s ease;
}

.team-bg img:hover {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-section.section-padding.pb-90 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .team-section.section-padding.pb-90 {
    padding-bottom: 30px;
  }
}

#team-2 .team-members-wrap {
  padding: 15px;
}
#team-2 .single-team-member {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
#team-2 .single-team-member {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
#team-2 .single-team-member:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002134;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#team-2 .single-team-member .team-bg {
  transition: transform 0.3s ease;
}
#team-2 .single-team-member .team-hover-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 9;
  transform: translate(-50%, -50%);
  text-align: center;
}
#team-2 .single-team-member .team-hover-info h5 {
  position: relative;
  font-size: 24px;
  color: #fff;
  top: 10px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#team-2 .single-team-member .team-hover-info span {
  position: relative;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  top: 10px;
}
#team-2 .single-team-member .social-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 30px;
  z-index: 9;
  text-align: center;
}
#team-2 .single-team-member .social-icon i {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin: 6px;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}
#team-2 .single-team-member:hover::before {
  visibility: visible;
  opacity: 0.5;
  z-index: 9;
}
#team-2 .single-team-member:hover .team-hover-info h5 {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.2s;
}
#team-2 .single-team-member:hover .team-hover-info span {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition-delay: 0.3s;
}
#team-2 .single-team-member:hover .social-icon i:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0.4s;
}
#team-2 .single-team-member:hover .social-icon i:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.5s;
}
#team-2 .single-team-member:hover .social-icon i:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.6s;
}
#team-2 .single-team-member:hover .social-icon i:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.7s;
}
#team-2 .single-team-member:hover .team-bg {
  transform: scale(1.1, 1.1);
}
#team-2 .team-content-wrap {
  max-width: calc(100% - 60px);
}

#team-4.team-section {
  position: relative;
  z-index: 1;
}
#team-4 .team-bg {
  position: absolute;
  content: "";
  background: #ddd;
  background-image: url(../img/team-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  border-radius: 0 15px 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-4 .team-bg {
    width: 45%;
  }
}
@media (max-width: 767px) {
  #team-4 .team-bg {
    display: none;
  }
}
#team-4 .team-content-wrap {
  padding-right: 90px;
}
@media (max-width: 767px) {
  #team-4 .team-content-wrap {
    padding-right: 0;
    padding-left: 30px;
  }
}
#team-4 .team-feature ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-4 .team-feature ul li {
    font-size: 16px;
  }
}
#team-4 .team-feature ul li i {
  font-size: 18px;
  color: #1082E3;
  font-weight: 600;
  margin-right: 15px;
}

@media (max-width: 767px) {
  #team-4.team-section.section-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.doctor-details-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .doctor-details-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .doctor-details-wrap {
    padding: 0;
  }
}
.doctor-details-wrap h4 {
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .doctor-details-wrap h4 {
    font-size: 24px;
  }
}
.doctor-details-wrap h4:before {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #1082E3;
}

.doctor-profile-wrap {
  position: sticky;
  top: 120px;
  transition: top 0.3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-content-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .intro-content-wrap {
    margin-top: 30px;
  }
}

.intro-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .intro-inner {
    display: block;
  }
}
.intro-inner h6 {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .intro-inner h6 {
    margin-right: 5px;
  }
}
.intro-inner p {
  display: inline-block;
  margin: 0;
}
@media (max-width: 767px) {
  .intro-inner p {
    display: block;
    margin-left: 30px;
  }
}
.intro-inner i {
  background: #BEAB7B;
  border-radius: 50%;
  padding: 2px;
  color: #fff;
  margin-right: 10px;
}
.intro-inner li {
  margin-bottom: 15px;
}

.doctor-img img {
  border-radius: 20px;
}

.doctor-title {
  margin-top: 30px;
}
.doctor-title h5 {
  font-size: 22px;
}
.doctor-title p {
  margin-top: 2px;
}

.doctor-info p {
  margin: 0;
}

.single-achievement-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.achieve-num {
  background: #1082E3;
  width: 35px;
  height: 35px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 35px;
}

.achieve-content p {
  margin-top: 10px;
}

.instragram-inner {
  display: flex;
}

.instragram-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.instragram-item a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../img/instragram/instagram.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.instragram-item a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}

.instragram-item a:hover::before {
  opacity: 1;
  visibility: visible;
}

.instragram-item a:hover::after {
  opacity: 0.6;
  visibility: visible;
}

/* Footer Area  */
.footer-area {
  background: #a14943;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .footer-area {
    padding: 50px 30px;
    margin-top: 0;
  }
}
.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.footer-area h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  font-size: 16px;
  margin-top: 5px;
  color: #9BA2AD;
}
@media (max-width: 767px) {
  .footer-area p {
    font-size: 15px;
  }
}
.footer-area ul li a {
  font-size: 17px;
  display: block;
  color: #9BA2AD;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  opacity: 0.5;
}

.footer-up {
  padding: 80px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-up {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer-up {
    padding: 0;
  }
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #a14943;
  border-top: 1px solid #2e2a2a;
}
.footer-bottom p {
  font-size: 16px;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-bottom p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
}

.company-email a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #a39d9d;
  font-size: 17px;
}

.breadcrumb-item.active {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #a39d9d !important;
}

.breadcrumb-area h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
}

.breadcrumb-area.white-bg {
  padding-top: 60px;
}
.breadcrumb-area.white-bg h1 {
  font-size: 50px;
}
.breadcrumb-area.white-bg i {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

#service-2 .single-service-wrap
{
  height: 100%;
  display: flex;
}
#service-2 .row.gx-4.mt-30 > [class*="col-"] {
  display: flex;
}

.service-icon span{
    display: block;
    margin-bottom: 15px;
}

#home-1.hero-area {
    position: relative;
    z-index: 1;
    height: 100vh;
}

#home-1.hero-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

#cta-3.cta-section {
    position: relative;
}

#cta-3 .cta-inner {
    height: 100%;
    z-index: 2;
    position: relative;
}

#cta-3::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.banner-inner {
  
    bottom: -20%;
}

.banner-inner h1 {
    font-size: 164px;
}

.footer-area p, .footer-area ul li a {
    color: white !important;
}

.counter-text-wrap p {
    color: white;
}

.videologo
{
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 43%;
    /* margin-top: 20px; */
    z-index: 2;
    width: 491px;
}

.service-icon span {
    color: #BEAB7B;
}

.header-area.absolute-header .main-menu ul > li > a:hover {
    color: #fdc300;
}

.header-area.absolute-header .main-menu ul li a:before {
    background: #fdc300;
}


hr {
    border-top: 1px solid white;
}

.teambtn .section-btn
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-btn:hover, .dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
    background: #fdc300;
    border-color: #fdc300;
    color: #fff;
}

.teambtn
{
      margin-top: 40px;
}

.marquee-wrap
{
  background-color: #FFFCF2;
}

.marquee-wrap .primary-bg
{
  background-color: #FFFCF2;
}

.marquee-wrap .marquee_item {
    flex: 0 0 calc(65% / 6) !important;
}

.marquee-wrap img {
    width: auto;
}