﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

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

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

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

p {
  font-family: "Jost", 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,
span,
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 {
  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: 90px 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 10px;
  }
}


.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: 85px;
  font-weight: 400;
  line-height: 90px;
  letter-spacing: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}

.section-title h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -2px;
  color: #181818;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
    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: 30px;
    line-height: 35px;
    margin: 15px 0;
    letter-spacing: -1px;
  }
}

.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 h6 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.section-title h6.pill {
  background: #eee;
  display: inline-block;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.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: #e72424;
}


.theme-btn, .dark-btn, .white-btn, .bordered-btn {
  display: inline-flex;
  background: #E6AF5D;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
  padding: 18px 30px;
  border: 1px solid #E6AF5D;
  border-radius: 10px;
  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 (max-width: 767px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 15px 20px;
  }
}
.theme-btn:hover, .dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
  background: #1D1D1D;
  border-color: #1D1D1D;
  color: #fff;
}
.theme-btn i, .dark-btn i, .white-btn i, .bordered-btn i {
  font-size: 20px;
  margin-left: 7px;
  transform: rotate(-45deg);
}

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

.white-btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.dark-btn {
  background: #1D1D1D;
  border-color: #1D1D1D;
  color: #fff;
}
.dark-btn:hover {
  background: #fff;
  color: #333;
  border-color: #fff;
}


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: #E6AF5D;
  border-color: #E6AF5D;
  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;
}


@media (max-width: 767px) {
  .container-fluid {
    padding: 0 10px;
  }
}

.container {
  max-width: 1200px;
}

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


.theme-bg {
  background: #E6AF5D;
}

.theme-bg {
  background: #E6AF5D;
}

.dark-bg {
  background: #1D1D1D;
}

.gray-bg {
  background: #4a8d64;
}

.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: #000;
  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: #181818 !important;
}

.text-white {
  color: #fff !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;
}

@media (max-width: 767px) {
  p.pt-20 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  p.pt-40 {
    padding-top: 0;
  }
}

.col-6.pt-m-60 {
  margin-top: -30px;
}


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;
}


.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

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

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

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

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

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

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


#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 #E6AF5D;
  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;
  }
}

.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: #E6AF5D;
  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-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: "Jost", 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 .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;
}
@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: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1D1D1D;
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
  }
}


.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;
  text-transform: capitalize;
  line-height: 1;
  padding: 40px 0;
  overflow: hidden;
  color: #181818;
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 218px;
  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: #1D1D1D;
}

.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 {
  position: fixed;
  right: -380px;
  top: 0;
  width: 320px;
  height: 100vh;
  scroll-behavior: smooth;
  overflow-y: scroll;
  transition: right 0.5s ease-in;
  background-color: #1D1D1D;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.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: #1D1D1D;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: end;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-trigger {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-trigger {
    display: none;
  }
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 60px;
}
@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-1.header-area.absolute-header {
  margin-top: 0;
  border-bottom: 1px solid rgba(246, 246, 246, 0.1490196078);
}

.header-area.absolute-header .navigation {
  background: transparent;
  backdrop-filter: blur(25px);
}

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

.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: #0A0300;
}


.menu-trigger span {
  background-color: #333;
  display: block;
  height: 2px;
  margin: 8px auto;
  margin-left: 5px;
  width: 30px;
  transition: all 0.1s;
}

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

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

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

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

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

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

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

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

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #1D1D1D none repeat scroll 0 0;
  height: 100%;
  padding: 40px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 400px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: 0;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  padding: 20px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 16px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #181818;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  opacity: 0.5;
}


#home-1 .single-slide-item, #home-2 .single-slide-item {
  background-image: url(../img/slider/slide-1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  color: #fff;
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .single-slide-item, #home-2 .single-slide-item {
    height: 700px;
  }
}
#home-1 .hero-area-content, #home-2 .hero-area-content {
  padding-top: 80px;
  padding-left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-content, #home-2 .hero-area-content {
    padding-left: 0;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-content, #home-2 .hero-area-content {
    padding-left: 0;
    padding-top: 60px;
  }
}

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

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -25px;
  color: #E6AF5D;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 0.3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #E6AF5D;
  color: #fff;
  border-color: #E6AF5D;
  opacity: 1;
}

#home-2 .section-title h1 {
  font-size: 65px;
  line-height: 75px;
}
@media (max-width: 767px) {
  #home-2 .section-title h1 {
    font-size: 35px;
    line-height: 40px;
  }
  #home-2 .section-title h1 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #home-2 p br {
    display: none;
  }
}

#home-3 .hero-slider-wrap {
  height: 100%;
}
#home-3 .single-slider-item img {
  height: 600px;
}
@media (max-width: 767px) {
  #home-3 .single-slider-item img {
    height: auto;
  }
}
#home-3 .hero-content-wrap {
  padding-left: 60px;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-3 .hero-content-wrap {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-content-wrap {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #home-3 .hero-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}
#home-3 .section-title h2 {
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #home-3 .section-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}


#service-1 .single-service-item {
  padding: 15px;
}
#service-1 .single-service-item img {
  border-radius: 10px;
}
#service-1 .single-service-item {
  position: relative;
}
#service-1 .service-info-wrap {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
#service-1 .service-info-wrap span {
  color: #777;
  margin-bottom: 10px;
}
#service-1 .service-info-wrap h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  #service-1 .service-info-wrap h5 br {
    display: none;
  }
}
#service-1 .service-info-inner {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1 .service-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #service-1 .service-wrapper {
    margin-top: 30px;
  }
}

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-items {
    margin-top: 30px;
  }
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0px 30px 20px;
  background-color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 10px 0 20px 20px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 28px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding-right: 50px;
    padding-left: 20px;
    line-height: 25px;
    font-size: 20px;
  }
}
.cp-custom-accordion .accordion-buttons::after {
  position: absolute;
  content: "\f068";
  font-family: "Line Awesome Free";
  top: 25%;
  right: 30px;
  font-size: 24px;
  font-weight: 500;
  opacity: 1;
  color: #333;
}

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

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

.cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 25px 0;
  padding-left: 30px;
  padding-right: 130px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
}
.cp-custom-accordion {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion {
    margin-top: 30px;
    padding-left: 0;
  }
}

.details-link {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.details-link i {
  font-size: 16px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #service-1 .mt-60 {
    margin-top: 0;
  }
}

#service-2 .single-service-item {
  padding: 50px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #service-2 .single-service-item {
    padding-left: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
#service-2 .border-right {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  transform: translate(0, 0);
}
#service-2 .single-service-item img {
  border-radius: 0;
  opacity: 0.9;
}
#service-2 .service-title h5 {
  font-size: 22px;
  margin: 30px 0 20px;
}
#service-2 .single-service-item a.details-link {
  font-size: 30px;
  margin-top: 0;
}

#service-3 .single-service-item {
  padding: 0;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
#service-3 .single-service-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
#service-3 .single-service-item img {
  border-radius: 0;
}
#service-3 .service-info {
  position: absolute;
  bottom: 0;
  left: 0;
}
#service-3 .service-info span {
  color: #ddd;
}
#service-3 .service-info h6 {
  font-size: 22px;
  color: #fff;
}
#service-3 .service-info {
  padding: 30px;
}

@media (max-width: 767px) {
  #service-3 p.pt-40 {
    padding-top: 0;
  }
}

.service-img-wrap {
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-img-wrap {
    padding-right: 0;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .service-img-wrap {
    padding-right: 0;
    height: auto;
    margin-top: 30px;
  }
}

#service-3 .cp-custom-accordion .accordion-body {
  padding-right: 70px;
  padding-left: 0;
}
@media (max-width: 767px) {
  #service-3 .cp-custom-accordion .accordion-body {
    padding-right: 0;
  }
}

#service-3 .cp-custom-accordion .accordion-buttons {
  padding-left: 0;
}

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

.service-details-area {
  background: #f6f6f6;
}

.feature-img {
  margin-bottom: 30px;
}
.feature-img img {
  width: 100%;
}

.service-details-wrap h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin: 20px 0;
}

.service-details-wrap h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  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: #E6AF5D;
}

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


#about-1.about-section .about-img-wrap {
  padding-right: 60px;
}
#about-1.about-section .cp-custom-accordion .accordion-buttons {
  padding: 20px 0px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-1.about-section .cp-custom-accordion .accordion-buttons {
    padding: 20px 0 20px 30px;
  }
}
#about-1.about-section .cp-custom-accordion .accordion-items {
  margin-bottom: 0px;
  border: 1px solid #ddd;
  border-bottom: none;
}
@media (max-width: 767px) {
  #about-1.about-section .cp-custom-accordion .accordion-items {
    margin-top: 0px;
  }
}
#about-1.about-section .cp-custom-accordion .accordion-body {
  padding-right: 60px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-1 .about-img-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #about-1 .about-img-wrap {
    margin-top: 30px;
  }
}

#about-2 .about-tab {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-2 .about-tab {
    padding-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-2 .about-tab {
    padding-left: 0;
    margin-top: 30px;
  }
}
#about-2 .about-tab .nav-tabs {
  border-bottom: none;
}
#about-2 .about-tab .nav-item {
  margin-right: 40px;
}
#about-2 .about-tab .nav-link {
  border: none;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4509803922);
  padding: 0 0 5px;
}
#about-2 .about-tab .nav-link.active {
  color: #181818;
  border-bottom: 2px solid #181818;
}

@media (max-width: 767px) {
  #about-2 p.pt-60 {
    padding-top: 0;
  }
}

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

#about-3 .about-content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .about-content-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about-3 .about-content-wrap {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #about-3 .about-tab {
    margin-top: 30px;
  }
}
#about-3 .about-tab .nav-tabs {
  border-bottom: none;
}
#about-3 .about-tab .nav-item {
  margin-right: 40px;
}
#about-3 .about-tab .nav-link {
  border: none;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4509803922);
  padding: 0 0 5px;
}
#about-3 .about-tab .nav-link.active {
  color: #181818;
  border-bottom: 2px solid #181818;
}
#about-3 .video-content-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-3 .video-content-wrap {
    width: 100%;
    position: static;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #about-3 .video-content-wrap {
    width: 100%;
    position: static;
    margin-top: 60px;
  }
}
#about-3 .video-content-wrap video {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #about-3 .video-content-wrap video {
    height: 300px;
  }
}

#about-page .about-content-wrap {
  padding-right: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page .about-content-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #about-page .about-content-wrap {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page .about-img-wrap {
    margin-top: 30px;
  }
}
#about-page .about-content-wrap.obverse {
  padding: 80px 80px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-page .about-content-wrap.obverse {
    padding: 0;
    padding-left: 10px;
  }
}
#about-page .about-content-wrap.reverse {
  padding: 120px 130px 0 0;
}

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

@media (max-width: 767px) {
  .about-more h4 {
    font-size: 20px;
  }
}


#project-1 .single-project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
#project-1 .project-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}
#project-1 .single-project-item:hover .project-bg {
  transform: scale(1.07);
}
#project-1 .project-info {
  background: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 20px 35px;
  border-radius: 10px 10px 10px 10px;
}
#project-1 .project-info h6 {
  font-size: 20px;
}
#project-1 .project-info a {
  font-size: 16px;
  color: #777;
}
#project-1 .project-slider .owl-nav button i {
  font-size: 24px;
}
#project-1 .project-slider .owl-nav {
  margin-top: 30px;
}
#project-1 .project-slider .owl-nav button {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-1 .project-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #project-1 .project-wrapper {
    margin-top: 30px;
  }
}

.project-img-slider img {
  height: 300px;
  object-fit: cover;
  border-radius: 0;
}

#project-2 .project-section {
  position: relative;
  z-index: 1;
}
#project-2 .single-project-wrapper:hover .project-details {
  transition: all 0.4s;
  transform: translateY(0);
  bottom: 40px;
  opacity: 1;
}
#project-2 .single-project-wrapper {
  position: relative;
  overflow: hidden;
}
#project-2 .single-project-wrapper:hover .project-bg {
  transform: scale(1.07);
}
#project-2 .project-bg {
  transition: all 0.5s ease;
  transform: scale(1);
}
#project-2 .project-details {
  position: absolute;
  transition: all 0.4s;
  transform: translateY(100%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0 0;
  width: 60%;
  max-width: 100%;
  background-color: #fff;
  opacity: 0;
  text-align: center;
}
#project-2 .project-details h4 {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #project-2 .project-details h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-details h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #project-2 .project-details {
    width: 85%;
    max-width: 85%;
  }
}
#project-2 .project-details p {
  color: #E6AF5D;
}
#project-2 .project-content {
  margin: 15px 0 20px;
}
@media (max-width: 767px) {
  #project-2 .project-section .mt-40 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #project-2 p.pt-40 {
    padding-top: 0;
  }
}

.project-img-slider .owl-stage-outer {
  overflow: inherit;
}

.project-img-slider:after {
  position: absolute;
  content: "";
  width: 300%;
  top: 0;
  left: -500%;
  background: #F5F4EC;
  opacity: 0.7;
  z-index: 1;
}

@media (max-width: 767px) {
  #project-3 .mt-40 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #project-1 p.pt-40 {
    padding-top: 0;
  }
}

.project-slider-wrap-two .project-img {
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .project-slider-wrap-two .project-img {
    height: auto;
  }
}

.project-details-content h3 {
  font-size: 35px;
  font-weight: 400;
  margin: 30px 0;
}

.project-details-content p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 60px;
  }
}

.single-details-item h5 {
  font-weight: 500;
}

.single-details-item span {
  font-size: 18px;
  color: #777;
}

.project-details-info h3 {
  font-size: 35px;
}

.project-details-info p {
  font-size: 20px;
  margin: 30px 0;
}

.project-details-info {
  position: sticky;
  top: 150px;
  transition: top 0.3s ease;
}

.project-details-wrap .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details-wrap .nav-links a {
  font-size: 18px;
  font-weight: 500;
}
.project-details-wrap .nav-links span i {
  font-size: 22px;
}
.project-details-wrap .nav-previous i {
  margin-right: 20px;
}
.project-details-wrap .nav-next i {
  margin-left: 20px;
}

.project-desc h3 {
  font-size: 35px;
  margin: 20px 0;
}


#process-1 .process-bg-wrap {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #process-1 .process-bg-wrap {
    height: 750px;
  }
}
@media (max-width: 767px) {
  #process-1 .process-bg-wrap {
    height: auto;
  }
}
#process-1 .process-bg-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6196078431);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
#process-1 .single-process-item {
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  #process-1 .single-process-item {
    padding: 30px 0;
  }
}
#process-1 .process-icon img {
  width: 40px;
  border-radius: 0;
}
#process-1 .process-title h5 {
  color: #fff;
  margin: 30px 0 20px;
  font-size: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #process-1 .process-title h5 {
    font-size: 20px;
  }
}
#process-1 .process-icon {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
#process-1 span.step-count {
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(211, 211, 211, 0.1803921569);
  color: #fff;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#process-1 .process-line {
  position: absolute;
  content: "";
  top: 50%;
  left: 25%;
  width: 100%;
  background: #f7f7f7;
  transform: translate(100%, 0);
  height: 1px;
}
#process-1 .process-content p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

#process-2 .single-process-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #process-2 .single-process-wrap {
    flex-direction: column;
    text-align: center;
  }
}
#process-2 .process-icon {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#process-2 span.step-count {
  position: absolute;
  top: 0;
  right: 5px;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#process-2 .process-icon img {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
#process-2 .process-title h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
#process-2 .process-text p {
  margin: 0;
}

#process-3 .single-process-item {
  text-align: center;
  padding: 30px;
}
#process-3 .process-icon img {
  width: 60px;
  border-radius: 0;
}
#process-3 .process-title h5 {
  margin: 30px 0 20px;
  font-size: 22px;
}
#process-3 .process-icon {
  display: inline-block;
  padding: 35px;
  position: relative;
  z-index: 1;
}
#process-3 span.step-count {
  position: absolute;
  top: 0;
  right: 0px;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#process-3 .process-content p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
#process-3 .process-line {
  position: absolute;
  content: "";
  top: 50%;
  left: 25%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4588235294);
  transform: translate(100%, 0);
  height: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #process-3 .process-line {
    left: 50%;
  }
}

@media (max-width: 767px) {
  #process-3 p.pt-40 {
    padding-top: 0;
  }
}


.testimonial-quote img {
  width: 50px !important;
}

.single-testimonial-item {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-testimonial-item {
    flex-direction: column;
  }
}

.testimonial-text p {
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 767px) {
  .testimonial-text p {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-quote {
  flex: 0 0 60px;
}

.testimonial-author {
  margin-top: 30px;
}

.testimonial-author span {
  color: #777;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-one {
    margin-top: 30px;
  }
}

#testimonial-2 .quote-wrap img {
  width: 36px;
}
#testimonial-2 .testimonial-text {
  margin-top: 20px;
}
#testimonial-2 .testimonial-text p {
  font-size: 18px;
  font-weight: 400;
  color: #181818;
  line-height: 28px;
}
#testimonial-2 .testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
#testimonial-2 .author-img img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
}
#testimonial-2 .author-title {
  margin-top: 20px;
}
#testimonial-2 .author-title h6 {
  font-size: 18px;
}

#testimonial-3 .single-testimonial-item {
  text-align: center;
  display: block;
  padding: 0 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .single-testimonial-item {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #testimonial-3 .single-testimonial-item {
    padding: 0 15px;
  }
}
#testimonial-3 .testimonial-quote {
  margin-top: 30px;
  margin-bottom: 30px;
}
#testimonial-3 .testimonial-quote img {
  display: inline-block !important;
}
#testimonial-3 .testimonial-text p {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-3 .testimonial-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  #testimonial-3 .testimonial-text p {
    font-size: 16px;
    line-height: 26px;
  }
}


.single-team-item {
  position: relative;
  z-index: 1;
  padding: 10px;
  margin-bottom: 30px;
}

.team-info {
  margin-top: 10px;
}

.team-info span {
  color: #777;
}

#team-2.team-section {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #team-2.team-section {
    height: auto;
  }
}
#team-2.team-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7490196078);
  opacity: 0.8;
  z-index: -1;
}
#team-2 .team-intro-wrap {
  padding-top: 30px;
  padding-right: 80px;
}
#team-2 .section-title h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}
#team-2 .team-content-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-2 .team-content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #team-2 .team-content-wrap {
    padding-left: 0;
    margin-top: 60px;
  }
}
#team-2 .single-team-wrap {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-2 .single-team-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #team-2 .single-team-wrap {
    margin-bottom: 30px;
  }
}
#team-2 .single-team-wrap:hover .team-info {
  transform: translateY(0);
}
#team-2 .team-img {
  position: relative;
  overflow: hidden;
}
#team-2 .team-info {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #000;
  width: 100%;
  padding: 30px 30px 20px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#team-2 .team-info h6 {
  font-size: 18px;
  color: #fff;
}
#team-2 .team-info p {
  margin: 0;
}

#team-3 .single-team-wrap {
  position: relative;
  z-index: 1;
}
#team-3 .single-team-wrap:hover .team-info {
  transform: translateY(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-3 .single-team-wrap {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #team-3 .single-team-wrap {
    padding: 15px;
  }
}
#team-3 .team-img {
  position: relative;
  overflow: hidden;
}
#team-3 .team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  padding: 30px 30px 20px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#team-3 .team-info h6 {
  font-size: 18px;
  color: #fff;
}
#team-3 .team-info p {
  margin: 0;
}

@media (max-width: 767px) {
  #team-3 p.pt-40 {
    padding-top: 0;
  }
}


#blog-1 .single-blog-item {
  padding-left: 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-1 .single-blog-item {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #blog-1 .single-blog-item {
    padding-left: 0;
  }
}
#blog-1 .single-blog-item .blog-title h5 a {
  font-size: 24px;
  margin-bottom: 10px;
}
#blog-1 .single-blog-item .bordered-btn {
  padding: 12px 20px;
  margin-bottom: 30px;
}

#blog-2.blog-section {
  height: 800px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-2.blog-section {
    height: auto;
  }
}
@media (max-width: 767px) {
  #blog-2.blog-section {
    height: auto;
  }
}
#blog-2.blog-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 43, 53, 0.9411764706);
  opacity: 0.8;
  z-index: -1;
}
#blog-2 .blog-intro-wrap {
  padding: 100px 50px 80px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #blog-2 .blog-intro-wrap {
    padding: 80px 30px 80px;
  }
}
#blog-2 .section-title h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 767px) {
  #blog-2 .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
#blog-2 .blog-content-wrap {
  padding-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-2 .blog-content-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #blog-2 .blog-content-wrap {
    padding-left: 30px;
    margin-top: 30px;
  }
}
#blog-2 .single-blog-item span.blog-meta {
  color: rgba(255, 255, 255, 0.5019607843);
  padding-left: 15px;
}
#blog-2 .single-blog-item span img {
  width: 18px;
  border-radius: 0;
}
#blog-2 .blog-title h5 a {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin: 20px 0;
}
#blog-2 .blog-content-wrap p {
  color: rgba(255, 255, 255, 0.6509803922);
}

#blog-3 .blog-meta span {
  font-size: 16px;
  color: #777;
}
#blog-3 .blog-img {
  margin-bottom: 20px;
}
#blog-3 .blog-title {
  margin: 10px 0;
}
#blog-3 .blog-title h5 {
  font-size: 22px;
}
#blog-3 .blog-content p {
  font-size: 16px;
}

@media (max-width: 767px) {
  #blog-3 p.pt-40 {
    padding-top: 0;
  }
}

#blog-page .single-blog-item {
  margin-bottom: 60px;
}
#blog-page .blog-meta span {
  color: #777;
}
#blog-page .blog-img {
  margin-bottom: 30px;
}
#blog-page .blog-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
#blog-page .blog-title {
  margin: 10px 0;
}
#blog-page .blog-content {
  padding-right: 30px;
}
#blog-page .blog-content p {
  font-size: 16px;
  line-height: 26px;
}
#blog-page .bordered-btn {
  padding: 12px 24px;
}

.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: 20px;
  margin-right: 10px;
  color: #E6AF5D;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  text-align: justify;
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #1D1D1D;
  border-color: #1D1D1D;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #E6AF5D;
  border-color: #E6AF5D;
  color: #fff;
}

.blog-quote-wrap {
  background: #eee;
  padding: 40px 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: 100px;
}
.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: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #061815;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  margin-left: 15px;
}

.pagination-wrap {
  padding: 35px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.pagination-wrap a {
  font-size: 16px;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

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

.single-comments-wrap {
  background: #eee;
  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 130px;
}
@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-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;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #0B0D26;
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #1D1D1D;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  padding: 35px;
}
.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 #eee;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}

.blog-sidebar h5 {
  font-size: 24px;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #eee;
  padding: 35px;
}
.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 #eee;
  margin: 30px 0;
  padding: 35px;
}

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

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #E6AF5D;
}

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

.recent-post-wrap {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 30px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

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

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

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  color: #1D1D1D;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    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: #1D1D1D;
}

.popular-tag-wrap {
  border: 1px solid #eee;
  margin: 30px 0;
  padding: 35px;
}
.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  color: #061815;
  padding: 10px 15px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #E6AF5D;
  border-color: #E6AF5D;
  color: #fff;
  cursor: pointer;
}


.cta-text-wrap h1 {
  font-size: 80px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-text-wrap h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cta-text-wrap h1 {
    font-size: 40px;
  }
}

.cta-section-two {
  background-size: cover;
  background-position: center;
}


.single-contact-info h6 {
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.single-contact-info .p-xl {
  font-size: 20px;
}

.single-contact-info p {
  color: rgba(255, 255, 255, 0.6901960784);
  font-size: 16px;
  margin: 0;
}

.single-contact-info {
  margin-bottom: 30px;
}

.single-contact-info h6:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}

.contact-section .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
.contact-section .section-title i {
  transform: rotate(-45deg);
  position: relative;
  top: 10px;
}
.contact-section .contact-text {
  text-align: justify;
}
.contact-section .subimit-form-wrap form {
  margin-top: 50px;
}
.contact-section .subimit-form-wrap input,
.contact-section .subimit-form-wrap textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.contact-section .subimit-form-wrap textarea {
  height: 60px;
}
.contact-section input[type=submit] {
  border: 1px solid #ddd;
  width: 160px;
}
.contact-section iframe {
  max-width: calc(100% - 40px);
  height: 600px;
  filter: grayscale(1);
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact-section iframe {
    max-width: calc(100% - 0px);
  }
}
.contact-section .single-contact-info {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.contact-section .single-contact-info p {
  margin: 0;
}
.contact-section .single-contact-info h4 {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .contact-section .single-contact-info h4 {
    font-size: 18px;
  }
}
.contact-section .social-area {
  margin-top: 30px;
}
.contact-section .social-area a {
  background: #9F9F9D;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact-section .social-area a i {
  font-size: 14px;
  margin-right: 0;
}
.contact-section .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .contact-section .contact-info {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}


.single-counter-box {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .single-counter-box {
    text-align: center;
  }
}
.single-counter-box p.counter-number {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #171717;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box p.counter-number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box p.counter-number {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .single-counter-box p.counter-number {
    font-size: 50px;
  }
}
.single-counter-box p.counter-number span {
  font-size: 70px;
}
.single-counter-box span {
  font-size: 40px;
  margin-left: 15px;
}
.single-counter-box h6 {
  font-size: 18px;
  font-weight: 400;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 17px;
  }
}


.footer-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-section {
    height: auto;
  }
}

.footer-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #060e12;
  opacity: 0.5;
  z-index: -1;
}

.footer-content-wrap p {
  font-weight: 300;
}

.site-info {
  padding: 15px 0;
}

.site-info p {
  font-size: 15px;
}

.footer-text p {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .footer-text p {
    font-size: 18px;
    line-height: 28px;
  }
}

a.footer-btn.bordered-btn {
  border: 2px solid;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  a.footer-btn.bordered-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  a.footer-btn.bordered-btn {
    margin-top: 30px;
  }
}

.footer-bottom {
  border-top: 1px solid #ddd;
}

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


.breadcrumb-area.about {
  background-image: url(../img/breadcrumb/about.jpg);
}

.breadcrumb-area.legal {
  background-image: url(../img/breadcrumb/legal.jpg);
}

.breadcrumb-area.service {
  background-image: url(../img/breadcrumb/service.jpg);
}

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

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

.breadcrumb-area.price {
  background-image: url(../img/breadcrumb/price.jpg);
}

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

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

.breadcrumb-area.contact {
  background-image: url(../img/breadcrumb/contact.jpg);
}

.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center bottom;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.breadcrumb-area .breadcrumb-title {
  position: relative;
  z-index: 999;
  margin-top: 60px;
}
.breadcrumb-area .breadcrumb-title h1 {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
.breadcrumb-area .breadcrumb-icon i {
  font-size: 24px;
  color: #fff;
  margin-top: 30px;
}

.breadcrumb-area.white-bg {
  height: 300px;
}

.breadcrumb-area.white-bg .breadcrumb-icon i {
  color: inherit;
  font-weight: 600;
}

.blog-dtl-bg {
  background: url(../img/blog/blog-details.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .blog-dtl-bg {
    height: 600px;
  }
}
.blog-dtl-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #090A1A;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .blog-banner-wrap {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .blog-banner-wrap h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.banner-section span {
  text-transform: uppercase;
  font-size: 14px;
  background: #E6AF5D;
  padding: 6px 14px;
  letter-spacing: 1px;
}

.banner-section .blog-meta p {
  color: #fff;
}

.gallery-section.showcase img {
  height: 350px;
  object-fit: cover;
}

.gallery-section.showcase.section-padding h3 {
  font-size: 50px;
}

.gallery-section.showcase.section-padding p {
  font-size: 20px;
  margin-top: 15px;
}


.timeline-wrapper {
  position: relative;
  z-index: 1;
}

.timeline-item:not(:last-child) {
  padding-bottom: 20px;
}

.timeline-line-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
}
@media (max-width: 767px) {
  .timeline-line-wrap {
    display: none;
  }
}

span.timeline-line {
  background: #ddd;
  display: block;
  height: 100%;
}

.timeline-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .timeline-inner {
    flex-direction: column;
  }
}

.timeline-img-wrap {
  width: 50%;
  flex-shrink: 0;
  text-align: right;
  padding: 0 10% 0 0;
}
@media (max-width: 767px) {
  .timeline-img-wrap {
    width: 100%;
    padding: 0;
  }
}

.timeline-content-wrap {
  width: 50%;
  padding: 0 0 0 10%;
}
@media (max-width: 767px) {
  .timeline-content-wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.timeline-item.reverse .timeline-content-wrap {
  padding: 0 10% 0 0;
  text-align: end;
}
@media (max-width: 767px) {
  .timeline-item.reverse .timeline-content-wrap {
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.timeline-item.reverse .timeline-img-wrap {
  padding: 0 0 0 10%;
}
@media (max-width: 767px) {
  .timeline-item.reverse .timeline-img-wrap {
    padding: 0;
  }
}

h5.timeline-title {
  margin: 15px 0;
  font-size: 22px;
}
@media (max-width: 767px) {
  h5.timeline-title {
    margin-top: 5px;
  }
}

.time-line-point-wrap {
  position: absolute;
  color: #fff;
  font-size: 1em;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .time-line-point-wrap {
    display: none;
  }
}

.time-line-point {
  background-color: #272727;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}


.single-price-item {
  margin-top: 50px;
  transition: 0.3s;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 30px 10px;
  min-height: 600px;
}
.single-price-item h5 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  margin: 20px 0 0;
}
.single-price-item p {
  margin: 40px 0px;
}
.single-price-item .bordered-btn {
  color: #333;
  border-color: #333;
}

.price-box {
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.price-box h3 {
  font-size: 40px;
  margin-bottom: 20px;
}
.price-box h3 span {
  font-size: 16px;
}

.price-list {
  margin-top: 40px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-list ul li {
  display: block;
  margin: 20px 0;
  color: #878787;
  font-size: 16px;
  position: relative;
  transition: 0.3s;
}
.price-list ul li i {
  margin-right: 15px;
}

#price_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #price_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #price_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

#price_page .hero-area-inner {
  padding: 80px 0 40px;
}

#price_page .hero-area-content p {
  padding-left: 400px;
  text-align: justify;
  margin-top: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price_page .hero-area-content p {
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #price_page .hero-area-content p {
    padding-left: 0;
    margin-top: 50px;
    text-align: left;
  }
}

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


.faq-section img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

