@charset "UTF-8";
/* ============================================================
    [ Master Stylesheets ]

    Theme Name: Flonsmaa - Flooring and tites
    Author: Bmkxcode
    Description: Flonsmaa - Flooring and tites
    Version: 1.0.0

============================================================== */


/*========================================

*********** TABLE OF CONTENTS **********

    01. Global / Reset / Normalize Styles CSS
    02. Header Section CSS
        02.1 Header Top CSS
        02.2 Header Navbar CSS
        02.3 Sidebar CSS
    03. Hero Section CSS
    04. About Section CSS
    05. Services Section CSS
    06. Work Process Section CSS
    07. Consulting Section CSS
    08. Testimonial Section CSS
    09. Articles Section CSS
    10. Partners Section CSS
    11. Footer Section CSS
    12. About Us Page CSS
        12.1 Breadcrumb Section CSS
        12.2 About Area Section CSS
        12.3 Why Choose Section CSS
        12.4 CTA Video Section CSS
        12.5 Our History Section CSS
        12.6 Consulting Successes Section CSS
        12.7 Our Teams Section CSS
    13. Services List Page CSS
        13.1 Services List Section CSS
        13.2 Work Process Section CSS
    14. Services Single Page CSS
        14.1 Services Single Section CSS
        14.2 Faqs Section CSS
    15. Blog Grid Page CSS
        15.1 Blog Grid Section CSS
    16. Blog Standard Page CSS
        16.1 Blog Standard Section CSS
    17. Blog Single Page CSS
        17.1 Blog Single Section CSS
    18. Teams Single Page CSS
        18.1 Teams Single Section CSS
    19. Review Page CSS
        19.1 Review Section CSS
    20. Project Page CSS
        20.1 Project Section CSS
    21. Project Single Page CSS
        21.1 Project Single Section CSS
    22. Contact Us Page CSS
        22.1 Contact Info Section CSS
        22.2 Contact Form Section CSS
    23. 404 Error Page CSS
        23.1 404 Error Section CSS
    24. Career Page CSS
        24.1 Career Section CSS
    25. Shop Page CSS
        25.1 Shop Section CSS
    26. Product Single Page CSS
        26.1 Product Single Section CSS
    27. Wishlist Page CSS
        27.1 Wishlist Section CSS
    28. Cart Page CSS
        28.1 Cart Section CSS
    29. Checkout Page CSS
        29.1 Checkout Section CSS

*********** TABLE OF CONTENTS **********

========================================*/

/* ==============================
   01. Global / Reset / Normalize Styles CSS
============================== */

:root{
  --theme-color: #002B22;
  --theme-color30: rgba(0, 43, 34, 0.3);
  --theme-color50: rgba(0, 43, 34, 0.5);
  --theme-color60: rgba(0, 43, 34, 0.6);
  --theme-color70: rgba(0, 43, 34, 0.7);
  --secondary-color: #C6E96C;
  --secondary-color40: rgba(198, 233, 108, 0.4);
  --white-color: #FFFFFF;
  --white-color15: rgba(255, 255, 255, 0.15);
  --white-color80: rgba(255, 255, 255, 0.80);
  --off-white: #F5F5F5;
  --black: #000000;
  --gray: #757575;
  --bianca: #F9F8F2;
  --green: #00B67A;
  --permanent-green: #00CC1F;
  --pale-silver: #E9E9ED;
  --bay-green: #54D3C2;
  --strong-rose: #F90C4C;
  --blue-party: #3A4EE5;
  --valencia: #DB4437;
  
  --theme-font: 'Sora', sans-serif;
  --body-font: 'Raleway', sans-serif;
  --theme-icon-font: 'icomoon';
}

html, body {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body{
  background-color: var(--white-color);
  color: var(--gray);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  display: block;
  object-fit: cover;
  max-width: 100%;
}
a{
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
}
button {
  font-family: var(--theme-font);
  border: none;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
button:hover,
button:focus{
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
ul{
  margin: 0px;
  padding: 0px;
}
ul li{
  list-style: none;
}
p{
  margin: 0;
}
section{
  display: inline-block;
  margin: 50px 0;
  width: 100%;
}
@media (max-width:767px){
  section{
    margin: 40px 0;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea,
.form-control,
textarea.form-control {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  color: var(--theme-color70);
  outline: none;
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 1;
  height: 50px;
  padding: 6px 16px;
  width: 100%;
}
textarea.form-control {
  height: 120px;
}
@media (max-width:575px){
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  input[type=url],
  textarea,
  .form-control,
  textarea.form-control {
    height: 42px;
  }
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
textarea.form-control::-webkit-input-placeholder {
  color: var(--theme-color70);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: var(--theme-color70);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  color: var(--theme-color70);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: var(--theme-color70);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder,
textarea.form-control::placeholder {
  color: var(--theme-color70);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus,
textarea.form-control:focus,
.form-control:focus {
  border-color: var(--theme-color30);
  box-shadow: none;
  color: var(--theme-color70);
}
.nice-select:after{
  border-bottom: 2px solid var(--theme-color);
  border-right: 2px solid var(--theme-color);
  height: 10px;
  width: 10px;
  margin: -8px 0 auto 0;
}
.form-select{
  background-image: none;
}
::-moz-selection {
  background-color: var(--theme-color);
  color: var(--secondary-color);
  text-shadow: none;
}
::selection {
  background-color: var(--theme-color);
  color: var(--secondary-color);
  text-shadow: none;
}
@media (min-width:1400px){
  .auto-container {
    max-width: 1392px;
    margin: 0 auto;
  }
}
.mt-0{
  margin-top: 0;
}
.mb-0{
  margin-bottom: 0;
}
.mb-40{
  margin-bottom: 40px;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-24,
.gy-24 {
  --bs-gutter-y: 24px;
}
.g-48,
.gy-48 {
  --bs-gutter-y: 48px;
}
.theme-btn{
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  max-width: max-content;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
@media (max-width:767px){
  .theme-btn{
    font-size: 14px;
    line-height: 16px;
    height: 42px;
  }
}
.theme-btn span{
  background-color: var(--theme-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width:767px){
  .theme-btn span{
    border: 2px solid var(--theme-color);
    height: 42px;
    padding: 5px 20px;
  }
}
.theme-btn span::after{
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 4px);
  content: "";
  margin: auto 0;
  height: 14px;
  width: 8px;
  z-index: -1;
}
@media (max-width:767px){
  .theme-btn span::after{
    left: calc(100% + 2px);
  }
}
.theme-btn:hover span{
  color: var(--theme-color);
  background-color: var(--secondary-color);
}
.theme-btn i{
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50px;
  z-index: 1;
}
@media (max-width:767px){
  .theme-btn i{
    border: 2px solid var(--theme-color);
    height: 42px;
    width: 42px;
  }
}

.nice-select,
.nice-select .list{
  width: 100%;
}
.nice-select .list{
  max-height: 250px;
  overflow-y: auto;
}

.title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.heading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width:1399px){
  .heading{
    font-size: 42px;
  }
}
@media (max-width:1199px){
  .heading{
    font-size: 36px;
  }
}
@media (max-width:767px){
  .heading{
    font-size: 28px;
  }
}
.subheading {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  width: 100%;
}
.subheading-square {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  height: 16px;
  position: relative;
  width: 16px;
}
.subheading-square::after {
  background-color: var(--secondary-color);
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
}
.subheading-text {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

/* Preloader CSS */

#preloader{
  background: var(--white-color);
  height: 100vh;
  margin-top: 0px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.preloader-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.loader-icon{
  position: relative;
}
.loader{
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: var(--theme-color) transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  -ms-animation: rotation 1s linear infinite;
  -o-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-moz-keyframes rotation {
  0% { 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% { 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% { 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% { 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

/* Back To Top CSS */

#backtotop{
  background-color: var(--secondary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 0px 10px 5px var(--black15);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  opacity: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  width: 46px;
  z-index: 97;
}
@media (max-width:575px){
  #backtotop{
    bottom: 12px;
    right: 12px;
  }
}
#backtotop.show {
  opacity: 1;
  visibility: visible;
}
#backtotop i{
  color: var(--theme-color);
  display: block;
  font-size: 24px;
  font-weight: normal;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* ==============================
   02. Header CSS
============================== */

header{
  background-color: var(--bianca);
  position: relative;
  z-index: 9;
}

/* =========   02.1 Header Top CSS   ========= */

.header-top{
  background-color: var(--theme-color);
  padding: 10px 0;
}
.header-contact ul{
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width:991px){
  .header-contact ul{
    justify-content: center;
  }
}
.header-contact ul li,
.header-time ul li{
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
@media (max-width:575px){
  .header-contact ul li,
  .header-time ul li{
    font-size: 12px;
  }
}
.header-contact ul li i,
.header-time ul li i{
  color: var(--white-color);
  font-size: 20px;
}
@media (max-width:575px){
  .header-contact ul li i,
  .header-time ul li i{
    font-size: 16px;
  }
}
.header-contact ul li a,
.header-time ul li span{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width:575px){
  .header-contact ul li a,
  .header-time ul li span{
    font-size: 12px;
  }
}
.header-time ul{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin: 0;
  padding: 0;
}

/* =========   02.2 Header Navbar CSS   ========= */

@media (max-width:1199px){
  .header-navbar{
    padding: 15px 0;
  }
}
.header-navbar-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header-logo a img{
  max-height: 54px;
  max-width: 186px;
}
.header-navbar .main-menu{
  display: block;
}
.main-menu > ul{
  display: flex;
  gap: 30px;
}
.main-menu > ul > li{
  position: relative;
}
.main-menu > ul > li > a{
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--theme-color);
  display: block;
  padding: 31px 0;
}
.main-menu > ul > li > a.active,
.main-menu > ul > li > a:hover{
  color: var(--secondary-color);
}
.main-menu > ul > li.dropdown > a{
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-menu > ul > li.dropdown > a::after{
  font-family: var(--theme-icon-font);
  content: "\e925";
  font-size: 14px;
  font-weight: bold;
}
.main-menu > ul > li > .submenu{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  min-width: 240px;
  opacity: 0;
  padding: 5px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}
.main-menu > ul > li:hover .submenu{
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu > ul > li > .submenu li a{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
  padding: 10px 15px;
}
.main-menu > ul > li > .submenu li a.active,
.main-menu > ul > li > .submenu li a:hover{
  background-color: var(--theme-color);
  color: var(--white-color);
}
.header-right{
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width:767px){
  .header-right .theme-btn{
    display: none;
  }
}
.sidebar-toggle{
  background-color: var(--secondary-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.menu-toggle{
  background-color: var(--theme-color);
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 0;
  position: relative;
}
.menu-toggle .menu-line{
  background-color: var(--white-color);
  height: 2px;
  position: relative;
  width: 24px;
}
.menu-toggle .menu-line::after{
  background-color: var(--white-color);
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  height: 2px;
  width: 24px;
}
.menu-toggle .menu-line::before{
  background-color: var(--white-color);
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  height: 2px;
  width: 24px;
}

/* =========   02.3 Sidebar CSS   ========= */

.sidebar-wp{
  overflow: hidden;
}
.sidebar-inner{
  background-color: var(--bianca);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  height: calc(100% - 20px);
  margin: auto 0;
  max-width: 500px;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateX(calc(100% + 80px));
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  width: 100%;
  z-index: 99;
}
@media (max-width:575px){
  .sidebar-inner{
    max-width: calc(100% - 20px);
  }
}
.sidebar-inner.sidebar-open{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar-content{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
}
@media (max-width:575px){
  .sidebar-content{
    gap: 20px;
    padding: 20px;
  }
}
.sidebar-header{
  border-bottom: 1px solid var(--theme-color30);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 0 20px 0;
}
.sidebar-logo a img{
  max-width: 198px;
  max-height: 60px;
}
.sidebar-close-btn{
  background-color: var(--secondary-color);
  border: 2px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  padding: 0;
  width: 40px;
}
.sidebar-close-btn:hover{
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.sidebar-close-btn i{
  font-size: 20px;
  font-weight: normal;
}
.sidebar-search .form-group {
  position: relative;
}
.sidebar-search .form-group .form-control {
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  height: 50px;
  padding: 10px 60px 10px 16px;
  width: 100%;
}
.sidebar-search-btn {
  background-color: var(--theme-color);
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  height: 40px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 40px;
}
.sidebar-heading{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px 0;
}
.sidebar-contact ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidebar-contact ul li{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
}
.sidebar-contact ul li i{
  font-size: 22px;
  font-weight: normal;
  color: var(--theme-color);
}
.sidebar-contact ul li a{
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
}
@media (max-width:575px){
  .sidebar-contact ul li a{
    font-size: 16px;
  }
}
.sidebar-contact ul li a:hover{
  color: var(--theme-color);
}
.sidebar-social ul{
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-social ul li a{
  background-color: var(--theme-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  height: 40px;
  width: 40px;
}
.sidebar-social ul li a:hover{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.sidebar-overlay{
  background-color: var(--secondary-50-color);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
.sidebar-overlay.sidebar-open{
  opacity: 1;
  visibility: visible;
}
.mobile-menu{
  display: none;
}
@media (max-width:1199px){
  .mobile-menu{
    display: block;
  }
}
.mobile-menu ul li .submenu{
  display: none;
  padding: 0 0 0 20px;
}
.mobile-menu nav > ul > li:not(:last-child){
  margin: 0 0 10px;
}
.mobile-menu nav > ul > li > a,
.mobile-menu nav > ul > li a{
  color: var(--theme-color);
  display: block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 0;
}
.mobile-menu nav > ul > li.active > a,
.mobile-menu nav > ul > li a.active{
  color: var(--secondary-color);
}
.menu-close {
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 1;
}
.menu-close i{
  font-weight: normal;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.mobile-menu nav > ul > li.active > .menu-close i{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* ==============================
   03. Hero Section CSS
============================== */

.hero{
  position: relative;
}
.hero-slider .swiper-slide{
  padding: 200px 0;
  z-index: 1;
}
@media (max-width:991px){
  .hero-slider .swiper-slide{
    height: auto;
  }
}
@media (max-width:767px){
  .hero-slider .swiper-slide{
    padding: 150px 0;
  }
}
.hero-slider .swiper-slide::after{
  background-color: var(--theme-color50);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}
.hero-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  max-width: 1010px;
  margin: 0 auto;
}
@media (max-width:1199px){
  .hero-slide{
    max-width: 800px;
  }
}
@media (max-width:991px){
  .hero-slide{
    padding: 0 12px;
  }
}
.hero-slide .subheading-text{
  color: var(--white-color);
}
.hero-heading{
  color: var(--white-color);
  font-size: 86px;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0;
  text-align: center;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
@media (max-width:1199px){
  .hero-heading{
    font-size: 65px;
  }
}
@media (max-width:991px){
  .hero-heading{
    font-size: 60px;
  }
}
@media (max-width:767px){
  .hero-heading{
    font-size: 46px;
  }
}
@media (max-width:575px){
  .hero-heading{
    font-size: 36px;
  }
}
.hero-slider .swiper-slide-active .hero-heading{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.hero-heading span{
  color: transparent;
  -webkit-text-stroke: 1px var(--white-color);
}
.hero-slide p{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
@media (max-width:767px){
  .hero-slide p{
    font-size: 16px;
    line-height: 22px;
  }
}
.hero-slide .theme-btn{
  margin: 20px 0 0;
}
.hero-slide .theme-btn span{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--theme-color);
}
.hero-slide .theme-btn span::after{
  background-color: var(--secondary-color);
}
.hero-slide .theme-btn:hover span{
  background-color: var(--theme-color);
  color: var(--secondary-color);
}
.hero-slide .theme-btn i{
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev{
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--theme-color);
  font-family: var(--theme-icon-font);
  font-size: 24px;
  height: 50px;
  top: auto;
  bottom: 10px;
  right: 10px;
  width: 50px;
  z-index: 2;
}
@media (max-width:767px){
  .hero-slider .swiper-button-next,
  .hero-slider .swiper-button-prev{
    border: 2px solid var(--theme-color);
    height: 42px;
    width: 42px;
  }
}
.hero-slider .swiper-button-next::after{
  font-family: var(--theme-icon-font);
  font-size: 24px;
  content: "\e924";
}
.hero-slider .swiper-button-prev{
  left: auto;
  right: 70px;
}
.hero-slider .swiper-button-prev::after{
  font-family: var(--theme-icon-font);
  font-size: 24px;
  content: "\e923";
}
.hero-slider .swiper-pagination{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto 0;
  z-index: 1;
  max-width: max-content;
  max-height: max-content;
  height: 100%;
  width: 100%;
}
@media (max-width:991px){
  .hero-slider .swiper-pagination{
    flex-direction: row;
    top: auto;
    bottom: 20px;
  }
}
.hero-slider .swiper-pagination::after{
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  content: "";
  margin: auto 0;
  height: calc(100% - 12px);
  width: 1px;
  z-index: -1;
}
@media (max-width:991px){
  .hero-slider .swiper-pagination::after{
    margin: 0 auto;
    top: auto;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    width: calc(100% - 12px);
  }
}
.hero-slider .swiper-pagination-bullet{
  background-color: transparent;
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  height: 20px;
  opacity: 1;
  position: relative;
  text-align: right;
  width: 32px;
}
@media (max-width:991px){
  .hero-slider .swiper-pagination-bullet{
    height: 32px;
    text-align: center;
    width: 20px;
  }
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  color: var(--secondary-color);
}
.hero-slider .swiper-pagination-bullet::after{
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto 0;
  height: 10px;
  width: 10px;
}
@media (max-width:991px){
  .hero-slider .swiper-pagination-bullet::after{
    margin: 0 auto;
    top: auto;
    right: 0;
  }
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
  background-color: var(--secondary-color);
}
.hero-social{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width:991px){
  .hero-social{
    display: none;
  }
}
.hero-social ul{
  background-color: var(--white-color15);
  border-radius: 0 12px 0 0;
  -webkit-border-radius: 0 12px 0 0;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 20px 30px;
}
.hero-social ul li{
  list-style: none;
  position: relative;
}
.hero-social ul li::after{
  background-color: var(--white-color);
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  content: "";
  margin: auto 0;
  width: 8px;
}
.hero-social ul li:last-child:after{
  display: none;
}
.hero-social ul li a{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
.hero-social ul li a:hover{
  color: var(--secondary-color);
}

/* ==============================
   04. About Section CSS
============================== */

.about-us-counter-box{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
@media (max-width:991px){
  .about-us-counter-box{
    justify-content: start;
  }
}
.trophy-box{
  background-color: var(--bianca);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 25px;
}
@media (max-width:575px){
  .trophy-box{
    gap: 16px;
    padding: 20px;
    width: 100%;
  }
}
.about-us-counter-icon i{
  color: var(--theme-color);
  font-size: 60px;
}
@media (max-width:575px){
  .about-us-counter-icon i{
    font-size: 40px;
  }
}
.about-us-counter-right{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-trophy-number{
  color: var(--theme-color);
  display: flex;
  align-items: center;
  font-family: var(--theme-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width:575px){
  .about-trophy-number{
    font-size: 24px;
  }
}
.about-us-counter-right p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.about-us-counter-number{
  min-width: 40px;
  text-align: center;
}
.about-us-img{
  height: 100%;
}
.about-us-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
  width: 100%;
}
.about-us-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media (max-width:991px){
  .about-us-content{
    margin: 24px 0 0;
    height: auto;
  }
}
.about-us-copy h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
.about-us-copy p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* ==============================
   05. Services Section CSS
============================== */

.services{
  background-color: var(--bianca);
  padding: 100px 0;
}
@media (max-width:767px){
  .services{
    padding: 80px 0;
  }
}
.services-viewmore-btn{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
@media (max-width:991px){
  .services-viewmore-btn{
    height: auto;
    margin: 40px 0 0;
    align-items: start;
    justify-content: center;
  }
}
.services-box{
  background-color: var(--white-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width:575px){
  .services-box{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 16px;
  }
}
.services-box:hover{
  background-color: var(--secondary-color);
}
.services-img{
  margin: 0 0 30px;
  position: relative;
}
.services-img img{
  border-radius: 16px;
  -webkit-border-radius: 16px;
  min-height: 320px;
  width: 100%;
}
@media (max-width:1199px){
  .services-img img{
    min-height: 250px;
  }
}
@media (max-width:575px){
  .services-img img{
    border-radius: 12px;
    -webkit-border-radius: 12px;
  }
}
.services-box-btn{
  background-color: var(--white-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%);
  display: flex;
  align-items: start;
  justify-content: end;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 110px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 110px;
}
@media (max-width:575px){
  .services-box-btn{
    height: 80px;
    width: 80px;
  }
}
.services-box-btn a{
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 40px;
  width: 40px;
}
@media (max-width:575px){
  .services-box-btn a{
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}
.services-box:hover .services-box-btn{
  background-color: var(--secondary-color);
}
.services-content{
  padding: 0 0 10px;
}
.services-content h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.services-content p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.services-box:hover .services-content p{
  color: var(--theme-color);
}

/* ==============================
   06. Work Process Section CSS
============================== */

.work-process-title-text{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
.work-process-title-text p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.work-process-box{
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  height: calc(100% - 25px);
  margin: 25px 0 0;
  padding: 0 20px 20px;
}
.work-process-step{
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  margin: -25px 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.work-process-step span {
  background-color: var(--theme-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.work-process-box:hover .work-process-step span{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.work-process-step span::after {
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 4px);
  content: "";
  margin: auto 0;
  height: 14px;
  width: 8px;
  z-index: -1;
}
.work-process-step i {
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50px;
  z-index: 1;
}
.work-process-icon{
  background-color: var(--secondary-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  height: 80px;
  width: 80px;
}
.work-process-content h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  text-align: center;
}
.work-process-content p{
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-align: center;
}

/* ==============================
   07. Consulting Section CSS
============================== */

.consulting-title{
  align-items: center;
}
.consulting-title .heading{
  text-align: center;
}
.consulting-title p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}
.consulting-box{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 50px 0 0;
  height: calc(100% - 50px);
}
.consulting-icon{
  background-color: var(--theme-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  height: 100px;
  margin: -50px auto 0;
  width: 100px;
}
.consulting-counter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.consulting-counter-number{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.consulting-heading{
  border-top: 1px solid var(--theme-color30);
  padding: 15px;
}
.consulting-heading h3{
  color: var(--gray);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.consulting-img{
  margin: -53px 0 0;
  padding: 0 20px;
  position: relative;
  z-index: -1;
}
.consulting-img img{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  min-height: 450px;
}
@media (max-width:991px){
  .consulting-img img{
    min-height: 350px;
  }
}
@media (max-width:767px){
  .consulting-img img{
    min-height: 250px;
  }
}

/* ==============================
   08. Testimonial Section CSS
============================== */

.testimonial{
  background-color: var(--bianca);
  padding: 100px 0;
}
@media (max-width:767px){
  .testimonial{
    padding: 80px 0;
  }
}
.testimonial-title-text {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
.testimonial-title-text p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.testimonial-slider{
  height: 100%;
}
.testimonial-img{
  height: 100%;
}
.testimonial-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
  width: 100%;
}
.testimonial-slider-box{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  height: calc(100% - 90px);
}
@media (max-width:1199px){
  .swiper-slide .testimonial-slider-box{
    margin: 0 0 90px;
    height: auto;
  }
}
.testimonial-slider-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 44px;
}
.testimonial-slider-rate span{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.testimonial-slider-rate i{
  color: var(--secondary-color);
  font-size: 24px;
}
.testimonial-slider-content{
  border-left: 1px solid var(--theme-color30);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-slider-copy{
  padding: 20px;
}
.testimonial-slider-copy p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.testimonial-slider .testimonial-slider-copy p{
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-slider-auther{
  border-top: 1px solid var(--theme-color30);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
@media (max-width:1399px){
  .testimonial-slider-auther{
    gap: 16px;
    padding: 16px;
  }
}
.testimonial-slider-auther-img img{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 60px;
  width: 60px;
}
.testimonial-slider-auther-name{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 8px;
}
@media (max-width:1399px){
  .testimonial-slider-auther-name{
    font-size: 18px;
    line-height: 20px;
  }
}
.testimonial-slider-auther-post{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
}
@media (max-width:1399px){
  .testimonial-slider-auther-post{
    font-size: 14px;
  }
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev{
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--theme-color);
  font-family: var(--theme-icon-font);
  font-size: 24px;
  height: 50px;
  top: auto;
  bottom: 0;
  right: 0;
  width: 50px;
  z-index: 2;
}
@media (max-width:767px){
  .testimonial-slider .swiper-button-next,
  .testimonial-slider .swiper-button-prev{
    border: 2px solid var(--theme-color);
    height: 42px;
    width: 42px;
  }
}
.testimonial-slider .swiper-button-next::after {
  font-family: var(--theme-icon-font);
  font-size: 24px;
  content: "\e924";
}
.testimonial-slider .swiper-button-prev{
  left: 0;
}
.testimonial-slider .swiper-button-prev::after {
  font-family: var(--theme-icon-font);
  font-size: 24px;
  content: "\e923";
}
.testimonial-slider .swiper-pagination {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  max-width: max-content;
  max-height: max-content;
  height: 100%;
  width: 100%;
}
@media (max-width:767px){
  .testimonial-slider .swiper-pagination {
    bottom: 18px;
  }
}
.testimonial-slider .swiper-pagination-bullet {
  background-color: var(--theme-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
  height: 6px;
  opacity: 1;
  text-align: right;
  width: 30px;
}
.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--secondary-color);
}

/* ==============================
   09. Articles Section CSS
============================== */

.articles-viewmore-btn{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
@media (max-width:991px){
  .articles-viewmore-btn{
    height: auto;
    margin: 40px 0 0;
    align-items: start;
    justify-content: center;
  }
}
.articles-box{
  position: sticky;
  top: 10px;
}
@media (max-width:767px){
  .articles-box{
    position: static;
    top: 0;
  }
}
.articles-box-inner{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: flex;
  gap: 24px;
  margin: 0 0 24px;
  padding: 30px;
}
@media (max-width:1199px){
  .articles-box-inner{
    padding: 24px;
  }
}
@media (max-width:991px){
  .articles-box-inner{
    column-gap: 0;
    row-gap: 24px;
    flex-wrap: wrap;
  }
}
@media (max-width:575px){
  .articles-box-inner{
    padding: 16px;
  }
}
.articles-box:last-child .articles-box-inner{
  margin: 0;
}
.articles-img{
  width: 24%;
}
@media (max-width:991px){
  .articles-img{
    width: 30%;
  }
}
@media (max-width:767px){
  .articles-img{
    width: 100%;
  }
}
.articles-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
  width: 100%;
}
@media (max-width:767px){
  .articles-img img{
    height: auto;
  }
}
.articles-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 52%;
}
@media (max-width:1199px){
  .articles-content{
    width: 48%;
  }
}
@media (max-width:991px){
  .articles-content{
    padding: 0 0 0 24px;
    width: 70%;
  }
}
@media (max-width:767px){
  .articles-content{
    padding: 0;
    width: 100%;
  }
}
.articles-copy h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width:1399px){
  .articles-copy h2{
    font-size: 32px;
  }
}
@media (max-width:1199px){
  .articles-copy h2{
    font-size: 26px;
  }
}
@media (max-width:575px){
  .articles-copy h2{
    font-size: 22px;
  }
}
.articles-copy p{
  color: var(--gray);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width:575px){
  .articles-info{
    display: none;
  }
}
.articles-info ul{
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.articles-info ul li{
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.articles-info ul li i{
  color: var(--theme-color);
  font-size: 24px;
}
.articles-info ul li span{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.articles-time{
  border-left: 1px solid var(--theme-color30);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 0 0 0 20px;
  width: 24%;
}
@media (max-width:1199px){
  .articles-time{
    width: 28%;
  }
}
@media (max-width:991px){
  .articles-time{
    border-left: 0;
    border-top: 1px solid var(--theme-color30);
    align-items: end;
    flex-direction: row;
    padding: 20px 0 0 0;
    width: 100%;
  }
}
@media (max-width:575px){
  .articles-time{
    flex-direction: column;
    align-items: start;
  }
}
.articles-day{
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
  height: 50px;
  width: 50px;
}
@media (max-width:575px){
  .articles-day{
    font-size: 16px;
    line-height: normal;
    height: 40px;
    width: 40px;
  }
}
.articles-month-year{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
@media (max-width:575px){
  .articles-month-year{
    font-size: 16px;
    line-height: normal;
  }
}

/* ==============================
   10. Partners Section CSS
============================== */

.partners-title-text{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
@media (max-width:991px){
  .partners-title-text{
    align-items: start;
    justify-content: start;
    height: auto;
    margin: 20px 0 0;
  }
}
.partners-title-text p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.partners-wrapper{
  position: relative;
}
.partners-wrapper::after{
  background: linear-gradient(90deg, var(--white-color) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  max-width: 250px;
  width: 100%;
  z-index: 1;
}
@media (max-width:991px){
  .partners-wrapper::after{
    max-width: 150px;
  }
}
@media (max-width:767px){
  .partners-wrapper::after{
    display: none;
  }
}
.partners-wrapper::before{
  background: linear-gradient(90deg, transparent 0%, var(--white-color) 100%);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  max-width: 250px;
  width: 100%;
  z-index: 2;
}
@media (max-width:991px){
  .partners-wrapper::before{
    max-width: 150px;
  }
}
@media (max-width:767px){
  .partners-wrapper::before{
    display: none;
  }
}
.partners-logo{
  background-color: var(--bianca);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 150px;
  max-height: 150px;
  padding: 10px;
}
.partners-logo{
  max-height: 100%;
}

/* ==============================
   11. Footer Section CSS
============================== */

footer{
  background-color: var(--theme-color);
  margin: 50px 0 0;
}
.footer{
  padding: 80px;
}
@media (max-width:1399px){
  .footer{
    padding: 40px;
  }
}
@media (max-width:575px){
  .footer{
    padding: 30px 12px;
  }
}
.footer-inner{
  border: 1px solid var(--white-color);
}
.footer-top{
  border-bottom: 1px solid var(--white-color);
}
.footer-top ul{
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width:991px){
  .footer-top ul{
    flex-direction: column;
  }
}
.footer-top ul li{
  border-right: 1px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  width: 33.33%;
}
@media (max-width:1199px){
  .footer-top ul li{
    padding: 20px;
  }
}
@media (max-width:991px){
  .footer-top ul li{
    border-right: 0;
    border-bottom: 1px solid var(--white-color);
    width: 100%;
  }
}
@media (max-width:575px){
  .footer-top ul li{
    padding: 12px 20px;
  }
}
.footer-top ul li:last-child{
  border: 0;
}
.footer-top ul li a{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width:1199px){
  .footer-top ul li a{
    font-size: 20px;
  }
}
@media (max-width:575px){
  .footer-top ul li a{
    font-size: 16px;
  }
}
.footer-top ul li a:hover{
  color: var(--secondary-color);
}
.footer-top ul li a img{
  max-width: 264px;
  width: 100%;
}
.footer-menu{
  border-bottom: 1px solid var(--white-color);
  display: flex;
  position: relative;
}
@media (max-width:1199px){
  .footer-menu{
    flex-direction: column;
  }
}
.footer-menu::after{
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
  height: 100%;
  width: 1px;
}
@media (max-width:1199px){
  .footer-menu::after{
    display: none;
  }
}
.footer-menu-left{
  display: flex;
  gap: 20px;
  padding: 30px;
  width: 50%;
}
@media (max-width:1199px){
  .footer-menu-left{
    border-bottom: 1px solid var(--white-color);
    padding: 20px;
    width: 100%;
  }
}
@media (max-width:767px){
  .footer-menu-left{
    flex-direction: column;
    gap: 40px;
  }
}
.footer-menu-list{
  width: 50%;
}
.footer-title{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width:767px){
  .footer-title{
    font-size: 20px;
  }
}
.footer-menu-list ul{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media (max-width:767px){
  .footer-menu-list ul{
    gap: 10px;
  }
}
.footer-menu-list ul li{
  list-style: none;
}
.footer-menu-list ul li a{
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (max-width:767px){
  .footer-menu-list ul li a{
    font-size: 16px;
  }
}
.footer-menu-list ul li a:hover{
  color: var(--secondary-color);
}
.footer-subscribe{
  padding: 30px;
  width: 50%;
}
@media (max-width:1199px){
  .footer-subscribe{
    padding: 20px;
    width: 100%;
  }
}
.footer-subscribe .footer-title{
  margin: 0 0 10px;
}
.footer-subscribe p{
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.footer-subscribe-form{
  margin: 30px 0;
}
.footer-subscribe-form .form-group{
  display: flex;
  gap: 20px;
}
@media (max-width:575px){
  .footer-subscribe-form .form-group{
    flex-direction: column;
  }
}
.footer-subscribe-form .form-group .form-control{
  background-color: var(--white-color80);
  height: 50px;
}
@media (max-width:767px){
  .footer-subscribe-form .form-group .form-control{
    font-size: 14px;
    height: 42px;
  }
}
.footer-subscribe-form .form-group .theme-btn span{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--theme-color);
}
.footer-subscribe-form .form-group .theme-btn span::after{
  background-color: var(--secondary-color);
}
.footer-subscribe-form .form-group .theme-btn:hover span{
  background-color: var(--theme-color);
  color: var(--secondary-color);
}
.footer-subscribe-form .form-group .theme-btn i{
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.footer-social{
  border-bottom: 1px solid var(--white-color);
}
@media (max-width:991px){
  .footer-social {
    border-bottom: 0;
  }
}
.footer-social ul{
  display: flex;
  margin: 0;
  padding: 0;
}
@media (max-width:991px){
  .footer-social ul{
    flex-wrap: wrap;
  }
}
.footer-social ul li{
  border-right: 1px solid var(--white-color);
  list-style: none;
  width: 25%;
}
@media (max-width:991px){
  .footer-social ul li{
    border-bottom: 1px solid var(--white-color);
    width: 50%;
  }
}
@media (max-width:575px){
  .footer-social ul li{
    border-right: 0;
    width: 100%;
  }
}
.footer-social ul li:last-child{
  border: 0;
}
@media (max-width:991px){
  .footer-social ul li:last-child{
    border-bottom: 1px solid var(--white-color);
  }
}
@media (max-width:991px){
  .footer-social ul li:nth-child(even){
    border-right: 0;
  }
}
.footer-social ul li a{
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 20px 30px;
  text-decoration: none;
  width: 100%;
}
@media (max-width:1199px){
  .footer-social ul li a{
    padding: 20px;
  }
}
@media (max-width:575px){
  .footer-social ul li a{
    font-size: 14px;
    padding: 12px 20px;
  }
}
.footer-social ul li a:hover{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.footer-social ul li a i{
  font-size: 24px;
}
@media (max-width:575px){
  .footer-social ul li a i{
    font-size: 18px;
  }
}
.copyright{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
}
@media (max-width:1199px){
  .copyright{
    padding: 20px;
  }
}
@media (max-width:991px){
  .copyright{
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.copyright-text p{
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width:991px){
  .copyright-text p{
    text-align: center;
  }
}
@media (max-width:575px){
  .copyright-text p{
    font-size: 14px;
  }
}
.copyright-link ul{
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media (max-width:991px){
  .copyright-link ul{
    flex-wrap: wrap;
    justify-content: center;
  }
}
.copyright-link ul li{
  list-style: none;
}
.copyright-link ul li a{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
@media (max-width:575px){
  .copyright-link ul li a{
    font-size: 14px;
  }
}
.copyright-link ul li a:hover{
  color: var(--secondary-color);
}

.marquee{
  padding: 0 0 80px;
}
@media (max-width:1399px){
  .marquee{
    padding: 0 0 40px;
  }
}
@media (max-width:575px){
  .marquee{
    padding: 0 0 30px;
  }
}
.marquee-text{
  padding: 20px 0;
}
@media (max-width:575px){
  .marquee-text{
    padding: 10px 0;
  }
}
.marquee-text-inner {
  overflow: hidden;
}
.js-marquee {
  display: flex;
  align-items: center;
}
.marquee-text-inner span{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  padding: 0 40px;
  text-transform: uppercase;
}
@media (max-width:1399px){
  .marquee-text-inner span{
    font-size: 60px;
  }
}
@media (max-width:767px){
  .marquee-text-inner span{
    font-size: 46px;
  }
}
@media (max-width:575px){
  .marquee-text-inner span{
    padding: 0 20px;
    font-size: 36px;
  }
}
.marquee-text-inner i{
  color: var(--secondary-color);
  font-size: 80px;
}
@media (max-width:1399px){
  .marquee-text-inner i{
    font-size: 60px;
  }
}
@media (max-width:767px){
  .marquee-text-inner i{
    font-size: 46px;
  }
}
@media (max-width:575px){
  .marquee-text-inner i{
    font-size: 36px;
  }
}

/* ==============================
   12. About Us Page CSS
============================== */

/* =========   12.1 Breadcrumb Section CSS   ========= */

.breadcrumb-wrapper{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0;
  position: relative;
  z-index: 1;
}
@media (max-width:991px){
  .breadcrumb-wrapper{
    padding: 140px 0;
  }
}
@media (max-width:575px){
  .breadcrumb-wrapper{
    padding: 100px 0;
  }
}
.breadcrumb-wrapper::after{
  background-color: var(--theme-color50);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}
.breadcrumb{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin: 0;
}
@media (max-width:767px){
  .breadcrumb{
    gap: 20px;
  }
}
.breadcrumb-heading{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width:991px){
  .breadcrumb-heading{
    font-size: 50px;
  }
}
@media (max-width:767px){
  .breadcrumb-heading{
    font-size: 42px;
  }
}
@media (max-width:575px){
  .breadcrumb-heading{
    font-size: 36px;
  }
}
.breadcrumb ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 16px;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
@media (max-width:991px){
  .breadcrumb ul li{
    font-size: 18px;
  }
}
@media (max-width:767px){
  .breadcrumb ul li{
    font-size: 16px;
  }
}
@media (max-width:575px){
  .breadcrumb ul li{
    font-size: 14px;
  }
}
.breadcrumb ul li a {
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width:991px){
  .breadcrumb ul li a{
    font-size: 18px;
  }
}
@media (max-width:767px){
  .breadcrumb ul li a{
    font-size: 16px;
  }
}
@media (max-width:575px){
  .breadcrumb ul li a{
    font-size: 14px;
  }
}
.breadcrumb ul li a:hover{
  color: var(--secondary-color);
}

/* =========   12.2 About Area Section CSS   ========= */

.about-area-left{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width:1199px){
  .about-area-left{
    margin: 0 0 20px;
  }
}
.about-area-top{
  margin: 0 0 30px;
}
.about-area-top .heading{
  font-size: 42px;
  margin: 0 0 30px;
}
@media (max-width:1199px){
  .about-area-top .heading{
    font-size: 36px;
  }
}
@media (max-width:767px){
  .about-area-top .heading{
    font-size: 28px;
  }
}
.about-area-top p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.about-area-bottom{
  display: flex;
  gap: 30px;
}
@media (max-width:991px){
  .about-area-bottom{
    gap: 20px;
  }
}
@media (max-width:767px){
  .about-area-bottom{
    flex-direction: column;
  }
}
.about-area-bottom .trophy-box{
  align-items: start;
  flex-direction: column;
  gap: 30px;
  width: 33.33%;
}
@media (max-width:991px){
  .about-area-bottom .trophy-box{
    padding: 20px;
  }
}
@media (max-width:767px){
  .about-area-bottom .trophy-box{
    width: 100%;
  }
}
.about-customers{
  width: 66.66%;
}
@media (max-width:767px){
  .about-customers{
    width: 100%;
  }
}
.about-customers{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.about-customers-top{
  border-bottom: 1px solid var(--theme-color30);
  padding-bottom: 20px;
}
.about-customers-top h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
.about-customers-top p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.about-trustpilot{
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-trustpilot-icon{
  background-color: var(--green);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--white-color);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
}
.about-trustpilot-copy span{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 8px;
}
@media (max-width:767px){
  .about-trustpilot-copy span{
    margin: 0 0 4px;
  }
}
.about-trustpilot-copy p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* =========   12.3 Why Choose Section CSS   ========= */

.why-choose-title-text{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
@media (max-width:991px){
  .why-choose-title-text{
    height: auto;
    margin: 20px 0 0;
  }
}
.why-choose-title-text p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.why-choose-box{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-choose-box-heading{
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.why-choose-box-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.why-choose-box-arrow span{
  background-color: var(--theme-color);
  height: 30px;
  width: 4px;
}
.why-choose-box-arrow i{
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  width: 50px;
}
.why-choose-box-bottom{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  padding: 30px 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}
.why-choose-box-bottom::after{
  background-color: var(--secondary-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  content: "";
  height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}
.why-choose-box:hover .why-choose-box-bottom::after{
  height: 100%;
}
.why-choose-box-icon{
  margin: 0 0 20px;
}
.why-choose-box-icon i{
  color: var(--theme-color);
  font-size: 80px;
}
.why-choose-box-bottom p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.why-choose-box:hover .why-choose-box-bottom p{
  color: var(--theme-color);
}
.why-choose-box-number{
  background-color: var(--theme-color);
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  height: 50px;
  margin: 30px auto 0;
  width: 50px;
}

/* =========   12.4 CTA Video Section CSS   ========= */

.cta-video{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width:767px){
  .cta-video{
    padding: 80px 0;
  }
}
.cta-video::after{
  background-color: var(--theme-color60);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
}
.cta-video-content{
  margin: 0 auto;
  max-width: 820px;
}
.cta-video-button{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
@media (max-width:767px){
  .cta-video-button{
    margin: 0 0 30px;
  }
}
.cta-video-button a{
  background-color: var(--white-color);
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  height: 80px;
  width: 80px;
}
@media (max-width:575px){
  .cta-video-button a{
    font-size: 24px;
    height: 60px;
    width: 60px;
  }
}
.cta-video-copy{
  text-align: center;
}
.cta-video-copy h3{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 40px;
}
@media (max-width:767px){
  .cta-video-copy h3{
    margin: 0 0 20px;
  }
}
.cta-video-copy h2{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 40px;
}
@media (max-width:991px){
  .cta-video-copy h2{
    font-size: 36px;
  }
}
@media (max-width:767px){
  .cta-video-copy h2{
    font-size: 28px;
    margin: 0 0 20px;
  }
}
.cta-video-group-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-video-group-btn .theme-btn span{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--theme-color);
}
.cta-video-group-btn .theme-btn span::after{
  background-color: var(--secondary-color);
}
.cta-video-group-btn .theme-btn:hover span{
  background-color: var(--theme-color);
  color: var(--secondary-color);
}
.cta-video-group-btn .theme-btn i{
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

/* =========   12.5 Our History Section CSS   ========= */

.history-title{
  position: sticky;
  top: 20px;
}
@media (max-width:991px){
  .history-title{
    margin: 0 0 40px;
    position: static;
    top: unset;
  }
}
.history-list{
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.history-list::after{
  border-left: 2px dashed var(--theme-color);
  position: absolute;
  top: 0;
  left: 24px;
  content: "";
  height: 100%;
  width: 2px;
  z-index: -1;
}
@media (max-width:767px){
  .history-list::after{
    left: 20px;
  }
}
@media (max-width:575px){
  .history-list::after{
    display: none;
  }
}
.history-year-box{
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.history-number{
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  height: 50px;
  width: 50px;
}
@media (max-width:767px){
  .history-number{
    border: 2px solid var(--theme-color);
    height: 42px;
    width: 42px;
  }
}
.history-year-box span{
  border-top: 2px dashed var(--theme-color);
  height: 2px;
  width: 50px;
}
@media (max-width:767px){
  .history-year-box span{
    width: 42px;
  }
}
@media (max-width:575px){
  .history-year-box span{
    width: 20px;
  }
}
.history-year-box h3{
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 14px 24px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width:767px){
  .history-year-box h3{
    font-size: 20px;
    padding: 11px 24px;
  }
}
@media (max-width:575px){
  .history-year-box h3{
    display: flex;
    align-items: center;
    font-size: 16px;
    min-height: 42px;
    padding: 11px 16px;
  }
}
.history-content{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 0 0 100px;
}
@media (max-width:767px){
  .history-content{
    gap: 20px;
    padding: 0 0 0 84px;
  }
}
@media (max-width:575px){
  .history-content{
    padding: 0;
  }
}
.history-copy h3{
  color: var(--black);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width:767px){
  .history-copy h3{
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.history-copy p{
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width:767px){
  .history-copy p{
    font-size: 16px;
  }
}
.history-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 400px;
  width: 100%;
}
@media (max-width:1199px){
  .history-img img{
    min-height: 300px;
  }
}
@media (max-width:767px){
  .history-img img{
    min-height: 250px;
  }
}
@media (max-width:575px){
  .history-img img{
    min-height: 220px;
  }
}

/* =========   12.6 Consulting Successes Section CSS   ========= */

.successes-box{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.successes-box:hover{
  background-color: var(--secondary-color);
}
.successes-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
.successes-icon i{
  color: var(--theme-color);
  font-size: 50px;
}
.successes-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
}
.successes-heading::after{
  background-color: var(--theme-color30);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  height: 1px;
  width: 100%;
  z-index: -1;
}
.successes-heading h4{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 10px 16px 8px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width:1399px){
  .successes-heading h4{
    font-size: 16px;
  }
}
.successes-box:hover .successes-heading h4{
  background-color: var(--secondary-color);
}
.successes-counter{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.successes-counter-number{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: center;
}

/* =========   12.7 Our Teams Section CSS   ========= */

.teams-title-btn{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}
@media (max-width:991px){
  .teams-title-btn{
    align-items: start;
    justify-content: center;
    height: auto;
    margin: 40px 0 0;
  }
}
.teams-box{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  padding: 16px;
}
.teams-img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  isolation: isolate;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.teams-img > img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 100%;
}
.team-social{
  background-color: var(--theme-color30);
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.teams-box:hover .team-social{
  top: 0;
}
.social-media{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.social-media li{
  list-style: none;
}
.social-media li a{
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--secondary-color);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.team-content h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 20px;
}
@media (max-width:1399px){
  .team-content h2{
    font-size: 18px;
    line-height: 22px;
  }
}
.team-content ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
}
.team-content ul li{
  border-bottom: 1px solid var(--theme-color30);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0 0 10px;
}
.team-content ul li strong{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.team-content ul li a,
.team-content ul li span{
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-decoration: none;
}
.team-content ul li a:hover{
  color: var(--theme-color);
}
.team-content-btn .theme-btn{
  font-size: 14px;
}
.team-content-btn .theme-btn span{
  border: 2px solid var(--theme-color);
  height: 40px;
  padding: 5px 18px;
}
.team-content-btn .theme-btn i{
  border: 2px solid var(--theme-color);
  height: 40px;
  width: 40px;
}
.team-content-btn .theme-btn span::after{
  left: calc(100% + 2px);
  height: 10px;
}

/* ==============================
   13. Services List Page CSS
============================== */

/* =========   13.1 Services List Section CSS   ========= */

.services-list-box{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 20px;
  position: relative;
}
@media (max-width:575px){
  .services-list-box{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    gap: 20px;
    flex-direction: column-reverse;
    padding: 16px;
  }
}
.services-list-single:nth-child(even) .services-list-box{
  flex-direction: row-reverse;
}
@media (max-width:575px){
  .services-list-single:nth-child(even) .services-list-box{
    flex-direction: column-reverse;
  }
}
.services-list-box::after{
  background-color: var(--theme-color30);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  margin: auto;
  height: calc(100% - 40px);
  width: 1px;
}
@media (max-width:575px){
  .services-list-box::after{
    display: none;
  }
}
.services-list-content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  width: 50%;
}
@media (max-width:575px){
  .services-list-content{
    gap: 20px;
    width: 100%;
  }
}
.services-list-copy h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 16px;
}
.services-list-copy p{
  color: var(--gray);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.services-list-img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  width: 50%;
}
@media (max-width:575px){
  .services-list-img{
    width: 100%;
  }
}
.services-list-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 220px;
  height: 100%;
  width: 100%;
}

/* =========   13.2 Work Process Section CSS   ========= */

.process-box{
  height: 100%;
  position: relative;
}
.process-box::after{
  background-color: var(--theme-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  height: 100px;
  width: 100%;
  z-index: -1;
}
.process-box-inner{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 10px 30px;
  position: relative;
  width: calc(100% - 20px);
}
.process-box-icon{
  background-color: var(--secondary-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  height: 80px;
  margin: 0 0 10px;
  width: 80px;
}
.process-box-copy h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  text-align: center;
}
.process-box-copy p{
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-align: center;
}
.process-box-step{
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  margin: auto 0 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.process-box-step span {
  background-color: var(--theme-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 5px 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.process-box:hover .process-box-step span{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.process-box-step span::after {
  background-color: var(--theme-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 4px);
  content: "";
  margin: auto 0;
  height: 14px;
  width: 8px;
  z-index: -1;
}
.process-box-step i {
  background-color: var(--secondary-color);
  border: 4px solid var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 50px;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50px;
  z-index: 1;
}

/* =========   13.3 Pricing Table Section CSS   ========= */

.pricing-title{
  align-items: center;
}
.pricing-title .heading{
  text-align: center;
}
.pricing-title p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
}
.pricing-box{
  position: sticky;
  top: 20px;
}
@media (max-width:991px){
  .pricing-box{
    position: static;
    top: 0;
  }
}
.pricing-single{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  display: flex;
  gap: 24px;
  padding: 50px 30px;
}
@media (max-width:991px){
  .pricing-single{
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width:767px){
  .pricing-single{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
  }
}
.pricing-copy{
  width: 33.33%;
}
@media (max-width:991px){
  .pricing-copy{
    width: 100%;
  }
}
.pricing-copy h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width:991px){
  .pricing-copy h3{
    margin: 0 0 10px;
  }
}
@media (max-width:767px){
  .pricing-copy h3{
    font-size: 28px;
  }
}
.pricing-copy p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.pricing-point{
  width: 33.33%;
}
@media (max-width:991px){
  .pricing-point{
    width: 100%;
  }
}
.pricing-point ul{
  margin: 0;
  padding: 0;
}
.pricing-point ul li{
  color: var(--theme-color);
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  position: relative;
}
@media (max-width:991px){
  .pricing-point ul li{
    margin: 0 0 10px;
  }
}
.pricing-point ul li:last-child{
  margin: 0;
}
.pricing-point ul li i {
  background-color: var(--secondary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-icon-font);
  font-size: 14px;
  min-height: 24px;
  height: 24px;
  min-width: 24px;
  width: 24px;
}
.pricing-info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  width: 33.33%;
}
@media (max-width:991px){
  .pricing-info{
    align-items: end;
    flex-direction: row;
    width: 100%;
  }
}
@media (max-width:575px){
  .pricing-info{
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
}
.paln-price{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width:767px){
  .paln-price{
    font-size: 36px;
  }
}
.pricing-info-top span{
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:767px){
  .pricing-info-top span{
    font-size: 14px;
  }
}
.pricing-single-active{
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.pricing-single-active .pricing-copy h3{
  color: var(--secondary-color);
}
.pricing-single-active .pricing-copy p{
  color: var(--secondary-color);
}
.pricing-single-active .pricing-point ul li{
  color: var(--secondary-color);
}
.pricing-single-active .paln-price{
  color: var(--secondary-color);
}
.pricing-single-active .pricing-info-top span{
  color: var(--secondary-color);
}
.pricing-single-active .pricing-btn .theme-btn span{
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--theme-color);
}
.pricing-single-active .pricing-btn .theme-btn:hover span{
  background-color: var(--theme-color);
  color: var(--secondary-color);
}
.pricing-single-active .pricing-btn .theme-btn span::after{
  background-color: var(--secondary-color);
}
.pricing-single-active .pricing-btn .theme-btn i{
  background-color: var(--theme-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

/* ==============================
   14. Services Single Page CSS
============================== */

/* =========   14.1 Services Single Section CSS   ========= */

.services-sidebar{
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 20px;
}
@media (max-width:991px){
  .services-sidebar{
    margin: 40px 0 0;
    position: static;
    top: unset;
  }
}
.service-single-list ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.service-single-list ul li{
  list-style: none;
}
.service-single-list ul li a{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px;
  text-decoration: none;
}
.service-single-list ul li.active a,
.service-single-list ul li a:hover{
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--secondary-color);
}
.service-single-list ul li a i{
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  min-height: 24px;
  height: 24px;
  max-width: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 24px;
}
.service-single-list ul li.active a i,
.service-single-list ul li a:hover i{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.sidebar-cta {
  background-color: var(--theme-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 50px 30px;
  text-align: center;
}
@media (max-width:1199px){
  .sidebar-cta {
    padding: 30px 20px;
  }
}
.sidebar-cta-heading {
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
  max-width: 280px;
}
@media (max-width:1199px){
  .sidebar-cta-heading {
    font-size: 28px;
  }
}
.sidebar-cta-icon i {
  color: var(--secondary-color);
  font-size: 80px;
}
@media (max-width:1199px){
  .sidebar-cta-icon i {
    font-size: 60px;
  }
}
.sidebar-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width:1199px){
  .sidebar-cta-copy {
    gap: 10px;
  }
}
.sidebar-cta-copy p {
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width:1199px){
  .sidebar-cta-copy p {
    font-size: 16px;
  }
}
.sidebar-cta-call {
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-decoration: none;
}
@media (max-width:1199px){
  .sidebar-cta-call {
    font-size: 28px;
  }
}
.sidebar-cta-call:hover{
  color: var(--secondary-color);
}
.services-single-img{
  margin: 0 0 30px;
}
.services-single-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 500px;
  width: 100%;
}
@media (max-width:767px){
  .services-single-img img{
    min-height: 200px;
  }
}
.services-single-heading{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width:575px){
  .services-single-heading{
    font-size: 30px;
    margin: 0 0 10px;
  }
}
.services-single-copy{
  color: var(--gray);
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.services-single-copy p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.services-single-copy ul li{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 0 0 34px;
  position: relative;
}
.services-single-copy ul li::before {
  background-color: var(--secondary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-icon-font);
  font-size: 14px;
  font-weight: normal;
  content: "\e924";
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}
.services-single-copy ol{
  margin: 0;
  padding: 0;
}
.services-single-copy ol li{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: inside auto;
  margin: 0 0 10px;
}
.services-single-copy strong,
.services-single-copy b{
  font-weight: 700;
}
.services-single-copy p a,
.services-single-copy a{
  color: var(--secondary-color);
}
.services-single-copy h1{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
}
@media (max-width:575px){
  .services-single-copy h1{
    font-size: 30px;
  }
}
.services-single-copy h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
}
.services-single-copy h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
}
.services-single-copy h4{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
}
.services-single-copy h5{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
}
.services-single-copy h6{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
}
.services-single-copy-img{
  display: flex;
  gap: 24px;
}
@media (max-width:575px){
  .services-single-copy-img{
    flex-direction: column;
    gap: 24px;
  }
}
.services-single-copy-img-left{
  width: 50%;
}
@media (max-width:575px){
  .services-single-copy-img-left{
    width: 100%;
  }
}
.services-single-copy-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 260px;
  width: 100%;
}
@media (max-width:1199px){
  .services-single-copy-img img{
    min-height: 220px;
  }
}
@media (max-width:767px){
  .services-single-copy-img img{
    min-height: 180px;
  }
}


/* =========   14.2 Faqs Section CSS   ========= */

.faqs-title{
  position: sticky;
  top: 20px;
}
@media (max-width:991px){
  .faqs-title{
    margin: 0 0 40px;
    position: static;
    top: unset;
  }
}
@media (max-width:991px){
  .faqs-page .faqs-title{
    margin: 0;
  }
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-list .accordion-item {
  background: transparent;
  border: none;
}
.faq-list .accordion-item .accordion-button {
  background-color: var(--bianca);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  border: none;
  box-shadow: none;
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  gap: 10px;
}
@media (max-width:1199px){
  .faq-list .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width:767px){
  .faq-list .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width:575px){
  .faq-list .accordion-item .accordion-button {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
  }
}
.faq-list .accordion-item .accordion-button::after {
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: none;
  color: var(--secondary-color);
  content: "\e914";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-icon-font);
  font-size: 18px;
  font-weight: normal;
  height: 24px;
  transform: unset;
  width: 24px;
}
.faq-list .accordion-item .accordion-button.collapsed::after {
  content: "\e909";
}
.faq-list .accordion-item .accordion-body {
  background-color: var(--bianca);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 24px;
}
@media (max-width:575px){
  .faq-list .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 16px;
  }
}

/* ==============================
   15. Blog Grid Page CSS
============================== */

/* =========   15.1 Blog Grid Section CSS   ========= */

.blog-grid{
  display: inline-block;
  margin: 50px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-grid{
    margin: 40px 0;
  }
}
.blog-grid-box{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: calc(100% - 16px);
  margin: 16px 0 0;
}
.blog-grid-img{
  position: relative;
  padding: 36px 20px 0;
}
.blog-category{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 20px;
  padding: 10px 12px;
}
.blog-grid-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 250px;
  width: 100%;
}
@media (max-width:575px){
  .blog-grid-img img{
    min-height: 200px;
  }
}
.blog-grid-comment{
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 12px;
  right: 32px;
  padding: 6px 10px;
}
.blog-grid-content{
  padding: 0 20px;
}
.blog-grid-content h2{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 16px;
}
.blog-grid-content p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-read-more{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  margin: auto 0 0;
  max-width: max-content;
  width: 100%;
}
.blog-read-more:hover{
  color: var(--theme-color);
}
.blog-grid-auther{
  border-top: 1px solid var(--theme-color30);
  display: flex;
  gap: 20px;
  margin: auto 0 0;
  padding: 20px;
}
.blog-grid-auther-img img{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: 60px;
  height: 60px;
  min-width: 60px;
  width: 60px;
}
.blog-grid-auther-name{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 6px;
}
.blog-grid-date{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.blog-pagination {
  margin: 16px 0 0;
}
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .pagination {
  display: flex;
  gap: 10px;
}
.pagination-wrapper .page-item .page-link {
  background-color: var(--bianca);
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
}
.pagination-wrapper .page-item .page-link:hover,
.pagination-wrapper .page-item.active .page-link {
  background-color: var(--theme-color);
  color: var(--secondary-color);
}

/* ==============================
   16. Blog Standard Page CSS
============================== */

/* =========   16.1 Blog Standard Section CSS   ========= */

.blog-standard-sidebar{
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 20px;
}
@media (max-width:991px){
  .blog-standard-sidebar{
    margin: 40px 0 0;
  }
}
@media (max-width:575px){
  .blog-standard-sidebar{
    gap: 30px;
  }
}
.blog-standard-search-form .form-group {
  position: relative;
}
.blog-standard-search-form .form-group .form-control {
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  height: 60px;
  padding: 10px 60px 10px 16px;
  width: 100%;
}
.blog-standard-search-btn {
  background-color: var(--theme-color);
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  height: 40px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 40px;
}
.blog-standard-category-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.blog-standard-category-list ul li {
  list-style: none;
}
.blog-standard-category-list ul li a {
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px;
  text-decoration: none;
}
.blog-standard-category-list ul li.active a,
.blog-standard-category-list ul li a:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--secondary-color);
}
.blog-standard-category-list ul li a i {
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  min-height: 24px;
  height: 24px;
  max-width: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 24px;
}
.blog-standard-category-list ul li.active a i,
.blog-standard-category-list ul li a:hover i {
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.blog-standard-tags {
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px;
}
.blog-standard-sidebar-title {
    margin: 0 0 30px;
}
.blog-standard-sidebar-heading {
  background-color: var(--theme-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 16px 14px 44px;
  position: relative;
  text-transform: uppercase;
}
.blog-standard-sidebar-heading::before {
  background-color: var(--theme-color);
  border: 1px solid var(--secondary-color);
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 16px;
}
.blog-standard-sidebar-heading::after {
  background-color: var(--secondary-color);
  content: "";
  height: 10px;
  margin: auto 0;
  position: absolute;
  top: -6px;
  bottom: 0;
  left: 16px;
  width: 10px;
}
.blog-standard-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-standard-tags ul li a {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  color: var(--theme-color);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 16px;
}
.blog-standard-tags ul li a:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.blog-standard-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width:991px){
  .blog-standard-list {
    gap: 20px;
  }
}
.blog-standard .blog-grid-content h2{
  font-size: 36px;
}
@media (max-width:1199px){
  .blog-standard .blog-grid-content h2{
    font-size: 28px;
  }
}
@media (max-width:575px){
  .blog-standard .blog-grid-content h2{
    font-size: 24px;
  }
}
.blog-standard .blog-grid-content p{
  -webkit-line-clamp: 3;
}

/* ==============================
   17. Blog Single Page CSS
============================== */

/* =========   17.1 Blog Single Section CSS   ========= */

.blog-single{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width:767px){
  .blog-single{
    gap: 40px;
  }
}
.blog-single-img {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  margin: 16px 0 30px;
  position: relative;
  padding: 36px 30px 30px;
}
@media (max-width:767px){
  .blog-single-img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 36px 16px 16px;
  }
}
.blog-single-category {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 30px;
  padding: 10px 12px;
}
@media (max-width:767px){
  .blog-single-category {
    left: 16px;
  }
}
.blog-single-img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 500px;
  width: 100%;
}
@media (max-width:767px){
  .blog-single-img img {
    min-height: 220px;
  }
}

.blog-single-comment {
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  bottom: 60px;
  right: 60px;
  padding: 6px 10px;
}
@media (max-width:767px){
  .blog-single-comment {
    bottom: 30px;
    right: 30px;
  }
}
.blog-single-info{
  border-bottom: 1px solid var(--theme-color30);
  margin: 0 0 40px;
  padding: 0 0 30px;
}
.blog-single-auther {
  display: flex;
  gap: 20px;
  margin: 0 0 30px;
}
.blog-single-auther-img img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: 60px;
  height: 60px;
  min-width: 60px;
  width: 60px;
}
.blog-single-auther-name {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 6px;
}
.blog-single-date {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.blog-single-heading{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width:575px){
  .blog-single-heading{
    font-size: 28px;
  }
}

.blog-single-content{
  color: var(--gray);
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.blog-single-content p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.blog-single-content ul li{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 0 0 34px;
  position: relative;
}
.blog-single-content ul li::before {
  background-color: var(--secondary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-icon-font);
  font-size: 14px;
  font-weight: normal;
  content: "\e924";
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}
.blog-single-content ol{
  margin: 0;
  padding: 0;
}
.blog-single-content ol li{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: inside auto;
  margin: 0 0 10px;
}
.blog-single-content strong,
.blog-single-content b{
  font-weight: 700;
}
.blog-single-content p a,
.blog-single-content a{
  color: var(--secondary-color);
}
.blog-single-content h1{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
}
.blog-single-content h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
}
.blog-single-content h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
}
.blog-single-content h4{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
}
.blog-single-content h5{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
}
.blog-single-content h6{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
}
.blog-single-content blockquote{
  background-color: var(--bianca);
  border-color: var(--secondary-color);
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 90px 40px 40px;
  position: relative;
}
@media (max-width:767px){
  .blog-single-content blockquote{
    font-size: 20px;
    padding: 60px 20px 20px;
  }
}
.blog-single-content blockquote::after{
  position: absolute;
  top: 40px;
  left: 40px;
  content: "\e907";
  color: var(--secondary-color);
  font-family: var(--theme-icon-font);
  font-size: 40px;
  height: 40px;
  width: 40px;
}
@media (max-width:767px){
  .blog-single-content blockquote::after{
    font-size: 30px;
    top: 20px;
    left: 20px;
    height: 30px;
    width: 30px;
  }
}

.blog-single-user{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 50px 0 0;
  padding: 0 40px 40px;
}
@media (max-width:767px){
  .blog-single-user{
    padding: 0 20px 20px;
  }
}
.blog-single-user-img{
  margin: 0 0 30px;
}
@media (max-width:767px){
  .blog-single-user-img{
    margin: 0 0 20px;
  }
}
.blog-single-user-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: -50px 0 0;
  min-height: 100px;
  height: 100px;
  min-width: 100px;
  width: 100px;
}
@media (max-width:767px){
  .blog-single-user-img img{
    margin: -40px 0 0;
    min-height: 80px;
    height: 80px;
    min-width: 80px;
    width: 80px;
  }
}
.blog-single-user-name{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 20px;
}
@media (max-width:767px){
  .blog-single-user-name{
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.blog-single-user p{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width:767px){
  .blog-single-user p{
    line-height: normal;
  }
}

.blog-single-comment-heading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 30px;
}
.blog-comment-list li {
  border-bottom: 1px solid var(--theme-color30);
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.blog-comment-list li:last-child{
  margin: 0;
}
.blog-comment-box {
  display: flex;
  align-items: start;
}
.blog-comment-user {
  isolation: isolate;
  padding: 0 20px 0 0;
  min-width: 70px;
}
@media (max-width:575px){
  .blog-comment-user {
    padding: 0 10px 0 0;
    min-width: 46px;
  }
}
.blog-comment-user img {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  min-height: 50px;
  height: 50px;
  min-width: 50px;
  width: 50px;
}
@media (max-width:575px){
  .blog-comment-user img{
    min-height: 36px;
    height: 36px;
    min-width: 36px;
    width: 36px;
  }
}
.blog-comment-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.comment-username {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 6px;
}
@media (max-width:575px){
  .comment-username {
    font-size: 16px;
    margin: 0;
  }
}
.comment-date {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.blog-comment-info p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.comment-reply-btn {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  max-width: max-content;
  width: 100%;
}
.comment-reply-btn:hover,
.comment-reply-btn:focus {
  color: var(--theme-color);
}
.blog-comment-list .blog-comment-child {
  padding: 0 0 30px 80px;
}
@media (max-width:767px){
  .blog-comment-list .blog-comment-child{
    padding: 0 0 30px 60px;
  }
}
@media (max-width: 575px) {
  .blog-comment-list .blog-comment-child {
    padding: 0 0 30px 30px;
  }
}

.blog-single-form-title {
  margin: 0 0 30px;
}
.blog-single-form-heading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width:575px){
  .blog-single-form-heading {
    font-size: 28px;
  }
}
.blog-single-form-title p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.blog-single-form .form-group-row {
  display: flex;
  gap: 24px;
}
@media (max-width:575px){
  .blog-single-form .form-group-row {
    flex-direction: column;
    gap: 0;
  }
}
.blog-single-form .form-group {
  margin: 0 0 24px;
  width: 100%;
}
.blog-single-form .form-control {
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  color: var(--theme-color70);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 50px;
  padding: 14px 20px;
}
@media (max-width:575px){
  .blog-single-form .form-control {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 16px;
  }
}
.blog-single-form textarea.form-control {
  height: 120px;
  resize: none;
}
.blog-single-form .form-group.form-group-check {
  display: flex;
  align-items: center;
}
.blog-single-form .form-check-input {
  border: 2px solid var(--theme-color);
  min-height: 30px;
  margin: 0 16px 0 0;
  min-width: 30px;
}
.blog-single-form .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.blog-single-form .form-check-input:focus {
  border-color: var(--theme-color);
  outline: 0;
  box-shadow: none;
}
.blog-single-form .form-group.form-group-check label {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.related-news-slider .swiper-slide{
  height: auto;
}

/* ==============================
   18. Teams Single Page CSS
============================== */

/* =========   18.1 Teams Single Section CSS   ========= */

.teams-single-info{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: flex;
  gap: 24px;
  padding: 30px;
}
@media (max-width:991px){
  .teams-single-info{
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width:575px){
  .teams-single-info{
    border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 16px;
  }
}
.team-member-img{
  width: 50%;
}
@media (max-width:991px){
  .team-member-img{
    width: 100%;
  }
}
.team-member-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 538px;
  width: 100%;
}
@media (max-width:575px){
  .team-member-img img{
    min-height: 250px;
  }
}
.team-member-right{
  width: 50%;
}
@media (max-width:991px){
  .team-member-right{
    width: 100%;
  }
}
.team-member-info {
  margin: 0 0 30px;
}
.team-member-title {
  margin: 0 0 40px;
}
@media (max-width:575px){
  .team-member-title {
    margin: 0 0 20px;
  }
}
.team-member-heading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
@media (max-width:575px){
  .team-member-heading {
    font-size: 24px;
    margin: 0 0 6px;
  }
}
.team-member-post {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width:575px){
  .team-member-post {
    font-size: 16px;
  }
}
.team-member-info p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.team-member-contact {
  margin: 0 0 30px;
}
.team-member-contact ul li {
  margin: 0 0 10px;
}
@media (max-width:575px){
  .team-member-contact ul li {
    display: flex;
    flex-direction: column;
  }
}
.team-member-contact ul li:last-child {
  margin: 0;
}
.team-member-contact-label {
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  min-width: 160px;
}
.team-member-contact-value {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.team-member-contact-value:hover{
  color: var(--gray);
}
.team-member-social-heading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
.team-member-social ul {
  display: flex;
  gap: 10px;
}
.team-member-social ul a {
  background-color: var(--theme-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  min-height: 40px;
  height: 40px;
  min-width: 40px;
  width: 40px;
}
.team-member-skills{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 0;
}
.team-member-skills h3 {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width:575px){
  .team-member-skills h3 {
    font-size: 24px;
  }
}
.team-member-skills p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width:575px){
  .team-member-skills p {
    line-height: normal;
  }
}
.progress-bar-wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 0 0;
  max-width: 560px;
}
.progress-bar-single{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.progress-bar-name{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.progress-bar-title{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.progress-bar-number{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.progress-bar-line{
  background-color: var(--theme-color);
  height: 16px;
  width: 100%;
}
.progress-bar-upper{
  background-color: var(--secondary-color);
  height: 16px;
}

/* ==============================
   19. Review Page CSS
============================== */

/* =========   19.1 Review Section CSS   ========= */

.review .testimonial-slider-box{
  height: auto;
  min-height: 240px;
}

/* ==============================
   20. Project Page CSS
============================== */

/* =========   20.1 Project Section CSS   ========= */

.project-box{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.project-box::after{
  background: linear-gradient(180deg, transparent 0%, var(--secondary-color40) 80%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.project-box img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 480px;
  width: 100%;
}
@media (max-width:1399px){
  .project-box img{
    min-height: 400px;
  }
}
@media (max-width:991px){
  .project-box img{
    min-height: 300px;
  }
}
@media (max-width:575px){
  .project-box img{
    min-height: 250px;
  }
}
.project-box-overlay{
  background: linear-gradient(180deg, transparent 0%, var(--secondary-color) 80%);
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: end;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 1;
}
@media (max-width:767px){
  .project-box-overlay{
    top: 0;
  }
}
.project-box:hover .project-box-overlay{
  top: 0;
}
.project-link{
  background-color: var(--white-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 14px;
  width: 100%;
}
@media (max-width:1399px){
  .project-link{
    font-size: 16px;
  }
}
.project-link:hover{
  color: var(--theme-color);
}
.project-link i{
  font-size: 24px;
}

/* ==============================
   21. Project Single Page CSS
============================== */

/* =========   21.1 Project Single Section CSS   ========= */

.project-single-sidebar{
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 20px;
}
@media (max-width: 991px) {
  .project-single-sidebar {
    margin: 40px 0 0;
    position: static;
    top: unset;
  }
}
.project-info{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.project-info-heading{
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 16px;
  width: 100%;
}
@media (max-width:1199px){
  .project-info-heading{
    font-size: 18px;
    line-height: 22px;
  }
}
.project-info-list{
  background-color: var(--bianca);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 30px 20px;
}
@media (max-width:1199px){
  .project-info-list{
    padding: 20px;
  }
}
.project-info-list li{
  list-style: none;
}
.project-info-list li h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 6px;
}
@media (max-width:1199px){
  .project-info-list li h3{
    font-size: 18px;
    line-height: 22px;
  }
}
.project-info-list li span{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media (max-width:1199px){
  .project-info-list li span{
    font-size: 14px;
  }
}
.project-single-img{
  margin: 0 0 30px;
}
.project-single-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .project-single-img img {
    min-height: 200px;
  }
}
.project-single-heading{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .project-single-heading {
    font-size: 30px;
    margin: 0 0 10px;
  }
}
.project-single-copy{
  color: var(--gray);
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.project-single-copy p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.project-single-copy ul li{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 0 0 34px;
  position: relative;
}
.project-single-copy ul li::before {
  background-color: var(--secondary-color);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--theme-icon-font);
  font-size: 14px;
  font-weight: normal;
  content: "\e924";
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
}
.project-single-copy ol{
  margin: 0;
  padding: 0;
}
.project-single-copy ol li{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  list-style: inside auto;
  margin: 0 0 10px;
}
.project-single-copy strong,
.project-single-copy b{
  font-weight: 700;
}
.project-single-copy p a,
.project-single-copy a{
  color: var(--secondary-color);
}
.project-single-copy h1{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .project-single-copy h1{
    font-size: 30px;
  }
}
.project-single-copy h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
}
.project-single-copy h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
}
.project-single-copy h4{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
}
.project-single-copy h5{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
}
.project-single-copy h6{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
}
.project-single-copy-img{
  display: flex;
  gap: 24px;
}
@media (max-width:575px){
  .project-single-copy-img{
    flex-direction: column;
    gap: 24px;
  }
}
.project-single-copy-img-left{
  width: 50%;
}
@media (max-width:575px){
  .project-single-copy-img-left{
    width: 100%;
  }
}
.project-single-copy-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  min-height: 260px;
  width: 100%;
}
@media (max-width:1199px){
  .project-single-copy-img img{
    min-height: 220px;
  }
}
@media (max-width:767px){
  .project-single-copy-img img{
    min-height: 180px;
  }
}

/* ==============================
   22. Contact Us Page CSS
============================== */

/* =========   22.1 Contact Info Section CSS   ========= */

.contact-info-title{
  margin: 0 0 20px;
}
.contact-list{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-box{
  background-color: var(--bianca);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  display: flex;
  gap: 20px;
  padding: 20px;
}
@media (max-width:575px){
  .contact-box{
    flex-direction: column;
  }
}
.contact-icon-box{
  background-color: var(--secondary-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  font-size: 30px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  width: 60px;
}
.contact-info-heading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 6px;
}
.contact-box-copy a {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.google-map{
  height: 100%;
}
@media (max-width:1199px){
  .google-map{
    height: auto;
    margin: 40px 0 0;
  }
}
.google-map iframe{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
@media (max-width:1199px){
  .google-map iframe{
    height: 500px;
  }
}
@media (max-width: 575px) {
  .google-map iframe {
    height: 400px;
  }
}

/* =========   22.2 Contact Form Section CSS   ========= */

.contact-form-wrapper{
  background-color: var(--bianca);
  padding: 100px 0;
}
@media (max-width:767px){
  .contact-form-wrapper{
    padding: 80px 0;
  }
}
.contact-form-box{
  background-color: var(--white-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  padding: 30px;
}
@media (max-width:575px){
  .contact-form-box{
    padding: 30px 20px;
  }
}
.contact-form-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form-title h3 {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width:575px){
  .contact-form-title h3 {
    font-size: 28px;
  }
}
.contact-form-title p{
  font-weight: 500;
}
.contact-form .form-group-row {
  display: flex;
  gap: 24px;
}
@media (max-width:767px){
  .contact-form .form-group-row {
    flex-direction: column;
    gap: 0;
  }
}
.contact-form .form-group-row .form-group {
  width: 50%;
}
@media (max-width:767px){
  .contact-form .form-group-row .form-group {
    width: 100%;
  }
}
.contact-form .form-group {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}
.contact-form .form-group .form-control{
  background-color: var(--bianca);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--theme-color70);
  height: 50px;
  padding: 14px 20px;
}
@media (max-width:575px){
  .contact-form .form-group .form-control{
    font-size: 14px;
    line-height: 18px;
    padding: 10px 16px;
  }
}
.contact-form .form-group textarea.form-control{
  height: 120px;
  resize: none;
}
.contact-form .form-label{
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--theme-color);
}
.contact-form .form-check-input {
  height: 30px;
  margin: 0 8px 0 0;
  min-width: 30px;
  width: 30px;
}
.contact-form .form-check-input:focus{
  border-color: var(--theme-color);
  box-shadow: none;
}
.contact-form .form-check-label {
  color: var(--theme-color);
  font-weight: 500;
  margin: 0;
}
.contact-form .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.contact-form .form-group.form-group-check{
  display: flex;
  align-items: center;
}
.contact-form-img{
  isolation: isolate;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.contact-form-img img{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
  width: 100%;
}
.contact-form-social{
  background-color: var(--white-color80);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 6px;
  z-index: 2;
}
@media (max-width:575px){
  .contact-form-social{
    bottom: 20px;
    left: 20px;
  }
}
.contact-form-social ul {
  display: flex;
  align-items: center;
  gap: 6px;
}
.contact-form-social ul li a {
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.contact-form-social ul li a i {
  font-size: 26px;
  font-weight: normal;
}

/* ==============================
   23. 404 Error Page CSS
============================== */

/* =========   23.1 404 Error Section CSS   ========= */

.error-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 120px;
}
@media (max-width:575px){
  .error-inner{
    padding: 40px 0 60px;
  }
}
.error-heading {
  color: var(--theme-color);
  display: block;
  font-family: var(--theme-font);
  font-size: 250px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media (max-width:767px){
  .error-heading{
    font-size: 200px;
  }
}
@media (max-width:575px){
  .error-heading{
    font-size: 120px;
  }
}
.error-subheading {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 16px;
}
.error-inner p {
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0 auto 30px;
  max-width: 520px;
  text-align: center;
}

/* ==============================
   24. Career Page CSS
============================== */

/* =========   24.1 Career Section CSS   ========= */

.career-form .form-group-row {
  display: flex;
  gap: 24px;
}
@media (max-width:767px){
  .career-form .form-group-row {
    flex-direction: column;
    gap: 0;
  }
}
.career-form .form-group-row .form-group {
  width: 50%;
}
@media (max-width:767px){
  .career-form .form-group-row .form-group {
    width: 100%;
  }
}
.career-form .form-group {
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}
.career-form .form-group .form-control{
  background-color: var(--bianca);
  color: var(--theme-color70);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 50px;
  padding: 14px 20px;
}
@media (max-width:575px){
  .career-form .form-group .form-control{
    font-size: 14px;
    padding: 10px 16px;
  }
}
.career-form .form-group textarea.form-control{
  height: 120px;
  resize: none;
}
.career-form .form-label{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
}
@media (max-width:575px){
  .career-form .form-label{
    font-size: 14px;
  }
}
.drop-container{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  height: 200px;
  width: 100%;
}
@media (max-width:575px){
  .drop-container{
    height: 160px;
    gap: 10px;
  }
}
.drop-container input{
  display: none;
}
.drop-container i{
  color: var(--theme-color);
  font-size: 50px;
}
@media (max-width:575px){
  .drop-container i{
    font-size: 40px;
  }
}
.drop-title{
  color: var(--theme-color70);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width:575px){
  .drop-title{
    font-size: 14px;
  }
}
.form-group-btn{
  display: flex;
  align-items: end;
  justify-content: end;
}

/* ==============================
   25. Shop Page CSS
============================== */

/* =========   25.1 Shop Section CSS   ========= */

.shop-sidebar{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width:1199px){
  .shop-sidebar{
    margin: 0 0 40px;
  }
}
.shop-search-form .form-group {
  position: relative;
}
.shop-search-form .form-group .form-control {
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  height: 50px;
  padding: 10px 50px 10px 16px;
  width: 100%;
}
.shop-search-form .form-group .form-control::placeholder{
  color: var(--theme-color);
}
.shop-search-btn {
  background-color: var(--theme-color);
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  height: 38px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  width: 38px;
}
.shop-sidebar-toggle{
  display: none;
}
@media (max-width:1199px){
  .shop-sidebar-toggle{
    display: block;
  }
  .shop-sidebar-toggle-btn{
    background-color: var(--theme-color);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 20px;
    padding: 12px 16px;
    text-align: left;
    width: 100%;
  }
}
@media (min-width:1200px){
  .shop-sidebar-filter-inner{
    display: block !important;
  }
}
@media (max-width:1199px){
  .shop-sidebar-filter-inner{
    display: none;
  }
}
.shop-category{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 0 30px;
  padding: 12px 12px 8px;
}
.shop-category-title{
  background-color: var(--theme-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 14px;
}
.shop-category-square{
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  height: 16px;
  position: relative;
  width: 16px;
}
.shop-category-square::after{
  background-color: var(--secondary-color);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 10px;
  width: 10px;
}
.shop-category-heading{
  color: var(--white-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width:1399px){
  .shop-category-heading{
    font-size: 14px;
  }
}
.shop-category-list{
  margin: 0;
  padding: 0;
}
.shop-category-list li{
  border-bottom: 1px solid var(--theme-color30);
  list-style: none;
  margin: 0 0 12px;
  padding: 0 0 12px;
}
.shop-category-list li:last-child{
  border: 0;
  margin: 0;
}
.shop-category-list li a{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.shop-category-list li a:hover{
  color: var(--theme-color);
}
.shop-price-filter{
  background-color: var(--white-color);
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 12px 12px 30px;
}
.price-filter{
  display: flex;
  gap: 10px;
}
.price-filter-min,
.price-filter-max{
  width: 50%;
}
.price-filter label{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.price-filter input[type="number"]{
  -moz-appearance: textfield;
}
.price-filter input::-webkit-outer-spin-button,
.price-filter input::-webkit-inner-spin-button{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.price-filter-btn-box{
  margin: 20px 0 0;
}
.price-filter-btn{
  background-color: var(--theme-color);
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 8px 18px;
}
.price-filter-btn:hover{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.shop-shorting{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: 0 0 40px;
}
@media (max-width:575px){
  .shop-shorting{
    align-items: start;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 30px;
  }
}
.shop-shorting p{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.shorting-control{
  background-color: var(--pale-silver);
  border: 1px solid var(--theme-color30);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 500;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width:575px){
  .shop-shorting-input{
    width: 100%;
  }
  .shorting-control{
    min-width: 100%;
    max-width: 100%;
  }
}
.shorting-control:hover{
  border: 1px solid var(--theme-color30);
}

.product-box{
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
  padding: 12px 12px 20px;
}
.product-box-img{
  margin: 0 0 20px;
  position: relative;
}
.product-box-img img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 320px;
  width: 100%;
}
@media (max-width:1399px){
  .product-box-img img{
    height: 260px;
  }
}
@media (max-width:767px){
  .product-box-img img{
    height: auto;
    min-height: 260px;
  }
}
.product-tag{
  background-color: var(--white-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  color: var(--bay-green);
  font-family: var(--theme-font);
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
  max-width: max-content;
  padding: 4px 10px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  width: 100%;
}
.tag-new{
  color: var(--strong-rose);
}
.tag-trending{
  color: var(--blue-party);
}
.add-wishlist{
  background-color: var(--secondary-color);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  height: 42px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 42px;
}
.add-wishlist:hover{
  color: var(--theme-color);
}
.product-category{
  color: var(--gray);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 4px;
  width: 100%;
}
.product-name{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.product-name:hover{
  color: var(--theme-color);
}
.product-price{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.product-offer-price{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.product-price del{
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.addtocart-btn .theme-btn{
  height: 42px;
  font-size: 14px;
}
.addtocart-btn .theme-btn span{
  height: 42px;
  padding: 6px 18px;
}
.addtocart-btn .theme-btn i{
  height: 42px;
  width: 42px;
}
.addtocart-btn .theme-btn span::after{
  height: 10px;
}
.product-pagination{
  margin: 16px 0 0;
}

/* ==============================
   26. Product Single Page CSS
============================== */

/* =========   26.1 Product Single Section CSS   ========= */

.navslider{
  margin: 0 0 20px;
}
.navslider,
.thumebslider{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.navslider .swiper-slide img{
  border: 1px solid var(--theme-color30);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
@media (max-width:991px){
  .navslider .swiper-slide img{
    width: 100%;
  }
}
.thumebslider .swiper-slide img{
  border: 1px solid var(--theme-color30);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.navslider .swiper-button-next,
.navslider .swiper-button-prev {
  background-color: var(--secondary-color);
  border: 2px solid var(--theme-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: var(--theme-color);
  font-family: var(--theme-icon-font);
  font-size: 24px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 40px;
  z-index: 2;
}
.navslider:hover .swiper-button-next,
.navslider:hover .swiper-button-prev {
  opacity: 1;
}
.navslider:hover .swiper-button-next.swiper-button-disabled,
.navslider:hover .swiper-button-prev.swiper-button-disabled{
  opacity: 0.35;
}
.navslider .swiper-button-prev::after {
  font-family: var(--theme-icon-font);
  font-size: 24px;
  content: "\e923";
}
.navslider .swiper-button-next::after {
  font-family: var(--theme-icon-font);
  font-size: 24px;
  content: "\e924";
}
.product-info{
  padding: 0 0 0 22px;
}
@media (max-width:991px){
  .product-info{
    margin: 40px 0 0;
    padding: 0;
  }
}
.product-single-heading h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
@media (max-width:1199px){
  .product-single-heading h2{
    font-size: 36px;
  }
}
@media (max-width:767px){
  .product-single-heading h2{
    font-size: 28px;
  }
}
.product-single-review{
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
@media (max-width:575px){
  .product-single-review{
    flex-wrap: wrap;
  }
}
.product-single-review ul{
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.product-single-review ul li{
  color: var(--secondary-color);
  font-size: 24px;
  list-style: none;
}
@media (max-width:575px){
  .product-single-review ul li{
    font-size: 20px;
  }
}
.product-single-review span{
  border-left: 1px solid var(--gray);
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
}
@media (max-width:575px){
  .product-single-review span{
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
}
.product-single-sort-description{
  margin: 0 0 20px;
}
.product-single-sort-description p{
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width:575px){
  .product-single-sort-description p{
    font-size: 14px;
  }
}
.product-single-price{
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 0 0 20px;
}
.product-single-offer-price {
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.product-single-price del {
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.product-single-add-remove{
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0 0 30px;
}
@media (max-width:575px){
  .product-single-add-remove{
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
}
.product-single-number{
  display: flex;
  gap: 10px;
}
.product-single-minus,
.product-single-plus{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  min-height: 42px;
  height: 42px;
  min-width: 42px;
  width: 42px;
}
.product-single-number input{
  background-color: var(--bianca);
  border: 1px solid var(--theme-color30);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  height: 42px;
  text-align: center;
  width: 80px;
}
.product-single-extra{
  border-top: 1px solid var(--theme-color30);
  padding: 30px 0 0;
}
.product-single-extra ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.product-single-extra ul li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.product-single-extra ul li strong{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.product-single-extra ul li span{
  color: var(--gray);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.product-tabs{
  margin: 100px 0 0;
}
@media (max-width:991px){
  .product-tabs{
    margin: 60px 0 0;
  }
}
.product-tabs .nav-pills{
  border-bottom: 2px solid var(--theme-color30);
}
.product-tabs .nav-pills .nav-link{
  background-color: var(--theme-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--secondary-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 -2px 0;
  padding: 20px 30px;
}
@media (max-width:575px){
  .product-tabs .nav-pills .nav-link{
    font-size: 16px;
    line-height: 18px;
    padding: 12px 20px;
  }
}
.product-tabs .nav-pills .nav-link.active{
  background-color: var(--secondary-color);
  color: var(--theme-color);
}
.product-tabs .tab-content .tab-pane{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 40px 0 0;
}
@media (max-width:767px){
  .product-tabs .tab-content .tab-pane{
    font-size: 16px;
    line-height: 22px;
  }
}
.product-review-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-review-single{
  border-bottom: 1px solid var(--theme-color30);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 30px;
}
.product-review-auther{
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width:575px){
  .product-review-auther{
    gap: 16px;
  }
}
.product-review-auther img{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  min-height: 60px;
  height: 60px;
  min-width: 60px;
  width: 60px;
}
@media (max-width:575px){
  .product-review-auther img{
    min-height: 50px;
    height: 50px;
    min-width: 50px;
    width: 50px;
  }
}
.product-review-auther h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}
@media (max-width:575px){
  .product-review-auther h3{
    font-size: 18px;
    line-height: 20px;
  }
}
.product-review-star{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.product-review-star ul{
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.product-review-star ul li{
  color: var(--secondary-color);
  font-size: 24px;
  list-style: none;
}
@media (max-width:575px){
  .product-review-star ul li{
    font-size: 20px;
  }
}
.product-review-star span{
  border-left: 1px solid var(--gray);
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0 16px;
  padding: 0 0 0 16px;
}
@media (max-width:575px){
  .product-review-star span {
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }
}
.product-review-copy p{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
@media (max-width:767px){
  .product-review-copy p{
    font-size: 16px;
    line-height: 22px;
  }
}

.add-review{
  margin: 40px 0 0;
}
.add-review-heading{
  margin: 0 0 40px;
}
@media (max-width:767px){
  .add-review-heading{
    margin: 0 0 20px;
  }
}
.add-review-heading h3{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width:1199px){
  .add-review-heading h3{
    font-size: 36px;
  }
}
@media (max-width:767px){
  .add-review-heading h3{
    font-size: 28px;
  }
}
.add-review-form .form-group-row {
  display: flex;
  gap: 24px;
}
@media (max-width:767px){
  .add-review-form .form-group-row {
    flex-direction: column;
    gap: 0;
  }
}
.add-review-form .form-group-row .form-group {
  width: 50%;
}
@media (max-width:767px){
  .add-review-form .form-group-row .form-group {
    width: 100%;
  }
}
.add-review-form .form-group {
  display: inline-block;
  margin: 0 0 30px;
  width: 100%;
}
.add-review-form .form-group .form-control{
  background-color: var(--bianca);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--theme-color70);
  height: 50px;
  padding: 14px 20px;
}
@media (max-width:575px){
  .add-review-form .form-group .form-control{
    padding: 10px 16px;
    font-size: 14px;
    line-height: 18px;
  }
}
.add-review-form .form-group textarea.form-control{
  height: 220px;
  resize: none;
}
@media (max-width:575px){
  .add-review-form .form-group textarea.form-control{
    height: 160px;
  }
}
.add-review-form .form-group p{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
}
.star-rating {
  display:flex;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 4px;
  font-family: var(--theme-font);
  font-size: 28px;
  margin: 10px 0 0;
  text-align: center;
  max-width: max-content;
  width: 100%;
}
@media (max-width:575px){
  .star-rating {
    font-size: 24px;
  }
}
.star-rating input {
  display: none;
}
.star-rating label {
  color: var(--theme-color);
  cursor: pointer;
}
.star-rating :checked ~ label {
  color: var(--secondary-color);
}
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: var(--secondary-color);
}

@media (max-width:991px){
  .related-products .product-box-img img{
    height: 300px;
  }
}
@media (max-width:767px){
  .related-products .product-box-img img{
    min-height: 300px;
    height: auto;
  }
}


/* ==============================
   27. Wishlist Page CSS
============================== */

/* =========   27.1 Wishlist Section CSS   ========= */

.wishlist-title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.wishlist-list .table{
  border: 1px solid var(--theme-color30);
  margin: 0;
}
@media (max-width:991px){
  .wishlist-list .table thead{
    display: none;
  }
}
.wishlist-list .table thead th{
  background-color: var(--off-white);
}
.wishlist-list .table th,
.wishlist-list .table td{
  vertical-align: middle;
  padding: 10px;
}
@media (max-width:991px){
  .wishlist-list .table th,
  .wishlist-list .table td{
    display: block;
  }
}
.wishlist-product-img{
  border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 120px;
  width: 120px;
}
.wishlist-product-detail {
  margin: 0;
  padding: 0;
}
.wishlist-product-detail li{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
}
.wishlist-product-detail li:last-child{
  margin: 0;
}
.wishlist-product-name{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
.wishlist-product-name:hover{
  color: var(--theme-color);
}
.wishlist-offer-price strong{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.wishlist-offer-price del,
.wishlist-product-detail li span{
  color: var(--gray);
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.wishlist-product-price{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.in-stock{
  color: var(--permanent-green);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.out-of-stock{
  color: var(--valencia);
  font-family: var(--theme-font);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.wishlist-product-remove{
  background-color: transparent;
  border: 3px solid var(--valencia);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--valencia);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: normal;
  outline: none;
  height: 42px;
  width: 42px;
}
.wishlist-product-remove:hover{
  background-color: var(--valencia);
  color: var(--white-color);
}

/* ==============================
   28. Cart Page CSS
============================== */

/* =========   28.1 Cart Section CSS   ========= */

.cart-coupon-code{
  margin: 40px 0 0;
}
.cart-coupon-code h2{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}
@media (max-width:767px){
  .cart-coupon-code h2{
    font-size: 20px;
  }
}
.cart-coupon-code form{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width:767px){
  .cart-coupon-code form{
    align-items: start;
    flex-direction: column;
  }
}
.cart-coupon-code .form-group{
  max-width: 440px;
  width: 100%;
}
@media (max-width:1399px){
  .cart-coupon-code .form-group{
    max-width: 360px;
  }
}
@media (max-width:1199px){
  .cart-coupon-code .form-group{
    max-width: 260px;
  }
}
@media (max-width:767px){
  .cart-coupon-code .form-group{
    max-width: 100%;
  }
}
.cart-coupon-code .form-group .form-control{
  background-color: var(--bianca);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 100%;
}
.cart-update-btn{
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  padding: 40px 0 0;
}
@media (max-width:991px){
  .cart-update-btn{
    align-items: start;
    justify-content: start;
  }
}
.cart-total{
  margin: 80px 0 0;
}
.cart-total-heading{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 30px;
}
.cart-total .table{
  border: 1px solid var(--theme-color30);
  margin: 0 0 20px;
}
.cart-total .table th,
.cart-total .table td{
  vertical-align: middle;
  padding: 10px 30px;
}
.cart-total .cart-value{
  color: var(--gray);
  text-align: right;
}

/* ==============================
   29. Checkout Page CSS
============================== */

/* =========   29.1 Checkout Section CSS   ========= */

.checkout-coupon{
  margin: 0 0 40px;
}
@media (max-width:575px){
  .checkout-coupon{
    margin: 0 0 20px;
  }
}
.checkout-coupon-code{
  background-color: var(--bianca);
  border-top: 4px solid var(--secondary-color);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
  padding: 16px;
}
@media (max-width:575px){
  .checkout-coupon-code{
    flex-wrap: wrap;
    font-size: 14px;
    row-gap: 10px;
    padding: 12px;
  }
}
.checkout-coupon-code svg{
  height: 20px;
  margin: 0 16px 0 0;
  width: 20px;
}
.show-coupon-code{
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:575px){
  .show-coupon-code{
    font-size: 14px;
  }
}
.coupon-code-enter{
  display: none;
}
.coupon-code-enter-inner{
  border: 1px solid var(--theme-color30);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  gap: 24px;
  padding: 30px;
}
@media (max-width:991px){
  .coupon-code-enter-inner{
    gap: 40px;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width:575px){
  .coupon-code-enter-inner{
    padding: 16px;
  }
}
.coupon-code-form{
  width: 50%;
}
@media (max-width:991px){
  .coupon-code-form{
    width: 100%;
  }
}
.coupon-code-form p{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
}
@media (max-width:575px){
  .coupon-code-form p{
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 20px;
  }
}
.coupon-code-form .form-group,
.coupon-login .form-group{
  margin: 0 0 30px;
}
@media (max-width:991px){
  .coupon-code-form .form-group,
  .coupon-login .form-group{
    margin: 0 0 20px;
  }
}
.coupon-code-form .form-control,
.coupon-login .form-control{
  background-color: var(--bianca);
  color: var(--theme-color70);
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 50px;
  padding: 14px 20px;
  margin: 0;
}
@media (max-width:575px){
  .coupon-code-form .form-control,
  .coupon-login .form-control{
    font-size: 14px;
    line-height: 18px;
  }
}
.coupon-login{
  width: 50%;
}
@media (max-width:991px){
  .coupon-login{
    width: 100%;
  }
}
.coupon-login .form-label{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}
@media (max-width:575px){
  .coupon-login .form-label{
    font-size: 14px;
    line-height: 18px;
  }
}
.checkout-heading{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 30px;
}
@media (max-width:991px){
  .checkout-heading{
    font-size: 28px;
  }
}
@media (max-width:575px){
  .checkout-heading{
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width:991px){
  .checkout-billing{
    margin: 30px 0 0;
  }
}
.checkout-billing .form-group{
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}
.checkout-billing .form-control{
  background-color: var(--bianca);
  color: var(--theme-color70);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  height: 50px;
  padding: 14px 20px;
  margin: 0;
  width: 100%;
}
@media (max-width:575px){
  .checkout-billing .form-control{
    font-size: 14px;
  }
}
.checkout-billing .form-label{
  color: var(--theme-color);
  display: inline-block;
  font-family: var(--theme-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}
@media (max-width:575px){
  .checkout-billing .form-label{
    font-size: 14px;
  }
}
.checkout-billing .form-group.form-group-check {
  display: flex;
  align-items: center;
}
.checkout-billing .form-check-input {
  height: 30px;
  margin: 0 8px 0 0;
  min-width: 30px;
  width: 30px;
}
.checkout-billing .form-check-label {
  color: var(--theme-color);
  font-weight: 500;
  margin: 0;
}
.checkout-billing .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.checkout-billing .form-check-input:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}
.checkout-billing .form-group textarea.form-control {
  height: 200px;
  resize: none;
}
@media (max-width:575px){
  .checkout-billing .form-group textarea.form-control {
    height: 160px;
  }
}
.checkout-order-info{
  margin: 60px 0 0;
}
@media (max-width:767px){
  .checkout-order-info{
    margin: 40px 0 0;
  }
}
.checkout-order-info .table{
  margin: 0 0 30px;
  border: 1px solid var(--theme-color30);
}
.checkout-order-info .table th,
.checkout-order-info .table td{
  vertical-align: middle;
  padding: 10px 30px;
}
@media (max-width:575px){
  .checkout-order-info .table th,
  .checkout-order-info .table td{
    padding: 10px 16px;
  }
}
.checkout-order-info .table thead th{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width:575px){
  .checkout-order-info .table thead th{
    font-size: 16px;
  }
}
.checkout-order-info .table tbody td{
  color: var(--theme-color);
  font-family: var(--theme-font);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width:575px){
  .checkout-order-info .table tbody td{
    font-size: 16px;
  }
}
.checkout-product-name,
.checkout-product-price{
  color: var(--gray);
  font-weight: 400;
}
.checkout-product-name:hover{
  color: var(--theme-color);
}