/*-----------------------------------------------------------------------------------

    Template Name: Omio - Creative Personal Portfolio HTML Template 
    Author: WebTend
    Template URI: https://webtend.net/demo/html/omio/
    Author URI:  https://webtend.net/
    Description: Omio - Creative Personal Portfolio HTML Template   
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 Accordion
		2.2 Animations
		2.3 Background 
		2.4 Back to top
		2.5 Breadcrumb
		2.6 Buttons
		2.7 Carousel
		2.8 Contact Form
		2.9 cursor
		2.10 Hotspot
		2.11 Hover Animation
		2.12 Nice Select
		2.13 Offcanvas
		2.14 Pagination
		2.15 Preloader
		2.16 Search
		2.17 Section Title
		2.18 Tab

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Header Style 2
		3.3 Header Style 3
		3.4 Header Style 4

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Meanmenu Css
		4.2 Main menu Css
		4.3 Mobile Css

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Blog Css
		5.2 Postbox Css
		5.3 Recent Post Css
		5.4 Sidebar Css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.4 Footer Style 4
	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About Css
		7.2 Brand Css
		7.3 Error Css
		7.4 Exprience Css
		7.5 Hero Css
		7.6 Maps Css
		7.7 Maquee Css
		7.8 Portfolio Css
		7.9 Pricing Css
		7.10 Process Css
		7.11 Project Css
		7.12 Rusume Css
		7.13 Service Css
		7.14 Skill Css
		7.15 Team Css
		7.16 Testimonial Css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
.mean-container .mean-nav ul li > a.mean-expand i, .wt-product-tab-2 .nav-tabs .nav-link .wt-product-tab-tooltip, .wt-tab-line, .wt-offcanvas-2-left, .wt-offcanvas-2-right, .wt-offcanvas-2-close, .wt-offcanvas-2-close-btn .text, .wt-offcanvas-2-close-btn .text span, .wt-offcanvas__logo, .wt-offcanvas__right-info, .wt-offcanvas__social-link ul li a::before, .wt-swiper-dot .swiper-pagination-bullet, .wt-swiper-dot .swiper-pagination-bullet::after, .wt-swiper-dot .swiper-pagination-bullet::before, .wt-swiper-scrollbar, .back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.4s 0s ease-out;
  -moz-transition: all 0.4s 0s ease-out;
  -ms-transition: all 0.4s 0s ease-out;
  -o-transition: all 0.4s 0s ease-out;
  transition: all 0.4s 0s ease-out;
}

.wt-hotspot svg, .wt-pagination ul li a svg, .wt-pagination ul li span svg, .wt-swiper-arrow button svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.wt-offcanvas-2-close-btn {
  font-family: var(--wt-ff-dmsans);
}

/* transform */
.wt-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

:root {
  /**
  @color declaration
  */
  --wt-common-white: #ffffff;
  --wt-common-black: #141414;
  --wt-common-black-secondary: #212125;
  --wt-heading-primary: #141414;
  --wt-grey-1: #DED7C4;
  --wt-text-body: #cecece;
  --wt-text-p: #cecece;
  --wt-text-1: #5B5B5B;
  --wt-text-2: #bfbfbf;
  --wt-theme-primary: #7C02FF;
  --wt-theme-primary-3: #FFF033;
  --wt-theme-primary-4: #F1FF9D;
  --wt-border-primary: #7C02FF;
  /**
  @Font-Size Declaration
  */
  --wt-fz-body: 16px;
  --wt-fz-p: 16px;
  --wt-fz-h1: 74px;
  --wt-fz-h2: 48px;
  --wt-fz-h3: 38px;
  --wt-fz-h4: 24px;
  --wt-fz-h5: 20px;
  --wt-fz-h6: 16px;
  /**
  @font wight declaration
  */
  --wt-fw-normal: normal;
  --wt-fw-thin: 100;
  --wt-fw-elight: 200;
  --wt-fw-light: 300;
  --wt-fw-regular: 400;
  --wt-fw-medium: 500;
  --wt-fw-sbold: 600;
  --wt-fw-bold: 700;
  --wt-fw-ebold: 800;
  --wt-fw-black: 900;
  /**
  @font family declaration
  */
  --wt-ff-body: "Hanken Grotesk", sans-serif;
  --wt-ff-heading: "Barlow Condensed", sans-serif;
  --wt-ff-p: "Hanken Grotesk", sans-serif;
  --wt-ff-fontawesome: "Font Awesome 6 Pro";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
  background-color: var(--wt-common-black);
  color: var(--wt-text-body);
  font-size: var(--wt-fz-p);
  font-family: var(--wt-ff-p);
  font-weight: var(--wt-fw-regular);
  line-height: 30px;
}
body.grey-bg {
  background: var(--wt-common-black-secondary);
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wt-common-white);
  font-weight: var(--wt-fw-bold);
  font-family: var(--wt-ff-heading);
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-top: 0px;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: var(--wt-fz-h4);
}

h5 {
  font-size: var(--wt-fz-h5);
}

h6 {
  font-size: var(--wt-fz-p);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--wt-ff-p);
  font-size: var(--wt-fz-p);
  font-weight: var(--wt-fw-regular);
  color: var(--wt-text-body);
  margin-bottom: 15px;
  line-height: 30px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 60px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--wt-common-black);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #95999D;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #95999D;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: #95999D;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: #95999D;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: #95999D;
}
[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--wt-theme-primary);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--wt-common-black);
  color: var(--wt-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--wt-common-black);
  color: var(--wt-common-white);
  text-shadow: none;
}

::selection {
  background: var(--wt-common-black);
  color: var(--wt-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--wt-common-black);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--wt-common-black);
  font-size: 14px;
  opacity: 1;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.coustom-container-faq-inner {
  max-width: 1170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coustom-container-faq-inner {
    max-width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coustom-container-faq-inner {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .coustom-container-faq-inner {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .coustom-container-faq-inner {
    max-width: 520px;
  }
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

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

.z-index-11 {
  position: relative;
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.demo {
  -webkit-transition: color 0.3s 0s linear;
  -moz-transition: color 0.3s 0s linear;
  -ms-transition: color 0.3s 0s linear;
  -o-transition: color 0.3s 0s linear;
  transition: color 0.3s 0s linear;
  -webkit-transition: color 0.3s linear, transform 0.2s ease;
  -moz-transition: color 0.3s linear, transform 0.2s ease;
  -ms-transition: color 0.3s linear, transform 0.2s ease;
  -o-transition: color 0.3s linear, transform 0.2s ease;
  transition: color 0.3s linear, transform 0.2s ease;
}
[dir=rtl] .demo {
  margin-left: 0;
  margin-right: 15px;
}
div.demo img {
  margin-left: 10px;
}

[wt-theme=wt-theme-dark] .demo {
  color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--wt-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s 0s ease-out;
  -moz-transition: all 0.4s 0s ease-out;
  -ms-transition: all 0.4s 0s ease-out;
  -o-transition: all 0.4s 0s ease-out;
  transition: all 0.4s 0s ease-out;
}
.body-overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/* dropcap */
.wt-dropcap::first-letter {
  font-size: 90px;
  font-weight: var(--wt-fw-medium);
  float: left;
  text-align: center;
  color: var(--wt-common-black);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/* gutter for x axis */
.wt-gx-20 {
  --bs-gutter-x: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-gx-20 {
    --bs-gutter-x: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-gx-20 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .wt-gx-20 {
    --bs-gutter-x: 10px;
  }
}
.wt-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.wt-gx-30 {
  --bs-gutter-x: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-gx-30 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-gx-30 {
    --bs-gutter-x: 15px;
  }
}
@media (max-width: 767px) {
  .wt-gx-30 {
    --bs-gutter-x: 10px;
  }
}
.wt-gx-30 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.wt-gx-40 {
  --bs-gutter-x: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-gx-40 {
    --bs-gutter-x: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-gx-40 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .wt-gx-40 {
    --bs-gutter-x: 15px;
  }
}
.wt-gx-40 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
  .container-large {
    max-width: 1325px;
  }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.mt-5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-5 {
  padding-top: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-5 {
  padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------*/
/*  2.4 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--wt-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--wt-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/*----------------------------------------*/
/*  2.6 Buttons
/*----------------------------------------*/
.wt-header-btn {
  color: var(--wt-common-white);
  text-transform: uppercase;
  font-weight: var(--wt-fw-sbold);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-header-btn:hover {
  background-size: 100% 1px;
}

.wt-btn-circle {
  width: 100px;
  height: 100px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wt-common-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.wt-btn-circle .wt-btn-circle-icon {
  font-size: 20px;
  transition: 0.4s;
}
.wt-btn-circle .wt-hover-btn-wrapper {
  display: inline-block;
}
.wt-btn-circle .wt-btn-circle-dot {
  position: absolute;
  left: 42px;
  bottom: -15px;
  width: 20px;
  height: 20px;
  transition: all 0.6s;
  border-radius: 50%;
  background-color: var(--wt-common-white);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.wt-btn-circle:hover {
  border: 1px solid transparent;
}
.wt-btn-circle:hover .wt-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.wt-btn-circle:hover span {
  color: var(--wt-common-black);
}

.wt-cercal-sm-button a {
  width: 65px;
  height: 65px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wt-common-black);
  border-radius: 50%;
  border: 1px solid rgba(20, 20, 20, 0.8);
}

.icon_box {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  rotate: -45deg;
}
.icon_box .icon_first,
.icon_box .icon_second {
  color: var(--wt-common-white);
  font-size: 16px;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1;
}
.icon_box .icon_second {
  position: absolute;
  transform: translateX(-150%);
}

.icon_main:hover .icon_box .icon_first {
  transform: translateX(150%);
}
.icon_main:hover .icon_box .icon_second {
  transform: translateX(0%);
}

/*----------------------------------------*/
/*  2.2 Animations
/*----------------------------------------*/
@keyframes bounce-thum-1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce-thum-2 {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.3, 0.3);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.3, 0.3);
  }
}
@keyframes rotate-thum {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(160deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-40px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes bounce-thum-3 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes rotate-infinte {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0);
  }
  100% {
    transform: rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
@keyframes bicycle {
  from {
    transform: translateX(-640px);
  }
  to {
    transform: translatex(1380px);
  }
}
@keyframes micro {
  from {
    transform: translateX(620px);
  }
  to {
    transform: translateX(-1500px);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes fadeInDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  2.15 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
  fill: #1d1d22;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
  font-size: 30px;
  font-weight: var(--wt-fw-regular);
  letter-spacing: 15px;
  font-family: var(--wt-ff-heading);
  text-transform: uppercase;
  z-index: 20;
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

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

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

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

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

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

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

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

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------*/
/*  2.3 Background 
/*----------------------------------------*/
.white-bg {
  background-color: var(--wt-common-white);
}

.black-bg {
  background-color: var(--wt-common-black);
}

.grey-dark-bg {
  background-color: var(--wt-common-grey-dark);
}

.primary-bg {
  background-color: var(--wt-theme-primary);
}

.secondary-bg {
  background-color: var(--wt-theme-secondary);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.wt-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}
.wt-range-slider .noUi-target {
  background-color: #191C3C;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}
.wt-range-slider .noUi-connect {
  background-color: var(--wt-theme-primary);
}
.wt-range-slider .noUi-horizontal {
  height: 6px;
}
.wt-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--wt-theme-primary);
  border-radius: 50%;
  border: 4px solid var(--wt-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}
.wt-range-slider .noUi-handle:hover {
  cursor: pointer;
}
.wt-range-slider .noUi-handle::before, .wt-range-slider .noUi-handle::after {
  display: none;
}
.wt-range-slider-dark .noUi-handle {
  border: 4px solid #2D314B;
}

/* tp swiper slider dot */
.wt-swiper-dot .swiper-pagination-bullet {
  width: 4px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
  margin: 0 4px;
  position: relative;
  border-radius: 0;
  position: relative;
}
.wt-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 1;
  content: "";
  display: inline-block;
}
.wt-swiper-dot .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  content: "";
  display: inline-block;
  background-color: #c8cce6;
}
.wt-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
  display: none;
}
.wt-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--wt-theme-primary);
  width: 100%;
  height: 100%;
}
.wt-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: transparent;
}
.wt-swiper-dot.wt-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wt-theme-secondary);
}

.wt-swiper-dot-border {
  line-height: 1;
}
.wt-swiper-dot-border .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  opacity: 1;
  margin: 0 3px;
  position: relative;
}
.wt-swiper-dot-border .swiper-pagination-bullet button {
  font-size: 0;
}
.wt-swiper-dot-border .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wt-common-black);
  border-color: var(--wt-common-black);
}
.wt-swiper-dot-border .swiper-pagination-bullet:hover {
  border-color: var(--wt-common-black);
}
.wt-swiper-dot-border.wt-swiper-dot-style-darkRed .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wt-theme-secondary);
}

.wt-swiper-arrow button {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: var(--wt-fz-h5);
  text-align: center;
  background-color: transparent;
  color: var(--wt-text-2);
  border-radius: 50%;
}
.wt-swiper-arrow button:hover {
  background-color: var(--wt-theme-primary);
  color: var(--wt-common-white);
}
/* tp swiper scrollbar */
.wt-swiper-scrollbar {
  background-color: #EDEFF2;
  height: 2px;
}
.wt-swiper-scrollbar .wt-swiper-scrollbar-drag {
  background-color: var(--wt-common-black);
  height: 100%;
}
.wt-swiper-scrollbar .wt-swiper-scrollbar-drag:hover {
  cursor: pointer;
}
.wt-swiper-scrollbar:hover, .wt-swiper-scrollbar:focus {
  -webkit-transform: scaleY(3);
  -moz-transform: scaleY(3);
  -ms-transform: scaleY(3);
  -o-transform: scaleY(3);
  transform: scaleY(3);
}

/* tp slick arrow */
.wt-slick-dot .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.wt-slick-dot .slick-dots li.slick-active button {
  background-color: var(--wt-common-white);
}
.wt-slick-dot .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.wt-slick-dot-blue .slick-dots li.slick-active button {
  background-color: var(--wt-theme-primary);
}
.wt-slick-dot-blue .slick-dots li button {
  background-color: var(--wt-grey-3);
}

/*----------------------------------------*/
/*  2.12 Nice Select
/*----------------------------------------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  right: 0;
  font-family: var(--wt-ff-fontawesome);
  color: var(--wt-common-black);
  font-weight: var(--wt-fw-medium);
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  transform-origin: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nice-select.open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled::after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: var(--wt-fw-regular);
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.wt-shop-filter-box .nice-select {
  width: 420px;
  height: 60px;
  border-radius: 0;
  line-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-shop-filter-box .nice-select {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-shop-filter-box .nice-select {
    width: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-shop-filter-box .nice-select {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .wt-shop-filter-box .nice-select {
    width: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-shop-filter-box .nice-select {
    width: 510px;
  }
}
.wt-shop-filter-box .nice-select::after {
  right: 30px;
}
.wt-shop-filter-box .nice-select.open .list {
  width: 100%;
  top: 95%;
  border-radius: 0;
}
.wt-shop-filter-box .nice-select:active, .wt-shop-filter-box .nice-select.open, .wt-shop-filter-box .nice-select:focus {
  border-color: #999;
}

/*----------------------------------------*/
/*  2.14 Pagination
/*----------------------------------------*/
.wt-pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wt-pagination ul li {
  display: inline-block;
}
.wt-pagination ul li:not(:last-child) {
  margin-right: 6px;
}
.wt-pagination ul li a, .wt-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: var(--wt-fz-p);
  font-weight: var(--wt-fw-medium);
  color: var(--wt-text-body);
}
.wt-pagination ul li a:hover, .wt-pagination ul li a.current, .wt-pagination ul li span:hover, .wt-pagination ul li span.current {
  background: var(--wt-theme-primary);
  border-color: var(--wt-theme-primary);
  color: var(--wt-common-white);
}
/*----------------------------------------*/
/*  2.13 Offcanvas
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgb(24, 24, 24);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 0.7;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.wtoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;
  background-color: var(--wt-common-black);
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wtoffcanvas {
    width: 480px;
  }
}
.wtoffcanvas .homemenu {
  margin-bottom: 30px;
}
.wtoffcanvas .homemenu-title {
  color: var(--wt-heading-primary);
  font-size: var(--wt-fz-p);
  font-weight: var(--wt-fw-sbold);
  font-family: var(--wt-ff-p);
}
.wtoffcanvas .homemenu-title:hover {
  color: var(--wt-theme-primary);
}
.wtoffcanvas .wt-main-menu-mobile {
  margin-bottom: 50px;
}
.wtoffcanvas .wt-main-menu-mobile {
  margin-bottom: 50px;
}
.wtoffcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .wtoffcanvas {
    width: 100%;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wtoffcanvas {
    width: 400px;
    padding: 40px;
  }
}
.wtoffcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.wtoffcanvas__title p {
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .wtoffcanvas__title p {
    font-size: 17px;
  }
}
.wtoffcanvas__contact-title h5 {
  font-size: var(--wt-fz-h4);
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--wt-common-white);
}
.wtoffcanvas__input-title h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
  color: var(--wt-common-white);
  letter-spacing: 1px;
}
.wtoffcanvas__input {
  margin-bottom: 100px;
}
.wtoffcanvas__input input {
  background: transparent;
  border: transparent;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  color: var(--wt-common-white);
  border: 1px solid #EAEAEF;
}
.wtoffcanvas__input input:focus {
  border-color: var(--wt-theme-primary);
}
.wtoffcanvas__input button {
  height: 62px;
  width: 60px;
  background-color: var(--wt-theme-primary);
  color: var(--wt-common-white);
  font-size: var(--wt-fz-p);
  position: absolute;
  top: 50%;
  right: 0;
  border: 1px solid var(--wt-theme-primary);
  transform: translateY(-50%);
}
.wtoffcanvas__contact-info {
  margin-bottom: 50px;
}
.wtoffcanvas__contact-info ul li {
  font-size: var(--wt-fz-p);
  color: var(--wt-common-white);
  margin-bottom: 15px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .wtoffcanvas__contact-info ul li {
    font-size: 14px;
  }
}
.wtoffcanvas__contact-info ul li:last-child {
  margin-bottom: 0;
}
.wtoffcanvas__contact-info ul li a {
  margin-left: 10px;
  color: var(--wt-common-white);
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wtoffcanvas__contact-info ul li a:hover {
  background-size: 100% 1px;
}
.wtoffcanvas__logo {
  margin-bottom: 60px;
  max-width: 180px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wtoffcanvas__logo {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wtoffcanvas__logo {
    padding-top: 0;
  }
}
.wtoffcanvas__close-btn button {
  position: absolute;
  right: 40px;
  top: 50px;
  transition: 1s;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: var(--wt-theme-primary);
  color: var(--wt-common-white);
}
.wtoffcanvas__close-btn button:hover i {
  transform: rotate(360deg);
}
.wtoffcanvas__close-btn button i {
  font-weight: var(--wt-fw-light);
  font-size: var(--wt-fz-h5);
  transition: 0.9s;
}
.wtoffcanvas__social {
  margin-top: 30px;
}
.wtoffcanvas__social .social-icon a {
  height: 40px;
  width: 40px;
  line-height: 1;
  font-size: var(--wt-fz-p);
  background-color: transparent;
  color: var(--wt-common-white);
  margin-right: 10px;
  transition: 0.3s;
  border: 1px solid #EAEAEF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wtoffcanvas__social .social-icon a {
    margin-right: 3px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    font-size: 15px;
  }
}
.wtoffcanvas__social .social-icon a:hover {
  background: var(--wt-theme-primary);
  color: var(--wt-common-white);
  border-color: var(--wt-theme-primary);
}

.wt-offcanvas-2-area {
  position: relative;
  z-index: 99999;
}
.wt-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.wt-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.wt-offcanvas-2-area.opened .animated-text > nav > ul > li a .wt-text-hover-effect-word .single-char span {
  -webkit-transform: translateZ(0.1px);
  -moz-transform: translateZ(0.1px);
  -ms-transform: translateZ(0.1px);
  -o-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}
.wt-offcanvas-2-area.opened .wt-offcanvas-2-left, .wt-offcanvas-2-area.opened .wt-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.wt-offcanvas-2-area.opened .wt-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.wt-offcanvas-2-area.opened .wt-offcanvas-2-bg.is-left, .wt-offcanvas-2-area.opened .wt-offcanvas-2-bg.is-right {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0s;
}
.wt-offcanvas-2-area.opened .wt-offcanvas-2-menu {
  transition-delay: 0s;
}
.wt-offcanvas-2-area.opened .wt-offcanvas-2-close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.9s;
}
.wt-offcanvas-2-area.opened .wt-offcanvas__right-info, .wt-offcanvas-2-area.opened .wt-offcanvas__social-link, .wt-offcanvas-2-area.opened .wt-offcanvas__logo {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.wt-offcanvas-2-area.opened .wt-offcanvas__right-info {
  transition-delay: 0.9s;
}
.wt-offcanvas-2-area.opened .wt-offcanvas__social-link {
  transition-delay: 0.7s;
}
.wt-offcanvas-2-area.opened .wt-offcanvas__logo {
  transition-delay: 0.3s;
}
.wt-offcanvas-2-area.opened .wt-offcanvas__logo img {
  flex: 0 0 auto;
}
.wt-offcanvas-2-area .wt-main-menu-mobile {
  padding-left: 90px;
  padding-right: 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile {
    padding: 30px;
  }
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul {
  margin-bottom: 10px;
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li > a {
  padding: 24px 0 30px;
  padding-left: 85px;
  position: relative;
  font-size: 48px;
  font-weight: var(--wt-fw-sbold);
  position: relative;
  text-transform: uppercase;
  font-family: var(--wt-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li > a {
    font-size: 34px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li > a {
    font-size: 30px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li > a {
    font-size: 24px;
    padding-left: 0;
  }
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li > a::after {
  left: 30px;
  top: 35px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  content: "0" counter(count);
  counter-increment: count;
  color: var(--wt-common-black);
  transform: rotate(270deg) translateY(100%);
  display: none;
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul {
  padding: 20px 40px 50px 0;
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul li {
  padding-left: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul li {
    padding-left: 30px;
  }
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul li a {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  border-bottom: 0;
  padding: 12px 0;
  text-transform: uppercase;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul li a {
    font-size: 18px;
  }
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul li a:hover {
  padding-left: 20px;
}
.wt-offcanvas-2-area .wt-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
  top: 41%;
}
.wt-offcanvas-2-area .wt-main-menu-mobile nav > ul > li {
  border-bottom: 1px solid rgba(49, 49, 55, 0.4);
}
.wt-offcanvas-2-area .wt-submenu.submenu.dark.has-homemenu {
  padding: 30px 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.wt-offcanvas-2-area .homemenu-thumb {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.wt-offcanvas-2-area .wtoffcanvas__logo {
  padding-left: 90px;
  padding-top: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-offcanvas-2-area .wtoffcanvas__logo {
    max-width: 180px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-offcanvas-2-area .wtoffcanvas__logo {
    padding-left: 30px;
    max-width: 100px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-offcanvas-2-area .wtoffcanvas__logo img {
    width: 100%;
  }
}
.wt-offcanvas-2-area .wtoffcanvas__contact-info {
  margin-bottom: 50px;
  margin-left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-offcanvas-2-area .wt-footer-right-social ul li a {
    padding: 8px 16px 11px;
    margin-right: 10px;
    font-size: 15px;
  }
}
.wt-offcanvas-2-area .wt-main-menu-mobile nav ul li:not(:last-child) a {
  border-bottom: 0;
}
.wt-offcanvas-2-area .wt-main-menu-mobile > nav > ul > li ul.submenu {
  border-top: 1px solid rgba(6, 7, 40, 0.1);
}
.wt-offcanvas-2-area .wt-main-menu-mobile nav ul li.has-dropdown > a .dropdown-toggle-btn {
  font-size: 22px;
}
.wt-offcanvas-2-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .wt-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.wt-offcanvas-2-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 767px) {
  .wt-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.wt-offcanvas-2-bg.is-left {
  left: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--wt-common-black);
  transition-delay: 1s;
}
.wt-offcanvas-2-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  background-color: #171717;
  transition-delay: 1s;
}
.wt-offcanvas-2-wrapper .wt-offcanvas-2-left {
  overflow-y: scroll;
}
.wt-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 9999;
  padding-bottom: 50px;
}
.wt-offcanvas-2-wrapper .left-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .wt-offcanvas-2-wrapper .left-box {
    width: 100%;
  }
}
.wt-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  z-index: 9999;
  padding-bottom: 50px;
}
.wt-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .wt-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.wt-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition-delay: 1.2s;
}
.wt-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition-delay: 1.2s;
}
.wt-offcanvas-2-right-inner {
  padding: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .wt-offcanvas-2-right-inner {
    padding: 100px 60px 100px 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-offcanvas-2-right-inner {
    padding: 100px 40px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-offcanvas-2-right-inner {
    padding: 100px 40px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-offcanvas-2-right-inner {
    padding: 100px 40px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-offcanvas-2-right-inner {
    padding: 100px 30px 100px;
  }
}
.wt-offcanvas-2-close {
  padding-top: 30px;
  padding-right: 90px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition-delay: 0.9s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-offcanvas-2-close {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .wt-offcanvas-2-close {
    padding-right: 30px;
    padding-top: 0;
  }
}
.wt-offcanvas-2-close-btn {
  color: var(--wt-common-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.wt-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  overflow: hidden;
  color: var(--wt-common-white);
  display: inline-block;
  transform: translateY(4px);
}
.wt-offcanvas-2-close-btn .text span {
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
}
.wt-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%);
}
.wt-offcanvas-2-close-btn:hover span svg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wt-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.wt-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
  font-family: var(--wt-ff-shoulders);
}

.wt-offcanvas__logo {
  opacity: 0;
  padding-left: 90px;
  padding-top: 35px;
  visibility: hidden;
  transition-delay: 0s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-offcanvas__logo {
    padding-left: 30px;
  }
}
.wt-offcanvas__logo img {
  width: 85px;
  height: 100%;
}
.wt-offcanvas__right-wrap {
  height: 100%;
  padding: 100px;
  padding-right: 60px;
}
.wt-offcanvas__right-info {
  opacity: 0;
  text-align: right;
  visibility: hidden;
  transition-delay: 0.6s;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
}
.wt-offcanvas__tel a, .wt-offcanvas__mail a, .wt-offcanvas__text p {
  padding: 8px 0px;
  font-weight: 300;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--wt-common-black);
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-offcanvas__tel a, .wt-offcanvas__mail a, .wt-offcanvas__text p {
    font-size: 18px;
  }
}
.wt-offcanvas__social-link {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  transition-delay: 0.9s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.wt-offcanvas__social-link ul li {
  list-style: none;
}
.wt-offcanvas__social-link ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wt-offcanvas__social-link ul li a {
  display: inline-block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
  padding-left: 16px;
  color: var(--wt-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-offcanvas__social-link ul li a {
    font-size: 22px;
  }
}
.wt-offcanvas__social-link ul li a::before {
  position: absolute;
  content: "";
  left: 16px;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: var(--wt-common-black);
}
.wt-offcanvas__social-link ul li a:hover::before {
  width: calc(100% - 16px);
}

/*----------------------------------------*/
/*  2.5 Breadcrumb
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-breadcrumb-area {
    padding: 120px 0 60px;
  }
}
.wt-breadcrumb-wrapper.single-service {
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-breadcrumb-wrapper.single-service {
    flex-wrap: wrap;
  }
}
.wt-breadcrumb-content {
  max-width: 768px;
  width: 100%;
}
.wt-breadcrumb-subtile {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 20px;
  text-transform: uppercase;
}
.wt-breadcrumb-title {
  font-size: 120px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-breadcrumb-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-breadcrumb-title {
    font-size: 105px;
  }
}
@media (max-width: 767px) {
  .wt-breadcrumb-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-breadcrumb-title {
    font-size: 60px;
  }
}
.wt-breadcrumb-descri {
  max-width: 410px;
  width: 100%;
  margin-left: 110px;
}
@media (max-width: 767px) {
  .wt-breadcrumb-descri {
    margin-left: 0;
  }
}
.wt-breadcrumb-paragraph {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-medium);
  font-size: 20px;
  max-width: 631px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-breadcrumb-paragraph {
    margin-bottom: 0;
  }
}
.wt-breadcrumb-list {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-breadcrumb-list {
    margin-left: -90px;
  }
}
.wt-breadcrumb-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  font-weight: var(--wt-fw-medium);
  font-size: 18px;
}
@media (max-width: 767px) {
  .wt-breadcrumb-list ul li {
    font-size: 14px;
  }
}
.wt-breadcrumb-list ul li:last-child {
  margin-bottom: 0;
}
.wt-breadcrumb-list ul li span {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
}
.wt-breadcrumb-list ul li span i {
  line-height: 1;
  display: inline-block;
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.wt-faq-accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3px 0 10px;
}
.wt-faq-accordion-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.wt-faq-accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.wt-faq-accordion-title {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-bold);
  font-size: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wt-faq-accordion-title {
    font-size: 21px;
  }
}
.wt-faq-accordion-title.collapsed::before {
  transform: rotate(0);
}
.wt-faq-accordion-title::before {
  position: absolute;
  content: "\e09f";
  font-family: "Font Awesome 6 Pro";
  right: 0;
  transform: rotate(90deg);
  color: var(--wt-common-white);
  font-size: 18px;
  font-weight: 400;
  transition: 0.6s;
}
.wt-faq-accordion-title:not(.collapsed) {
  color: var(--wt-common-white);
  background: none;
}
.wt-faq-accordion-descri {
  padding: 30px 90px 16px 30px;
}
@media (max-width: 767px) {
  .wt-faq-accordion-descri {
    padding: 30px 20px 16px 30px;
  }
}
.wt-faq-accordion-paragraph {
  margin-bottom: 22px;
}
.wt-faq-accordion-list ul li {
  list-style: none;
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 4px;
}
.wt-faq-accordion-list ul li span {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
}
.wt-faq-accordion-list ul li span i {
  line-height: 1;
  display: inline-block;
}
.wt-faq-page-area .wt-faq-accordion-descri {
  padding-right: 0 !important;
}
.wt-faq-page-area .wt-faq-accordion {
  padding-bottom: 130px;
}

/*----------------------------------------*/
/*  2.18 Tab
/*----------------------------------------*/
.wt-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}
.wt-tab .nav-tabs .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

.wt-product-tab-2 .nav-tabs .nav-link {
  font-size: var(--wt-fz-h5);
  color: #A0A2A4;
  position: relative;
}
@media (max-width: 767px) {
  .wt-product-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.wt-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 28px;
}
.wt-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
  position: absolute;
  left: -17px;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CED2D6;
}
.wt-product-tab-2 .nav-tabs .nav-link.active {
  color: var(--wt-theme-secondary);
}
.wt-product-tab-2 .nav-tabs .nav-link.active .wt-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.wt-product-tab-2 .nav-tabs .nav-link .wt-product-tab-tooltip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: var(--wt-theme-secondary);
  color: var(--wt-common-white);
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  font-weight: var(--wt-fw-bold);
}
.wt-product-tab-2 .nav-tabs .nav-link .wt-product-tab-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  bottom: -5px;
  left: 7px;
  width: 13px;
  height: 6px;
  background-color: var(--wt-theme-secondary);
  clip-path: polygon(100% 0, 0 0, 28% 100%);
}
.wt-product-tab-3 .nav-tabs .nav-link {
  font-size: var(--wt-fz-p);
  padding: 0 0;
}
@media (max-width: 767px) {
  .wt-product-tab-3 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.wt-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 23px;
}
.wt-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
  width: 4px;
  height: 4px;
  left: -14px;
}
.wt-product-tab-3 .nav-tabs .nav-link.active {
  color: var(--wt-common-black);
}
.wt-product-tab-3 .nav-tabs .nav-link.active .wt-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.wt-product-tab-3 .nav-tabs .nav-link .wt-product-tab-tooltip {
  background-color: var(--wt-theme-primary);
}
.wt-product-tab-3 .nav-tabs .nav-link .wt-product-tab-tooltip::after {
  background-color: var(--wt-theme-primary);
}
.wt-product-tab-5 .nav-tabs .nav-link {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .wt-product-tab-5 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.wt-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
  left: -15px;
}
.wt-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
  margin-left: 22px;
}
.wt-product-tab-5 .nav-tabs .nav-link.active {
  color: var(--wt-common-black);
}
.wt-product-tab-5 .nav-tabs .nav-link.active .wt-product-tab-tooltip {
  opacity: 1;
  visibility: visible;
}
.wt-product-tab-5 .nav-tabs .nav-link .wt-product-tab-tooltip {
  background-color: var(--wt-theme-green);
}
.wt-product-tab-5 .nav-tabs .nav-link .wt-product-tab-tooltip::after {
  background-color: var(--wt-theme-green);
}

.wt-tab-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--wt-common-black);
}

/*----------------------------------------*/
/*  2.17 Section Title
/*----------------------------------------*/
.wt-section-title {
  font-weight: var(--wt-fw-bold);
  font-size: 120px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-section-title {
    font-size: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-section-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .wt-section-title {
    font-size: 49px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-section-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-section-title br {
    display: none;
  }
}
.wt-section-descr {
  max-width: 300px;
  width: 100%;
  margin-left: 222px;
}
@media (max-width: 767px) {
  .wt-section-descr {
    margin-left: 0;
  }
}
.wt-section-paragraph {
  font-weight: var(--wt-fw-regular);
  font-size: 18px;
}
.wt-section-2-descr {
  max-width: 308px;
}
.wt-section-3-title {
  font-size: 85px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-section-3-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-section-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-section-3-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .wt-section-3-title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-section-3-title {
    font-size: 75px;
  }
}
.wt-section-3-paragraph {
  max-width: 265px;
  width: 100%;
  font-size: 16px;
}
.wt-section-4-title {
  font-size: 85px;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-section-4-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-section-4-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .wt-section-4-title {
    font-size: 50px;
  }
}
.wt-section-4-descr {
  max-width: 455px;
  margin-left: 110px;
}
.wt-section-4-paragraph {
  font-size: 18px;
}

.wt-text-invert > div {
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.35) 50%);
}

.wt-reveal-line {
  overflow: hidden;
  display: block;
}

/*----------------------------------------*/
/*  2.16 Search
/*----------------------------------------*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--wt-theme-primary);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--wt-common-white);
  border-top: 3px solid var(--wt-common-white);
  border-right: 3px solid rgba(0, 0, 0, 0.9);
  border-left: 3px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: var(--wt-common-white);
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: var(--wt-fw-medium);
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid var(--wt-theme-primary);
  outline: 0;
}

.search-popup .form-group input[type=search] {
  padding: 10px 70px 10px 30px;
}

.search-popup .form-group input[type=submit], .search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: var(--wt-fz-h4);
  color: var(--wt-common-white);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: var(--wt-theme-primary);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: var(--wt-common-white);
  border: none;
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: var(--wt-common-white);
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}

.search-box-btn i {
  display: inline-block;
  color: var(--wt-common-white);
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}

.upp.search-box-btn i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
  font-size: var(--wt-fz-h5);
  display: inline-block;
  color: var(--wt-common-white);
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
  color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #1552F6;
  color: var(--wt-common-white);
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}

.flaticon-multiply:before {
  content: inherit;
}

button.close-search i {
  font-size: 25px;
  color: var(--wt-common-white);
  display: inline-block;
}

span.flaticon-multiply i {
  display: inline-block;
  color: var(--wt-common-white);
}

/*----------------------------------------*/
/*  2.10 Hotspot
/*----------------------------------------*/
.wt-hotspot {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: var(--wt-fz-p);
  color: var(--wt-common-black);
  border-radius: 50%;
  background-color: var(--wt-common-white);
  position: absolute;
  z-index: 1;
}
.wt-hotspot:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  2.9 cursor
/*----------------------------------------*/
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  mix-blend-mode: difference;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 1000;
  transition: 0.15s;
  border: 1px solid var(--wt-common-white);
}

.grow,
.grow-small {
  transform: scale(2);
  background: var(--wt-common-white);
  mix-blend-mode: difference;
  border: none;
  transition: 0.5s;
  opacity: 0;
}

body.wt-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  background-color: var(--wt-common-white) !important;
  border-radius: 50%;
  justify-content: center;
  mix-blend-mode: difference;
  color: transparent;
}

/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  line-height: 1.1;
  text-align: center;
  transform: scale(0);
  font-family: var(--wt-ff-common);
  font-weight: var(--wt-fw-regular);
  font-size: var(--wt-fz-p);
  text-transform: capitalize;
  color: var(--wt-common-black);
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: var(--wt-fw-sbold);
  color: #000;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  color: var(--wt-common-white);
  height: 10px;
  line-height: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: var(--wt-fw-black);
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104"; /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105"; /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.with-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: var(--wt-fw-sbold);
  color: #000;
  line-height: 1;
  text-align: center;
}

.wt-magnetic-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------*/
/*  2.11 Hover Animation
/*----------------------------------------*/
.wt-hover__reveal-item {
  position: relative;
}
.wt-hover__reveal-item:hover .wt-hover__reveal-bg {
  opacity: 1;
}
.wt-hover__reveal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 405px;
  height: 270px;
  opacity: 0;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 5;
}
@media (max-width: 767px) {
  .wt-hover__reveal-bg {
    width: 285px;
    height: 200px;
  }
}
.wt-hover__widget {
  position: relative;
  z-index: 5;
}
.wt-hover__widget .active-bg {
  position: absolute;
  width: 1300px;
  height: 165px !important;
  bottom: 0;
  right: 0;
  mask-image: url(../img/project/project-shape.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(80px);
  z-index: -1;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hover__widget .active-bg {
    width: 1170px;
    height: 145px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hover__widget .active-bg {
    width: 975px;
    height: 121px !important;
  }
}
@media (max-width: 767px) {
  .wt-hover__widget .active-bg {
    width: 1380px;
    height: 172px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hover__widget .active-bg {
    width: 888px;
    height: 111px !important;
  }
}
.wt-hover__btn {
  font-weight: 700;
  font-size: 16px;
  width: 213px;
  height: 213px;
  line-height: 178px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  backdrop-filter: blur(80px);
  color: var(--wt-common-white);
  border: 1px solid var(--wt-common-white);
}
.wt-hover__btn-wrap {
  display: inline-block;
}

/*----------------------------------------*/
/*   2.8 Contact Form 
/*----------------------------------------*/
.wt-contact-form-wrapper {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 80px 50px;
  margin-left: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-contact-form-wrapper {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-contact-form-wrapper {
    padding: 50px 30px 50px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-contact-form-wrapper {
    margin-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .wt-contact-form-wrapper {
    padding: 50px 20px 50px;
    margin-left: 0;
    margin-top: 40px;
  }
}
.wt-contact-section-title {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-bold);
  font-size: 30px;
  color: var(--wt-common-white);
  margin-bottom: 30px;
}
.wt-contact-button .wt-btn-circle .wt-btn-circle-dot {
  background-color: var(--wt-theme-primary-4);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-contact-innerpage-area {
    padding: 100px 0 60px;
  }
}

.form-input {
  margin-bottom: 35px;
}
.form-input label {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 24px;
  text-transform: uppercase;
  color: var(--wt-common-white);
  margin-bottom: 25px;
}
.form-input input {
  background: rgba(255, 255, 255, 0.03) !important;
  border: transparent;
  color: #616161;
  font-size: 16px;
}
.form-input input::placeholder {
  color: #616161;
  font-size: 16px;
}
.form-input input:focus {
  border-color: var(--wt-theme-primary-4);
}
.form-input textarea {
  background: rgba(255, 255, 255, 0.03) !important;
  border: transparent;
  resize: none;
  font-size: 16px;
  color: #616161;
}
.form-input textarea::placeholder {
  color: #616161;
  font-size: 16px;
}
.form-input textarea:focus {
  border-color: var(--wt-theme-primary-4);
}

.wt-nice-select-box .nice-select {
  width: 100%;
  height: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.03);
  color: #616161;
  border: transparent;
  font-size: 16px;
  border-radius: 0;
}
.wt-nice-select-box .nice-select::after {
  color: #616161;
  font-size: 22px;
  font-weight: 200;
  right: 20px;
}
.wt-nice-select-box .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
}
.wt-nice-select-box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scaleY(1) !important;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.wt-header-height {
  position: relative;
  z-index: 99;
}
.wt-header-area {
  padding: 29px 84px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-header-area {
    padding: 29px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-header-area {
    padding: 29px 0;
  }
}
.wt-header-logo {
  margin-top: -8px;
}
.wt-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wt-header-wrapper.wt-header-menu {
  transform: translateY(4px);
}
.wt-header-menu button {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 22px;
  text-transform: uppercase;
  color: var(--wt-common-white);
  display: flex;
  align-items: center;
  gap: 12px;
}
.wt-header-menu button span {
  display: inline-flex;
  align-items: center;
}
.wt-header-menu ul li {
  list-style: none;
  position: relative;
}
.wt-header-menu ul li a {
  color: var(--wt-common-white);
  font-weight: var(--wt-fw-sbold);
  display: inline-flex;
  gap: 12px;
  text-transform: uppercase;
}
.wt-header-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  padding: 20px 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  transition: 0.4s;
  visibility: hidden;
  z-index: 9;
}
.wt-header-menu ul li .submenu li {
  margin-bottom: 6px;
}
.wt-header-menu ul li:hover .submenu {
  transform: scaleY(1);
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.wt-header-mail a {
  color: var(--wt-common-white);
  font-weight: var(--wt-fw-medium);
  font-size: 27px;
  font-family: var(--wt-ff-heading);
  text-transform: uppercase;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-header-mail a:hover {
  background-size: 100% 1px;
}
.wt-header-social ul li {
  list-style: none;
  position: relative;
}
.wt-header-social ul li a {
  color: var(--wt-common-white);
  font-weight: var(--wt-fw-sbold);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wt-header-social ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  padding: 20px 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  transition: 0.4s;
  visibility: hidden;
  z-index: 9;
}
.wt-header-social ul li .submenu li {
  margin-bottom: 6px;
}
.wt-header-social ul li .wt-header-check-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 11;
  cursor: pointer;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.wt-header-social .wt-header-check-btn:checked ~ .submenu {
  transform: scaleY(1);
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.wt-header-transparent {
  position: absolute !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}

.header-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  z-index: 999;
  background-color: var(--wt-common-black);
  animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
  transition: 0.3s ease;
  border-bottom: none;
}
.header-sticky .wt-header-menu ul li .submenu, .header-sticky .wt-header-social ul li .submenu {
  background: var(--wt-common-black);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.header-sticky .wt-header-menu ul li .submenu li a, .header-sticky .wt-header-social ul li .submenu li a {
  padding: 0px 0px 0px 32px;
  position: relative;
}
.header-sticky .wt-header-menu ul li .submenu li a::before, .header-sticky .wt-header-social ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--wt-theme-primary);
  left: 14px;
  top: 50%;
  transition: all 0.4s ease-in-out;
  transform: translateY(-50%);
}
.header-sticky .wt-header-menu ul li .submenu li a:hover, .header-sticky .wt-header-social ul li .submenu li a:hover {
  color: var(--wt-theme-primary);
  margin-left: 10px;
}
.header-sticky .wt-header-menu ul li .submenu li a:hover::before, .header-sticky .wt-header-social ul li .submenu li a:hover::before {
  width: 10px;
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.wt-header-2-area {
  background: var(--wt-common-black);
  padding: 29px 54px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-header-2-area {
    padding: 29px 0;
  }
}
.wt-header-2-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.wt-header-2-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .wt-header-2-left {
    justify-content: space-between;
    max-width: 100%;
  }
}
.wt-header-2-logo {
  max-width: 250px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-header-2-logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-header-2-logo {
    max-width: 300px;
  }
}
.wt-header-2-menu ul li a {
  font-size: 27px;
  font-family: var(--wt-ff-heading);
  text-transform: uppercase;
}
.wt-header-2-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .wt-header-2-right {
    display: none;
  }
}
.wt-header-2-dots {
  width: 5px;
  height: 5px;
  background: var(--wt-common-white);
  border-radius: 50%;
  margin: 0 42px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-header-2-dots {
    display: none;
  }
}

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.wt-header-3-area {
  background: var(--wt-common-black-secondary);
  padding: 20px 0 20px;
}

/*----------------------------------------*/
/*  3.4 Header Style 4
/*----------------------------------------*/
.wt-header-4-area {
  background: var(--wt-common-black-secondary);
}

/*----------------------------------------*/
/*  4.2 Main menu Css
/*----------------------------------------*/
.wt-header-main-menu {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 0px 36px;
}
.wt-header-main-menu > nav > ul {
  display: flex;
  align-items: center;
}
.wt-header-main-menu > nav > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.wt-header-main-menu > nav > ul > li:hover a {
  color: var(--wt-theme-primary);
}
.wt-header-main-menu > nav > ul > li:hover a::before {
  visibility: visible;
  opacity: 1;
}
.wt-header-main-menu > nav > ul > li:hover a::after {
  width: 100%;
}
.wt-header-main-menu > nav > ul > li:not(:last-child) {
  margin-right: 38px;
}
.wt-header-main-menu > nav > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-weight: var(--wt-fw-sbold);
  position: relative;
  text-transform: uppercase;
  color: var(--wt-text-body);
}
.wt-header-main-menu > nav > ul > li > a::before {
  content: "\e09f";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--wt-ff-fontawesome);
  opacity: 0;
  visibility: hidden;
}
.wt-header-main-menu > nav > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 16px;
  background: var(--wt-theme-primary);
  transition: 0.4s;
}
.wt-header-main-menu > nav > ul > li > a.color-active {
  color: var(--wt-theme-primary);
}
.wt-header-main-menu > nav > ul > li:hover .submenu {
  transform: scaleY(1);
  top: 100%;
  opacity: 1;
  visibility: visible;
  top: 139%;
}
.wt-header-main-menu > nav > ul > li:last-child {
  margin-right: 0;
}
.wt-header-main-menu > nav > ul .submenu {
  position: absolute;
  left: 0;
  width: 260px;
  background: var(--wt-common-white);
  border-top: 6px solid var(--wt-theme-primary);
  padding: 20px 0;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  transition: 0.4s;
  visibility: hidden;
  z-index: 9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 16px;
  top: 139%;
}
.wt-header-main-menu > nav > ul .submenu.dark {
  background: var(--wt-common-black);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;
}
.wt-header-main-menu > nav > ul .submenu.dark li a {
  color: var(--wt-common-white);
}
.wt-header-main-menu > nav > ul .submenu > li {
  display: block;
}
.wt-header-main-menu > nav > ul .submenu > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
.wt-header-main-menu > nav > ul .submenu > li:hover > a {
  color: var(--wt-heading-primary);
}
.wt-header-main-menu > nav > ul .submenu > li > a {
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  margin: 0px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-size: var(--wt-fz-p);
  color: var(--wt-heading-primary);
  font-weight: var(--wt-fw-bold);
  position: relative;
  text-transform: uppercase;
}
.wt-header-main-menu > nav > ul .submenu > li > a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--wt-theme-primary);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.wt-header-main-menu > nav > ul .submenu > li > a:hover {
  color: var(--wt-theme-primary);
  margin-left: 10px;
}
.wt-header-main-menu > nav > ul .submenu > li > a:hover::before {
  width: 10px;
}
.wt-header-main-menu > nav > ul .submenu > li > .submenu {
  left: 120%;
  top: 25px;
  opacity: 0;
  visibility: hidden;
}
.wt-header-main-menu > nav > ul .submenu > li > .submenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.wt-header-main-menu > nav > ul .submenu > li > .submenu > li:hover > a {
  color: var(--wt-heading-primary);
}
.wt-header-main-menu > nav > ul .submenu > li > .submenu > li > .submenu {
  visibility: hidden;
  opacity: 0;
}
.wt-header-main-menu > nav > ul.wt-onepage-menu li a.active {
  color: var(--wt-theme-primary);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu {
  top: 139%;
  width: 1170px;
  padding: 30px 30px 10px 30px;
  background-color: var(--wt-common-white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  left: -356px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu {
    left: -200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu {
    left: -200px;
    width: 1070px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu {
    left: -250px;
    width: 1070px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu {
    width: 900px;
    left: -220px;
  }
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb {
  position: relative;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.7);
  transition: all 0.3s 0s ease-out;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb img {
  width: 100%;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb:hover::before {
  opacity: 1;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-thumb:hover .homemenu-btn .menu-btn::before {
  display: none;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-title {
  font-size: 18px;
  font-weight: var(--wt-fw-sbold);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-title a {
  color: var(--wt-heading-primary);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-title a:hover {
  color: var(--wt-theme-primary);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-title a:hover::before {
  display: none;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 14px;
  color: var(--wt-common-white);
  background: var(--wt-theme-primary);
  display: block;
  margin-bottom: 10px;
  width: 140px;
  font-weight: var(--wt-fw-medium);
  font-family: var(--wt-ff-body);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-btn .menu-btn:hover {
  background: var(--wt-common-black);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
  color: var(--wt-common-white);
  background: var(--wt-theme-primary);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu .homemenu-btn .menu-btn.show-2:hover {
  background: var(--wt-common-black);
  color: var(--wt-common-white);
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu.dark {
  background: var(--wt-common-black);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu.dark .homemenu-thumb {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 24px;
}
.wt-header-main-menu ul li .wt-submenu.submenu.has-homemenu.dark .homemenu-title a {
  color: var(--wt-common-white);
}
.wt-header-main-menu ul li.p-static {
  position: static;
}
.wt-header-main-menu ul li.p-static .wt-submenu.submenu.has-homemenu {
  left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  4.1 Meanmenu css
/*----------------------------------------*/
.mean-remove {
  display: none !important;
}

.mean-container {
  margin-bottom: 40px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: var(--wt-fz-p);
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: var(--wt-fw-bold);
  display: none !important;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
  float: left;
  width: 100%;
  background: transparent;
}
.mean-container .mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.dropdown-opened > a, .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
  color: var(--wt-theme-primary);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i, .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover > a {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li.has-dropdown:hover .mean-expand {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li.mean-last {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.mean-container .mean-nav ul li > a > i {
  display: none;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  color: var(--wt-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: var(--wt-fw-medium);
}
[dir=rtl] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li a:hover i {
  color: var(--wt-common-white);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: var(--wt-fw-bold);
  background: transparent;
  border: none !important;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  height: 30px;
  width: auto;
  line-height: 30px;
  color: var(--wt-common-black);
  line-height: 30px;
  top: 0;
  font-weight: var(--wt-fw-regular);
}
[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
  right: auto;
  left: 0;
  text-align: center;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--wt-theme-primary);
  border-color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover i {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--wt-theme-primary);
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*----------------------------------------*/
/*  4.3 Mobile Css
/*----------------------------------------*/
.wt-main-menu-mobile .wt-submenu {
  display: none;
}
.wt-main-menu-mobile .header-icon {
  display: none;
}
.wt-main-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.wt-main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.wt-main-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wt-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  font-size: 18px;
  color: var(--wt-common-white);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ebebeb !important;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.wt-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
}
.wt-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wt-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--wt-theme-primary);
  border-color: var(--wt-border-secondary);
  color: var(--wt-common-white);
}
.wt-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--wt-common-white);
}
.wt-main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--wt-theme-primary);
}
.wt-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--wt-theme-primary);
  border-color: var(--wt-theme-primary) !important;
  color: var(--wt-common-white);
}
.wt-main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--wt-common-white);
}
.wt-main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--wt-theme-green);
}
.wt-main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.wt-main-menu-mobile ul li > a {
  display: block;
  font-size: var(--wt-fz-p);
  color: var(--wt-common-white);
  position: relative;
  padding: 10px 0;
  padding-right: 0px;
  padding-right: 0px;
  padding-right: 20px;
  text-transform: capitalize;
  font-weight: var(--wt-fw-sbold);
}
.wt-main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.wt-main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.wt-main-menu-mobile ul li > a .menu-text {
  font-size: var(--wt-fz-p);
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.wt-main-menu-mobile ul li img {
  width: 100%;
}
.wt-main-menu-mobile ul li ul {
  padding: 0;
}
.wt-main-menu-mobile ul li ul li {
  padding: 0;
}
.wt-main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 8px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.wt-main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.wt-main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.wt-main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.wt-main-menu-mobile ul li:hover > a {
  color: var(--wt-theme-primary);
}
.wt-main-menu-mobile ul li:hover > a::after {
  color: var(--wt-theme-1);
}
.wt-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--wt-theme-1);
}
.wt-main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.wt-main-menu-mobile ul li .mega-menu, .wt-main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.wt-main-menu-mobile ul li .mega-menu li, .wt-main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.wt-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .wt-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--wt-theme-1);
}
.wt-main-menu-mobile .wt-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}
.wt-main-menu-mobile * ul, .wt-main-menu-mobile * li {
  transition: none !important;
}

.wt-main-menu-mobile .homemenu-thumb {
  position: relative;
}
.wt-main-menu-mobile .homemenu-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(38, 34, 33, 0.9);
  transition: all 0.3s 0s ease-out;
}
.wt-main-menu-mobile .homemenu-thumb:hover::before {
  opacity: 1;
}
.wt-main-menu-mobile .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
}
.wt-main-menu-mobile .homemenu-thumb:hover .homemenu-btn .menu-btn.show-1 {
  transform: translateY(0);
}
.wt-main-menu-mobile .homemenu-thumb:hover .homemenu-btn .menu-btn.show-2 {
  transform: translateY(0);
}
.wt-main-menu-mobile .homemenu-thumb .homemenu-btn {
  position: absolute;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: all 0.3s 0s ease-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wt-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn {
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 14px;
  color: var(--wt-common-white);
  background: var(--wt-theme-primary);
  display: block;
  margin-bottom: 10px;
  width: 140px;
  letter-spacing: 1px;
  font-weight: var(--wt-fw-medium);
}
.wt-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn:hover {
  background: var(--wt-heading-primary);
  color: var(--wt-common-white);
}
.wt-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-1 {
  transform: translateY(15px);
}
.wt-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-2 {
  transform: translateY(20px);
  background: var(--wt-common-white);
  color: var(--wt-heading-primary);
}
.wt-main-menu-mobile .homemenu-thumb .homemenu-btn .menu-btn.show-2:hover {
  background: var(--wt-heading-primary);
  color: var(--wt-common-white);
}

/*----------------------------------------*/
/*   5.1 Blog Css
/*----------------------------------------*/
.wt-blog-area {
  padding: 130px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-blog-area {
    padding: 70px 0 50px;
  }
}
.wt-blog-area.inner-page {
  padding: 80px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-blog-area.inner-page {
    padding: 0 0 100px;
  }
}
.wt-blog-wrapper {
  margin-bottom: 30px;
}
.wt-blog-wrapper:hover .wt-blog-thumb img {
  transform: scale(1.2);
}
.wt-blog-thumb {
  overflow: hidden;
  margin-bottom: 24px;
}
.wt-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.wt-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  row-gap: 10px;
  margin-bottom: 24px;
}
.wt-blog-meta span {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 2px 15px;
  font-weight: var(--wt-fw-regular);
  transition: 0.4s;
}
.wt-blog-meta span:hover:first-child {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.07);
  color: var(--wt-common-white);
}
.wt-blog-title {
  font-size: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-blog-title {
    font-size: 27px;
  }
}
.wt-blog-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-blog-title a:hover {
  background-size: 100% 1px;
}
.wt-blog-2-area {
  padding: 0 0 120px;
}
.wt-blog-2-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 40px 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-blog-2-wrapper {
    padding: 50px 25px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-blog-2-wrapper {
    padding: 50px 25px 50px;
  }
}
@media (max-width: 767px) {
  .wt-blog-2-wrapper {
    padding: 50px 15px 50px 30px;
  }
}
.wt-blog-2-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(20, 20, 20, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.wt-blog-2-wrapper:hover {
  border: 1px solid transparent;
}
.wt-blog-2-wrapper:hover::after {
  opacity: 1;
  visibility: visible;
}
.wt-blog-2-wrapper:hover .wt-blog-2-thumb {
  visibility: visible;
  opacity: 1;
}
.wt-blog-2-meta {
  margin-bottom: 180px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-blog-2-meta {
    margin-bottom: 100px;
  }
}
.wt-blog-2-meta span {
  transition: 0.4s;
}
.wt-blog-2-meta span:hover:first-child {
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: var(--wt-common-white);
}
.wt-blog-2-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-blog-2-title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-blog-2-title {
    font-size: 26px;
  }
}
.wt-blog-2-button a {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--wt-common-white);
}
.wt-blog-2-button a:hover {
  background: var(--wt-common-white);
  color: var(--wt-common-black);
}
.wt-blog-2-thumb {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
}
.wt-blog-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-blog-3-area {
  padding: 0 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-blog-3-area {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-blog-3-area .wt-section-3-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.wt-blog-3-area .wt-section-3-paragraph {
  max-width: 291px;
}
.wt-blog-3-meta span {
  transition: 0.4s;
}
.wt-blog-3-meta span:hover:first-child {
  background: var(--wt-theme-primary-3);
  border-color: 1px solid var(--wt-theme-primary-3);
  color: var(--wt-common-black);
}
.wt-blog-4-area {
  padding: 120px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-blog-4-area {
    padding: 60px 0 60px;
  }
}
.wt-blog-4-sectitle-row {
  margin-bottom: 50px;
}
.wt-blog-4-item:hover .wt-blog-4-title a {
  background-size: 100% 1px;
}
.wt-blog-4-item:hover .wt-blog-4-meta span:first-child {
  background: var(--wt-theme-primary-4);
  border-color: var(--wt-theme-primary-4);
  color: var(--wt-common-black);
}
.wt-blog-4-meta {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-blog-4-meta {
    flex-direction: column;
  }
}
.wt-blog-4-title {
  font-size: 30px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .wt-blog-4-title {
    font-size: 28px;
  }
}
.wt-blog-4-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}

/*----------------------------------------*/
/*  5.2 Postbox Css
/*----------------------------------------*/
.blog-details-content h2 {
  font-size: 85px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-details-content h2 {
    font-size: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content h2 {
    font-size: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .blog-details-content h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content h2 {
    font-size: 52px;
  }
}
.blog-details-content h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-details-content h4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .image {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .image {
    margin-bottom: 0;
  }
}
.blog-details-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-details-button .wt-btn-circle {
  width: 50px;
  height: 50px;
}
.blog-details-button .wt-btn-circle .wt-btn-circle-icon {
  font-size: 12px;
  transition: 0.4s;
}

blockquote {
  background: rgba(255, 255, 255, 0.05);
  padding: 28px 50px 28px;
}
@media (max-width: 767px) {
  blockquote {
    padding: 28px 30px 28px;
  }
}
blockquote .text {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-bold);
  font-size: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--wt-common-white);
  margin-bottom: 15px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  blockquote .text {
    font-size: 20px;
  }
}
blockquote .blockquote-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
blockquote .blockquote-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--wt-common-white);
  padding-left: 70px;
  position: relative;
}
blockquote .blockquote-footer::before {
  display: none;
}
blockquote .blockquote-footer::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--wt-theme-primary-4);
}
blockquote i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
}

/* Comments */
.admin-comment {
  background: rgba(255, 255, 255, 0.05);
}

.comment-body {
  display: flex;
  gap: 50px;
  row-gap: 50px;
  padding: 34px 30px 26px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.comment-body .author-thumb.admin {
  max-width: 130px;
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
}
.comment-body .author-thumb.admin img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .comment-body .content {
    max-width: 470px;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comment-body .content {
    max-width: 360px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-body .content {
    max-width: 445px;
    width: 100%;
  }
}
.comment-body .content h5 {
  font-size: 20px;
  margin-bottom: 16px;
}
.comment-body .content p {
  max-width: 542px;
}
.comment-body .social-icons {
  display: flex;
  align-items: center;
  gap: 26px;
}
.comment-body .social-icons a:hover {
  color: var(--wt-theme-primary-4);
}

/* Next Prev Blog */
.next-prev-blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 70px 0 30px;
  margin-bottom: 70px;
}
.next-prev-blog .item {
  display: flex;
  max-width: 365px;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.next-prev-blog .item .content {
  max-width: 225px;
  width: 100%;
}
.next-prev-blog .item .image {
  max-width: 100px;
  width: 100%;
  height: 100px;
}
.next-prev-blog .item .image img {
  width: 100%;
  height: 100%;
}
.next-prev-blog .item h6 {
  font-weight: var(--wt-fw-sbold);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.next-prev-blog .item .date {
  display: block;
  margin-bottom: 5px;
}

/* Comments Author */
.comment-body.comments {
  padding: 34px 40px 26px 0;
}

.comment-body:not(:last-child) {
  margin-bottom: 35px;
}
.comment-body .author-thumb {
  max-width: 85px;
  width: 100%;
  height: 85px;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 15px;
}
.comment-body .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment-body .content h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.comment-body .content .date {
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.comment-body .content .date i {
  margin-right: 5px;
}
.comment-body .content .ratting {
  margin-bottom: 15px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.comment-body .content .ratting i {
  font-size: 12px;
  margin: 0 5px 0 0;
}
.comment-body .content p {
  margin-bottom: 5px;
}
.comment-body .content .read-more {
  text-decoration: none;
  color: var(--wt-text-p);
  font-weight: var(--wt-fw-black);
}
.comment-body .content .read-more i {
  margin-top: 10px;
}

.comment-body.comment-child {
  padding-top: 0;
  border-top: none;
  padding-left: 90px;
}

.admin-comment {
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.admin-comment .comment-body {
  max-width: none;
  margin-bottom: 0;
  padding: 30px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.admin-comment .comment-body .content h5 {
  margin-bottom: 8px;
}
.admin-comment .comment-body .content .social-icons {
  margin-top: 10px;
}
.admin-comment .comment-body .content .social-icons a {
  margin-right: 20px;
}
.admin-comment .comment-body .content .social-icons a:hover {
  color: var(--wt-text-p);
}

/* Comment Form */
.comment-form h4 {
  font-size: 30px;
}
.comment-form p {
  margin-bottom: 30px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}
.comment-form input {
  background: rgba(255, 255, 255, 0.03) !important;
  border: transparent;
  font-size: 16px;
  border-radius: 0;
  transition: 0.4s;
}
.comment-form input:focus {
  color: var(--wt-common-white);
  box-shadow: none;
  transition: 0.4s;
  border: 1px solid var(--wt-theme-primary-4);
}
.comment-form input::placeholder {
  color: var(--wt-text-p);
}
.comment-form textarea {
  background: rgba(255, 255, 255, 0.03) !important;
  border: transparent;
  resize: none;
  font-size: 16px;
  height: 170px;
  border-radius: 0;
  padding: 16px 25px !important;
}
.comment-form textarea::placeholder {
  color: var(--wt-text-p);
}
.comment-form textarea:focus {
  color: var(--wt-common-white);
  box-shadow: none;
  border: 1px solid var(--wt-theme-primary-4);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .widget-pagination {
    margin-bottom: 60px;
  }
}
.widget-pagination ul {
  display: flex;
  gap: 10px;
  align-items: center;
}
.widget-pagination ul li {
  cursor: pointer;
  transition: 0.4s;
}
.widget-pagination ul li:first-child {
  margin-right: 20px;
}
.widget-pagination ul li:last-child {
  margin-left: 20px;
}
.widget-pagination ul li:hover {
  color: var(--wt-theme-primary-4);
}
.widget-pagination ul li i {
  font-size: 14px;
}
.widget-pagination ul li a {
  width: 44px;
  height: 44px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: var(--wt-common-white);
  border: none;
}

/*----------------------------------------*/
/*  5.3 Recent Post Css
/*----------------------------------------*/
.widget-news li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.widget-news li:not(:last-child) {
  margin-bottom: 20px;
}
.widget-news li .image {
  max-width: 100px;
  width: 100%;
  height: 100px;
}
.widget-news li .image img {
  width: 100%;
  height: 100%;
}
.widget-news li .content h6 {
  font-weight: var(--wt-fw-sbold);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-news li .content h6 {
    font-size: 16px;
  }
}
.widget-news li .content h6 a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.widget-news li .content h6:hover a {
  background-size: 100% 1px;
}
.widget-news li .content .date {
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-news li .content .date {
    font-size: 14px;
  }
}
.widget-news li .content .date i {
  margin-right: 5px;
}

.tag-clouds {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.tag-clouds a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 3px 18px;
  display: inline-block;
}
.tag-clouds a:hover {
  background: var(--wt-theme-primary-4);
  color: var(--wt-common-black);
}

/* Tag Cloud */
.tag-share {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.tag-share .item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.tag-share .item h6 {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: var(--wt-fw-sbold);
  font-size: 20px;
}
.tag-share .social a {
  font-size: 12px;
  margin-right: 6px;
  transition: all 0.3s 0s ease-out;
  color: var(--wt-common-white);
  width: 35px;
  height: 35px;
  line-height: 1;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tag-share .social a:hover {
  background: var(--wt-theme-primary);
  color: var(--wt-common-white);
  border: 1px solid var(--wt-theme-primary);
}

/*----------------------------------------*/
/*   5.4 Sidebar Css
/*----------------------------------------*/
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget-title {
  font-size: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget-search form {
  position: relative;
}
.widget-search form input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--wt-common-white);
}
.widget-search form input:focus {
  box-shadow: none;
  border: 1px solid var(--wt-theme-primary-4);
}
.widget-search form button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.widget-category li {
  font-weight: var(--wt-fw-medium);
  list-style: none;
}
.widget-category li:not(:last-child) {
  margin-bottom: 10px;
}
.widget-category li a {
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.widget-category li a:hover {
  color: var(--wt-theme-primary-4);
  background-size: 100% 1px;
}

.widget-info {
  background: var(--wt-theme-primary-4);
}
.widget-info-wrap {
  padding: 0 5px 0 30px;
}
.widget-info-content {
  max-width: 186px;
  width: 100%;
  padding: 32px 0 30px;
}
.widget-info-content h4 {
  color: var(--wt-common-black);
  font-size: 30px;
  margin-bottom: 30px;
}
.widget-info-shape-1 {
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: -1;
}
.widget-info-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
.widget-info-button .wt-btn-circle {
  width: 65px;
  height: 65px;
  color: var(--wt-common-black);
  border: 1px solid var(--wt-common-black);
}
.widget-info-button .wt-btn-circle .wt-btn-circle-dot {
  background-color: var(--wt-common-black);
}
.widget-info-button .wt-btn-circle .wt-btn-circle-icon i {
  transition: 0.4s;
}
.widget-info-button .wt-btn-circle:hover .wt-btn-circle-icon i {
  color: var(--wt-common-white);
}

/*----------------------------------------*/
/*   6.1 Footer Style 1
/*----------------------------------------*/
.wt-footer-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0 70px 0;
  padding: 130px 0 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-footer-area {
    margin: 0 30px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-footer-area {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-footer-area {
    padding: 15px 0 20px;
  }
}
.wt-footer-area::after {
  content: "";
  position: absolute;
  width: 1450px;
  height: 790px;
  bottom: -120px;
  right: -240px;
  mask-image: url(../img/footer/footer-shape.svg);
  background: #340f5b;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(80px);
  z-index: -1;
}
.wt-footer-area .wt-about-bottom-content {
  margin-top: -44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-info {
    margin-top: 0;
  }
}
.wt-footer-widget-top {
  margin-left: -50px;
}
@media (max-width: 767px) {
  .wt-footer-widget-top {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-widget-top .wt-section-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-footer-widget-top .wt-section-title br {
    display: none;
  }
}
.wt-footer-widget-border {
  width: 2px;
  height: 100px;
  background: var(--wt-common-white);
  margin: auto;
  margin-bottom: 52px;
}
.wt-footer-widget-mail {
  margin-bottom: 40px;
}
.wt-footer-widget-mail h6 {
  font-weight: var(--wt-fw-bold);
  font-size: 24px;
  letter-spacing: -0.03em;
  color: var(--wt-text-p);
  font-family: var(--wt-ff-p);
  margin-bottom: 34px;
}
.wt-footer-widget-mail a {
  font-weight: var(--wt-fw-sbold);
  font-size: 44px;
  letter-spacing: -0.03em;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-footer-widget-mail a:hover {
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .wt-footer-widget-mail a {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-widget-menu {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-footer-widget-menu {
    position: absolute;
    top: 4%;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .wt-footer-widget-menu {
    position: absolute;
    top: 4%;
    right: 6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-widget-menu .wt-header-menu {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-footer-widget-menu .wt-header-menu ul li .submenu {
    background: var(--wt-common-black);
    padding-left: 16px;
    width: 105px;
  }
}
.wt-footer-right-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  flex-wrap: wrap;
}
.wt-footer-right-social ul li {
  line-height: 1;
}
.wt-footer-right-social ul li:last-child {
  margin-right: 0;
}
.wt-footer-right-social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: transparent;
  padding: 8px 18px 11px;
  margin-right: 20px;
  border-radius: 20px;
  color: var(--wt-text-p);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-footer-right-social ul li a {
    padding: 8px 14px;
    margin-right: 7px;
    font-size: 14px;
  }
}
.wt-footer-right-social ul li a .active-media {
  transition: all 0.7s ease-in-out;
  transform: translateY(0%);
}
.wt-footer-right-social ul li a .hover-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  transform: translateY(30%);
  border-radius: 50%;
  position: absolute;
}
.wt-footer-right-social ul li a .hover-media i {
  position: relative;
  left: 1px;
}
.wt-footer-right-social ul li a:hover .active-media {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
}
.wt-footer-right-social ul li a:hover .hover-media {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wt-footer-copyright-pagaraph a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-footer-copyright-pagaraph a:hover {
  background-size: 100% 1px;
  color: var(--wt-common-white);
  font-weight: var(--wt-fw-bold);
}

/*----------------------------------------*/
/*   6.2 Footer Style 2
/*----------------------------------------*/
.wt-footer-2-area {
  position: relative;
  z-index: 1;
}
.wt-footer-2-area::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 528px;
  left: 0;
  bottom: -10%;
  mask-image: url(../img/services/services-2-bg-shape.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
  z-index: -1;
}
@media (max-width: 767px) {
  .wt-footer-2-area::after {
    bottom: -24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-2-area .wt-section-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-footer-2-area .wt-section-title {
    font-size: 66px;
  }
}
.wt-footer-2-top {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 80px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-footer-2-top {
    padding: 40px 0 20px;
  }
}
.wt-footer-2-center {
  padding: 120px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-footer-2-center {
    padding: 70px 0 50px;
  }
}
.wt-footer-2-social {
  transform: translateX(-25px);
  margin-top: 22px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-footer-2-social {
    margin-bottom: 40px;
  }
}
.wt-footer-2-social ul li a:hover {
  border: 1px solid rgb(255, 255, 255);
}
.wt-footer-2-widget-menu {
  display: flex;
  justify-content: end;
  margin-top: 22px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-footer-2-widget-menu {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-2-widget-menu {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .wt-footer-2-widget-menu {
    position: absolute;
    right: 25px;
    top: 30%;
  }
}
.wt-footer-2-widget-mail h6 {
  color: var(--wt-common-white);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .wt-footer-2-widget-mail h6 {
    font-size: 16px;
  }
}
.wt-footer-2-widget-mail a {
  color: var(--wt-common-white);
}
@media (max-width: 767px) {
  .wt-footer-2-widget-mail a {
    font-size: 32px;
  }
}
.wt-footer-2-bottom {
  padding-bottom: 40px;
}
.wt-footer-2-animated-title {
  opacity: 0.3 !important;
}
.wt-footer-2-shape-1 {
  position: absolute;
  bottom: 23%;
  right: 19%;
  width: 280px;
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-footer-2-shape-1 {
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .wt-footer-2-shape-1 {
    display: none;
  }
}

/*----------------------------------------*/
/*   6.3 Footer Style 3
/*----------------------------------------*/
.wt-footer-3-area::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 528px;
  left: 0;
  bottom: -10%;
  mask-image: url(../img/services/services-2-bg-shape.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
  z-index: -1;
  display: none;
}

/*----------------------------------------*/
/*   6.4 Footer Style 4 
/*----------------------------------------*/
.wt-footer-4-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-footer-4-top {
    padding-bottom: 35px;
  }
}
.wt-footer-4-center {
  padding: 120px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-footer-4-center {
    padding: 60px 0 60px;
  }
}
.wt-footer-4-widget-mail h6 {
  font-size: 16px;
  font-weight: var(--wt-fw-sbold);
  margin-bottom: 22px;
}
.wt-footer-4-widget-mail a {
  font-size: 30px;
  color: var(--wt-common-white);
  font-family: var(--wt-ff-heading);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-footer-4-right-social {
    margin-left: 30px;
  }
}

/*----------------------------------------*/
/*  7.5 Hero Css
/*----------------------------------------*/
.wt-hero-area {
  background: var(--wt-common-black);
  padding: 310px 0 150px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-area {
    padding: 230px 0 180px;
  }
}
@media (max-width: 767px) {
  .wt-hero-area {
    padding: 160px 0 80px;
  }
}
.wt-hero-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 476px;
  top: 0;
  left: 0px;
  mask-image: url(../img/hero/hero-bg-shape1.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
}
.wt-hero-area::after {
  content: "";
  position: absolute;
  width: 1500px;
  height: 759px;
  bottom: 0;
  right: -150px;
  mask-image: url(../img/hero/hero-bg-shape2.svg);
  background: #391263;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(80px);
  z-index: -1;
}
.wt-hero-content {
  padding: 24px 0 20px 50px;
  margin-left: 60px;
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-content {
    padding: 24px 0 20px 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-hero-content {
    padding: 24px 0 20px 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.wt-hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hero/hero-content-shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.wt-hero-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: var(--wt-fw-sbold);
}
.wt-hero-subtitle span {
  width: 50px;
  display: inline-block;
  height: 1px;
  background: var(--wt-common-white);
  margin: 0 24px;
}
.wt-hero-title {
  font-weight: var(--wt-fw-bold);
  font-size: 200px;
  line-height: 0.9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-title {
    font-size: 182px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-title {
    font-size: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-title {
    font-size: 116px;
  }
}
@media (max-width: 767px) {
  .wt-hero-title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-title {
    font-size: 100px;
  }
}
.wt-hero-descr {
  max-width: 413px;
  width: 100%;
  position: absolute;
  right: -7%;
  bottom: 6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-descr {
    right: -19%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-descr {
    right: -3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-descr {
    max-width: 330px;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .wt-hero-descr {
    position: static;
    margin-top: 36px;
  }
}
.wt-hero-paragraph {
  font-weight: var(--wt-fw-medium);
  font-size: 20px;
  font-family: var(--wt-ff-heading);
  line-height: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-paragraph {
    font-size: 16px;
  }
}
.wt-hero-scroll {
  display: flex;
  justify-content: center;
}
.wt-hero-scroll .down {
  width: 100px;
  height: 100px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wt-common-white);
  border-radius: 50%;
  font-size: 18px;
}
.wt-hero-shape-2 {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
  animation: moving 7s linear infinite;
}
@media (max-width: 767px) {
  .wt-hero-shape-2 {
    display: none;
  }
}
.wt-hero-shape-3 {
  position: absolute;
  left: 7%;
  bottom: 12%;
  z-index: -1;
  animation: bounce-thum-3 2s forwards infinite alternate;
}
@media (max-width: 767px) {
  .wt-hero-shape-3 {
    display: none;
  }
}
.wt-hero-2-area {
  padding: 165px 54px 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-hero-2-area {
    padding: 130px 0 80px;
  }
}
.wt-hero-2-area::before {
  content: "";
  position: absolute;
  width: 885px;
  height: 297px;
  right: 16%;
  bottom: 0;
  mask-image: url(../img/hero/hero-2-bg-shape1.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
  z-index: -1;
}
.wt-hero-2-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 520px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.03) 100%);
  z-index: -1;
}
.wt-hero-2-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-2-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-2-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .wt-hero-2-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-2-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.wt-hero-2-title {
  font-size: 200px;
  line-height: 0.9;
  margin-bottom: 90px;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .wt-hero-2-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .wt-hero-2-title {
    font-size: 155px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-hero-2-title {
    font-size: 138px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-2-title {
    font-size: 118px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-2-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-2-title {
    font-size: 111px;
  }
}
@media (max-width: 767px) {
  .wt-hero-2-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-2-title {
    font-size: 95px;
  }
}
.wt-hero-2-wrap {
  display: flex;
  gap: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-2-wrap {
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-2-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .wt-hero-2-wrap {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-2-wrap {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.wt-hero-2-wrap-paragaraph {
  font-family: var(--wt-ff-heading);
  font-size: 20px;
  line-height: 125%;
  color: var(--wt-common-white);
  max-width: 399px;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-2-wrap-paragaraph {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .wt-hero-2-wrap-thumb {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wt-hero-2-wrap-thumb img {
    width: 100%;
  }
}
.wt-hero-2-thumb {
  max-width: 545px;
  width: 100%;
  height: 770px;
  margin-left: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-hero-2-thumb {
    max-width: 460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-2-thumb {
    max-width: 350px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wt-hero-2-thumb {
    height: 485px;
  }
}
.wt-hero-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-hero-3-area {
  padding: 175px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-3-area {
    padding: 130px 0 0;
  }
}
@media (max-width: 767px) {
  .wt-hero-3-area {
    padding: 100px 0 0;
  }
}
.wt-hero-3-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.03) 100%);
  z-index: -1;
}
.wt-hero-3-title {
  font-size: 120px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 103px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-3-title {
    font-size: 105px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-3-title {
    font-size: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-3-title {
    font-size: 87px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wt-hero-3-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-3-title {
    font-size: 65px;
  }
}
.wt-hero-3-title span.weight {
  font-weight: 250;
}
.wt-hero-3-title span.color {
  color: var(--wt-theme-primary-3);
}
.wt-hero-3-top-wrap {
  max-width: 190px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-3-top-wrap {
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-3-top-wrap {
    display: flex;
    gap: 120px;
    max-width: inherit;
    width: inherit;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wt-hero-3-top-wrap {
    display: none;
  }
}
.wt-hero-3-play-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 70px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-3-play-btn {
    border-bottom: 0 solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.wt-hero-3-play-btn a {
  width: 65px;
  height: 65px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--wt-theme-primary-3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.wt-hero-3-play-btn p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-3-play-btn p {
    margin-bottom: 50px;
  }
}
.wt-hero-3-top-paragraph {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-medium);
  font-size: 20px;
  line-height: 1.25;
  color: #BFBFBF;
  margin-bottom: 70px;
}
.wt-hero-3-thumb {
  max-width: 528px;
  height: 790px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-3-thumb {
    max-width: 430px;
    height: 640px;
  }
}
@media (max-width: 767px) {
  .wt-hero-3-thumb {
    max-width: 350px;
    height: 515px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-3-thumb {
    max-width: 400px;
    height: 570px;
  }
}
.wt-hero-3-thumb::before {
  content: "";
  position: absolute;
  width: 950px;
  height: 400px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  mask-image: url(../img/hero/hero-3-thumb-shape.svg);
  background: var(--wt-theme-primary-3);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-hero-3-thumb::before {
    width: 800px;
    height: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-3-thumb::before {
    width: 700px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .wt-hero-3-thumb::before {
    width: 350px;
    height: 155px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-3-thumb::before {
    width: 480px;
    height: 212px;
  }
}
.wt-hero-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-hero-3-counter {
    display: none;
  }
}
.wt-hero-3-counter .wt-team-counter-item {
  margin-right: 0;
  margin-bottom: 70px;
}
.wt-hero-3-counter .wt-team-counter-item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 70px;
}
.wt-hero-3-counter .wt-team-counter-item:last-child {
  margin-bottom: 0;
}
.wt-hero-3-counter .wt-team-counter-title {
  font-size: 120px;
  font-weight: var(--wt-fw-medium);
  line-height: 0.92;
  margin-bottom: 17px;
}
.wt-hero-3-counter .wt-team-counter-paragraph {
  font-weight: var(--wt-fw-medium);
  font-size: 16px;
  margin-bottom: 0;
}
.wt-hero-3-social {
  position: absolute;
  bottom: 4%;
  right: 4%;
  z-index: 2;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-3-social {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-hero-3-social {
    display: none;
  }
}
.wt-hero-3-social ul {
  flex-wrap: inherit;
}
.wt-hero-3-social ul li a:hover {
  border-color: var(--wt-common-white);
}
.wt-hero-4-area {
  padding: 130px 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-hero-4-area {
    padding: 60px 0 10px;
  }
}
.wt-hero-4-wrapper {
  display: flex;
  gap: 147px;
  flex-wrap: wrap;
  row-gap: 30px;
  max-width: 1520px;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-4-wrapper {
    gap: 70px;
  }
}
.wt-hero-4-content {
  max-width: 828px;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-4-content {
    max-width: 670px;
  }
}
.wt-hero-4-title {
  font-size: 150px;
  line-height: 0.87;
  letter-spacing: -0.03em;
  color: var(--wt-common-white);
  margin-bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-hero-4-title {
    font-size: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-4-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-4-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .wt-hero-4-title {
    font-size: 68px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-4-title {
    font-size: 77px;
  }
}
.wt-hero-4-title span {
  line-height: 1;
  display: inline-flex;
}
@media (max-width: 767px) {
  .wt-hero-4-title span {
    display: none;
  }
}
.wt-hero-4-thumb {
  max-width: 533px;
  width: 100%;
  height: 750px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-hero-4-thumb {
    max-width: 470px;
    height: 660px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-hero-4-thumb {
    max-width: 425px;
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-hero-4-thumb {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .wt-hero-4-thumb {
    max-width: 350px;
    height: 500px;
    margin: auto;
  }
}
.wt-hero-4-thumb::before {
  content: "";
  position: absolute;
  width: 103%;
  height: 84%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: var(--wt-theme-primary-4);
  z-index: -1;
  border-radius: 275px 275px 0 0;
}
.wt-hero-4-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-hero-4-descrip {
  display: flex;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-left: 140px;
}
@media (max-width: 767px) {
  .wt-hero-4-descrip {
    gap: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-4-descrip {
    gap: 100px;
  }
}
.wt-hero-4-paragraph {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-medium);
  font-size: 20px;
  line-height: 125%;
  max-width: 243px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wt-hero-4-paragraph {
    font-size: 16px;
    max-width: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-hero-4-paragraph {
    font-size: 20px;
    max-width: 243px;
  }
}

/*----------------------------------------*/
/*  7.1 About Css
/*----------------------------------------*/
.wt-about-area {
  background: var(--wt-common-black);
  padding: 130px 0 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-about-area {
    padding: 70px 0 65px;
  }
}
.wt-about-area::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 12%;
  transform: translateY(-50%);
  width: 820px;
  height: 615px;
  background: url(../img/hero/hero-content-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-area::before {
    top: 42%;
    left: 2%;
    width: 718px;
  }
}
@media (max-width: 767px) {
  .wt-about-area::before {
    left: 1%;
    width: 365px;
    height: 546px;
  }
}
.wt-about-content {
  max-width: 295px;
  width: 100%;
  margin-top: 35px;
}
.wt-about-paragraph {
  font-size: 18px;
  font-weight: var(--wt-fw-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-about-paragraph {
    font-size: 14px;
  }
}
.wt-about-bottom-content {
  margin-top: -98px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-about-bottom-content {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-bottom-content {
    margin-top: 0;
  }
}
.wt-about-bottom-button {
  position: absolute;
  top: 57%;
  right: 19%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-about-bottom-button {
    right: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-about-bottom-button {
    position: static;
    transform: translateY(0);
    margin-top: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wt-about-bottom-thumb img {
    width: 100%;
  }
}
.wt-about-title {
  font-size: 200px;
  color: #1b1b1b;
  white-space: nowrap;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .wt-about-title {
    font-size: 194px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-about-title {
    font-size: 169px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-about-title {
    font-size: 144px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-about-title {
    font-size: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .wt-about-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-about-title {
    font-size: 67px;
  }
}
.wt-about-3-area {
  padding: 120px 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-about-3-area {
    padding: 62px 0 62px;
  }
}
.wt-about-3-wrapper {
  margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-about-3-wrapper {
    margin-left: 0;
  }
}
.wt-about-3-paragraph {
  font-size: 20px;
  line-height: 175%;
  text-transform: uppercase;
  margin-bottom: 53px;
}
.wt-about-3-paragraph span {
  color: var(--wt-theme-primary-3);
  font-weight: var(--wt-fw-bold);
}
.wt-about-3-bottom {
  display: flex;
  align-items: center;
  gap: 150px;
}
@media (max-width: 767px) {
  .wt-about-3-bottom {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-about-3-thumb {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-about-3-thumb {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wt-about-3-thumb img {
    width: 100%;
  }
}
.wt-about-3-member-title {
  font-weight: var(--wt-fw-sbold);
  font-size: 30px;
  text-transform: uppercase;
  color: var(--wt-common-white);
  margin-bottom: 22px;
}
.wt-about-3-member ul {
  display: flex;
}
.wt-about-3-member ul li {
  list-style: none;
  margin-left: -22px;
  transition: ease-out 0.4s;
  border: 2px solid var(--wt-common-white);
  border-radius: 50%;
}
.wt-about-3-member ul li:first-child {
  margin-left: 0;
}
.wt-about-3-member ul li:last-child {
  border: none;
}
.wt-about-3-member ul:hover li {
  margin-left: -15px;
}
.wt-about-3-member ul:hover li:first-child {
  margin-left: 0;
}
.wt-about-4-area {
  padding: 120px 0 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-about-4-area {
    padding: 60px 0 60px;
  }
}
.wt-about-4-title {
  font-size: 85px;
  letter-spacing: -0.03em;
  max-width: 1160px;
  width: 100%;
  margin-bottom: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-4-title {
    font-size: 59px;
  }
}
@media (max-width: 767px) {
  .wt-about-4-title {
    font-size: 30px;
  }
}
.wt-about-4-title .color {
  color: var(--wt-theme-primary-4);
}
.wt-about-4-title .font-weight {
  font-weight: 250;
}
.wt-about-4-wrap {
  display: flex;
  align-items: center;
  gap: 175px;
  max-width: 680px;
  margin-left: auto;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .wt-about-4-wrap {
    gap: 0;
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.wt-about-4-descri {
  max-width: 406px;
  width: 100%;
}
.wt-about-4-paragraph {
  font-size: 18px;
}
@media (max-width: 767px) {
  .wt-about-4-paragraph {
    font-size: 16px;
  }
}
.wt-about-4-counter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.wt-about-4-counter-title {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 200px;
  letter-spacing: -0.03em;
  margin-bottom: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-about-4-counter-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-4-counter-title {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .wt-about-4-counter-title {
    font-size: 80px;
  }
}
.wt-about-4-counter-paragraph {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-4-counter-paragraph {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wt-about-4-counter-paragraph {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-about-4-counter-paragraph {
    font-size: 16px;
  }
}
.wt-about-inr-wrapper {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
}
.wt-about-inr-hero-area {
  padding: 211px 0 125px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-about-inr-hero-area {
    padding: 120px 0 60px;
  }
}
.wt-about-inr-hero-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.wt-about-inr-hero-title {
  font-weight: var(--wt-fw-bold);
  font-size: 150px;
  line-height: 0.87;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-about-inr-hero-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wt-about-inr-hero-title {
    font-size: 100px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-about-inr-hero-title {
    font-size: 139px;
  }
}
.wt-about-inr-hero-title .weight {
  font-weight: 250;
}
.wt-about-inr-hero-title .color {
  color: var(--wt-theme-primary-4);
}
.wt-about-inr-hero-thumb {
  max-width: 630px;
  width: 100%;
  height: 370px;
}
.wt-about-inr-hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-about-inr-area {
  border: none;
}
.wt-about-inr-area .wt-about-4-title {
  margin-bottom: 46px;
}
.wt-about-inr-area .wt-about-4-counter {
  margin-bottom: 116px;
}
.wt-about-inr-area .wt-section-4-descr {
  margin-left: 0;
}
.wt-about-inr-area .wt-skill-4-left {
  margin-right: 0;
}

/*----------------------------------------*/
/*   7.11 Project Css 
/*----------------------------------------*/
.wt-project-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 140px 0 132px;
  margin: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-project-area {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-project-area {
    margin: 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-area {
    padding: 65px 0 65px;
    margin: 0 0;
  }
}
.wt-project-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.wt-project-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.wt-project-item:hover .wt-project-action span {
  border: 1px solid rgb(255, 255, 255);
}
.wt-project-item:hover .wt-project-action.blog-action span {
  border: 1px solid var(--wt-common-white);
  background: transparent;
}
.wt-project-item .wt-hover-reveal-bg {
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
}
.wt-project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 28px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .wt-project-content {
    row-gap: 15px;
    display: flex;
    padding: 26px 10px;
  }
}
.wt-project-content.wt-blog-4-content {
  padding-left: 0;
  padding-right: 0;
}
.wt-project-title {
  font-size: 85px;
  letter-spacing: -0.03em;
  max-width: 480px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-project-title {
    font-size: 70px;
    max-width: 428px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-project-title {
    font-size: 50px;
    max-width: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-project-title {
    font-size: 36px;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .wt-project-title {
    font-size: 30px;
    max-width: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-project-title {
    max-width: 158px;
  }
}
.wt-project-tag {
  font-family: var(--wt-ff-body);
  font-size: 20px;
  color: var(--wt-text-p);
  max-width: 465px;
  width: 100%;
}
@media (max-width: 767px) {
  .wt-project-tag {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wt-project-tag {
    font-size: 16px;
    max-width: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-project-tag {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-project-action {
    transform: translateY(-25px);
  }
}
@media (max-width: 767px) {
  .wt-project-action {
    transform: translateY(-29px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-project-action {
    transform: translateY(0);
  }
}
.wt-project-action span {
  width: 60px;
  height: 60px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-project-action.blog-action {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .wt-project-action.blog-action {
    transform: translateY(0);
  }
}
.wt-project-2-area {
  padding: 0 0 132px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-2-area {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .wt-project-2-area .row.mb-30 {
    margin-bottom: 0;
  }
}
.wt-project-2-item {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .wt-project-2-item {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-2-item.mt-50 {
    margin-top: 0;
  }
}
.wt-project-2-thumb {
  margin-bottom: 28px;
}
.wt-project-2-thumb img {
  width: 100%;
}
.wt-project-2-subtitle {
  font-weight: var(--wt-fw-regular);
  line-height: 1.87;
  color: var(--wt-text-p);
  font-family: var(--wt-ff-body);
  margin-bottom: 0;
}
.wt-project-2-title {
  font-size: 30px;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-project-2-title {
    font-size: 24px;
  }
}
.wt-project-2-title:hover {
  background-size: 100% 1px;
}
.wt-project-2-button {
  margin-left: 125px;
}
.wt-project-4-area {
  padding: 0 0 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-4-area {
    padding: 0 0 60px;
  }
}
.wt-project-4-content {
  padding-left: 0;
  padding-right: 0;
}
.wt-project-4-paragraph {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .wt-project-4-paragraph {
    width: 100%;
    display: block;
  }
}
.wt-project-4-title {
  font-size: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wt-project-4-title {
    font-size: 24px;
  }
}
.wt-project-4-action h6 {
  font-family: var(--wt-ff-p);
  font-weight: 400;
  color: var(--wt-theme-primary-4);
}
.wt-project-list-wrap {
  max-width: 320px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-list-wrap {
    max-width: 450px;
    margin-bottom: 30px;
  }
}
.wt-project-list-wrap.two {
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-list-wrap.two {
    margin-left: 0;
  }
}
.wt-project-list-wrap.four {
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-list-wrap.four {
    margin-left: 0;
  }
}
.wt-project-list-wrap.six {
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-list-wrap.six {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.wt-project-list-item {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-list-thumb img {
    width: 100%;
  }
}
.wt-project-list-content-top {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-project-list-content-top {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-project-list-content-top {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-project-list-content-top {
    margin-bottom: 40px;
  }
}
.wt-project-list-subtitle {
  margin-bottom: 12px;
  display: inline-block;
}
.wt-project-list-title {
  font-size: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-project-list-title {
    font-size: 28px;
  }
}
.wt-project-list-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-project-list-title:hover a {
  background-size: 100% 1px;
}
.wt-project-list-paragraph {
  font-size: 18px;
  margin-bottom: 41px;
}
.wt-project-list-button .wt-btn-circle {
  width: 65px;
  height: 65px;
}
.wt-project-list-button .wt-btn-circle .wt-btn-circle-icon {
  font-size: 16px;
}
.wt-project-list-button .wt-btn-circle .wt-btn-circle-dot {
  background-color: var(--wt-theme-primary-4);
}

/*----------------------------------------*/
/*   7.13 Service Css 
/*----------------------------------------*/
.wt-service-area {
  background: var(--wt-common-black);
  padding: 0 0 110px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-area {
    padding: 0 0 55px;
  }
}
.wt-service-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.wt-service-area::after {
  content: "";
  position: absolute;
  width: 1450px;
  height: 768px;
  bottom: 0;
  right: -240px;
  mask-image: url(../img/services/services-bg-shape2.svg);
  background: #340f5b;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(80px);
  z-index: -1;
}
.wt-service-area .wt-section-descr {
  max-width: 302px;
}
.wt-service-item {
  max-width: 323px;
  width: 100%;
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 40px 30px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-item {
    max-width: 465px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-item {
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .wt-service-item {
    max-width: 100%;
  }
}
.wt-service-item.three {
  max-width: 644px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-item.three {
    max-width: 464px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-item.three {
    max-width: 100%;
  }
}
.wt-service-item:nth-child(2) {
  border-left: none;
}
@media (max-width: 767px) {
  .wt-service-item:nth-child(2) {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.wt-service-item:nth-child(3) {
  border-left: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-item:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }
}
@media (max-width: 767px) {
  .wt-service-item:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.wt-service-item:hover .wt-service-bottom h4 {
  opacity: 0;
  visibility: hidden;
}
.wt-service-item:hover .wt-service-number h4 {
  opacity: 1;
  visibility: visible;
}
.wt-service-item:hover .wt-service-thumb img {
  transform: perspective(500px) rotateX(0deg);
}
.wt-service-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wt-service-wrapper-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.wt-service-wrapper-2 .wt-service-item:nth-child(1) {
  border-top: none;
}
.wt-service-wrapper-2 .wt-service-item:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: none;
  border-top: none;
}
@media (max-width: 767px) {
  .wt-service-wrapper-2 .wt-service-item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.wt-service-wrapper-2 .wt-service-item:nth-child(3) {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: none;
  border-top: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-wrapper-2 .wt-service-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }
}
@media (max-width: 767px) {
  .wt-service-wrapper-2 .wt-service-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.wt-service-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 83px;
}
.wt-service-number span {
  font-weight: var(--wt-fw-sbold);
  font-size: 18px;
  color: var(--wt-text-1);
}
.wt-service-number h4 {
  transition: all 0.4s 0s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-service-number h4:hover {
  background-size: 100% 1px;
}
.wt-service-title {
  font-size: 44px;
}
.wt-service-thumb {
  max-width: 100%;
  width: 100%;
  height: 164px;
}
.wt-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: perspective(500px) rotateX(90deg);
  transition: 0.6s ease-in-out;
}
.wt-service-bottom-title {
  font-size: 44px;
  transition: all 0.4s 0s ease-out;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .wt-service-bottom-title {
    font-size: 34px;
  }
}
.wt-service-bottom-content {
  display: flex;
  align-items: center;
  column-gap: 125px;
}
@media (max-width: 767px) {
  .wt-service-bottom-content {
    flex-direction: column;
  }
}
.wt-service-bottom-content .wt-section-descr {
  margin-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-bottom-content .wt-section-descr {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .wt-service-bottom-content .wt-section-descr {
    margin-left: 0;
  }
}
.wt-service-shape-1 {
  position: absolute;
  top: 45px;
  left: 130px;
  z-index: -1;
  animation: bounce-thum-3 2s forwards infinite alternate;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .wt-service-shape-1 {
    top: 185px;
    left: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .wt-service-shape-1 {
    top: 245px;
    left: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-service-shape-1 {
    top: 260px;
    left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-shape-1 {
    top: 285px;
    left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-shape-1 {
    top: 281px;
    left: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-service-shape-1 {
    display: none;
  }
}
.wt-service-shape-2 {
  position: absolute;
  top: 10%;
  right: 10%;
  animation: moving 7s linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-service-shape-2 {
    display: none;
  }
}
.wt-service-shape-3 {
  position: absolute;
  top: -54px;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-shape-3 {
    top: -70px;
    width: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-service-shape-3 {
    display: none;
  }
}
.wt-service-2-area {
  padding: 130px 0 120px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-2-area {
    padding: 70px 0 70px;
  }
}
.wt-service-2-area::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 528px;
  left: 0;
  bottom: 0;
  mask-image: url(../img/services/services-2-bg-shape.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-2-area::before {
    width: 988px;
    height: 521px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-2-area::before {
    width: 767px;
    height: 406px;
  }
}
@media (max-width: 767px) {
  .wt-service-2-area::before {
    width: 380px;
    height: 204px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-service-2-area::before {
    width: 550px;
    height: 285px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-2-thumb {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wt-service-2-thumb {
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-2-thumb img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .wt-service-2-thumb img {
    width: 60%;
  }
}
.wt-service-3-area {
  padding: 130px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-service-3-area {
    padding: 62px 0 60px;
  }
}
.wt-service-3-area .wt-section-wrapper {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-3-area .wt-section-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-service-3-area .wt-section-wrapper {
    margin-bottom: 50px;
  }
}
.wt-service-3-item {
  display: flex;
  gap: 65px;
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 72px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-3-item {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-3-item {
    gap: 30px;
    padding: 30px 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wt-service-3-item {
    gap: 30px;
    padding: 40px 30px;
    flex-wrap: wrap;
  }
}
.wt-service-3-item:hover .wt-service-3-button {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.wt-service-3-item.active .wt-service-3-button {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}
.wt-service-3-left-wrapper {
  max-width: 427px;
  width: 100%;
  height: 325px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-3-left-wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wt-service-3-left-wrapper {
    margin-bottom: 30px;
  }
}
.wt-service-3-left-item.one {
  position: absolute;
  top: 0;
  left: 50px;
}
.wt-service-3-left-item.one span {
  background: #FFF033;
}
.wt-service-3-left-item.two {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wt-service-3-left-item.two span {
  background: #91D983;
}
.wt-service-3-left-item.three {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wt-service-3-left-item.three span {
  background: #00E5FF;
}
.wt-service-3-left-item.four {
  position: absolute;
  top: 0;
  right: 50px;
}
.wt-service-3-left-item.four span {
  background: #B088E9;
}
.wt-service-3-left-item.five {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.wt-service-3-left-item.five span {
  background: #F2879E;
}
.wt-service-3-left-item span {
  width: 150px;
  height: 150px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--wt-common-black);
  border-radius: 50%;
  background: #F2879E;
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-medium);
  font-size: 30px;
  letter-spacing: -0.02em;
}
.wt-service-3-icon span {
  color: var(--wt-theme-primary-3);
  font-size: 56px;
  display: inline-block;
}
.wt-service-3-content {
  margin-top: -8px;
}
.wt-service-3-title {
  font-size: 30px;
  margin-bottom: 22px;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
  display: inline-block;
}
.wt-service-3-title:hover {
  background-size: 100% 1px;
}
.wt-service-3-paragraph {
  color: #bfbfbf;
  margin-bottom: 36px;
}
.wt-service-3-button {
  margin-top: -110px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
}
.wt-service-3-button a {
  color: var(--wt-common-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wt-service-3-button a:hover {
  background: var(--wt-common-white);
  color: var(--wt-common-black);
}
.wt-service-4-area {
  padding: 120px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-4-area {
    padding: 60px 0 62px;
  }
}
.wt-service-4-wrapper {
  background: rgba(255, 255, 255, 0.03);
  padding: 50px 60px 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-4-wrapper {
    padding: 50px 45px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-4-wrapper {
    padding: 50px 45px 30px;
  }
}
.wt-service-4-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 60px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-4-top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.wt-service-4-icon {
  margin-bottom: 30px;
}
.wt-service-4-icon span {
  color: var(--wt-theme-primary-4);
  font-size: 56px;
  line-height: 1;
  display: inline-block;
}
.wt-service-4-title {
  font-size: 30px;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-4-title {
    font-size: 28px;
  }
}
.wt-service-4-title:hover {
  background-size: 100% 1px;
}
.wt-service-hero-area {
  padding: 210px 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-hero-area {
    padding: 120px 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-hero-content {
    margin-bottom: 60px;
  }
}
.wt-service-hero-title {
  font-size: 120px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-service-hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-hero-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .wt-service-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-service-hero-title {
    font-size: 100px;
  }
}
.wt-service-hero-paragraph {
  font-weight: var(--wt-fw-medium);
  font-size: 20px;
  font-family: var(--wt-ff-heading);
  max-width: 316px;
  width: 100%;
  margin-left: 105px;
}
@media (max-width: 767px) {
  .wt-service-hero-paragraph {
    margin-left: 0;
  }
}
.wt-service-hero-thumb {
  max-width: 520px;
  width: 100%;
  height: 670px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-hero-thumb {
    height: 565px;
  }
}
@media (max-width: 767px) {
  .wt-service-hero-thumb {
    height: 440px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-service-hero-thumb {
    height: 600px;
  }
}
.wt-service-hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-service-brand-area {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-brand-area {
    padding: 0 0 60px;
  }
}
.wt-service-single-details-area {
  padding: 0 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-single-details-area {
    padding: 0 0 30px;
  }
}
.wt-service-single-details-area .wt-faq-accordion-item {
  padding: 17px 0 24px;
}
.wt-service-single-details-area .wt-faq-accordion-title::before {
  transform: rotate(45deg);
}
.wt-service-single-details-area .wt-faq-accordion-title.collapsed::before {
  transform: rotate(0);
}
.wt-service-single-details-area .wt-faq-accordion-title {
  font-size: 24px;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .wt-service-single-details-area .wt-faq-accordion-title {
    font-size: 19px;
  }
}
.wt-service-single-details-area .wt-faq-accordion-title .number {
  max-width: 138px;
  width: 100%;
}
@media (max-width: 767px) {
  .wt-service-single-details-area .wt-faq-accordion-title .number {
    max-width: 60px;
  }
}
.wt-service-single-details-area .wt-faq-accordion-descri {
  padding: 20px 90px 0 0;
}
@media (max-width: 767px) {
  .wt-service-single-details-area .wt-faq-accordion-descri {
    padding: 20px 30px 0 0;
  }
}
.wt-service-single-details-area .wt-faq-accordion-paragraph {
  margin-bottom: 0;
  margin-left: 139px;
}
@media (max-width: 767px) {
  .wt-service-single-details-area .wt-faq-accordion-paragraph {
    margin-left: 60px;
  }
}
.wt-service-single-details-thumb {
  margin-bottom: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-single-details-thumb img {
    width: 100%;
  }
}
.wt-service-single-details-title {
  font-size: 44px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wt-service-single-details-title {
    font-size: 30px;
  }
}
.wt-service-single-details-paragraph {
  margin-bottom: 30px;
}
.wt-service-single-details-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .wt-service-single-details-nav {
    display: none;
  }
}
.wt-service-single-details-button {
  display: flex;
  align-items: center;
  gap: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-single-details-button {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-service-single-details-button {
    gap: 20px;
  }
}
.wt-service-single-details-button:hover .wt-service-single-details-btn {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.wt-service-single-details-button-cnt h4 {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-service-single-details-button-cnt h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-single-details-button-cnt h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-service-single-details-button-img img {
    width: 130px;
  }
}
.wt-service-single-details-btn {
  margin-top: -30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0s;
}

/*----------------------------------------*/
/*   7.10 Process Css 
/*----------------------------------------*/
.wt-process-area {
  padding: 120px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-process-area {
    padding: 70px 0 50px;
  }
}
.wt-process-area .wt-section-descr {
  max-width: 285px;
}
.wt-process-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.wt-process-item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wt-process-item {
    margin-bottom: 0;
  }
}
.wt-process-item:hover .wt-process-number span {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.03);
}
.wt-process-item:hover .wt-process-thumb {
  transform: scale(1);
}
.wt-process-number span {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: var(--wt-fw-sbold);
  font-family: var(--wt-ff-heading);
  font-size: 35px;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-process-number span {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-process-number span {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}
.wt-process-content {
  max-width: 331px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 40px 50px 40px 45px;
  margin-left: 79px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-process-content {
    max-width: 291px;
    padding: 40px 28px;
    margin-left: 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-process-content {
    max-width: 330px;
    padding: 40px 40px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .wt-process-content {
    margin-left: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-process-content {
    max-width: 100%;
    padding: 40px 66px;
  }
}
.wt-process-title {
  font-size: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 45px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-process-title {
    font-size: 28px;
  }
}
.wt-process-paragraph {
  margin-bottom: 0;
  font-weight: var(--wt-fw-medium);
  line-height: 187%;
}
.wt-process-thumb {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transition: all 0.5s 0s ease-out;
  z-index: -1;
  opacity: 30%;
}
@media (max-width: 767px) {
  .wt-process-thumb img {
    width: 100%;
  }
}

/*----------------------------------------*/
/*   7.15 Team Css 
/*----------------------------------------*/
.wt-team-area {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 130px 0 60px;
  margin: 0 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-team-area {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-team-area {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-team-area {
    padding: 70px 0 15px;
  }
}
.wt-team-area .wt-section-title span {
  position: relative;
  z-index: 1;
  color: var(--wt-common-black);
}
.wt-team-area .wt-section-title span::before {
  content: "";
  position: absolute;
  width: 112%;
  height: 74%;
  top: 52%;
  left: -10px;
  background: #FFF033;
  z-index: -1;
  transform: translateY(-50%);
}
.wt-team-area .wt-section-descr {
  max-width: 298px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-team-area .row.mb-105 {
    margin-bottom: 35px;
  }
}
.wt-team-wrapper {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 20px 40px 50px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-team-wrapper {
    padding: 40px 20px 40px 20px;
  }
}
.wt-team-wrapper::before {
  content: "";
  position: absolute;
  width: 322px;
  height: 450px;
  bottom: -75%;
  right: 0;
  mask-image: url(../img/team/team-shape.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(80px);
  z-index: -1;
  transition: 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-wrapper::before {
    width: 100%;
    height: 647px;
    bottom: -100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-team-wrapper::before {
    width: 360px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .wt-team-wrapper::before {
    width: 385px;
    height: 537px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-team-wrapper::before {
    width: 562px;
    height: 783px;
    bottom: -95%;
  }
}
.wt-team-wrapper:hover::before {
  bottom: 0;
}
.wt-team-wrapper:hover .wt-team-icon {
  top: 130%;
  opacity: 1;
}
.wt-team-wrapper:hover .wt-team-thumb img {
  transform: scale(1);
}
.wt-team-wrapper:hover .wt-team-title {
  color: var(--wt-common-black);
}
.wt-team-wrapper:hover .wt-team-subtitle {
  transform: perspective(500px) rotateY(0deg);
}
.wt-team-wrapper:hover .wt-team-subtitle-2 {
  color: var(--wt-common-black);
  opacity: 0;
  visibility: hidden;
}
.wt-team-top-content {
  margin-bottom: 43px;
}
.wt-team-subtitle {
  font-family: var(--wt-ff-body);
  font-weight: var(--wt-fw-bold);
  color: var(--wt-text-p);
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
  transform: perspective(500px) rotateY(-90deg);
}
.wt-team-subtitle-2 {
  font-family: var(--wt-ff-body);
  font-weight: var(--wt-fw-bold);
  color: var(--wt-text-p);
  text-transform: capitalize;
  transition: 0.4s ease-in-out;
  margin-bottom: 0;
}
.wt-team-socail ul li {
  list-style: none;
}
.wt-team-socail ul li a {
  display: inline-block;
  margin-bottom: 6px;
}
.wt-team-thumb {
  max-width: 200px;
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-thumb {
    max-width: 290px;
    width: 100%;
    margin: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-team-thumb {
    max-width: 70%;
    margin: auto;
    margin-bottom: 32px;
  }
}
.wt-team-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transform: scale(0);
  transition: 0.6s ease-in-out;
}
.wt-team-title {
  font-size: 44px;
  margin-bottom: 0;
}
.wt-team-title:hover {
  color: var(--wt-common-white) !important;
}
.wt-team-social {
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 1;
}
.wt-team-btn button {
  height: 40px;
  width: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--wt-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wt-team-icon {
  position: absolute;
  top: 0;
  left: 50%;
  height: 38px;
  opacity: 0;
  transition: all 0.3s 0s ease-out;
  z-index: -1;
  transform: translateX(-50%);
  text-align: center;
}
.wt-team-icon a {
  display: inline-block;
  font-size: 16px;
  color: var(--wt-common-white);
  margin-bottom: 6px;
}
.wt-team-counter-wrapper {
  display: flex;
  justify-content: end;
  margin-top: -63px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-team-counter-wrap {
    display: none;
  }
}
.wt-team-counter-item {
  margin-bottom: 50px;
  margin-right: 80px;
}
.wt-team-counter-title {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 200px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-counter-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-team-counter-title {
    font-size: 168px;
  }
}
@media (max-width: 767px) {
  .wt-team-counter-title {
    font-size: 100px;
  }
}
.wt-team-counter-paragraph {
  font-weight: var(--wt-fw-medium);
  font-size: 24px;
  margin-bottom: 0;
}
.wt-team-details-top {
  height: 352px;
  background: var(--wt-theme-primary);
}
.wt-team-details-information {
  filter: drop-shadow(0px 4px 40px rgba(30, 22, 22, 0.06));
  background-color: var(--wt-common-black);
}
.wt-team-details-wrapper {
  padding: 0 40px 0 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-wrapper {
    padding: 0 40px 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-team-details-wrapper {
    padding: 0 0 60px 74px;
  }
}
@media (max-width: 767px) {
  .wt-team-details-wrapper {
    padding: 0 0 60px 20px;
  }
}
.wt-team-details-wrapper p {
  color: var(--wt-text-body);
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-wrapper p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wt-team-details-wrapper p {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-wrapper p br {
    display: none;
  }
}
.wt-team-details-thumb {
  background-color: #e3dbff;
  padding: 30px 30px 0 30px;
  filter: drop-shadow(0px 4px 40px rgba(30, 22, 22, 0.06));
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-team-details-thumb {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .wt-team-details-thumb img {
    width: 100%;
  }
}
.wt-team-details-title {
  font-size: 40px;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-title {
    font-size: 32px;
    margin-bottom: 0;
  }
}
.wt-team-details-subtitle {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 18px;
  color: var(--wt-text-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-subtitle {
    margin-bottom: 10px;
  }
}
.wt-team-details-info {
  position: relative;
  color: var(--wt-text-body);
  text-transform: capitalize;
  font-family: var(--wt-ff-body);
}
.wt-team-details-info:not(:last-of-type) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-info:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.wt-team-details-info span {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  font-weight: var(--wt-fw-bold);
  font-family: var(--wt-ff-heading);
}
.wt-team-details-info a {
  font-size: 16px;
  font-weight: var(--wt-fw-regular);
  margin-left: 155px;
  text-transform: lowercase;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-team-details-info a:hover {
  background-size: 100% 1px;
}
.wt-team-details-info-title {
  font-size: 36px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 55px;
}
.wt-team-details-social {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-team-details-social {
    margin-top: 20px;
  }
}
.wt-team-details-social a {
  font-size: 14px;
  margin-right: 6px;
  transition: all 0.3s 0s ease-out;
  color: var(--wt-common-white);
  width: 38px;
  height: 38px;
  line-height: 1;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.wt-team-details-social a:hover {
  background: var(--wt-theme-primary);
  color: var(--wt-common-white);
  border: 1px solid var(--wt-theme-primary);
}
.wt-team-details-wrap p {
  color: var(--wt-text-body);
  width: 98%;
  margin-bottom: 28px;
}
.wt-team-details-elaborate-wrap {
  padding-left: 14px;
  margin-bottom: 45px;
}
.wt-team-details-elaborate-wrap ul li {
  color: var(--wt-text-body);
  margin-bottom: 10px;
}
.wt-team-details-form p {
  font-size: 14px;
  margin-bottom: 32px;
}
.wt-team-details-form-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 2px;
  color: var(--wt-theme-primary);
}

/*----------------------------------------*/
/*   7.16 Testimonial Css 
/*----------------------------------------*/
.wt-testimonial-area {
  background: var(--wt-common-black);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 120px 0 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-testimonial-area {
    padding: 65px 0 80px;
  }
}
.wt-testimonial-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
  z-index: -1;
}
.wt-testimonial-area::after {
  content: "";
  position: absolute;
  width: 1450px;
  height: 768px;
  bottom: 0;
  right: -240px;
  mask-image: url(../img/services/services-bg-shape2.svg);
  background: #340f5b;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(80px);
  z-index: -1;
}
.wt-testimonial-area .wt-section-descr {
  max-width: 290px;
}
.wt-testimonial-item {
  max-width: 850px;
  width: 100%;
  background: #91D983;
  padding: 30px 85px 30px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-item {
    max-width: 740px;
    padding: 30px 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-item {
    padding: 30px 40px 30px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-item {
    padding: 30px 30px 30px;
  }
}
.wt-testimonial-item:nth-child(odd) {
  rotate: -3deg;
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-testimonial-item:nth-child(odd) {
    margin-left: 0;
  }
}
.wt-testimonial-item:nth-child(even) {
  margin-left: 410px;
  rotate: 3deg;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-item:nth-child(even) {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-item:nth-child(even) {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-testimonial-item:nth-child(even) {
    margin-left: 0;
  }
}
.wt-testimonial-item:nth-child(2) {
  background: #B088E9;
}
.wt-testimonial-item:nth-child(3) {
  background: #D9CF83;
}
.wt-testimonial-item:nth-child(4) {
  background: #F2879E;
}
.wt-testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 34px;
}
.wt-testimonial-img {
  max-width: 80px;
  width: 100%;
}
.wt-testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.wt-testimonial-paragraph {
  font-weight: var(--wt-fw-bold);
  font-size: 30px;
  color: var(--wt-common-black);
  line-height: 38px;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-paragraph {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-paragraph {
    font-size: 16px;
    line-height: 30px;
  }
}
.wt-testimonial-name {
  font-weight: var(--wt-fw-sbold);
  font-size: 24px;
  color: var(--wt-common-black);
  position: relative;
  padding-left: 70px;
}
.wt-testimonial-name::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--wt-common-black);
}
.wt-testimonial-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-shape-1 {
    width: 23%;
  }
}
.wt-testimonial-shape-2 {
  position: absolute;
  top: 20%;
  left: 7%;
  z-index: -1;
  animation: bounce-thum-3 2s forwards infinite alternate;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .wt-testimonial-shape-2 {
    top: 12%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .wt-testimonial-shape-2 {
    top: 14%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-testimonial-shape-2 {
    top: 16%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-shape-2 {
    top: 17%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-shape-2 {
    top: 16%;
    left: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-testimonial-shape-2 {
    display: none;
  }
}
.wt-testimonial-shape-3 {
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: -1;
  animation: moving 7s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-shape-3 {
    right: 5%;
    top: 16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-shape-3 {
    top: 17%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-testimonial-shape-3 {
    display: none;
  }
}
.wt-testimonial-2-area {
  padding: 0 0 130px;
  padding: 0 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-testimonial-2-area {
    padding: 0 0 70px;
  }
}
.wt-testimonial-2-area.inner-page {
  padding-top: 120px;
}
.wt-testimonial-2-slider-section {
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-2-slider-section {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-2-slider-section {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-2-slider-section {
    margin-left: 0;
  }
}
.wt-testimonial-2-active {
  margin-bottom: 75px;
}
.wt-testimonial-2-review {
  margin-bottom: 46px;
}
.wt-testimonial-2-review h4 {
  font-weight: var(--wt-fw-sbold);
  font-size: 30px;
}
.wt-testimonial-2-review .star-ratings {
  -webkit-text-stroke: 1px #FFF033;
}
.wt-testimonial-2-review .star-ratings .fill-ratings {
  color: #FFF033;
}
.wt-testimonial-2-img {
  max-width: 80px;
  width: 100%;
  height: 80px;
  margin-bottom: 25px;
}
.wt-testimonial-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.wt-testimonial-2-paragraph {
  font-weight: var(--wt-fw-sbold);
  font-size: 30px;
  text-transform: uppercase;
  color: var(--wt-common-white);
  line-height: 34px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-2-paragraph {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-2-paragraph {
    font-size: 16px;
  }
}
.wt-testimonial-2-name {
  position: relative;
  padding-left: 80px;
}
.wt-testimonial-2-name::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--wt-common-white);
}
.wt-testimonial-2-name-title {
  font-weight: var(--wt-fw-sbold);
  font-size: 24px;
  color: var(--wt-common-white);
  text-transform: capitalize;
  margin-bottom: 0;
}
.wt-testimonial-2-name-paragraph {
  font-weight: var(--wt-fw-medium);
  font-family: var(--wt-ff-heading);
  text-transform: uppercase;
  margin-bottom: 0;
}
.wt-testimonial-2-thumb {
  max-width: 520px;
  width: 100%;
  height: 770px;
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-2-thumb {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-2-thumb {
    height: 380px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.wt-testimonial-2-arrow button {
  width: 50px;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 20px;
  transition: 0.4s;
}
.wt-testimonial-2-arrow button:hover {
  border-color: var(--wt-common-white);
}
.wt-testimonial-2-arrow button:last-child {
  margin-right: 0;
}
.wt-testimonial-3-area {
  background: rgba(255, 255, 255, 0.03);
  padding: 130px 0 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-testimonial-3-area {
    padding: 68px 0 75px;
  }
}
.wt-testimonial-3-wrapper {
  text-align: center;
}
.wt-testimonial-3-img {
  margin: auto;
  margin-bottom: 25px;
}
.wt-testimonial-3-review .star-ratings-3 {
  max-width: 200px;
  width: 100%;
  margin: auto;
}
.wt-testimonial-3-name-title {
  margin-bottom: 0;
}
.wt-testimonial-3-name-paragraph {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-3-paragraph {
    font-size: 29px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-3-paragraph {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-3-paragraph {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-testimonial-3-paragraph {
    font-size: 20px;
  }
}
.wt-testimonial-3-arrow-box button {
  width: 65px;
  height: 65px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  background: transparent;
  color: var(--wt-common-white);
  border: 1px solid var(--wt-common-white);
  position: absolute;
  left: -220px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-3-arrow-box button {
    left: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-3-arrow-box button {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-3-arrow-box button {
    left: 0;
    top: 35%;
  }
}
.wt-testimonial-3-arrow-box button.slider-next {
  left: auto;
  right: -220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-3-arrow-box button.slider-next {
    right: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-3-arrow-box button.slider-next {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-3-arrow-box button.slider-next {
    right: 0px;
  }
}
.wt-testimonial-3-arrow-box button {
  transition: 0.4s;
}
.wt-testimonial-3-arrow-box button:hover {
  background: var(--wt-common-white);
  color: var(--wt-common-black);
}
.wt-testimonial-3-shape-1 {
  position: absolute;
  top: 22%;
  left: 12%;
  z-index: -1;
  animation: moving 5s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-3-shape-1 {
    top: 8%;
    left: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-3-shape-1 {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-3-shape-1 {
    display: none;
  }
}
.wt-testimonial-3-shape-2 {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: -1;
  animation: moving 7s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-3-shape-2 {
    top: 8%;
    right: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-3-shape-2 {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-3-shape-2 {
    display: none;
  }
}
.wt-testimonial-3-shape-3 {
  position: absolute;
  bottom: 13%;
  left: 7%;
  animation: moving 9s linear infinite;
}
@media (max-width: 767px) {
  .wt-testimonial-3-shape-3 {
    display: none;
  }
}
.wt-testimonial-3-shape-4 {
  position: absolute;
  right: 10%;
  bottom: 18%;
  z-index: -1;
  animation: moving 11s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-testimonial-3-shape-4 {
    bottom: 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-3-shape-4 {
    bottom: 4%;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-3-shape-4 {
    display: none;
  }
}
.wt-testimonial-3-shape img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--wt-common-white);
}
.wt-testimonial-4-area {
  background: rgba(255, 255, 255, 0.03);
  padding: 120px 0 230px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-testimonial-4-area {
    padding: 60px 0 190px;
  }
}
.wt-testimonial-4-active {
  margin-right: -400px;
}
.wt-testimonial-4-wrapper {
  background: #91D983;
  padding: 30px 40px 30px;
}
.wt-testimonial-4-wrapper.two {
  background: #B088E9;
}
.wt-testimonial-4-wrapper.three {
  background: #D9CF83;
}
.wt-testimonial-4-wrapper.four {
  background: #F2879E;
}
.wt-testimonial-4-wrapper.five {
  background: #6175e6;
}
.wt-testimonial-4-paragraph {
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-testimonial-4-paragraph {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-4-paragraph {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-4-paragraph {
    font-size: 17px;
  }
}
.wt-testimonial-4-arrow-box {
  position: relative;
}
.wt-testimonial-4-arrow-box button {
  width: 50px;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -127px;
  z-index: 5;
  font-size: 16px;
  color: var(--wt-common-white);
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.wt-testimonial-4-arrow-box button:hover {
  border: 1px solid rgb(255, 255, 255);
}
.wt-testimonial-4-arrow-box button.slider-next {
  left: auto;
  right: -54px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-testimonial-4-arrow-box button.slider-next {
    right: 0;
  }
}
.wt-testimonial-4-dot {
  position: absolute;
  bottom: -118px;
  left: 52%;
  transform: translateX(-50%);
}
.wt-testimonial-4-dot .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  background: var(--wt-common-white);
  opacity: 0.1;
  border-radius: 0;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-testimonial-4-dot .swiper-pagination-bullet {
    width: 65px;
  }
}
@media (max-width: 767px) {
  .wt-testimonial-4-dot .swiper-pagination-bullet {
    width: 30px;
  }
}
.wt-testimonial-4-dot .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--wt-theme-primary-4);
}
.wt-testimonial-4-dot .swiper-pagination-bullet button {
  display: none !important;
}

.star-ratings {
  unicode-bidi: bidi-override;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 1;
  position: relative;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  -webkit-text-stroke: 1px var(--wt-common-black);
  margin-bottom: 10px;
}
.star-ratings .fill-ratings {
  color: var(--wt-common-black);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: transparent;
}

/*----------------------------------------*/
/*   7.2 Brand Css 
/*----------------------------------------*/
.wt-brand-area {
  padding: 0 0 130px;
}
.wt-brand-wrapper {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-brand-wrapper {
    margin-left: 0;
  }
}
.wt-brand-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wt-brand-wrap:nth-child(2), .wt-brand-wrap:nth-child(3) {
  margin-left: 268px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-brand-wrap:nth-child(2), .wt-brand-wrap:nth-child(3) {
    margin-left: 229px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-brand-wrap:nth-child(2), .wt-brand-wrap:nth-child(3) {
    margin-left: 0;
  }
}
.wt-brand-item {
  max-width: 268px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 82px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-brand-item {
    max-width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-brand-item {
    max-width: 230px;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .wt-brand-item {
    max-width: 100%;
  }
}
.wt-brand-item:hover .wt-brand-thumb img {
  filter: brightness(0) invert(1);
}
.wt-brand-thumb img {
  transition: 0.3s;
}
.wt-brand-2-thumb img {
  margin: 0px 38px;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 30px;
}
.wt-brand-2-thumb img:hover {
  filter: brightness(0) invert(1);
}
.wt-brand-2-active .swiper-slide-active .wt-brand-2-thumb img {
  filter: brightness(0) invert(1);
}

/*----------------------------------------*/
/*   7.14 Skill Css */
/*----------------------------------------*/
.wt-skill-2-area {
  padding: 130px 0 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-skill-2-area {
    padding: 70px 0 60px;
  }
}
.wt-skill-2-area .wt-section-2-descr {
  max-width: 300px;
}
.wt-skill-2-wrapper {
  background: #1f1f1f;
  border-radius: 95px;
  padding: 60px 0 32px;
  margin-bottom: 30px;
  text-align: center;
}
.wt-skill-2-thumb {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-skill-2-thumb {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-skill-2-thumb {
    margin-bottom: 60px;
    margin-top: -30px;
  }
}
.wt-skill-2-thumb img {
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .wt-skill-2-thumb img {
    max-width: 300px;
    margin-bottom: 40px;
  }
}
.wt-skill-2-counter-title {
  font-family: var(--wt-ff-heading);
  font-weight: 600;
  font-size: 55px;
}
.wt-skill-4-area {
  padding: 0 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-skill-4-area {
    padding: 0 0 80px;
  }
}
.wt-skill-4-area .progress-lavel {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-sbold);
  font-size: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--wt-common-white);
  margin-bottom: 28px;
}
.wt-skill-4-area .progress-item {
  position: relative;
  background: var(--wt-common-white);
  margin-top: 20px;
  z-index: 1;
}
.wt-skill-4-area .progress-item .item_value {
  position: absolute;
  top: -50px;
  right: 0;
  font-family: var(--wt-ff-heading);
  font-weight: 600;
  font-size: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--wt-common-white);
}
.wt-skill-4-area .progress-item .item_bar {
  position: relative;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.wt-skill-4-area .progress-item .item_bar .progress {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 0px;
  overflow: visible;
  background-color: var(--wt-theme-primary-4);
  transition: width 100ms ease;
}
.wt-skill-4-left {
  margin-right: 128px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-skill-4-left {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-skill-4-left {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-skill-4-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .wt-skill-4-left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.wt-skill-4-item {
  margin-bottom: 44px;
}
.wt-skill-4-item:last-child {
  margin-bottom: 0;
}
.wt-skill-4-thumb {
  margin-left: auto;
}

/*----------------------------------------*/
/*   7.12 Rusume Css 
/*----------------------------------------*/
.wt-resume-2-area {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 100%);
  padding: 140px 0 120px;
  margin: 0 70px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-resume-2-area {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-resume-2-area {
    padding: 70px 0 70px;
    margin: 0;
  }
}
.wt-resume-2-area::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 488px;
  right: 0;
  bottom: 0;
  mask-image: url(../img/resume/resume-bg-shape.svg);
  background: var(--wt-theme-primary);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  backdrop-filter: blur(300px);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-resume-2-area::before {
    width: 880px;
    height: 427px;
  }
}
.wt-resume-2-area .wt-section-2-descr {
  max-width: 325px;
}
.wt-resume-2-thumb {
  max-width: 410px;
  width: 100%;
  height: 600px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-resume-2-thumb {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .wt-resume-2-thumb {
    margin-top: 0;
    height: 450px;
  }
}
.wt-resume-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wt-resume-2-section-wrapper {
  margin-left: 220px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-resume-2-section-wrapper {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-resume-2-section-wrapper {
    margin-left: 0;
  }
}
.wt-resume-2-wrapper {
  margin-top: -180px;
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-resume-2-wrapper {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-resume-2-wrapper {
    margin-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .wt-resume-2-wrapper {
    margin-left: 0;
    margin-top: 40px;
  }
}
.wt-resume-2-shape-thumb {
  margin-left: 60px;
  margin-top: -95px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-resume-2-shape-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-resume-2-shape-thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wt-resume-2-shape-thumb {
    margin-left: 0;
    margin-top: 0;
  }
}
.wt-resume-2-shape-thumb img {
  animation: bounce-thum-2 1s ease-in-out 0.1s forwards infinite alternate;
}
@media (max-width: 767px) {
  .wt-resume-2-shape-thumb img {
    width: 100%;
  }
}
.wt-resume-2-tab-nav-tabs {
  border-bottom: none;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-link-color: var(--wt-common-white);
  --bs-nav-link-hover-color: var(--wt-common-white);
}
.wt-resume-2-tab-nav-item {
  --bs-nav-tabs-link-active-bg: transparent;
  --bs-nav-tabs-link-active-color: var(--wt-common-white);
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-bold);
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 20px;
}
.wt-resume-2-tab-nav-link {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 13px 28px;
}
@media (max-width: 767px) {
  .wt-resume-2-tab-nav-link {
    padding: 12px 24px;
  }
}
.wt-resume-2-tab-nav-link.active {
  border-color: var(--wt-common-white) !important;
}
.wt-resume-2-tab-nav-link:hover {
  border-color: none;
}
.wt-resume-2-tab-item {
  background: var(--wt-common-black);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 23px 80px 24px 52px;
  margin-bottom: 10px;
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-resume-2-tab-item {
    padding: 23px 30px 12px 30px;
  }
}
.wt-resume-2-tab-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.wt-resume-2-tab-date span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.wt-resume-2-tab-title {
  margin-bottom: 12px;
}
.wt-resume-2-tab-subtitle {
  font-family: var(--wt-ff-body);
  font-weight: var(--wt-fw-medium);
  font-size: 16px;
  margin-bottom: 33px;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*   7.9 Pricing Css 
/*----------------------------------------*/
.wt-pricing-2-area {
  padding: 130px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-pricing-2-area {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767px) {
  .wt-pricing-2-area .wt-section-wrapper {
    margin-bottom: 0;
  }
}
.wt-pricing-2-area .wt-section-2-descr {
  max-width: 310px;
}
@media (max-width: 767px) {
  .wt-pricing-2-area .wt-skill-2-thumb {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.wt-pricing-2-wrapper {
  background: #91D983;
  padding: 50px 52px 50px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-pricing-2-wrapper {
    padding: 50px 20px 50px 30px;
  }
}
@media (max-width: 767px) {
  .wt-pricing-2-wrapper {
    padding: 50px 18px 50px 30px;
  }
}
.wt-pricing-2-wrapper.two {
  background: #D9CF83;
}
.wt-pricing-2-wrapper.three {
  background: #F2879E;
}
.wt-pricing-2-subtitle {
  font-family: var(--wt-ff-body);
  font-weight: var(--wt-fw-bold);
  text-transform: uppercase;
  color: var(--wt-common-black);
  margin-bottom: 0;
}
.wt-pricing-2-title {
  font-weight: var(--wt-fw-sbold);
  font-size: 60px;
  letter-spacing: -0.03em;
  color: var(--wt-common-black);
  margin-bottom: 18px;
}
.wt-pricing-2-paragraph {
  font-weight: var(--wt-fw-medium);
  font-size: 18px;
  color: var(--wt-common-black);
  margin-bottom: 40px;
}
.wt-pricing-2-thumb {
  margin-left: 125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wt-pricing-2-thumb {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-pricing-2-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-pricing-2-thumb {
    margin-left: -80px;
  }
}
@media (max-width: 767px) {
  .wt-pricing-2-thumb {
    margin-left: 0;
  }
}
.wt-pricing-2-list {
  margin-bottom: 46px;
}
.wt-pricing-2-list ul li {
  color: var(--wt-common-black);
  list-style: none;
  display: flex;
  align-items: end;
  gap: 10px;
  font-weight: var(--wt-fw-sbold);
  font-size: 18px;
  margin-bottom: 12px;
}
.wt-pricing-2-list ul li span {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
}
.wt-pricing-2-list ul li span i {
  line-height: 1;
  display: inline-block;
}
.wt-pricing-2-button a:hover {
  background: var(--wt-common-black);
}
.wt-pricing-2-button a:hover i {
  color: var(--wt-common-white);
}
.wt-pricing-3-area {
  padding: 130px 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-pricing-3-area {
    padding: 65px 0 40px;
  }
}
.wt-pricing-3-area .wt-portfolio-3-paragraph {
  max-width: 357px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-pricing-3-area .wt-section-3-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-pricing-3-area .wt-section-title {
    margin-bottom: 0;
  }
}
.wt-pricing-3-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 52px 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-pricing-3-wrapper {
    padding: 38px 20px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-pricing-3-wrapper {
    padding: 38px 60px 22px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
    align-items: stretch;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .wt-pricing-3-wrapper {
    padding: 38px 30px 22px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: left;
    align-items: stretch;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-pricing-3-wrapper .wt-pricing-2-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-pricing-3-wrapper .wt-pricing-2-list ul li {
    font-size: 16px;
  }
}
.wt-pricing-3-top {
  max-width: 305px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-pricing-3-top {
    max-width: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-pricing-3-top {
    max-width: 180px;
  }
}
.wt-pricing-3-list {
  margin-bottom: 0;
}
.wt-pricing-3-list ul li {
  float: left;
  width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-pricing-3-list ul li {
    float: inherit;
    width: inherit;
  }
}
.wt-pricing-3-button a:hover {
  background: var(--wt-common-black);
  color: var(--wt-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-pricing-page-area {
    padding: 120px 0 20px;
  }
}
.wt-pricing-page-area .wt-section-descr {
  max-width: 310px;
}

/*----------------------------------------*/
/*  7.7 Marquee Css 
/*----------------------------------------*/
.wt-maquee-3-area {
  background: var(--wt-theme-primary-3);
  padding: 16px 0;
  rotate: -3deg;
}
.wt-maquee-3-transition {
  transition-timing-function: linear;
}
.wt-maquee-3-item {
  display: flex;
  white-space: nowrap;
}
.wt-maquee-3-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
}
.wt-maquee-3-icon span {
  animation: rotate-infinte 6s infinite linear;
  display: inline-block;
  color: var(--wt-common-black);
  font-size: 30px;
}
.wt-maquee-3-icon span i {
  display: inline-block;
  line-height: 1;
}
.wt-maquee-3-title {
  color: var(--wt-common-black);
  margin-bottom: 0;
  font-weight: var(--wt-fw-sbold);
  font-size: 44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-maquee-3-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wt-maquee-3-title {
    font-size: 20px;
  }
}

/* !END: Theme Maquee CSS */
/*----------------------------------------*/
/*   7.8 Portfolio Css
/*----------------------------------------*/
.wt-portfolio-3-area {
  padding: 0 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-portfolio-3-area {
    padding: 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-portfolio-3-area .wt-section-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-portfolio-3-area .wt-section-title {
    margin-bottom: 0;
  }
}
.wt-portfolio-3-paragraph p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .wt-portfolio-3-filter {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.wt-portfolio-3-filter button {
  color: var(--wt-text-2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 0px 18px 4px;
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-portfolio-3-filter button {
    padding: 0px 12px 4px;
  }
}
.wt-portfolio-3-filter button:hover {
  background: var(--wt-theme-primary-3);
  border-color: var(--wt-theme-primary-3);
  color: var(--wt-common-black);
}
.wt-portfolio-3-filter button.active {
  background: var(--wt-theme-primary-3);
  border-color: var(--wt-theme-primary-3);
  color: var(--wt-common-black);
}
.wt-portfolio-3-filter button:last-child {
  margin-right: 0;
}
.wt-portfolio-3-wrapper {
  margin-bottom: 65px;
}
.wt-portfolio-3-thumb {
  margin-bottom: 22px;
}
.wt-portfolio-3-thumb img {
  width: 100%;
}
.wt-portfolio-3-top-paragraph {
  max-width: 410px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-3-top-paragraph {
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.wt-portfolio-3-top-paragraph p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-portfolio-3-paragraph.mt-40 {
    margin-bottom: 40px;
  }
}
.wt-portfolio-3-paragraph {
  color: var(--wt-text-2);
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-portfolio-3-paragraph {
    margin-top: 0;
  }
}
.wt-portfolio-3-title {
  font-size: 30px;
}
.wt-portfolio-3-title a {
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
}
.wt-portfolio-3-title:hover a {
  background-size: 100% 1px;
}
.wt-portfolio-4-area {
  padding: 0 0 120px;
  margin: 0 45px 0;
}
@media only screen and (min-width: 1700px) and (max-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-area {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-portfolio-4-area {
    padding: 0 0 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-area {
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-area .wt-section-4-wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-area .wt-section-4-title {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-area .wt-portfolio-4-top-descri {
    margin-bottom: 40px;
  }
}
.wt-portfolio-4-top-paragraph {
  font-size: 18px;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-top-paragraph {
    margin-left: 0;
    max-width: 400px;
  }
}
.wt-portfolio-4-wrapper:hover .wt-portfolio-4-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wt-portfolio-4-thumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.wt-portfolio-4-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: 0.6s ease-in-out;
  position: relative;
  z-index: 1;
}
.wt-portfolio-4-icon a {
  width: 60px;
  height: 60px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--wt-theme-primary-4);
  color: var(--wt-common-black);
  border-radius: 50%;
  margin-bottom: 25px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-icon a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.wt-portfolio-4-icon a i {
  display: inline-flex;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
}
.wt-portfolio-4-icon a:hover {
  background: var(--wt-common-white);
  color: var(--wt-common-black);
}
.wt-portfolio-4-title {
  color: var(--wt-common-white);
  margin-bottom: 0;
  font-size: 30px;
  background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: all 0.3s, background-size 0.8s;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-title {
    font-size: 20px;
  }
}
.wt-portfolio-4-title:hover {
  background-size: 100% 1px;
}
.wt-portfolio-4-paragraph {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-4-paragraph {
    font-size: 14px;
  }
}
.wt-portfolio-single-details {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
}
.wt-portfolio-single-details ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 30px;
}
.wt-portfolio-single-details ul li {
  font-family: var(--wt-ff-heading);
  font-weight: var(--wt-fw-bold);
  font-size: 30px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--wt-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-portfolio-single-details ul li {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .wt-portfolio-single-details ul li {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-portfolio-single-details ul li {
    font-size: 30px;
  }
}
.wt-portfolio-single-details ul li span {
  font-size: 18px;
  font-family: var(--wt-ff-body);
  font-weight: var(--wt-fw-regular);
  display: block;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wt-portfolio-single-area {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-single-top-thumb {
    margin-bottom: 30px;
  }
}
.wt-portfolio-single-title {
  font-size: 44px;
}
.wt-portfolio-single-paragraph {
  font-size: 18px;
  line-height: 167%;
}
.wt-portfolio-single-paragraph {
  font-size: 18px;
  line-height: 167%;
  margin-bottom: 31px;
}
.wt-portfolio-single-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-gellary-area {
    padding: 120px 0 40px;
  }
}
@media (max-width: 767px) {
  .wt-portfolio-gellary-area .row.mb-30 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-portfolio-list-area {
    padding: 120px 0 40px;
  }
}
.wt-portfolio-list-row {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wt-portfolio-list-row {
    margin-bottom: 0;
  }
}

/*----------------------------------------*/
/*  7.4 Experience Css 
/*----------------------------------------*/
.wt-experience-3-area {
  padding: 0 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-experience-3-area {
    padding: 0 0 50px;
  }
}
.wt-experience-3-area .wt-section-3-paragraph {
  max-width: 400px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-experience-3-left {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wt-experience-3-tab-button {
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wt-experience-3-tab-button {
    position: absolute;
    top: 18px;
    right: -15px;
  }
}
.wt-experience-3-nav-tabs {
  border-bottom: none;
  --bs-nav-tabs-border-radius: 0;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 767px) {
  .wt-experience-3-nav-tabs {
    display: flex;
    flex-direction: inherit;
    gap: 7px;
    margin-bottom: 40px;
    --bs-nav-link-padding-x: 13px;
  }
}
.wt-experience-3-nav-link {
  border: 1px solid var(--wt-common-white) !important;
  color: var(--wt-common-white);
}
.wt-experience-3-nav-link:hover {
  color: var(--wt-common-white);
}
.wt-experience-3-nav-link.active {
  background: var(--wt-theme-primary-3) !important;
  border-color: var(--wt-theme-primary-3) !important;
}
.wt-experience-3-wrapper {
  margin-left: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-experience-3-wrapper {
    margin-left: 0;
  }
}
.wt-experience-3-item {
  background: rgba(255, 255, 255, 0.03);
  padding: 32px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wt-experience-3-item {
    padding: 32px 20px;
  }
}
.wt-experience-3-top-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.wt-experience-3-top-left p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.wt-experience-3-top-right span {
  text-transform: uppercase;
  color: var(--wt-theme-primary-3);
}
.wt-experience-3-bottom-paragraph:last-child {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.3 Error Css
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-error-area {
    padding: 140px 0 40px;
  }
}
.wt-error-thumb {
  margin-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .wt-error-thumb img {
    width: 100%;
  }
}
.wt-error-wrapper {
  max-width: 725px;
  margin: auto;
}
.wt-error-title {
  font-size: 65px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wt-error-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wt-error-title {
    font-size: 49px;
  }
}
.wt-error-paragraph {
  margin-bottom: 40px;
}
.wt-error-form {
  max-width: 466px;
  width: 100%;
  margin: auto;
}
.wt-error-form input {
  width: 100%;
  height: 66px;
  color: var(--wt-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wt-error-form input::placeholder {
  font-weight: var(--wt-fw-medium);
  font-size: 18px;
  color: #909090;
}
.wt-error-form .form-input {
  position: relative;
}
.wt-error-form i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  font-weight: var(--wt-fw-medium);
}

/*----------------------------------------*/
/*  7.6 Maps Css 
/*----------------------------------------*/
.wt-maps-area {
  padding-bottom: 130px;
  overflow: hidden;
}
.wt-maps-wrapper {
  position: relative;
  top: 10px;
}
.wt-maps-wrapper iframe {
  width: 100%;
  min-height: 715px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .wt-maps-wrapper iframe {
    width: 100%;
    min-height: 620px;
  }
}

/*# sourceMappingURL=main.css.map */
