@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900"); /*--
    - Common CSS 
-----------------------------------------*/
:root {
  --primary-color: #84bf29;
  --secondary-color: #1e1917;
}

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

body {
  font-family: "Archivo", 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: #171717;
  font-family: "Archivo", 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: #171717;
}

a:hover {
  color: #333;
}

p {
  font-family: "Archivo", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  color: #252525;
}

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 var(--primary-color);
}

::selection {
  background: #ddd;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
  padding: 100px 0;
}

.btn:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 30px;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 10px;
  }
  .xs-contact-infomation,
  .xs-contact-sec,
  .xs-contact-infomation.xs-contact-info-1,
  .section.xs-contact-sec.xs-contact-v2-sec {
    margin-bottom: 60px;
  }
  .contact-info-group {
    margin-bottom: 40px;
  }
  .xs-contact-infomation.xs-contact-infomation-v2
    [class*="col-"]:last-of-type
    .contact-info-group {
    margin-bottom: 0;
  }
}

/*Margin & Padding */

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Section Title */

.section-title {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 10px;
  }
}

.section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  font-size: 74px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -1px;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}

.section-title h2 span {
  color: #6dd6f9;
}

.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 p {
  margin: 0;
}

.section-title span i {
  color: var(--secondary-color);
  font-size: 80px;
}

@media (max-width: 767px) {
  .section-title span i {
    font-size: 40px;
  }
}

.section-title i {
  color: #6dd6f9;
  position: relative;
  top: 10px;
}

.gray-bg .section-title span i {
  color: #6dd6f9;
}

.section-title img {
  border-radius: 50px;
  height: 60px;
  position: relative;
  bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-title img {
    height: 40px;
  }
}

/*Button Style */

.theme-btn,
.white-btn {
  display: inline-flex;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 16px;
  padding: 18px 35px;
  background: var(--primary-color);
  border-color: var(--primary-color);
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid;
}
.new-btn {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.new-btn:hover {
  background: var(--secondary-color) !important;
  border: var(--secondary-color) !important;
}
@media (max-width: 767px) {
  .theme-btn,
  .white-btn {
    padding: 15px 32px;
  }
}

.theme-btn:hover,
.white-btn:hover {
  border: 1px solid var(--primary-color);
  background: transparent;
  color: #000;
}

.theme-btn i,
.white-btn i {
  transform: rotate(-45deg);
  font-size: 20px;
  padding-left: 5px;
  position: relative;
  top: 1px;
}

.theme-btn i:hover,
.white-btn i:hover {
  transform: rotate(0);
}

.white-btn {
  border-color: #fff;
  color: #fff;
}

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

/*Form Style CSS */

input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

textarea {
  height: 200px;
}

input[type="submit"],
button[type="submit"] {
  border: none;
  border-radius: 0;
  display: inline-block;
  color: #171717;
  width: 115px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

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

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

@media (max-width: 767px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 14px;
  }
}

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

/*Bootstrap CSS*/

.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1200px;
}

.navbar-toggler-icon {
  background-image: none;
}

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

/* Bacground Color & Overlay CSS 
============== */

.white-bg {
  background: #fff;
}

.dark-bg {
  background: #171717;
}

.gray-bg {
  background: #efefe9;
}

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

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.6;
  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-black {
  color: #171717 !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;
}

/* Preloader*/

.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ddd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.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: #000;
  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: #ffffff;
  padding: 25px 0 30px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

.search-popup .upper-text .text {
  font-family: "Archivo", serif;
  font-size: 18px;
  letter-spacing: 1px;
}

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

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

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

.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: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

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

.about-section {
  overflow: hidden;
}

/* 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-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

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

@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #333;
  display: block;
  height: 1px;
  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: 25px;
  color: var(--primary-color);
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

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

.extra-info {
  background: #141417 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 {
  border-top: 1px solid #333;
  padding-top: 10px;
}

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

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

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

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

.offcanvas-overlay {
  position: fixed;
  background: rgba(34, 40, 49, 0.4392156863);
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.4s;
  -o-transition: all 0.4s ease-in 0.4s;
  transition: all 0.4s ease-in 0.4s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.8s ease-out 0s;
}

.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: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #000;
}

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

.directon-sign i {
  font-size: 80px;
  color: #ddd;
}

.circle-button {
  position: relative;
  display: inline-block;
}

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

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

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1d1d1d;
}

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

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

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

.header-area {
  border-bottom: 1px solid #eee;
}

.header-area .navigation {
  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;
}

.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-family: "Archivo", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #171717;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    font-size: 30px;
    border-right: none;
  }
}

.logo a {
  font-family: "Archivo", serif;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 1px;
}

.main-menu ul {
  line-height: 1;
}

.main-menu ul > li {
  display: inline-block;
  line-height: 1;
  margin: 0 15px;
  position: relative;
}

.main-menu ul > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  padding: 35px 0;
  overflow: hidden;
  color: var(--secondary-color);
  font-weight: 600;
}
.main-menu ul > li > a:hover {
  color: var(--primary-color);
}
.main-menu ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul > li > ul {
  position: absolute;
  top: 100%;
  width: 264px;
  background-color: var(--primary-color);
  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: 10px 0px;
}

.main-menu ul > li > ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.main-menu ul > li > ul li a {
  display: block;
  color: #fff !important;
  padding: 12px 25px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.main-menu ul > li > ul li a:hover {
  color: var(--secondary-color) !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: 1px;
  background: var(--primary-color);
  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: var(--primary-color);
}

.main-menu ul li.active:before {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

.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: #171717;
  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: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
}

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

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

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

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

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

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

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

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

.header-right {
  display: flex;
  gap: 20px;
  align-items: center;
  border-left: 1px solid #eee;
  height: 90px;
  padding-left: 30px;
}
.header-right p {
  margin: 0;
  color: var(--secondary-color);
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .header-right {
    padding-left: 0;
    border-left: none;
  }
}

.header-right .search-trigger i {
  font-size: 18px;
  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;
  }
}

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

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

.header-area.absolute-header .navigation {
  background: 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 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.header-area.header-four.absolute-header {
  top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

@media (max-width: 767px) {
  .header-area.header-four.absolute-header {
    top: 0;
  }
}

#home-1 .hero-area-banner video {
  position: absolute;
  width: 100%;
  inset: 0;
  top: -43px;
  /* filter: brightness(0.5); */
}
.hero-overlay {
  position: absolute;
  background-color: #0000006f;
  width: 100%;
  height: 100%;
  z-index: 2;
  inset: 0;
}
.hero-btn {
  background-color: #fff !important;
  color: #000 !important;
}
#home-1 .hero-area-banner {
  height: 775px;
  color: #fff;
  width: 100%;
  display: table;
  position: relative;
}
#home-1 .hero-area-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
  }
}

#home-1 .hero-area-banner .hero-area-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

#home-1 .hero-area-banner h1 {
  font-size: 75px;
  font-weight: 500;
  line-height: 100px;
  padding-left: 70px;
  color: #ffffffc9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 75px;
    line-height: 85px;
    margin: 40px 0 0;
  }
}

@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 40px;
    line-height: 50px;
    padding-left: 0;
  }
}

@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: 18px;
  line-height: 28px;
  margin-top: 30px;
  color: #ffffffc9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #home-1 .hero-area-banner p {
    color: #333;
    margin-top: 50px;
  }
}

#home-1 .service-info h4 {
  color: #ffffffc9;
}

#home-1 .theme-btn,
#home-1 .white-btn {
  background: #171717;
  color: #fff;
}

#home-1 .theme-btn:hover,
#home-1 .white-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #171717;
}

.hero-area {
  position: relative;
}

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

@media (max-width: 767px) {
  .hero-area-inner {
    padding: 120px 0 60px;
  }
}

.hero-area-content p {
  margin-top: 40px;
}

.slider-bg {
  height: 600px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .slider-bg {
    min-height: 500px;
  }
}

.circle-shape-wrap {
  position: absolute;
  top: 150px;
  right: 50px;
  z-index: 9;
  animation: rotation 30s infinite linear;
  width: 200px;
}

.circle-shape-wrap img {
  animation: rotation 30s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 2px solid #686765;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  right: 60px;
  bottom: 40px;
  margin-top: -25px;
  background: none;
  color: #fff;
  visibility: visible;
  opacity: 1;
  -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: 60px;
  bottom: 100px;
}

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

#home-2 .project-dtl-info {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 767px) {
  #home-2 .project-dtl-info {
    flex-direction: column;
    align-items: baseline;
    padding-left: 40px;
  }
}

#home-2 .project-dtl-info .project-title {
  flex: 0 0 30%;
  padding-left: 0;
}

#home-2 .project-dtl-info .project-title h6 {
  text-transform: capitalize;
  font-family: "Archivo", serif;
  font-size: 17px;
  letter-spacing: 0px;
}

#home-2 .project-dtl-info .project-title h2 {
  font-size: 32px;
  margin: 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-info .project-title h2 {
    font-size: 24px;
  }
}

#home-2 .project-dtl-info .project-title::before {
  display: none;
}

#home-2 .project-dtl-info .project-title p {
  margin: 0;
}

#home-2 .project-info-wrap {
  flex: 0 0 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .project-info-wrap {
    flex: 0 0 60%;
  }
}

#home-2 .single-project-info {
  display: flex;
  flex-direction: column;
  margin: 25px 0;
}

#home-2 .single-project-info h6 {
  color: #fff;
}

#home-2 .single-project-info p {
  margin: 0;
}

#home-2 .project-dtl-wrap {
  width: 70%;
  position: relative;
  bottom: 0;
  right: 70%;
  transform: translateY(-100px);
  z-index: 2;
  margin-bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 767px) {
  #home-2 .project-dtl-wrap {
    width: 100%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -225px;
  }
}

#home-3 .hero-area-inner {
  padding: 120px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-inner {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  #home-3 .hero-area-inner {
    padding: 60px 0;
  }
}

#home-3 .hero-area-content .section-title span {
  padding-left: 150px;
}

@media (max-width: 767px) {
  #home-3 .hero-area-content .section-title span {
    padding-left: 0;
  }
}

#home-3 .hero-area-banner p {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-banner {
    max-width: calc(100% - 40px);
  }
}

#home-3 .hero-area-content p {
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-3 .hero-area-content p {
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .about-section.pb-100 {
    padding-bottom: 50px;
  }
  .service-section.pb-100 {
    padding-bottom: 50px;
  }
}

.about-bg-wrap {
  max-width: calc(100% - 80px);
}
.about-bg-wrap img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .about-bg-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.about-content-wrapper h3 {
  color: #636363;
  font-size: 28px;
}
.about-content-wrapper .section-title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
  }

  .contact__details {
    gap: 0.5rem !important;
    align-items: flex-start !important;
    padding: 0.6rem !important;
  }

  .contact__details--content h5,
  .contact__details--content p,
  .contact__details--content p a {
    font-size: 14px !important;
  }
  .contact__details--icon {
    padding: 5px !important;
  }
}

.about-content-wrapper p {
  font-size: 18px;
  margin-top: 20px;
  text-align: left;
  padding-right: 15px;
}
.why-choose-is-content-wrapper {
  font-size: 18px;
  margin-top: 30px;
  text-align: justify;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrapper p {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrapper p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .about-content-wrapper p {
    margin-top: 30px;
  }
}

#about-two .section-title {
  margin: 0;
}

#about-two .about-bg-wrapper {
  max-width: calc(100% - 40px);
  margin-top: 60px;
}

@media (max-width: 767px) {
  #about-two .about-bg-wrapper {
    max-width: calc(100% - 0px);
    margin-top: 0;
  }
}

#about-two .about-content-wrapper {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two .about-content-wrapper {
    max-width: calc(100% - 60px);
  }
}

#about-two .about-content-wrapper h3 {
  color: #636363;
  font-size: 26px;
  line-height: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about-two .about-content-wrapper h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #about-two .about-content-wrapper h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two .about-content-wrapper p {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #about-two .about-content-wrapper p {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-desc.pl-150 {
    padding-left: 145px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc.pl-150 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-desc.pl-150 {
    padding-left: 0;
  }
}

.about-desc p {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-desc p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .about-desc p {
    margin-bottom: 30px;
  }
}

#about_page .hero-area-inner {
  padding: 50px 0 0;
}

#about_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #about_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  #about_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.about-feature-img {
  margin-top: -120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-img {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-feature-img {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .about-feature-img {
    margin-top: 0;
  }
}

h1.pl-150 {
  color: #fff;
}

@media (max-width: 767px) {
  h1.pl-150 {
    color: inherit;
    padding-left: 0;
  }
}

.content-wrap {
  text-align: center;
  padding: 20px;
}

.content-wrap h5 {
  font-size: 20px;
}

.content-wrap p {
  margin-top: 10px;
  margin-bottom: 0;
}

.timeline-wrap {
  position: relative;
}

.timeline-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: "";
  transform: translate(0, 60px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-wrap:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .timeline-wrap:after {
    display: none;
  }
}

.single-history-item {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .single-history-item {
    margin-bottom: 30px;
  }
}

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

@media (max-width: 767px) {
  .history-section .mt-120 {
    margin-top: 0;
  }
}

.history-img img {
  height: 220px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-two.about-section {
    padding-bottom: 50px;
  }
  #about-two.section-section {
    padding-bottom: 50px;
  }
}

.feature-bg-wrap {
  margin-top: -150px;
  margin-right: -85px;
}

.feature-bg-wrap img {
  border-radius: 20px;
}

.feature-area {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (width < 992px) {
  .services__bottom {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: white !important;
  }

  .service-content-wrapper {
    padding: 0.5rem !important;
  }

  .services__bottom--content {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (width < 1025px) {
  .single-feature-item-bottom {
    margin-top: 0.8rem;
    margin-bottom: 2rem;
  }

  .project-img img {
    height: auto !important;
  }

  .featured-project {
    margin-bottom: 1rem;
  }

  .process-content-wrap {
    margin-top: 20px;
  }

  .about-bg-wrap {
    max-width: 100%;
  }

  .bg__image-2 img {
    top: 43%;
    height: 160px;
    right: -9rem !important;
  }

  .single-feature-item {
    margin-top: 20px;
  }
  .our__mission--br {
    display: none;
  }
}

@media (width < 640px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bg__image-2 img,
  .bg__image img {
    display: none;
  }

  .about__feature--item {
    flex-direction: column !important;
  }

  .footer-area {
    padding: 50px 10px !important;
  }

  .hero-section {
    height: 75vh !important;
  }

  #chatForm {
    width: 320px !important;
    right: -6px !important;
  }

  .process-content-wrap .cp-custom-accordion .accordion-buttons {
    font-size: 25px !important;
  }

  .single-feature-item {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .feature-area .single-feature-item {
    flex-direction: row;
  }
}

@media (width< 1025px) and (height > 900px) {
  .hero-section {
    height: 60vh !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-bg-wrap {
    margin-top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-bg-wrap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .feature-bg-wrap {
    margin-top: 0;
    margin-right: 0;
  }
}

.single-feature-item {
  /* margin-top: 100px; */
  border: 2px solid #000;
  padding: 10px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .single-feature-item-bottom {
    margin-bottom: 0;
  }

  .feature-bg-wraps {
    margin-top: 1.2rem;
  }
  .process-img-wrap {
    max-width: 100% !important;
  }
}
.single-feature-item {
  border: 2px solid #000;
  padding: 6px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-feature-item .feature-icon {
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
}

.single-feature-item__title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-feature-item .feature-icon i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}

.single-feature-item h4 {
  font-size: 17px;
}
.para {
  margin-top: 15px !important;
}
.feature-bg-wraps {
  overflow: hidden;
  border-radius: 20px;
  display: flex;
}
.feature-bg-wraps video {
  width: 155%;
}
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-feature-item h4 {
    font-size: 22px;
  }
} */

.single-feature-item:hover .feature-icon i {
  transform: rotate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .mt-150 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .feature-area .mt-150 {
    margin-top: 0;
  }
}

.feature_wrap {
  position: relative;
  z-index: 1;
}

.feature_wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.2;
}

.feature_item {
  display: flex;
  align-items: center;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .feature_item {
    height: 200px;
  }
}

.feature_item h5 {
  color: #fff;
  font-size: 90px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 60px;
  color: transparent;
  -webkit-text-stroke: 0.8px #fffbfb;
  -webkit-text-stroke-width: 1px;
  letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature_item h5 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .feature_item h5 {
    font-size: 60px;
  }
}

.slick-list {
  z-index: 1;
}

.single-counter-box {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .single-counter-box {
    text-align: center;
  }
}

.single-counter-box h6 {
  font-size: 18px;
  font-weight: 400;
  color: #7f7f7f;
}

@media (max-width: 767px) {
  .single-counter-box h6 {
    font-size: 17px;
  }
}

.single-counter-box .counter-number span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--primary-color);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-counter-box .counter-number span {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter-box .counter-number span {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .single-counter-box .counter-number span {
    font-size: 45px;
  }
}

.single-counter-box p.counter-number {
  font-size: 70px;
  color: var(--primary-color);
}

@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 {
  border-bottom: 1px solid #ddd;
}

.single-service-item {
  position: relative;
}

.single-service-item:last-child {
  border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner {
  border-top: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.single-service-item .single-service-inner:nth-of-type(4) {
  border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner h5 {
  font-size: 45px;
  font-weight: 400;
  color: #9f9f9f;
  transition: 0.4s linear;
}

.single-service-item .single-service-inner h5 span {
  font-size: 18px;
  position: relative;
  top: -45px;
}

@media (max-width: 767px) {
  .single-service-item .single-service-inner h5 span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single-service-item .single-service-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

.single-service-item .single-service-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item .single-service-inner p {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .single-service-item .single-service-inner p {
    padding-right: 75px;
  }
}

.single-service-item .single-service-inner .details-link {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.single-service-item .single-service-inner .details-link i {
  font-size: 25px;
  color: #7f7f7f;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.single-service-item .single-service-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}

.single-service-item .single-service-inner:hover h5 {
  color: #171717;
}

.single-service-item .single-service-inner:hover h5 span {
  color: #7f7f7f;
}

.single-service-item .single-service-inner:hover .details-link i {
  transform: rotate(180deg);
}

.service-img {
  width: 30%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}

.service-img.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service-item:nth-child(5) .service-img {
  top: -120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:nth-child(5) .service-img {
    top: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:nth-child(5) .service-img {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .single-service-item:nth-child(5) .service-img {
    top: 80px;
  }
}

.single-service-item:last-child .service-img {
  top: -225px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-service-item:last-child .service-img {
    top: -200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:last-child .service-img {
    top: -50px;
  }
}

@media (max-width: 767px) {
  .single-service-item:last-child .service-img {
    top: 80px;
  }
}

.single-service-item .service-img img {
  width: 100%;
}

.single-service-item:hover .service-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service-item:hover .service-img {
    inset-inline-end: 10%;
  }
}

.service-section .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}

.service-section .cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0 20px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 30px;
  color: #171717;
  border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-section .cp-custom-accordion .accordion-buttons {
    font-size: 20px;
  }
}

.service-section .cp-custom-accordion .accordion-body {
  background-color: #fff;
  color: #878787;
  padding: 20px 0;
  padding-left: 30px;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  z-index: 1;
  border-top: 1px solid #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .service-section .cp-custom-accordion .accordion-body {
    padding: 10px 0;
  }
}

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

.service-section .cp-custom-accordion .accordion-buttons::after {
  content: "\f068";
  visibility: visible;
  top: 20%;
}

.service-section .cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f067";
  transform: rotate(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section .service-bg-wrap {
    max-width: calc(100% - 20px);
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section .service-bg-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.service-two.pt-50 {
    padding-top: 0;
  }
}

#service-3.service-section .cp-custom-accordion {
  margin-top: 30px;
}

#service-3.service-section .cp-custom-accordion .accordion-buttons {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 30px;
  border-top: 1px solid #ddd;
}

#service-3.service-section .cp-custom-accordion .accordion-buttons {
  font-size: 30px;
}

@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
    padding-left: 5px;
  }
}

#service-3.service-section .cp-custom-accordion .accordion-buttons span {
  padding-right: 30px;
}

@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons span {
    padding-right: 0;
  }
}

#service-3.service-section .cp-custom-accordion .accordion-buttons::after {
  content: "\f061";
  transform: rotate(135deg);
  visibility: visible;
  transition: 0.3s;
}

@media (max-width: 767px) {
  #service-3.service-section .cp-custom-accordion .accordion-buttons::after {
    width: 30px;
    height: 30px;
    top: 30%;
    right: 10px;
  }
}

#service-3.service-section
  .cp-custom-accordion
  .accordion-buttons.collapsed::after {
  transform: rotate(-45deg);
}

#service-3.service-section .accordion-body {
  display: flex;
  justify-content: space-around;
  height: 250px;
  border-top: none;
  padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section .accordion-body img {
    width: 360px;
  }
}

@media (max-width: 767px) {
  #service-3.service-section .accordion-body {
    flex-direction: column;
    height: auto;
  }
}

#service-3.service-section .accordion-body p {
  padding: 30px 120px 0 60px;
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3.service-section .accordion-body p {
    padding: 0px 20px 0 40px;
  }
}

@media (max-width: 767px) {
  #service-3.service-section .accordion-body p {
    padding: 0;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section.pt-100 {
    padding-top: 50px;
  }
}

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

#service_page .section-title span i {
  font-size: 60px;
}

@media (max-width: 767px) {
  #service_page .section-title span i {
    display: none;
  }
}

@media (max-width: 767px) {
  #service_page .section-title i {
    display: none;
  }
}

#service_page .hero-area-content {
  padding-left: 75px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service_page .hero-area-content {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  #service_page .hero-area-content {
    padding-left: 0px;
  }
}

#service_page .hero-area-content h1 {
  font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service_page .hero-area-content h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service_page .hero-area-content h1 {
    font-size: 60px;
    line-height: 70px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  #service_page .hero-area-content h1 {
    font-size: 45px;
    line-height: 60px;
    padding-left: 0px;
  }
}

#service_page .hero-area-content span.meta {
  color: #a39d9d;
  position: relative;
  bottom: -65px;
}

@media (max-width: 767px) {
  #service_page .hero-area-content span.meta {
    bottom: 15px;
  }
}

#service_page h1.first_line {
  padding-left: 160px;
}

@media (max-width: 767px) {
  #service_page h1.first_line {
    padding-left: 0px;
  }
}

#service_page h1.third_line {
  padding-left: 85px;
}

@media (max-width: 767px) {
  #service_page h1.third_line {
    padding-left: 0px;
  }
}

#service_page .single-feature-item {
  margin-top: 0;
}

.services__title {
  text-align: center;
}

.services__qoute {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.services__bottom {
  background-color: #f1f1f1;
}

.service-bg-wrap img {
  border-radius: 20px;
  height: 420px;
  width: 100%;
  object-fit: cover;
}

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

.services-tabs li {
  display: block;
}

.services-tabs li a {
  font-size: 40px;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-decoration: none;
  opacity: 0.27;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

@media (max-width: 767px) {
  .services-tabs li a {
    font-size: 30px;
  }
}

.services-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.services-tabs li a.active {
  opacity: 1;
}

.services-tabs li a .number {
  position: absolute;
  top: 0;
  right: -25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.services-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.services-tabs li a.active:before {
  transform: scaleX(1);
}

.services-content {
  position: relative;
}

.services-text {
  position: absolute;
  bottom: 35px;
  left: -220px;
  max-width: 410px;
  background: #f1f1f1;
  padding: 50px;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-text {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .services-text {
    left: 0;
    bottom: 0;
    padding: 30px;
  }
}

.services-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.services-text p {
  font-size: 18px;
  line-height: 30px;
}

.services-content-item {
  position: relative;
  width: 100%;
  min-height: 600px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

img.services-image {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.services-image {
    width: 60%;
    margin: 10px 0 0 40%;
  }
}

@keyframes services-tabs-animation-1 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

.services-content-item.active img.services-image {
  animation: services-tabs-animation-1 0.7s ease-in-out;
}

@keyframes services-tabs-animation-2 {
  0% {
    transform: translate(0, 20px) scale(0.93);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

.services-content-item.active .services-text {
  animation: services-tabs-animation-2 0.7s ease-in-out;
  will-change: transform;
}

@media (max-width: 767px) {
  .services-tabs.mt-100 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-section.pt-50 {
    padding-top: 0;
  }
}

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

.project-title {
  position: relative;
  padding-left: 30px;
}

.project-title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eee;
}

.project-title h3 {
  font-size: 24px;
  margin-top: 20px;
  color: var(--secondary-color);
}

.project-title h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--primary-color);
  margin-top: 10px;
}

.project-title a {
  font-size: 17px;
  margin-top: 6px;
}

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

.project-slider:before,
.project-slider:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.project-slider:after {
  left: auto;
  right: -500%;
}

.project-slider .owl-nav button.owl-prev,
.project-slider .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.project-slider .owl-nav button.owl-prev:hover,
.project-slider .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.project-slider .owl-nav {
  position: absolute;
  bottom: -100px;
  left: 0;
  display: flex;
}

.project-slider .owl-nav i {
  font-size: 20px;
}

#project-2 .project-section {
  position: relative;
}

#project-2 .project-section.pt-100 {
  padding-top: 50px;
}

#project-2 .single-project-wrapper {
  display: block;
  min-height: 475px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

#project-2 .project-info-inner {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  background: #171717;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 40px;
}

@media (max-width: 767px) {
  #project-2 .project-info-inner {
    padding: 25px 15px;
  }
}

#project-2 .project-info-inner h3 {
  color: #fff;
  font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-info-inner h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #project-2 .project-info-inner h3 {
    font-size: 18px;
  }
}

#project-2 .project-info-inner p {
  margin: 0;
}

#project-2 .project-info-inner h6 {
  color: #444;
  margin: 17px 0;
}

#project-2 .project-info-inner:hover h3 {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

#project-2 .project-info-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#project-2 .project-details-link {
  color: #fff;
  border: 1px solid;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#project-2 .project-details-link i {
  font-size: 20px;
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s linear;
}

#project-2 .project-info {
  margin-right: 40px;
}

#project-2 .portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  background-color: #fff;
  padding: 20px 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

#project-2 .single-project-wrapper:hover .project-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#project-2 .project-info-inner:hover .project-details-link i {
  transform: rotate(0);
}

#project-3 .project-list {
  position: relative;
  z-index: 1;
  margin: 20px 0 10px;
}

#project-3 .project-list:after {
  position: absolute;
  content: "";
  top: 46px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}

#project-3 .project-list button {
  border: none;
  background: none;
  margin-bottom: 30px;
  color: #333;
  padding-left: 0;
  padding-right: 0px;
  margin-right: 50px;
  padding-bottom: 10px;
  font-size: 18px;
}

#project-3 .project-list button:hover {
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #project-3 .project-list button {
    margin-right: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-3 .project-list button {
    margin-right: 45px;
  }
}

#project-3 .project-list .nav-link.active {
  border-bottom: 4px solid var(--primary-color);
}

#project-3 .project-list .nav-link:focus,
#project-3 .project-list .nav-link:hover {
  color: #000 !important;
}

#project-3 .featured-work-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  margin-bottom: 50px;
}

#project-3 .featured-work-wrapper:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #171717;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all ease 0.3s;
}

#project-3 .featured-work-wrapper:hover::after {
  opacity: 0.6;
}

#project-3 .featured-work-wrapper .featured-work-info {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  width: 100%;
  z-index: 2;
  padding: 35px 40px 35px 40px;
  max-width: 500px;
  transition: all ease 0.3s;
  transition-delay: 0.07s;
}

#project-3 .featured-work-wrapper .featured-work-info h2 {
  color: transparent;
  -webkit-text-stroke: 0.8px #fffbfb;
  -webkit-text-stroke-width: 1px;
  font-size: 70px;
}

#project-3 .featured-work-wrapper .featured-work-info h4 {
  color: #fff;
  font-size: 30px;
}

#project-3 .featured-work-wrapper:hover .featured-work-info {
  opacity: 1;
  transform: translateY(0);
}

#project-3 .featured-work-wrapper .details-link {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
  transform: translate3d(0, -100%, 0);
  transition: all ease 0.3s;
  opacity: 0;
  z-index: 2;
}

#project-3 .featured-work-wrapper .details-link i {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}

#project-3 .featured-work-wrapper .details-link i:hover {
  transform: rotate(0);
}

#project-3 .featured-work-wrapper:hover .details-link {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 767px) {
  #project-3.project-section.pt-100 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  #project-3.project-section.pb-100 {
    padding-bottom: 50px;
    padding-top: 0;
  }
}

#project_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media (max-width: 767px) {
  #project_page .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

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

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

.service-info p {
  position: relative;
  z-index: 1;
}

.service-info p:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 100px;
  width: 80px;
  height: 1px;
  background: #ddd;
}

@media (max-width: 767px) {
  .project-details-wrap.section-padding {
    padding-bottom: 50px;
  }
}

.project-details-wrap .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-wrap .section-title h1 {
    font-size: 75px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-wrap .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .project-details-wrap .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.project-details-wrap h6 {
  color: #a39d9d;
  line-height: 1.3;
}

.project-details-wrap h6 a {
  color: #a39d9d;
  font-size: 16px;
}

.project-details-wrap h6 span {
  color: #333;
  font-weight: 500;
}

.project-details-inner .section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 0;
}

.project-details-info {
  padding: 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-info {
    padding: 40px 0;
  }
}

.single-info p {
  margin: 0;
}

.single-info {
  margin-bottom: 20px;
}

.project-details-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-inner {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-details-inner {
    margin-top: 30px;
    padding-left: 0;
  }
}

.project-desc {
  text-align: end;
  padding-left: 150px;
}

.project-desc p {
  margin: 0;
}

@media (max-width: 767px) {
  .project-desc {
    padding-left: 0;
    text-align: start;
  }
}

.project-bg {
  position: relative;
}

@media (max-width: 767px) {
  .project-bg {
    height: 575px;
    object-fit: cover;
  }
}

.project-brief-wrap {
  position: absolute;
  bottom: 15px;
  left: 0;
  background: rgba(23, 23, 23, 0.7411764706);
  width: 400px;
  padding: 25px;
}

@media (max-width: 767px) {
  .project-brief-wrap {
    width: 350px;
    background: #171717;
  }
}

.single-brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-brief:not(:last-child) {
  margin-bottom: 15px;
}

.single-brief p {
  margin: 0;
}

.project-brief-wrap h6,
.project-brief-wrap p {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
}

.single-brief.total-cost p {
  font-size: 30px;
  font-weight: 500;
}

figcaption {
  font-size: 17px;
  color: var(--primary-color);
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.project-details-img.big-img img {
  min-height: 634px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-img.big-img img {
    min-height: 600px;
  }
}

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

@media (max-width: 767px) {
  .challenge-section .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.challenge-section .section-title h2 span {
  display: inline;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 18px;
  text-decoration-thickness: 3px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .challenge-section .section-title h2 span {
    text-underline-offset: 10px;
  }
}

.challenge-section p {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .challenge-section p {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .challenge-section p {
    margin-bottom: 60px;
  }
}

.challenge-img-two img {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .challenge-img-two img {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-section.section-padding.pt-100 {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .solutions-section.section-padding.pt-100 {
    padding-top: 50px;
  }
}

.solutions-section h2 {
  font-size: 70px;
}

.solutions-section h4 {
  margin-bottom: 30px;
}

.solutions-img {
  max-width: calc(100% - 40px);
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-img {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .solutions-img {
    margin-top: 10px;
    max-width: calc(100% - 0px);
  }
}

.solutions-content h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .solutions-content h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .solutions-content h3 {
    font-size: 32px;
    line-height: 42px;
    margin-top: 30px;
  }
}

.solutions-content h3 span {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 3px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .project-section.pb-100 {
    padding-bottom: 50px;
  }
}
.testimonial-heading {
  text-align: center;
}
.testimonial-para {
  margin-top: 15px !important;
  text-align: center;
}
.testimonial-section {
  position: relative;
}

.testimonial-section .directon-sign {
  position: absolute;
  top: 140px;
}

.quote-icon {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 20px;
  }
}

.testimonial-author h6 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
}

.testimonial-author h6 span {
  display: block;
  opacity: 0.5;
  font-size: 85%;
  margin-top: 5px;
}

.single-testimonial-item img {
  width: inherit !important;
}

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

.testimonial-wrapper .owl-nav button.owl-prev,
.testimonial-wrapper .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.testimonial-wrapper .owl-nav button.owl-prev:hover,
.testimonial-wrapper .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.testimonial-wrapper .owl-nav {
  position: absolute;
  bottom: 0;
  right: 70px;
  display: flex;
}

@media (max-width: 767px) {
  .testimonial-wrapper .owl-nav {
    right: auto;
    bottom: -70px;
    left: -20px;
  }
}

.testimonial-wrapper .owl-nav i {
  font-size: 20px;
}

#testimonial-2 .single-testimonial-item {
  border: 1px solid #eee;
  text-align: center;
  padding: 40px;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 25px;
}

@media (max-width: 767px) {
  #testimonial-2 .single-testimonial-item {
    padding: 25px;
  }
}

#testimonial-2 .single-testimonial-item p {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #testimonial-2 .single-testimonial-item p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-2 .single-testimonial-item p {
    font-size: 18px;
  }
}

#testimonial-2 .testimonial-img img {
  margin: 0 auto;
  width: 50% !important;
}

#testimonial-2 .testimonial-author h6 {
  color: inherit;
}

#testimonial-2 .owl-carousel .owl-stage-outer {
  overflow: unset;
}

#testimonial-2 .owl-item {
  opacity: 0;
}

#testimonial-2 .owl-item.active {
  opacity: 1;
}

#testimonial-2 .owl-nav button.owl-prev,
#testimonial-2 .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

#testimonial-2 .owl-nav button.owl-prev:hover,
#testimonial-2 .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

#testimonial-2 .owl-nav {
  position: absolute;
  bottom: -50px;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
}

#testimonial-2 .owl-nav i {
  font-size: 20px;
}

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

.cta-area {
  position: relative;
  z-index: 1;
  height: 500px;
}

.cta-area h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
}

@media (max-width: 767px) {
  .cta-area h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-area h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

.cta-area-two {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}

.cta-area-two span i {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area-two {
    text-align: center;
    padding: 50px 100px;
  }
  .cta-area-two h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .cta-area-two {
    text-align: center;
  }
  .cta-area-two h2 {
    font-size: 35px;
  }
  .cta-area-two h2 br {
    display: none;
  }
}

.cta-content p {
  font-size: 20px;
  line-height: 30px;
}

.cta-content p a {
  font-size: 20px;
  color: #171717;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.cta-img-area {
  position: relative;
  height: 600px;
}

@media (max-width: 767px) {
  .cta-img-area {
    display: none;
  }
}

.cta-img-area .cta-inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-img-area .cta-inner .cta-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-img-area h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

@media (max-width: 767px) {
  .cta-img-area h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .cta-img-area h2 br {
    display: none;
  }
}

.cta-img-area .cta-inner img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.blog-section.blog-two.pb-100 {
  padding-bottom: 50px;
}

.single-blog-item {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item .blog-bg img {
    height: 270px;
    width: 100%;
    object-fit: cover;
  }
}

.single-blog-item .blog-content h3 a {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}

.single-blog-item .blog-meta {
  border-bottom: 1px solid #eee;
}

.single-blog-item .blog-meta p {
  margin-top: 20px;
  margin-bottom: 10px;
}

.single-blog-item .blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.single-blog-item:hover .blog-content h3 a {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.blog-carousel .owl-stage-outer {
  overflow: inherit;
}

.blog-carousel-wrapper {
  overflow-x: hidden;
}

.blog-carousel:before,
.blog-carousel:after {
  position: absolute;
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -500%;
  background: #fff;
  opacity: 0.7;
  z-index: 1;
}

.blog-carousel:after {
  left: auto;
  right: -500%;
}

.blog-carousel .owl-nav button.owl-prev,
.blog-carousel .owl-nav button.owl-next {
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.blog-carousel .owl-nav button.owl-prev:hover,
.blog-carousel .owl-nav button.owl-next:hover {
  background: #171717;
  border-color: #171717;
  color: #fff;
}

.blog-carousel .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 0;
  display: flex;
}

.blog-carousel .owl-nav i {
  font-size: 20px;
}

#blog-3 .single-blog-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}

#blog-3 .single-blog-item:nth-of-type(1) {
  border-top: 1px solid #ddd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .single-blog-item {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #blog-3 .single-blog-item {
    flex-direction: column;
  }
}

#blog-3 .single-blog-item h3 a {
  font-size: 30px;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
  #blog-3 .single-blog-item h3 a {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #blog-3 .single-blog-item h3 a br {
    display: none;
  }
}

#blog-3 .blog-bg {
  flex: 0 0 45%;
}

#blog-3 .blog-content {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #blog-3 .blog-content {
    padding-left: 0;
  }
}

#blog-3 .blog-info {
  margin-top: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-info {
    margin-top: 10px;
  }
}

#blog-3 .blog-meta {
  border-bottom: none;
}

#blog-3 .blog-meta p {
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-3 .blog-meta p {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #blog-3 .blog-meta p {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

#blog-3 a.read-more-btn {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

#blog_page .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #blog_page .section-title h1 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog_page .section-title h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  #blog_page .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

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

#blog_page .pagination {
  margin: 30px 0 60px;
  justify-content: center;
}

#blog_page .page-link {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #171717;
}

#blog_page .page-link:hover {
  background: none;
  font-weight: 500;
}

#blog_page .page-link:focus {
  background-color: none;
  outline: 0;
  box-shadow: none;
}

#blog_page .page-item:first-child .page-link {
  display: inline-flex;
  border: 1px solid #171717;
  border-radius: 50%;
}

#blog_page .page-item:first-child .page-link i {
  font-size: 22px;
}

#blog_page .page-item:first-child .page-link:hover {
  background: #171717;
  color: #fff;
}

#blog_page .page-item:last-child .page-link {
  border: 1px solid #171717;
  border-radius: 50%;
}

#blog_page .page-item:last-child .page-link i {
  font-size: 22px;
}

#blog_page .page-item:last-child .page-link:hover {
  background: #171717;
  color: #fff;
}

#blog_page .active > .page-link,
#blog_page .page-link.active {
  border-radius: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-bottom: 1px solid;
  font-weight: 500;
}

.blog-details-page {
  padding: 0 0 100px;
}

.blog-details-page .section-title span i {
  color: #ddd;
  font-size: 80px;
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .section-title span i {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .section-title span i {
    font-size: 40px;
  }
}

.blog-details-page .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-page .blog-meta p {
  margin: 0;
}

@media (max-width: 767px) {
  .blog-details-page .blog-meta p {
    display: none;
  }
}

.blog-details-page .blog-meta span {
  font-size: 17px;
  color: var(--primary-color);
  margin-right: 45px;
}

.blog-details-page .blog-content {
  padding-left: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .blog-content {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-content {
    padding-left: 0;
  }
}

.blog-details-page .blog-content h3 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-page .blog-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .blog-details-page .blog-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.blog-details-page .blog-content-inner h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 30px;
  color: var(--primary-color);
}

.blog-details-page .blog-content-inner h4 span {
  font-size: 18px;
  padding-right: 30px;
}

.blog-details-page .blog-content-inner p {
  padding-left: 50px;
}

.blog-details-page .blog-quote-text {
  position: relative;
}

.blog-details-page .blog-quote-text h3 {
  font-size: 28px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
  color: var(--primary-color);
}

@media (max-width: 767px) {
  .blog-details-page .blog-quote-text h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

.blog-details-page .blog-tag-wrap h6 {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.blog-details-page .blog-tag-wrap a {
  font-size: 16px;
  color: var(--primary-color);
  border: 1px solid #ddd;
  padding: 7px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comments-headline h5 {
  font-weight: 500;
}

.single-comments-inner {
  display: inline-flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .single-comments-inner {
    flex-direction: column;
  }
}

.comments-autor-thumb img {
  width: 100px;
}

@media (max-width: 767px) {
  .comments-autor-thumb img {
    margin-bottom: 10px;
  }
}

.comments-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .comments-content {
    padding-left: 0;
  }
}

.comments-content h6 {
  font-size: 20px;
}

p.comments-date {
  margin-bottom: 30px;
}

a.reply-btn {
  font-size: 17px;
  color: var(--primary-color);
}

a.reply-btn i {
  margin-right: 15px;
}

.comments-form-wrap {
  background: #fff;
  margin-top: 60px;
}

.comments-form-wrap h3 {
  margin: 0 0 30px;
}

.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-bottom: 30px;
}

.comments-form-wrap .comments-form textarea {
  height: 200px;
}

.comments-form-wrap input[type="submit"] {
  width: 170px;
  font-size: 17px;
}

.blog-sidebar {
  margin-top: 270px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 50px;
  }
}

.search-bar-wrap input {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 50px;
}

.search-bar-wrap i {
  font-size: 18px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  right: 35px;
}

.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  background: #fff;
  margin: 60px 0;
}

.blog-category ul li {
  display: block;
  border-top: 1px solid #ddd;
}

.blog-category ul li span {
  font-size: 14px;
  color: var(--primary-color);
}

.blog-category ul li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
  padding-left: 20px;
  margin: 20px 0;
}

.blog-category ul li a:hover {
  color: #171717;
}

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

.single-latest-post {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.post-title h3 a {
  font-size: 22px;
  line-height: 30px;
}

.post-tag p {
  margin: 10px 0;
}

.blog-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.popular-tag-wrap a {
  font-size: 15px;
  color: var(--primary-color);
  border: 1px solid #ddd;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 10px;
}

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

.faq-section {
  position: relative;
  z-index: 1;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .faq-section.section-padding {
    background-image: none !important;
  }
}

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

.cp-custom-accordion .accordion-items {
  margin-bottom: 20px;
}

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 30px;
  background-color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 21px;
  color: #171717;
  border: none;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 30px;
  }
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 15px;
  margin-right: 15px;
  color: var(--primary-color);
}

@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: "\f061";
  font-family: "Line Awesome Free";
  top: 25%;
  transform: rotate(-180deg);
  right: 30px;
  font-size: 20px;
  font-weight: 500;
  opacity: 1;
  color: var(--primary-color);
  border: 1.5px solid var(--primary-color);
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons::after {
    top: 35px;
    right: 0;
    font-size: 16px;
  }
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
  content: "\f061";
  transform: rotate(-45deg);
}

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

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

@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

@media (max-width: 767px) {
  .client-area.pt-100 {
    padding-top: 50px;
  }
}

.single-client {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 215px;
  margin-left: 30px;
}

.single-client img {
  max-width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

@media (max-width: 767px) {
  .single-client {
    margin-left: 0;
    width: inherit;
  }
}

.client-area .owl-dots {
  display: none;
}

.single-team-item {
  margin-bottom: 50px;
}

.single-team-item .team-info h5 {
  font-size: 24px;
  margin-top: 15px;
}

.single-team-item .team-info hr {
  margin: 8px 0;
}

.single-team-item .team-info p {
  margin: 0;
}

.single-team-item .social-icon {
  font-size: 18px;
}

.single-team-item .social-icon a i {
  font-size: 18px;
  margin-right: 10px;
  color: var(--primary-color);
  margin-top: 5px;
}

.single-team-item .social-icon a i:hover {
  color: #333;
}

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

@media (max-width: 767px) {
  .team-section .section-title h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .team-area.section-padding.pb-100 {
    padding-bottom: 50px;
  }
}

.team-bg-wrap {
  max-width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-bg-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .team-bg-wrap {
    margin-top: 60px;
    max-width: calc(100% - 0px);
  }
}

.team-content-wrapper h3 {
  color: #636363;
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-content-wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .team-content-wrapper h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px;
  }
}

.team-content-wrapper p {
  margin-top: 50px;
  text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-content-wrapper p {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-content-wrapper p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .team-content-wrapper p {
    margin-top: 30px;
  }
}

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

@media (max-width: 767px) {
  .process-section.pt-0 {
    padding-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .process-section.pb-100 {
    padding-bottom: 50px;
  }
}

.single-process-item {
  border-top: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    padding: 30px;
  }
}

.single-process-item h2 {
  font-size: 50px;
}

.single-process-item h4 {
  margin: 30px 0 20px;
}

.single-process-item p {
  margin: 0;
}

.single-process-item .process-num {
  position: relative;
  z-index: 1;
}

.single-process-item .process-num i {
  color: #ddd;
  padding-left: 30px;
}

.single-process-item .process-num:before {
  position: absolute;
  content: "";
  top: -30px;
  left: -30px;
  width: 1px;
  height: 90px;
  background: #ddd;
}

.process-content-wrap .accordions {
  border-bottom: 1px solid #ddd;
}

.process-content-wrap .cp-custom-accordion .accordion-items {
  margin-bottom: 0;
}

.process-content-wrap .cp-custom-accordion .accordion-buttons {
  border-top: 1px solid #ddd;
  border-bottom: none;
  padding: 30px 0px;
  font-size: 30px;
  font-weight: normal;
}

.process-content-wrap .cp-custom-accordion .accordion-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 25px;
}

.process-img-wrap {
  position: relative;
  max-width: calc(100% - 40px);
}

.process-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  overflow: hidden;
}

.process-img-2 {
  position: relative;
  width: 75%;
  margin: 120px auto;
  overflow: hidden;
}

.process-img-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  overflow: hidden;
}

.single-process-item {
  margin-bottom: 60px;
}

.single-process-item h5 {
  font-size: 24px;
  margin: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-process-item {
    padding: 30px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .single-process-item {
    padding: 30px;
    margin-bottom: 0;
  }
}

.process-icon img {
  width: 60px;
  height: auto;
}

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

.single-choose-wrap {
  max-width: calc(100% - 100px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-wrap {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  .single-choose-wrap {
    max-width: calc(100% - 10px);
  }
}

.single-choose-inner {
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.single-choose-inner h5 {
  font-size: 45px;
  font-weight: 400;
  color: #9f9f9f;
}

.single-choose-inner h5 span {
  font-size: 20px;
  position: relative;
  top: -45px;
}

@media (max-width: 767px) {
  .single-choose-inner h5 span {
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .single-choose-inner h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

.single-choose-inner p {
  font-size: 18px;
  font-weight: 400;
  margin: 26px 0;
  padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-inner p {
    margin: 20px 0;
  }
  .main-menu ul > li > a {
    font-size: 13px;
  }
  .main-menu ul > li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .single-choose-inner p {
    padding-right: 75px;
  }
}

.single-choose-inner .details-link {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.single-choose-inner .details-link i {
  font-size: 25px;
  color: #7f7f7f;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.single-choose-inner:nth-of-type(4) .details-link {
  bottom: 30px;
}

.single-choose-inner:hover h5 a {
  color: #171717;
}

.single-choose-inner:hover .details-link i {
  transform: rotate(180deg);
}

.choose-content-wrap p {
  font-size: 18px;
  margin: 40px 0;
}

.single-choose-item {
  position: relative;
}

@media (max-width: 767px) {
  .single-choose-item {
    margin-top: 30px;
  }
}

.choose-img {
  width: 32.5%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset-inline-end: 10%;
  top: 80px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
  z-index: 9;
}

.choose-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-choose-item:last-child .choose-img {
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-choose-item:last-child .choose-img {
    top: -100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:last-child .choose-img {
    top: -50px;
  }
}

.single-choose-item .choose-img img {
  width: 100%;
}

.single-choose-item:hover .choose-img {
  opacity: 1;
  visibility: visible;
  inset-inline-end: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-choose-item:hover .choose-img {
    inset-inline-end: 10%;
  }
}

.footer-area {
  background: #171717;
  color: #fff;
  position: relative;
  margin-top: -100px;
  z-index: 1;
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .footer-area {
    padding: 50px 50px;
    margin-top: 0;
  }
}

.footer-area .logo {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  object-fit: contain;
  width: fit-content;
}
.footer-area .logo img {
  width: 200px;
  background: white;
  border-radius: 20px;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 20px 0;
}

.footer-area p {
  font-size: 17px;
  margin-top: 10px;
  color: #ffffff;
}

.footer-area ul li a {
  font-size: 17px;
  display: block;
  color: #ffffff;
  padding: 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}

.footer-area ul li a:hover {
  color: var(--primary-color);
}

.footer-up {
  padding: 80px 0;
}

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

@media (max-width: 767px) {
  .footer-up {
    padding: 0;
  }
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #171717;
  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 0;
  color: var(--primary-color);
  font-size: 16px;
}

@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 a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.award-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

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

.single-award-item {
  display: flex;
  align-items: end;
}

@media (max-width: 767px) {
  .single-award-item {
    margin-bottom: 30px;
  }
}

.single-award-item p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .single-award-item p {
    margin-bottom: 0;
  }
}

.single-award-item h3 {
  line-height: 1;
}

.award-icon {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.award-icon i {
  font-size: 20px;
  transform: rotate(-45deg);
}

.award-info {
  padding-left: 30px;
}

.award-info h3 {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .award-info h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .award-info h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 35px;
  }
}

.newsletter-bg {
  background-color: #efefe9;
}

.bg__image {
  position: relative;
}

.bg__image img {
  width: 300px;
  position: absolute;
  left: -50%;
  bottom: 2rem;
  opacity: 0.3;
}

.bg__image-2 img {
  width: 300px;
  position: absolute;
  right: -7rem;
  bottom: 2rem;
  opacity: 0.3;
}

.newsletter-inner {
  position: relative;
  padding: 50px;
  color: #fff;
  z-index: 2;
  background-image: url(../img/offcanvas-img.jpg);
  background-repeat: no-repeat;
  /* background-position: bottom; */
  background-size: cover;
  border-radius: 30px;
}

.newsletter-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  z-index: -1;
  border-radius: 30px;
}
.newsletter-title {
  margin-bottom: 10px;
}
.newsletter-heading h2 {
  color: #fff !important;
}
.newsletter-content p {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-inner {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .newsletter-inner {
    padding: 50px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content {
    margin-top: 50px;
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .newsletter-content {
    margin-top: 30px;
  }
}

.subscribed-form input[type="text"] {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
}

.subscribed-form form {
  position: relative;
}

.subscribed-form input[type="submit"] {
  position: absolute;
  right: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px;
  top: 6px;
  color: #fff !important;
}
.subscribed-form input[type="text"]::placeholder {
  color: #fff;
}
.subscribed-form input[type="submit"]:hover {
  background: #171717;
  border-color: #171717;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-section .section-title span i {
    transform: rotate(90deg);
  }
}

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

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 36px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  font-size: 36px;
}

.breadcrumb-area h4 {
  margin-top: 10px;
}

.contact-section .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}

.contact-section .section-title i {
  transform: rotate(-45deg);
}

.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;
  border-radius: 50px;
  width: 135px;
}

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

.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;
}
.social-area {
  display: flex;
}
.contact-section .contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

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

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

.funfacts_item {
  display: flex;
  align-items: center;
  height: 250px;
}

@media (max-width: 767px) {
  .funfacts_item {
    height: 100px;
  }
}

.funfacts_item h5 {
  font-size: 75px;
  font-weight: 500;
  margin-right: 60px;
  color: #171717;
}

@media (max-width: 767px) {
  .funfacts_item h5 {
    font-size: 36px;
  }
}

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

.funfacts_item img {
  display: inline-block;
  position: relative;
  top: -6px;
}

h5.slick-slide img {
  margin-right: 30px;
}

@media (max-width: 767px) {
  h5.slick-slide img {
    width: 40px;
    height: auto;
  }
}

.call-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.call-action p {
  margin: 0;
  color: var(--primary-color);
  font-weight: 600;
}
.call-action i {
  font-size: 24px;
  color: var(--primary-color);
}
.extra-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-btn {
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 10000;
}
.gallery-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  /* margin-bottom: 50px !important; */
  position: relative;
  z-index: 100;
}
/* **************************** */
.bottom-fade {
  width: 100%;
  top: 0;
  height: 100%;
  float: left;
  position: absolute;
  background: linear-gradient(
    to top,
    #0000008c 0%,
    rgb(0 0 0 / 80%) 19%,
    rgba(0, 0, 0, 0.541) 34%,
    rgba(0, 0, 0, 0.382) 47%,
    rgba(0, 0, 0, 0.278) 56.5%,
    rgba(0, 0, 0, 0.194) 65%,
    rgba(0, 0, 0, 0.126) 73%,
    rgba(0, 0, 0, 0.075) 80.2%,
    rgba(0, 0, 0, 0.042) 86.1%,
    rgba(0, 0, 0, 0.021) 91%,
    rgba(0, 0, 0, 0.008) 95.2%,
    rgba(0, 0, 0, 0.002) 98.2%,
    transparent 100%
  ) !important;
  z-index: 0;
  border-radius: 20px 20px 0 20px;
}
.service .bottom-fade {
  z-index: 1;
}
.service {
  position: relative;
}

.service .service-carousel {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.service .service-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}

.service .item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

/* img */

.service .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.service .item:hover .img img {
  transform: scale(1.05);
}

.service .item .con {
  position: relative;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 85% 15%;
  align-items: center;
}

.service .item .con.opacity-1 {
  opacity: 0;
}

.service .item .con.active {
  visibility: visible;
  opacity: 1;
}

/* arrow */

.service .item .con .arrow {
  position: relative;
  display: block;
  visibility: visible;
  opacity: 1;
  text-align: -webkit-right;
  transform: rotate(0);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.service .item .con .arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
}

.service .item:hover .con .arrow a {
  border: 1px solid #fff;
  background: #fff;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

/* title */

.service .item .con .title {
  position: absolute;
  bottom: 0px;
  padding: 20px 90px 20px 20px;
  width: 100%;
}

.service .item .con .title h6 {
  font-family: "Archivo", serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
}

.service .item .con .title h6 span {
  color: var(--secondary-color);
  margin-right: 2px;
}

.service .item .con .title h4 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.service .item .con .title h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

/* icon */

.service .item .con .icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #ffffff;
  border-top-left-radius: 50%;
  padding: 15px;
}

.service .item:hover .con .icon .arrow {
  transform: scale(1.05);
}

.service .item .con .icon::before {
  position: absolute;
  content: " ";
  bottom: 6px;
  left: -20px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #ffffff;
}

.service .item .con .icon::after {
  position: absolute;
  content: " ";
  top: -20px;
  right: 6px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 6px 6px 0 6px #ffffff;
}

.service .item .con .icon .arrow {
  position: absolute;
  background: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  transform: rotate(-45deg);
}

.service .item:hover .con .icon .arrow {
  color: #fff;
  background: var(--primary-color);
}
/* **************** */
.star {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Nav logo */

.nav-logo {
  width: 230px;
  padding: 5px 0;
}
/* Breadcrumb */
.breadcrumb-container {
  position: relative;
  padding: 120px;
  text-align: center;
  z-index: 1;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.breadcrumb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.breadcrumb-item a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 42px;
}

.breadcrumb-item:last-child::after {
  content: "";
}

.breadcrumb-item.active a {
  color: #ddd;
  pointer-events: none;
}

/* Media Query for Small Screens */
@media (max-width: 768px) {
  .breadcrumb-item a {
    font-size: 28px;
  }

  .breadcrumb-item::after {
    margin: 0 5px;
  }
}
@media (max-width: 485px) {
  .breadcrumb-item a {
    font-size: 20px !important;
  }
  .breadcrumb-item.active {
    font-size: 28px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 28px !important;
  }
}
/* Values Section */
.value-item {
  border: 2px solid black;
  padding: 0px 15px;
  border-radius: 15px;
  margin-top: 15px;
}
.value-icon {
  display: flex;
  justify-content: center;
}
.value-icon img {
  margin: 10px 0;
}
.value-content h3 {
  text-align: center;
  margin: 10px 0px;
}

.value-content p {
  text-align: center;
}
.design-by a {
  color: #fff;

  font-size: 16px;
}

.design-by a:hover {
  color: var(--primary-color);
}
/* ------------- Gallery Section Start ------------------ */

/* ------------------------------- */
.gallery-section {
  text-align: center;
  padding: 20px;
  background: #fff;
  padding-top: 1.7rem;
  padding-bottom: 3rem;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px;
}
.gallery img {
  width: 400px;
  height: 300px;
  margin: 10px 0px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 20px;

  transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
  filter: brightness(70%);
  transform: scale(1.1);
}

/* ------------- Review Section Start ------------------ */
.main-reviews {
  padding: 80px 0;
}
.review-header {
  display: flex;
  gap: 20px;
  background: linear-gradient(150deg, var(--primary-color), #1f1f1fdb);
  padding: 20px;
  border-radius: 30px;
  align-items: center;
  justify-content: space-between;
}
.google-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.google-image img {
  width: 20px;
  background: #fff;
  border-radius: 100%;
}
.google-header p {
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: white;
}

/*  */
.review-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 35px;
  justify-content: center;
  align-items: center;
}

.card {
  background: linear-gradient(150deg, var(--primary-color), #1f1f1fdb);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: white;
  padding: 20px;
  margin-top: 20px;
  border: 0;
  height: 95%;
}
.rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating p {
  color: #fff;
}

.rating img {
  max-width: 30px;
}

.reviewer {
  font-weight: bold;
}

.rating-person-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: maroon;
}
.rating-person-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: purple;
}
.rating-person-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: green;
}
.rating-person-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: orchid;
}
.rating-person-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: skyblue;
}
.rating-person-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: grey;
}
.rating-person-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: pink;
}
.rating-person-8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: black;
}
.rating-person-9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  gap: 5px;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50%;
  background-color: red;
}
.review-text {
  margin-top: 10px;
}

.item2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
  column-gap: 35px;
}
.main-reviews .section-title {
  text-align: center;
}
/* Reviews responsive */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .review-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .card {
    margin-top: 20px;
  }
}
@media only screen and (max-device-width: 767px) {
  .review-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .card {
    margin-top: 20px;
  }
  .xs-get-in-touch {
    padding: 50px 0 30px !important;
  }

  .xs-form-group {
    padding: 20px 10px !important;
  }

  .xs-form-group h3 {
    margin-bottom: 10px;
  }
}
.inner-services-btn {
  margin-top: 20px;
}
/* Contact Section */
.xs-get-in-touch {
  padding: 100px 0 60px;
}
.get-in-touch-cont h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 28px;
}
.xs-contact-sec {
  margin-bottom: 100px;
}
.xs-form-group {
  background: #f7f7f7;
  padding: 44px 36px;
}
.home-form {
  background: none;
  padding: 0;
}
.home-form .form-control {
  margin-bottom: 10px;
}
.xs-form-group .form-control {
  border: none;
  margin-bottom: 20px;
}
.xs-form-group .xs-btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xs-form-group .xs-btn-wraper .xs-btn {
  display: block;
  width: 25%;
  background-color: var(--primary-color);
  color: #fff;
  padding: 15px 30px;
  width: fit-content;
}
.xs-form-group .xs-btn-wraper .xs-btn:hover {
  background-color: var(--primary-color);
}
.contact-map {
  width: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 473px;
}
.xs-contact-v2-sec {
  margin-bottom: 100px;
}
.xs-contact-v2-sec .xs-single-title {
  margin-bottom: 32px;
}
.xs-contact-v2-sec .xs-form-group {
  padding: 0;
  background: #fff;
}
.xs-contact-v2-sec .xs-form-group .form-control {
  border: 1px solid #eee;
}
.xs-contact-v2-sec .xs-form-group .xs-btn-wraper {
  text-align: center;
}
.xs-contact-v2-sec .xs-form-group .xs-btn-wraper .xs-btn {
  width: auto;
  display: inline-block;
}
.xs-contact-infomation {
  margin-bottom: 100px;
}
.xs-contact-infomation.xs-contact-infomation-v2
  [class*="col-"]:last-of-type
  .contact-info-group {
  padding: 27px 40px;
}
.xs-contact-infomation.xs-contact-info-1 {
  margin-bottom: 135px;
}
.contact-info-group {
  background: #f7f7f7;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 2px 6px 29px -6px #e0e0e0;
  box-shadow: 2px 6px 29px -6px #e0e0e0;
}
.contact-info-group i {
  font-size: 45px;
  display: block;
  color: var(--primary-color);
  margin-bottom: 30px;
}
.contact-info-group h4 {
  font-size: 18px;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.contact-info-group h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 54px;
  height: 1px;
  background: #d6d6d6;
  display: block;
  right: 0;
  margin: auto;
}
.contact-info-group span,
.contact-info-group a {
  display: block;
  font-family: "Archivo", serif;
  color: #6d6d6d;
  font-weight: 500;
}
.contact-info-group span.text-color,
.contact-info-group a.text-color {
  color: var(--primary-color);
}
.contact__content {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 2rem;
}

.contact__details {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem;
  background-color: #f7f7f7;
  margin-bottom: 1.6rem;
}

.contact__details--icon {
  background-color: var(--primary-color) 66;
  width: fit-content;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.contact__details--icon svg {
  height: 30px;
  width: 30px;
}

.contact__details--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__details--content h6 {
  margin-bottom: 0;
}

.contact__details--content p {
  margin-bottom: 0;
  color: #000;
}
.contact__details--content p a {
  font-size: 18px;
}
.contact__google {
  padding-top: 0 !important;
}

.contact__google--top {
  margin-bottom: 1rem;
}
.contact__google--top h3 {
  margin-bottom: 1rem;
}

.contact__social--icons {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  margin-top: 20px;
}

.contact__social--icons i:hover {
  color: var(--primary-color);
}

.contact__social--icons li a i {
  font-size: 1.5rem;
  color: var(--primary-color);
}
.service-content-wrapper {
  padding: 1rem 1.5rem;
  border-radius: 20px;
}

.service-content-wrapper h3 {
  font-weight: 600;
  line-height: 150%;
}

.service-content-wrapper p {
  font-size: 18px;
  margin-top: 20px;
  text-align: justify;
}
@media (max-width: 1020px) {
  .contact__break {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .xs-get-in-touch {
    padding: 70px 0 45px;
  }
  .xs-form-group,
  .contact-info-group {
    margin-bottom: 50px;
  }
  .xs-contact-infomation,
  .xs-contact-sec {
    margin-bottom: 70px;
  }
  .xs-popup-content .xs-popup-left-content {
    margin-bottom: 40px;
  }
  .breadcrumb-container {
    padding: 100px;
  }
}
@media (max-width: 768px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
  .header-right {
    display: none;
  }
  .overlay {
    height: 0;
  }
  .breadcrumb-container {
    padding: 70px;
  }
}
@media (max-width: 450px) {
  .breadcrumb-item a {
    font-size: 36px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    font-size: 32px;
  }
  .breadcrumb-item.active {
    font-size: 32px;
  }
}
@media (min-width: 991px) {
  .small-size-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .newsletter-inner {
    border-radius: 0;
  }
  .newsletter-inner::before {
    border-radius: 0;
  }
  .small-size-content {
    display: none;
  }
}
.owl-carousel.owl-loaded {
  overflow: hidden;
}
/* .feature-area {
  padding: 50px;
} */
/* ************************************ */
.hero-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40404087;
  z-index: 3;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.content-container {
  position: relative;
  z-index: 4;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.hero-title {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 50px;
}
.hero-info {
  text-align: right;
}

.since {
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: #fff;
}
.since:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 175px;
  width: 60px;
  height: 2.5px;
  background: #ddd;
}
.service {
  font-size: 1.5rem;
  color: #fff;
}

.testimonial {
  font-size: 1.5rem;
  line-height: 30px;
}

.btn-primary {
  background-color: var(--secondary-color);
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-radius: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-info {
    text-align: left;
  }

  .about__feature--item {
    padding: 16px;
  }

  .about__feature--item p {
    margin-bottom: 0;
  }

  .service {
    font-size: 1rem;
  }

  .testimonial {
    font-size: 0.9rem;
  }
  .since:before {
    display: none;
    position: absolute;
    content: "";
    top: 50%;
    right: 150px;
    width: 60px;
    height: 2.5px;
    background: #ddd;
  }
  .contact__social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.contact__social {
  padding: 1rem !important;
}
/* lets chat */
#onlineIndicator {
  position: relative;
  bottom: 5px;
  left: 5px;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: #00ff00;
  border-radius: 50%;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: white;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 998; /* Added z-index */
  display: none;
}
#chatContainer {
  position: relative;
  z-index: 10000000;
}

#chatBox {
  position: fixed;
  bottom: 100px; /* Adjust as needed */
  right: 20px;
  width: 300px;
  height: 400px;
  overflow-y: auto; /* Enable scrolling */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#chatBtnContainer {
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#chatBtn {
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#chatBtn h3 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}
#chatBtn-1 {
  background-color: var(--primary-color);
  color: #000000;
  border: none;
  border-radius: 100%;
  padding: 5px 10px;
  cursor: pointer;
}
#chatFormContainer {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: none;
}

#chatForm {
  /* background-color: #fff; */
  background: var(--primary-color);
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 15px;
  width: 350px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
#chatForm i {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: end;
  cursor: pointer;
  font-size: 24px;
}
.chat-form-btn button {
  padding: 10px;
  border-radius: 40px;
  border: none;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
}
.chat-form-btn button:hover {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
/* Responsive styles */
@media (max-width: 600px) {
  #chatBox,
  #chatFormContainer {
    width: calc(100% - 40px);
    right: 20px;
  }
}
@media (min-width: 767.1px) {
  #chatBtn-1 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #chatBtn {
    display: none;
  }
}
.project-img img {
  height: 384px;
  border-radius: 20px;
}
.process-img-1,
.process-img-2,
.process-img-3 {
  border-radius: 20px;
}
.list-title h2 {
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.list-title h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
}
.list-title.heading-animation h3 {
  font-size: 40px !important;
  line-height: 50px !important;
  color: var(--primary-color) !important;
  text-align: center;
}
.list-title h5 {
  color: var(--primary-color);
  margin-top: 15px;
}
.list-image-side img {
  border-radius: 20px;
}
.styled-list {
  list-style: none;
  padding: 0;
}

.styled-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Archivo", serif;
  font-size: 18px;
  font-weight: 400;
  color: #252525;
}

.styled-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-size: 1.2em;
}
/* Top Bar Start */
.top-header {
  background: var(--primary-color);
  padding: 10px 0px;
  position: relative;
  z-index: 1;
}
.left-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.left-side .quote h5 {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 500;
}
.right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.top-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-text p {
  color: var(--secondary-color);
  margin: 0;
  font-weight: 500;
}
.top-text a img {
  width: 150px;
}
.swiper-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide {
  font-size: 18px;
  color: var(--secondary-color);
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
/* Top Bar End */

.form__message {
  font-size: 14px;
}
