

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes

	-----------------
    02. COMPONENTS CSS
	-----------------
		2.1 Back to top
		2.2 Buttons
		2.3 Animations
		2.4 Preloader
		2.5 Background
		2.6 Nice Select
		2.7 Breadcrumb
		2.8 Accordion
		2.9 Section Title
		2.10 Accordion
		2.11 Search
		2.12 Magic Cursor

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style

    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main Menu
		4.2 Mobile Menu
		4.3 offcanvas Menu

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Recent Post css
		5.3 Sidebar css
		5.4 Blog css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1
		6.2 Footer Style 2
		6.3 Footer Style 3
		6.5 Footer Style 5
		6.7 Footer Style 7
		6.8 Footer Style 8
		6.9 Footer Style 9
		6.10 Footer Style 10
		6.11 Footer Style 11
		6.12 Footer Style 12
		6.13 Footer Style 13
		6.14 Footer Style 14
		6.15 Footer Style 15

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 Hero css
		7.2 About Css
		7.3 Banner Css
		7.4 Text-slide Css
		7.5 Service Css
		7.6 Project Css
		7.7 Funfact Css
		7.8 Work Css
		7.9 Testimonail Css
		8.0 Award Css
		8.1 Video Css
		8.2 Brand Css
		8.3 Team Css
		8.4 Step Css
		8.5 Choose Css
		8.6 Price Css
		8.7 Faq Css
		8.8 Success Css
		8.9 Instagram Css
		9.0 Feature Css
		9.1 Review Css
		9.2 Stack Css
		9.3 Benefits Css
		9.4 Cta Css
		9.5 Intaractive Css
		9.6 Project Slider Css
		9.7 Career Css
		9.8 Contact Css
		9.9 Portfolio css
		10.0 Shop Css
		10.1 Shop Details Css
		10.2 Login Css
		10.3 Checkout css
		10.4 Cart css
		10.5 Account css
		10.6 Error Css
		10.7 Dark Css Start
		10.8 Light Css Start


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@keyframes bannerAnimationTwo {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(20px, -5px);
  }
  40% {
    transform: translate(50px, 20px);
  }
  60% {
    transform: translate(20px, 50px);
  }
  80% {
    transform: translate(-20px, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.back-to-top-wrapper, a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tp-product-details-action-sm-btn svg, .tp-product-details-wishlist-btn svg, .tp-perspective-social-info span svg, .tp-team-details-info-contact a svg, .app-testimonial-review-content span svg, .pp-service-2-banner-text p span, .pp-service-2-banner-text a span, .tp-service-4-solution-item-btn a span, .pp-service-details-process-bottom span a svg, .st-hero-btn-icon, .pp-footer-btn span, .postbox__comment-reply a span, .tp-header-10-announcement-content a span, .breadcrumb__list span:not(:last-child)::after, .tp-btn-border-2.st span, .tp-portfolio-details-btn span {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

:root {
  *
/*  @font family declaration*/
  
  --tp-ff-teko: 'Teko', serif;
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-besley: 'Besley', serif;
  --tp-ff-mango-thin: 'MangoGrotesqueThin', serif;
  --tp-ff-mango-light: 'MangoGrotesqueLight', serif;
  --tp-ff-mango: 'MangoGrotesque', serif;
  --tp-ff-mango-medium: 'MangoGrotesqueMed', serif;
  --tp-ff-mango-semibold: 'MangoGrotesqueSemBd', serif;
  --tp-ff-mango-bold: 'MangoGrotesque', serif;
  --tp-ff-clash-light: 'ClashDisplay-Light', serif;
  --tp-ff-clash-regular: 'ClashDisplay-Regular', serif;
  --tp-ff-clash-medium: 'ClashDisplay-Medium', serif;
  --tp-ff-clash-semibold: 'ClashDisplay-Semibold', serif;
  --tp-ff-clash-bold: 'ClashDisplay-Bold', serif;
  --tp-ff-grotesk: 'Space Grotesk', serif;
  --tp-ff-platform: 'Platform', serif;
  --tp-ff-playfair: 'Playfair Display', serif;
  --tp-ff-satisfy: 'Satisfy', cursive;
  --tp-ff-dirtyline: 'dirtyline-36daysoftype-2022', serif;
  --tp-ff-phudu: 'Phudu', serif;
  --tp-ff-poppins: 'Poppins', serif;
  --tp-ff-onest: 'Onest', serif;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --tp-common-white: #ffffff;
  --tp-common-black: #141414;
  --tp-common-black-2: #232323;
  --tp-common-black-3: #000;
  --tp-common-black-4: #0a0a0a;
  --tp-common-black-5: #121212;
  --tp-common-black-6: #212121;
  --tp-common-black-7: #0E0F11;
  --tp-common-black-8: #1a1b1e;
  --tp-common-black-9: #16302f;
  --tp-common-black-10: #21212D;
  --tp-common-cream: #f9f4e8;
  --tp-common-cream-2: #FFF6BF;
  --tp-common-cream-3: #ffffe6;
  --tp-common-yellow: #ffc446;
  --tp-common-yellow-1: #FFF669;
  --tp-common-yellow-green: #E9FF48;
  --tp-common-green-light: #D0FF71;
  --tp-common-green-regular: #C1ED00;
  --tp-common-green-solid: #17312F;
  --tp-common-pink-light: #FDE1DA;
  --tp-common-paste: #43D4A0;
  --tp-common-paste-2: #0C5752;
  --tp-common-sky: #C5FCFC;
  --tp-common-red: #FF4851;
  --tp-common-red-2: #FF481F;
  --tp-common-red-3: #FF5722;
  --tp-common-blue: #7463FF;
  --tp-common-brown: #453030;
  --tp-grey-1: #f8f8f8;
  --tp-grey-2: #f1f1f1;
  --tp-grey-3: #F8F8FB;
  --tp-grey-4: #F6F8EF;
  --tp-coffe-1: #653624;
  --tp-coffe-2: #552411;
  --tp-cream-1: #B7AB98;
  --tp-cream-2: #CFC292;
  --tp-text-body: #2e2d2d;
  --tp-theme-green: #A0FF27;
  --tp-theme-pink: #EC6FD5;
  --tp-theme-yellow: #FFB701;
  --tp-border-1: #EAEBED;
  --tp-border-2: #e7e7e7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1510px;
  }
  .container-1680 {
    max-width: 1680px;
  }
  .container-1430 {
    max-width: 1430px;
  }
  .container-1300 {
    max-width: 1300px;
  }
  .container-1230 {
    max-width: 1230px;
  }
}
@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scroll1 {
  0% {
    top: 0px;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll2 {
  0% {
    top: 0px;
  }
  100% {
    top: 100%;
  }
}
@keyframes scroll_anim {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: var(--tp-text-body);
  font-family: museo-sans-rounded, sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: var(--tp-common-black);
  font-family: museo-sans-rounded, sans-serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-text-body);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 8px;
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
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: var(--tp-common-black);
}

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: var(--tp-common-black);
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}


.tp-line-white {
  display: inline;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}

.tp-line-white.cream-2 {
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
}


/*---------------------------------
    1.2 Common Classes
---------------------------------*/


.fix {
  overflow: hidden;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.p-relative {
  position: relative;
}

/*----------------------------------------*/
/*  2.1 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;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  color: var(--tp-common-black);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: 0;
}
.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}
@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*----------------------------------------*/
/*  2.4 Preloader
/*----------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tp-common-black);
  animation: preloader 1.3s linear infinite;
  -webkit-animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.paste-bg-2 {
  
  background-color: #fed806;
  
}
.tp-btn-black-radius {
  font-size: 16px;
  font-weight: 600;
  padding: 4px 22px;
  padding-right: 4px;
  border-radius: 38px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: #21212d;
  gap: 10px;
}
.tp-btn-black-radius span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
.tp-btn-black-radius span span.text-1 {
  position: relative;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}
.tp-btn-black-radius span span.text-2 {
  position: absolute;
  top: 100%;
  display: block;
  transition: 0.3s;
  transform: translateY(-1px);
}

.tp-btn-black-radius:hover {
  color: var(--tp-common-white);
}
.tp-btn-black-radius:hover span span.text-1 {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.tp-btn-black-radius:hover span span.text-2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tp-btn-black-radius:hover i svg:first-child {
  transform: translate(16px, -16px);
}
.tp-btn-black-radius:hover i svg:last-child {
  opacity: 1;
  visibility: visible;
  transform: translate(13px, -13px);
}
.tp-btn-black-radius:focus {
  color: var(--tp-common-white);
}
.tp-btn-black-radius.btn-blue-bg {
  padding: 5px 22px;
  padding-right: 5px;
  background-color: #ff3298;
  border: 1px solid rgba(238, 241, 234, 0.04);
}
.tp-btn-black-radius.btn-blue-bg i {
  height: 20px;
  width: 20px;
  line-height: 50px;
}
.tp-btn-black-radius.btn-blue-bg.btn-border {
  background-color: transparent;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.1);
}

.tp-btn-black-radius.btn-blur {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
}

/*----------------------------------------*/
/*  2.8 Accordion
/*----------------------------------------*/
.design-service-accordion .accordion-header {
  font-size: inherit;
}
.design-service-accordion .accordion-buttons {
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.design-service-accordion .accordion-buttons img {
  transition: 0.3s;
}

.design-service-accordion .accordion-buttons i {
  font-weight: 800;
  font-size: 25px;
  line-height: 0.87;
  color: #ff3298;
  margin-bottom: 0;
  transition: 0.3s;
  font-style: normal;
  padding-bottom: 5px;
  letter-spacing: -0.02em;
  font-family: museo-sans-rounded, sans-serif;
}

.design-service-accordion .accordion-buttons:not(.collapsed) img {
  transform:  rotate(180deg) ;
}
.design-service-accordion .accordion-buttons:not(.collapsed) i {
  color: #ff3298;
}
.design-service-accordion .accordion-body {
  padding: 0;
  padding-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-accordion .accordion-body {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .design-service-accordion .accordion-body {
    padding-right: 0;
  }
}
.design-service-accordion .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.62;
  color: #ff3298;
  margin-bottom: 0;
  /* padding-bottom: 30px; */
  letter-spacing: -0.02em;
  margin-top: 20px;
}

.design-service-accordion .accordion-items {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.design-service-accordion .accordion-items:not(:last-child) {
  margin-bottom: 0px;
}

.design-service-img {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 10px;
  height: auto;
  width: auto;
}

.ai-faq-accordion-wrap .accordion-items {
  /* padding-left: 40px; */
  padding-bottom: 0px;
  position: relative;
}
.ai-faq-accordion-wrap .accordion-items:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ai-faq-accordion-wrap .accordion-header {
  margin-bottom: 0;
  font-size: 0;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons {
  padding-top: 25px;
  padding-bottom: 13px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  width: 100%;
  text-align: left;
  letter-spacing: -0.02em;
  color: #2b2b2b;
  text-decoration: underline;
}

.ai-faq-accordion-wrap .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon {
  position: absolute;
  top: 35px;
  left: 7px;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
  transition: 0.4s;
}
.ai-faq-accordion-wrap .accordion-header .accordion-buttons .accordion-icon::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--tp-common-white);
  border-radius: 2px;
}
.ai-faq-accordion-wrap .accordion-header span {
  margin-right: 20px;
}
.ai-faq-accordion-wrap .accordion-body {
  padding: 0;
  padding-right: 85px;
}

.ai-faq-accordion-wrap .accordion-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  padding-bottom: 15px;
}

.app-brand-item {
  text-align: center;
  /* border-right: 1px solid rgba(33, 33, 45, 0.1); */
}
.app-brand-item:hover .app-brand-thumb img {
  transform: scale(1.1);
}
.app-brand-thumb {
  border-radius: 16px;
  padding: 0px 0px;
}

.app-brand-thumb img {
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agntix-light .cr-brand-wrapper .app-brand-item {
  border-color: rgba(0, 0, 0, 0.1);
}
.agntix-light .cr-brand-wrapper .app-brand-item img {
  filter: invert(1);
}
/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/


.tp-section-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 2;
  display: inline-block;
  /* text-transform: uppercase; */
  color: var(--tp-common-black);
}
.tp-section-subtitle.pre::before {
    content: "";
    height: 8px;
    width: 8px;
    margin-right: 12px;
    border-radius: 4px;
    display: inline-block;
    transform: translateY(-2px);
    background-color: var(--tp-common-red-3);
}

.tp-section-subtitle-platform {
  font-size: 24px;
  font-weight: 400;
  /* font-style: italic; */
  display: inline-block;
  letter-spacing: 0.04em;
  color: #3b3b3b;
  font-family: museo-sans-rounded, sans-serif;
}
@media (max-width: 767px) {
  .tp-section-subtitle-platform {
    font-size: 20px;
  }
}

.tp-section-title-phudu {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  /* text-transform: uppercase; */
  font-family: museo-sans-rounded, sans-serif;
  color: #000;
}

.tp-section-title-w {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  /* text-transform: uppercase; */
  font-family: museo-sans-rounded, sans-serif;
  color: #ffffff;
}

.tp-section-title-platform {
  font-weight: 800;
  font-size: 40px;
  text-align: left !important;
  line-height: 1;
  color: #3b3b3b;
  font-family: museo-sans-rounded, sans-serif;
}

/*----------------------------------------*/
/*  2.11 Search
/*----------------------------------------*/
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 300px;
  visibility: hidden;
  background: var(--tp-common-white);
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s, visibility 0.5s ease-in-out;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.tp-search-wrapper {
  position: relative;
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-wrapper {
    padding-top: 115px;
  }
}
.tp-search-close {
  position: absolute;
  top: 35px;
  right: 35px;
}
@media (max-width: 767px) {
  .tp-search-close {
    right: 20px;
    top: 20px;
  }
}
.tp-search-close-btn {
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 2;
  line-height: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 1px solid rgba(22, 22, 19, 0.1);
}
.tp-search-close-btn svg {
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-search-content .search {
  margin-bottom: 40px;
  position: relative;
}

.tp-search-content .search::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  transition: 0.4s;
  background-color: var(--tp-common-black);
}
.tp-search-content input {
  height: 80px;
  border: none;
  font-size: 30px;
  font-weight: 400;
  padding: 0 60px 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #E6E8F0;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
}

.tp-search-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}

.tp-search-content input::placeholder { /* MODERN BROWSER */
  font-size: 30px;
  font-weight: 400;
  color: var(--tp-common-black);
}
.tp-search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

/*----------------------------------------*/
/*  2.12 Magic Cursor
/*----------------------------------------*/
body.tp-magic-cursor #magic-cursor {
  display: block;
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  top: 0;
  left: 0;
}

#ball {
  position: fixed;
  display: flex;
  align-items: center;
  pointer-events: none;
  border-radius: 50%;
  color: transparent;
  justify-content: center;
  mix-blend-mode: difference;
  background-color: var(--tp-common-black);
}

/* HEADER CSS */
/*----------------------------------------*/
/*   3.1 Header Style
/*----------------------------------------*/
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
}

.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-header-menu > nav > ul > li {
  margin: 0 20px;
  list-style-type: none;
  display: inline-block;
}

.tp-header-menu > nav > ul > li > a {
  padding: 35px 0;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}

.tp-header-logo img {
  max-width: inherit;
}

.tp-header-bar button {
  width: 30px;
  color: var(--tp-common-white);
}
.tp-header-bar button i {
  height: 2px;
  width: 14px;
  display: block;
  margin-left: 0;
  background-color: var(--tp-common-white);
}
.tp-header-bar button i:nth-child(2) {
  width: 24px;
}
.tp-header-bar button i:not(:last-of-type) {
  margin: 6px auto;
}

.tp-header-4-style .tp-header-menu nav ul li a {
  color: var(--tp-common-white);
}

.tp-header-4-style.header-4-light-style .tp-header-bar button {
  color: var(--tp-common-black);
}
.tp-header-4-style.header-4-light-style .tp-header-bar button i {
  background-color: #3585ff;
}


.tp-header-10-menu {
  margin-left: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-10-menu {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1701px) and (max-width: 1800px), only screen and (min-width: 1801px) and (max-width: 1850px) {
  .tp-header-10-menu {
    margin-left: -60px;
  }
}
.tp-header-10-menu::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  top: 15px;
  left: -10px;
  background: rgba(33, 33, 45, 0.06);
}
.tp-header-10-menu > nav > ul {
  margin-left: 0;
}
.tp-header-10-menu > nav > ul > li {
  margin: 0 20px;
}
.tp-header-10-menu > nav > ul > li > a {
  padding: 12px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.16px;
  color: var(--tp-common-black-10);
}
.tp-header-10-menu.tp-header-dropdown nav ul li.has-dropdown::after {
  display: none;
}

.tp-header-10-offcanvas .tp-header-bar button {
  color: var(--tp-common-black);
}
.tp-header-10-offcanvas .tp-header-bar button i {
  background-color: var(--tp-common-black);
}


/*----------------------------------------*/
/*  4.1 Main Menu
/*----------------------------------------*/
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 10;
  visibility: visible;
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .tp-header-menu > nav > ul > li > a {
  padding: 22px 0;
}
.header-sticky.sticky-white-bg {
  background: rgba(255, 255, 255, 0.9);
}
.header-sticky.sticky-white-bg .tp-header-menu > nav > ul > li > a {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-dropdown nav ul li.has-dropdown::after {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .logo-white {
  display: none;
}
.header-sticky.sticky-white-bg .logo-black {
  display: block !important;
}
.header-sticky.sticky-white-bg .tp-header-lang a {
  color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-white-bg .tp-header-lang a.active {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-bar button i {
  background-color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .tp-header-7-serach {
  color: var(--tp-common-black);
}
.header-sticky.sticky-white-bg .cr-header-login a {
  background: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-white-bg .cr-header-login a:hover {
  color: var(--tp-common-black);
  background-color: transparent;
}
.header-sticky.sticky-white-bg .tp-header-btn-box .tp-btn-white-border:hover {
  color: var(--tp-common-black);
  border-color: rgba(0, 0, 0, 0.6);
}
.header-sticky.sticky-white-bg .animated-border-box::before {
  background-image: conic-gradient(rgb(255, 255, 255), #000, rgb(255, 255, 255) 25%);
}
.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg {
  color: #0E0F11;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header-sticky.sticky-white-bg .tp-btn-white-border.tp-btn-light-bg:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.header-sticky.tp-header-blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  z-index: -1;
}

.header-sticky.tp-header-border {
  border-bottom: 0;
}
.header-sticky .tp-header-logo {
  padding: 0;
}

.header-sticky.tp-header-inner-style .tp-header-menu > nav > ul {
  padding: 0;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
}
.header-sticky.tp-header-inner-style .tp-header-dropdown nav ul li .tp-submenu {
  top: 104%;
}
.header-sticky.tp-header-inner-style .tp-megamenu-wrapper {
  top: 104%;
}

.sticky-white-bg .tp-megamenu-list ul li a span {
  font-weight: 700;
}
.sticky-white-bg .tp-megamenu-list ul li a span.new {
  color: rgb(182, 74, 222);
  background: rgba(182, 74, 222, 0.08);
}
.sticky-white-bg .tp-megamenu-list ul li a span.pop {
  color: #0db50e;
  background-color: rgba(13, 181, 14, 0.08);
}

.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.p-static {
  position: static;
}
.tp-header-dropdown nav ul li.has-dropdown::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li.has-dropdown:hover::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 99;
  opacity: 0;
  padding: 12px 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  border-radius: 14px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(40px);
  background: rgba(38, 37, 40, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 0 12px;
  border-radius: 8px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #bfbfc0;
  padding: 12px 18px;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  width: 100%;
}
@media 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: 1200px) and (max-width: 1399px) {
  .tp-header-dropdown nav ul li .tp-submenu li a {
    font-size: 14px;
  }
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children > a::after {
  content: "\f107";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  color: #bfbfc0;
  display: inline-block;
  transform: rotate(-90deg);
  transition: all 0.3s 0s ease-out;
  font-family: var(--tp-ff-fontawesome);
}
.tp-header-dropdown nav ul li .tp-submenu li.menu-item-has-children:hover a::after {
  transform: rotate(0deg);
  color: var(--tp-common-white);
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.tp-header-dropdown nav ul li:hover > .tp-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}


.dropdown-white-bg nav ul li .tp-submenu {
  background: rgba(255, 255, 255, 0.9);
}
.dropdown-white-bg nav ul li .tp-submenu li a {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li:hover > a {
  background-color: #F8F8FB;
  color: var(--tp-common-black);
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children > a::after {
  color: #636368;
}
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover > a::after {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  4.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu {
  margin-bottom: 80px;
}
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 10px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > a {
  color: #3585ff;
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}
.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
  backdrop-filter: none;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-menu .mega-menu {
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: none;
  position: static;
  display: none;
  -webkit-transform: perspective(0) rotateX(0);
  -moz-transform: perspective(0) rotateX(0);
  -ms-transform: perspective(0) rotateX(0);
  -o-transform: perspective(0) rotateX(0);
  transform: perspective(0) rotateX(0);
}
.tp-offcanvas-menu .tp-megamenu-list ul li {
  padding: 0;
}
.tp-offcanvas-menu .tp-megamenu-list ul li a {
  padding: 8px 20px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a {
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 17px;
}
.tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #f8f8fb;
  color: var(--tp-common-black);
}

.tp-menu-close {
  position: absolute;
  right: 7px;
  top: 12px;
}
.tp-menu-close i {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
}

.menu-item-has-children .tp-menu-close {
  right: 14px;
  top: 9px;
}

/*----------------------------------------*/
/*  4.3 offcanvas Menu
/*----------------------------------------*/
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}


.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px 50px;
  overflow-y: scroll;
  transition: all 0.3s;
  background: #FFF;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}
.tp-offcanvas-wrapper .logo-2 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg {
  background: #1C1D20;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-1 {
  display: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .logo-2 {
  display: block !important;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-close-btn {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-red-3);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: #2c2b2e;
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-menu-close i {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
  backdrop-filter: initial;
  background: transparent;
  box-shadow: none;
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title.sm {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-contact ul li a::after {
  background-color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a {
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-title {
  color: var(--tp-common-white);
}
.tp-offcanvas-wrapper.offcanvas-black-bg .tp-offcanvas-content p {
  color: rgba(255, 255, 255, 0.8);
}
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-top {
  margin-bottom: 90px;
}
.tp-offcanvas-close-btn {
  color: black;
}
.tp-offcanvas-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-offcanvas-title.sm {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img img {
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-offcanvas-contact ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  display: inline-block;
  color: #414144;
  font-size: 16px;
  position: relative;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover {
  color: var(--tp-common-black);
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: all 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tp-offcanvas-2-area {
  position: relative;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.tp-offcanvas-2-area.opened .animated-text > nav > ul > li a .tp-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);
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-left, .tp-offcanvas-2-area.opened .tp-offcanvas-2-right {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
  visibility: visible;
  opacity: 1;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left, .tp-offcanvas-2-area.opened .tp-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;
}
.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
  transition-delay: 0s;
}
.tp-offcanvas-2-area.opened .tp-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;
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgba(113, 113, 114, 0.8);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li > a {
  padding: 0;
  padding-left: 30px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
  background: var(--tp-common-white);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1 {
  display: none;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li.is-active .tp-menu-close i {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > a {
  color: #D5D5D5;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu > nav > ul > li > ul > li > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
  background-color: initial;
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
  background-color: #F6F6F9;
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item > a {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn {
  color: var(--tp-common-black);
}
.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
  display: none !important;
}
.tp-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) {
  .tp-offcanvas-2-bg.left-box {
    width: 100%;
  }
}
.tp-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) {
  .tp-offcanvas-2-bg.right-box {
    width: 100%;
  }
}
.tp-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(--tp-common-black);
  transition-delay: 1s;
}
.tp-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: #1C1D20;
  transition-delay: 1s;
}
.tp-offcanvas-2-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box {
    padding: 40px 40px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box {
    width: 100%;
    padding: 40px 40px;
  }
}
.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
  padding: 0px 125px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0;
  }
}
.tp-offcanvas-2-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-wrapper .right-box {
    padding-right: 40px;
  }
}
.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .right-box {
    width: 100%;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-wrapper .tp-menu-close {
    top: 0;
    right: 20px;
  }
}
.tp-offcanvas-2-wrapper .tp-menu-close i {
  font-size: 20px;
  color: #717172;
}
.tp-offcanvas-2-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-left-wrap {
    margin-bottom: 80px;
  }
}
.tp-offcanvas-2-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.tp-offcanvas-2-right-inner {
  height: 100%;
  padding: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-inner {
    padding: 30px;
  }
}
.tp-offcanvas-2-right-info-box {
  padding: 0 200px;
}
@media only screen and (min-width: 1801px) and (max-width: 1850px), only screen and (min-width: 1701px) and (max-width: 1800px) {
  .tp-offcanvas-2-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.tp-offcanvas-2-right-info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-right-info-item {
  margin-bottom: 30px;
}
.tp-offcanvas-2-right-info-item label {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #717172;
}
.tp-offcanvas-2-right-info-item > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-offcanvas-2-right-info-item > a br {
    display: none;
  }
}
.tp-offcanvas-2-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tp-offcanvas-2-right-social a:hover {
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}
.tp-offcanvas-2-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-offcanvas-2-close {
    padding-right: 30px;
  }
}
.tp-offcanvas-2-close-btn {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .text {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--tp-common-white);
}
.tp-offcanvas-2-close-btn .text span {
  transition: 0.3s;
  display: inline-block;
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
}
.tp-offcanvas-2-close-btn:hover .text span {
  transform: translateX(0%);
}
.tp-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);
}
.tp-offcanvas-2-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.tp-offcanvas-2-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}
.tp-offcanvas-2-logo {
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .tp-offcanvas-2-logo {
    margin-bottom: 0;
  }
}
.tp-offcanvas-2-logo .logo-2 {
  display: block !important;
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.postbox-wrapper {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-wrapper {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.postbox-author-img {
  flex: 0 0 auto;
  margin-right: 15px;
}
.postbox-author-img img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.postbox-author-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}
.postbox-author-info {
  line-height: 1;
}
.postbox-author-info span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-author-wrap {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-author-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-author-box {
    margin-bottom: 0;
  }
}
.postbox-meta i {
  color: rgba(255, 255, 255, 0.6);
}
.postbox-meta i svg {
  margin-right: 4px;
  display: inline-block;
  transform: translateY(-2px);
}
.postbox-meta span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-item {
  padding: 35px 15px;
  padding-bottom: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-item:hover .postbox-thumb img {
  transform: scale(1.1);
}
.postbox-tag {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-tag i svg {
  margin-right: 4px;
  transform: translateY(-1px);
}
.postbox-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 23px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox-title.fs-80 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-80 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title.fs-80 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-80 {
    font-size: 45px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-title.fs-80 br {
    display: none;
  }
}
.postbox-title.fs-54 {
  font-size: 54px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-title.fs-54 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-title.fs-54 {
    font-size: 40px;
  }
}
.postbox-title.fs-34 {
  font-size: 34px;
  margin-bottom: 18px;
}

.postbox-title.fs-25 {
  font-size: 25px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 25px;
  }
}
.postbox-title a:hover {
  color: var(--tp-common-green-light);
}
.postbox-content {
  padding: 0px 20px;
}
@media (max-width: 767px) {
  .postbox-content {
    padding: 0;
  }
}
.postbox-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.6);
}
@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) {
  .postbox-content p {
    font-size: 16px;
  }
  .postbox-content p br {
    display: none;
  }
}


.postbox-blockquote {
  padding: 50px 55px;
  padding-bottom: 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 767px) {
  .postbox-blockquote {
    padding: 30px 20px;
    padding-bottom: 30px;
  }
}
.postbox-blockquote-paragraph p {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@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) {
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-blockquote-paragraph p {
    font-size: 20px;
  }
  .postbox-blockquote-paragraph p br {
    display: none;
  }
}
.postbox-blockquote-icon {
  margin-bottom: 20px;
  display: inline-block;
}
.postbox-thumb {
  border-radius: 14px;
  overflow: hidden;
}
.postbox-thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.postbox-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}

.basic-pagination {
  margin-bottom: 40px;
}
.basic-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li:hover a {
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
}
.basic-pagination ul li > a {
  height: 50px;
  width: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tp-common-white);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.basic-pagination ul li .current {
  height: 50px;
  width: 50px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  border-color: #D0FF71;
  background-color: #D0FF71;
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
}
.basic-pagination-label span {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: #525356;
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination-label span {
    margin-bottom: 15px;
  }
}
.basic-pagination.product-pagination ul li > a {
  color: #4d3d30;
  border: 1px solid rgb(77, 61, 48);
}
.basic-pagination.product-pagination ul li:hover a {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}
.basic-pagination.product-pagination ul li .current {
  background-color: #4d3d30;
  color: var(--tp-common-white);
}

.postbox-details-item {
  padding: 43px 45px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .postbox-details-item {
    padding: 30px;
  }
}
.postbox-details-item.item-border {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.postbox-details-tag {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .postbox-details-tag {
    flex-wrap: wrap;
  }
}
.postbox-details-tag span:last-child {
  position: relative;
  padding-left: 9px;
  margin-left: 9px;
  display: inline-block;
}
.postbox-details-tag span:last-child::after {
  
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-tag-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta {
    flex-wrap: wrap;
  }
}
.postbox-details-meta .postbox-author-name {
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-meta > div:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
.postbox-details-meta > div:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .postbox-details-meta > div:not(:first-child)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-details-meta .postbox-meta {
    margin-bottom: 0;
  }
}
.postbox-details-thumb {
  gap: 11px;
}
.postbox-details-thumb img {
  border-radius: 14px;
}
.postbox-details-text p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-text p span {
  color: var(--tp-common-green-light);
}
.postbox-details-quote p {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .postbox-details-quote p {
    font-size: 25px;
  }
  .postbox-details-quote p br {
    display: none;
  }
}
.postbox-details-quote span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.postbox-details-quote span::before {
  content: "";
  height: 1px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .postbox-details-quote-box {
    flex-wrap: wrap;
  }
}
.postbox-details-quote-box i {
  flex: 0 0 auto;
  margin-right: 35px;
  display: inline-block;
}
@media (max-width: 767px) {
  .postbox-details-quote-box i {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-list ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .postbox-details-list ul {
    padding-left: 0;
  }
}
.postbox-details-list ul li {
  list-style-type: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
}
.postbox-details-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.postbox-details-list ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  height: 5px;
  width: 5px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
}
.postbox-details-list ul li span {
  color: rgba(255, 255, 255, 0.3);
}
.postbox-details-list ul li i {
  font-style: normal;
  color: var(--tp-common-green-light);
}
.postbox-details-code {
  padding: 25px 30px;
  border-radius: 14px;
  background: #1a1b1e;
}
.postbox-details-code pre {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-tag span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 2;
  margin-right: 15px;
  color: var(--tp-common-white);
}
.postbox-details-author .sidebar-widget-author-img {
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.postbox-details-author .sidebar-widget-author-img img {
  height: 100px;
  width: 100px;
}
.postbox-details-author .sidebar-widget-author {
  padding: 0;
  padding-bottom: 0;
  padding: 30px;
  border: none;
  border-radius: 14px;
  background: #1a1b1e;
}
@media (max-width: 767px) {
  .postbox-details-author .sidebar-widget-author {
    flex-wrap: wrap;
  }
}
.postbox-details-author .sidebar-widget-author-content span {
  margin-bottom: 8px;
}
.postbox-details-author .sidebar-widget-author-name {
  margin-bottom: 18px;
}
@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) {
  .postbox-details-author .sidebar-widget-author-content p br {
    display: none;
  }
}
.postbox-details-nevigation-wrap {
  height: 560px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .postbox-details-nevigation-wrap {
    height: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox-details-nevigation-wrap {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-wrap {
    height: 350px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .postbox-details-nevigation-wrap {
    height: 140px;
    margin-top: 50px;
  }
}
.postbox-details-nevigation-wrap:hover .postbox-details-nevigation-thumb-bg {
  transform: scale(0.95);
}
.postbox-details-nevigation-thumb {
  position: relative;
}
.postbox-details-nevigation-thumb::after {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.4);
}
.postbox-details-nevigation-thumb img {
  margin-top: -290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-details-nevigation-thumb img {
    margin-top: -50px;
  }
}
.postbox-details-nevigation-thumb-bg {
  width: 100%;
  height: 100%;
  background-color: #1a1b1e;
  transition: all 0.3s ease-in-out;
}
.postbox-details-nevigation-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}
.postbox-details-nevigation-content span {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .postbox-details-nevigation-content span {
    font-size: 16px;
  }
}
.postbox-details-nevigation-title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-nevigation-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .postbox-details-nevigation-title {
    font-size: 20px;
  }
}
.postbox-details-form {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-details-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-details-form {
    padding: 20px;
  }
}
.postbox-details-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .postbox-details-form p {
    font-size: 16px;
  }
}
.postbox-details-form-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}
.postbox-details-input label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
  color: var(--tp-common-white);
}
.postbox-details-input input, .postbox-details-input textarea {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 14px;
  background: #1a1b1e;
  color: var(--tp-common-white);
  border: 1px solid #1a1b1e;
}
.postbox-details-input input::-webkit-input-placeholder, .postbox-details-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::-moz-placeholder, .postbox-details-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-moz-placeholder, .postbox-details-input textarea:-moz-placeholder { /* Firefox 4-18 */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:-ms-input-placeholder, .postbox-details-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input::placeholder, .postbox-details-input textarea::placeholder { /* MODERN BROWSER */
  font-size: 17px;
  font-weight: 400;
  color: #707072;
}
.postbox-details-input input:focus, .postbox-details-input textarea:focus {
  border-color: var(--tp-common-green-light);
}
.postbox-details-input textarea {
  height: 160px;
  resize: none;
  margin-bottom: 20px;
}
.postbox-details-remeber input {
  display: none;
}
.postbox-details-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}
.postbox-details-remeber label {
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}
.postbox-details-remeber label::after {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: -1;
  transition: 0.3s;
  line-height: 16px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.postbox-details-remeber label::before {
  position: absolute;
  content: url("../img/svg/check.svg");
  top: -2px;
  left: 2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  color: var(--tp-common-white);
}
.postbox-details-remeber label:hover {
  cursor: pointer;
}
.postbox-details-social a {
  height: 36px;
  width: 36px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 14px;
  display: inline-block;
  background-color: #1a1b1e;
  color: rgba(255, 255, 255, 0.8);
}
.postbox-details-social a svg {
  height: 15px;
  width: 15px;
}
.postbox-details-social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-light);
}

/*----------------------------------------*/
/*  5.2 Recent Post css
/*----------------------------------------*/
.rc-post-thumb {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 14px;
}
.rc-post-thumb img {
  transition: 0.9s;
  border-radius: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-thumb img {
    height: 100px;
    width: 100px;
  }
}
.rc-post:hover .rc-post-thumb img {
  transform: scale(1.1);
}
.rc-post-category {
  margin-bottom: 10px;
}
.rc-post-category a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: #f9e4b4;
  padding: 7px 12px;
  border-radius: 15px;
  display: inline-block;
  background: rgba(249, 228, 180, 0.08);
}
.rc-post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
}
@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) {
  .rc-post-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .rc-post-title {
    font-size: 18px;
  }
}
.rc-post-title a:hover {
  color: var(--tp-common-green-light);
}
.rc-post-meta span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.rc-post-wrap .rc-post:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}


/*----------------------------------------*/
/*  5.4 Blog css
/*----------------------------------------*/
.dgm-blog-content {
  min-width: 310px;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-blog-content {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-content {
    min-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.dgm-blog-content-wrap {
  height: 100%;
}
@media (max-width: 767px) {
  .dgm-blog-content-wrap {
    height: auto;
    flex-wrap: wrap;
  }
}
.dgm-blog-meta h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: museo-sans-rounded, sans-serif;
}
.dgm-blog-meta span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #4d5051;
  letter-spacing: -0.04em;
}
.dgm-blog-category span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 6px;
  display: inline-block;
  background-color: #EFFAC0;
  color: var(--tp-common-black);
}
.dgm-blog-title-sm {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  font-family: museo-sans-rounded, sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .dgm-blog-title-sm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-blog-title-sm {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-title-box {
    margin-bottom: 20px;
  }
}
.dgm-blog-item {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-blog-item:hover .dgm-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.dgm-blog-main {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.dgm-blog-thumb {
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-blog-thumb {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dgm-blog-thumb {
    width: 100%;
  }
}
.dgm-blog-thumb img {
  width: 100%;
  height: 160px;
  transition: 0.9s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .dgm-blog-thumb img {
    width: 100%;
  }
}

.creative-blog-item:hover .creative-blog-thumb img {
  transform: perspective(600px) rotateX(0.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.creative-blog-thumb {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 20px;
}
.creative-blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 500ms;
  transform-origin: center center;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.creative-blog-meta span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.creative-blog-meta span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.creative-blog-meta span:not(:last-child)::after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  height: 17px;
  width: 1.5px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.creative-blog-title-sm {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-sm br {
    display: none;
  }
}
.creative-blog-title-box {
  padding-left: 80px;
}
@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) {
  .creative-blog-title-box {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-title-box {
    margin-bottom: 10px;
  }
}
.creative-blog-top-content {
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-blog-top-content {
    padding-left: 0;
  }
}
.creative-blog-top-content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 25px;
  color: var(--tp-common-white);
}
@media (max-width: 767px) {
  .creative-blog-top-content p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-blog-area {
    padding-bottom: 70px;
  }
}
.ai-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.ai-blog-item:hover .ai-blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.ai-blog-thumb {
  overflow: hidden;
  border-radius: 20px;
}
.ai-blog-thumb img {
  width: 100%;
  height: 250px;
  transition: 0.9s;
  object-fit: cover;
  border-radius: 20px;
}
.ai-blog-content span {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  display: inline-block;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.ai-blog-content-wrap {
  padding: 28px 30px 32px 30px;
}
.ai-blog-meta span {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.ai-blog-meta span:not(:last-child) {
  margin-right: 11px;
  padding-right: 11px;
}
.ai-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -3px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.ai-blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-blog-title {
    font-size: 20px;
  }
}
.ai-blog-shape-1 {
  position: absolute;
  bottom: 48%;
  right: -2%;
  z-index: -1;
}

.ar-blog-category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #1d2132;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--tp-common-white);
}
.ar-blog-title-sm {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: var(--tp-common-black);
  font-family: museo-sans-rounded, sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ar-blog-title-sm {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ar-blog-title-box {
    margin-bottom: 20px;
  }
}
.ar-blog-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.6);
}
.ar-blog-thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.ar-blog-thumb img {
  height: 413px;
  transition: 0.9s;
}
@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) {
  .ar-blog-area .gx-40 {
    --bs-gutter-x: 30px;
  }
}
.ar-blog-item:hover .ar-blog-thumb img {
  transform: scale(1.1);
}

.crp-blog-shape {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: -1;
}
.crp-blog-title {
  font-weight: 600;
  font-size: 180px;
  line-height: 0.7;
  margin-bottom: 0;
  opacity: 0.1;
  margin-left: -100px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: translateY(-40px) rotate(180deg);
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .crp-blog-title {
    font-size: 175px;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title {
    font-size: 150px;
    margin-left: 0;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 110px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-title {
    margin-left: 0;
    font-size: 84px;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}
@media (max-width: 767px) {
  .crp-blog-title {
    font-size: 67px;
    margin-left: 0;
    margin-bottom: 40px;
    writing-mode: inherit;
    transform: translateY(0px);
  }
}
.crp-blog-title-sm {
  font-weight: 500;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-cream-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .crp-blog-title-sm {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .crp-blog-title-sm {
    font-size: 35px;
  }
}
.crp-blog-meta {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 22px;
  display: inline-block;
  color: var(--tp-common-cream-3);
}
.crp-blog-thumb {
  border-radius: 20px;
  overflow: hidden;
}
.crp-blog-thumb img {
  width: 100%;
  height: 350px;
  transition: 0.9s;
  border-radius: 20px;
  object-fit: cover;
}
.crp-blog-thumb:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.crp-blog-category span {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  transition: 0.3s;
  padding: 7px 18px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-cream-3);
  border: 1px solid rgba(255, 255, 230, 0.1);
}
.crp-blog-category span:not(:last-child) {
  margin-right: 7px;
}
.crp-blog-category span:hover {
  background-color: rgba(255, 255, 230, 0.1);
}
@media (max-width: 767px) {
  .crp-blog-item {
    flex-wrap: wrap;
  }
}
.crp-blog-content {
  margin-left: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-blog-content {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .crp-blog-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .crp-blog-content {
    margin-top: 30px;
  }
}

.st-blog-item:hover .st-blog-item-thumb img {
  transform: scale(1.1);
}
.st-blog-item-thumb {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 10px;
}
.st-blog-item-thumb img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.9s;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-item-thumb img {
    height: 100%;
  }
}
.st-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.48px;
  color: var(--tp-common-brown);
  font-family: museo-sans-rounded, sans-serif;
}
@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) {
  .st-blog-item-title br {
    display: none;
  }
}
.st-blog-item-tags span {
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
  border-radius: 14px;
  display: inline-block;
  color: var(--tp-common-brown);
  border: 1px solid rgba(69, 48, 48, 0.15);
}
.st-blog-item-tags p {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.st-blog-item-tags-devide {
  height: 1px;
  width: 40px;
  margin: 0 15px 0 20px;
  background: rgba(69, 48, 48, 0.15);
}
.st-blog-text p {
  color: #494949;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@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) {
  .st-blog-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .st-blog-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .st-blog-text {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .cr-blog-heading {
    padding-bottom: 30px;
  }
}
.cr-blog-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.cr-blog-item:hover .cr-blog-item-thumb img {
  transform: scale(1.1);
}
.cr-blog-item-thumb {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
}
.cr-blog-item-thumb img {
  width: 100%;
  border-radius: 20px;
  transition: 0.9s;
}
.cr-blog-item-content {
  padding-left: 30px;
  padding-bottom: 40px;
}
.cr-blog-item-category {
  color: #FFF6BF;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.cr-blog-item-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}
.cr-blog-item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  letter-spacing: -0.48px;
  color: var(--tp-common-white);
  font-family: museo-sans-rounded, sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cr-blog-item-title br {
    display: none;
  }
}
.cr-blog-bottom-border {
  padding: 0 40px 120px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  .cr-blog-bottom-border {
    padding: 0 0px 100px 0px;
  }
}
.cr-blog-bottom-text {
  font-size: 17px;
  font-weight: 500;
  color: var(--tp-common-white);
  border-bottom: 1px solid #626262;
}
.cr-blog-bottom-text:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-heading-wrap {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-heading-wrap {
    padding-bottom: 60px;
  }
}
.tp-blog-heading-wrap .tp-section-subtitle {
  margin-bottom: 16px;
  /* color: var(--tp-common-white); */
}

.tp-blog-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  color: 2b2b2b;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title {
    font-size: 55px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title {
    font-size: 65px;
    letter-spacing: 0;
  }
}
.tp-blog-title a {
  height: 90px;
  width: 90px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #1A1B1E;
}
@media (max-width: 767px) {
  .tp-blog-title a {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-blog-title a {
    line-height: 80px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .tp-blog-title img {
    display: none;
  }
}
.tp-blog-title.fs-100 {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-blog-title.fs-100 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-title.fs-100 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-title.fs-100 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tp-blog-title.fs-100 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-title.fs-100 br {
    display: none;
  }
}
.tp-blog-shape {
  position: absolute;
  top: -10%;
    right: 0%;
    width: 35%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-shape {
    display: none;
  }
}
.tp-blog-masonry-item {
  padding: 30px 15px;
  border-radius: 20px;
  transition: 0.9s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item:hover .tp-blog-masonry-thumb img {
  transform: scale(1.1);
}
.tp-blog-masonry-item-top {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-masonry-item-top {
    padding: 0;
  }
}
.tp-blog-masonry-item-user-thumb {
  margin-right: 12px;
}
.tp-blog-masonry-item-user-thumb img {
  border-radius: 50%;
}
.tp-blog-masonry-item-user-content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
  letter-spacing: -0.16px;
  color: rgba(255, 255, 255, 0.9);
}
.tp-blog-masonry-item-user-content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-item-time span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-masonry-item-time span {
    font-size: 13px;
  }
}
.tp-blog-masonry-item-time span svg {
  margin-right: 5px;
}
.tp-blog-masonry-item-2 {
  padding: 30px 15px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-2 .tp-blog-masonry-item-top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-masonry-item-3 {
  padding: 40px 30px;
  border-radius: 20px;
  background: #19191B;
}
.tp-blog-masonry-item-icon span {
  display: grid;
  height: 64px;
  width: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background: #29292B;
}
.tp-blog-masonry-item-text span {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 40px;
  display: inline-block;
  letter-spacing: -0.44px;
  color: var(--tp-common-white);
}
@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) {
  .tp-blog-masonry-item-text span br {
    display: none;
  }
}
.tp-blog-masonry-item-text p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: var(--tp-common-white);
}
.tp-blog-masonry-content {
  padding: 0 15px;
}
.tp-blog-masonry-tag span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-masonry-tag span svg {
  margin-right: 5px;
}
.tp-blog-masonry-thumb {
  overflow: hidden;
  border-radius: 14px;
}
.tp-blog-masonry-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 14px;
}
.tp-blog-masonry-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.tp-blog-masonry-thumb-video span {
  display: grid;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  text-align: center;
  place-content: center;
  background-color: var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
}
.tp-blog-masonry-thumb-video span svg {
  transform: translateX(2px);
}
.tp-blog-masonry-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 28px;
  letter-spacing: -0.52px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tp-blog-masonry-title {
    font-size: 22px;
  }
}
@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) {
  .tp-blog-masonry-title br {
    display: none;
  }
}
.tp-blog-masonry-title.fs-30 {
  font-size: 30px;
  font-weight: 700;
}
.tp-blog-masonry-btn a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #D0FF71;
  overflow: hidden;
  display: inline-block;
  padding-right: 5px;
}
.tp-blog-masonry-btn a span {
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
.tp-blog-masonry-btn a span svg {
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-blog-masonry-btn a span svg:last-child {
  position: absolute;
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0);
}
.tp-blog-masonry-btn a:hover span svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px);
}
.tp-blog-masonry-btn a:hover span svg:last-child {
  transform: translate(23px, -23px);
}
.tp-blog-list-item {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-list-item:hover .tp-blog-list-item-thumb img {
  transform: scale(1.1);
}
.tp-blog-list-item-wrap .tp-blog-list-item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.tp-blog-list-item-tags p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.tp-blog-list-item-tags-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
  display: block;
  letter-spacing: -0.8px;
  color: var(--tp-common-white);
}
.tp-blog-list-item-meta {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #D0FF71;
  padding: 6px 15px;
  border-radius: 96px;
  display: inline-block;
  border: 1px solid rgba(208, 255, 113, 0.1);
}
.tp-blog-list-item-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.36px;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title {
    font-size: 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) {
  .tp-blog-list-item-title br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-title-box {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-list-item-content {
    margin-bottom: 30px;
  }
}
.tp-blog-list-item-thumb {
  overflow: hidden;
}
.tp-blog-list-item-thumb img {
  width: 100%;
  transition: 0.9s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-ptb {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-ptb {
    padding-top: 50px;
  }
}
.tp-blog-details-without-ptb {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-without-ptb {
    padding-top: 185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-without-ptb {
    padding-top: 150px;
  }
}
.tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  font-size: 16px;
  font-weight: 600;
  margin-right: 0px;
  color: rgba(255, 255, 255, 0.6);
}
.tp-blog-details-banner {
  height: 590px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-blog-details-banner {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-blog-details-banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .tp-blog-details-banner {
    height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-blog-details-banner {
    margin-bottom: 60px;
  }
}
.tp-blog-details-banner img {
  width: 70%;
  border-radius: 20px;
}

.tp-breadcrumb-ptb {
  padding-top: 180px;
}
/*----------------------------------------*/
/*  6.11 Footer Style 11
/*----------------------------------------*/
.crp-footer-social a {
  height: 42px;
  width: 42px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tp-common-cream-3);
  background-color: rgba(255, 255, 230, 0.1);
}
.crp-footer-social a:not(:last-child) {
  margin-right: 5px;
}
.crp-footer-social a:hover {
  color: #325341;
  background-color: var(--tp-common-yellow-green);
}

.crp-footer-widget p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: var(--tp-common-cream-3);
}
.crp-footer-widget-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-cream-3);
}
.crp-footer-widget-menu ul li {
  list-style-type: none;
}
.crp-footer-widget-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.crp-footer-widget-menu ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-cream-3);
}
.crp-footer-widget-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tp-common-cream-3);
}
.crp-footer-widget-info a.tel {
  font-weight: 600;
  font-size: 22px;
  display: block;
  letter-spacing: -0.02em;
}

.crp-copyright-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--tp-common-cream-3);
}
.crp-copyright-text p span {
  color: var(--tp-common-yellow-green);
}


.tp-footer-15-instagram-thumb:hover img {
  transform: scale(1.1) rotate(0deg);
}
.tp-footer-15-instagram-thumb img {
  /* width: 100%; */
  transition: 0.9s;
}

.it-footer-style.crp-footer-bg {
  background-color: #ffffff;
}
.it-footer-style .crp-footer-big-text {
  background-color: #0C4642;
  color: var(--tp-common-white);
}
.it-footer-style .crp-footer-widget p {
  color: var(--tp-common-white);
}
.it-footer-style .crp-footer-social a {
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.it-footer-style .crp-footer-social a:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}
.it-footer-style .crp-footer-widget-title {
  color: var(--tp-common-white);
}
.it-footer-style .crp-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.it-footer-style .crp-footer-widget-menu ul li a:hover {
  color: var(--tp-common-white);
}
.it-footer-style .crp-footer-widget-info a {
  color: rgba(255, 255, 255, 0.7);
}
.it-footer-style .crp-footer-widget-info a:hover {
  color: var(--tp-common-white);
}
.it-footer-style .crp-copyright-text p span {
  color: var(--tp-common-white);
}
.it-footer-style .crp-copyright-text p {
  color: rgba(255, 255, 255, 0.7);
}
.it-footer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  top: 0;
}


/*----------------------------------------*/
/*  7.1 Hero css
/*----------------------------------------*/
.tp-hero-ptb {
  padding-top: 225px;
  padding-bottom: 135px;
  border-radius: 0 0 50px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-ptb {
    padding-top: 180px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-ptb {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tp-hero-ptb {
    padding-top: 155px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-title-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-hero-title-box {
    margin-bottom: 30px;
  }
}
.tp-hero-shape-1 {
  margin-left: 25px;
  margin-top: -30px;
}
.tp-hero-video {
  margin-right: 30px;
  border-radius: 200px;
  transform: translateY(-21px);
  box-shadow: 0 4px 4px 0 rgba(20, 20, 20, 0.2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-video {
    transform: translateY(-9px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-video {
    width: 220px;
    transform: translateY(-4px);
  }
}
.tp-hero-content-wrap {
  margin-left: 60px;
  height: 100%;
}
@media 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: 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) {
  .tp-hero-content-wrap {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tp-hero-content-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-content-wrap {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}
.tp-hero-info {
  z-index: 9;
  padding: 0 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-info {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-info {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .tp-hero-info {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.tp-hero-info p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-info p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-info p {
    padding-right: 50px;
  }
}
.tp-hero-info span {
  margin-left: 30px;
  transform: translateY(10px);
  color: var(--tp-common-white);
}
.tp-hero-info span a {
  position: relative;
  height: 23px;
  width: 23px;
  overflow: hidden;
  display: inline-block;
}
.tp-hero-info span a svg {
  position: absolute;
  bottom: -1px;
  left: 1px;
  transform: translateY(-2px);
  transition: all 0.2s ease-out;
}
.tp-hero-info span a svg:last-child {
  left: -22px;
  bottom: -22px;
  transform: translate(0, 0);
}
.tp-hero-info span a:hover svg:first-child {
  opacity: 0;
  transform: translate(20px, -20px);
}
.tp-hero-info span a:hover svg:last-child {
  transform: translate(23px, -23px);
}
.tp-hero-more-info {
  width: 220px;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-more-info {
    min-height: 310px;
  }
}
.tp-hero-more-info-wrap {
  margin-left: 133px;
}
@media 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: 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) {
  .tp-hero-more-info-wrap {
    margin-left: 0;
  }
}
.tp-hero-more-info p {
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0px 25px;
  padding-bottom: 40px;
  color: var(--tp-common-black);
}
.tp-hero-avater {
  padding: 12px 20px 35px 11px;
}
.tp-hero-avater span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: var(--tp-common-black);
}
.tp-hero-link {
  padding: 15px;
}
@media (max-width: 767px) {
  .tp-hero-link {
    padding: 20px;
  }
}
.tp-hero-link a {
  display: inline-block;
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-hero-link a:hover {
  background-color: var(--tp-common-red-3);
}
.tp-hero-line {
  position: absolute;
  top: 65px;
  right: 100%;
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: var(--tp-common-white);
}
.tp-hero-line::before {
  content: "";
  height: 9px;
  width: 9px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-14px);
  background-color: var(--tp-common-white);
}
.tp-hero-2-title {
  font-weight: 400;
  font-size: 450px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-cream);
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-title {
    font-size: 365px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-title {
    font-size: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-title {
    font-size: 230px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 105px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-2-title {
    font-size: 150px;
  }
}
.tp-hero-2-title.about-us {
  text-transform: uppercase;
}
.tp-hero-2-subtitle {
  font-weight: 400;
  font-size: 46px;
  line-height: 0.87;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.01em;
  color: var(--tp-common-cream);
  font-family: museo-sans-rounded, sans-serif;
}
@media (max-width: 767px) {
  .tp-hero-2-avater-box {
    margin-bottom: 30px;
  }
}
.tp-hero-2-avater-content {
  margin-left: 10px;
}
.tp-hero-2-avater-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  color: var(--tp-common-cream);
}
.tp-hero-2-avater-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: rgba(249, 244, 232, 0.5);
}
@media (max-width: 767px) {
  .tp-hero-2-avater-content span {
    font-size: 15px;
  }
}
.tp-hero-2-img-1 img {
  transform: rotate(-14deg);
  position: relative;
  z-index: 3;
}
.tp-hero-2-img-2 img {
  margin-top: -190px;
  margin-bottom: 115px;
  transform: rotate(14deg);
  position: relative;
  z-index: 3;
}
.tp-hero-2-img-3 {
  position: relative;
  z-index: 1;
}
.tp-hero-2-img-3 img {
  transform: rotate(-16deg);
  margin-right: 280px;
}
.tp-hero-2-img-box.last-item {
  margin-bottom: 900px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-img-box.last-item {
    margin-bottom: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-img-box.last-item {
    margin-bottom: 640px;
  }
}
.tp-hero-2-img-wrap {
  margin-top: -800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-hero-2-img-wrap {
    margin-top: -630px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-hero-2-img-wrap {
    margin-top: -600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-2-img-wrap {
    margin-top: -530px;
  }
}
@media (max-width: 767px) {
  .tp-hero-2-area {
    padding-bottom: 0;
  }
}



.it-hero-subtitle {
/*  font-style: italic;*/
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 23px;
  display: inline-block;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-family: museo-sans-rounded, sans-serif;
}
.it-hero-title {
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: museo-sans-rounded, sans-serif;
}
.it-hero-area{
  background-color: #fed806 !important;
}

.it-hero-title .img-1 {
  transform: translateY(-7px);
}
@media (max-width: 767px) {
  .it-hero-title .img-1 {
    display: none;
  }
}
.it-hero-title .img-2 {
  transform: translateY(-7px);
}
@media (max-width: 767px) {
  .it-hero-title .img-2 {
    display: none;
  }
}
.it-hero-content p {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  font-family: museo-sans-rounded, sans-serif;
}
@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) {
  .it-hero-content p {
    font-size: 20px;
  }
}
.it-hero-thumb img {
  margin-left: -25px;
  margin-bottom: -3px;
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-hero-thumb img {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-hero-thumb img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .it-hero-thumb img {
    max-width: 100%;
    margin-left: -30px;
  }
}
.it-hero-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.it-hero-shape-1 img {
  width: 100%;
}
.it-hero-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .it-hero-shape-2 {
    right: -30%;
  }
}
@media (max-width: 767px) {
  .it-hero-shape-2 {
    display: none;
  }
}
.it-hero-thumb .inner-img {
  position: absolute;
  top: 24%;
  left: -12%;
}
@media (max-width: 767px) {
  .it-hero-thumb .inner-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .it-hero-btn-box a {
    margin-bottom: 20px;
  }
}




.tp-image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
  /* background-image: url("assets/img/home/main-banner.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fed806;
}
.tp-image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.profile__notification-item .form-check-input {
    margin-top: 0;
    width: 40px;
    height: 20px;
    box-shadow: none;
}
.profile__notification-item .form-check-input:checked {
    background-color: var(--tp-common-black);
    border-color: var(--tp-common-black);
}
.form-check-input:focus{
  border-color: #a3a3a3;
}
/*----------------------------------------*/
/*  7.2 About Css
/*----------------------------------------*/


@media (max-width: 767px) {
  .it-about-ptb {
    padding-top: 100px;
    padding-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) {
  .it-about-title-box {
    margin-bottom: 50px;
  }
}
.it-about-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  color: #61616a;
  margin-bottom: 45px;
  padding-right: 40px;
}
.it-about-thumb img {
  border-radius: 12px;
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb img {
    max-width: 100%;
  }
}
.it-about-thumb img.img-2 {
  margin-left: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb img.img-2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb img.img-2 {
    margin-bottom: 60px;
  }
}
.it-about-thumb-inner {
  width: 450px;
  height: 250px;
  /* overflow: hidden;
  border-radius: 12px; */
  margin-left: 70px;
}

.it-about-thumb-inner-r {
  width: 240px;
  height: 250px;
  /* overflow: hidden;
  border-radius: 12px; */
  margin-left: 130px;
}

.it-about-thumb-inner-rb {
  width: 360px;
  height: 350px;
  /* overflow: hidden;
  border-radius: 12px; */
  margin-left: 50px;
  margin-top: 120px;
}
.it-about-thumb-inner-lb {
  width: 360px;
  height: 350px;
  /* overflow: hidden;
  border-radius: 12px; */
  margin-left: 60px;
  margin-top: 100px;
}
.it-about-thumb-inner img {
  margin-top: -100px;
  /* margin-left: -100px; */
}
.it-about-thumb-inner-r img {
  margin-top: -100px;
  /* margin-left: -100px; */
}
.it-about-thumb-inner-rb img {
  margin-top: -100px;
  /* margin-left: -100px; */
}
.it-about-thumb-inner-lb img {
  margin-top: -100px;
  /* margin-left: -100px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .it-about-thumb-inner img {
    margin-left: 0 ;
    margin-top: 0 ;
  }
  .it-about-thumb-inner-r img {
    margin-left: -80px;
    margin-top: -200px;
  }
  .it-about-thumb-inner-rb img {
    margin-left: 250px;
    margin-top: -300px;
  }
  .it-about-thumb-inner-lb img {
    margin-top: -50px;
    margin-left: 200px;
  }
}

@media screen and (min-width:320px) and (max-width: 425px), (max-width: 375px) {
.it-about-thumb-inner img {
        margin-left: -100px;
        margin-top: 0;
        padding: 29px;
    }
    .it-about-thumb-inner-lb img {
      margin-top: -50px;
      margin-left: 0px;
    }
    .it-about-thumb-inner-r img {
      margin-left: -80px;
      margin-top: -150px;
    }

    .it-about-thumb-inner-rb img {
      margin-left: -20px;
      margin-top: -100px;
    }
}


.it-about-info-wrap {
  position: absolute;
  display: grid;
  top: 15%;
  right: -40%;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .it-about-info-wrap {
    right: 0;
  }
}
@media (max-width: 767px) {
  .it-about-info-wrap {
    display: none;
  }
}
.it-about-info-item {
  padding: 28px;
  margin: 6px 0;
  padding-right: 50px;
  border-radius: 12px;
  display: inline-block;
  background: #cdfaa4;
  box-shadow: inset 0 20px 40px 0 rgba(255, 255, 255, 0.45);
}
.it-about-info-item i {
  font-weight: 500;
  font-size: 60px;
  line-height: 0.7;
  font-style: normal;
  margin-right: 20px;
  color: var(--tp-common-black-10);
  font-family: museo-sans-rounded, sans-serif;
}
.it-about-info-item p {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 1.35;
  color: var(--tp-common-black-10);
}
.it-about-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-about-shape-1 {
    bottom: -7%;
  }
}
.it-about-shape-2 {
  position: absolute;
  top: -5%;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .it-about-shape-2 {
    display: none;
  }
}








/*----------------------------------------*/
/*  7.4 Text-slide Css
/*----------------------------------------*/



.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  7.5 Service Css
/*----------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-service-area {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .design-service-big-text {
    margin-bottom: 50px;
  }
}
.design-service-big-text h4 {
  font-weight: 400;
  font-size: 410px;
  line-height: 0.9;
  color: #e0eeee;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: -0.02em;
  font-family: museo-sans-rounded, sans-serif;
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
  .design-service-big-text h4 {
    font-size: 380px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .design-service-big-text h4 {
    font-size: 360px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .design-service-big-text h4 {
    font-size: 320px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-big-text h4 {
    font-size: 275px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .design-service-big-text h4 {
    font-size: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .design-service-big-text h4 {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .design-service-big-text h4 {
    font-size: 80px;
  }
}
.design-service-left span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #999da6;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.design-service-left span::after {
  content: "";
  height: 1px;
  width: 76%;
  margin-left: 20px;
  display: inline-block;
  background-color: #3c3e3f;
  transform: translateY(-3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .design-service-left span::after {
    display: none;
  }
}
.design-service-right {
  margin-top: 8px;
}






/*----------------------------------------*/
/*  7.6 Project Css
/*----------------------------------------*/

.tp-project-thumb {
  margin-bottom: 25px;
  position: relative;
  float: right;
  vertical-align: middle;
}
.tp-project-thumb .tp--hover-img {
  overflow: hidden;
}
.tp-project-thumb .tp--hover-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.tp-project-thumb .tp--hover-img canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-project-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-project-item {
    margin-bottom: 40px;
  }
}

.pp-project-item:hover .pp-project-item-thumb img {
  transform: scale(1.1);
}
.pp-project-item-thumb {
  
  margin-bottom: 25px;
  border-radius: 20px;
}
.pp-project-item-thumb img {
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pp-project-item-title {
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0px;
  color: var(--tp-common-white);
  font-family: museo-sans-rounded, sans-serif;
}
.pp-project-item-title a:hover {
  color: var(--tp-common-yellow-1);
}
.pp-project-item-meta {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}

.pp-project-item:hover .pp-project-item-thumb img {
  transform: scale(1.1);
}
.pp-project-item-thumb {
  
  margin-bottom: 25px;
  border-radius: 20px;
}
.pp-project-item-thumb img {
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*----------------------------------------*/
/*  7.9 Testimonail Css
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-testimonial-arrow {
    margin-bottom: 30px;
  }
}
.creative-testimonial-arrow button {
  height: 40px;
  width: 40px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--tp-common-white);
  background-color: #ff3298;
}
.creative-testimonial-arrow button:hover {
  color: #ffffff;
  background-color: #3485ff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .creative-testimonial-btn {
    margin-bottom: 30px;
  }
}
.creative-testimonial-arrow {
    margin-top: 30px;
    text-align: center;
}
.creative-testimonial-active{
  margin-right: -370px;
}

@media (max-width: 767px) {
  .app-testimonial-ptb {
    padding-bottom: 100px;
  }
}
.app-testimonial-shape .shape-1 {
  position: absolute;
  right: 21%;
  top: 8%;
}
@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) {
  .app-testimonial-shape .shape-1 {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-1 {
    display: none;
  }
}
.app-testimonial-shape .shape-2 {
  position: absolute;
  left: 10%;
  top: 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-testimonial-shape .shape-2 {
    left: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-shape .shape-2 {
    display: none;
  }
}
.app-testimonial-shape .shape-3 {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text {
  top: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.app-testimonial-big-text h3 {
  margin: 0;
  font-size: 320px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: museo-sans-rounded, sans-serif;
  background: linear-gradient(180deg, rgba(33, 33, 45, 0.04) 0%, rgba(33, 33, 45, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-testimonial-big-text h3 {
    font-size: 235px;
  }
}
@media (max-width: 767px) {
  .app-testimonial-big-text h3 {
    font-size: 182px;
  }
}
.app-testimonial-review {
  width: 290px;
  display: flex;
  padding: 9px 16px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0.96%, rgba(224, 225, 233, 0.6) 100%);
  box-shadow: 0px 1px 2px 0px rgba(33, 33, 45, 0.1);
  backdrop-filter: blur(5px);
}
.app-testimonial-review-width {
  display: flex;
  justify-content: center;
}
.app-testimonial-review-icon {
  margin-right: 12px;
}
.app-testimonial-review-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: var(--tp-common-black-10);
}
.app-testimonial-review-content span i {
  font-style: normal;
  margin-right: 5px;
}
.app-testimonial-review-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.13px;
}
.app-testimonial-content {
  text-align: start;
}
.app-testimonial-content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--tp-common-black);
}
.app-testimonial-item {
  padding: 30px;
  border-radius: 24px;
  margin: 17px;
  min-width: 460px;
  background: var(--tp-common-white);
  box-shadow: 0px 4px 12px 0px rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon {
  margin-right: 15px;
}
.app-testimonial-item-icon span {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(33, 33, 45, 0.08);
}
.app-testimonial-item-icon-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--tp-common-black-10);
}
.app-testimonial-item-icon-content p {
  margin: 0;
  color: #494954;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.app-testimonial-item-content p {
  color: #494954;
  letter-spacing: -0.18px;
}
@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: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-testimonial-item-content p br {
    display: none;
  }
}
.app-testimonial-item-star {
  line-height: 1;
}
.app-testimonial-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  animation: marquee-horizontal 30s linear infinite;
}
@media (max-width: 767px) {
  .app-testimonial-wrapper {
    animation: marquee-horizontal 10s linear infinite;
  }
}
.app-testimonial-wrapper:hover {
  animation-play-state: paused;
}
.app-testimonial-slider {
  margin-left: -250px;
}
@media (max-width: 767px) {
  .app-testimonial-slider {
    margin-left: 0;
  }
}
.tp-testimonial-15-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.tp-testimonial-15-bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*----------------------------------------*/
/*  8.0 Award Css
/*----------------------------------------*/



/*----------------------------------------*/
/*  8.1 Video Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.2 Brand Css
/*----------------------------------------*/


.dgm-brand-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -1px 0 0px;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
}
.dgm-brand-active {
  margin: 0px -20px;
}

.it-benifit-item {
    padding: 20px 0;
    padding-left: 24px;
    /* border-left: 1px solid rgba(33, 33, 45, 0.1); */
}
.it-benifit-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black-10);
  font-family: museo-sans-rounded, sans-serif;
  position: relative;
}
.it-benifit-title::before {
    position: absolute;
    top: -6px;
    left: -25px;
    content: "";
    height: 36px;
    width: 10px;
    display: inline-block;
    background-color: #ff3298;
    border-radius: 10px;
}
.crp-footer-logo{
  margin-bottom: 20px;
}
/*----------------------------------------*/
/*  8.3 Team Css
/*----------------------------------------*/
.tp-checkout-verify-item:not(:last-child) {
    margin-bottom: 14px;
}

.tp-checkout-verify-item {
    margin-bottom: 40px;
}
.tp-checkout-verify-reveal {
    width: 100%;
    font-size: 14px !important;
    margin-bottom: 0;
    
    display: inline-block;
    
    color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button {
    position: relative;
    color: var(--tp-common-black);
}
.tp-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black);
}
button:focus:not(:focus-visible) {
    outline: 0;
}

.tp-cart-header-product {
  padding-left: 0px !important;
  font-size: 20px;
  font-weight: 800;
}
.tp-cart-title {
  margin-left: 20px;
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-common-black);
}

.tp-cart-price {
  
  margin-left: 20px;
  font-weight: 400;
  font-size: 20px;
  color: var(--tp-common-black);
}

.tp-return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px 40px;
    background-color: var(--tp-common-white);
}

.tp-cart-list .table > :not(caption) > * > * {
    padding: 20px 0;
    box-shadow: none;
    vertical-align: middle;
}






/*----------------------------------------*/
/*  8.4 Step Css
/*----------------------------------------*/

.tagcloud a {
    border-radius: 20px;
    padding: 10px 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    background: #1a1b1e;
    display: inline-block;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}
/*----------------------------------------*/
/*  8.6 Price Css
/*----------------------------------------*/


#lineMarker {
  position: absolute;
  top: 5px;
  height: 36px;
  z-index: -1;
  transition: 0.4s;
  border-radius: 6px;
  display: inline-block;
  background: var(--tp-common-white);
}

.crp-price-item {
  padding: 45px 40px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(255, 253, 225, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .crp-price-item {
    padding: 45px 30px;
  }
}
.crp-price-item.active .tp-btn-yellow-border.sm {
  color: var(--tp-common-black);
  background-color: var(--tp-common-yellow-green);
}
.crp-price-head {
  /* padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 253, 225, 0.1); */
}
.crp-price-head span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-flex;
  color: var(--tp-common-cream-3);
}
.crp-price-head h4 {
  font-weight: 600;
  font-size: 66px;
  line-height: 1;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-cream-3);
}
.crp-price-head h4 i {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  font-style: normal;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-cream-3);
}
.crp-price-head p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.3px;
  color: #000000;
}
.crp-price-list {
  margin-bottom: 50px;
}
.crp-price-list ul li {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.3px;
  list-style-type: none;
  color: var(--tp-common-cream-3);
}
.crp-price-list ul li::before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  transform: translateY(-3px);
  background-color: var(--tp-common-cream-3);
}
.crp-price-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.crp-price-bg {
  background-color: #335341;
}
.crp-price-shape {
  position: absolute;
  top: 140px;
  left: 95px;
  z-index: -1;
}
.crp-price-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.app-price-bg-shape {
  position: absolute;
  /* top: -140px;
  right: 70px; */
  z-index: -1;
}
.app-price-box {
  padding: 15px;
  border-radius: 30px;
  background: var(--tp-common-white);
}

.award-box {
  padding: 15px;
  border-radius: 30px;
  
}
@media (max-width: 767px) {
  .app-price-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .app-price-box .crp-price-item {
    padding: 45px 30px;
  }
}
.app-price-box .crp-price-item.active {
  border-radius: 24px;
  background: linear-gradient(126deg, #F6F5FF 3.33%, #EBF9FF 85.8%);
}
.app-price-box .crp-price-item.active .app-price-btn-box .animated-border-box.radius-style-2 {
  padding: 0;
  border-radius: 12px;
}
.app-price-box .crp-price-item.active .app-price-btn-box .animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 12px;
}
.app-price-box .crp-price-head {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-color: rgba(34, 34, 49, 0.06);
}
.app-price-box .crp-price-head span {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 40px;
  display: inline-block;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 45, 0.06);
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}
.app-price-box .crp-price-head h4 {
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: museo-sans-rounded, sans-serif;
  color: var(--tp-common-black-10);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .app-price-box .crp-price-head h4 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .app-price-box .crp-price-head h4 {
    font-size: 50px;
  }
}
.app-price-box .crp-price-head h4 i {
  font-size: 16px;
  display: inline-block;
  text-transform: lowercase;
  color: var(--tp-common-black-10);
  transform: translate(-14px, -2px);
}
.app-price-box .crp-price-head p {
  color: #61616A;
}
.app-price-box .crp-price-list {
  margin-bottom: 40px;
}
.app-price-box .crp-price-list ul li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: var(--tp-common-black-10);
}
.app-price-box .crp-price-list ul li::before {
  content: none;
}
.app-price-box .crp-price-list ul li span {
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid rgba(33, 33, 45, 0.06);
}
.app-price-box .row [class*=col-]:not(:last-child) {
  border-right: 1px solid rgba(34, 34, 49, 0.06);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-price-box .row [class*=col-]:not(:last-child) {
    border: none;
  }
}
.app-price-box.app-price-service {
  border-radius: 0;
}
.app-price-box.app-price-service .crp-price-item.active {
  border-radius: 0;
  background: none;
  background-color: #F6F8EF;
}
.app-price-box.app-price-service .crp-price-item.active .animated-border-box {
  border-radius: 0;
}
.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2 {
  border-radius: 0;
}
.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2 .tp-btn-gradient {
  background: none;
  color: var(--tp-common-black);
  background-color: var(--tp-common-green-regular);
}
.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2 .tp-btn-gradient.sm {
  border-radius: 0;
}
.app-price-box.app-price-service .animated-border-box {
  line-height: 1;
  border-radius: 0;
}
.app-price-box.app-price-service .animated-border-box:hover {
  transform: scale(1);
}
.app-price-box.app-price-service .animated-border-box::before {
  content: none;
}
.app-price-box.app-price-service .animated-border-box .tp-btn-black-border {
  border-radius: 0;
}
.app-price-box.app-price-service .animated-border-box .tp-btn-black-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.app-price-box.app-price-service .crp-price-head h4 {
  font-family: museo-sans-rounded, sans-serif;
}
.app-price-box.app-price-inner-style {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.app-price-box.app-price-inner-style .app-price-btn-box .animated-border-box .tp-btn-black-border {
  background: #f6f6f9;
  border: 1px solid transparent;
}
.app-price-heading p {
  color: #61616A;
}
@media (max-width: 767px) {
  .app-price-heading p br {
    display: none;
  }
}
.app-price-tab-wrap .ai-price-tab ul {
  padding: 6px;
  border-radius: 40px;
  background: #ff3298;
  border: 1px solid rgba(33, 33, 45, 0.08);
}
.app-price-tab-wrap .ai-price-tab ul li {
  display: inline-block;
}
.app-price-tab-wrap .ai-price-tab ul li button {
  padding: 9px 37px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.app-price-tab-wrap .ai-price-tab ul li button.active {
  position: relative;
  z-index: 1;
  color: #ff3298;
}
.app-price-tab-wrap .ai-price-tab #lineMarker {
  top: 6px;
  left: 6px;
  z-index: 0;
  border-radius: 40px;
  border: 1px solid rgba(33, 33, 45, 0.06);
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
}
.app-price-store {
  gap: 14px;
}
.app-price-store p {
  font-size: 16px;
  color: #61616A;
  margin: 0;
}
.app-price-store p b {
  font-weight: 600;
  color: var(--tp-common-black-10);
}
.app-price-store p span {
  margin-right: 8px;
}
.app-price-btn-box .animated-border-box {
  padding: 1px;
}
.app-price-btn-box .animated-border-box .tp-btn-black-border {
  margin: 0;
  font-size: 16px;
  border-radius: 12px;
  letter-spacing: -0.16px;
  background: white;
  color: var(--tp-common-black-10);
  border: 1px solid rgba(33, 33, 46, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(34, 34, 48, 0.2);
}
.app-price-btn-box .animated-border-box::before {
  background-image: conic-gradient(rgba(0, 0, 0, 0), #646363, rgba(0, 0, 0, 0) 25%);
}

/*----------------------------------------*/
/*  8.7 Faq Css
/*----------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-faq-area {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ai-faq-area {
    margin-bottom: 80px;
  }
}

.ai-faq-content-wrap {
  padding-left: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ai-faq-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-faq-content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-faq-content-wrap {
    padding-left: 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ai-faq-content-wrap {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.ai-faq-user-box {
  margin-top: -300px;
  margin-right: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ai-faq-user-box {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ai-faq-user-box {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .ai-faq-user-box {
    margin-top: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.ai-faq-user-item {
  padding: 29px 39px;
  display: inline-block;
  backdrop-filter: blur(40px);
  box-shadow: 0 2px 10px 0 rgba(27, 27, 27, 0.1);
}
@media (max-width: 767px) {
  .ai-faq-user-item {
    width: 100%;
    margin-right: 0;
  }
}
.ai-faq-user-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.ai-faq-user-item h4 {
  font-weight: 700;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

.app-faq-shape {
  position: absolute;
  top: 100px;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-faq-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-faq-wrap {
    padding-left: 0;
  }
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion {
  border-radius: 12px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items {
  padding-left: 0;
  padding-bottom: 0;
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  border-bottom: 2px solid rgb(247, 247, 253);
  box-shadow: 0px 1px 2px 0px rgba(39, 39, 46, 0.04);
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  padding: 26px 60px 28px 30px;
  color: #0596fc;
  font-size: 25px;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 767px) {
  .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 18px;
  }
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon {
  top: 18px;
  right: 20px;
  left: auto;
  width: 36px;
  height: 36px;
  margin: 0;
  line-height: 36px;
  border-radius: 50%;
  background-color: #F3F3F9;
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before, .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  background-color: #ff3298;
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::before {
  height: 12px;
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons .accordion-icon::after {
  width: 12px;
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 30px;
  }
}
.app-faq-wrap .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-weight: 400;
  color: #66666C;
}
.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion {
  border-radius: 12px;
  background-color: var(--tp-common-white);
  box-shadow: none;
}
.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(17, 16, 19, 0.1);
}
.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items:not(:last-child) {
  box-shadow: none;
}
.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  padding: 26px 0px 28px 0px;
  color: var(--tp-common-black);
}
@media (max-width: 767px) {
  .app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-header .accordion-buttons {
    font-size: 18px;
  }
}
.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
  padding-left: 0px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body {
    padding-right: 30px;
  }
}
.app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: #66666C;
  letter-spacing: -0.16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-faq-wrap.faq-inner-style .ai-faq-accordion-wrap .accordion .accordion-items .accordion-body p br {
    display: none;
  }
}

.it-faq-shape-1 {
  position: absolute;
  left: 50;
  bottom: -30px;
  
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .it-faq-shape-1 {
    left: -10%;
  }
}
.it-faq-shape-2 {
  margin-left: 75px;
  /* margin-top: 160px; */
  
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .it-faq-shape-2 {
    margin-left: 0;
  }
}
.it-faq-accordion .faq-active {
  position: relative;
}
.it-faq-accordion .faq-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 0;
  transition: 0.5s;
  background: #ffd743;
  border-radius: 20px;
}
.it-faq-accordion .accordion-items.faq-active::before {
  top: auto;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-faq-text p br {
    display: none;
  }
}


/*----------------------------------------*/
/*  8.8 Success Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  8.9 Instagram Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.0 Feature Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.3 Benefits Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  9.4 Cta Css
/*----------------------------------------*/
.app-cta-wrap {
  border-radius: 30px;
  background: linear-gradient(265deg, #D0F2F0 16.29%, #C5E0FC 84.71%);
}
.app-cta-wrapper {
  padding-left: 170px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .app-cta-wrapper {
    padding-left: 135px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .app-cta-wrapper {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .app-cta-wrapper {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-cta-wrapper {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .app-cta-wrapper {
    padding-top: 45px;
    padding-right: 30px;
  }
}
.app-cta-heading p {
  color: #61616A;
  letter-spacing: -0.18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .app-cta-heading p br {
    display: none;
  }
}
.app-cta-store {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 12px;
  padding: 9px 20px;
  transition: 0.4s;
  background: var(--tp-common-white);
  box-shadow: 0px 14px 24px 0px rgba(3, 46, 65, 0.2);
}
@media (max-width: 767px) {
  .app-cta-store {
    margin-bottom: 20px;
  }
}
.app-cta-store:hover {
  transform: scale(1.1);
}
.app-cta-store-icon {
  margin-right: 10px;
}
.app-cta-store-content p {
  margin: 0;
  font-size: 12px;
  color: var(--tp-common-black-10);
}
.app-cta-store-content span {
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .app-cta-store-box {
    flex-wrap: wrap;
  }
}
.app-cta-thumb-2 {
  position: absolute;
  bottom: 0;
  right: 12%;
}



/*----------------------------------------*/
/*  9.5 Intaractive Css
/*----------------------------------------*/


/*----------------------------------------*/
/*  9.6 Project Slider Css
/*----------------------------------------*/
/* ============ creative Slider ================= */

/* ============ Showcase Slider ================= */
/* ============ parallax Slider ================= */

/* ============ showcase Slider ================= */

/*----------------------------------------*/
/*  10.0 Shop Css
/*----------------------------------------*/

/*----------------------------------------*/
/*  10.1 Shop Details Css
/*----------------------------------------*/


/*----------------------------------------*/
/*  10.8 Light Css Start
/*----------------------------------------*/
.agntix-light .postbox-details-list ul li i {
  color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-red-3);
  background-color: var(--tp-common-red-3);
}
.agntix-light .postbox-details-input input:focus, .agntix-light .postbox-details-input textarea:focus {
  border-color: var(--tp-common-red-3);
}

.align-items-end{
  align-items: center !important;
}

.agntix-light .postbox-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-author-name {
  color: rgba(0, 0, 0, 0.9);
}
.agntix-light .postbox-author-info span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-meta span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-tag {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-content p {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-btn-yellow-border.postbox-btn {
  color: var(--tp-common-black);
  background: #F6F6F9;
  border: 1px solid #F6F6F9;
}
.agntix-light .postbox-blockquote {
  background: #F6F6F9;
}
.agntix-light .postbox-blockquote-paragraph p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-tag span {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-tag span:last-child::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-meta .postbox-author-name {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-meta > div:not(:first-child)::after {
  background: rgba(0, 0, 0, 0.1);
}
.agntix-light .postbox-details-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-quote p {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-quote span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-quote span::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-text p span {
  color: #000000;
  font-weight: 700;
}
.agntix-light .postbox-details-list ul li {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-list ul li span {
  color: rgba(0, 0, 0, 0.3);
}
.agntix-light .postbox-details-code {
  background: rgb(246, 246, 249);
}
.agntix-light .postbox-details-code pre {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-author .sidebar-widget-author {
  background: rgb(246, 246, 249);
}
.agntix-light .postbox-details-social a {
  background-color: rgb(246, 246, 249);
  color: rgba(0, 0, 0, 0.8);
}
.agntix-light .postbox__comment-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox__comment-name h5 {
  color: var(--tp-common-black);
}
.agntix-light .postbox__comment-name span {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox__comment-text p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox__comment-reply a {
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .postbox-details-form {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .postbox-details-form-title {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-form p {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-input label {
  color: var(--tp-common-black);
}
.agntix-light .postbox-details-input input, .agntix-light .postbox-details-input textarea {
  background: rgb(246, 246, 249);
  color: var(--tp-common-black);
  border: 1px solid rgb(246, 246, 249);
}
.agntix-light .postbox-details-input input:focus, .agntix-light .postbox-details-input textarea:focus {
  background: transparent;
}
.agntix-light .postbox-details-remeber label {
  color: rgba(0, 0, 0, 0.7);
}
.agntix-light .postbox-details-remeber label::before {
  color: var(--tp-common-black);
  filter: invert(1);
}
.agntix-light .postbox-details-remeber label::after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.agntix-light .tp-blog-details-without-heading .postbox-details-item .postbox-tag span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .postbox-details-item.item-border {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.agntix-light .tp-header-4-style .tp-header-menu nav ul li a {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-heading-wrap .tp-section-subtitle.pre::before {
  background: #ff3298;
}

.agntix-light .tp-blog-masonry-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.agntix-light .tp-blog-masonry-item-time span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-tag span {
  color: rgba(0, 0, 0, 0.6);
}
.agntix-light .tp-blog-masonry-title {
  color: var(--tp-common-black);
}
.agntix-light .tp-blog-masonry-btn a {
  color: #ff3298;
}
.agntix-light .tagcloud a {
    color: rgba(0, 0, 0, 0.6);
    background: #F6F6F9;
}
.agntix-light .tagcloud a:hover {
    color: var(--tp-common-white);
    background-color: #ff3298;
}

/*# sourceMappingURL=main.css.map */

