@charset "UTF-8";
/*
Template Name: Dazio
Template URI: 
Description: Creative Agency & Portfolio HTML Template 
Author: Capricorn Studio
Author URI: 
Version: 1.0
 */
/*-- TABLE OF CONTENTS 
-----------------------

    01. Google Font Import
    02. Default CSS
    03. Section Padding 
    04. Section Title  
    05. Button  
    06. Form 
    07. Bootstrap Customize 
    08. Bacground Color & Overlay
    09. Custom Animation
    10. Margin & Padding 
    11. Preloader
    12. Mouse Cursor
    13. Search Form 

    14. Header Area
    15. Main Menu 
    16. Mobile Menu  
    17. Off Canvas Menu

    18. Hero Area CSS
    19. About CSS
    20. Service CSS
    22. Testimonial CSS
    23. Team CSS
    24. Price CSS
    25. FAQ CSS
    26. Service Slider
    28. Counter 
    29. Clients 
    30. CTA 
    31. Blog 
    32. Contact
    33. Footer Area
    36. Marquee Slider   

--------------------*/
/*-- 01. Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders:opsz,wght@10..72,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap");
/*--02. Default CSS-- */
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 0;
}

#home-2 h1,
#home-2 h2,
#home-2 h3,
#home-2 h4,
#home-2 h5,
#home-2 h6 {
  font-family: "Big Shoulders", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

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

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

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

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

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

#home-2 .section-title h2 {
  text-transform: uppercase;
  font-family: "Big Shoulders", sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: 0;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-2 .section-title h2 {
    font-size: 80px;
    line-height: 90px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-2 .section-title h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #home-2 .section-title h2 {
    font-size: 50px;
    line-height: 55px;
    margin: 15px 0;
  }
}

#home-4 .section-title h2 {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: -2px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-4 .section-title h2 {
    font-size: 80px;
    line-height: 90px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-4 .section-title h2 {
    font-size: 60px;
    line-height: 65px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #home-4 .section-title h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 15px 0;
  }
}

#home-5 .section-title h2 {
  font-family: "Inter", sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-5 .section-title h2 {
    font-size: 80px;
    line-height: 90px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-5 .section-title h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #home-5 .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
    letter-spacing: -2px;
  }
}

#home-6 .section-title h2 {
  font-family: "Literata", serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -4px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-6 .section-title h2 {
    font-size: 80px;
    line-height: 90px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-6 .section-title h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #home-6 .section-title h2 {
    font-size: 40px;
    line-height: 55px;
    margin: 15px 0;
    letter-spacing: -2px;
  }
}

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

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

.section-sub-title span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

span.sub-title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  span.sub-title {
    font-size: 16px;
  }
}

#home-3 .section-title span.sub-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

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

/*--05. Button Style 
--------------------*/
.theme-btn, .dark-btn, .white-btn, .bordered-btn {
  display: inline-flex;
  background: #FF5C2A;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-transform: capitalize;
  padding: 18px 30px;
  border: 2px solid #FF5C2A;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .theme-btn, .dark-btn, .white-btn, .bordered-btn {
    padding: 15px 20px;
  }
}
.theme-btn:hover, .dark-btn:hover, .white-btn:hover, .bordered-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.bordered-btn {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 25px;
}
.bordered-btn:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}

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

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

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

textarea {
  height: 200px;
}

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

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

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

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

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

.container {
  max-width: 1230px;
}

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

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

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

.primary-bg {
  background: #FF5C2A;
}

.dark-bg {
  background: #121212;
}

.dark-bg-2 {
  background: #161616;
}

.gray-bg {
  background: #F4F4F4;
}

.white-bg {
  background: #fff;
}

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

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

.overlay-2 {
  opacity: 0.2;
}

.overlay-3 {
  opacity: 0.3;
}

.overlay-4 {
  opacity: 0.4;
}

.overlay-5 {
  opacity: 0.5;
}

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

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

.text-gray {
  color: #797C7F !important;
}

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

.fix {
  overflow: hidden;
}

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

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

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

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

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

#header-3 .header-sticky .navigation {
  background: #fff;
}

#header-3 .header-sticky .container {
  background: #fff;
}

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

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

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

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

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

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

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
span.dropcap_style {
  background-color: transparent;
  color: #000;
  font-size: 60px;
  font-weight: 500;
  height: 50px;
  line-height: 55px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 40px;
  padding-right: 5px;
  overflow: visible;
  float: left;
}

.form-check {
  margin-top: 10px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .form-check {
    text-align: start;
    line-height: 1.4;
  }
}
.form-check input {
  width: 18px;
  height: 18px;
  padding: 0 !important;
  border-color: #171717 !important;
  margin-bottom: 0 !important;
}

.form-check-input[type=checkbox] {
  background: transparent;
}

.form-check-label {
  margin-left: 10px;
}

.form-check .form-check-input {
  float: none !important;
  margin-left: 0 !important;
}

.parallax-view {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtm-25 {
  margin-top: -25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mtm-25 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .mtm-25 {
    margin-top: 0;
  }
}

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

.mtm-40 {
  margin-top: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mtm-40 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .mtm-40 {
    margin-top: 0;
  }
}

.mtm-50 {
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mtm-50 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .mtm-50 {
    margin-top: 0;
  }
}

/* --11. Preloader
------------------*/
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FF5C2A;
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-family: "Big Shoulders", sans-serif;
  font-size: 120px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}
.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

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

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

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #000000;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.side-info {
  padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

.extra-info .logo img {
  width: 130px;
}

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

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

.main-menu ul li {
  position: relative;
}
.main-menu ul li a.navlink:before {
  position: absolute;
  content: "";
  bottom: 25px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #FF5C2A;
  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: #000000;
}

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

.main-menu ul > li > ul li a.active {
  position: relative;
  padding-left: 50px;
}

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

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

/* -- 16. Mobile Menu 
---------------------*/
.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: #000;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}
.mobile-nav.show {
  right: 0px;
}
.mobile-nav .close-nav {
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 10px;
}
.mobile-nav .sidebar-nav {
  margin-top: 60px;
}
.mobile-nav .sidebar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.mobile-nav .sidebar-nav .metismenu {
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu > li {
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-nav .sidebar-nav .metismenu a {
  position: relative;
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  outline-width: 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #282423;
}
.mobile-nav .sidebar-nav .metismenu ul li {
  display: block;
}
.mobile-nav .sidebar-nav .metismenu ul a {
  padding: 10px 15px 10px 35px;
  position: relative;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover {
  padding-left: 40px;
}
.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
  background-color: #fff;
}
.mobile-nav .sidebar-nav .metismenu ul a::before {
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  content: "";
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.mobile-nav .sidebar-nav .metismenu ul ul {
  list-style-type: circle !important;
}
.mobile-nav .sidebar-nav .metismenu ul ul a {
  padding: 10px 15px 10px 45px;
  font-weight: 500;
}
.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
  text-decoration: none;
  color: #f8f9fa;
  background: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#header-2 .header-right {
  gap: 50px;
}

#header-5 .header-right {
  gap: 20px;
}

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

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

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

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

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

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

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

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

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

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

#header-3 .navigation {
  background: #F1EEE3;
}

#header-3 .container {
  background: #F1EEE3;
}

.main-menu ul li .has-homemenu {
  width: 780px;
  opacity: 0;
  left: -100px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
  background: #fff;
  border-radius: 15px;
}

.main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

ul.sub-menu.has-homemenu li {
  margin: 0;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  transition: 0.3s;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu:hover {
  transform: translateY(-7px);
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  z-index: 1;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.05);
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn, .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .bordered-btn, .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .white-btn, .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .dark-btn {
  padding: 12px 18px;
  color: #fff !important;
  width: initial;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: initial;
  border-radius: 10px;
}
.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:before, .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .bordered-btn:before, .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .white-btn:before, .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .dark-btn:before {
  display: none;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  margin: 20px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

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

#home-1 .hero-area-banner {
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-1 .hero-area-banner {
    height: 620px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner {
    height: 590px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner {
    background-position: top;
    height: 100%;
  }
}
#home-1 .hero-area-banner .hero-area-content {
  padding-top: 120px;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-area-content {
    padding-top: 60px;
  }
}
#home-1 .hero-area-banner h1 {
  color: #000;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-1 .hero-area-banner h1 {
    font-size: 65px;
    line-height: 70px;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner h1 {
    font-size: 60px;
    line-height: 65px;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 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 .contact-link a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 20px;
}
#home-1 .hero-area-banner .contact-link a:hover {
  color: #FF5C2A;
}
#home-1 .hero-area-banner .hero-text-wrap {
  padding-left: 90px;
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-text-wrap {
    padding-left: 0;
  }
}
#home-1 .hero-area-banner .hero-text-wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner .hero-text-wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-text-wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 50px;
  }
}
#home-1 .hero-area-banner .hero-headline-text h2 {
  font-size: 280px;
  font-weight: 600;
  letter-spacing: -4px;
  position: relative;
  z-index: 1;
  left: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-1 .hero-area-banner .hero-headline-text h2 {
    font-size: 220px;
    letter-spacing: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner .hero-headline-text h2 {
    font-size: 180px;
    letter-spacing: -5px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-headline-text h2 {
    font-size: 100px;
    letter-spacing: -5px;
  }
}
#home-1 .hero-area-banner .hero-headline-text h2 span {
  font-size: 200px;
  position: absolute;
  top: 0;
  right: -160px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #home-1 .hero-area-banner .hero-headline-text h2 span {
    font-size: 180px;
    right: -160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-1 .hero-area-banner .hero-headline-text h2 span {
    font-size: 120px;
    right: -100px;
  }
}
@media (max-width: 767px) {
  #home-1 .hero-area-banner .hero-featured-img {
    display: none;
  }
}
#home-1 .hero-area-banner .hero-featured-img img {
  width: 230px;
  border-radius: 20px;
}
#home-1 .hero-area-banner .hero-featured-text span {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .home-hero-img img {
    height: 265px;
    object-fit: cover;
  }
}

#hero-2.hero-area {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #hero-2.hero-area {
    padding-top: 120px;
  }
}
#hero-2 .hero-right-wrap h1 {
  font-family: "Big Shoulders", sans-serif;
  font-size: 225px;
  line-height: 200px;
  letter-spacing: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-2 .hero-right-wrap h1 {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  #hero-2 .hero-right-wrap h1 {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2px;
  }
}
#hero-2 .hero-left-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#hero-2 .hero-left-wrap span.intro {
  font-family: "Big Shoulders", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 1px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-2 .hero-left-wrap span.intro {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #hero-2 .hero-left-wrap span.intro {
    margin-bottom: 20px;
  }
}
#hero-2 .hero-left-wrap p {
  padding-right: 80px;
}
@media (max-width: 767px) {
  #hero-2 .hero-left-wrap p {
    padding-right: 0;
  }
}
#hero-2 .hero-right-wrap {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #hero-2 .hero-right-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-2 .hero-right-wrap {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #hero-2 .hero-right-wrap {
    padding-left: 0;
  }
}
#hero-2 .hero-img-wrap {
  border-radius: 20px;
}
#hero-2 .hero-img-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin-top: 60px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #hero-2 .hero-img-wrap img {
    height: 300px;
    margin-top: 30px;
  }
}
#hero-2 .parallax-view {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-2 .hero-right-wrap h1 br {
    display: none;
  }
}

#hero-3.hero-area {
  position: relative;
  z-index: 1;
}
#hero-3 .hero-inner-wrap {
  padding-top: 240px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #hero-3 .hero-inner-wrap {
    padding-top: 120px;
  }
}
#hero-3 .hero-area-content h1 {
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 600;
  line-height: 245px;
  letter-spacing: -10px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-3 .hero-area-content h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  #hero-3 .hero-area-content h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -2px;
  }
}
#hero-3 .hero-area-content h1 span {
  padding-left: 365px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-3 .hero-area-content h1 span {
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  #hero-3 .hero-area-content h1 span {
    padding-left: 0;
  }
}
#hero-3 .hero-area.dark-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#hero-3 .decor-radiant-wrap {
  position: absolute;
  content: "";
  top: -30%;
  right: -15%;
  width: 90%;
  height: 100%;
  z-index: -1;
  transition: 0.4s;
}
#hero-3 .hero-inner-wrap h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 160px;
}
@media (max-width: 767px) {
  #hero-3 .hero-inner-wrap h2 {
    font-size: 16px;
    margin-top: 80px;
  }
}
#hero-3 .hero-area-content {
  position: relative;
  z-index: 1;
}
#hero-3 .video-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
@media (max-width: 767px) {
  #hero-3 .video-content-wrap {
    display: none;
  }
}
#hero-3 .video-content-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #121212;
  opacity: 0.2;
  border-radius: 30px;
}
#hero-3 .video-content-wrap video {
  width: 640px;
  height: 640px;
  border-radius: 30px;
}
#hero-3 .hero-desc-wrap {
  position: absolute;
  right: 30px;
  top: 30%;
  width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-3 .hero-desc-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  #hero-3 .hero-desc-wrap {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    margin-top: 30px;
  }
}
#hero-3 .hero-desc-wrap p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
}
#hero-3 .hero-bottom-text img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #hero-3 .hero-bottom-text img {
    width: 40px;
    height: 40px;
  }
}

#hero-4 h1.hero-heading {
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-4 h1.hero-heading {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #hero-4 h1.hero-heading {
    font-size: 40px;
    letter-spacing: 0;
  }
}
#hero-4 .hero-content-wrap p {
  margin-top: 30px;
}
#hero-4 .hero-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #hero-4 .hero-bottom-content {
    flex-flow: column;
    gap: 20px;
  }
}
#hero-4 .hero-bottom-content {
  margin-top: 30px;
  margin-bottom: 90px;
}
#hero-4 .hero-bottom-content span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
#hero-4 .hero-img-wrap {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-4 .hero-img-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #hero-4 .hero-img-wrap {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-4 .hero-img-wrap img {
    object-fit: cover;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  #hero-4 .hero-img-wrap img {
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
  }
}

#hero-5 .hero-content-wrap h1 {
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-5 .hero-content-wrap h1 {
    font-size: 75px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #hero-5 .hero-content-wrap h1 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -2px;
  }
}

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

.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 #ddd;
  border-radius: 50%;
}

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

.circle-button .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #FF5C2A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

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

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

.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);
  }
}
#hero-6 .section-title h1 {
  font-family: "Literata", serif;
  font-size: 152px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -8px;
  padding-top: 60px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #hero-6 .section-title h1 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-6 .section-title h1 {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  #hero-6 .section-title h1 {
    font-size: 38px;
    letter-spacing: 0;
  }
}
#hero-6 .hero-left-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
#hero-6 .img-wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
}
#hero-6 .img-wrap img {
  width: 50%;
  border-radius: 15px;
}
@media (max-width: 767px) {
  #hero-6 .bottom-content {
    margin: 30px 0;
  }
}
#hero-6 .bottom-content span.title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 30px;
}
#hero-6 .hero-mid-content img {
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}
#hero-6 .hero-right-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
#hero-6 .hero-text {
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-6 .hero-text {
    padding-left: 0;
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  #hero-6 .hero-text {
    padding-left: 0;
    margin: 30px 0;
  }
}
#hero-6 .hero-right-content p {
  font-size: 18px;
}

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

.about-section.section-padding {
  position: relative;
  z-index: 999;
}

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

.about-content-wrap p.p-xl {
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content-wrap p.p-xl {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap p.p-xl {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .about-content-wrap p.p-xl {
    font-size: 20px;
    line-height: 24px;
  }
}

.about-content-wrap .link-text {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 20px;
}
.about-content-wrap .link-text:hover {
  color: #FF5C2A;
}

.mission-vision-wrap span.title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#about-3 .single-img-wrap {
  overflow: hidden;
  border-radius: 25px;
}
#about-3 .single-img-wrap img {
  filter: grayscale(1);
  transition: 0.2s cubic-bezier(0.12, 0.05, 1, 1);
}
#about-3 .single-img-wrap:hover img {
  scale: 1.15;
  filter: grayscale(0);
}

#about-5.about-section img {
  border-radius: 20px;
}
#about-5 .about-right-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-5 .about-right-wrap {
    margin-top: 60px;
  }
}
#about-5 .about-img-wrap {
  display: flex;
  gap: 3%;
}
#about-5 .about-img-wrap img {
  width: 50%;
}
#about-5 .about-content-title {
  flex: 0 0 30%;
}
#about-5 .about-content-wrap {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 767px) {
  #about-5 .about-content-wrap {
    display: block;
    margin-top: 30px;
    padding-left: 0;
  }
}
#about-5 .about-content-title span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #about-5 .about-desc {
    margin-top: 30px;
  }
}

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

#about-6 .about-img-wrap {
  margin-top: 30px;
}
#about-6 .about-img-wrap img {
  border-radius: 20px;
}

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

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

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

/* -- 26. image Slider 
========================
*/
.image_slider_wrap {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.slider_item img {
  display: inline-block;
  width: 460px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .slider_item img {
    height: 240px;
  }
}

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

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

#service-1 .section-link h5 a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1 .section-link h5 a {
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  #service-1 .section-link h5 a {
    letter-spacing: 1px;
  }
}
#service-1 .section-link h5 a:hover {
  color: #FF5C2A;
}
#service-1 .services-tabs ul {
  display: block;
  border-bottom: none;
}
#service-1 .services-tabs li {
  display: block;
}
#service-1 .services-tabs li a {
  color: #797C7F;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-1 .services-tabs li a {
    font-size: 30px;
    margin-bottom: 15px;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-1 .services-tabs li a {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #service-1 .services-tabs li a {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 10px 0;
  }
}
#service-1 .services-tabs li a:hover {
  color: #000000;
  border-color: #171717;
}
#service-1 .services-tabs li a.active {
  color: #000000;
  border-color: #171717;
}
#service-1 .service-img-wrap {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #service-1 .service-img-wrap {
    width: 100%;
    margin-top: 0;
  }
}
#service-1 .service-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  #service-1 .service-section.section-padding {
    padding-bottom: 30px;
  }
}
#service-1 .service-img-wrap img {
  max-width: 60%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #service-1 .service-img-wrap img {
    max-width: 100%;
    padding-bottom: 30px;
  }
}
#service-1 .services-tabs .nav-tabs span {
  font-size: 18px;
  font-weight: 500;
  color: #171717;
  opacity: 0.5;
  padding-right: 45px;
}
@media (max-width: 767px) {
  #service-1 .services-tabs .nav-tabs span {
    padding-right: 10px;
  }
}
#service-1 .section-link a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 20px;
}
#service-1 .section-link a:hover {
  color: #FF5C2A;
}

#service-2 .service-inner-wrap {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .service-inner-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #service-2 .service-inner-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #service-2 .service-inner-wrap {
    flex-wrap: wrap;
  }
}
#service-2 .single-service-wrap {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 .single-service-wrap {
    flex: 0 0 30%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #service-2 .single-service-wrap {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  #service-2 .single-service-wrap {
    flex: 0 0 100%;
  }
}
#service-2 .single-service-wrap {
  background: #161616;
  padding: 25px;
  display: flex;
  height: 285px;
  flex-flow: column;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
#service-2 .single-service-wrap .left-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: -1;
}
#service-2 .single-service-wrap .right-layer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: block;
  z-index: -1;
}
#service-2 .single-service-wrap .left-layer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: #FF5C2A;
  display: block;
  transition: all 600ms ease;
  border-radius: 20px 0 0 20px;
}
#service-2 .single-service-wrap .left-layer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: #FF5C2A;
  display: block;
  transition: all 600ms ease;
}
#service-2 .single-service-wrap .right-layer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 0%;
  background-color: #FF5C2A;
  display: block;
  transition: all 600ms ease;
}
#service-2 .single-service-wrap .right-layer::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50%;
  height: 0%;
  background-color: #FF5C2A;
  display: block;
  transition: all 600ms ease;
  border-radius: 0 20px 20px 0;
}
#service-2 .single-service-wrap:hover .right-layer:after,
#service-2 .single-service-wrap:hover .right-layer:before,
#service-2 .single-service-wrap:hover .left-layer:after,
#service-2 .single-service-wrap:hover .left-layer:before {
  height: 100%;
}
#service-2 .single-service-wrap .service-icon img {
  width: 45px;
  height: 45px;
}
#service-2 h3.service-title {
  font-size: 20px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-2 h3.service-title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-2 h3.service-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}
#service-2 .service-content p {
  font-size: 15px;
  margin-top: 20px;
  display: none;
}

#service-3 .single-service-item {
  padding-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #service-3 .single-service-item {
    margin-top: 20px;
  }
}
#service-3 .single-service-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #service-3 .single-service-inner {
    flex-direction: column;
    gap: 20px;
  }
}
#service-3 .service-num {
  flex: 0 0 15%;
}
#service-3 .service-num span.number {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: #777;
  transition: 0.3s;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-num span.number {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #service-3 .service-num span.number {
    font-size: 24px;
  }
}
#service-3 .service-title {
  flex: 0 0 30%;
}
#service-3 .service-title span {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-title span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #service-3 .service-title span {
    font-size: 24px;
  }
}
#service-3 .service-content {
  flex: 0 0 30%;
}
#service-3 .service-content p {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .service-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #service-3 .service-content p {
    font-size: 16px;
  }
}
#service-3 .service-link {
  flex: 0 0 10%;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  #service-3 .service-link {
    justify-content: start;
  }
}
#service-3 .details-link {
  border: 1px solid #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-3 .details-link {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #service-3 .details-link {
    width: 40px;
    height: 40px;
  }
}
#service-3 .details-link i {
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
}
#service-3 .single-service-item:hover .service-num span.number {
  color: #fff;
}
#service-3 .single-service-item:hover .details-link {
  border-color: #fff;
}
#service-3 .single-service-item:hover .details-link i {
  border-color: #fff;
  transform: rotate(-45deg);
}

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

span.headline {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 1;
}

span.headline:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 88%;
  height: 0.5px;
  background: #ddd;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  span.headline:after {
    width: 50%;
  }
}

.section-img img {
  border-radius: 15px;
}

#service-4 .single-service-item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #service-4 .single-service-item {
    flex-flow: column;
    gap: 30px;
  }
}
#service-4 .single-service-item:last-child {
  border-bottom: none;
}
#service-4 .service-title {
  flex: 0 0 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-4 .service-title {
    flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  #service-4 .service-title {
    flex: 0;
  }
}
#service-4 .service-img {
  flex: 0 0 25%;
}
#service-4 .service-img img {
  border-radius: 20px;
}
#service-4 .service-desc {
  flex: 0 0 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-4 .service-desc {
    flex: 0 0 35%;
  }
}
#service-4 .service-title span {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  color: #000;
  line-height: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-4 .service-title span {
    font-size: 30px;
    line-height: 100%;
  }
}
@media (max-width: 767px) {
  #service-4 .service-title span {
    font-size: 24px;
    line-height: 34px;
  }
}

#service-5 .service-content-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#service-5 .service-content-inner:nth-child(2) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #service-5 .service-content-inner {
    flex-direction: column;
    align-items: start;
  }
}
#service-5 .service-img-wrap {
  flex: 0 0 50%;
  max-width: 100%;
}
#service-5 .service-content-title {
  display: inline-flex;
  align-items: end;
  gap: 40px;
}
@media (max-width: 767px) {
  #service-5 .service-content-title {
    margin-bottom: 15px;
  }
}
#service-5 .service-content-title h3 {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-5 .service-content-title h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-5 .service-content-title h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #service-5 .service-content-title h3 {
    font-size: 24px;
  }
}
#service-5 .service-content-title span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  color: #AFACA2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #service-5 .service-content-title span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-5 .service-content-title span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #service-5 .service-content-title span {
    font-size: 24px;
  }
}
#service-5 .service-img-wrap img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  #service-5 .service-img-wrap img {
    height: 150px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #service-5 .service-section.section-padding {
    padding-bottom: 30px;
  }
}

#service-6 .single-service-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-6 .single-service-inner {
    flex-flow: column;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  #service-6 .single-service-inner {
    flex-flow: column;
    gap: 30px;
  }
}
#service-6 .service-title {
  flex: 0 0 20%;
}
#service-6 .service-list {
  flex: 0 0 30%;
}
#service-6 .service-img {
  flex: 0 0 40%;
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #service-6 .service-img {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  #service-6 .service-img {
    display: inline-block;
    gap: 10px;
  }
}
#service-6 .service-img img {
  width: 110px;
  border-radius: 15px;
  height: 110px;
  object-fit: cover;
}
@media (max-width: 767px) {
  #service-6 .service-img img {
    margin: 10px;
  }
}
#service-6 .single-service-item {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  margin-top: 30px;
}
#service-6 .single-service-item:last-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#service-6 .service-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Inter";
}
#service-6 .service-list ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

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

/* 21. Portfolio CSS  */
.portfolio-img-wrap {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .portfolio-img-wrap {
    flex-direction: column;
  }
}

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

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

.image_wrap.active {
  flex: 0 0 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image_wrap.active {
    flex: 0 0 40%;
  }
}

.image_wrap h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

#project-2 .single-project-item {
  margin-bottom: 30px;
}
#project-2 .project-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-info {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  #project-2 .project-info {
    flex-direction: column;
    align-items: start;
  }
}
#project-2 .project-title h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  text-decoration-color: #ddd;
}
@media (max-width: 767px) {
  #project-2 .project-title h3 {
    text-underline-offset: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-2 .project-meta {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #project-2 .project-meta {
    margin-top: 0;
  }
}
#project-2 .project-meta span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
#project-2 .project-img {
  border-radius: 12px;
  overflow: hidden;
}
#project-2 .project-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.35s ease-in-out;
}
#project-2 .project-img img:hover {
  transform: scale(1.07);
}

.project-img {
  position: relative;
  overflow: hidden;
}

.project-img img {
  width: 100%;
  display: block;
}

/* overlay */
.circle_overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}

/* circle */
.circle {
  position: absolute;
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0.6);
  transition: transform 0.3s ease;
  left: 50%;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

/* hover show */
.project-img:hover .circle_overlay {
  opacity: 1;
}

.project-img:hover .circle {
  transform: translate(-50%, -50%) scale(1);
}

.project-img:hover .cursor-outer {
  opacity: 0;
}

#project-4 .project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #project-4 .project-meta {
    flex-direction: column;
  }
}
#project-4 .project-meta span.title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
}
#project-4 .project-cat span {
  font-size: 15px;
  color: #777;
  margin: 0 2px;
}
#project-4 .project-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#project-4 .project-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
}
#project-4 .project-img img:hover {
  transform: scale(1.07);
}

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

#project-5 .single-project-item {
  margin-bottom: 30px;
}
#project-5 .project-img.project-1 img {
  min-height: 300px;
}
#project-5 .project-img.project-2 img,
#project-5 .project-img.project-3 img,
#project-5 .project-img.project-4 img {
  min-height: 420px;
}
#project-5 .project-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
  border-radius: 20px;
}
@media (max-width: 767px) {
  #project-5 .project-img {
    height: 300px;
    object-fit: cover;
  }
}
#project-5 .project-img img {
  width: 100%;
  object-fit: cover;
  transition: all 0.35s ease-in-out;
  border-radius: 20px;
}
#project-5 .project-img img:hover {
  transform: scale(1.07);
}
#project-5 .project-info-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#project-5 .project-info h5 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
}
#project-5 .project-info p {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5px;
}
#project-5 .project-info {
  position: relative;
  z-index: 1;
  padding-left: 35px;
}
#project-5 .project-info:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #FF5C2A;
}

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

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

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

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

.section-heading h1 {
  font-size: 50px;
  font-weight: 600;
}

.section-desc h3 {
  font-size: 32px;
  font-weight: 500;
}

.section-text p {
  margin-top: 20px;
}

.recent-project-img img {
  border-radius: 20px;
}

.about-more-section img {
  border-radius: 20px;
}

.about-more-section h3 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 500;
}

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

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

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

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

.service_slider_item h1 {
  text-transform: uppercase;
  font-size: 160px;
  font-weight: 500;
  letter-spacing: -4.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_slider_item h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .service_slider_item h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }
}

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

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

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

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

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

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

.service_slider_item img {
  animation: rotation 6s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#testimonial-1 .rating-wrap i {
  font-size: 20px;
  color: #FF5C2A;
}
#testimonial-1 .testimonial-content-wrap {
  padding: 30px;
}
@media (max-width: 767px) {
  #testimonial-1 .testimonial-content-wrap {
    margin-top: 60px;
  }
}
#testimonial-1 .testimonials-text p {
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-1 .testimonials-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  #testimonial-1 .testimonials-text p {
    font-size: 24px;
    line-height: 34px;
  }
}
#testimonial-1 .testimonials-author span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#testimonial-1 .testimonials-author p {
  margin: 0;
}
#testimonial-1 .testimonials-author {
  margin-top: 30px;
}
#testimonial-1 .testimonials-img-wrap {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #testimonial-1 .testimonials-img-wrap {
    padding-left: 0;
    margin-top: 30px;
  }
}
#testimonial-1 .testimonials-img-wrap img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  #testimonial-1 .testimonials-img-wrap img {
    border-radius: 0 0 20px 20px;
  }
}

.testimonial-inner-wrap {
  background: #121212;
  padding: 25px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .testimonial-inner-wrap {
    padding: 0;
  }
}

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

#testimonial-2 .single-testimonial-item {
  background: #161616;
  padding: 30px;
  border-radius: 15px;
}
#testimonial-2 .rating-wrap i {
  color: #fff;
}
#testimonial-2 .testimonial-text {
  padding: 30px 0 50px;
}
#testimonial-2 .testimonial-text p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
#testimonial-2 .testimonial-author {
  display: flex;
  gap: 20px;
}
#testimonial-2 .author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#testimonial-2 .author-desc span.title {
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  color: #fff;
}
#testimonial-2 .author-desc span.subtitle {
  font-size: 14px;
  color: #fff;
}

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

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

#testimonials-5 .testimonials-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#testimonials-5 .testimonial-wrap {
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  #testimonials-5 .testimonial-wrap {
    border-radius: 0 0 20px 20px;
  }
}
#testimonials-5 .single-testimonial-item {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 459px;
  padding: 55px 50px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonials-5 .single-testimonial-item {
    height: 300px;
    padding: 35px 45px 35px;
  }
}
@media (max-width: 767px) {
  #testimonials-5 .single-testimonial-item {
    height: 100%;
    padding: 25px 35px 25px;
  }
}
#testimonials-5 .testimonials-img-wrap img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  #testimonials-5 .testimonials-img-wrap img {
    border-radius: 20px 20px 0 0;
  }
}
#testimonials-5 .testimoial-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #171717;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonials-5 .testimoial-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #testimonials-5 .testimoial-text p {
    font-size: 18px;
    line-height: 25px;
  }
}
#testimonials-5 .testimonial-author span {
  font-size: 20px;
  font-weight: 500;
}
#testimonials-5 .testimonial-author p {
  margin: 0;
}
#testimonials-5 .testimonial-wrap .owl-dots button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  margin-right: 10px;
}
#testimonials-5 .testimonial-wrap .owl-dots button.owl-dot.active span {
  background: #000000;
}
#testimonials-5 .testimonial-wrap .owl-dots {
  position: absolute;
  bottom: 10%;
  right: 6%;
}

#testimonial-6 .testimonial-bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 600px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 100px;
}
@media (max-width: 767px) {
  #testimonial-6 .testimonial-bg {
    padding: 25px;
  }
}
#testimonial-6 .testimonial-content {
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 100%;
  border-radius: 20px;
  padding: 40px 80px;
}
@media (max-width: 767px) {
  #testimonial-6 .testimonial-content {
    padding: 20px;
  }
}
#testimonial-6 .author-img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#testimonial-6 .author-img img {
  border-radius: 50%;
}
#testimonial-6 .rating-wrap i {
  color: #FFB600;
  font-size: 18px;
}
#testimonial-6 .testimonial-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #222;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #testimonial-6 .testimonial-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
#testimonial-6 .testimonial-author span.title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-top: 20px;
}
#testimonial-6 .testimonial-author span.sub-title {
  font-size: 15px;
  opacity: 0.5;
}

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

.cp-custom-accordion .accordion-buttons {
  position: relative;
  width: 100%;
  padding: 20px 0px 30px 20px;
  background-color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  border: none;
  border-bottom: 1px solid #ddd;
  padding-top: 0;
  padding-left: 0;
}

.cp-custom-accordion .accordion-buttons span {
  font-size: 16px;
  margin-right: 30px;
  color: #797C7F;
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-buttons span {
    margin-right: 20px;
  }
}

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

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion .accordion-body {
    padding-right: 30px;
    padding-left: 20px;
  }
}
.faq-section-bg {
  max-width: calc(100% - 10px);
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cp-custom-accordion {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cp-custom-accordion {
    margin-top: 30px;
    padding-left: 0;
  }
}

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

.accordion-header {
  margin-bottom: 0;
  display: flex;
  gap: 20px;
}

.accordion-header span {
  font-size: 16px;
  color: #797C7F;
  position: relative;
  top: 3px;
}

.cta-img-area {
  position: relative;
  height: 500px;
}
@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: 65px;
  font-weight: 600;
  line-height: 70px;
}
@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;
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cta-3.cta-section {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #cta-3.cta-section {
    height: 350px;
  }
}
#cta-3 .cta-inner {
  text-align: center;
}
#cta-3 .cta-title h1 {
  font-size: 60px;
  font-family: "Literata";
  line-height: 70px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cta-3 .cta-title h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #cta-3 .cta-title h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

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

p.counter-number span.operator {
  font-size: 30px !important;
  color: #555;
}

#counter-2 .single-counter-wrap {
  background: #161616;
  display: flex;
  flex-flow: column;
  height: 350px;
  padding: 30px;
  justify-content: space-between;
  border-radius: 15px;
}
@media (max-width: 767px) {
  #counter-2 .single-counter-wrap {
    height: 250px;
  }
}
#counter-2 .count-num span {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
#counter-2 span.count-text {
  font-size: 40px;
  margin-left: 5px;
}
#counter-2 .count-title span {
  color: #fff;
  font-size: 18px;
}

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

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

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

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

#counter-6 .counter-one-wrap {
  height: 460px;
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #counter-6 .counter-one-wrap {
    height: 300px;
  }
}
#counter-6 .counter-number span.num {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #171717;
}
#counter-6 .counter-number span.operator {
  font-size: 50px;
  font-weight: 500;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
#counter-6 .dark-bg .counter-number span.operator {
  color: #fff;
}
#counter-6 .counter-number span.title {
  font-size: 16px;
}
#counter-6 .counter-flex-wrap {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
#counter-6 .counter-two-wrap {
  height: 220px;
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
}
#counter-6 .counter-img img {
  border-radius: 20px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-6 .counter-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #counter-6 .counter-img img {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.post-thumbnail img {
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
.post-thumbnail img:hover {
  transform: scale(1.07);
}

.post-meta {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .post-meta {
    font-size: 14px;
  }
}
.post-meta span {
  color: #797C7F;
}

.post-title h3 a {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .post-title h3 a {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .post-title h3 a {
    font-size: 20px;
    line-height: 1.5;
  }
}

a.read-more-link {
  font-size: 16px;
  font-weight: 500;
}
a.read-more-link i {
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

#blog-2 .blog-title {
  margin-top: 20px;
}
#blog-2 .blog-title h3 {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#blog-2 .blog-thumb {
  position: relative;
  overflow: hidden;
  transform: scale(1, 1);
  border-radius: 20px;
}
#blog-2 .blog-thumb img {
  width: 100%;
  transition: 0.2s cubic-bezier(0.12, 0.05, 1, 1);
}
#blog-2 .blog-thumb img:hover {
  transform: scale(1.07);
}
#blog-2 .blog-meta span {
  font-size: 14px;
}

.blog-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
  border-radius: 15px;
}
.blog-img img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
.blog-img img:hover {
  transform: scale(1.07);
}

.pagination {
  margin-top: 60px;
  justify-content: center;
}

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

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

.page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  border-color: rgba(221, 221, 221, 0.8666666667);
  color: #000000;
}
.page-link:hover,
.page-link.active:hover {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

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

.search-bar-wrap {
  background: #ddd;
  padding: 35px;
}
.search-bar-wrap input {
  border: none;
  background: #fff;
  padding: 15px;
  border-radius: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #FF5C2A;
  border: 0;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  border: 1px solid #ddd;
  margin: 30px 0;
  padding: 35px;
}

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

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  opacity: 0.6;
}

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

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

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

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

.recent-post-thumbs img {
  width: 90px;
  height: 90px;
}

.recent-post-content {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}

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

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

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

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

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

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

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

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

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

.blog-inner-img img {
  border-radius: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.recent-post-thumbs {
  flex: 0 0 100px;
  border-radius: 12px;
}
.recent-post-thumbs img {
  border-radius: 12px;
}

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

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

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

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

.single-comments-wrap .single-comments-inner .comments-autor-thumb img {
  width: 90px;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-5 .single-blog-item {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #blog-5 .single-blog-item {
    margin-bottom: 30px;
  }
}
#blog-5 .blog-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  transform: scale(1, 1);
  border-radius: 15px;
}
#blog-5 .blog-img img {
  width: 100%;
  transition: all 0.35s ease-in-out;
}
#blog-5 .blog-img img:hover {
  transform: scale(1.07);
}
#blog-5 .blog-title span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 15px 0 10px;
}
#blog-5 .blog-title h3 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}
#blog-5 .blog-title h3 a:hover {
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #blog-5 .blog-title h3 a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-5 .blog-title h3 a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #blog-5 .blog-title h3 a {
    font-size: 20px;
    line-height: 25px;
  }
}
#blog-5 .blog-meta span {
  color: #797C7F;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-5 .blog-meta span {
    font-size: 14px;
  }
}
#blog-5 .blog-meta span.dot {
  margin: 0 5px;
}
#blog-5 .blog-meta {
  margin-top: 10px;
}

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

#blog-6 .blog-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
#blog-6 .blog-thumb img {
  border-radius: 20px;
  transition: all 0.5s ease;
  transform: scale(1, 1);
}
#blog-6 .blog-thumb img:hover {
  transform: scale(1.07);
}
#blog-6 .blog-meta {
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  #blog-6 .blog-meta {
    flex-direction: row;
  }
}
#blog-6 .blog-meta span {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
#blog-6 .blog-meta span i {
  font-size: 20px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#blog-6 .blog-meta span.cat {
  border: 1px solid #ddd;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 15px;
}
#blog-6 .blog-title h3 {
  font-family: "Inter";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-6 .blog-title h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #blog-6 .blog-title h3 {
    font-size: 20px;
  }
}

.team-img img {
  border-radius: 15px;
}

.single-team-wrap {
  text-align: center;
}

.team-info span.title {
  font-size: 22px;
  font-weight: 600;
}

.team-info span.subtitle {
  display: block;
  margin-top: 2px;
}

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

#team-2.team-section {
  position: relative;
  z-index: 1;
}
#team-2.team-section .decor-radiant-light-wrap {
  position: absolute;
  content: "";
  top: 15%;
  left: -15%;
  width: 70%;
  height: 100%;
  z-index: -1;
  transition: 0.4s;
}
#team-2 .team-content-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-2 .team-content-wrap h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #team-2 .team-content-wrap h3 {
    font-size: 20px;
  }
}
#team-2 .team-content-wrap {
  position: sticky;
  top: 120px;
  transition: top 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-2 .team-content-wrap {
    margin-bottom: 30px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  #team-2 .team-content-wrap {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
#team-2 .team-info {
  margin-top: 30px;
}
#team-2 .team-info span {
  font-size: 22px;
  font-weight: 500;
}
#team-2 .team-info p {
  margin: 0;
}
#team-2 .team-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
#team-2 .team-thumb img {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s;
}
#team-2 .team-thumb img:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #team-2 .team-section.section-padding {
    padding-bottom: 30px;
  }
}

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

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

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

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

.price-wrap h4 {
  font-size: 60px;
  font-weight: 600;
}

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

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

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

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

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

.price-recommended h3 {
  color: #fff;
  font-size: 20px;
}

.price-recommended h3 i {
  font-size: 16px;
  margin-right: 15px;
}

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

@media (max-width: 767px) {
  .price-section .row.mt-100 {
    margin-top: 30px;
  }
}

.contact-section img {
  border-radius: 20px;
}
.contact-section .section-title h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
}
.contact-section .section-title i {
  transform: rotate(-45deg);
  position: relative;
  top: 10px;
}
.contact-section .contact-text {
  text-align: justify;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .subimit-form-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact-section .subimit-form-wrap {
    margin-top: 30px;
  }
}
.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] {
  width: 160px;
  border-bottom: none;
}
.contact-section iframe {
  max-width: calc(100% - 40px);
  width: 100%;
  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 p {
  margin: 5px 0;
}
.contact-section .single-contact-info h4 {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .contact-section .single-contact-info h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.contact-section .social-area {
  margin-top: 30px;
}
.contact-section .social-area a {
  background: #222;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.contact-section .social-area a i {
  font-size: 14px;
  margin-right: 0;
}

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

.contact-info-inner {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-inner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .contact-info-inner {
    margin-top: 40px;
  }
}

/* 33. Footer Area  
==================
*/
#footer-1.footer-area {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-1.footer-area {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  #footer-1.footer-area {
    padding: 50px 30px;
    margin-top: 0;
  }
}
#footer-1.footer-area h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}
#footer-1.footer-area .footer-text p {
  font-size: 16px;
  margin: 20px 0 30px;
  color: #9BA2AD;
}
@media (max-width: 767px) {
  #footer-1.footer-area .footer-text p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #footer-1.footer-area .footer-text p br {
    display: none;
  }
}
#footer-1.footer-area p.xl {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}
#footer-1.footer-area span.title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
#footer-1.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #9BA2AD;
  padding: 0 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  #footer-1.footer-area ul li a {
    padding: 6px 0;
  }
}
#footer-1.footer-area ul li a:hover {
  opacity: 0.5;
}
#footer-1 .footer-heading h2 {
  font-size: 57px;
  font-weight: 600;
  line-height: 67px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-1 .footer-heading h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #footer-1 .footer-heading h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
}

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

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

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

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

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

.footer-content .social-area {
  margin-top: 15px;
}
.footer-content .social-area i {
  font-size: 24px;
  color: #fff;
  margin-right: 20px;
  border: 1px solid #20203c;
  border-radius: 50%;
  padding: 10px;
}

#footer-2 {
  background: #f7f7f7;
  padding-top: 120px;
}
@media (max-width: 767px) {
  #footer-2 {
    padding-top: 60px;
  }
}
#footer-2 .footer-headline {
  text-align: center;
}
#footer-2 .footer-up {
  border: none;
}
#footer-2 .footer-headline h1 {
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #footer-2 .footer-headline h1 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-2 .footer-headline h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #footer-2 .footer-headline h1 {
    font-size: 35px;
    letter-spacing: 0;
    gap: 10px;
  }
}
#footer-2 .footer-headline img {
  width: 120px;
}
@media (max-width: 767px) {
  #footer-2 .footer-headline img {
    width: 35px;
  }
}
#footer-2 .footer-middle {
  padding-top: 90px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-2 .footer-middle {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer-2 .footer-middle {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer-2 .footer-intro-text {
    text-align: center;
  }
}
#footer-2 .footer-intro-text span {
  text-transform: uppercase;
  color: #000;
  font-size: 45px;
  font-weight: 800;
  line-height: 90%;
}
@media (max-width: 767px) {
  #footer-2 .footer-intro-text span {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
}
#footer-2 .footer-btn {
  padding: 30px 0;
}
@media (max-width: 767px) {
  #footer-2 .footer-btn {
    text-align: center;
  }
}
#footer-2 .footer-social i {
  font-size: 20px;
}
#footer-2 .footer-links-wrap {
  display: flex;
}
@media (max-width: 767px) {
  #footer-2 .footer-links-wrap {
    flex-flow: column;
  }
}
#footer-2 .footer-link span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
}
#footer-2 .footer-link {
  flex: 1;
}
@media (max-width: 767px) {
  #footer-2 .footer-link {
    justify-content: center;
    text-align: center;
  }
}
#footer-2 ul li a {
  font-size: 16px;
  display: block;
  color: #9BA2AD;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  #footer-2 ul li a {
    padding: 6px 0;
  }
}
#footer-2 ul li a:hover {
  opacity: 0.5;
}

#footer-3.footer-area {
  background: #fff;
}
#footer-3 .footer-heading h2 {
  color: #171717;
}
#footer-3 .footer-text p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 60px;
}
#footer-3 .footer-text {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-3 .footer-text {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #footer-3 .footer-text {
    margin-top: 60px;
  }
}
#footer-3 .footer-up {
  border-top: 1px solid #171717;
}
#footer-3 .footer-up {
  border: none;
}
#footer-3 .footer-text p {
  color: #171717;
  font-weight: 600;
}
#footer-3.footer-area h3 {
  font-size: 20px;
  color: #171717;
  font-weight: 600;
  margin-bottom: 20px;
}
#footer-3.footer-area p {
  color: #171717;
  font-weight: 500;
}
#footer-3 ul li a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #171717;
  padding: 0 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  #footer-3 ul li a {
    padding: 6px 0;
  }
}
#footer-3 ul li a:hover {
  opacity: 0.5;
}
#footer-3 .company-email a {
  color: #171717;
}
#footer-3 .footer-up .social-area i {
  color: #171717;
}

.footer-bottom.footer-three {
  background: #fff;
}
.footer-bottom.footer-three p {
  color: #171717;
  font-weight: 600;
}

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

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

.footer-bottom.footer-two p {
  color: inherit;
}

.case-study-section .section-title h1 {
  font-size: 175px;
  font-weight: 600;
  line-height: 115px;
  text-transform: uppercase;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #414141;
  background-image: url(../img/decor/decor-lines.png);
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-study-section .section-title h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .case-study-section .section-title h1 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  .case-study-section .section-title h1 {
    font-size: 80px;
    background-image: none;
    line-height: 85px;
  }
}

.case-study-inner {
  position: relative;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .case-study-inner {
    height: 850px;
  }
}

.case-study-inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-info-wrap {
  position: absolute;
  top: 15%;
  right: 6%;
  background: white;
  width: 410px;
  border-radius: 25px;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-info-wrap {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .portfolio-info-wrap {
    width: 300px;
  }
}

.portfolio-info-wrap h1 {
  font-size: 55px;
  font-weight: 600;
}

.portfolio-info-wrap hr {
  margin-bottom: 30px;
}

.info-item {
  margin-bottom: 30px;
}

.info-item span.title {
  font-size: 20px;
  color: #777;
  display: block;
  margin-bottom: 6px;
}

.info-item span {
  font-size: 18px;
  font-weight: 600;
}

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

#marquee-2.marquee-wrap {
  position: relative;
  overflow: hidden;
  background: #000000;
}
#marquee-2.marquee-wrap .marquee_inner {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 32px 0;
  animation: marquee 25s linear infinite;
  min-height: 140px;
}
@media (max-width: 767px) {
  #marquee-2.marquee-wrap .marquee_inner {
    min-height: 100px;
  }
}
#marquee-2.marquee-wrap p {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #marquee-2.marquee-wrap p {
    font-size: 35px;
  }
}
#marquee-2.marquee-wrap p span {
  display: inline-block;
  margin: 0 25px;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0;
  position: relative;
  top: 0;
}
@media (max-width: 1279px) {
  #marquee-2.marquee-wrap p span {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 479px) {
  #marquee-2.marquee-wrap p span {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#marquee-2.marquee-wrap img {
  width: 30px;
  margin-right: 20px;
  margin-left: 20px;
  animation: rotation 6s infinite linear;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee2 {
  to {
    transform: translateX(-50%);
  }
}
#marquee-2 .marquee-wrap p span {
  animation: rotation 3s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.single-choose-item {
  display: flex;
  margin-bottom: 20px;
  gap: 5%;
}
@media (max-width: 767px) {
  .single-choose-item {
    flex-flow: column;
  }
}

.choose-num {
  flex: 0 0 10%;
}

.choose-num span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.choose-content {
  flex: 0 0 75%;
}

.choose-content h3 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .choose-content h3 {
    margin-top: 15px;
  }
}

.choose-me-img-wrap img {
  border-radius: 15px;
}

.choose-me-img-wrap canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#choose-2 .single-choose-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #choose-2 .single-choose-wrap {
    flex-flow: column;
    padding: 20px 0;
  }
}
#choose-2 .choose-sl {
  flex: 0 0 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #choose-2 .choose-sl {
    flex: 0 0 10%;
  }
}
#choose-2 .choose-sl span {
  font-size: 35px;
  font-weight: 600;
  color: #ddd;
}
#choose-2 .choose-img {
  flex: 0 0 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #choose-2 .choose-img {
    flex: 0 0 25%;
  }
}
#choose-2 .choose-img img {
  border-radius: 20px;
}
#choose-2 .choose-content {
  flex: 0 0 55%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #choose-2 .choose-content {
    flex: 0 0 50%;
  }
}
#choose-2 .choose-content p {
  padding-bottom: 30px;
}
#choose-2 .choose-content h1 {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #choose-2 .choose-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #choose-2 .choose-content h1 {
    font-size: 30px;
    margin-top: 20px;
  }
}

.working-history-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222;
  padding: 35px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .working-history-wrap {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .working-history-wrap {
    flex-direction: column;
    align-items: start;
  }
}
.working-history-wrap:hover .working-role {
  transform: translateX(10px);
}
.working-history-wrap:hover .working-company {
  transform: translateX(-10px);
}
.working-history-wrap:hover .working-tenure {
  transform: translateX(-10px);
}

.working-role {
  flex: 0 0 35%;
  transition: all 0.3s ease-in-out;
}
.working-role h3 {
  font-size: 22px;
  letter-spacing: 1px;
}

.working-company {
  flex: 0 0 45%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .working-company {
    margin-top: 20px;
  }
}

.working-company h4 {
  font-size: 30px;
  letter-spacing: 1px;
}

.working-tenure {
  transition: all 0.3s ease-in-out;
}
.working-tenure p {
  margin-bottom: 0;
}

.history-img {
  margin-right: 30px;
}

.history-img img {
  border-radius: 15px;
}

.instagram-section .section-title a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FF6600;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: #fff;
}
.instagram-section .single-img-wrap {
  overflow: hidden;
  border-radius: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-section .single-img-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .instagram-section .single-img-wrap {
    margin-bottom: 30px;
  }
}
.instagram-section .single-img-wrap img {
  filter: grayscale(1);
  transition: 0.2s cubic-bezier(0.12, 0.05, 1, 1);
}
.instagram-section .single-img-wrap:hover img {
  scale: 1.15;
  filter: grayscale(0);
}

.intro-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-top: 60px;
  flex: 1;
}
@media (max-width: 767px) {
  .intro-section {
    flex-flow: column;
    gap: 15px;
    padding-top: 30px;
  }
}

.intro-section span {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #171717;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-section span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .intro-section span {
    font-size: 15px;
  }
}

.process-inner-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  gap: 60px;
}

.process-conent span.step {
  display: inline-block;
  background: #f9f9f9;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 500;
}

.process-conent span {
  display: block;
}

.process-conent span.title {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 30px;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
}

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

.process-conent p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

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

/* 29. Clients Section 
=====================
*/
.client-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-client {
  width: 160px;
  margin: 0 auto;
}

.single-client img {
  opacity: 0.15;
  transition: 0.3s;
}

.single-client img:hover {
  opacity: 1;
}

.decor-yellow-wrap-2 {
  position: absolute;
  bottom: 0;
  width: 270px;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .decor-yellow-wrap-2 {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .decor-yellow-wrap-2 {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .decor-yellow-wrap-2 {
    width: 120px;
  }
}

.client-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border: 1px solid #ddd;
}

.client-img-inner {
  flex: 1;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}
.client-img-inner:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .client-img-inner {
    flex: 0 0 50%;
    border-bottom: 1px solid #ddd;
  }
  .client-img-inner:first-child {
    border-bottom: none;
  }
  .client-img-inner:nth-child(2) {
    border-bottom: none;
    border-right: none;
  }
  .client-img-inner:last-child {
    border-right: 1px solid #ddd;
  }
}

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

@media (max-width: 767px) {
  .client-img-wrap {
    height: 80px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .clients-section {
    height: 300px;
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #client-3.clients-section {
    height: 380px;
  }
}
#client-3 .clients-img-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #client-3 .clients-img-wrap {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #client-3 .clients-inner {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
#client-3 .clients-inner img {
  width: 150px;
  opacity: 0.3;
}
#client-3 .clients-inner.headline {
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  #client-3 .clients-inner.headline {
    flex: 0 0 100%;
  }
}
#client-3 .clients-inner p {
  font-size: 24px;
  font-weight: 500;
  color: #171717;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #client-3 .clients-inner p {
    font-size: 20px;
  }
}

/*








 */