@charset "UTF-8";
/*-------------------------------------------------------------

-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> author css
>> navbar
>> header
>> footer
>> breadcrumb
>> tab & accordion
>> animation
>> back to top
>> button 
>> form
>> preloader
>> spacing
>> theme
>> home-02
>> home-03
>> light-version
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
/* author css */
body {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  color: #B0B0B0;
  font-size: 48px;
  font-weight: 700;
}

h2 span {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  color: #B0B0B0;
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  color: #B0B0B0;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h6 {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  color: #ffffff;
  margin-bottom: 10px;
}

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

a,
a:hover {
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* navbar */
nav {
  text-align: center;
}

nav .main-menu li {
  display: inline-block;
  position: relative;
  margin-right: 0;
  margin: 0 12px;
  line-height: 1.7;
  z-index: 1;
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav .main-menu li {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  nav .main-menu li {
    margin: 0;
  }
}

nav .main-menu li.has-submenu::after {
  content: '\2b';
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #ffffff;
  margin-left: 2px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

nav .main-menu li a {
  color: #ffffff;
  padding: 20px 0;
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  nav .main-menu li .submenu {
    position: absolute;
    width: 180px;
    top: 120%;
    left: 0;
    background: #141414;
    border: 1px solid #4f4f4f;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
  }
  nav .main-menu li .submenu li {
    display: block;
    margin-right: initial;
  }
  nav .main-menu li .submenu li a {
    color: #ffffff;
    display: block;
    padding: 7px;
    width: 100%;
  }
  nav .main-menu li .submenu li a:hover {
    color: #ffffff;
  }
  nav .main-menu li:hover.has-submenu::after {
    color: #ffffff;
  }
  nav .main-menu li:hover a {
    color: #ffffff;
  }
}

@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  nav .main-menu li:hover a {
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  nav .main-menu li:hover .submenu {
    top: 115%;
    opacity: 1;
    visibility: visible;
  }
}

.mean-container .mean-nav {
  background: #141414;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mean-container .mean-nav {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .mean-container .mean-nav {
    margin-top: 80px;
  }
}

.mean-container .mean-bar {
  z-index: 1;
}

.mean-container .mean-bar a.meanmenu-reveal {
  background: #ffffff;
  top: 8px;
  right: 20px !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 14px;
  }
}

@media (max-width: 767.98px) {
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 14px;
  }
}

/* header */
.menu-area {
  background-color: #141414;
  border-bottom: 1px solid #4f4f4f;
  padding: 10px 0;
}

.menu-area .logo-area .dark-version {
  display: block;
}

.menu-area .logo-area .light-version {
  display: none;
}

.menu-area .logo-area img {
  max-width: 130px;
}

.menu-area .nav-right-content {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-area .nav-right-content {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .menu-area .nav-right-content {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-area {
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
  .menu-area {
    padding: 30px 0;
  }
}

.menu-area.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #141414;
  -webkit-animation: fixed_top .6s;
  animation: fixed_top .6s;
}

@-webkit-keyframes fixed_top {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@keyframes fixed_top {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

.menu-area-2 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .menu-area-2 .nav-right-content .nav-bar.active {
    display: block;
  }
  .menu-area-2 .nav-right-content .nav-bar {
    font-size: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: none;
  }
  .menu-area-2 .nav-right-content .cross-bar {
    display: none;
  }
  .menu-area-2 .nav-right-content .cross-bar.active {
    display: block;
  }
  .menu-area-2 .main-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .menu-area-2 .main-menu.active {
    opacity: 1;
    visibility: visible;
  }
}

/* footer */
.footer-area {
  background: #141414;
}

.footer-area .footer-logo {
  display: block;
}

.footer-area .logo-black {
  display: none;
}

.footer-widget-box {
  margin-bottom: 30px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 160px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .footer-logo img .footer-logo img {
    width: 180px;
  }
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.footer-social a {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-social a:hover {
  color: #ffffff;
}

.footer-widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.footer-list a {
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-list a:hover {
  color: #ffffff;
}

.footer-contact li {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-contact li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-contact li a span.contact-icon {
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
  display: inline-block;
}

.copyright {
  background: #141414;
}

.copyright .copyright-content {
  padding: 30px 0;
  border-top: 1px solid #4f4f4f;
}

.copyright .copyright-content .copyright-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.copyright .copyright-content .copyright-text a {
  color: #ffffff;
}

.footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-menu {
    text-align: left;
    margin-top: 20px;
  }
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

.footer-menu li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-menu li a:hover {
  color: #ffffff;
}

.footer-home-2 {
  background: #141414;
}

.footer-home-2 h6 {
  color: #ffffff;
  margin: 30px 0 10px;
}

.footer-home-2 .hero-social-2 {
  -webkit-animation: 0s;
  animation: 0s;
}

.subscribe-form {
  margin-top: 20px;
}

.subscribe-form input {
  color: #ffffff;
  background-color: transparent;
  padding: 15px 0;
  border: transparent;
  border-bottom: 1px solid #4f4f4f;
  margin-right: 40px;
}

.subscribe-form .primary-btn {
  position: relative;
  top: 7px;
}

@media (max-width: 575.98px) {
  .subscribe-form .primary-btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-widget-box-2.contact-widget {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .footer-widget-box-2.contact-widget {
    margin-top: 80px;
  }
}

.footer-widget-box-2.contact-widget h2 {
  color: #ffffff;
}

.footer-widget-box-2.contact-widget ul {
  margin-top: 30px;
}

.footer-widget-box-2.contact-widget ul li {
  border-bottom: 1px solid #4f4f4f;
  margin: 10px 0;
  padding: 10px 0;
}

.footer-widget-box-2.contact-widget ul li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 24px;
}

.footer-widget-box-2.contact-widget ul li a:hover {
  color: #ffffff;
}

.copyright-2 {
  background: #141414;
}

.copyright-2 .copyright-content {
  padding: 30px 0 115px;
  border-top: 1px solid #4f4f4f;
}

.copyright-2 .copyright-content .copyright-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.copyright-2 .copyright-content .copyright-text a {
  color: #ffffff;
}

.footer-home-3 {
  background-color: #141414;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-widget-box-3.about-us {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-widget-box-3.about-us {
    margin-bottom: 30px;
  }
}

.footer-widget-box-3.about-us h1 {
  font-weight: 500;
}

.footer-widget-box-3.about-us .footer-social-3 {
  margin-top: 40px;
}

.footer-widget-box-3.about-us .footer-social-3 li {
  display: inline-block;
  margin: 0 5px 15px 0;
}

.footer-widget-box-3.about-us .footer-social-3 li a {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-widget-box-3.about-us .footer-social-3 li a:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.footer-info-area .info-content {
  padding: 20px 40px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
}

.footer-info-area .info-content img {
  max-width: 160px;
}

.footer-info-area .info-content a.phone-number,
.footer-info-area .info-content a.email-address,
.footer-info-area .info-content a.location {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-info-area .info-content a.phone-number:hover,
.footer-info-area .info-content a.email-address:hover,
.footer-info-area .info-content a.location:hover {
  color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-info-area .info-content a.phone-number,
  .footer-info-area .info-content a.email-address,
  .footer-info-area .info-content a.location {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-info-area .info-content a.phone-number,
  .footer-info-area .info-content a.email-address,
  .footer-info-area .info-content a.location {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-info-area .info-content a.phone-number,
  .footer-info-area .info-content a.email-address,
  .footer-info-area .info-content a.location {
    margin-top: 20px;
  }
}

.footer-info-area .dark-version {
  display: block;
}

.footer-info-area .light-version {
  display: none;
}

.copyright-3 .copyright-content {
  padding: 80px 0 115px;
  border-top: 1px solid transparent;
}

/* breadcrumb */
.breadcrumb-section {
  background-color: #141414;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb-section {
    padding: 100px 0;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-section {
    padding: 80px 0;
  }
}

.breadcrumb-section ul {
  margin-top: 20px;
}

.breadcrumb-section ul li {
  display: inline-block;
  margin: 0 5px;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .breadcrumb-section ul li {
    margin: 0 3px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb-section ul li {
    margin: 0 3px;
  }
}

.breadcrumb-section ul li a {
  color: #ffffff;
  padding: 7px 12px;
  border: 1px solid #4f4f4f;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-section ul li a:hover {
  color: #141414;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.breadcrumb-section ul li span {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.breadcrumb-section ul li.active {
  color: #ffffff;
  background-color: rgba(255, 255, 0, 0.1);
  padding: 6px 12px;
  border: 1px solid #ffffff;
  border-radius: 30px;
}

/* tab & accordion */
.service-area .accordion-list li {
  background-color: transparent;
  border: 1px solid #4f4f4f;
  border-radius: 15px;
  margin-bottom: 30px;
}

.service-area .accordion-list li.active {
  border: 1px solid #ffffff;
}

.service-area .accordion-list li.active h3 {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: -100px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-area .accordion-list li.active h3 {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-area .accordion-list li.active h3 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .service-area .accordion-list li.active h3 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.service-area .accordion-list li h3 {
  cursor: pointer;
  padding: 20px 20px 20px 100px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}



.service-area .accordion-list li h3 span.space-right {
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-area .accordion-list li h3 {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .service-area .accordion-list li h3 {
    padding: 20px;
  }
}

.service-area .accordion-list li .answer {
  padding: 0 20px 30px 100px;
  position: relative;
}

.service-area .accordion-list li .answer p:first-child {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-area .accordion-list li .answer p:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .service-area .accordion-list li .answer p:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-area .accordion-list li .answer {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .service-area .accordion-list li .answer {
    padding: 20px;
  }
}

.service-area .accordion-list li .answer img.service-image {
  border-radius: 15px;
  width: auto;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-area .accordion-list li .answer img.service-image {
    margin-left: 0;
    margin-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .service-area .accordion-list li .answer img.service-image {
    margin-left: 0;
    margin-top: 35px;
  }
}

@media (max-width: 575.98px) {
  .service-area .accordion-list li .answer img.service-image {
    max-width: 100%;
  }
}

.faq-area .tab-menu {
  margin-bottom: 30px;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
  padding: 10px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.faq-area .tab-menu .tab-menu-item {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
  margin: 0 9px;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.faq-area .tab-menu .tab-menu-item.active, .faq-area .tab-menu .tab-menu-item:hover {
  background-color: #ffffff;
  color: #000000;
}

.faq-area .tab-content {
  width: 100%;
}

.faq-area .tab-content .tab-content-item {
  display: none;
}

.faq-area .tab-content .tab-content-item.active {
  display: block;
}

.faq-area .accordion .accordion-item {
  background-color: #141414;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-area .accordion .accordion-item .accordion-header {
  padding: 15px 30px;
  cursor: pointer;
  background-color: #141414;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #B0B0B0;
}

@media (max-width: 575.98px) {
  .faq-area .accordion .accordion-item .accordion-header {
    font-size: 18px;
  }
}

.faq-area .accordion .accordion-item .accordion-header:after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #B0B0B0;
}

.faq-area .accordion .accordion-item .accordion-header.active:after {
  content: '×';
  color: #ffffff;
}

.faq-area .accordion .accordion-item .accordion-header.active {
  color: #ffffff;
}

.faq-area .accordion .accordion-item .accordion-content {
  display: none;
  padding: 0 30px 15px;
  background-color: #141414;
  color: #B0B0B0;
}

.faq-area .accordion .accordion-item .accordion-content.active {
  display: block;
}

/* animation */
.item-rotate {
  -webkit-animation: rotate 9s normal linear infinite;
  animation: rotate 9s normal linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
    box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
    box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
    box-shadow: 0 0 0 0 rgba(244, 111, 5, 0.2), 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
    box-shadow: 0 0 0 20px rgba(244, 111, 5, 0.2), 0 0 0 40px rgba(244, 111, 5, 0.1), 0 0 0 60px rgba(244, 111, 5, 0);
  }
}

.item-moveOne {
  -webkit-animation: moveOne 15s infinite ease-in-out;
  animation: moveOne 15s infinite ease-in-out;
}

@-webkit-keyframes moveOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.item-moveTwo {
  -webkit-animation: moveTwo 15s infinite ease-in-out;
  animation: moveTwo 15s infinite ease-in-out;
}

@-webkit-keyframes moveTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes moveTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.scroll-down {
  -webkit-animation: scrollDown 1.5s infinite;
  animation: scrollDown 1.5s infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 60px;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 70px;
  }
  100% {
    bottom: 60px;
  }
}

.item-upDown {
  -webkit-animation: upDown 12s infinite ease-in-out;
  animation: upDown 12s infinite ease-in-out;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.item-pulse {
  -webkit-animation: pulse_shadow 2s ease-in-out infinite;
  animation: pulse_shadow 2s ease-in-out infinite;
}

@-webkit-keyframes pulse_shadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 0, 0.25);
  }
  100% {
    -webkit-box-shadow: 0px 0px 3px 15px rgba(255, 255, 0, 0);
    box-shadow: 0px 0px 3px 15px rgba(255, 255, 0, 0);
  }
}

@keyframes pulse_shadow {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 0, 0.25);
  }
  100% {
    -webkit-box-shadow: 0px 0px 3px 15px rgba(255, 255, 0, 0);
    box-shadow: 0px 0px 3px 15px rgba(255, 255, 0, 0);
  }
}

/* back to top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 90px;
  color: #141414;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 9998;
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .back-to-top {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top:hover {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

/* button */
.primary-btn {
  color: #141414;
  border: 1px solid #ffffff;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: -o-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.primary-btn2 {
  color: #141414;
  border: 1px solid #ffffff;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: -o-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .primary-btn {
    padding: 8px 10px;
  }
}

.primary-btn span {
  font-size: 26px;
  line-height: 24px;
  position: relative;
  top: 3px;
  left: -5px;
}

.primary-btn:hover {
  background-position: left bottom;
  color: #ffffff;
}

.primary-btn2:hover {
  background-position: left bottom;
  color: #ffffff;
}

.secondary-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: -o-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.secondary-btn2 {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
  padding: 8px 20px;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: -o-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .secondary-btn {
    padding: 8px 10px;
  }
}

.secondary-btn:hover {
  background-position: left bottom;
  color: #141414;
}

.secondary-btn2:hover {
  background-position: left bottom;
  color: #141414;
}

/* form */
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-form-3 {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .contact-form-3 {
    margin-top: 40px;
  }
}

.contact-form-3 .budget-option {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.contact-form-3 .budget-option input {
  display: none;
}

.contact-form-3 .budget-option span {
  font-size: 16px;
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #4f4f4f;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.contact-form-3 .budget-option input:checked + span {
  background-color: #ffffff;
  color: #141414;
  border: 1px solid transparent;
}

.contact-form-3 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-form-3 .form-group {
  margin-bottom: 20px;
}

.contact-form-3 label {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.contact-form-3 input,
.contact-form-3 textarea {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  /* Example border color */
  color: #ffffff;
  font-size: 16px;
  outline: none;
  margin-bottom: 10px;
}

.contact-form-3 input::-webkit-input-placeholder,
.contact-form-3 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Example white color */
}

.contact-form-3 input:-ms-input-placeholder,
.contact-form-3 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Example white color */
}

.contact-form-3 input::-ms-input-placeholder,
.contact-form-3 textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Example white color */
}

.contact-form-3 input::placeholder,
.contact-form-3 textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  /* Example white color */
}

.contact-form-3 .radio-buttons .form-group {
  padding: 10px 45px 10px 15px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  display: inline-block;
  margin-right: 15px;
  line-height: 0;
  margin-bottom: 15px;
}

.contact-form-3 .radio-buttons input[type="radio"] {
  display: none;
}

.contact-form-3 .radio-buttons label {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 0;
  margin: 0;
  text-transform: capitalize;
  padding: 10px 0;
}

.contact-form-3 .radio-buttons label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.contact-form-3 .radio-buttons label::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.contact-form-3 .radio-buttons input[type="radio"]:checked + label::before {
  border-color: #ffffff;
}

.contact-form-3 .radio-buttons input[type="radio"]:checked + label::after {
  -webkit-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  transform: translateY(-50%) scale(0.55);
}

.contact-form-3 label.privacy-policy {
  font-size: 16px;
  position: relative;
  top: -5px;
}

.contact-form-3 label.privacy-policy a {
  color: #ffffff;
  text-decoration: underline;
}

.contact-form-3 .attachment-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}

.contact-form-3 .attachment-btn i {
  margin-right: 5px;
}

.contact-form-3 button.primary-btn {
  max-width: 300px;
  margin-top: 20px;
}

.contact-form-3 .primary-btn i {
  margin-left: 0;
}

.contact-form-3 input[type="checkbox"] {
  margin-right: 10px;
  width: auto;
  float: left;
}

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* spacing */
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 60px;
  }
}

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

@media (max-width: 767.98px) {
  .pt-105 {
    padding-top: 65px;
  }
}

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

@media (max-width: 767.98px) {
  .pt-110 {
    padding-top: 70px;
  }
}

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

@media (max-width: 767.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

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

@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {
  .pb-90 {
    padding-bottom: 50px;
  }
}

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

@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

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

@media (max-width: 767.98px) {
  .pb-105 {
    padding-bottom: 65px;
  }
}

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

@media (max-width: 767.98px) {
  .pb-110 {
    padding-bottom: 70px;
  }
}

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

@media (max-width: 767.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

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

@media (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

@media (max-width: 767.98px) {
  .py-115 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767.98px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

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

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

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

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

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

@media (max-width: 767.98px) {
  .mt-50 {
    margin-top: 30px;
  }
}

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

@media (max-width: 767.98px) {
  .mt-60 {
    margin-top: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-10 {
  margin: 10px 0;
}

.my-20 {
  margin: 20px 0;
}

.my-30 {
  margin: 30px 0;
}

.my-40 {
  margin: 40px 0;
}

.my-50 {
  margin: 50px 0;
}

.my-60 {
  margin: 60px 0;
}

.my-70 {
  margin: 70px 0;
}

.my-80 {
  margin: 80px 0;
}

.my-90 {
  margin: 90px 0;
}

.my-100 {
  margin: 100px 0;
}

.theme-color-switch {
  position: fixed;
  top: 200px;
  right: -5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 9998;
}

.theme-color-switch .checkbox {
  opacity: 0;
  position: absolute;
}

.theme-color-switch .checkbox-label {
  background-color: #ffffff;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.theme-color-switch .fa-moon {
  color: #000000;
}

.theme-color-switch .fa-sun {
  color: #000000;
}

.theme-color-switch .checkbox-label .ball {
  background-color: #ffffff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.theme-color-switch .checkbox:checked + .checkbox-label .ball {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* theme */
.hero-area {
  overflow: hidden;
  position: relative;
}

.hero-area .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-area .hero-bg.dark-version {
  display: block;
}

.hero-area .hero-bg.light-version {
  display: none;
}

.hero-area .hero-content-box {
  position: relative;
  padding: 150px 0;
  border-left: 1px solid #4f4f4f;
  border-right: 1px solid #4f4f4f;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-area .hero-content-box {
    padding: 120px 0 160px 10px;
  }
}

@media (max-width: 767.98px) {
  .hero-area .hero-content-box {
    padding: 100px 0 180px 10px;
  }
}

.hero-area p {
  max-width: 360px;
}

.hero-area .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
 
}

@media (max-width: 767.98px) {
  .hero-area .btn-group {
    display: inherit;

  }
}

.hero-area .btn-group img {
  max-width: 320px;
}

.hero-area .hero-top-content img.vector-shape {
  width: auto;
  margin-top: -100px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-area .hero-top-content img.vector-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-area .hero-top-content img.vector-shape {
    display: block;
  }
}

.hero-area .hero-bottom-content img.vector-shape {
  width: 110%;
  margin-top: 30px;
  margin-left: -50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-area .hero-bottom-content img.vector-shape {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-area .hero-bottom-content img.vector-shape {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .hero-area .hero-bottom-content p img,
  .hero-area .hero-bottom-content .btn-group img {
    margin: 20px 0;
  }
}

.hero-area .hero-bottom-content .dark-version {
  display: block;
}

.hero-area .hero-bottom-content .light-version {
  display: none;
}

.hero-area .hero-social {
  position: absolute;
  bottom: 40px;
  right: 0;
}

@media (max-width: 767.98px) {
  .hero-area .hero-social {
    bottom: 20px;
  }
}

.hero-area .hero-social li {
  display: inline-block;
  margin: 0 10px;
}

.hero-area .hero-social li a {
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-area .hero-social li a:hover {
  color: #ffffff;
}

.hero-area .vector-scroll-down {
  width: auto;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

/* custom marquee */
.custom-marquee .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.custom-marquee .marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-marquee .marquee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-marquee .marquee-content {
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }
}

@media (max-width: 767.98px) {
  .custom-marquee .marquee-content {
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
  }
}

.custom-marquee .primary-bg {
  padding: 10px 0;
  background-color: #ffffff;
}

.custom-marquee .primary-bg span {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}

.custom-marquee .black-bg {
  padding: 10px 0;
  background-color: #000000;
}

.custom-marquee .black-bg span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.custom-marquee .marquee-row-1 {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.custom-marquee .marquee-row-2 {
  animation-direction: reverse;
}

.custom-marquee .marquee-content span {
  display: inline-block;
  padding: 0 10px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* counter area */
.counter-area {
  background-color: #141414;
  position: relative;
  overflow: hidden;
}

.counter-area img.counter-3d {
  width: auto;
  position: absolute;
  top: 120px;
  left: 80px;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .counter-area img.counter-3d {
    width: 80px;
    top: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .counter-area img.counter-3d {
    width: 80px;
    top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .counter-area img.counter-3d {
    width: 80px;
    top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .counter-area img.counter-3d {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .counter-area img.counter-3d {
    display: none;
  }
}

.counter-single {
  position: relative;
  background-color: transparent;
  text-align: center;
  margin: 0 auto 30px;
  height: 230px;
  width: 230px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .counter-single {
    height: 150px;
    width: 150px;
  }
}

.counter-single .counter-number {
  padding-top: 65px;
}

@media (max-width: 575.98px) {
  .counter-single .counter-number {
    padding-top: 40px;
  }
}

.counter-single span.counter,
.counter-single span.plus-sign {
  color: #ffffff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .counter-single span.counter,
  .counter-single span.plus-sign {
    font-size: 42px;
    line-height: 42px;
  }
}

.counter-single h6.counter-text {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* service area */
.service-area {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.service-area img.service-3d {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-area img.service-3d {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .service-area img.service-3d {
    display: none;
  }
}

/* portfolio area */
.portfolio-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #141414;
  overflow: hidden;
}

@media (min-width: 1920px) {
  .portfolio-area .portfolio-slider {
    width: 120%;
  }
}

.portfolio-area .slick-slide {
  margin: 0 50px 0 0;
}

@media (max-width: 767.98px) {
  .portfolio-area .slick-slide {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-area .slick-slide {
    margin: 0 20px 0 0;
  }
}

.portfolio-area .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -50px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
}

.portfolio-area .slick-dots li {
  display: inline;
  margin: 0 30px;
}

.portfolio-area .slick-dots button {
  color: transparent;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.portfolio-area .slick-dots .slick-active button {
  opacity: 1;
  visibility: visible;
}

.portfolio-single:hover .portfolio-image img {
  border: 1px solid #ffffff;
}

.portfolio-single:hover .portfolio-image .portfolio-btn {
  opacity: 1;
  visibility: visible;
}

.portfolio-single .portfolio-image {
  position: relative;
}

.portfolio-single .portfolio-image img {
  border-radius: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.portfolio-single .portfolio-image .portfolio-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 170px;
  height: 170px;
  line-height: 150px;
  border-radius: 50%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 0, 0.06)), to(rgba(153, 153, 153, 0.08)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 0, 0.06) 0%, rgba(153, 153, 153, 0.08) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 0, 0.06) 0%, rgba(153, 153, 153, 0.08) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 0, 0.06) 0%, rgba(153, 153, 153, 0.08) 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .portfolio-single .portfolio-image .portfolio-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
  }
}

.portfolio-single .portfolio-image .portfolio-btn span {
  position: absolute;
  top: 35px;
  right: 80px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767.98px) {
  .portfolio-single .portfolio-image .portfolio-btn span {
    top: 25px;
    right: 55px;
  }
}

.portfolio-single h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.portfolio-single h3 a:hover {
  color: #ffffff;
}

/* section top btn */
.section-top-btn {
  text-align: right;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-top-btn {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .section-top-btn {
    text-align: left;
    margin-top: 20px;
  }
}

/* brand area */
.brand-area {
  background-color: #000000;
  position: relative;
}

.brand-area img.brand-3d {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brand-area img.brand-3d {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .brand-area img.brand-3d {
    display: none;
  }
}

.brand-area .brand-logo {
  width: 220px;
  height: 220px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .brand-area .brand-logo {
    width: 150px;
    height: 150px;
  }
}

.brand-area .brand-logo:hover {
  border: 1px solid #ffffff;
}

.brand-area .brand-logo img {
  width: auto;
  margin: auto;
  padding-top: 85px;
}

@media (max-width: 767.98px) {
  .brand-area .brand-logo img {
    padding-top: 50px;
  }
}

.brand-area .slick-slide {
  margin: 0 15px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brand-area .slick-slide {
    margin: 0 10px;
  }
}

.brand-area .brand-slider .dark-version {
  display: block;
}

.brand-area .brand-slider .light-version {
  display: none;
}

/* testimonial area */
.testimonial-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  background-color: #141414;
}

.testimonial-area img.testimonial-3d {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-area img.testimonial-3d {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .testimonial-area img.testimonial-3d {
    display: none;
  }
}

.testimonial-area .slick-dots {
  position: absolute;
  top: 50%;
  right: -68px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-area .slick-dots li {
  margin: 3px 0;
}

.testimonial-area .slick-dots button {
  color: transparent;
  background-color: #4f4f4f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 24px;
  border: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-area .slick-dots .slick-active button {
  background-color: #ffffff;
}

.testimonial-area .slick-arrow {
  position: absolute;
  color: #4f4f4f;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-area .slick-arrow:hover {
  color: #ffffff;
}

.testimonial-area .arrow-up {
  top: 41%;
  right: -72px;
}

.testimonial-area .arrow-down {
  bottom: 41%;
  right: -72px;
}

.testimonial-slide {
  position: relative;
  padding: 60px 150px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}

.testimonial-slide .testimonial-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.testimonial-slide .testimonial-slide-bg.dark-version {
  display: block;
}

.testimonial-slide .testimonial-slide-bg.light-version {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-slide {
    padding: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-slide {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-slide {
    padding: 30px;
  }
}

.testimonial-slide span.testimonial-quote-icon {
  font-size: 80px;
  display: block;
  color: rgba(255, 255, 0, 0.4);
}

.testimonial-slide span.quote-text {
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .testimonial-slide span.quote-text {
    font-size: 24px;
  }
}

.testimonial-slide .testimonial-content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .testimonial-slide .testimonial-content {
    display: inherit;
  }
}

.testimonial-slide .testimonial-content .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .testimonial-slide .testimonial-content .content-left {
    margin-bottom: 30px;
  }
}

.testimonial-slide .testimonial-content .content-left .author-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.testimonial-slide .testimonial-content .author-text p {
  text-transform: capitalize;
}

/* team area */
.team-area {
  background-color: #000000;
}

.team-member {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-member:hover .hover-state {
  opacity: 1;
  visibility: visible;
}

.team-member:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}

.team-member img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member .hover-state {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(rgba(255, 255, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(rgba(255, 255, 0, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 0, 0.1);
  border-bottom: transparent;
  padding: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.team-member .hover-state h4 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member .hover-state h4 a:hover {
  color: #ffffff;
}

.team-member .hover-state span {
  text-transform: capitalize;
}

.team-member .hover-state .team-social {
  margin-top: 10px;
}

.team-member .hover-state .team-social li {
  display: inline;
  margin-right: 15px;
}

.team-member .hover-state .team-social li a {
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member .hover-state .team-social li a:hover {
  color: #ffffff;
}

/* cta area */
.cta-area {
  overflow: hidden;
  position: relative;
}

.cta-area .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.cta-area .cta-bg.dark-version {
  display: block;
}

.cta-area .cta-bg.light-version {
  display: none;
}

.cta-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 80px 150px;
  text-align: center;
  border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta-box {
    padding: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cta-box {
    padding: 80px 50px;
  }
}

@media (max-width: 767.98px) {
  .cta-box {
    padding: 80px 20px;
  }
}

.cta-box h2 {
  color: #ffffff;
}

/* blog area */
.blog-area {
  background-color: #000000;
}

@media (min-width: 1920px) {
  .blog-area .blog-slider {
    width: 120%;
  }
}

.blog-area .slick-slide {
  margin: 0 50px 0 0;
}

@media (max-width: 575.98px) {
  .blog-area .slick-slide {
    margin: 0 15px 0 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .blog-area .slick-slide {
    margin: 0 20px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-area .slick-slide {
    margin: 0 20px 0 0;
  }
}

.blog-single-slide .blog-image img {
  border-radius: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-single-slide .blog-image img:hover {
  border: 1px solid #ffffff;
}

.blog-single-slide .blog-meta {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .blog-single-slide .blog-meta {
    display: inherit;
  }
}

.blog-single-slide .blog-meta li a {
  color: #ffffff;
  text-transform: capitalize;
}

.blog-single-slide .blog-meta li.separator {
  margin: 0 10px;
}

.blog-single-slide h4 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-single-slide h4 a:hover {
  color: #ffffff;
}

.blog-single-slide .blog-tags {
  margin-top: 20px;
}

.blog-single-slide .blog-tags li {
  display: inline;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.blog-single-slide .blog-tags li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #141414;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-single-slide .blog-tags li a:hover {
  color: #141414;
  background-color: #ffffff;
}

.blog-single-slide .blog-btn {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  position: relative;
}

.blog-single-slide .blog-btn span {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 16px;
  top: 3px;
  right: -35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  text-align: center;
}

.blog-single-slide .blog-btn:hover {
  color: #ffffff;
}

/* get in touch area */
.get-in-touch-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  padding: 140px 0 300px;
  background-color: #141414;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .get-in-touch-area {
    padding: 60px 0 180px;
    background-size: cover;
  }
}

@media (max-width: 767.98px) {
  .get-in-touch-area {
    padding: 60px 0 180px;
    background-size: cover;
  }
}

.get-in-touch-area a.big-title {
  font-size: 100px;
  line-height: 1.2em;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(left, #ffffff 50%, #ffffff 50%);
  background: -o-linear-gradient(left, #ffffff 50%, #ffffff 50%);
  background: linear-gradient(90deg, #ffffff 50%, #ffffff 50%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.get-in-touch-area a.big-title span {
  display: block;
}

.get-in-touch-area a.big-title span.icon {
  font-size: 110px;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .get-in-touch-area a.big-title {
    font-size: 48px;
  }
  .get-in-touch-area a.big-title span.icon {
    font-size: 55px;
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .get-in-touch-area a.big-title {
    font-size: 40px;
  }
  .get-in-touch-area a.big-title span.icon {
    font-size: 45px;
    margin-top: 4px;
  }
}

.get-in-touch-area a.big-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  width: 0;
  height: 4px;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.get-in-touch-area a.big-title:hover {
  background-position: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.get-in-touch-area a.big-title:hover:after {
  right: 0;
  width: 98%;
}

.get-in-touch-area a.big-title:hover span {
  color: #ffffff;
}

/* welcom section about */
.welcome-section-about {
  background-color: #141414;
}

.welcome-section-about .welcome-images {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .welcome-section-about .welcome-images {
    margin-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .welcome-section-about .welcome-images {
    margin-top: 90px;
  }
}

.welcome-section-about .welcome-images img.welcome-vector {
  width: 120px;
  position: absolute;
  top: -65px;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.welcome-section-about .welcome-images img.welcome-image {
  border-radius: 20px;
}

/* video about page */
.video-home-3.video-about-page {
  background-color: #141414;
}

.video-home-3.video-about-page .video-bg {
  padding: 200px 0;
  border-radius: 30px;
}

/* choose section about */
.choose-section-about {
  background-color: #000000;
}

.choose-section-about .dark-version {
  display: block;
}

.choose-section-about .light-version {
  display: none;
}

/* single choose item */
.single-choose-item {
  padding: 40px 30px;
  text-align: center;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-choose-item img {
  width: auto;
  margin: 0 auto 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
}

.single-choose-item h4 {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
}

.single-choose-item p {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
}

.single-choose-item.active {
  border: 1px solid #ffffff;
}

.single-choose-item.active img {
  opacity: 1;
}

.single-choose-item.active h4 {
  opacity: 1;
}

.single-choose-item.active p {
  opacity: 1;
}

/* working process services */
.working-process-services {
  background-color: #141414;
  overflow: hidden;
}

.working-process-services .slick-slide {
  padding: 40px 30px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 15px 0;
}

.working-process-services .slick-dots {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -50px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
}

.working-process-services .slick-dots li {
  margin: 30px 0;
}

.working-process-services .slick-dots button {
  color: transparent;
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  border: none;
  opacity: 0;
  visibility: hidden;
}

.working-process-services .slick-dots .slick-active button {
  opacity: 1;
  visibility: visible;
}

.working-process-slider {
  position: relative;
  z-index: 1;
  scale: 1.1;
}

.working-process-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(transparent));
  background-image: -webkit-linear-gradient(#141414, transparent);
  background-image: -o-linear-gradient(#141414, transparent);
  background-image: linear-gradient(#141414, transparent);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .working-process-slider::before {
    display: none;
  }
}

.working-process-slider::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#141414), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #141414, transparent);
  background-image: -o-linear-gradient(bottom, #141414, transparent);
  background-image: linear-gradient(to top, #141414, transparent);
}

@media (max-width: 767.98px) {
  .working-process-slider::after {
    display: none;
  }
}

.working-process-single-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

.working-process-single-slide h3 {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.working-process-single-slide p {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: .5;
}

/* service details content */
.service-details-content {
  background-color: #141414;
}

.service-details-content .service-details-image img {
  border-radius: 20px;
}

.service-details-content h2, .service-details-content h3 {
  color: #ffffff;
}

.service-details-content .service-tags {
  padding: 10px;
  border: 1px solid #4f4f4f;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}

.service-details-content .service-tags li {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .service-details-content .service-tags li {
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-content .service-tags li {
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}

.service-details-content .service-tags li + li {
  margin-left: 10px;
}

.service-details-content .service-tags li a {
  display: inline-block;
  color: #6D6D6D;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 20px;
  padding: 5px 10px;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
}

.service-details-content .service-tags li.tab-link.active a {
  color: #141414;
  background-color: #ffffff;
  border: 1px solid transparent;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-content .service-details-image-2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .service-details-content .service-details-image-2 {
    margin-bottom: 30px;
  }
}

.service-details-content .service-details-image-2 img {
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-details-content .service-sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .service-details-content .service-sidebar {
    margin-top: 40px;
  }
}

.service-details-content .tab-content {
  display: none;
}

.service-details-content .tab-content.active {
  display: block;
}

/* procus widget */
.procus-widget {
  padding: 30px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  background-color: #141414;
}

.procus-widget .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.procus-widget .service-items li {
  position: relative;
}

.procus-widget .service-items li:hover a {
  color: #141414;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.procus-widget .service-items li:hover span {
  opacity: 1;
  visibility: visible;
}

.procus-widget .service-items li + li {
  margin-top: 20px;
}

.procus-widget .service-items li a {
  color: #ffffff;
  padding: 12px 15px;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
}

.procus-widget .service-items li span {
  color: #141414;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.procus-widget.search-widget .search-form {
  position: relative;
}

.procus-widget.search-widget .search-form button {
  position: absolute;
  background-color: #ffffff;
  right: 0;
  top: 1px;
  padding: 12px;
  border: none;
  border-radius: 0 10px 10px 0;
  color: #000000;
}

.procus-widget.search-widget .search-form button span {
  position: relative;
  top: 2px;
}

.procus-widget.search-widget .search-form .form-control {
  background-color: transparent;
  padding: 12px 55px 12px 12px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  border: 1px solid #4f4f4f;
}

.procus-widget.search-widget .search-form .form-control:focus {
  border-color: #4f4f4f;
}

.procus-widget .blog-categories li {
  position: relative;
}

.procus-widget .blog-categories li:hover a {
  color: #141414;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.procus-widget .blog-categories li:hover a span {
  color: #141414;
}

.procus-widget .blog-categories li + li {
  margin-top: 20px;
}

.procus-widget .blog-categories li a {
  color: #ffffff;
  padding: 12px 15px;
  border: 1px solid #4f4f4f;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  text-transform: capitalize;
}

.procus-widget .blog-categories li a span {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.procus-widget .blog-categories.content-table span {
  margin-right: 5px;
}

.procus-widget.recent-post-widget .single-recent-post {
  margin-bottom: 30px;
}

.procus-widget.recent-post-widget .single-recent-post:last-child {
  margin-bottom: 0;
}

.procus-widget.recent-post-widget .single-recent-post img {
  border: 1px solid #4f4f4f;
  border-radius: 20px;
}

.procus-widget.recent-post-widget .single-recent-post span.post-date {
  display: block;
  color: #B0B0B0;
  margin: 20px 0 10px;
}

.procus-widget.recent-post-widget .single-recent-post h5 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.procus-widget.recent-post-widget .single-recent-post h5 a:hover {
  color: #ffffff;
}

.procus-widget.post-tags-widget a {
  font-size: 14px;
  display: inline-block;
  color: #B0B0B0;
  border: 1px solid #B0B0B0;
  background-color: transparent;
  padding: 5px 16px;
  border-radius: 30px;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.procus-widget.post-tags-widget a:hover {
  color: #000000;
  border: 1px solid transparent;
  background-color: #ffffff;
}

/* process slider area */
.process-slider-area {
  background-color: #000000;
}

.process-slider-area h2 {
  color: #ffffff;
}

.process-slider-part {
  border-top: 1px solid #4f4f4f;
  position: relative;
  z-index: 1;
}

.process-slider-part:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.process-slider-part .slick-slider {
  margin: 0 -15px;
}

.process-slider-part .slick-slide {
  margin: 0 15px;
}

.process-slider-part .slick-current {
  background-color: #151515 !important;
  margin-top: 70px !important;
}

.process-slider-part .slick-current img.shape-image {
  opacity: 1 !important;
  visibility: visible !important;
}

.process-slider-part .slick-arrow {
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 41px;
  text-align: center;
  font-size: 24px;
  top: 55%;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.process-slider-part .slick-arrow:hover {
  opacity: .8;
}

.process-slider-part .arrow-left {
  left: -50px;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .process-slider-part .arrow-left {
    left: -30px;
  }
}

.process-slider-part .arrow-right {
  right: -50px;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .process-slider-part .arrow-right {
    right: -30px;
  }
}

.process-slider-part .process-slider-2 {
  position: relative;
  z-index: 9;
}

.process-slider-part .process-slider-2 .single-slide {
  padding: 30px 20px 20px;
  border-radius: 20px;
  background-color: #000000;
  border: 1px solid #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 100px;
}

.process-slider-part .process-slider-2 .single-slide img.shape-image {
  width: auto;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 9;
  opacity: 0;
}

.process-slider-part .process-slider-2 .single-slide span.slide-number {
  display: block;
  color: #ffffff;
  background-color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.process-slider-part .process-slider-2 .single-slide h4 {
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.process-slider-part .process-slider-2 .single-slide p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 15px;
}

/* team member info */
.team-member-info {
  background-color: #000000;
}

.team-member-info h2 {
  color: #ffffff;
}

.team-member-info .member-info-box {
  padding: 30px;
  border: 1px solid #ffffff;
  border-radius: 20px;
}

@media (max-width: 575.98px) {
  .team-member-info .member-info-box {
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .team-member-info .member-image {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .team-member-info .member-image {
    margin-bottom: 40px;
  }
}

.team-member-info .member-image img {
  border-radius: 20px;
}

.team-member-info .member-content h2 {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .team-member-info .member-content h2 {
    font-size: 30px;
  }
}

.team-member-info .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.team-member-info .single-info:hover .info-icon span {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 0, 0.5);
}

.team-member-info .single-info .info-icon span {
  color: #6D6D6D;
  border: 1px solid #4f4f4f;
  border-radius: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-info .single-info h5 {
  color: #ffffff;
}

.team-member-info .member-social h5 {
  color: #ffffff;
}

.team-member-info .member-social ul li {
  display: inline;
  margin-right: 20px;
}

.team-member-info .member-social ul li a {
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-info .member-social ul li a:hover {
  color: #ffffff;
}

/* experience education area */
.experience-education-area {
  background-color: #141414;
}

.experience-education-area h2 {
  color: #ffffff;
}

.experience-education-area h2 span {
  font-size: 36px;
  position: relative;
  top: -5px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .experience-education-area .education-part {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .experience-education-area .education-part {
    margin-top: 60px;
  }
}

.experience-education-area .single-item {
  padding: 40px;
  border-left: 1px solid #4f4f4f;
}

.experience-education-area .single-item + .single-item {
  border-top: 1px solid #4f4f4f;
}

.experience-education-area .single-item:first-child {
  padding-top: 0;
}

.experience-education-area .single-item:last-child {
  padding-bottom: 0;
}

.experience-education-area .single-item span.item-date {
  color: #ffffff;
  position: relative;
}

.experience-education-area .single-item span.item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: -45px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 0, 0.5);
  box-shadow: 0 0 4px 2px rgba(255, 255, 0, 0.5);
}

.experience-education-area .single-item span, .experience-education-area .single-item p {
  color: #B0B0B0;
}

.experience-education-area .single-item p {
  margin-top: 10px;
}

/* skills tools area */
.skills-tools-area {
  background-color: #000000;
}

.skills-tools-area h2 {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .skills-tools-area .all-tools {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .skills-tools-area .all-tools {
    margin-top: 40px;
  }
}

.skills-tools-area .single-tool {
  border: 1px solid #4f4f4f;
  border-radius: 10px;
  text-align: center;
  height: 180px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin-bottom: 30px;
}

.skills-tools-area .single-tool img {
  width: auto;
  margin: 0 auto 15px;
}

/* case studies area */
.case-studies-area {
  background-color: #141414;
}

.case-studies-area .single-case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .case-studies-area .single-case-item {
    display: inherit;
  }
  .case-studies-area .single-case-item .case-image {
    width: 100% !important;
  }
  .case-studies-area .single-case-item .case-content {
    width: 100% !important;
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .case-studies-area .single-case-item {
    display: inherit;
  }
  .case-studies-area .single-case-item .case-image {
    width: 100% !important;
  }
  .case-studies-area .single-case-item .case-content {
    width: 100% !important;
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .case-studies-area .single-case-item.item-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .case-studies-area .single-case-item.item-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.case-studies-area .single-case-item:hover .case-image img {
  border: 1px solid #ffffff;
}

.case-studies-area .single-case-item .case-image {
  width: 60%;
}

.case-studies-area .single-case-item .case-image img {
  border-radius: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.case-studies-area .single-case-item .case-content {
  width: 35%;
}

.case-studies-area .single-case-item .case-content h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.case-studies-area .single-case-item .case-content h3 a:hover {
  color: #ffffff;
}

.case-details-content {
  background-color: #000000;
}

.case-details-content img {
  border-radius: 20px;
}

.case-details-content .case-info {
  padding: 30px 40px 0;
  border-bottom: 1px solid #4f4f4f;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .case-details-content .case-info {
    padding: 30px 0;
  }
}

@media (max-width: 767.98px) {
  .case-details-content .case-info {
    padding: 30px 0;
  }
}

.case-details-content .single-info {
  margin-bottom: 30px;
}

.case-details-content .single-info h4 {
  color: #B0B0B0;
}

.case-details-content .single-info span {
  color: #ffffff;
}

.case-details-content h2 {
  color: #ffffff;
  border-bottom: 1px solid #4f4f4f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.case-details-content h3 {
  color: #ffffff;
}

.case-details-content .single-box {
  padding: 80px 60px 70px;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  max-width: 600px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .case-details-content .single-box {
    padding: 30px;
  }
}

.case-details-content .single-box:hover {
  border: 1px solid #ffffff;
}

.case-details-content .case-images-gallery img {
  margin-bottom: 30px;
}

.case-details-content .requirement-list li {
  margin-bottom: 15px;
  color: #B0B0B0;
}

.case-details-content .requirement-list li span {
  color: #ffffff;
  margin-right: 5px;
}

.case-details-content .preview-links {
  margin-top: 50px;
}

.case-details-content .preview-links li {
  display: inline-block;
  margin-right: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.case-details-content .preview-links li a {
  display: inline-block;
  color: #ffffff;
  padding: 7px 10px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.case-details-content .preview-links li a:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* blog 2 column */
.blog-2-column {
  background-color: #000000;
}

.blog-2-column .blog-single-slide {
  max-width: 95%;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-2-column .blog-single-slide {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-2-column .blog-single-slide {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-2-column .blog-posts-left-sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .blog-2-column .blog-posts-left-sidebar {
    margin-top: 50px;
  }
}

.blog-2-column .blog-posts-left-sidebar .blog-single-slide {
  margin-left: auto;
}

.blog-2-column.blog-full-width .blog-single-slide {
  max-width: 98%;
}

.blog-page-categories li {
  margin-bottom: 20px;
  display: inline-block;
}

.blog-page-categories li.active a {
  color: #000000;
  background-color: #ffffff;
}

.blog-page-categories li.active a span {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid transparent;
}

.blog-page-categories li a {
  color: #B0B0B0;
  text-transform: capitalize;
  padding: 7px 15px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-categories li a:hover {
  color: #000000;
  background-color: #ffffff;
}

.blog-page-categories li a:hover span {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid transparent;
}

.blog-page-categories li a span.total-post {
  display: inline-block;
  font-size: 14px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border: 1px solid #4f4f4f;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-page-categories li.right {
  float: right;
  margin-right: 20px;
}

.blog-page-categories li select {
  background-color: transparent;
  color: #B0B0B0;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 30px;
  text-transform: capitalize;
}

.blog-page-categories li option {
  color: #4f4f4f;
}

/* blog pagination */
.blog-pagination {
  margin-top: 40px;
}

.blog-pagination li {
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 20px;
}

.blog-pagination li:hover {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.blog-pagination li.active {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.blog-pagination li.page-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.blog-pagination li.prev-post, .blog-pagination li.next-post {
  padding: 8px 20px;
  border-radius: 30px;
}

.blog-pagination li.prev-post span, .blog-pagination li.next-post span {
  position: relative;
  top: 1px;
}

/* blog details content */
.blog-details-content {
  background-color: #000000;
}

.blog-details-content .blog-single-slide {
  max-width: 100%;
}

.blog-details-content .blog-single-slide .blog-image img:hover {
  border: 1px solid transparent;
}

.blog-details-content .blog-single-slide .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-content .blog-single-slide .blog-meta {
    display: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-content .blog-single-slide .blog-meta {
    display: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-content .blog-single-slide .blog-meta {
    display: inherit;
  }
}

@media (max-width: 767.98px) {
  .blog-details-content .blog-single-slide .blog-meta {
    display: inherit;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-content .blog-single-slide .blog-meta ul {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-content .blog-single-slide .blog-meta ul {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-content .blog-single-slide .blog-meta ul {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .blog-details-content .blog-single-slide .blog-meta ul {
    margin-bottom: 10px;
  }
}

.blog-details-content .blog-single-slide .blog-tags {
  margin-top: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-content .blog-single-slide .blog-tags li {
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-content .blog-single-slide .blog-tags li {
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-content .blog-single-slide .blog-tags li {
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .blog-details-content .blog-single-slide .blog-tags li {
    margin-bottom: 10px;
    display: inline-block;
  }
}

.blog-details-content .share-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .blog-details-content .share-links {
    display: inherit;
  }
}

.blog-details-content .share-links li {
  margin-right: 20px;
  text-transform: capitalize;
}

@media (max-width: 575.98px) {
  .blog-details-content .share-links li {
    display: inline-block;
    margin-right: 10px;
  }
}

.blog-details-content .share-links li a {
  color: #ffffff;
  font-size: 36px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-content .share-links li a:hover {
  color: #ffffff;
}

.blog-details-content .share-links li.copy-link a {
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 5px;
}

.blog-details-content .share-links li.copy-link a:hover {
  background-color: #ffffff;
}

.blog-details-content .blog-sidebar {
  width: 90%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-details-content .blog-sidebar {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .blog-details-content .blog-sidebar {
    width: 100%;
    margin-bottom: 50px;
  }
}

.blog-details-content .blog-single-slide .separator-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #4f4f4f;
  margin: 50px 0;
}

.blog-details-content .blog-comments {
  margin-bottom: 30px;
}

.blog-details-content .blog-comments-wrapper {
  margin-top: 20px;
}

.blog-details-content .blog-comments-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-content .blog-comments-single img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.blog-details-content .blog-comments-content {
  padding: 20px 30px;
}

.blog-details-content .blog-comments-content h5 {
  color: #ffffff;
}

.blog-details-content .blog-comments-content p {
  margin-top: 10px;
}

.blog-details-content .blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
}

.blog-details-content .blog-comments-content a i {
  font-size: 14px;
  margin-right: 2px;
}

.blog-details-content .blog-comments-content a:hover {
  color: #ffffff;
}

.blog-details-content .blog-comments-reply {
  margin-left: 50px;
}

.blog-details-content .blog-comments-form form {
  margin-top: 30px;
}

.blog-details-content .blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-details-content .blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #141414;
  border: 1px solid transparent;
  color: #ffffff;
}

.blog-details-content .blog-comments-form .form-control:focus {
  border-color: #ffffff;
}

.blog-details-content .comment-btn {
  background: #fd4a18;
  color: #fff;
  border: none;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-details-content .comment-btn:hover {
  background: #151515;
  color: #fff;
}

.blog-details-content .comment-btn i {
  margin-right: 7px;
}

.blockquote {
  padding: 10px 20px;
  border-left: 2px solid #ffffff;
  margin-top: 40px;
}

.blockquote .quote-text {
  font-size: 24px;
  font-weight: 500;
}

.blockquote .qutoe-author {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.blockquote .qutoe-author img {
  width: auto;
  border-radius: 50%;
}

.blockquote .qutoe-author h5 {
  color: #ffffff;
}

/* blog sidebar */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-sidebar {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blog-sidebar {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .blog-sidebar {
    max-width: 100%;
  }
}

/* contact info area */
.contact-info-area {
  background-color: #000000;
}

.contact-info-area .single-info {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  margin-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.1)), to(rgba(255, 255, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(20, 20, 20, 0.1), rgba(255, 255, 0, 0.1));
  background-image: -o-linear-gradient(rgba(20, 20, 20, 0.1), rgba(255, 255, 0, 0.1));
  background-image: linear-gradient(rgba(20, 20, 20, 0.1), rgba(255, 255, 0, 0.1));
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-info-area .single-info span {
  display: block;
  margin: 5px 0;
}

.contact-info-area .single-info span.info-icon {
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-info-area .single-info h4 {
  margin-bottom: 10px;
}

.contact-info-area .single-info.active {
  border: 1px solid rgba(255, 255, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 0, 0.1)), to(rgba(20, 20, 20, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 0, 0.1), rgba(20, 20, 20, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 0, 0.1), rgba(20, 20, 20, 0.1));
  background-image: linear-gradient(rgba(255, 255, 0, 0.1), rgba(20, 20, 20, 0.1));
}

.contact-info-area .single-info.active span.info-icon {
  color: #ffffff;
}

/* contact form area */
.contact-form-area {
  background-color: #000000;
}

.faq-area {
  background-color: #000000;
}

/* terms content */
.terms-content {
  background-color: #000000;
}

.terms-content h3 {
  color: #ffffff;
  text-transform: lowercase;
}

.terms-content h4 {
  color: #ffffff;
}

.terms-content .list-items li span {
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.terms-content .list-items.privacy-list li span {
  font-size: 5px;
  color: #ffffff;
  position: relative;
  top: -3px;
}

/* error content */
.error-content {
  background-color: #000000;
  text-align: center;
}

.error-content span.error-text {
  font-size: 200px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

@media (max-width: 767.98px) {
  .error-content span.error-text {
    font-size: 120px;
  }
}

.error-content h2 {
  color: #ffffff;
}

.error-content img {
  width: auto;
  margin: auto;
}

@media (max-width: 575.98px) {
  .error-content img {
    width: 100%;
  }
}

.procus-cursor {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
  -ms-transform: translate(calc(-50% + 15px), -50%);
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 9998;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .procus-cursor {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .procus-cursor {
    display: none;
  }
}

.procus-cursor2 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  -o-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 9998;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .procus-cursor2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .procus-cursor2 {
    display: none;
  }
}

/* home-02 */
.hero-home-2 {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.hero-home-2 img.hero-3d-home-2 {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-2 img.hero-3d-home-2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-home-2 img.hero-3d-home-2 {
    display: none;
  }
}

.hero-home-2 .hero-content-box-2 {
  padding: 220px 0 120px;
}

.hero-home-2 .hero-content-box-2 .title-tag {
  padding: 12px 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  border-radius: 15px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-home-2 h1 span {
  color: #ffffff;
}

.hero-home-2 p {
  max-width: 80%;
  margin: 20px auto 30px;
}

.hero-home-2 .hero-btn-group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.hero-home-2 .hero-btn-group-2 .hero-video-wrapper a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.hero-home-2 .hero-btn-group-2 .hero-video-wrapper a .video-btn {
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 25px;
  color: #141414;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  padding-left: 2px;
}

/* hero social 2*/
.hero-social-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  border-radius: 20px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 0, 0.1);
  display: inline-block;
  margin-top: 80px;
  padding: 12px 24px;
}

@media (max-width: 575.98px) {
  .hero-social-2 {
    padding: 12px;
    margin-top: 40px;
  }
}

.hero-social-2 li {
  display: inline;
  margin: 0 20px;
}

@media (max-width: 575.98px) {
  .hero-social-2 li {
    margin: 0 2px;
  }
}

.hero-social-2 li a {
  display: inline-block;
  padding: 5px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .hero-social-2 li a {
    padding: 5px;
    font-size: 14px;
  }
}

.hero-social-2 li a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.custom-marquee.marquee-style-2 {
  margin-top: -1px;
  background-color: #000000;
  position: relative;
  z-index: 1;
}

.custom-marquee.marquee-style-2::before {
  content: '';
  position: absolute;
  top: -.5%;
  left: 0;
  width: 400px;
  height: 101%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000000, transparent);
  background-image: -o-linear-gradient(left, #000000, transparent);
  background-image: linear-gradient(to right, #000000, transparent);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .custom-marquee.marquee-style-2::before {
    display: none;
  }
}

.custom-marquee.marquee-style-2::after {
  content: '';
  position: absolute;
  top: -.5%;
  right: 0;
  width: 400px;
  height: 101%;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(right, #000000, transparent);
  background-image: -o-linear-gradient(right, #000000, transparent);
  background-image: linear-gradient(to left, #000000, transparent);
}

@media (max-width: 767.98px) {
  .custom-marquee.marquee-style-2::after {
    display: none;
  }
}

.custom-marquee.marquee-style-2 .marquee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-marquee.marquee-style-2 .marquee-content {
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }
}

@media (max-width: 767.98px) {
  .custom-marquee.marquee-style-2 .marquee-content {
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
  }
}

.custom-marquee.marquee-style-2 .marquee-content span {
  display: inline-block;
  padding: 0 60px;
  color: #6D6D6D;
  font-size: 68px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .custom-marquee.marquee-style-2 .marquee-content span {
    font-size: 60px;
  }
}

.custom-marquee.marquee-style-2 .marquee-content span::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 60px;
  height: 60px;
  background-image: url("../images/marquee-vector-home-2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .custom-marquee.marquee-style-2 .marquee-content span::before {
    width: 50px;
    height: 50px;
  }
}

.custom-marquee.marquee-style-2 .marquee-row-1 {
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.custom-marquee.marquee-style-2 .marquee-row-2 {
  animation-direction: reverse;
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* about home 2 */
.about-home-2 {
  background-color: #000000;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-home-2 .about-content {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .about-home-2 .about-content {
    margin-top: 40px;
  }
}

.about-home-2 ul.about-list {
  margin-top: 20px;
}

.about-home-2 ul.about-list li {
  color: #ffffff;
  position: relative;
  padding-left: 0px;
  margin: 10px 0;
  font-size: 15px;
}

.about-home-2 ul.about-list li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
 
  background-repeat: no-repeat;
}

/* section top 2 */
.section-top-2 span.title-tag {
  display: inline-block;
  color: #ffffff;
  text-transform: capitalize;
  padding: 3px 10px;
  border: 1px solid #ffffff;
  border-radius: 30px;
  margin-bottom: 30px;
}

.section-top-2 h2 {
  color: #6D6D6D;
  font-size: 35px;
}

@media (min-width: 992px) {
  .section-top-2 h2 {
    width: 90%;
  }
}

.section-top-2 h2 span {
  color: #ffffff;
}

/* counter home 2 */
.counter-home-2 {
  background-color: #000000;
}

.counter-single-2 {
  position: relative;
  background-color: transparent;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 230px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: auto;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  padding: 30px 0;
  line-height: 0;
}

@media (max-width: 767.98px) {
  .counter-single-2 {
    padding: 30px 20px;
  }
}

.counter-single-2 span.counter,
.counter-single-2 span.plus-sign {
  color: #ffffff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .counter-single-2 span.counter,
  .counter-single-2 span.plus-sign {
    font-size: 42px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .counter-single-2 span.counter,
  .counter-single-2 span.plus-sign {
    font-size: 60px;
  }
}

.counter-single-2 h6.counter-text {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* service home 2 */
.service-home-2 {
  background-color: #141414;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

span.big-title {
  color: #ffffff;
  font-size: 320px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 320px;
  opacity: .05;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.single-service-2 {
  padding: 60px 16%;
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #4f4f4f;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .single-service-2 {
    padding: 60px 6%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-service-2 {
    padding: 60px 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-service-2 {
    padding: 60px 5%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-service-2 {
    padding: 40px 6%;
  }
}

@media (max-width: 767.98px) {
  .single-service-2 {
    padding: 40px 6%;
  }
}

.single-service-2 h2 a {
  color: #6D6D6D;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-2 .service-image {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-service-2 .service-image {
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-service-2 .service-image {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0) scale(0.5) !important;
    -ms-transform: translate(0) scale(0.5) !important;
    transform: translate(0) scale(0.5) !important;
    display: none;
    max-width: 400px;
    margin: 30px 0 10px;
  }
}

@media (max-width: 767.98px) {
  .single-service-2 .service-image {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0) scale(0.5) !important;
    -ms-transform: translate(0) scale(0.5) !important;
    transform: translate(0) scale(0.5) !important;
    display: none;
    max-width: 400px;
    margin: 30px 0 10px;
  }
}

.single-service-2 p {
  color: #6D6D6D;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-service-2 p {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .single-service-2 p {
    margin-top: 20px;
  }
}

.single-service-2.active {
  border-bottom: 1px solid transparent;
  background-color: #000000;
  top: -1px;
}

.single-service-2.active h2 a {
  color: #ffffff;
}

.single-service-2.active .service-image {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-service-2.active .service-image {
    -webkit-transform: translate(0) scale(1) !important;
    -ms-transform: translate(0) scale(1) !important;
    transform: translate(0) scale(1) !important;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .single-service-2.active .service-image {
    -webkit-transform: translate(0) scale(1) !important;
    -ms-transform: translate(0) scale(1) !important;
    transform: translate(0) scale(1) !important;
    display: block;
  }
}

.single-service-2.active p {
  color: #ffffff;
}

/* choose home 2 */
.choose-home-2 {
  background-color: #000000;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .choose-home-2 .choose-content {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .choose-home-2 .choose-content {
    margin-top: 40px;
  }
}

/* brand home 2 */
.brand-home-2 {
  background-color: #141414;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.brand-items .dark-version {
  display: block;
}

.brand-items .light-version {
  display: none;
}

.brand-items .brand-single-2 {
  margin: 0 28px 30px 0;
  float: left;
  overflow: hidden;
}

.brand-items .brand-single-2:hover .brand-logo {
  border: 1px solid #ffffff;
}


.brand-items .brand-logo {
  width: 230px;
  height: 180px;
  border: 1px solid #4f4f4f;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brand-items .brand-logo {
    width: 190px;
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .brand-items .brand-logo {
    width: 140px;
    height: 190px;
  }
}

.brand-items .brand-logo img {
  width: auto;
  margin: auto;
  padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .brand-items .brand-logo img {
    padding-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .brand-items .brand-logo img {
    width: 80%;
    padding-top: 50px;
  }
}

/* case study home 2 */
.case-study-home-2 {
  background-color: #141414;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .case-filter-tab {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .case-filter-tab {
    margin-top: 30px;
  }
}

.case-filter-tab li.secondary-btn {
  width: 200px;
  margin: 0 5px 10px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .case-filter-tab li.secondary-btn {
    width: auto;
    padding: 8px 15px;
  }
}

.case-filter-tab li.secondary-btn.active {
  background-position: left bottom;
  color: #141414;
}

.case-filter-tab.item-hidden {
  display: none;
}

.case-single {
  margin-bottom: 40px;
}

.case-single img {
  border-radius: 20px;
  margin-bottom: 20px;
  width: 95%;
}

.case-single h3 {
  margin-bottom: 10px;
}

.case-single a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.case-single a:hover {
  color: #ffffff;
}

.case-single.item-hidden {
  display: none;
}

/* team home 2 */
.team-home-2 {
  background-color: #000000;
}

.team-member-2 {
  margin: 0 auto 30px;
}

.team-member-2:hover .team-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-member-2:hover .team-content {
  background-color: #ffffff;
}

.team-member-2:hover .team-content h4 a {
  color: #141414;
}

.team-member-2:hover .team-content h4 a:hover {
  color: #141414;
}

.team-member-2:hover .team-content span {
  color: #141414;
}

.team-member-2:hover .team-content .team-social li a {
  color: #141414;
}

.team-member-2:hover .team-content .team-social li a:hover {
  color: #141414;
}

.team-member-2 .team-image {
  position: relative;
}

.team-member-2 .team-image .team-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 90%;
}

.team-member-2 .team-image .team-bg.dark-version {
  display: block;
}

.team-member-2 .team-image .team-bg.light-version {
  display: none;
}

.team-member-2 .team-image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-2 .team-content {
  padding: 30px 20px;
  text-align: center;
  background-color: #4f4f4f;
  margin-top: 10px;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-2 .team-content h4 {
  margin-bottom: 5px;
}

.team-member-2 .team-content h4 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-2 .team-content h4 a:hover {
  color: #ffffff;
}

.team-member-2 .team-content span {
  color: #ffffff;
  text-transform: capitalize;
}

.team-member-2 .team-content .team-social {
  margin-top: 10px;
}

.team-member-2 .team-content .team-social li {
  display: inline;
  margin: 0 10px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .team-member-2 .team-content .team-social li {
    margin: 0 5px;
  }
}

.team-member-2 .team-content .team-social li a {
  color: #ffffff;
  font-size: 24px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .team-member-2 .team-content .team-social li a {
    font-size: 20px;
  }
}

.team-member-2 .team-content .team-social li a:hover {
  color: #ffffff;
}

/* testimonial home 2 */
.testimonial-home-2 {
  background-color: #141414;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.testimonial-home-2 .slick-slide {
  margin: 0 30px 0 0;
}

@media (max-width: 767.98px) {
  .testimonial-home-2 .slick-slide {
    margin: 0 5px;
  }
}

.testimonial-slide-2 {
  position: relative;
  border: 1px solid #4f4f4f;
  border-radius: 20px;
  padding: 30px 80px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

.testimonial-slide-2:hover {
  border: 1px solid #ffffff;
}

.testimonial-slide-2:hover span.testimonial-quote-icon {
  color: #ffffff;
}

.testimonial-slide-2:hover span.quote-text {
  color: #ffffff;
}

.testimonial-slide-2:hover .testimonial-content .author-text h5 {
  color: #ffffff;
}

.testimonial-slide-2:hover .testimonial-content .author-text p {
  color: #ffffff;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .testimonial-slide-2 {
    padding: 30px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-slide-2 {
    padding: 30px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-slide-2 {
    padding: 30px 40px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-slide-2 {
    padding: 20px;
  }
}

.testimonial-slide-2 span.testimonial-quote-icon {
  font-size: 80px;
  display: block;
  color: #4f4f4f;
  line-height: 80px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-slide-2 span.quote-text {
  font-size: 16px;
  font-weight: 500;
  color: #B0B0B0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-slide-2 .testimonial-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .testimonial-slide-2 .testimonial-content {
    display: inherit;
  }
}

.testimonial-slide-2 .testimonial-content .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767.98px) {
  .testimonial-slide-2 .testimonial-content .content-left {
    margin-bottom: 30px;
  }
}

.testimonial-slide-2 .testimonial-content .content-left .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-slide-2 .testimonial-content .author-text h5 {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.testimonial-slide-2 .testimonial-content .author-text p {
  color: #B0B0B0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* blog home 2 */
.blog-home-2 {
  background-color: #000000;
}

.blog-home-2 .slick-slide {
  margin: 0 30px 0 0;
}

@media (max-width: 767.98px) {
  .blog-home-2 .slick-slide {
    margin: 0 5px;
  }
}

.blog-single-slide-2 .blog-image {
  margin-bottom: 20px;
}

.blog-single-slide-2 .blog-image img {
  border-radius: 20px;
}

.blog-single-slide-2 h4 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-single-slide-2 h4 a:hover {
  color: #ffffff;
}

.blog-single-slide-2 .blog-btn {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  position: relative;
}

.blog-single-slide-2 .blog-btn span {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 16px;
  top: 3px;
  right: -35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  text-align: center;
}

.blog-single-slide-2 .blog-btn:hover {
  color: #ffffff;
}

/* home-03 */
.hero-home-3 {
  position: relative;
  padding: 150px 0;
}

.hero-home-3 .hero-bg-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.hero-home-3 .hero-bg-3.dark-version {
  display: block;
}

.hero-home-3 .hero-bg-3.light-version {
  display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-3 {
    padding: 100px 0;
  }
}

@media (max-width: 767.98px) {
  .hero-home-3 {
    padding: 100px 0;
  }
}

.hero-home-3 .dark-version {
  display: block;
}

.hero-home-3 .light-version {
  display: none;
}

.hero-home-3 .vector-image {
  width: auto;
  position: absolute;
}

.hero-home-3 .vector-image.vector-1 {
  top: 9%;
  left: 11%;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .hero-home-3 .vector-image.vector-1 {
    top: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-home-3 .vector-image.vector-1 {
    top: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home-3 .vector-image.vector-1 {
    top: 5%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-3 .vector-image.vector-1 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-home-3 .vector-image.vector-1 {
    display: none;
  }
}

.hero-home-3 .vector-image.vector-2 {
  top: 20%;
  right: 7%;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .hero-home-3 .vector-image.vector-2 {
    top: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-home-3 .vector-image.vector-2 {
    top: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home-3 .vector-image.vector-2 {
    top: 5%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-3 .vector-image.vector-2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-home-3 .vector-image.vector-2 {
    display: none;
  }
}

.hero-home-3 .vector-image.vector-3 {
  bottom: 22%;
  left: 5%;
  opacity: .1;
}

@media (min-width: 1400px) and (max-width: 1919.98px) {
  .hero-home-3 .vector-image.vector-3 {
    bottom: 4%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .hero-home-3 .vector-image.vector-3 {
    bottom: 4%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-home-3 .vector-image.vector-3 {
    bottom: 4%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-3 .vector-image.vector-3 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-home-3 .vector-image.vector-3 {
    display: none;
  }
}

.hero-home-3 .button-group {
  position: relative;
}

.hero-home-3 .button-group .vector-4 {
  width: auto;
  position: absolute;
  top: 10px;
  left: 200px;
}

.hero-home-3 h1 span {
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-3 .hero-image-right {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-home-3 .hero-image-right {
    margin-top: 40px;
  }
}

.hero-home-3 .hero-button-box {
  position: relative;
  width: 100%;
  height: 680px;
  border: 1px solid #ffffff;
  background-color: #000000;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Positioning each text item */
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-home-3 .hero-button-box {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .hero-home-3 .hero-button-box {
    margin-top: 50px;
  }
}

.hero-home-3 .hero-button-box .text-item {
  position: absolute;
  cursor: pointer;
}

.hero-home-3 .hero-button-box .text-item span {
  color: #000000;
  font-size: 30px;
  display: inline-block;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 1.7em;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.hero-home-3 .hero-button-box .text-item span:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.hero-home-3 .hero-button-box .item1 {
  top: 45%;
  left: 10%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item1 {
    top: 40%;
  }
}

.hero-home-3 .hero-button-box .item2 {
  top: 15%;
  right: 15%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item2 {
    top: 8%;
    right: 10%;
  }
}

.hero-home-3 .hero-button-box .item3 {
  bottom: 10%;
  left: 25%;
}

.hero-home-3 .hero-button-box .item4 {
  top: 20%;
  left: 20%;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item4 {
    left: 10%;
  }
}

.hero-home-3 .hero-button-box .item5 {
  top: 55%;
  right: 32%;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hero-home-3 .hero-button-box .item6 {
  top: 40%;
  right: 10%;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item6 {
    top: 30%;
  }
}

.hero-home-3 .hero-button-box .item7 {
  top: 60%;
  right: 10%;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item7 {
    top: 55%;
    right: 0%;
  }
}

.hero-home-3 .hero-button-box .item8 {
  top: 80%;
  right: 10%;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item8 {
    top: 70%;
    right: 10%;
  }
}

.hero-home-3 .hero-button-box .item9 {
  top: 60%;
  left: 15%;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item9 {
    top: 70%;
    left: 5%;
  }
}

.hero-home-3 .hero-button-box .item10 {
  top: 40%;
  left: 40%;
  -webkit-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

@media (max-width: 575.98px) {
  .hero-home-3 .hero-button-box .item10 {
    top: 42%;
    left: 55%;
  }
}

.hero-home-3 .hero-button-box .secondary-btn.white-btn {
  color: #000000;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: -o-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.hero-home-3 .hero-button-box .secondary-btn.white-btn:hover {
  border: 1px solid #ffffff;
  background-position: left bottom;
  color: #ffffff;
}

.hero-home-3 .hero-button-box .secondary-btn.gray-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #141414));
  background: -webkit-linear-gradient(left, #ffffff 50%, #141414 50%);
  background: -o-linear-gradient(left, #ffffff 50%, #141414 50%);
  background: linear-gradient(to right, #ffffff 50%, #141414 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.hero-home-3 .hero-button-box .secondary-btn.gray-btn:hover {
  border: 1px solid #ffffff;
  background-position: left bottom;
  color: #000000;
}

/* brand home 3 */
.brand-home-3 {
  background-color: #000000;

  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.brand-home-3 .dark-version {
  display: block;
}

.brand-home-3 .light-version {
  display: none;
}

.brand-home-3::before {
  content: '';
  position: absolute;
  top: -.5%;
  left: 0;
  width: 400px;
  height: 101%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000000, transparent);
  background-image: -o-linear-gradient(left, #000000, transparent);
  background-image: linear-gradient(to right, #000000, transparent);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .brand-home-3::before {
    display: none;
  }
}

.brand-home-3::after {
  content: '';
  position: absolute;
  top: -.5%;
  right: 0;
  width: 400px;
  height: 101%;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(right, #000000, transparent);
  background-image: -o-linear-gradient(right, #000000, transparent);
  background-image: linear-gradient(to left, #000000, transparent);
}

@media (max-width: 767.98px) {
  .brand-home-3::after {
    display: none;
  }
}

.brand-home-3 .brand-logo {
  max-width: 230px;
}

.brand-home-3 .brand-logo img {
  width: 140px;
  margin: auto;
}

.brand-home-3 .slick-slide {
  margin: 0 15px;
}

/* counter home 3 */
.counter-home-3 {
  background-color: #000000;
}

.counter-home-3 .title-image img {
  width: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .counter-home-3 .title-image img {
    width: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .counter-home-3 .title-image img {
    width: 80px;
  }
}

@media (max-width: 767.98px) {
  .counter-home-3 .title-image img {
    width: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .counter-home-3 .title-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .counter-home-3 .title-image {
    margin-bottom: 30px;
  }
}

.section-top-3 h2 {
  color: #ffffff;
}

.section-top-3 h2 span {
  color: #6D6D6D;
  font-size: 38px;
}

.counter-single-3 {
  margin-bottom: 30px;
  width: 80%;
}

.counter-single-3 .counter-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-single-3 h2 {
  color: #ffffff;
}

.counter-single-3 h6 {
  color: #ffffff;
}

.counter-single-3 p {
  color: #B0B0B0;
}

/* video home 3 */
.video-home-3 {
  background-color: #000000;
}

.video-home-3 .video-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0;
  border-radius: 20px;
  text-align: center;
}

.video-home-3 .video-wrapper a .video-btn {
  width: 100px;
  height: 100px;
  font-size: 40px;
  line-height: 100px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-left: 4px;
}

/* service home 3 */
.service-home-3 {
  background-color: #000000;
}

.service-home-3 .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-home-3 .tab-menu-item.active span {
  color: white;
}

.service-home-3 .tab-menu-item.active span::before {
  opacity: 1;
}

.service-home-3 .tab-menu-item span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 42px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 24px 0 24px 40px;
  border-bottom: 1px solid #4f4f4f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

@media (max-width: 767.98px) {
  .service-home-3 .tab-menu-item span {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-home-3 .tab-menu-item span {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-home-3 .tab-menu-item span {
    font-size: 36px;
  }
}

.service-home-3 .tab-menu-item span:hover {
  color: white;
}

.service-home-3 .tab-menu-item span:hover::before {
  opacity: 1;
}

.service-home-3 .tab-menu-item span::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/service-icon-home-3.png");
  background-repeat: no-repeat;
  opacity: .5;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-home-3 .tab-content {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .service-home-3 .tab-content {
    margin-top: 50px;
  }
}

.service-home-3 .tab-content img {
  border-radius: 20px;
}

.service-home-3 .tab-content-item {
  display: none;
}

.service-home-3 .tab-content-item.active {
  display: block;
}

/* portfolio home 3 */
.portfolio-home-3 {
  background-color: #000000;
}

.single-portfolio-3 {
  margin-bottom: 60px;
}

.single-portfolio-3 h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-portfolio-3 h3 a:hover {
  color: #ffffff;
}

/* testimonial home 3 */
.testimonial-home-3 {
  background-color: #000000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-home-3 .section-top-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-home-3 .section-top-3 {
    margin-bottom: 20px;
  }
}

.testimonial-home-3::before {
  content: '';
  position: absolute;
  top: -.5%;
  left: 0;
  width: 400px;
  height: 101%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(left, #000000, transparent);
  background-image: -o-linear-gradient(left, #000000, transparent);
  background-image: linear-gradient(to right, #000000, transparent);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .testimonial-home-3::before {
    display: none;
  }
}

.testimonial-home-3::after {
  content: '';
  position: absolute;
  top: -.5%;
  right: 0;
  width: 400px;
  height: 101%;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(right, #000000, transparent);
  background-image: -o-linear-gradient(right, #000000, transparent);
  background-image: linear-gradient(to left, #000000, transparent);
}

@media (max-width: 767.98px) {
  .testimonial-home-3::after {
    display: none;
  }
}

.testimonial-home-3 .slick-slide {
  margin: 0 15px;
}

.testimonial-slide-home-3 {
  max-width: 650px;
  position: relative;
  padding: 40px 60px;
  background-color: #141414;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-slide-home-3 {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .testimonial-slide-home-3 {
    width: auto;
    padding: 30px;
  }
}

.testimonial-slide-home-3 .quote-text {
  font-size: 30px;
  font-weight: 500;
}

.testimonial-slide-home-3 .testimonial-content {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-slide-home-3 .testimonial-content {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-slide-home-3 .testimonial-content {
    margin-top: 30px;
  }
}

.testimonial-slide-home-3 .testimonial-content img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-slide-home-3 .testimonial-content p {
  margin-bottom: 0;
}

.testimonial-slide-home-3 .testimonial-quote-icon {
  font-size: 120px;
  opacity: .05;
  position: absolute;
  bottom: -30px;
  right: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-slide-home-3 .testimonial-quote-icon {
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-slide-home-3 .testimonial-quote-icon {
    bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .testimonial-slide-home-3 .testimonial-quote-icon {
    bottom: 30px;
  }
}

/* team home 3 */
.team-home-3 {
  background-color: #000000;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .team-home-3 .section-top-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .team-home-3 .section-top-3 {
    margin-bottom: 20px;
  }
}

.team-member-3 {
  margin-bottom: 30px;
}

.team-member-3 .team-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.team-member-3 .team-image img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-3 .team-image:hover .hover-state {
  opacity: 1;
  visibility: visible;
}

.team-member-3 .team-image:hover img {
  -webkit-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}

.team-member-3 .hover-state {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 0, 0.7)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 0, 0.7), transparent);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 0, 0.7), transparent);
  background-image: linear-gradient(to top, rgba(255, 255, 0, 0.7), transparent);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.team-member-3 .hover-state .team-social {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-member-3 .hover-state .team-social li {
  display: inline;
  margin-right: 15px;
}

.team-member-3 .hover-state .team-social li a {
  color: #000000;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-3 .hover-state .team-social li a:hover {
  color: #ffffff;
}

.team-member-3 .team-content h4 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.team-member-3 .team-content h4 a:hover {
  color: #ffffff;
}

.team-member-3 .team-content span {
  text-transform: capitalize;
  display: block;
  margin-top: 5px;
}

/* pricing home 3 */
.pricing-home-3 {
  background-color: #000000;
}

.pricing-toggle {
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 30px;
  display: inline-block;
}

.pricing-toggle .pricing-toggle-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
  cursor: pointer;
}

.pricing-toggle .pricing-toggle-btn.active {
  background-color: #ffffff;
  color: #141414;
}

.pricing-toggle .pricing-toggle-btn:not(:last-child) {
  margin-right: 20px;
}

.pricing-box {
  background-color: #141414;
  padding: 50px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pricing-box h3 {
  color: #ffffff;
}

.pricing-box p {
  color: #ffffff;
}

.pricing-box .price {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin: 10px 0 0;
}

.pricing-box .pricing-features {
  padding: 0;
  margin-top: 20px;
}

.pricing-box .pricing-features li {
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.pricing-box .pricing-features li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/about-list-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-box .secondary-btn {
  margin-top: 30px;
}

/* blog home 3 */
.blog-home-3 {
  background-color: #000000;
}

/* contact home 3 */
.contact-home-3 {
  background-color: #000000;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-home-3 .section-top-3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .contact-home-3 .section-top-3 {
    margin-bottom: 20px;
  }
}

/* light-version */
body.light-theme {
  /* author css */
  /* breadcrumb */
  /* footer */
  /* header */
  /* navbar */
  /* tab & accordion */
  /* back to top */
  /* form */
  /* preloader */
  /* theme */
  /* home-02 */
  /* home-03 */
  /* button */
}

body.light-theme body {
  color: #000000;
}

body.light-theme h1 {
  color: #000000;
}

body.light-theme h2 {
  color: #141414;
}

body.light-theme h2 span {
  color: #141414;
}

body.light-theme h3 {
  color: #141414;
}

body.light-theme h4 {
  color: #000000;
}

body.light-theme h5 {
  color: #141414;
}

body.light-theme h6 {
  color: #141414;
}

body.light-theme p {
  color: #000000;
}

body.light-theme ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.light-theme .breadcrumb-section {
  background-color: #ffffff;
  background-image: url("../images/breadcrumb-bg.png");
}

body.light-theme .breadcrumb-section ul {
  margin-top: 20px;
}

body.light-theme .breadcrumb-section ul li a {
  color: #000000;
  border: 1px solid #4F4F4F;
}

body.light-theme .breadcrumb-section ul li a:hover {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .breadcrumb-section ul li.active {
  color: #141414;
  background-color: rgba(20, 20, 20, 0.1);
  border: 1px solid #141414;
}

body.light-theme .breadcrumb-section ul li span {
  color: #4F4F4F;
}

body.light-theme .footer-area {
  background: #ffffff;
}

body.light-theme .footer-area .footer-logo {
  display: none;
}

body.light-theme .footer-area .logo-black {
  display: block;
}

body.light-theme .footer-social a {
  color: #000000;
}

body.light-theme .footer-social a:hover {
  color: #4F4F4F;
}

body.light-theme .footer-widget-title {
  color: #000000;
}

body.light-theme .footer-list a {
  color: #000000;
}

body.light-theme .footer-list a:hover {
  color: #4F4F4F;
}

body.light-theme .footer-contact li {
  color: #000000;
}

body.light-theme .footer-contact li a {
  color: #000000;
}

body.light-theme .footer-contact li a span.contact-icon {
  color: #000000;
}

body.light-theme .copyright {
  background: #ffffff;
}

body.light-theme .copyright .copyright-content {
  border-top: 1px solid #4F4F4F;
}

body.light-theme .copyright .copyright-content .copyright-text {
  color: #000000;
}

body.light-theme .copyright .copyright-content .copyright-text a {
  color: #4F4F4F;
}

body.light-theme .footer-menu li a {
  color: #000000;
}

body.light-theme .footer-menu li a:hover {
  color: #4F4F4F;
}

body.light-theme .footer-home-2 {
  background: #ffffff;
}

body.light-theme .footer-home-2 h6 {
  color: #000000;
}

body.light-theme .subscribe-form input {
  color: #000000;
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .footer-widget-box-2.contact-widget h2 {
  color: #000000;
}

body.light-theme .footer-widget-box-2.contact-widget ul li {
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .footer-widget-box-2.contact-widget ul li a {
  color: #000000;
}

body.light-theme .footer-widget-box-2.contact-widget ul li a:hover {
  color: #141414;
}

body.light-theme .copyright-2 {
  background: #ffffff;
}

body.light-theme .copyright-2 .copyright-content {
  border-top: 1px solid #4F4F4F;
}

body.light-theme .copyright-2 .copyright-content .copyright-text {
  color: #000000;
}

body.light-theme .copyright-2 .copyright-content .copyright-text a {
  color: #141414;
}

body.light-theme .footer-home-3 {
  background-color: #ffffff;
}

body.light-theme .footer-widget-box-3.about-us .footer-social-3 li a {
  color: #000000;
  border: 1px solid #000000;
}

body.light-theme .footer-widget-box-3.about-us .footer-social-3 li a:hover {
  color: #141414;
  border: 1px solid #141414;
}

body.light-theme .footer-info-area .info-content {
  border: 1px solid #4F4F4F;
}

body.light-theme .footer-info-area .info-content a.phone-number,
body.light-theme .footer-info-area .info-content a.email-address,
body.light-theme .footer-info-area .info-content a.location {
  color: #000000;
}

body.light-theme .footer-info-area .info-content a.phone-number:hover,
body.light-theme .footer-info-area .info-content a.email-address:hover,
body.light-theme .footer-info-area .info-content a.location:hover {
  color: #4F4F4F;
}

body.light-theme .footer-info-area .dark-version {
  display: none;
}

body.light-theme .footer-info-area .light-version {
  display: block;
}

body.light-theme .menu-area {
  background-color: #ffffff;
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .menu-area.menu-area-2 {
  background-color: transparent;
}

body.light-theme .menu-area.fixed-top {
  background-color: #ffffff;
}

body.light-theme .menu-area.menu-area-2.fixed-top {
  background-color: #141414;
}

body.light-theme nav .main-menu li.has-submenu::after {
  color: #000000;
}

body.light-theme nav .main-menu li a {
  color: #000000;
}

@media (min-width: 992px) {
  body.light-theme nav .main-menu li .submenu {
    background: #ffffff;
    border: 1px solid #4F4F4F;
  }
  body.light-theme nav .main-menu li .submenu li a {
    color: #000000;
  }
  body.light-theme nav .main-menu li .submenu li a:hover {
    color: #141414;
  }
  body.light-theme nav .main-menu li:hover.has-submenu::after {
    color: #141414;
  }
  body.light-theme nav .main-menu li:hover a {
    color: #141414;
  }
}

@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  body.light-theme nav .main-menu li:hover a {
    color: #000000;
  }
}

body.light-theme .menu-area.menu-area-2 nav .main-menu li.has-submenu::after {
  color: #ffffff;
}

body.light-theme .menu-area.menu-area-2 nav .main-menu li a {
  color: #ffffff;
}

@media (min-width: 992px) {
  body.light-theme .menu-area.menu-area-2 nav .main-menu li .submenu {
    background: #141414;
    border: 1px solid #4F4F4F;
  }
  body.light-theme .menu-area.menu-area-2 nav .main-menu li .submenu li a {
    color: #ffffff;
  }
  body.light-theme .menu-area.menu-area-2 nav .main-menu li .submenu li a:hover {
    color: #ffffff;
  }
  body.light-theme .menu-area.menu-area-2 nav .main-menu li:hover.has-submenu::after {
    color: #ffffff;
  }
  body.light-theme .menu-area.menu-area-2 nav .main-menu li:hover a {
    color: #ffffff;
  }
}

@media (min-width: 992px) and (min-width: 768px) and (max-width: 991.98px) {
  body.light-theme .menu-area.menu-area-2 nav .main-menu li:hover a {
    color: #ffffff;
  }
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-nav {
  background: #ffffff;
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-nav ul li a {
  border-top: 1px solid #000000;
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-nav ul li a.mean-expand {
  color: #000000;
  background-color: #e7e7e7;
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-nav ul li a.mean-expand:hover {
  color: #ffffff;
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-nav ul li a:hover {
  color: #ffffff;
  background-color: #000000;
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-nav ul li a {
  color: #000000;
}

body.light-theme .menu-area.menu-area-2 .mean-container .mean-bar a.meanmenu-reveal {
  background: #ffffff;
}

body.light-theme .mean-container .mean-nav {
  background: #ffffff;
}

body.light-theme .mean-container .mean-nav ul li a {
  border-top: 1px solid #000000;
}

body.light-theme .mean-container .mean-nav ul li a.mean-expand {
  color: #000000;
  background-color: #e7e7e7;
}

body.light-theme .mean-container .mean-nav ul li a.mean-expand:hover {
  color: #ffffff;
}

body.light-theme .mean-container .mean-nav ul li a:hover {
  background-color: #000000;
}

body.light-theme .mean-container .mean-bar a.meanmenu-reveal {
  background: #ffffff;
}

body.light-theme .service-area {
  background-color: #ffffff;
}

body.light-theme .service-area .accordion-list li {
  border: 1px solid #4F4F4F;
}

body.light-theme .service-area .accordion-list li.active {
  border: 1px solid #141414;
}

body.light-theme .service-area .accordion-list li.active h3 {
  color: #141414;
}

body.light-theme .faq-area .tab-menu {
  border: 1px solid #4F4F4F;
}

body.light-theme .faq-area .tab-menu .tab-menu-item {
  color: #000000;
  border: 1px solid #4F4F4F;
}

body.light-theme .faq-area .tab-menu .tab-menu-item.active, body.light-theme .faq-area .tab-menu .tab-menu-item:hover {
  background-color: #141414;
  color: #ffffff;
}

body.light-theme .faq-area .accordion .accordion-item {
  background-color: #ffffff;
}

body.light-theme .faq-area .accordion .accordion-item .accordion-header {
  background-color: #e7e7e7;
  color: #141414;
}

body.light-theme .faq-area .accordion .accordion-item .accordion-header:after {
  color: #141414;
}

body.light-theme .faq-area .accordion .accordion-item .accordion-header.active:after {
  color: #141414;
}

body.light-theme .faq-area .accordion .accordion-item .accordion-header.active {
  color: #141414;
}

body.light-theme .faq-area .accordion .accordion-item .accordion-content {
  background-color: #e7e7e7;
  color: #141414;
}

body.light-theme .back-to-top {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .back-to-top:hover {
  color: #ffffff;
  background-color: #4F4F4F;
  border: 1px solid #141414;
}

body.light-theme .contact-form-3 .budget-option span {
  border: 1px solid #4F4F4F;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

body.light-theme .contact-form-3 .budget-option input:checked + span {
  background-color: #141414;
  color: #ffffff;
}

body.light-theme .contact-form-3 input,
body.light-theme .contact-form-3 textarea {
  border-bottom: 1px solid #cccccc;
  /* Example border color */
  color: #141414;
}

body.light-theme .contact-form-3 label {
  color: #141414;
}

body.light-theme .contact-form-3 input::-webkit-input-placeholder,
body.light-theme .contact-form-3 textarea::-webkit-input-placeholder {
  color: #4F4F4F;
  /* Example white color */
}

body.light-theme .contact-form-3 input:-ms-input-placeholder,
body.light-theme .contact-form-3 textarea:-ms-input-placeholder {
  color: #4F4F4F;
  /* Example white color */
}

body.light-theme .contact-form-3 input::-ms-input-placeholder,
body.light-theme .contact-form-3 textarea::-ms-input-placeholder {
  color: #4F4F4F;
  /* Example white color */
}

body.light-theme .contact-form-3 input::placeholder,
body.light-theme .contact-form-3 textarea::placeholder {
  color: #4F4F4F;
  /* Example white color */
}

body.light-theme .contact-form-3 .radio-buttons .form-group {
  border: 1px solid #4F4F4F;
}

body.light-theme .contact-form-3 .radio-buttons label::before {
  border: 1px solid #141414;
}

body.light-theme .contact-form-3 .radio-buttons label::after {
  background-color: #141414;
  border: 1px solid #141414;
}

body.light-theme .contact-form-3 .radio-buttons input[type="radio"]:checked + label::before {
  border-color: #141414;
}

body.light-theme .contact-form-3 label.privacy-policy a {
  color: #ffffff;
}

body.light-theme .contact-form-3 .attachment-btn {
  color: #000000;
}

body.light-theme #preloader {
  background-color: #ffffff;
}

body.light-theme #loader {
  border-top-color: #141414;
}

body.light-theme #loader:before {
  border-top-color: #141414;
}

body.light-theme #loader:after {
  border-top-color: #141414;
}

body.light-theme .hero-area .hero-bg.dark-version {
  display: none;
}

body.light-theme .hero-area .hero-bg.light-version {
  display: block;
}

body.light-theme .hero-area .hero-content-box {
  border-left: 1px solid #4F4F4F;
  border-right: 1px solid #4F4F4F;
}

body.light-theme .hero-area .hero-social li a {
  color: #000000;
}

body.light-theme .hero-area .hero-social li a:hover {
  color: #4F4F4F;
}

body.light-theme .hero-area .hero-bottom-content .dark-version {
  display: none;
}

body.light-theme .hero-area .hero-bottom-content .light-version {
  display: block;
}

body.light-theme .counter-area {
  background-color: #ffffff;
}

body.light-theme .counter-single {
  border: 1px solid #000000;
}

body.light-theme .counter-single span.counter,
body.light-theme .counter-single span.plus-sign {
  color: #000000;
}

body.light-theme .service-area {
  background-image: url("../images/service-light-bg.png");
}

body.light-theme .portfolio-area {
  background-image: url("../images/portfolio-bg.png");
  background-color: #ffffff;
}

body.light-theme .portfolio-area .slick-dots {
  border: 1px solid #4F4F4F;
}

body.light-theme .portfolio-area .slick-dots button {
  background-color: #141414;
}

body.light-theme .portfolio-single:hover .portfolio-image img {
  border: 1px solid #141414;
}

body.light-theme .portfolio-single .portfolio-image .portfolio-btn {
  color: #ffffff;
}

body.light-theme .portfolio-single h3 a {
  color: #000000;
}

body.light-theme .portfolio-single h3 a:hover {
  color: #141414;
}

body.light-theme .brand-area {
  background-color: #ffffff;
}

body.light-theme .brand-area .brand-logo {
  border: 1px solid #000000;
}

body.light-theme .brand-area .brand-logo:hover {
  border: 1px solid #141414;
}

body.light-theme .brand-area .brand-slider .dark-version {
  display: none;
}

body.light-theme .brand-area .brand-slider .light-version {
  display: block;
}

body.light-theme .testimonial-area {
  background-color: #ffffff;
}

body.light-theme .testimonial-area .slick-slide {
  border: 1px solid #141414;
}

body.light-theme .testimonial-area .slick-dots button {
  background-color: #4F4F4F;
}

body.light-theme .testimonial-area .slick-dots .slick-active button {
  background-color: #141414;
}

body.light-theme .testimonial-slide .testimonial-slide-bg.dark-version {
  display: none;
}

body.light-theme .testimonial-slide .testimonial-slide-bg.light-version {
  display: block;
}

body.light-theme .testimonial-slide span.testimonial-quote-icon {
  color: #141414;
}

body.light-theme .testimonial-slide .testimonial-content .content-left .author-img img {
  border: 1px solid #141414;
}

body.light-theme .testimonial-slide span.quote-text {
  color: #141414;
}

body.light-theme .team-area {
  background-color: #ffffff;
}

body.light-theme .cta-area .cta-bg.dark-version {
  display: none;
}

body.light-theme .cta-area .cta-bg.light-version {
  display: block;
}

body.light-theme .cta-box {
  background-image: url("../images/cta-box-bg.png");
}

body.light-theme .cta-box h2 {
  color: #ffffff;
}

body.light-theme .cta-box .primary-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}

body.light-theme .cta-box .primary-btn:hover {
  color: #ffffff;
}

body.light-theme .blog-area {
  background-color: #ffffff;
}

body.light-theme .blog-single-slide .blog-image img:hover {
  border: 1px solid #141414;
}

body.light-theme .blog-single-slide .blog-meta li {
  color: #000000;
}

body.light-theme .blog-single-slide .blog-meta li a {
  color: #000000;
}

body.light-theme .blog-single-slide h4 a {
  color: #000000;
}

body.light-theme .blog-single-slide h4 a:hover {
  color: #141414;
}

body.light-theme .blog-single-slide .blog-tags li a:hover {
  color: #000000;
  background-color: #ffffff;
}

body.light-theme .blog-single-slide .blog-btn {
  color: #000000;
}

body.light-theme .blog-single-slide .blog-btn span {
  background-color: #141414;
  color: #ffffff;
}

body.light-theme .blog-single-slide .blog-btn:hover {
  color: #141414;
}

body.light-theme .get-in-touch-area {
  background-image: url("../images/get-in-touch-bg.png");
  background-color: #ffffff;
}

body.light-theme .get-in-touch-area a.big-title {
  font-size: 100px;
  line-height: 1.2em;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #141414), color-stop(50%, #000000));
  background: -webkit-linear-gradient(left, #141414 50%, #000000 50%);
  background: -o-linear-gradient(left, #141414 50%, #000000 50%);
  background: linear-gradient(90deg, #141414 50%, #000000 50%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

body.light-theme .get-in-touch-area a.big-title:after {
  background: #141414;
}

body.light-theme .welcome-section-about {
  background-color: #ffffff;
}

body.light-theme .video-home-3.video-about-page {
  background-color: #ffffff;
}

body.light-theme .video-home-3.video-about-page .video-bg {
  background-image: url("../images/video-bg-about-page.png");
}

body.light-theme .choose-section-about {
  background-color: #ffffff;
}

body.light-theme .choose-section-about .dark-version {
  display: none;
}

body.light-theme .choose-section-about .light-version {
  display: block;
}

body.light-theme .single-choose-item {
  border: 1px solid #4F4F4F;
}

body.light-theme .single-choose-item.active {
  border: 1px solid #141414;
}

body.light-theme .working-process-services {
  background-color: #ffffff;
}

body.light-theme .working-process-services .slick-slide {
  border: 1px solid #4F4F4F;
}

body.light-theme .working-process-services .slick-dots {
  border: 1px solid #4F4F4F;
}

body.light-theme .working-process-services .slick-dots button {
  background-color: #141414;
}

body.light-theme .working-process-slider::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(#ffffff, transparent);
  background-image: -o-linear-gradient(#ffffff, transparent);
  background-image: linear-gradient(#ffffff, transparent);
}

body.light-theme .working-process-slider::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #ffffff, transparent);
  background-image: -o-linear-gradient(bottom, #ffffff, transparent);
  background-image: linear-gradient(to top, #ffffff, transparent);
}

body.light-theme .service-details-content {
  background-color: #ffffff;
}

body.light-theme .service-details-content h2, body.light-theme .service-details-content h3 {
  color: #000000;
}

body.light-theme .service-details-content .service-tags {
  border: 1px solid #4F4F4F;
}

body.light-theme .service-details-content .service-tags li a {
  color: #6D6D6D;
  border: 1px solid #4F4F4F;
}

body.light-theme .service-details-content .service-tags li.tab-link.active a {
  color: #ffffff;
  background-color: #141414;
  border: 1px solid transparent;
}

body.light-theme .procus-widget {
  border: 1px solid #4F4F4F;
  background-color: transparent;
}

body.light-theme .procus-widget .widget-title {
  color: #000000;
}

body.light-theme .procus-widget .service-items li:hover a {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .procus-widget .service-items li a {
  color: #000000;
  border: 1px solid #4F4F4F;
}

body.light-theme .procus-widget .service-items li span {
  color: #ffffff;
}

body.light-theme .procus-widget.search-widget .search-form button {
  background-color: #000000;
  color: #ffffff;
}

body.light-theme .procus-widget.search-widget .search-form .form-control {
  color: #000000;
}

body.light-theme .procus-widget .blog-categories li:hover a {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .procus-widget .blog-categories li:hover a span {
  color: #ffffff;
}

body.light-theme .procus-widget .blog-categories li a {
  color: #000000;
  border: 1px solid #4F4F4F;
}

body.light-theme .procus-widget .blog-categories li a span {
  color: #141414;
}

body.light-theme .procus-widget.recent-post-widget .single-recent-post span.post-date {
  color: #000000;
}

body.light-theme .procus-widget.recent-post-widget .single-recent-post h5 a {
  color: #000000;
}

body.light-theme .procus-widget.recent-post-widget .single-recent-post h5 a:hover {
  color: #4F4F4F;
}

body.light-theme .procus-widget.post-tags-widget a {
  color: #141414;
  border: 1px solid #141414;
}

body.light-theme .procus-widget.post-tags-widget a:hover {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .process-slider-area {
  background-color: #ffffff;
}

body.light-theme .process-slider-area h2 {
  color: #000000;
}

body.light-theme .process-slider-part {
  border-top: 1px solid #4F4F4F;
}

body.light-theme .process-slider-part .slick-current {
  background-color: #ffffff !important;
}

body.light-theme .process-slider-part .process-slider-2 .single-slide {
  background-color: #e7e7e7;
}

body.light-theme .process-slider-part .process-slider-2 .single-slide span.slide-number {
  color: #ffffff;
  background-color: #000000;
}

body.light-theme .process-slider-part .process-slider-2 .single-slide h4 {
  color: #000000;
}

body.light-theme .process-slider-part .process-slider-2 .single-slide p {
  color: #000000;
}

body.light-theme .team-member-info {
  background-color: #ffffff;
}

body.light-theme .team-member-info h2 {
  color: #000000;
}

body.light-theme .team-member-info span {
  color: #000000;
}

body.light-theme .team-member-info .member-info-box {
  border: 1px solid #141414;
}

body.light-theme .team-member-info .single-info:hover .info-icon span {
  color: #141414;
  border: 1px solid rgba(20, 20, 20, 0.5);
}

body.light-theme .team-member-info .single-info .info-icon span {
  color: #6D6D6D;
  border: 1px solid #4F4F4F;
}

body.light-theme .team-member-info .single-info h5 {
  color: #000000;
}

body.light-theme .team-member-info .member-social h5 {
  color: #000000;
}

body.light-theme .team-member-info .member-social ul {
  margin-top: 10px;
}

body.light-theme .team-member-info .member-social ul li a {
  color: #000000;
}

body.light-theme .team-member-info .member-social ul li a:hover {
  color: #141414;
}

body.light-theme .experience-education-area {
  background-color: #ffffff;
}

body.light-theme .experience-education-area h2 {
  color: #000000;
}

body.light-theme .experience-education-area .single-item {
  border-left: 1px solid #4F4F4F;
}

body.light-theme .experience-education-area .single-item + .single-item {
  border-top: 1px solid #4F4F4F;
}

body.light-theme .experience-education-area .single-item span.item-date {
  color: #141414;
}

body.light-theme .experience-education-area .single-item span.item-date::before {
  background-color: #141414;
  -webkit-box-shadow: 0 0 4px 2px rgba(20, 20, 20, 0.5);
  box-shadow: 0 0 4px 2px rgba(20, 20, 20, 0.5);
}

body.light-theme .experience-education-area .single-item span, body.light-theme .experience-education-area .single-item p {
  color: #141414;
}

body.light-theme .skills-tools-area {
  background-color: #ffffff;
}

body.light-theme .skills-tools-area h2 {
  color: #000000;
}

body.light-theme .skills-tools-area .single-tool {
  border: 1px solid #4F4F4F;
}

body.light-theme .case-studies-area {
  background-color: #ffffff;
}

body.light-theme .case-studies-area .single-case-item:hover .case-image img {
  border: 1px solid #141414;
}

body.light-theme .case-studies-area .single-case-item .case-content h3 a {
  color: #000000;
}

body.light-theme .case-studies-area .single-case-item .case-content h3 a:hover {
  color: #141414;
}

body.light-theme .case-details-content {
  background-color: #ffffff;
}

body.light-theme .case-details-content .case-info {
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .case-details-content .single-info h4 {
  color: #141414;
}

body.light-theme .case-details-content .single-info span {
  color: #141414;
}

body.light-theme .case-details-content h2 {
  color: #000000;
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .case-details-content h3 {
  color: #000000;
}

body.light-theme .case-details-content .single-box {
  border: 1px solid #4F4F4F;
}

body.light-theme .case-details-content .single-box:hover {
  border: 1px solid #141414;
}

body.light-theme .case-details-content .requirement-list li {
  color: #141414;
}

body.light-theme .case-details-content .requirement-list li span {
  color: #141414;
}

body.light-theme .case-details-content .preview-links li {
  color: #000000;
}

body.light-theme .case-details-content .preview-links li a {
  color: #000000;
  border: 1px solid #000000;
}

body.light-theme .case-details-content .preview-links li a:hover {
  color: #141414;
  border: 1px solid #141414;
}

body.light-theme .blog-2-column {
  background-color: #ffffff;
}

body.light-theme .blog-page-categories li.active a {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .blog-page-categories li.active a span {
  color: #141414;
  background-color: #ffffff;
}

body.light-theme .blog-page-categories li a {
  color: #141414;
}

body.light-theme .blog-page-categories li a:hover {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .blog-page-categories li a:hover span {
  color: #000000;
  background-color: #ffffff;
}

body.light-theme .blog-page-categories li a span.total-post {
  border: 1px solid #4F4F4F;
}

body.light-theme .blog-page-categories li select {
  color: #141414;
  border: 1px solid #141414;
}

body.light-theme .blog-pagination li {
  color: #000000;
  border: 1px solid #141414;
}

body.light-theme .blog-pagination li:hover {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .blog-pagination li.active {
  color: #ffffff;
  background-color: #141414;
}

body.light-theme .blog-details-content {
  background-color: #ffffff;
}

body.light-theme .blog-details-content .share-links li {
  color: #141414;
}

body.light-theme .blog-details-content .share-links li a {
  color: #000000;
}

body.light-theme .blog-details-content .share-links li a:hover {
  color: #141414;
}

body.light-theme .blog-details-content .share-links li.copy-link a {
  color: #ffffff;
  background-color: #000000;
}

body.light-theme .blog-details-content .share-links li.copy-link a:hover {
  background-color: #141414;
}

body.light-theme .blog-details-content .blog-single-slide .blog-tags a {
  color: #ffffff;
}

body.light-theme .blog-details-content .blog-comments-content h5 {
  color: #000000;
}

body.light-theme .blog-details-content .blog-comments-content a {
  color: #141414;
}

body.light-theme .blog-details-content .blog-comments-content a:hover {
  color: #4F4F4F;
}

body.light-theme .blog-details-content .blog-comments-form .form-control {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

body.light-theme .blockquote {
  border-left: 2px solid #141414;
}

body.light-theme .blockquote .qutoe-author h5 {
  color: #000000;
}

body.light-theme .blockquote span {
  color: #141414;
}

body.light-theme .contact-info-area {
  background-color: #ffffff;
}

body.light-theme .contact-info-area .single-info {
  border: 1px solid transparent;
  background-image: none;
  background-color: transparent;
}

body.light-theme .contact-info-area .single-info span, body.light-theme .contact-info-area .single-info h4 {
  color: #000000;
}

body.light-theme .contact-info-area .single-info.active {
  border: 1px solid #4F4F4F;
  background-image: none;
}

body.light-theme .contact-info-area .single-info.active span.info-icon {
  color: #141414;
}

body.light-theme .contact-form-area {
  background-color: #ffffff;
}

body.light-theme .faq-area {
  background-color: #ffffff;
}

body.light-theme .terms-content {
  background-color: #ffffff;
}

body.light-theme .terms-content h3, body.light-theme .terms-content li {
  color: #000000;
}

body.light-theme .terms-content h4 {
  color: #141414;
}

body.light-theme .terms-content .list-items li span {
  color: #141414;
}

body.light-theme .terms-content .list-items.privacy-list li span {
  color: #000000;
}

body.light-theme .error-content h2 {
  color: #ffffff;
}

body.light-theme .hero-home-2 .hero-content-box-2 .title-tag {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

body.light-theme .hero-home-2 h1,
body.light-theme .hero-home-2 h4,
body.light-theme .hero-home-2 p {
  color: #ffffff;
}

body.light-theme .hero-home-2 h1 span {
  color: #ffffff;
}

body.light-theme .hero-home-2 .hero-btn-group-2 .hero-video-wrapper a {
  color: #ffffff;
}

body.light-theme .hero-home-2 .hero-btn-group-2 .hero-video-wrapper a .video-btn {
  color: #141414;
  background-color: #ffffff;
}

body.light-theme .hero-home-2 .secondary-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: -o-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body.light-theme .hero-home-2 .secondary-btn:hover {
  background-position: left bottom;
  color: #141414;
}

body.light-theme .hero-social-2 {
  background-image: none;
  border: none;
  background-color: #e7e7e7;
  display: inline-block;
  margin-top: 80px;
  padding: 12px 24px;
}

@media (max-width: 575.98px) {
  body.light-theme .hero-social-2 {
    padding: 12px;
  }
}

body.light-theme .hero-social-2 li a {
  color: #000000;
}

body.light-theme .hero-social-2 li a:hover {
  color: #141414;
  border-bottom: 1px solid #141414;
}

body.light-theme .custom-marquee.marquee-style-2 {
  background-color: #ffffff;
}

body.light-theme .custom-marquee.marquee-style-2::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(left, #ffffff, transparent);
  background-image: -o-linear-gradient(left, #ffffff, transparent);
  background-image: linear-gradient(to right, #ffffff, transparent);
}

body.light-theme .custom-marquee.marquee-style-2::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(right, #ffffff, transparent);
  background-image: -o-linear-gradient(right, #ffffff, transparent);
  background-image: linear-gradient(to left, #ffffff, transparent);
}

body.light-theme .custom-marquee.marquee-style-2 .marquee-content span {
  color: #6D6D6D;
}

body.light-theme .custom-marquee.marquee-style-2 .marquee-content span::before {
  background-image: url("../images/marquee-vector-home-2.png");
}

body.light-theme .about-home-2 {
  background-color: #ffffff;
}

body.light-theme .about-home-2 ul.about-list li {
  color: #141414;
}

body.light-theme .about-home-2 ul.about-list li::before {
  background-image: url("../images/about-list-icon-dark.png");
}

body.light-theme .section-top-2 span.title-tag {
  color: #141414;
  border: 1px solid #141414;
}

body.light-theme .section-top-2 h2 {
  color: #6D6D6D;
}

body.light-theme .section-top-2 h2 span {
  color: #000000;
}

body.light-theme .counter-home-2 {
  background-color: #ffffff;
}

body.light-theme .counter-single-2 {
  border: 1px solid #4F4F4F;
}

body.light-theme .counter-single-2 span.counter,
body.light-theme .counter-single-2 span.plus-sign {
  color: #000000;
}

body.light-theme .service-home-2 {
  background-color: #ffffff;
}

body.light-theme span.big-title {
  color: #000000;
}

body.light-theme .single-service-2 {
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .single-service-2 h2 a {
  color: #6D6D6D;
}

body.light-theme .single-service-2 p {
  color: #6D6D6D;
}

body.light-theme .single-service-2.active {
  background-color: #000000;
}

body.light-theme .single-service-2.active h2 a {
  color: #ffffff;
}

body.light-theme .single-service-2.active p {
  color: #ffffff;
}

body.light-theme .choose-home-2 {
  background-color: #ffffff;
}

body.light-theme .brand-home-2 {
  background-color: #ffffff;
}

body.light-theme .brand-home-2 .dark-version {
  display: none;
}

body.light-theme .brand-home-2 .light-version {
  display: block;
}

body.light-theme .brand-items .brand-single-2:hover .brand-logo {
  border: 1px solid #141414;
}

body.light-theme .brand-items .brand-logo {
  border: 1px solid #4F4F4F;
}

body.light-theme .case-study-home-2 {
  background-color: #ffffff;
}

body.light-theme .case-filter-tab li.secondary-btn {
  color: #000000;
  border: 1px solid #6D6D6D;
}

body.light-theme .case-filter-tab li.secondary-btn.active {
  background-position: left bottom;
  color: #ffffff;
}

body.light-theme .case-filter-tab li.secondary-btn:hover {
  background-position: left bottom;
  color: #ffffff;
}

body.light-theme .case-single a {
  color: #000000;
}

body.light-theme .case-single a:hover {
  color: #141414;
}

body.light-theme .team-home-2 {
  background-color: #ffffff;
}

body.light-theme .team-member-2:hover .team-content {
  background-color: #141414;
}

body.light-theme .team-member-2:hover .team-content h4 a {
  color: #ffffff;
}

body.light-theme .team-member-2:hover .team-content h4 a:hover {
  color: #ffffff;
}

body.light-theme .team-member-2:hover .team-content span {
  color: #ffffff;
}

body.light-theme .team-member-2:hover .team-content .team-social li a {
  color: #ffffff;
}

body.light-theme .team-member-2:hover .team-content .team-social li a:hover {
  color: #ffffff;
}

body.light-theme .team-member-2 .team-image .team-bg.dark-version {
  display: none;
}

body.light-theme .team-member-2 .team-image .team-bg.light-version {
  display: block;
}

body.light-theme .team-member-2 .team-content {
  background-color: #e7e7e7;
}

body.light-theme .team-member-2 .team-content h4 a {
  color: #000000;
}

body.light-theme .team-member-2 .team-content h4 a:hover {
  color: #141414;
}

body.light-theme .team-member-2 .team-content span {
  color: #000000;
}

body.light-theme .team-member-2 .team-content .team-social li a {
  color: #000000;
}

body.light-theme .team-member-2 .team-content .team-social li a:hover {
  color: #141414;
}

body.light-theme .testimonial-home-2 {
  background-color: #ffffff;
}

body.light-theme .testimonial-slide-2 {
  border: 1px solid #4F4F4F;
}

body.light-theme .testimonial-slide-2:hover {
  border: 1px solid #141414;
}

body.light-theme .testimonial-slide-2:hover span.testimonial-quote-icon {
  color: #e7e7e7;
}

body.light-theme .testimonial-slide-2:hover span.quote-text {
  color: #000000;
}

body.light-theme .testimonial-slide-2:hover .testimonial-content .author-text h5 {
  color: #000000;
}

body.light-theme .testimonial-slide-2:hover .testimonial-content .author-text p {
  color: #000000;
}

body.light-theme .testimonial-slide-2 span.testimonial-quote-icon {
  color: #e7e7e7;
}

body.light-theme .testimonial-slide-2 span.quote-text {
  color: #141414;
}

body.light-theme .testimonial-slide-2 .testimonial-content .author-text p {
  color: #141414;
}

body.light-theme .blog-home-2 {
  background-color: #ffffff;
}

body.light-theme .blog-single-slide-2 h4 a {
  color: #000000;
}

body.light-theme .blog-single-slide-2 h4 a:hover {
  color: #141414;
}

body.light-theme .blog-single-slide-2 .blog-btn {
  color: #000000;
}

body.light-theme .blog-single-slide-2 .blog-btn span {
  background-color: #141414;
  color: #ffffff;
}

body.light-theme .blog-single-slide-2 .blog-btn:hover {
  color: #141414;
}

body.light-theme .hero-home-3 {
  background-image: url("../images/hero-light-bg-home-3.png");
}

body.light-theme .hero-home-3 h1 span {
  color: #141414;
}

body.light-theme .hero-home-3 .dark-version {
  display: none;
}

body.light-theme .hero-home-3 .light-version {
  display: block;
}

body.light-theme .hero-home-3 .vector-3 {
  opacity: 1;
}

body.light-theme .hero-home-3 .text-item span {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
  cursor: pointer;
}

body.light-theme .hero-home-3 .text-item span:hover {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}

body.light-theme .hero-home-3 .hero-button-box {
  border: 1px solid #141414;
  background-color: #ffffff;
}

body.light-theme .hero-home-3 .hero-button-box .secondary-btn.white-btn {
  color: #000000;
  border: 1px solid #000000;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000000), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #000000 50%, transparent 50%);
  background: -o-linear-gradient(left, #000000 50%, transparent 50%);
  background: linear-gradient(to right, #000000 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body.light-theme .hero-home-3 .hero-button-box .secondary-btn.white-btn:hover {
  border: 1px solid #000000;
  background-position: left bottom;
  color: #ffffff;
}

body.light-theme .hero-home-3 .hero-button-box .secondary-btn.gray-btn:hover {
  border: 1px solid #000000;
}

body.light-theme .brand-home-3 {
  background-color: #ffffff;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
}

body.light-theme .brand-home-3::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(left, #ffffff, transparent);
  background-image: -o-linear-gradient(left, #ffffff, transparent);
  background-image: linear-gradient(to right, #ffffff, transparent);
}

body.light-theme .brand-home-3::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(right, #ffffff, transparent);
  background-image: -o-linear-gradient(right, #ffffff, transparent);
  background-image: linear-gradient(to left, #ffffff, transparent);
}

body.light-theme .brand-home-3 .dark-version {
  display: none;
}

body.light-theme .brand-home-3 .light-version {
  display: block;
}

body.light-theme .counter-home-3 {
  background-color: #ffffff;
}

body.light-theme .section-top-3 h2 {
  color: #000000;
}

body.light-theme .section-top-3 h2 span {
  color: #6D6D6D;
}

body.light-theme .counter-single-3 h2 {
  color: #000000;
}

body.light-theme .counter-single-3 h6 {
  color: #000000;
}

body.light-theme .counter-single-3 p {
  color: #141414;
}

body.light-theme .video-home-3 {
  background-color: #ffffff;
}

body.light-theme .video-home-3 .video-bg {
  background-image: url("../images/video-bg.png");
}

body.light-theme .video-home-3 .video-wrapper a .video-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 0, 0.1);
}

body.light-theme .service-home-3 {
  background-color: #ffffff;
}

body.light-theme .service-home-3 .tab-menu-item.active span {
  color: black;
}

body.light-theme .service-home-3 .tab-menu-item span {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #4F4F4F;
}

body.light-theme .service-home-3 .tab-menu-item span:hover {
  color: black;
}

body.light-theme .service-home-3 .tab-menu-item span::before {
  background-image: url("../images/service-icon-home-3.png");
}

body.light-theme .portfolio-home-3 {
  background-color: #ffffff;
}

body.light-theme .single-portfolio-3 h3 a {
  color: #000000;
}

body.light-theme .single-portfolio-3 h3 a:hover {
  color: #141414;
}

body.light-theme .testimonial-home-3 {
  background-color: #ffffff;
}

body.light-theme .testimonial-home-3::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(left, #ffffff, transparent);
  background-image: -o-linear-gradient(left, #ffffff, transparent);
  background-image: linear-gradient(to right, #ffffff, transparent);
}

body.light-theme .testimonial-home-3::after {
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(right, #ffffff, transparent);
  background-image: -o-linear-gradient(right, #ffffff, transparent);
  background-image: linear-gradient(to left, #ffffff, transparent);
}

body.light-theme .testimonial-slide-home-3 {
  background-color: #141414;
}

body.light-theme .testimonial-slide-home-3 h4 {
  color: #ffffff;
}

body.light-theme .testimonial-slide-home-3 p {
  color: #e7e7e7;
  text-transform: capitalize;
}

body.light-theme .team-home-3 {
  background-color: #ffffff;
}

body.light-theme .team-member-3 .hover-state {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 0, 0.7)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 0, 0.7), transparent);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 0, 0.7), transparent);
  background-image: linear-gradient(to top, rgba(255, 255, 0, 0.7), transparent);
}

body.light-theme .team-member-3 .hover-state .team-social li a {
  color: #ffffff;
}

body.light-theme .team-member-3 .hover-state .team-social li a:hover {
  color: #000000;
}

body.light-theme .team-member-3 .team-content h4 a {
  color: #000000;
}

body.light-theme .team-member-3 .team-content h4 a:hover {
  color: #141414;
}

body.light-theme .team-member-3 .team-content span {
  color: #000000;
}

body.light-theme .pricing-home-3 {
  background-color: #ffffff;
}

body.light-theme .pricing-toggle {
  border: 1px solid #141414;
}

body.light-theme .pricing-toggle .pricing-toggle-btn {
  color: #000000;
}

body.light-theme .pricing-toggle .pricing-toggle-btn.active {
  background-color: #141414;
  color: #ffffff;
}

body.light-theme .pricing-box {
  background-color: #141414;
}

body.light-theme .pricing-box h3 {
  color: #ffffff;
}

body.light-theme .pricing-box p {
  color: #ffffff;
}

body.light-theme .pricing-box .price {
  color: #ffffff;
}

body.light-theme .pricing-box .pricing-features li {
  color: #ffffff;
}

body.light-theme .pricing-box .pricing-features li::before {
  background-image: url("../images/about-list-icon.png");
}

body.light-theme .pricing-box .secondary-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: -o-linear-gradient(left, #ffffff 50%, transparent 50%);
  background: linear-gradient(to right, #ffffff 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body.light-theme .pricing-box .secondary-btn:hover {
  background-position: left bottom;
  color: #141414;
}

body.light-theme .blog-home-3 {
  background-color: #ffffff;
}

body.light-theme .contact-home-3 {
  background-color: #ffffff;
}

body.light-theme .logo-area .dark-version {
  display: none;
}

body.light-theme .logo-area .light-version {
  display: block;
}

body.light-theme .primary-btn {
  color: #ffffff;
  border: 1px solid #141414;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #141414));
  background: -webkit-linear-gradient(left, transparent 50%, #141414 50%);
  background: -o-linear-gradient(left, transparent 50%, #141414 50%);
  background: linear-gradient(to right, transparent 50%, #141414 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body.light-theme .primary-btn:hover {
  background-position: left bottom;
  color: #141414;
}

body.light-theme .secondary-btn {
  color: #141414;
  border: 1px solid #141414;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #141414), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #141414 50%, transparent 50%);
  background: -o-linear-gradient(left, #141414 50%, transparent 50%);
  background: linear-gradient(to right, #141414 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

body.light-theme .secondary-btn:hover {
  background-position: left bottom;
  color: #ffffff;
}

body.light-theme .theme-color-switch .checkbox-label {
  background-color: #000000;
}

body.light-theme .theme-color-switch .fa-moon {
  color: #ffffff;
}

body.light-theme .theme-color-switch .fa-sun {
  color: #ffffff;
}

body.light-theme .theme-color-switch .checkbox-label .ball {
  background-color: #ffffff;
}

body.light-theme .procus-cursor {
  border: 1px solid #000000;
}

body.light-theme .procus-cursor2 {
  background-color: #000000;
}
