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

    Theme Name: Bydos - Creative Agency Portfolio HTML Template
	Theme URI: https://themejunction.net/html/bydos/demo/
	Author: Theme-Junction
	Author URI: https://themeforest.net/user/theme-junction
    Description: Bydos - Creative Agency Portfolio HTML Template

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


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

  Theme Default CSS
  Theme Animation CSS
  Buttons CSS
  Back top CSS
  Theme Search CSS
  Theme Preloder CSS
  Theme Header CSS
  Mainmenu CSS
  hamburger CSS
  Theme Footer CSS
  Theme Sec-title CSS
  Cursor CSS
  Theme Hero CSS
  Theme Feature CSS
  Theme About CSS
  Theme Counter CSS
  Theme Services CSS
  Theme Project CSS
  Theme Process CSS
  Theme Team CSS
  Theme Award CSS
  Theme Gallery CSS
  Theme Mission Vission CSS
  Theme Success CSS
  Theme Progress CSS
  Theme Cta CSS
  Theme Faq CSS
  Theme Category CSS
  Theme Product CSS
  Theme Roll CSS
  Theme Breadcrumb CSS
  Theme Skill CSS
  Theme Contact CSS

**********************************************/

/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Koulen&family=Space+Grotesk:wght@300..700&display=swap");
:root {
    /**
     @Font-Family Declaration
   */
    --tj-ff-body: 'DM Sans', sans-serif;
    --tj-ff-heading: 'Koulen', sans-serif;
    --tj-ff-heading-2: 'Space Grotesk', sans-serif;
    --tj-ff-p: 'DM Sans', sans-serif;
    --tj-ff-fontawesome: "Font Awesome 6 Pro";
    /**
     @Font-weight Declaration
   */
    --tj-fw-normal: normal;
    --tj-fw-thin: 100;
    --tj-fw-elight: 200;
    --tj-fw-light: 300;
    --tj-fw-regular: 400;
    --tj-fw-medium: 500;
    --tj-fw-sbold: 600;
    --tj-fw-bold: 700;
    --tj-fw-ebold: 800;
    --tj-fw-black: 900;
    /**
     @Font-Size Declaration
   */
    --tj-fs-body: 18px;
    --tj-fs-p: 18px;
    --tj-fs-h1: 130px;
    --tj-fs-h2: 90px;
    --tj-fs-h3: 60px;
    --tj-fs-h4: 40px;
    --tj-fs-h5: 30px;
    --tj-fs-h6: 20px;
    /**
     @Color Declaration
   */
    --tj-color-common-white: #ffffff;
    --tj-color-common-black: #000000;
    --tj-color-heading-primary: #0A0E1A;
    --tj-color-text-body: #57595C;
    --tj-color-theme-primary: #9f252b;
    --tj-color-theme-secondary: #F5F6F0;
    --tj-color-theme-bg: #0A0E1A;
    --tj-color-theme-bg-2: #EEEFEA;
    --tj-color-theme-bg-3: #0B2A99;
    --tj-color-theme-bg-4: #061E72;
    --tj-color-theme-bg-5: #F4F1EC;
    --tj-color-grey-1: #B1B4BA;
    --tj-color-grey-2: #57595C;
    --tj-color-grey-3: #0EB185;
    --tj-color-grey-4: #FF6928;
    --tj-color-grey-5: #6CF3D4;
    --tj-color-grey-6: #FDB2FF;
    --tj-color-grey-7: #FFDB80;
    --tj-color-grey-8: #EEEFEA;
    --tj-color-grey-9: #BCC1D2;
    --tj-color-grey-10: rgba(189, 193, 203, 0.1019607843);
    --tj-color-grey-11: #9CC308;
    --tj-color-grey-12: #515151;
    --tj-color-grey-13: #F2F0F6;
    --tj-color-grey-14: #9CC308;
    --tj-color-grey-15: #FF4D4E;
    --tj-color-grey-16: #FEE5FF;
    --tj-color-grey-17: #FED8FF;
    --tj-color-grey-18: #87FAA7;
    --tj-color-grey-19: #F8BDEB;
    --tj-color-grey-20: #EEEFEA;
    --tj-color-grey-21: #FFADAD;
    --tj-color-grey-22: #FF6162;
    --tj-color-grey-23: #CDC6F8;
    --tj-color-grey-24: #1E212C;
    --tj-color-extra-1: #fdd462;
    --tj-color-extra-2: #e3e2ac;
    --tj-color-extra-3: #fe6986;
    --tj-color-extra-4: #ffc5b7;
    --tj-color-border-1: #D9D9D9;
    --tj-color-border-2: #E1E1E1;
    --tj-color-border-3: #E4E7EC;
    --tj-color-border-4: #E5E2E9;
    --tj-color-border-5: #515151;
    --tj-color-border-6: #D0D4DC;
    --tj-color-border-7: #D3D0CB;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

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

body,
.site-main {
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: var(--tj-ff-body);
    font-size: var(--tj-fs-body);
    font-weight: normal;
    color: var(--tj-color-text-body);
    line-height: 1.6;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tj-ff-heading);
    color: var(--tj-color-heading-primary);
    margin-top: 0px;
    font-weight: var(--tj-fw-regular);
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

h1 {
    font-size: var(--tj-fs-h1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h1 {
        font-size: 95px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 74px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: var(--tj-fs-h2);
}

h3 {
    font-size: var(--tj-fs-h3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    h3 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    h3 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 38px;
    }
}

h4 {
    font-size: var(--tj-fs-h4);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    h4 {
        font-size: 30px;
    }
}

h5 {
    font-size: var(--tj-fs-h5);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h5 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    h5 {
        font-size: 26px;
    }
}

h6 {
    font-size: var(--tj-fs-h6);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: block;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

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

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
svg path,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

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

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

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

button:hover {
    cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
    outline: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-grey-2);
}

::-webkit-scrollbar {
    height: 4px;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: var(--tj-color-theme-primary);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

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

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

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

*::-webkit-input-placeholder {
    color: var(--tj-color-common-black);
    font-size: var(--tj-fs-body);
    opacity: 1;
}

*::-moz-placeholder {
    color: var(--tj-color-common-black);
    font-size: var(--tj-fs-body);
    opacity: 1;
}

*:-ms-input-placeholder {
    color: var(--tj-color-common-black);
    font-size: var(--tj-fs-body);
    opacity: 1;
}

*::-ms-input-placeholder {
    color: var(--tj-color-common-black);
    font-size: var(--tj-fs-body);
    opacity: 1;
}

*::placeholder {
    color: var(--tj-color-common-black);
    font-size: var(--tj-fs-body);
    opacity: 1;
}

/**
 	Common Classes CSS
*/

img {
    max-width: 100%;
}

.w-img img {
    width: 100%;
}

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

.fix {
    overflow: hidden;
}

i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.container-1720 {
    max-width: 1620px;
    margin: 0 auto;
}

/**----------------------------------------
START: Theme Animation CSS
----------------------------------------*/

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

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.reveal-image-anim {
    visibility: hidden;
    position: relative;
}

/**
  Buttons CSS
*/

.tj-primary-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    color: white;
    background-color: var(--tj-color-theme-primary);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 19px 30px 17px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    line-height: 1;
    z-index: 1;
}

.tj-primary-btn .btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tj-primary-btn .btn-icon i:first-child,
.tj-primary-btn .btn-icon i:last-child {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tj-primary-btn .btn-icon i:last-child {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.tj-primary-btn .btn-text {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: none;
    transition: none;
    color: white;
    text-shadow: 0 23px 0 white;
   
}

.tj-primary-btn .btn-text>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tj-primary-btn:hover .btn-icon i:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.tj-primary-btn:hover .btn-icon i:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tj-primary-btn:hover .btn-text>span {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
   
}

.tj-transparent-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    font-size: 16px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    border-radius: 10px;
    padding: 19px 30px 17px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: var(--tj-color-common-white);
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    line-height: 1;
    z-index: 1;
}

.tj-transparent-btn .btn-text {
    color: var(--tj-color-common-white);
    text-shadow: 0 23px 0 var(--tj-color-common-white);
}

.tj-transparent-btn .btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tj-transparent-btn .btn-icon i:first-child,
.tj-transparent-btn .btn-icon i:last-child {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tj-transparent-btn .btn-icon i:last-child {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.tj-transparent-btn .btn-text {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: none;
    transition: none;
    color: var(--tj-color-common-white);
    text-shadow: 0 23px 0 var(--tj-color-common-white);
}

.tj-transparent-btn .btn-text>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tj-transparent-btn:hover .btn-icon i:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.tj-transparent-btn:hover .btn-icon i:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.tj-transparent-btn:hover .btn-text>span {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
}

.text-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    position: relative;
    color: var(--tj-color-grey-2);
    font-size: 16px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    line-height: 1;
    z-index: 1;
}

.text-button .btn-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.text-button .btn-icon i:first-child,
.text-button .btn-icon i:last-child {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.text-button .btn-icon i:last-child {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.text-button .btn-text {
    position: relative;
    overflow: hidden;
    display: block;
    -webkit-transition: none;
    transition: none;
    color: var(--tj-color-grey-2);
    text-shadow: 0 23px 0 var(--tj-color-grey-2);
}

.text-button .btn-text>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.text-button:hover .btn-icon i:first-child {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.text-button:hover .btn-icon i:last-child {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.text-button:hover .btn-text>span {
    -webkit-transform: translateY(-23px);
    -ms-transform: translateY(-23px);
    transform: translateY(-23px);
}

/* !START: Back top CSS */

.scroll-to-top {
    position: fixed;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    right: 25px;
    bottom: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--tj-color-theme-primary);
    color: white;
    font-size: 25px;
    z-index: 100;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    font-weight: var(--tj-fw-bold);
}

.scroll-to-top.scroll-to-top-visible {
    opacity: 1;
    visibility: visible;
}

/* !END: Back top CSS */

/**----------------------------------------
START: Theme Search CSS
----------------------------------------*/

.header-search .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--tj-color-grey-1);
    font-weight: var(--tj-fw-medium);
    line-height: 1;
}

.header-search .search i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    line-height: 1;
    color: var(--tj-color-grey-1);
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    margin-top: -540px;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

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

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

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

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

.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: var(--tj-color-grey-24);
    height: 70px;
    width: 100%;
    padding: 10px 65px 10px 30px;
    background-color: var(--tj-color-common-white);
    border: none;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type=search]::-ms-input-placeholder {
    color: var(--tj-color-text-body);
}

.search-popup .form-group input[type=search]::-webkit-input-placeholder {
    color: var(--tj-color-text-body);
}

.search-popup .form-group input[type=search]::-moz-placeholder {
    color: var(--tj-color-text-body);
}

.search-popup .form-group input[type=search]:-ms-input-placeholder {
    color: var(--tj-color-text-body);
}

.search-popup .form-group input[type=search]::placeholder {
    color: var(--tj-color-text-body);
}

.search-popup .form-group input[type=search]:focus {
    outline: none;
}

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

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

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

.search-popup .close-search.style-2 i {
    font-size: 40px;
    color: var(--tj-color-common-white);
    line-height: 1;
}

.search-popup .close-search.style-2:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/* !END: Theme Search CSS */

/**----------------------------------------
START: Theme Preloder CSS
----------------------------------------*/

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--tj-color-theme-bg);
    z-index: 999;
}

.tj-loader-wrap {
    position: fixed;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.tj-loader-wrap .tj-loader {
    margin-left: 92px;
}

.tj-loader-wrap .tj-loader .tj-loader-item {
    position: absolute;
    width: 6px;
    height: 80px;
    margin-top: -45px;
    border-radius: 0px;
    background-color: var(--tj-color-theme-primary);
    -webkit-animation: tj-loader-aim 0.8s infinite;
    animation: tj-loader-aim 0.8s infinite;
    animation-direction: alternate-reverse;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(1) {
    margin-left: 0px;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(2) {
    margin-left: -14px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(3) {
    margin-left: -28px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(4) {
    margin-left: -42px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(5) {
    margin-left: -56px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(6) {
    margin-left: -70px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(7) {
    margin-left: -84px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.tj-loader-wrap .tj-loader .tj-loader-item:nth-child(8) {
    margin-left: -98px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-loader-wrap .tj-loader {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-left: 66px;
    }
}

@-webkit-keyframes tj-loader-aim {
    0% {
        height: 2px;
        margin-top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        height: 80px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes tj-loader-aim {
    0% {
        height: 2px;
        margin-top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        height: 80px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* !END: Preloder CSS */

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/

.tj-header-area {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 120px;
    z-index: 98;
    background-color: white;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tj-header-area.header-absolute {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: white;
}

.tj-header-area.header-duplicate {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.tj-header-area.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: sticky 0.9s;
    animation: sticky 0.9s;
    border-bottom: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
    opacity: 1;
    visibility: visible;
    display: block;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tj-header-area {
        padding: 10px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-header-area {
        padding: 10px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-header-area {
        padding: 10px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-header-area {
        padding: 15px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-header-area {
        padding: 10px 15px;
    }
}

.tj-header-area.header-2 {
    background: var(--tj-color-theme-secondary);
}

.tj-header-area.header-2 .header-wrapper .header-search .search {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-search .search i {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-contact .link {
    font-size: 24px;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    position: relative;
    z-index: 1;
}

.tj-header-area.header-2 .header-wrapper .header-contact {
    max-width: 165px;
    width: 100%;
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input::before {
    background-color: var(--tj-color-grey-1);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input.active::before {
    width: 100%;
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input.active input {
    width: 145px;
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input input {
    color: var(--tj-color-grey-1);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input input::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input input::-webkit-input-placeholder {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input input::-moz-placeholder {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input input:-ms-input-placeholder {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-input input::placeholder {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .header-infos .tj-header-search .tj-header-search-icon button {
    color: var(--tj-color-grey-2);
}

.tj-header-area.header-2 .header-wrapper .mean-push {
    display: none;
}

.tj-header-area.header-2 .hamburger_menu .menu-button {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-3.sticky {
    background: var(--tj-color-theme-bg-3);
}

.tj-header-area.header-3 .header-wrapper .header-button .tj-primary-btn {
    padding: 18px 30px;
}

.tj-header-area.header-3 .header-search .search i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    color: var(--tj-color-common-white);
    line-height: 1;
}

.tj-header-area.header-3 .mainmenu {
    max-width: 605px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tj-header-area.header-3 .mainmenu {
        max-width: 520px;
    }
    .tj-header-area.header-3 .mainmenu ul {
        gap: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-header-area.header-3 .mainmenu {
        max-width: 470px;
    }
    .tj-header-area.header-3 .mainmenu ul {
        gap: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-header-area.header-3 .mainmenu {
        max-width: 495px;
    }
    .tj-header-area.header-3 .header-right-infos {
        max-width: 170px;
    }
    .tj-header-area.header-3 .header-right-infos .header-button {
        padding-left: 0px;
    }
}

.tj-header-area.header-4 .header-mainmenu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.tj-header-area.header-4 .mainmenu ul>li>a {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-4 .header-wrapper .header-infos {
    gap: 30px;
}

.tj-header-area.header-inner.sticky {
    background-color: var(--tj-color-theme-secondary);
}

.tj-header-area.header-inner .mainmenu {
    max-width: 645px;
    width: 100%;
}

.tj-header-area.header-inner .mainmenu ul>li>a {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .mainmenu ul>li.has-dropdown>a {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .mainmenu ul>li.has-dropdown>a::before {
    background: var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .mainmenu ul>li.has-dropdown>a::after {
    border-top: 6px solid var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .mainmenu ul>li.current-menu-ancestor a,
.tj-header-area.header-inner .mainmenu ul>li.current-menu-item a,
.tj-header-area.header-inner .mainmenu ul>li:hover a {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .mainmenu ul>li.current-menu-ancestor a::after,
.tj-header-area.header-inner .mainmenu ul>li.current-menu-item a::after,
.tj-header-area.header-inner .mainmenu ul>li:hover a::after {
    -webkit-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.tj-header-area.header-inner .mainmenu ul>li>.sub-menu {
    background-color: var(--tj-color-theme-bg);
}

.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li>a {
    color: var(--tj-color-common-white);
}

.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a,
.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li.current-menu-item>a,
.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li:hover>a {
    color: var(--tj-color-theme-primary);
}

.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::after,
.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li.current-menu-item>a::after,
.tj-header-area.header-inner .mainmenu ul>li>.sub-menu>li:hover>a::after {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .header-infos .inner-search .search {
    color: var(--tj-color-heading-primary);
}

.tj-header-area.header-inner .header-infos .inner-search .search i {
    color: var(--tj-color-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-header-area.header-inner .mainmenu {
        max-width: 520px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-header-area.header-inner .mainmenu {
        max-width: 495px;
    }
    .tj-header-area.header-inner .header-wrapper .header-infos {
        max-width: 150px;
    }
}

.tj-header-area .active-bar,
.tj-header-area .menu-bar {
    margin-left: 25px;
}

.tj-header-area .active-bar button,
.tj-header-area .menu-bar button {
    border: none;
    padding: 0;
    background-color: transparent;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.tj-header-area .active-bar button span,
.tj-header-area .menu-bar button span {
    height: 3px;
    width: 35px;
    display: block;
    background: var(--tj-color-common-white);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-left: auto;
}

.tj-header-area .active-bar button span:nth-child(2),
.tj-header-area .menu-bar button span:nth-child(2) {
    width: 40px;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.tj-header-area .active-bar button span:nth-child(3),
.tj-header-area .menu-bar button span:nth-child(3) {
    width: 30px;
}

.tj-header-area .active-bar button span:nth-child(4),
.tj-header-area .menu-bar button span:nth-child(4) {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 3px;
    height: 0;
    -webkit-transition: height 400ms;
    transition: height 400ms;
}

@media (max-width: 575px) {
    .tj-header-area .active-bar button span,
    .tj-header-area .menu-bar button span {
        width: 30px;
    }
    .tj-header-area .active-bar button span:nth-child(2),
    .tj-header-area .menu-bar button span:nth-child(2) {
        width: 35px;
    }
    .tj-header-area .active-bar button span:nth-child(3),
    .tj-header-area .menu-bar button span:nth-child(3) {
        width: 25px;
    }
}

.tj-header-area .active-bar button span {
    background: var(--tj-color-heading-primary);
}

.tj-header-area.header-3 .menu_bar,
.tj-header-area.header-1 .menu_bar {
    background-color: #9f252b;
}

.tj-header-area.header-3 .menu_bar::after,
.tj-header-area.header-1 .menu_bar::after {
    border-color: var(--tj-color-grey-2);
}

.tj-header-area.header-3 .menu_bar span,
.tj-header-area.header-1 .menu_bar span {
    background-color: white;
}

.menu_bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--tj-color-theme-bg);
    position: relative;
    border-radius: 8px;
    top: -6px;
    left: -6px;
    padding: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu_bar::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 6px;
    top: 6px;
    border: 1px solid var(--tj-color-grey-2);
    border-radius: 8px;
    z-index: -1;
}

.menu_bar span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: var(--tj-color-common-white);
    border-radius: 10px;
    margin-right: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu_bar span:first-child {
    width: 12px;
}

.menu_bar span:last-child {
    width: 18px;
}

.menu_bar:hover span {
    width: 100%;
}

.menu_bar.on {
    left: 0;
    top: 0;
}

.menu_bar.on::after {
    left: 0;
    top: 0;
}

.menu_bar.on span {
    width: 100%;
}

.menu_bar.on span:first-child {
    -webkit-transform: rotate(45deg) translate(7px, 6px);
    -ms-transform: rotate(45deg) translate(7px, 6px);
    transform: rotate(45deg) translate(7px, 6px);
}

.menu_bar.on span:nth-child(2) {
    opacity: 0;
}

.menu_bar.on span:last-child {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    -ms-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px);
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-wrapper .header-infos {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.header-wrapper .header-infos .header-button .tj-primary-btn {
    padding: 18px 30px 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrapper .header-infos {
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
    }
}

.site-logo .logo {
    display: inline-block;
    max-width: 150px;
    width: 100%;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 10px;
}

.mainmenu ul>li {
    position: relative;
    z-index: 1;
}

.mainmenu ul>li.has-dropdown>a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    bottom: 16px;
    left: 0;
    background: var(--tj-color-theme-primary);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.mainmenu ul>li.has-dropdown>a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    -ms-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--tj-color-theme-primary);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: -1;
}

.mainmenu ul>li>a {
    display: block;
    position: relative;
    font-size: 17px;
    color: black;
    padding: 13px 0;
    font-weight:500;
    font-family:'DM Sans', sans-serif;;
    text-transform: capitalize;
    z-index: 2;
}

.mainmenu ul>li.current-menu-ancestor a,
.mainmenu ul>li.current-menu-item a,
.mainmenu ul>li:hover a {
    color: var(--tj-color-theme-primary);
}

.mainmenu ul>li.current-menu-ancestor a::after,
.mainmenu ul>li.current-menu-item a::after,
.mainmenu ul>li:hover a::after {
    -webkit-transform: translateX(-50%) scaleY(1);
    -ms-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.mainmenu ul>li.current-menu-ancestor a::before,
.mainmenu ul>li.current-menu-item a::before,
.mainmenu ul>li:hover a::before {
    opacity: 1;
    visibility: visible;
}

.mainmenu ul>li>.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    top: 100%;
    left: 0;
    z-index: 99;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: left;
    background-color: var(--tj-color-theme-bg);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    gap: 0;
    padding: 10px 0;
    pointer-events: none;
}

.mainmenu ul>li>.sub-menu>li {
    display: block;
    width: 100%;
    margin-right: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
}

.mainmenu ul>li>.sub-menu>li.has-dropdown::after {
    display: none;
}

.mainmenu ul>li>.sub-menu>li>a {
    position: relative;
    padding: 8px 20px;
    display: block;
    color: var(--tj-color-common-white);
}

.mainmenu ul>li>.sub-menu>li>a::before {
    display: none;
}

.mainmenu ul>li>.sub-menu>li>a::after {
    display: none;
}

.mainmenu ul>li>.sub-menu>li:last-child {
    padding-bottom: 0;
}

.mainmenu ul>li>.sub-menu>li.has-dropdown>a::after {
    content: "\f105";
    right: 10px;
    color: var(--tj-color-theme-primary);
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a,
.mainmenu ul>li>.sub-menu>li:hover>a {
    color: var(--tj-color-theme-primary);
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::before,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::before,
.mainmenu ul>li>.sub-menu>li:hover>a::before {
    opacity: 1;
    visibility: visible;
    width: 14px;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::after,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::after,
.mainmenu ul>li>.sub-menu>li:hover>a::after {
    color: var(--tj-color-heading-primary);
}

.mainmenu ul>li>.sub-menu>li>.sub-menu {
    left: 100%;
    top: 0;
}

.mainmenu ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: inherit;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .mainmenu ul {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mainmenu ul {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.header-right-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    max-width: 475px;
    width: 100%;
}

.header-right-infos .header-search {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: 20px;
    line-height: 1;
}

.header-right-infos .header-search button {
    font-size: 26px;
    color: var(--tj-color-common-white);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.header-right-infos .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
}

.header-right-infos .header-contact .contact-icon {
    max-width: 42px;
    width: 100%;
}

.header-right-infos .header-contact .contact-icon img {
    width: 100%;
}

.header-right-infos .header-contact .contact-text span {
    display: block;
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    color: rgba(255, 255, 255, 0.8);
}

.header-right-infos .header-contact .contact-text .link {
    font-size: 20px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-common-white);
    font-family: var(--tj-ff-heading-2);
    position: relative;
    z-index: 1;
}

.header-right-infos .header-button {
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right-infos {
        max-width: 450px;
    }
    .header-right-infos .header-search {
        padding-right: 15px;
    }
    .header-right-infos .header-search button {
        font-size: 24px;
    }
    .header-right-infos .header-button {
        padding-left: 20px;
    }
    .header-right-infos .header-contact {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right-infos {
        max-width: 235px;
    }
    .header-right-infos .header-search {
        padding-right: 15px;
    }
    .header-right-infos .header-search button {
        font-size: 24px;
    }
    .header-right-infos .header-button {
        padding-left: 20px;
    }
    .header-right-infos .header-contact {
        padding-left: 15px;
    }
}

.cart-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-inner .search {
    line-height: 1;
    padding-right: 10px;
}

.cart-inner .search a {
    font-size: 24px;
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-bold);
}

.cart-inner .cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-left: 30px;
    z-index: 1;
}

.cart-inner .cart-wrap::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: var(--tj-color-grey-2);
}

.cart-inner .cart-wrap .number {
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-heading-primary);
}

.cart-inner .cart-wrap i {
    font-size: 23px;
    color: var(--tj-color-heading-primary);
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* !END: Theme Header CSS */

/* !START: hamburger CSS */

.hamburger-area {
    position: fixed;
    right: -490px;
    top: 0;
    width: 450px;
    height: 100%;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    z-index: 9999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}

.hamburger-area::-webkit-scrollbar {
    display: none;
}

.hamburger-area.opened {
    right: 0px;
}

@media (max-width: 575px) {
    .hamburger-area {
        width: 320px;
    }
}

.hamburger_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--tj-color-theme-bg);
    z-index: -1;
    -webkit-backdrop-filter: blur(37px);
    backdrop-filter: blur(37px);
}

.hamburger_wrapper {
    position: relative;
    padding: 45px 45px 90px 45px;
    overflow: auto;
    height: 100%;
}

@media (max-width: 575px) {
    .hamburger_wrapper {
        padding: 40px 20px 60px 20px;
    }
}

.hamburger_top {
    margin-bottom: 40px;
}

.hamburger_close_btn {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    color: var(--tj-color-common-white);
}

@media (max-width: 575px) {
    .hamburger_close_btn {
        font-size: 30px;
    }
}

.hamburger_close_btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--tj-color-theme-primary);
}

.hamburger_search {
    position: relative;
    margin-bottom: 30px;
}

.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger_search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    color: var(--tj-color-common-white);
}

.hamburger_search select::-ms-input-placeholder,
.hamburger_search .nice-select::-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.hamburger_search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger_search select::-webkit-input-placeholder,
.hamburger_search .nice-select::-webkit-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
.hamburger_search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger_search select::-moz-placeholder,
.hamburger_search .nice-select::-moz-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder,
.hamburger_search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger_search select:-ms-input-placeholder,
.hamburger_search .nice-select:-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder,
.hamburger_search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger_search select::-ms-input-placeholder,
.hamburger_search .nice-select::-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.hamburger_search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger_search select::placeholder,
.hamburger_search .nice-select::placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger_search input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.hamburger_search button {
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tj-color-common-white);
}

.hamburger_menu .mean-container .mean-bar {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.hamburger_menu .mean-container .mean-bar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hamburger_menu .mean-nav {
    background: transparent;
    margin-top: 0;
    overflow: hidden;
}

.hamburger_menu .mean-nav>ul {
    display: block !important;
}

.hamburger_menu .mean-nav>ul>li:first-child>a {
    border-top: none;
}

.hamburger_menu .mean-nav ul li {
    position: relative;
}

.hamburger_menu .mean-nav ul li a {
    color: var(--tj-color-common-white);
    width: 100%;
    padding: 18px 0;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-medium);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hamburger_menu .mean-nav ul li a:hover {
    color: var(--tj-color-theme-secondary);
}

.hamburger_menu .mean-nav ul li a.mean-expand {
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hamburger_menu .mean-nav ul li a.mean-expand:hover {
    color: var(--tj-color-theme-primary);
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tj-color-theme-primary);
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hamburger_menu .mean-nav ul li .sub-menu li {
    padding-left: 25px;
    position: relative;
}

.hamburger_menu .mean-nav ul li .sub-menu li a {
    width: 100%;
    padding: 18px 0;
    text-transform: capitalize;
}

.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand {
    padding: 0;
    width: 30px;
}

.hamburger_menu .mean-nav ul li.dropdown-opened>a {
    color: var(--tj-color-theme-secondary);
}

.hamburger-title {
    color: var(--tj-color-common-white);
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.hamburger-infos {
    margin-bottom: 50px;
}

.hamburger-infos .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.hamburger-infos .contact-item:last-child {
    margin-bottom: 0;
}

.hamburger-infos .contact-item .contact-icon {
    position: relative;
    max-width: 40px;
    height: 55px;
    width: 100%;
    -webkit-mask-image: url(../images/shapes/vector-1.svg);
    mask-image: url(../images/shapes/vector-1.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
    background: linear-gradient(180deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
    z-index: 1;
}

.hamburger-infos .contact-item .contact-icon span {
    position: absolute;
    top: 60%;
    left: 50%;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--tj-color-common-white);
    font-size: 18px;
    z-index: 2;
}

.hamburger-infos .contact-item .contact-text .text {
    color: var(--tj-color-grey-1);
    font-size: 20px;
}

.hamburger-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.hamburger-socials ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--tj-color-common-white);
    background: transparent;
    font-size: 14px;
    line-height: 1;
    border: 1.5px solid var(--tj-color-common-white);
}

.hamburger-socials ul li a i {
    color: var(--tj-color-common-white);
}

.hamburger-socials ul li a:hover {
    background-color: var(--tj-color-theme-secondary);
    border-color: var(--tj-color-theme-secondary);
    color: var(--tj-color-common-white);
}

.hamburger-socials ul li a:hover i {
    color: var(--tj-color-common-white);
}

.hamburger_logo .mobile_logo {
    display: inline-block;
    max-width: 140px;
    width: 100%;
}

.menu-bar button {
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.menu-bar button span {
    height: 3px;
    width: 35px;
    display: block;
    background: var(--tj-color-common-white);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-left: auto;
}

.menu-bar button span:nth-child(2) {
    width: 40px;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.menu-bar button span:nth-child(3) {
    width: 30px;
}

.menu-bar button span:nth-child(4) {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 3px;
    height: 0;
    -webkit-transition: height 400ms;
    transition: height 400ms;
}

.menu-bar.style-2 button span {
    background: var(--tj-color-theme-secondary);
}

.menu-bar.menu-bar-toggeled button {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.menu-bar.menu-bar-toggeled button span:nth-child(1) {
    width: 0;
}

.menu-bar.menu-bar-toggeled button span:nth-child(3) {
    width: 0;
}

.menu-bar.menu-bar-toggeled button span:nth-child(4) {
    height: 40px;
    -webkit-transition: height 200ms ease;
    transition: height 200ms ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .menu-bar {
        margin-left: 0;
    }
}

.body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

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

/* !END: hamburger CSS */

/* !START: Mainmenu CSS */

.tj-offcanvas-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--tj-color-theme-bg);
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.tj-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
    max-width: 40%;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    padding: 110px 0;
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.tj-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap .mobile_menu {
    max-width: 350px;
    width: 100%;
}

.tj-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap .mobile_menu .mean-bar {
    margin-bottom: 0;
}

.tj-offcanvas-area .offcanvas_warp .canvas-content-area {
    max-width: calc(60% - 1.5rem);
    width: 100%;
    height: 100vh;
    position: relative;
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    padding: 110px 0 160px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.tj-offcanvas-area.opened {
    opacity: 1;
    pointer-events: all;
}

.tj-offcanvas-area.opened .offcanvas_warp .offcanvas_menu_wrap {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.tj-offcanvas-area.opened .offcanvas_warp .canvas-content-area {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-offcanvas-area .offcanvas_warp .offcanvas_menu_wrap {
        padding: 110px 0 80px 0;
    }
    .tj-offcanvas-area .offcanvas_warp .canvas-content-area {
        padding: 110px 0 80px 50px;
    }
}

.canvas-content-area .desc {
    color: var(--tj-color-common-white);
    max-width: 765px;
    width: 100%;
    margin-bottom: 25px;
}

.canvas-content-area .desc p:last-child {
    margin-bottom: 0;
}

.canvas-content-area .contact-info-list {
    margin-bottom: 25px;
}

.canvas-content-area .contact-info-list .canvas-title {
    margin-bottom: 20px;
}

.canvas-content-area .contact-info-list .canvas-title .title {
    color: var(--tj-color-common-white);
    margin-bottom: 0;
}

.canvas-content-area .contact-info-list .contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.canvas-content-area .contact-info-list .contact-list ul li {
    margin-bottom: 20px;
}

.canvas-content-area .contact-info-list .contact-list ul li:last-child {
    margin-bottom: 0;
}

.canvas-content-area .contact-info-list .contact-list ul li span {
    display: block;
    color: var(--tj-color-grey-1);
    font-weight: var(--tj-fw-medium);
}

.canvas-content-area .contact-info-list .contact-list ul li .link {
    font-size: 20px;
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-medium);
    position: relative;
    z-index: 1;
}

.canvas-content-area .canvas-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.canvas-content-area .canvas-socials ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 1;
    color: var(--tj-color-common-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.canvas-content-area .canvas-socials ul li a i {
    color: var(--tj-color-common-white);
}

.canvas-content-area .canvas-socials ul li a:hover {
    color: var(--tj-color-heading-primary);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}

.canvas-content-area .canvas-socials ul li a:hover i {
    color: var(--tj-color-heading-primary);
}

.canvas-content-area .contact-map iframe {
    width: 500px;
    height: 300px;
}

/* !END: Mainmenu CSS */

/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/

.tj-footer-area {
    background-color: var(--tj-color-theme-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.tj-footer-area .footer-top-area {
    padding-top: 120px;
    padding-bottom: 110px;
    position: relative;
    z-index: 2;
}

.tj-footer-area .footer-top-area .subscribe-content-area .title {
    font-size: 130px;
    color: var(--tj-color-common-white);
    text-align: center;
    font-weight: var(--tj-fw-regular);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}

.tj-footer-area .footer-bottom-area {
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-footer-area .footer-top-area .subscribe-content-area .title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-footer-area .footer-top-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .tj-footer-area .footer-top-area .subscribe-content-area .title {
        font-size: 80px;
    }
    .tj-footer-area .footer-bottom-area {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-footer-area .footer-top-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-footer-area .footer-top-area .subscribe-content-area .title {
        font-size: 70px;
    }
    .tj-footer-area .footer-top-area .subscribe_form {
        margin-top: 40px;
    }
    .tj-footer-area .footer-bottom-area {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-footer-area .footer-top-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-footer-area .footer-top-area .subscribe-content-area .title {
        font-size: 60px;
    }
    .tj-footer-area .footer-top-area .subscribe_form {
        margin-top: 40px;
    }
    .tj-footer-area .footer-top-area .subscribe_form .form_infos {
        gap: 30px;
    }
    .tj-footer-area .footer-bottom-area {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .tj-footer-area .footer-top-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-footer-area .footer-top-area .subscribe-content-area .title {
        font-size: 50px;
    }
    .tj-footer-area .footer-top-area .subscribe_form {
        margin-top: 35px;
    }
    .tj-footer-area .footer-top-area .subscribe_form .form_infos {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        gap: 20px;
        margin-top: 30px;
    }
    .tj-footer-area .footer-top-area .subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
    .tj-footer-area .footer-top-area .subscribe_form .form_input input[type=email] {
        padding: 16px 30px;
    }
    .tj-footer-area .footer-bottom-area {
        padding-bottom: 40px;
    }
}

.tj-footer-area.footer-2 {
    padding-top: 150px;
}

.tj-footer-area.footer-2 .tj-copyright-area {
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-footer-area.footer-2 {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-footer-area.footer-2 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-footer-area.footer-2 {
        padding-top: 80px;
    }
    .tj-footer-area.footer-2 .tj-copyright-area {
        margin-top: 0px;
    }
}

.tj-footer-area.footer-3 {
    background-color: var(--tj-color-theme-bg-4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tj-footer-area.footer-3 .footer-top-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tj-footer-area.footer-3 .tj-copyright-area {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-footer-area.footer-3 .footer-top-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .tj-footer-area.footer-3 .footer-top-area {
        padding-top: 80px;
        padding-bottom: 65px;
    }
}

.tj-footer-area.footer-4 {
    background-color: var(--tj-color-theme-bg-5);
}

.tj-footer-area.footer-4 .footer-top-area {
    padding-bottom: 40px;
}

.tj-footer-area.footer-4 .footer-widget .footer-title .title {
    color: var(--tj-color-heading-primary);
}

.tj-footer-area.footer-4 .footer-widget.widget_nav_menu ul li a {
    font-weight: var(--tj-fw-regular);
    color: var(--tj-color-grey-2);
}

.tj-footer-area.footer-4 .footer-widget.widget_nav_menu ul li a::before {
    background: var(--tj-color-grey-2);
}

.tj-footer-area.footer-4 .tj-copyright-area {
    background: transparent;
    padding: 0px;
}

.tj-footer-area.footer-4 .tj-copyright-area .copyright-wrapper {
    padding: 28px 0;
    border-top: 1px solid var(--tj-color-border-7);
}

.tj-footer-area.footer-4 .tj-copyright-area .copyright-wrapper .copyright-text p {
    color: var(--tj-color-grey-2);
    font-weight: var(--tj-fw-regular);
}

.tj-footer-area.footer-4 .tj-copyright-area .copyright-wrapper .copyright-text p span {
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-medium);
}

.tj-footer-area.footer-4 .tj-copyright-area .copyright-wrapper .copyright-menu ul li::before {
    background: var(--tj-color-grey-2);
    width: 1px;
}

.tj-footer-area.footer-4 .tj-copyright-area .copyright-wrapper .copyright-menu ul li a {
    color: var(--tj-color-grey-2);
    font-size: 17px;
    font-weight: var(--tj-fw-regular);
}

.tj-footer-area.footer-4 .tj-copyright-area .copyright-wrapper .copyright-menu ul li a::before {
    background: var(--tj-color-grey-2);
}

.subscribe-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    background: var(--tj-color-common-white);
    border-radius: 10px;
    padding: 35px 80px;
}

.subscribe-style-two .subscribe-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 650px;
    width: 100%;
}

.subscribe-style-two .subscribe-left-content .subscribe-icon {
    max-width: 90px;
    width: 100%;
}

.subscribe-style-two .subscribe-left-content .subscribe-icon img {
    width: 100%;
}

.subscribe-style-two .subscribe-left-content .subscribe-title .title {
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .subscribe-style-two {
        padding: 35px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe-style-two {
        padding: 35px 25px;
    }
    .subscribe-style-two .subscribe-left-content .subscribe-title .title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .subscribe-style-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 35px 15px;
    }
}

@media (max-width: 575px) {
    .subscribe-style-two .subscribe-left-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.subscribe_form {
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.subscribe_form .form_input input[type=email] {
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
    color: var(--tj-color-common-white);
    padding: 29px 285px 29px 30px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    border-radius: 10px;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.subscribe_form .form_input input[type=email]::-ms-input-placeholder {
    color: var(--tj-color-grey-1);
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder,
.subscribe_form .form_input input[type=email]::-webkit-input-placeholder {
    color: var(--tj-color-grey-1);
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder,
.subscribe_form .form_input input[type=email]::-moz-placeholder {
    color: var(--tj-color-grey-1);
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder,
.subscribe_form .form_input input[type=email]:-ms-input-placeholder {
    color: var(--tj-color-grey-1);
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.subscribe_form .form_input input[type=email]::-ms-input-placeholder {
    color: var(--tj-color-grey-1);
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.subscribe_form .form_input input[type=email]::placeholder {
    color: var(--tj-color-grey-1);
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe_form .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.subscribe_form .form_input input[type=email]:focus {
    outline: none;
}

.subscribe_form .form_infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subscribe_form .form_infos .send {
    position: absolute;
    top: 50%;
    right: 240px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: var(--tj-color-grey-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe_form .form_infos .send {
        right: 210px;
    }
}

@media (max-width: 575px) {
    .subscribe_form .form_infos .send {
        right: 25px;
        top: -72px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .subscribe_form .form_infos .tj-primary-btn {
        width: 100%;
    }
}

.subscribe-form-style-two {
    max-width: 450px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.subscribe-form-style-two .form_input input[type=email] {
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
    color: var(--tj-color-heading-primary);
    padding: 0px 50px 15px 0px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--tj-color-border-2);
    width: 100%;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.subscribe-form-style-two .form_input input[type=email]::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder,
.subscribe-form-style-two .form_input input[type=email]::-webkit-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder,
.subscribe-form-style-two .form_input input[type=email]::-moz-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder,
.subscribe-form-style-two .form_input input[type=email]:-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.subscribe-form-style-two .form_input input[type=email]::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.subscribe-form-style-two .form_input input[type=email]::placeholder {
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
}

.subscribe-form-style-two .form_input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.subscribe-form-style-two .form_input input[type=email]:focus {
    outline: none;
}

.subscribe-form-style-two .form_input button {
    background: var(--tj-color-theme-primary);
    border: 1px solid var(--tj-color-grey-2);
    border-radius: 15px;
    padding: 1px 6px 4px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

.subscribe-form-style-two .form_input button .btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 2px;
}

.subscribe-form-style-two .form_input button .btn-arrow .icon-one,
.subscribe-form-style-two .form_input button .btn-arrow .icon-two {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.subscribe-form-style-two .form_input button .btn-arrow .icon-one path,
.subscribe-form-style-two .form_input button .btn-arrow .icon-two path {
    fill: var(--tj-color-heading-primary);
}

.subscribe-form-style-two .form_input button .btn-arrow .icon-two {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.subscribe-form-style-two .form_input button:hover .btn-arrow .icon-one {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.subscribe-form-style-two .form_input button:hover .btn-arrow .icon-two {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.subscribe-form-style-two .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe-form-style-two .form-checkbox input[type=checkbox] {
    width: 0;
    height: 0;
    -webkit-clip-path: rect(0 0 0 0);
    clip-path: rect(0 0 0 0);
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]+label {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-size: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-2);
    border-radius: 3px;
    -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 200ms;
    transition: cubic-bezier(0.8, 0, 0.2, 1) 200ms;
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]+label::after {
    content: "\f00c";
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    font-size: 10px;
    color: var(--tj-color-heading-primary);
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: ease-in-out 200ms;
    transition: ease-in-out 200ms;
    z-index: 2;
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]+label a {
    text-decoration: underline;
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]+label:hover::before {
    border: 1px solid var(--tj-color-border-2);
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]:checked+label:before {
    border-color: var(--tj-color-theme-primary);
    background: var(--tj-color-theme-primary);
}

.subscribe-form-style-two .form-checkbox input[type=checkbox]:checked+label:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    scale: 1;
    opacity: 1;
}

.footer-widget {
    margin-bottom: 40px;
}

.footer-widget .footer-title {
    margin-bottom: 20px;
}

.footer-widget .footer-title .title {
    font-size: 27px;
    color: var(--tj-color-common-white);
    margin-bottom: 0;
}

.footer-widget .footer-title2 {
    margin-bottom: 20px;
}

.footer-widget .footer-title2 .title {
    font-size: 20px;
    color: var(--tj-color-common-white);
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer-widget.footer1-col-4 {
    padding-left: 45px;
}

.footer-widget.footer3-col-3 {
    padding-left: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-widget.footer3-col-3 {
        padding-left: 0px;
    }
}

.footer-widget.footer4-col-4 {
    padding-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-widget.footer4-col-4 {
        padding-left: 0px;
    }
}

.footer-widget.footer4-col-5 {
    padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-widget.footer4-col-5 {
        padding-left: 0px;
    }
}

.footer-widget.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-widget.widget_nav_menu ul li {
    margin-bottom: 5px;
}

.footer-widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.widget_nav_menu ul li a {
    color: var(--tj-color-grey-1);
    font-size: 18px;
    font-weight: var(--tj-fw-medium);
    position: relative;
    z-index: 1;
}

.footer-widget.widget_nav_menu ul li a:hover {
    color: var(--tj-color-theme-primary);
}

.footer-widget.footer_contact .contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.footer_contact .contact-list ul li {
    margin-bottom: 35px;
}

.footer-widget.footer_contact .contact-list ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.footer_contact .contact-list ul li span {
    display: block;
    color: var(--tj-color-grey-1);
    font-weight: var(--tj-fw-medium);
}

.footer-widget.footer_contact .contact-list ul li .link {
    font-size: 22px;
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-bold);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-widget.footer_contact .contact-list ul li {
        margin-bottom: 25px;
    }
}

.footer-widget.footer_map .map-location ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.footer_map .map-location ul li {
    color: var(--tj-color-grey-1);
    font-weight: var(--tj-fw-medium);
}

.footer-widget.footer_map .footer-socials {
    margin-top: 30px;
}

.footer-widget.footer_map .footer-socials .title {
    color: var(--tj-color-common-white);
    font-size: 18px;
    font-weight: var(--tj-fw-regular);
    margin-bottom: 10px;
}

.footer-widget.footer_map .footer-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-widget.footer_map .footer-socials ul li {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.footer-widget.footer_map .footer-socials ul li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--tj-color-grey-1);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.footer-widget.footer_map .footer-socials ul li:first-child {
    padding-left: 0px;
}

.footer-widget.footer_map .footer-socials ul li:last-child {
    padding-right: 0px;
}

.footer-widget.footer_map .footer-socials ul li:last-child::before {
    display: none;
}

.footer-widget.footer_map .footer-socials ul li a {
    color: var(--tj-color-grey-1);
    font-weight: var(--tj-fw-medium);
    position: relative;
    z-index: 1;
}

.footer-widget.footer_map .footer-socials ul li a:hover {
    color: var(--tj-color-theme-primary);
}

.footer-widget.footer-map-two .contact-wrapper .contact-item {
    margin-bottom: 30px;
}

.footer-widget.footer-map-two .contact-wrapper .contact-item:last-child {
    margin-bottom: 0;
}

.footer-widget.footer-map-two .contact-wrapper .contact-item .title {
    margin-bottom: 10px;
}

.footer-widget.widget_infos .footer-lg-title .title {
    font-size: 150px;
    color: var(--tj-color-common-white);
    margin-bottom: 0;
    line-height: 1;
}

.footer-widget.widget_infos .footer-button {
    margin-top: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-widget.widget_infos .footer-lg-title .title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget.widget_infos .footer-lg-title .title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.widget_infos .footer-lg-title .title {
        font-size: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget.widget_infos .footer-lg-title .title {
        font-size: 65px;
    }
}

@media (max-width: 575px) {
    .footer-widget.widget_infos .footer-lg-title .title {
        font-size: 50px;
    }
}

.footer-widget.footer-infos-two .title {
    font-size: 45px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    color: var(--tj-color-common-white);
    margin-bottom: 0;
}

.footer-widget.footer-infos-two .footer-button {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.footer-infos-two .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget.footer-infos-two .title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .footer-widget.footer-infos-two .footer-button {
        width: 100%;
        margin-top: 15px;
    }
    .footer-widget.footer-infos-two .footer-button .tj-primary-btn {
        width: 100%;
    }
    .footer-widget.footer-infos-two .title {
        font-size: 30px;
    }
}

.footer-widget.footer-infos-three {
    text-align: center;
}

.footer-widget.footer-infos-three .footer-logo {
    margin-bottom: 20px;
}

.footer-widget.footer-infos-three .footer-logo .logo {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}

.footer-widget.footer-infos-three .footer-logo .logo img {
    width: 100%;
}

.footer-widget.footer-infos-three .desc {
    line-height: 1.6;
}

.footer-widget.footer-infos-three .desc p:last-child {
    margin-bottom: 0;
}

.footer-widget.footer-infos-three .copyright-socials {
    margin-top: 30px;
}

.footer-widget.footer-infos-three .copyright-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-widget.footer-infos-three .copyright-socials ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    color: var(--tj-color-grey-2);
    border: 1.5px solid var(--tj-color-border-7);
    border-radius: 50%;
}

.footer-widget.footer-contact-two .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-widget.footer-contact-two .contact-item:last-child {
    margin-bottom: 0;
}

.footer-widget.footer-contact-two .contact-item .contact-icon {
    color: var(--tj-color-theme-primary);
    line-height: 1;
    font-size: 20px;
}

.footer-widget.footer-contact-two .contact-item .contact-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget.footer-contact-two .contact-item .contact-text ul li {
    font-size: 18px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-grey-9);
}

.footer-widget.footer-contact-two .contact-item .contact-text ul li.sub-title {
    color: var(--tj-color-common-white);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    margin-bottom: 5px;
}

.footer-widget.footer-contact-two .contact-item .contact-text ul li a {
    position: relative;
    z-index: 1;
}

.footer-widget.footer-contact-two .contact-item .contact-text ul li i {
    color: var(--tj-color-theme-primary);
}

.footer-widget.footer_gallery .gallery-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 {
    max-width: 90px;
    width: 100%;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 a {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    z-index: 1;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 a img {
    width: 100%;
    border-radius: 5px;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--tj-color-common-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 a:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 a:hover i {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 {
        max-width: 75px;
    }
}

@media (max-width: 575px) {
    .footer-widget.footer_gallery .gallery-wrapper {
        max-width: 375px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-widget.footer_gallery .gallery-wrapper .gallery-style-2 {
        max-width: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer-widget.footer1-col-4 {
        padding-left: 0px;
    }
}

@media (max-width: 575px) {
    .footer-widget .footer-title {
        margin-bottom: 15px;
    }
    .footer-widget .footer-title .title {
        font-size: 24px;
    }
}

.tj-copyright-area {
    position: relative;
    background-color: var(--tj-color-theme-bg);
    padding: 28px 0;
    z-index: 2;
}

.copyright-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copyright-wrapper .copyright-text {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
}

.copyright-wrapper .copyright-text p {
    display: inline-block;
    font-size: 17px;
    color: var(--tj-color-grey-1);
    font-weight: var(--tj-fw-medium);
    margin-bottom: 0;
}

.copyright-wrapper .copyright-logo .logo {
    display: inline-block;
    max-width: 150px;
    width: 100%;
}

.copyright-wrapper .copyright-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright-wrapper .copyright-menu ul li {
    position: relative;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}

.copyright-wrapper .copyright-menu ul li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--tj-color-grey-1);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.copyright-wrapper .copyright-menu ul li:first-child {
    padding-left: 0px;
}

.copyright-wrapper .copyright-menu ul li:last-child {
    padding-right: 0px;
}

.copyright-wrapper .copyright-menu ul li:last-child::before {
    display: none;
}

.copyright-wrapper .copyright-menu ul li a {
    color: var(--tj-color-grey-1);
    font-size: 17px;
    font-weight: var(--tj-fw-medium);
    position: relative;
    z-index: 1;
}

.copyright-wrapper .copyright-menu ul li a:hover {
    color: var(--tj-color-theme-primary);
}

.copyright-wrapper .copyright-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.copyright-wrapper .copyright-socials ul li a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 1;
    color: var(--tj-color-common-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.copyright-wrapper .copyright-socials ul li a i {
    color: var(--tj-color-common-white);
}

.copyright-wrapper .copyright-socials ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--tj-color-theme-primary);
    border-radius: 50%;
    z-index: -1;
}

.copyright-wrapper .copyright-socials ul li a:hover {
    color: var(--tj-color-heading-primary);
    border-color: var(--tj-color-theme-primary);
}

.copyright-wrapper .copyright-socials ul li a:hover i {
    color: var(--tj-color-heading-primary);
}

.copyright-wrapper .copyright-socials ul li a:hover::before {
    width: 100%;
}

.copyright-wrapper .copyright_socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.copyright-wrapper .copyright_socials ul li {
    color: var(--tj-color-common-white);
    font-size: 14px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
}

.copyright-wrapper .copyright_socials ul li a {
    font-size: 20px;
    color: var(--tj-color-grey-9);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.copyright-wrapper .copyright_socials ul li a:hover {
    color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .copyright-wrapper .copyright-menu ul li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .copyright-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .copyright-wrapper .copyright-menu ul li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .copyright-wrapper .copyright-socials ul li a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

#anim span {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    -webkit-animation: wave-1 2.4s ease infinite;
    animation: wave-1 2.4s ease infinite;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#anim span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#anim span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

#anim span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#anim span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

#anim span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#anim span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#anim span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#anim span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#anim span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#anim span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

#anim span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#anim span:nth-child(12) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

#anim span:nth-child(13) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#anim span:nth-child(14) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#anim span:nth-child(15) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#anim span:nth-child(16) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

#anim span:nth-child(17) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#anim span:nth-child(18) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

#anim span:nth-child(19) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#anim span:nth-child(20) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

#anim span:nth-child(21) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes wave-1 {
    0% {
        -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        text-shadow: 0 0 0 rgba(70, 175, 200, 0);
    }
    12% {
        -webkit-transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
        transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
        color: var(--tj-color-common-white);
    }
    15% {
        text-shadow: 0 0 2px var(--tj-color-common-white);
    }
    24% {
        -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    }
    36% {
        -webkit-transform: translate3D(0, 0, 0) scale(1);
        transform: translate3D(0, 0, 0) scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes wave-1 {
    0% {
        -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        text-shadow: 0 0 0 rgba(70, 175, 200, 0);
    }
    12% {
        -webkit-transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
        transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
        color: var(--tj-color-common-white);
    }
    15% {
        text-shadow: 0 0 2px var(--tj-color-common-white);
    }
    24% {
        -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
        transform: translate3D(0, 0, 0) scale(1) rotateY(0);
    }
    36% {
        -webkit-transform: translate3D(0, 0, 0) scale(1);
        transform: translate3D(0, 0, 0) scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* !END: Theme Footer CSS */

/**----------------------------------------
START: Theme Sec-title CSS
----------------------------------------*/

.heading-font-one {
    font-size: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .heading-font-one {
        font-size: 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .heading-font-one {
        font-size: 130px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-font-one {
        font-size: 105px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .heading-font-one {
        font-size: 85px;
    }
}

@media (max-width: 575px) {
    .heading-font-one {
        font-size: 50px;
    }
}

.heading-area .sub-title {
    display: inline-block;
    font-size: 16px;
    color: var(--tj-color-grey-2);
    text-transform: uppercase;
    font-weight: var(--tj-fw-bold);
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    z-index: 1;
}

.heading-area .sub-title::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border: 2px solid var(--tj-color-grey-2);
    border-radius: 50%;
}

.heading-area .sub-title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    background: var(--tj-color-grey-2);
}

.heading-area .sec-title {
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
}

.heading-area .sec-title span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.heading-area .sec-title span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.5px;
    bottom: 5px;
    left: 0;
    background: var(--tj-color-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .heading-area .sec-title {
        line-height: 1.2;
    }
    .heading-area .sec-title span::before {
        bottom: 3px;
    }
    .heading-area .sub-title {
        margin-bottom: 15px;
    }
}

.heading-area.style-2 .sub-title {
    font-size: 30px;
    font-family: var(--tj-ff-heading);
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-regular);
    padding-left: 0;
    margin-bottom: 0;
    border: 2px solid var(--tj-color-grey-2);
    border-radius: 20px;
    padding: 23px 35px;
    max-width: 260px;
    text-align: center;
    width: 100%;
    line-height: 1;
}

.heading-area.style-2 .sub-title::after,
.heading-area.style-2 .sub-title::before {
    display: none;
}

.heading-area.style-2 .sec-title {
    font-size: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .heading-area.style-2 .sub-title {
        max-width: 245px;
        padding: 23px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-area.style-2 .sec-title {
        font-size: 40px;
    }
    .heading-area.style-2 .sub-title {
        font-size: 24px;
        padding: 16px 20px;
        max-width: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .heading-area.style-2 .sec-title {
        font-size: 35px;
    }
    .heading-area.style-2 .sub-title {
        font-size: 22px;
        padding: 15px 20px;
        max-width: 180px;
    }
}

.heading-area.style-3 .sub-title {
    display: block;
    font-size: 18px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.heading-area.style-3 .sub-title::after,
.heading-area.style-3 .sub-title::before {
    display: none;
}

.heading-area.style-3 .sec-title {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.heading-area.style-3 .sec-title::before {
    position: absolute;
    content: "";
    max-width: 245px;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-mask-image: url(../images/shapes/title-shapes.svg);
    mask-image: url(../images/shapes/title-shapes.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--tj-color-grey-15);
}

.heading-style-2 .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.heading-style-2 .sec-title {
    font-size: 45px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-style-2 .sec-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .heading-style-2 .sec-title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .heading-style-2 .sec-title {
        font-size: 30px;
    }
}

/* !END: Theme Sec-title CSS */

/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/

.tj-hero-section {
    position: relative;
    padding-top: 210px;
    padding-bottom: 130px;
    background-color: var(--tj-color-theme-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.tj-hero-section.style-2 {
    padding-top: 265px;
    padding-bottom: 180px;
    background-color: var(--tj-color-theme-secondary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-hero-section.style-2 {
        padding-top: 235px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-hero-section.style-2 {
        padding-top: 215px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-hero-section.style-2 {
        padding-top: 175px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-hero-section.style-2 {
        padding-top: 155px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .tj-hero-section.style-2 {
        padding-top: 150px;
        padding-bottom: 80px;
        min-height: auto;
    }
}

.tj-hero-section .hero-shapes {
    position: absolute;
    top: 40%;
    left: 100px;
    max-width: 60px;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
}

.tj-hero-section .hero-shapes img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-hero-section {
        padding-top: 200px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-hero-section {
        padding-top: 180px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-hero-section {
        padding-top: 150px;
        padding-bottom: 120px;
    }
}

@media (max-width: 575px) {
    .tj-hero-section {
        padding-top: 140px;
        padding-bottom: 120px;
    }
}

.tj-hero-section.style-3 {
    padding-top: 300px;
    padding-bottom: 215px;
    background-color: var(--tj-color-theme-bg-3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tj-hero-section.style-3 .hero-bg-images {
    max-width: 1140px;
    width: 100%;
    position: absolute;
    top: 20%;
    right: -10%;
    border: 12px solid var(--tj-color-common-white);
    border-radius: 30px;
    -webkit-transform: rotate(-2.76deg);
    -ms-transform: rotate(-2.76deg);
    transform: rotate(-2.76deg);
}

.tj-hero-section.style-3 .hero-bg-images img {
    border-radius: 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media only screen and (min-width: 1601px) and (max-width: 1750px) {
    .tj-hero-section.style-3 .hero-bg-images {
        max-width: 950px;
        top: 24%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tj-hero-section.style-3 {
        padding-bottom: 100px;
    }
    .tj-hero-section.style-3 .hero-bg-images {
        max-width: 840px;
        top: 24%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-hero-section.style-3 {
        padding-bottom: 100px;
    }
    .tj-hero-section.style-3 .hero-bg-images {
        max-width: 750px;
        top: 24%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-hero-section.style-3 {
        padding-bottom: 100px;
    }
    .tj-hero-section.style-3 .hero-bg-images {
        max-width: 650px;
        top: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-hero-section.style-3 {
        padding-bottom: 0px;
        padding-top: 150px;
    }
    .tj-hero-section.style-3 .hero-bg-images {
        position: relative;
        max-width: 650px;
        margin-left: auto;
        right: -30px;
        top: auto;
        bottom: -20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-hero-section.style-3 {
        padding-bottom: 0px;
        padding-top: 160px;
        min-height: auto;
    }
    .tj-hero-section.style-3 .hero-bg-images {
        position: relative;
        max-width: 550px;
        margin-left: auto;
        right: -30px;
        top: auto;
        bottom: -20px;
    }
}

.tj-hero-section.style-4 {
    background: linear-gradient(78.46deg, var(--tj-color-theme-bg-5) 21.78%, var(--tj-color-grey-16) 86.51%);
    padding-top: 285px;
    padding-bottom: 165px;
    z-index: 2;
}

.tj-hero-section.style-4 .hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.tj-hero-section.style-4 .hero-bg-shapes img {
    height: 100%;
}

.hero-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
}

.hero-wrapper .hero-content {
    max-width: 630px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-wrapper .hero-content .hero-title {
    color: var(--tj-color-common-white);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
}

.hero-wrapper .hero-content .hero-title small {
    font-size: 60%;
    color: var(--tj-color-grey-1);
    line-height: 1;
}

.hero-wrapper .hero-content .hero-title img {
    position: relative;
    top: -5px;
    max-width: 73px;
    width: 100%;
    -webkit-animation: rotateImg 6s infinite linear;
    animation: rotateImg 6s infinite linear;
    line-height: 1;
}

.hero-wrapper .hero-content .hero-shapes-2 {
    position: absolute;
    bottom: -35px;
    right: -80px;
    max-width: 70px;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
}

.hero-wrapper .hero-content .hero-shapes-2 img {
    width: 100%;
}

.hero-wrapper .hero-content .hero-shapes-3 {
    position: absolute;
    top: -15%;
    right: -20%;
    z-index: -1;
}

.hero-wrapper .hero_images {
    position: relative;
    z-index: 1;
}

.hero-wrapper .hero_images .mask-images {
    position: relative;
    max-width: 650px;
    width: 100%;
    right: -80px;
    -webkit-mask-image: url(../images/shapes/h1-hero-mask.svg);
    mask-image: url(../images/shapes/h1-hero-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.hero-wrapper .hero_images .mask-images img {
    width:100%;
    height: 600px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-wrapper .hero_images .hero-mail {
    position: absolute;
    right: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(177, 180, 186, 0.5);
    font-weight: var(--tj-fw-bold);
    z-index: -1;
}

.hero-wrapper .hero_images .hero-mail a {
    position: relative;
    z-index: 1;
    letter-spacing: 3px;
}

@media only screen and (min-width: 1601px) and (max-width: 1750px) {
    .hero-wrapper {
        gap: 40px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero_images .mask-images {
        max-width: 620px;
        right: -30px;
    }
  
    .hero-wrapper .hero_images .hero-mail {
        right: -32%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero-wrapper {
        gap: 40px;
    }
    .hero-wrapper .hero-content {
        max-width: 610px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero_images .mask-images {
        max-width: 620px;
        right: 0px;
    }
    
    .hero-wrapper .hero_images .hero-mail {
        right: -28%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-wrapper {
        gap: 40px;
    }
    .hero-wrapper .hero-content {
        max-width: 490px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero_images .mask-images {
        max-width: 550px;
        right: 0px;
    }
   
    .hero-wrapper .hero_images .hero-mail {
        right: -33%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-wrapper {
        gap: 40px;
    }
    .hero-wrapper .hero-content {
        max-width: 380px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero_images .mask-images {
        max-width: 460px;
        right: 0px;
    }
   
    .hero-wrapper .hero_images .hero-mail {
        right: -40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }
    .hero-wrapper .hero-content {
        max-width: 100%;
    }
    .hero-wrapper .hero-content .hero-title img {
        max-width: 50px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-button {
        margin-top: 15px;
        padding-left: 100px;
    }
    .hero-wrapper .hero-content .hero-button::before {
        width: 40%;
    }
    .hero-wrapper .hero_images .mask-images {
        right: 0px;
    }
    .hero-wrapper .hero_images .hero-mail {
        font-size: 14px;
        right: auto;
        width: 100%;
        left: 50%;
        top: auto;
        bottom: -40px;
        -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
        text-align: center;
    }
    .hero-wrapper .hero_images .hero-mail a {
        letter-spacing: 1px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }
    .hero-wrapper .hero-content {
        max-width: 100%;
    }
    .hero-wrapper .hero-content .hero-title img {
        max-width: 45px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-button {
        margin-top: 15px;
        padding-left: 85px;
    }
    .hero-wrapper .hero-content .hero-button::before {
        width: 35%;
    }
    .hero-wrapper .hero_images .mask-images {
        max-width: 520px;
        right: 0px;
    }
    .hero-wrapper .hero_images .mask-images img {
        max-width: 520px;
    }
    .hero-wrapper .hero_images .hero-mail {
        font-size: 14px;
        right: auto;
        width: 100%;
        left: 50%;
        top: auto;
        bottom: -40px;
        -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
        text-align: center;
    }
    .hero-wrapper .hero_images .hero-mail a {
        letter-spacing: 1px;
    }
}

@media (max-width: 575px) {
    .hero-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
    }
    .hero-wrapper .hero-content {
        max-width: 380px;
    }
    .hero-wrapper .hero-content .hero-title img {
        max-width: 45px;
    }
    .hero-wrapper .hero-content .hero-shapes-3 {
        top: -10%;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-shapes-2 {
        bottom: 0;
        right: 0;
    }
    .hero-wrapper .hero-content .hero-button {
        margin-top: 15px;
        padding-left: 85px;
    }
    .hero-wrapper .hero-content .hero-button::before {
        width: 35%;
    }
    .hero-wrapper .hero_images .mask-images {
        max-width: 350px;
        right: 0px;
    }
    .hero-wrapper .hero_images .mask-images img {
        max-width: 350px;
    }
    .hero-wrapper .hero_images .hero-mail {
        font-size: 14px;
        right: auto;
        width: 100%;
        left: 50%;
        top: auto;
        bottom: -45px;
        -webkit-transform: translateX(-50%) rotate(0deg);
        -ms-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
        text-align: center;
    }
    .hero-wrapper .hero_images .hero-mail a {
        letter-spacing: 1px;
    }
}

.hero-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 45px;
    position: relative;
    padding-left: 150px;
    z-index: 1;
}

.hero-button::before {
    position: absolute;
    content: "";
    width: 48%;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--tj-color-grey-1);
}

.hero-button .text-button {
    color: var(--tj-color-grey-1);
}

.hero-button .text-button .btn-text {
    color: var(--tj-color-grey-1);
}

.hero-button .text-button:hover .btn-text {
    color: var(--tj-color-grey-1);
    text-shadow: 0 23px 0 var(--tj-color-grey-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-button {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
    .hero-button {
        margin-top: 30px;
        padding-left: 80px;
    }
    .hero-button::before {
        width: 30%;
    }
}

.hero-wrapper-style-2 {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
}

.hero-wrapper-style-2 .hero-content {
    position: relative;
    z-index: 1;
}

.hero-wrapper-style-2 .hero-content .sub-title {
    display: block;
    font-size: 40px;
    font-family: var(--tj-ff-heading);
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 100px;
    line-height: 1;
}

.hero-wrapper-style-2 .hero-content .hero-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: end;
    margin-bottom: 0;
    line-height: 1;
}

.hero-wrapper-style-2 .hero-content .hero-title .arrow {
    position: absolute;
    top: 55px;
    right: 37.3%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
    border: 6px solid var(--tj-color-heading-primary);
    border-radius: 45px;
    background-color: var(--tj-color-theme-primary);
    padding: 10px 15px;
    overflow: hidden;
}

.hero-wrapper-style-2 .hero-content .hero-title .arrow img {
    max-width: 90px;
    -webkit-animation: cloudAnim 2s linear infinite forwards;
    animation: cloudAnim 2s linear infinite forwards;
    width: 100%;
}

.hero-wrapper-style-2 .hero-content .hero-award {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 440px;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 100px;
    background: var(--tj-color-common-white);
    border-radius: 100px;
    padding: 35px 15px;
}

.hero-wrapper-style-2 .hero-content .hero-award span {
    font-size: 80px;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    padding-right: 20px;
    line-height: 1;
}

.hero-wrapper-style-2 .hero-content .hero-award .title {
    border-left: 1px solid var(--tj-color-grey-2);
    padding-left: 20px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-wrapper-style-2 .hero-content .hero-title {
        line-height: 1;
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow {
        right: 36.3%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-wrapper-style-2 .hero-content .hero-title {
        line-height: 1;
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow {
        max-width: 185px;
        top: 16px;
        right: 35.4%;
    }
    .hero-wrapper-style-2 .hero-content .hero-award {
        max-width: 365px;
        padding: 18px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrapper-style-2 .hero-content .hero-title {
        line-height: 1;
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow {
        max-width: 130px;
        top: 12px;
        right: 35.5%;
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow img {
        max-width: 80px;
    }
    .hero-wrapper-style-2 .hero-content .sub-title {
        font-size: 30px;
        padding-left: 50px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award {
        max-width: 320px;
        left: 50px;
        bottom: 0;
        padding: 10px 15px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award span {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-wrapper-style-2 .hero-content .hero-title {
        line-height: 1;
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow {
        max-width: 65px;
        top: 20px;
        right: 37.5%;
        border: 4px solid var(--tj-color-heading-primary);
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow img {
        max-width: 80px;
    }
    .hero-wrapper-style-2 .hero-content .sub-title {
        font-size: 30px;
        padding-left: 0px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award {
        max-width: 250px;
        left: 0px;
        bottom: 0;
        padding: 10px 15px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award .title {
        font-size: 22px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award span {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .hero-wrapper-style-2 .hero-content .hero-title {
        line-height: 1.1;
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow {
        max-width: 55px;
        top: 6px;
        right: 37%;
        padding: 6px 10px;
        border: 3px solid var(--tj-color-heading-primary);
    }
    .hero-wrapper-style-2 .hero-content .hero-title .arrow img {
        max-width: 80px;
    }
    .hero-wrapper-style-2 .hero-content .sub-title {
        font-size: 25px;
        padding-left: 0px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award {
        max-width: 170px;
        left: 0;
        bottom: 0px;
        padding: 6px 10px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award .title {
        font-size: 16px;
        padding-left: 6px;
    }
    .hero-wrapper-style-2 .hero-content .hero-award span {
        font-size: 30px;
        padding-right: 6px;
    }
}

.hero-wrapper-style-3 .hero-content {
    max-width: 600px;
    width: 100%;
}

.hero-wrapper-style-3 .hero-content .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: var(--tj-color-common-white);
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-wrapper-style-3 .hero-content .hero-title {
    font-size: 85px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-common-white);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.1;
}

.hero-wrapper-style-3 .hero-content .hero-button2 {
    margin-top: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero-wrapper-style-3 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-wrapper-style-3 {
        padding-left: 20px;
    }
    .hero-wrapper-style-3 .hero-content .hero-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-wrapper-style-3 .hero-content .hero-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrapper-style-3 .hero-content {
        margin-bottom: 40px;
    }
    .hero-wrapper-style-3 .hero-content .hero-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-wrapper-style-3 .hero-content {
        margin-bottom: 40px;
    }
    .hero-wrapper-style-3 .hero-content .hero-title {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .hero-wrapper-style-3 .hero-content {
        margin-bottom: 40px;
    }
    .hero-wrapper-style-3 .hero-content .hero-title {
        font-size: 38px;
    }
}

.hero-wrapper-style-4 {
    max-width: 690px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-wrapper-style-4::before {
    position: absolute;
    content: "";
    width: 565px;
    height: 565px;
    bottom: -60px;
    left: -200px;
    border-radius: 50%;
    background: var(--tj-color-grey-17);
    z-index: -1;
}

.hero-wrapper-style-4 .hero-content .sub-title {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-grey-2);
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 20px;
    z-index: 1;
}

.hero-wrapper-style-4 .hero-content .sub-title::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--tj-color-grey-2);
}

.hero-wrapper-style-4 .hero-content .hero-title {
    margin-bottom: 0;
    line-height: 1;
}

.hero-wrapper-style-4 .hero-content .hero-button {
    margin-top: 40px;
}

.hero-wrapper-style-4 .hero-shapes2 {
    position: absolute;
    top: 35px;
    right: 30px;
    max-width: 120px;
    width: 100%;
}

.hero-wrapper-style-4 .hero-shapes2 img {
    width: 100%;
}

.hero-images-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 720px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-images-group::before {
    position: absolute;
    content: "";
    width: 355px;
    height: 375px;
    top: 50%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--tj-color-common-white);
    border-radius: 50%;
    z-index: 2;
}

.hero-images-group .group-inner {
    position: relative;
    z-index: 1;
}

.hero-images-group .group-inner::before {
    position: absolute;
    content: "";
    width: 850px;
    height: 205px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    left: -60px;
    background: var(--tj-color-grey-19);
    border-radius: 100px;
    z-index: -1;
}

.hero-images-group .group-inner::after {
    position: absolute;
    content: "";
    width: 850px;
    height: 205px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    left: -60px;
    background: var(--tj-color-grey-18);
    border-radius: 100px;
    z-index: -1;
}

.hero-images-group .hero-images {
    position: relative;
    z-index: 3;
}

.hero-images-group .hero-images img {
    max-width: 360px;
    border-radius: 15px;
}

.hero_socials {
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.hero_socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_socials ul li {
    color: var(--tj-color-common-white);
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    position: relative;
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    z-index: 1;
}

.hero_socials ul li::before {
    position: absolute;
    content: "";
    width: 1.5px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    background: var(--tj-color-common-white);
}

.hero_socials ul li:nth-child(1)::before {
    display: none;
}

.hero_socials ul li:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--tj-color-common-white);
}

.hero_socials ul li:nth-child(2)::before {
    display: none;
}

.hero_socials ul li a {
    color: var(--tj-color-common-white);
}

.hero_socials ul li a:hover {
    color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .hero_socials {
        left: -100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero_socials {
        left: -105px;
    }
    .hero_socials ul li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .hero_socials {
        display: none;
    }
}

.active-price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    height: 100px;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -100px;
    background: var(--tj-color-grey-15);
}

.active-price .sub-title {
    display: block;
    color: var(--tj-color-common-white);
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
}

.active-price .price {
    color: var(--tj-color-common-white);
    font-size: 40px;
    font-weight: var(--tj-fw-regular);
    font-family: var(--tj-ff-heading);
    line-height: 1;
}

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

.shake-y {
    -webkit-animation: shakeY 2.5s ease-in-out infinite;
    animation: shakeY 2.5s ease-in-out infinite;
}

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

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

@-webkit-keyframes cloudAnim {
    0% {
        -webkit-transform: translateX(-150%) scale(1, 1);
        transform: translateX(-150%) scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: translateX(150%) scale(1, 1);
        transform: translateX(150%) scale(1, 1);
    }
}

@keyframes cloudAnim {
    0% {
        -webkit-transform: translateX(-150%) scale(1, 1);
        transform: translateX(-150%) scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: translateX(150%) scale(1, 1);
        transform: translateX(150%) scale(1, 1);
    }
}

/* !END: Theme Hero CSS */

/**----------------------------------------
START: Theme Feature CSS
----------------------------------------*/

.tj-feature-section {
    padding-top: 150px;
    padding-bottom: 90px;
}

.tj-feature-section .heading-area {
    margin-bottom: 60px;
}

.tj-feature-section.style-2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.tj-feature-section.style-2 .heading-style-2 {
    text-align: center;
    margin-bottom: 60px;
}

.tj-feature-section.style-2 .heading-style-2 .sub-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-feature-section {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-feature-section {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .tj-feature-section.style-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-feature-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-feature-section.style-2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-feature-section.style-2 .heading-style-2 {
        margin-bottom: 40px;
    }
    .tj-feature-section .heading-area {
        margin-bottom: 40px;
    }
}

.feature-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    background: var(--tj-color-theme-secondary);
    border-radius: 10px;
    padding: 50px 65px 75px;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
    z-index: 1;
}

.feature-item .title {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.feature-item .desc p:last-child {
    margin-bottom: 0;
}

.feature-item .feature-images {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 255px;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}

.feature-item .feature-images::before {
    position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--tj-color-common-white);
    border-radius: 50%;
    z-index: -1;
}

.feature-item:hover {
    bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .feature-item {
        padding: 40px 30px 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .feature-item {
        padding: 35px 15px 55px;
    }
    .feature-item .feature-images {
        width: 180px;
        height: 220px;
        margin-top: 30px;
    }
    .feature-item .feature-images::before {
        width: 230px;
        height: 230px;
        bottom: -15px;
    }
}

.feature-item-two {
    text-align: center;
    border: 1px solid var(--tj-color-grey-2);
    padding: 50px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.feature-item-two .feature-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 80px;
    height: 80px;
    line-height: 1;
    color: var(--tj-color-heading-primary);
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}

.feature-item-two .feature-icon::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    top: 13px;
    left: 13px;
    border-radius: 50%;
    background: var(--tj-color-grey-8);
    z-index: -1;
}

.feature-item-two .feature-icon i {
    font-size: 70px;
}

.feature-item-two .feature-icon .tji-speedometer,
.feature-item-two .feature-icon .tji-programming {
    font-size: 60px;
}

.feature-item-two .feature-icon .tji-speedometer {
    position: relative;
    right: -10px;
}

.feature-item-two .title {
    font-size: 22px;
    font-weight: var(--tj-fw-bold);
    font-family: var(--tj-ff-heading-2);
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.4;
}

.feature-item-two .desc {
    line-height: 1.5;
}

.feature-item-two .desc p:last-child {
    margin-bottom: 0;
}

.feature-item-two .feature-button {
    margin-top: 30px;
}

.feature-item-two .feature-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--tj-color-grey-8);
    border-radius: 18px;
    padding: 11px 20px;
}

.feature-item-two .feature-button a .btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.feature-item-two .feature-button a .btn-arrow .icon-one,
.feature-item-two .feature-button a .btn-arrow .icon-two {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.feature-item-two .feature-button a .btn-arrow .icon-two {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.feature-item-two .feature-button a:hover {
    background-color: var(--tj-color-theme-primary);
}

.feature-item-two .feature-button a:hover .btn-arrow .icon-one {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.feature-item-two .feature-button a:hover .btn-arrow .icon-two {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.feature-item-two:hover .feature-icon:before {
    background-color: var(--tj-color-theme-primary);
    top: 0;
    left: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .feature-item-two {
        padding: 30px 15px;
    }
}

/* !END: Theme Feature CSS */

/**----------------------------------------
START: Theme About CSS
----------------------------------------*/

.tj-about-section {
    padding-bottom: 50px;
}

.tj-about-section.style-2 {
    background-color: var(--tj-color-theme-secondary);
}

.tj-about-section.style-3 {
    padding-bottom: 235px;
    position: relative;
    z-index: 1;
}

.tj-about-section.style-3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 560px;
    left: 0;
    bottom: 0;
    background-image: url(../images/about/h3-about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-about-section.style-3 {
        padding-bottom: 205px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-about-section.style-3 {
        padding-bottom: 175px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-about-section.style-3 {
        padding-bottom: 230px;
    }
}

@media (max-width: 575px) {
    .tj-about-section.style-3 {
        padding-bottom: 210px;
    }
    .tj-about-section.style-3::before {
        height: 250px;
    }
}

.tj-about-section .about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) {
    gap: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-content {
    max-width: 420px;
    width: 100%;
    padding-left: 0px;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .title {
    margin-bottom: 0;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list {
    margin-top: 40px;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .about-button {
    margin-top: 60px;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .about-button .tj-primary-btn {
    border: 1px solid var(--tj-color-heading-primary);
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-images {
    max-width: 750px;
    width: 100%;
    margin-left: 0;
}

.tj-about-section .about-wrapper .about-single:nth-child(2) .about-images img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-about-section {
        padding-bottom: 60px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) {
        gap: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-about-section {
        padding-bottom: 50px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) {
        gap: 50px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .about-button {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-about-section {
        padding-bottom: 60px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) {
        gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content {
        max-width: 100%;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list {
        margin-top: 25px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list ul li {
        margin-bottom: 10px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .about-button {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-about-section {
        padding-bottom: 80px;
    }
    .tj-about-section.style-2 {
        padding-bottom: 50px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) {
        gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content {
        max-width: 100%;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list {
        margin-top: 25px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list ul li {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .about-button {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .tj-about-section {
        padding-bottom: 80px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) {
        gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content {
        max-width: 100%;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list {
        margin-top: 25px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .check-style-one .check-list ul li {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .tj-about-section .about-wrapper .about-single:nth-child(2) .about-content .about-button {
        margin-top: 25px;
    }
}

.about-page {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.about-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.about-single .about-content {
    max-width: 650px;
    width: 100%;
    padding-left: 50px;
}

.about-single .about-content .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.about-single .about-content .desc {
    line-height: 1.6;
}

.about-single .about-content .desc p:last-child {
    margin-bottom: 0;
}

.about-single .about-content .desc p .bg-text {
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-medium);
}

.about-single .about-images {
    max-width: 548px;
    width: 100%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}

.about-single .about-images img {
    width: 100%;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-single .about-content {
        padding-left: 0px;
    }
    .about-single .about-content .heading-area {
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-single .about-content {
        padding-left: 0px;
    }
    .about-single .about-content .heading-area {
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-single .about-content {
        padding-left: 0px;
        max-width: 100%;
    }
    .about-single .about-content .heading-area {
        gap: 20px;
        margin-bottom: 20px;
    }
    .about-single .about-images {
        max-width: 100%;
    }
}

.about-wrapper-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-wrapper-two .about-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}

.about-wrapper-two .about-single .about-content {
    padding-left: 0;
}

.about-wrapper-two .about-single .about-content .title {
    margin-bottom: 0;
}

.about-wrapper-two .about-single .about-content .check-list {
    margin-top: 40px;
}

.about-wrapper-two .about-single .about-images {
    max-width: 100%;
    border-radius: 10px;
}

.about-wrapper-two .about-single .about-images img {
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-wrapper-two {
        gap: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-wrapper-two {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.about-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1095px;
    width: 100%;
    margin: 0 auto;
}

.about-content-area .about-text {
    max-width: 495px;
    width: 100%;
    text-align: center;
}

.about-content-area .about-text .ab-title {
    font-size: 50px;
    margin-bottom: 0;
}

.about-content-area .about-text .about-auother {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    border: 1.5px solid var(--tj-color-grey-2);
    margin-top: 40px;
    border-radius: 50%;
}

.about-content-area .about-text .about-auother .sub-title {
    display: block;
    font-size: 18px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-grey-2);
}

.about-content-area .about-text .about-auother .title {
    margin-bottom: 0;
}

.about-content-area .counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1.5px solid var(--tj-color-grey-2);
    padding-left: 190px;
}

.about-content-area .counter-wrapper .counter-item:last-child {
    margin-bottom: 0;
}

.about-content-area .counter-wrapper .counter-item .number {
    font-size: 120px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.about-content-area .counter-wrapper .counter-item .sub-title {
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--tj-ff-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-content-area {
        max-width: 975px;
    }
    .about-content-area .counter-wrapper {
        padding-left: 150px;
    }
    .about-content-area .counter-wrapper .counter-item:last-child {
        margin-bottom: 0;
    }
    .about-content-area .counter-wrapper .counter-item .number {
        font-size: 100px;
    }
    .about-content-area .counter-wrapper .counter-item .sub-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-area {
        max-width: 895px;
    }
    .about-content-area .counter-wrapper {
        padding-left: 115px;
    }
    .about-content-area .counter-wrapper .counter-item:last-child {
        margin-bottom: 0;
    }
    .about-content-area .counter-wrapper .counter-item .number {
        font-size: 80px;
    }
    .about-content-area .counter-wrapper .counter-item .sub-title {
        font-size: 25px;
    }
    .about-content-area .about-text .ab-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-area {
        max-width: 895px;
        gap: 35px;
    }
    .about-content-area .counter-wrapper {
        padding-left: 0px;
        border: none;
    }
    .about-content-area .counter-wrapper .counter-item {
        margin-bottom: 25px;
    }
    .about-content-area .counter-wrapper .counter-item:last-child {
        margin-bottom: 0;
    }
    .about-content-area .counter-wrapper .counter-item .number {
        font-size: 70px;
    }
    .about-content-area .counter-wrapper .counter-item .sub-title {
        font-size: 22px;
    }
    .about-content-area .about-text .about-auother {
        margin-top: 30px;
    }
    .about-content-area .about-text .ab-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content-area {
        max-width: 895px;
        gap: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-content-area .counter-wrapper {
        padding-left: 0px;
        border: none;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        gap: 25px;
    }
    .about-content-area .counter-wrapper .counter-item {
        margin-bottom: 25px;
    }
    .about-content-area .counter-wrapper .counter-item:last-child {
        margin-bottom: 0;
    }
    .about-content-area .counter-wrapper .counter-item .number {
        font-size: 70px;
    }
    .about-content-area .counter-wrapper .counter-item .sub-title {
        font-size: 22px;
    }
    .about-content-area .about-text .about-auother {
        margin-top: 25px;
    }
    .about-content-area .about-text .ab-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .about-content-area {
        max-width: 895px;
        gap: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-content-area .counter-wrapper {
        padding-left: 0px;
        border: none;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    .about-content-area .counter-wrapper .counter-item {
        margin-bottom: 0px;
    }
    .about-content-area .counter-wrapper .counter-item:last-child {
        margin-bottom: 0;
    }
    .about-content-area .counter-wrapper .counter-item .number {
        font-size: 70px;
    }
    .about-content-area .counter-wrapper .counter-item .sub-title {
        font-size: 20px;
    }
    .about-content-area .about-text .about-auother {
        margin-top: 25px;
    }
    .about-content-area .about-text .ab-title {
        font-size: 30px;
    }
}

.about-images-group {
    position: relative;
    max-width: 635px;
    width: 100%;
    height: 730px;
    z-index: 1;
}

.about-images-group .images-one {
    max-width: 78%;
    width: 100%;
}

.about-images-group .images-one img {
    width: 100%;
    border-radius: 10px;
}

.about-images-group .images-two {
    position: absolute;
    bottom: 0px;
    right: 0;
    max-width: 59%;
    width: 100%;
    z-index: 2;
}

.about-images-group .images-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    background: var(--tj-color-common-white);
    border-radius: 10px;
    z-index: -1;
}

.about-images-group .images-two img {
    width: 100%;
    border-radius: 10px;
}

.about-images-group .about-shapes {
    position: absolute;
    top: 20px;
    right: 75px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-images-group {
        height: 580px;
    }
    .about-images-group .about-shapes {
        right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-images-group {
        height: 580px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-images-group .images-two {
        bottom: -75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-images-group {
        height: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-images-group .images-two {
        bottom: -75px;
    }
    .about-images-group .about-shapes {
        right: 30px;
    }
}

@media (max-width: 575px) {
    .about-images-group {
        height: 330px;
    }
    .about-images-group .images-two {
        bottom: -50px;
    }
    .about-images-group .about-shapes {
        right: 20px;
        top: 10px;
    }
}

.about-left-content {
    padding-left: 45px;
}

.about-left-content .desc {
    margin-top: 20px;
}

.about-left-content .desc p:last-child {
    margin-bottom: 0;
    line-height: 1.5;
}

.about-left-content .about-feature-item {
    max-width: 530px;
    width: 100%;
    margin-top: 30px;
    background: var(--tj-color-common-white);
}

.about-left-content .check-style-two {
    margin-top: 40px;
}

.about-left-content .about-button .tj-primary-btn {
    border: 1px solid var(--tj-color-heading-primary);
}

.about-left-content .about-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.about-left-content .about-infos .about-content {
    margin-top: 5px;
}

.about-left-content .about-infos .about-content .title {
    display: inline-block;
    font-size: 18px;
    font-family: var(--tj-ff-body);
    color: var(--tj-color-grey-2);
    margin-bottom: 0;
}

.about-left-content .about-infos .about-content .sub-title {
    font-size: 18px;
    font-weight: var(--tj-fw-medium);
    position: relative;
    padding-left: 15px;
    z-index: 1;
}

.about-left-content .about-infos .about-content .sub-title::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: var(--tj-color-grey-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-left-content {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-left-content .about-infos {
        margin-top: 10px;
    }
    .about-left-content .about-feature-item {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .about-left-content {
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .about-left-content .about-infos {
        margin-top: 10px;
    }
    .about-left-content .check-style-two ul li {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about-left-content .about-feature-item {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .about-left-content .about-infos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-top: 20px;
    }
    .about-left-content .check-style-two ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .about-left-content .about-feature-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.video-area .video-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    line-height: 1;
    font-size: 25px;
    color: var(--tj-color-heading-primary);
    position: relative;
    z-index: 1;
}

.video-area .video-btn::before {
    position: absolute;
    content: "";
    width: 106px;
    height: 106px;
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px dashed var(--tj-color-grey-2);
    border-radius: 50%;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .video-area .video-btn {
        width: 80px;
        height: 80px;
    }
    .video-area .video-btn::before {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .video-area .video-btn {
        width: 65px;
        height: 65px;
    }
    .video-area .video-btn::before {
        width: 65px;
        height: 65px;
    }
}

.about-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--tj-color-grey-2);
    padding: 25px 20px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
}

.about-feature-item .auother-text {
    max-width: 375px;
    width: 100%;
}

.about-feature-item .auother-text .title {
    display: inline-block;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    margin-bottom: 0;
}

.about-feature-item .auother-text .sub-title {
    font-size: 20px;
    font-family: var(--tj-ff-heading-2);
}

.about-feature-item .auother-text .desc {
    margin-top: 5px;
}

.about-feature-item .auother-images {
    max-width: 90px;
    width: 100%;
}

.about-feature-item .auother-images img {
    width: 100%;
    border-radius: 50%;
}

.about-feature-item .feature-quote {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

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

.check-style-one .check-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
    font-size: 22px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-heading-primary);
    margin-bottom: 20px;
}

.check-style-one .check-list ul li:last-child {
    margin-bottom: 0;
}

.check-style-one .check-list ul li img {
    max-width: 25px;
    width: 100%;
}

.check-style-two ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.check-style-two ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 6px;
    font-size: 22px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-heading-primary);
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .check-style-two ul li {
        font-size: 20px;
    }
}

.tj-about-slider-page {
    position: relative;
    overflow: hidden;
}

.tj-about-video-section {
    padding-top: 315px;
    padding-bottom: 315px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tj-about-video-section .about-video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tj-about-video-section .about-video-wrapper .video-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    position: relative;
    color: var(--tj-color-heading-primary);
    font-size: 24px;
    background-color: var(--tj-color-common-white);
    border-radius: 50%;
    z-index: 1;
}

.tj-about-video-section .about-video-wrapper .video-btn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.tj-about-video-section .about-video-wrapper .video-btn::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.tj-about-video-section .about-video-wrapper .video-btn span {
    position: relative;
    color: var(--tj-color-heading-primary);
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-about-video-section {
        padding-top: 215px;
        padding-bottom: 215px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-about-video-section {
        padding-top: 195px;
        padding-bottom: 195px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-about-video-section {
        padding-top: 175px;
        padding-bottom: 175px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-about-video-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 575px) {
    .tj-about-video-section {
        padding-top: 125px;
        padding-bottom: 125px;
    }
    .tj-about-video-section .about-video-wrapper .video-btn {
        width: 80px;
        height: 80px;
    }
}

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

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

.about-slider-item a {
    display: inline-block;
    width: 100%;
}

.about-slider-item a img {
    height: 540px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-slider-item a img {
        height: 480px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-slider-item a img {
        height: 420px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-slider-item a img {
        height: 360px;
    }
}

@media (max-width: 575px) {
    .about-slider-item a img {
        height: 320px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* !END: Theme About CSS */

/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/

.tj-counter-section {
    padding-top: 115px;
    padding-bottom: 75px;
    background-color: var(--tj-color-theme-secondary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-counter-section {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

.counter-item {
    text-align: center;
    margin-bottom: 40px;
}

.counter-item .counter-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    color: var(--tj-color-heading-primary);
    font-size: 60px;
    border-radius: 80px 50px 80px 100px;
    margin-bottom: 30px;
    border: 1px solid var(--tj-color-heading-primary);
    background: var(--tj-color-theme-primary);
}

.counter-item .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 130px;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    line-height: 1;
}

.counter-item .number span {
    font-family: var(--tj-ff-heading);
    line-height: 1;
}

.counter-item .sub-title {
    font-size: 22px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-grey-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .counter-item .number {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-item .number {
        font-size: 80px;
    }
    .counter-item .counter-icon {
        width: 110px;
        height: 110px;
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .counter-item .number {
        font-size: 70px;
    }
    .counter-item .counter-icon {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }
    .counter-item .sub-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .counter-item .counter-icon {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .counter-item .number {
        font-size: 55px;
    }
    .counter-item .counter-icon {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
    .counter-item .sub-title {
        font-size: 20px;
    }
}

/* !END: Theme Counter CSS */

/**----------------------------------------
START: Theme Services CSS
----------------------------------------*/

.tj-service-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--tj-color-theme-bg);
    overflow: hidden;
    z-index: 2;
}

.tj-service-section .heading-area .sub-title {
    color: var(--tj-color-theme-primary);
}

.tj-service-section .heading-area .sub-title::before {
    border: 2px solid var(--tj-color-theme-primary);
}

.tj-service-section .heading-area .sub-title::after {
    background-color: var(--tj-color-theme-primary);
}

.tj-service-section .heading-area .sec-title {
    color: var(--tj-color-common-white);
}

.tj-service-section.style-3 {
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: var(--tj-color-common-white);
}

.tj-service-section.style-3 .heading-style-2 {
    margin-bottom: 60px;
}

.tj-service-section.service-inner {
    padding-bottom: 150px;
    background-color: var(--tj-color-theme-bg);
}

.tj-service-section.service-inner .heading-area {
    margin-bottom: 60px;
}

.tj-service-section.service-inner .tabs-inner .list-tabs .title {
    color: var(--tj-color-common-white);
}

.tj-service-section.service-inner .tabs-inner .list-tabs .service-number {
    color: var(--tj-color-grey-23);
}

.tj-service-section.service-inner .tabs-inner .list-tabs.active .title {
    color: var(--tj-color-heading-primary);
}

.tj-service-section.service-inner .tabs-inner .list-tabs.active .service-number {
    color: var(--tj-color-heading-primary);
}

.tj-service-section.service-inner .tabs-content-area .tabs-wrapper .service-content .desc {
    color: var(--tj-color-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-service-section.service-inner {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-service-section.service-inner {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-service-section.service-inner {
        padding-top: 110px;
        padding-bottom: 80px;
    }
    .tj-service-section.service-inner .heading-area {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-service-section.style-2 {
        padding-bottom: 120px;
    }
    .tj-service-section.style-3 {
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-service-section.style-2 {
        padding-bottom: 100px;
    }
    .tj-service-section.style-3 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-service-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-service-section.style-3 {
        padding-bottom: 50px;
    }
    .tj-service-section.style-3 .heading-style-2 {
        margin-bottom: 40px;
    }
}

.tj-service-section-two {
    padding-top: 0px;
    padding-bottom: 150px;
    background-color: var(--tj-color-theme-secondary);
}

.tj-service-section-two .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    gap: 60px;
    margin-bottom: 60px;
}

.tj-service-section-two .heading-area .sec-text {
    max-width: 840px;
    width: 100%;
}

.tj-service-section-two .heading-area .sec-text .sub-title {
    color: var(--tj-color-heading-primary);
}

.tj-service-section-two .heading-area .sec-text .sec-title {
    line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-service-section-two {
        padding-bottom: 80px;
    }
    .tj-service-section-two .heading-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 15px;
        margin-bottom: 40px;
    }
}

.service-inner-page {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-inner-page {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-inner-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-inner-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.stack-offset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .stack-offset {
        height: 40px;
    }
}

.service-wrapper {
    height: 595px;
}

.service-wrapper .stack-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
}

.service-wrapper .stack-item:nth-child(1) .service-item {
    background-color: #1c1f29;
}

.service-wrapper .stack-item:nth-child(2) .service-item {
    background-color: #1e222e;
}

.service-wrapper .stack-item:nth-child(3) .service-item {
    background-color: #272a36;
}

.service-wrapper .stack-item:nth-child(4) .service-item {
    background-color: #2d303d;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-wrapper {
        height: auto;
    }
    .service-wrapper .stack-item {
        position: relative;
        padding-bottom: 40px;
    }
}

.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: var(--tj-color-grey-24);
    padding: 30px 25px 30px 60px;
    border-radius: 10px;
}

.service-item .service-content {
    max-width: 540px;
    width: 100%;
}

.service-item .service-content .service-shapes {
    max-width: 85px;
    width: 100%;
    margin-bottom: 25px;
}

.service-item .service-content .service-shapes img {
    width: 100%;
}

.service-item .service-content .title {
    color: var(--tj-color-common-white);
    margin-bottom: 15px;
    font-family:'Oswald', sans-serif;
}

.service-item .service-content .desc {
    color: var(--tj-color-common-white);
}

.service-item .service-content .desc p:last-child {
    margin-bottom: 0;
}

.service-item .service-content .service-button {
    margin-top: 45px;
}

.service-item .service-content .service-button .tj-primary-btn {
    z-index: 0;
}

.service-item .service-images {
    max-width: 450px;
    width: 100%;
}

.service-item .service-images img {
    width: 100%;
    height: 520px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-item .service-content {
        max-width: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-item {
        padding: 30px 25px;
    }
    .service-item .service-content {
        max-width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-item {
        gap: 40px;
        padding: 30px 15px;
    }
    .service-item .service-content .title {
        margin-bottom: 10px;
    }
    .service-item .service-content .service-button {
        margin-top: 20px;
    }
    .service-item .service-images {
        max-width: 100%;
    }
    .service-item .service-images img {
        height: 680px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-item {
        gap: 40px;
        padding: 30px 15px;
    }
    .service-item .service-content .title {
        margin-bottom: 10px;
    }
    .service-item .service-content .service-button {
        margin-top: 20px;
    }
    .service-item .service-images {
        max-width: 100%;
    }
    .service-item .service-images img {
        height: 480px;
    }
}

@media (max-width: 575px) {
    .service-item {
        gap: 40px;
        padding: 30px 15px;
    }
    .service-item .service-content .title {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .service-item .service-content .service-button {
        margin-top: 20px;
    }
    .service-item .service-images {
        max-width: 100%;
    }
    .service-item .service-images img {
        height: 350px;
    }
}

.service-style-two {
    margin-bottom: 100px;
}

.service-style-two .service-images {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    z-index: 1;
}

.service-style-two .service-images a {
    display: inline-block;
    width: 100%;
}

.service-style-two .service-images a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
}

.service-style-two .service-content {
    position: relative;
    max-width: 90%;
    width: 100%;
    margin: -70px auto;
    background: var(--tj-color-common-white);
    padding: 0px 40px 25px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}

.service-style-two .service-content .service-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    font-size: 50px;
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-theme-primary);
    margin-top: -45px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.service-style-two .service-content .service-icon i {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.service-style-two .service-content .service-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-style-two .service-content .service-text .service-title .title {
    font-size: 22px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.4;
}

.service-style-two .service-content .service-text .service-arrow a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 25px;
    background: var(--tj-color-grey-8);
    border: 1px solid transparent;
    border-radius: 50%;
}

.service-style-two .service-content .service-text .service-arrow a .btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.service-style-two .service-content .service-text .service-arrow a .btn-arrow .icon-one,
.service-style-two .service-content .service-text .service-arrow a .btn-arrow .icon-two {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.service-style-two .service-content .service-text .service-arrow a .btn-arrow .icon-two {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    color: var(--tj-color-heading-primary);
}

.service-style-two .service-content .service-text .service-arrow a:hover {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-heading-primary);
}

.service-style-two .service-content .service-text .service-arrow a:hover .btn-arrow .icon-one {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.service-style-two .service-content .service-text .service-arrow a:hover .btn-arrow .icon-two {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.service-style-two:hover .service-images a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.service-style-two:hover .service-content {
    -webkit-box-shadow: 0px 5px 15px 0px var(--tj-color-grey-10);
    box-shadow: 0px 5px 15px 0px var(--tj-color-grey-10);
}

.service-style-two:hover .service-content .service-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .service-style-two .service-content {
        padding: 0px 30px 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-style-two .service-content {
        padding: 0px 15px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-style-two .service-content {
        padding: 0px 15px 25px;
    }
    .service-style-two .service-content .service-text {
        gap: 15px;
    }
    .service-style-two .service-content .service-text .service-arrow a {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
    .service-style-two .service-content .service-text .service-title .title {
        font-size: 20px;
    }
    .service-style-two .service-content .service-icon {
        width: 75px;
        height: 75px;
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-style-two {
        margin-bottom: 80px;
    }
    .service-style-two .service-content {
        padding: 0px 15px 25px;
    }
    .service-style-two .service-content .service-text {
        gap: 15px;
    }
    .service-style-two .service-content .service-text .service-arrow a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .service-style-two .service-content .service-text .service-title .title {
        font-size: 20px;
    }
    .service-style-two .service-content .service-icon {
        width: 75px;
        height: 75px;
        font-size: 40px;
    }
}

.service-tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
}

.service-tabs-wrapper.style-2 .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-tabs-wrapper.style-2 .tabs-wrapper .thumbs_image img {
    width: 100%;
    border-radius: 10px;
}

.service-tabs-wrapper.style-2 .tabs-wrapper .service-content {
    max-width: 400px;
    width: 100%;
}

.service-tabs-wrapper.style-2 .tabs-wrapper .service-content .title {
    font-size: 40px;
}

.service-tabs-wrapper.style-2 .tabs-wrapper .service-content .service-shapes {
    max-width: 85px;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-tabs-wrapper.style-2.style-2 .tabs-inner {
        max-width: 100%;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper .service-content .service-shapes {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper .service-content {
        max-width: 100%;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper .service-content .service-shapes {
        display: none;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-inner {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper .service-content {
        max-width: 100%;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper .service-content .title {
        font-size: 35px;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-wrapper .service-content .service-shapes {
        display: none;
    }
    .service-tabs-wrapper.style-2.style-2 .tabs-inner {
        max-width: 100%;
    }
}

.service-tabs-wrapper.inner-style-2 .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-tabs-wrapper.inner-style-2 .tabs-wrapper .thumbs_image img {
    width: 100%;
    border-radius: 10px;
}

.service-tabs-wrapper.inner-style-2 .tabs-wrapper .service-content {
    max-width: 400px;
    width: 100%;
}

.service-tabs-wrapper.inner-style-2 .tabs-wrapper .service-content .title {
    color: var(--tj-color-common-white);
    font-size: 40px;
}

.service-tabs-wrapper.inner-style-2 .tabs-wrapper .service-content .service-shapes {
    max-width: 85px;
    width: 100%;
    margin-bottom: 20px;
    opacity: 0.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-inner {
        max-width: 100%;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .service-content .service-shapes {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper .service-content {
        max-width: 100%;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper .service-content .service-shapes {
        display: none;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-inner {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper .service-content {
        max-width: 100%;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper .service-content .title {
        font-size: 35px;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-wrapper .service-content .service-shapes {
        display: none;
    }
    .service-tabs-wrapper.inner-style-2.inner-style-2 .tabs-inner {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
    }
}

.tabs-inner {
    max-width: 615px;
    width: 100%;
}

.tabs-inner .list-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    text-align: left;
    padding: 20px 30px;
    max-width: 90%;
    width: 100%;
    -webkit-mask-image: url(../images/shapes/service_shapes.svg);
    mask-image: url(../images/shapes/service_shapes.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: transparent;
    margin-bottom: 15px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    z-index: 1;
}

.tabs-inner .list-tabs.active {
    background-color: var(--tj-color-theme-primary);
}

.tabs-inner .list-tabs:last-child {
    margin-bottom: 0;
}

.tabs-inner .list-tabs .service-number {
    position: relative;
    font-size: 18px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-grey-2);
    line-height: 1;
}

.tabs-inner .list-tabs .title {
    font-size: 80px;
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-regular);
    color: var(--tj-color-heading-primary);
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tabs-inner {
        max-width: 600px;
    }
    .tabs-inner .list-tabs .title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tabs-inner {
        max-width: 505px;
    }
    .tabs-inner .list-tabs .title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tabs-inner {
        max-width: 320px;
    }
    .tabs-inner .list-tabs {
        margin-bottom: 4px;
    }
    .tabs-inner .list-tabs .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tabs-inner {
        max-width: 410px;
    }
    .tabs-inner .list-tabs .title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .tabs-inner {
        max-width: 458px;
    }
    .tabs-inner .list-tabs .title {
        font-size: 38px;
    }
}

.tabs-content-area .tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    max-width: 965px;
    width: 100%;
    margin-left: auto;
}

.tabs-content-area .tabs-wrapper .thumbs_image {
    position: relative;
    max-width: 560px;
    width: 100%;
    padding: 25px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    z-index: 2;
}

.tabs-content-area .tabs-wrapper .thumbs_image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--tj-color-common-white);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 96% 52%, 100% 100%, 0 100%, 5% 49%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 96% 52%, 100% 100%, 0 100%, 5% 49%, 0 0);
}

.tabs-content-area .tabs-wrapper .thumbs_image img {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 96% 52%, 100% 100%, 0 100%, 5% 49%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 96% 52%, 100% 100%, 0 100%, 5% 49%, 0 0);
}

.tabs-content-area .tabs-wrapper .service-content {
    max-width: 385px;
    width: 100%;
}

.tabs-content-area .tabs-wrapper .service-content .desc p:last-child {
    margin-bottom: 0;
}

.tabs-content-area .tabs-wrapper .service-content .service-button {
    margin-top: 35px;
}

.tabs-content-area .tabs-wrapper .service-content .service-shapes {
    max-width: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    opacity: 0.5;
}

.tabs-content-area .tabs-wrapper .service-content .service-shapes img {
    width: 100%;
}

@media (max-width: 575px) {
    .tabs-content-area .tabs-wrapper .service-content .service-shapes {
        max-width: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tabs-content-area .tabs-wrapper .thumbs_image {
        padding: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tabs-content-area .tabs-wrapper .thumbs_image {
        padding: 15px;
    }
    .tabs-content-area .tabs-wrapper .service-content .service-shapes {
        max-width: 100px;
    }
}

@media (max-width: 575px) {
    .tabs-content-area .tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs-content-area .tabs-wrapper .thumbs_image {
        padding: 15px;
    }
    .tabs-content-area .tabs-wrapper .service-content {
        text-align: center;
    }
    .tabs-content-area .tabs-wrapper .service-content .service-button {
        margin-top: 30px;
    }
    .tabs-content-area .tabs-wrapper .service-content .service-shapes {
        max-width: 85px;
    }
}

/* !END: Theme Services CSS */

/**----------------------------------------
START: Theme Services Details CSS
----------------------------------------*/

.tj-service-details {
    padding-top: 150px;
    padding-bottom: 150px;
}

.tj-service-details .service-details-area {
    padding-left: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-service-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-service-details {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-service-details {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-service-details .service-details-area {
        margin-bottom: 60px;
        padding-left: 0px;
    }
}

.details-progress-area {
    margin-bottom: 60px;
}

.details-progress-area .progress-text {
    margin-bottom: 40px;
}

.details-progress-area .progress-text .title {
    margin-bottom: 20px;
}

.details-progress-area .progress-text .desc p:last-child {
    margin-bottom: 0;
}

.details-progress-area .process-wrapper .process-item {
    max-width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.details-progress-area .process-wrapper .process-item .process-icon {
    margin-top: 35px;
    margin-bottom: 0;
}

.details-progress-area .process-wrapper .process-item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.details-progress-area .process-wrapper .process-item:nth-child(odd) .process-icon {
    margin-top: 0;
    margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .details-progress-area .process-wrapper .process-item {
        max-width: 220px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .details-progress-area .process-wrapper .process-item {
        max-width: 205px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .details-progress-area .process-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .details-progress-area .process-wrapper .process-item {
        max-width: 235px;
    }
}

@media (max-width: 575px) {
    .details-progress-area .process-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .details-progress-area .process-wrapper .process-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .details-progress-area .process-wrapper .process-item .process-icon {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .details-progress-area .process-wrapper .process-item:nth-child(odd) .process-icon {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .details-progress-area {
        margin-bottom: 40px;
    }
}

.service-details-item {
    margin-bottom: 60px;
}

.service-details-item .service-text .title {
    margin-bottom: 20px;
    line-height: 1;
}

.service-details-item .service-text .desc {
    margin-bottom: 40px;
}

.service-details-item .service-text .desc p:last-child {
    margin-bottom: 0;
}

.service-details-item .details-image img {
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-details-item {
        margin-bottom: 40px;
    }
}

.service-details-wrapper {
    margin-bottom: 60px;
}

.service-details-wrapper .title {
    margin-bottom: 20px;
}

.service-details-wrapper .desc p:last-child {
    margin-bottom: 0;
}

.service-details-wrapper .details-image img {
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-details-wrapper {
        margin-bottom: 10px;
    }
    .service-details-wrapper .details-image {
        margin-bottom: 30px;
    }
}

.service-details-cta {
    margin-bottom: 60px;
}

.service-details-cta .title {
    margin-bottom: 20px;
}

.service-details-cta .desc p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-details-cta {
        margin-bottom: 40px;
    }
}

.service-details-text {
    margin-bottom: 60px;
}

.service-details-text .title {
    margin-bottom: 20px;
}

.service-details-text .desc p {
    margin-bottom: 30px;
}

.service-details-text .desc p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-details-text {
        margin-bottom: 40px;
    }
}

.service-details-faq .title {
    margin-bottom: 20px;
}

.tj-service_widget {
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    border: 1.5px solid var(--tj-color-grey-2);
}

.tj-service_widget .widget-title {
    color: var(--tj-color-heading-primary);
    position: relative;
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 20px;
    line-height: 1;
    z-index: 1;
}

.tj-service_widget .widget-title::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border: 2px solid var(--tj-color-grey-2);
    border-radius: 50%;
}

.tj-service_widget .widget-title::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 50%;
    left: -30px;
    background: var(--tj-color-grey-2);
}

.tj-service_widget.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tj-service_widget.widget_categories ul li {
    margin-bottom: 15px;
}

.tj-service_widget.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.tj-service_widget.widget_categories ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--tj-color-grey-2);
    position: relative;
    font-size: 18px;
    font-weight: var(--tj-fw-medium);
    border: 1.5px solid var(--tj-color-grey-2);
    padding: 6px 6px 6px 25px;
    border-radius: 10px;
    z-index: 1;
}

.tj-service_widget.widget_categories ul li a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-grey-20);
    border-radius: 10px;
    border: 1.5px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tj-service_widget.widget_categories ul li a.active i,
.tj-service_widget.widget_categories ul li a:hover i {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-heading-primary);
}

.tj-service_widget.widget_feature_item .feature-box {
    text-align: center;
    background: var(--tj-color-theme-bg);
    border-radius: 12px;
}

.tj-service_widget.widget_feature_item .feature-box .feature-images {
    max-width: 354px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.tj-service_widget.widget_feature_item .feature-box .feature-images::before {
    position: absolute;
    content: "";
    width: 354px;
    height: 100%;
    bottom: -10px;
    left: 0;
    background: var(--tj-color-common-white);
    border-radius: 10px 10px 100px 100px;
    z-index: -1;
}

.tj-service_widget.widget_feature_item .feature-box .feature-images img {
    border-radius: 10px 10px 100px 100px;
}

.tj-service_widget.widget_feature_item .feature-box .feature-content {
    padding: 40px 40px 45px;
}

.tj-service_widget.widget_feature_item .feature-box .feature-content .title {
    color: var(--tj-color-common-white);
    margin-bottom: 0;
}

.tj-service_widget.widget_feature_item .feature-box .feature-content .feature-button {
    margin-top: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-service_widget.widget_feature_item .feature-box .feature-images::before {
        width: 295px;
    }
    .tj-service_widget.widget_feature_item .feature-box .feature-content {
        padding: 40px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-service_widget.widget_feature_item .feature-box .feature-images::before {
        width: 265px;
    }
    .tj-service_widget.widget_feature_item .feature-box .feature-content {
        padding: 30px 15px;
    }
}

.tj-service_widget.widget_socails .service_socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.tj-service_widget.widget_socails .service_socials ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 25px;
    color: var(--tj-color-text-body);
    border: 1.5px solid var(--tj-color-grey-2);
    border-radius: 10px;
}

.tj-service_widget.widget_socails .service_socials ul li a i {
    color: var(--tj-color-text-body);
}

.tj-service_widget.widget_socails .service_socials ul li a:hover {
    color: var(--tj-color-heading-primary);
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-heading-primary);
}

.tj-service_widget.widget_socails .service_socials ul li a:hover i {
    color: var(--tj-color-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-service_widget {
        padding: 30px 15px;
    }
    .tj-service_widget .widget-title {
        padding-left: 35px;
    }
    .tj-service_widget .widget-title::before {
        left: 18px;
    }
    .tj-service_widget .widget-title::after {
        left: -16px;
    }
    .tj-service_widget.widget_feature_item .feature-box .feature-content {
        padding: 30px 15px;
    }
    .tj-service_widget.widget_socails .service_socials ul li a {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .tj-service_widget.widget_feature_item .feature-box .feature-images {
        max-width: 275px;
    }
    .tj-service_widget.widget_feature_item .feature-box .feature-images::before {
        width: 275px;
    }
}

.service-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px;
}

.service-inner-wrapper .inner-images {
    max-width: 665px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.service-inner-wrapper .inner-images::before {
    position: absolute;
    content: "";
    left: -50px;
    bottom: 30%;
    width: 324px;
    height: 324px;
    border: 1px solid var(--tj-color-grey-22);
    border-radius: 50%;
}

.service-inner-wrapper .inner-images::after {
    position: absolute;
    content: "";
    left: -30px;
    bottom: 18%;
    width: 324px;
    height: 324px;
    border: 1px solid var(--tj-color-grey-7);
    border-radius: 50%;
}

.service-inner-wrapper .inner-images .images-box {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
}

.service-inner-wrapper .inner-images .images-box img {
    width: 100%;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-inner-wrapper {
        gap: 30px;
    }
    .service-inner-wrapper .inner-images {
        max-width: 600px;
    }
    .service-inner-wrapper .inner-images::before {
        width: 240px;
        height: 240px;
        left: -25px;
    }
    .service-inner-wrapper .inner-images::after {
        width: 240px;
        height: 240px;
        left: -10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-inner-wrapper {
        gap: 30px;
    }
    .service-inner-wrapper .inner-images {
        max-width: 410px;
    }
    .service-inner-wrapper .inner-images::before {
        width: 175px;
        height: 175px;
        left: -25px;
        bottom: auto;
        top: 25%;
    }
    .service-inner-wrapper .inner-images::after {
        width: 175px;
        height: 175px;
        left: -10px;
        bottom: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 60px;
    }
    .service-inner-wrapper .inner-images {
        max-width: 100%;
    }
    .service-inner-wrapper .inner-images::before {
        left: -20px;
    }
    .service-inner-wrapper .inner-images::after {
        left: -10px;
    }
    .service-inner-wrapper .inner-images .images-box {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .service-inner-wrapper .inner-images {
        max-width: 100%;
    }
    .service-inner-wrapper .inner-images::before {
        left: -20px;
    }
    .service-inner-wrapper .inner-images::after {
        left: -10px;
    }
    .service-inner-wrapper .inner-images .images-box {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .service-inner-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 50px;
    }
    .service-inner-wrapper .inner-images {
        max-width: 100%;
    }
    .service-inner-wrapper .inner-images::before {
        left: -5px;
        width: 165px;
        height: 165px;
    }
    .service-inner-wrapper .inner-images::after {
        left: 0px;
        width: 165px;
        height: 165px;
    }
    .service-inner-wrapper .inner-images .images-box {
        max-width: 100%;
    }
}

.service-inner-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-inner-process .process-item {
    max-width: 265px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.service-inner-process .process-item .process-icon {
    margin-top: 0px;
    margin-bottom: 25px;
}

.service-inner-process .process-item:nth-child(even) .process-icon {
    margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-inner-process .process-item {
        max-width: 225px;
    }
    .service-inner-process .process-item .process-icon {
        width: 85px;
        height: 85px;
    }
    .service-inner-process .process-item .process-icon i {
        width: 65px;
        height: 65px;
        font-size: 35px;
    }
    .service-inner-process .process-item .title {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-inner-process .process-item {
        max-width: 225px;
    }
    .service-inner-process .process-item .process-icon {
        width: 85px;
        height: 85px;
    }
    .service-inner-process .process-item .process-icon i {
        width: 65px;
        height: 65px;
        font-size: 35px;
    }
    .service-inner-process .process-item .title {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-inner-process {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .service-inner-process {
        gap: 40px;
    }
    .service-inner-process .process-item {
        max-width: 235px;
    }
    .service-inner-process .process-item .process-icon {
        width: 85px;
        height: 85px;
    }
    .service-inner-process .process-item .process-icon i {
        width: 65px;
        height: 65px;
        font-size: 35px;
    }
    .service-inner-process .process-item .title {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .service-inner-process {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 40px;
    }
    .service-inner-process .process-item .process-icon {
        width: 85px;
        height: 85px;
    }
    .service-inner-process .process-item .process-icon i {
        width: 65px;
        height: 65px;
        font-size: 35px;
    }
    .service-inner-process .process-item .title {
        margin-bottom: 10px;
    }
}

.service-inner-content {
    max-width: 560px;
    width: 100%;
}

.service-inner-content .heading-area {
    margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-inner-content {
        max-width: 485px;
    }
    .service-inner-content .heading-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-inner-content {
        max-width: 485px;
    }
    .service-inner-content .heading-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .service-inner-content {
        max-width: 100%;
    }
    .service-inner-content .heading-area {
        margin-bottom: 30px;
    }
}

.check-list-one {
    margin-top: 30px;
    margin-bottom: 40px;
}

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

.check-list-one ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.check-list-one ul li:last-child {
    margin-bottom: 0;
}

.check-list-one ul li i {
    position: relative;
    top: 5px;
}

/* !END: Theme Services Details CSS */

/**----------------------------------------
START: Theme Project SS
----------------------------------------*/

.tj-portfolio-section {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.tj-portfolio-section .heading-area {
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-portfolio-section {
        padding-top: 120px;
        padding-bottom: 90px;
    }
    .tj-portfolio-section.style-2 {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-portfolio-section {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-portfolio-section {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.filter-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.filter-menu .filter {
    font-size: 14px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    background: var(--tj-color-theme-secondary);
    border: 1px dashed var(--tj-color-grey-2);
    padding: 16px 25px;
    border-radius: 25px;
    line-height: 1;
}

.filter-menu .filter.active {
    background-color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .filter-menu {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .filter-menu .filter {
        padding: 15px 20px;
    }
}

.portfolio-item {
    position: relative;
    max-width: 650px;
    margin-bottom: 40px;
    overflow: hidden;
}

.portfolio-item.style-2 .portfolio-content .portfolio-tags ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
}

.portfolio-item.style-2 .portfolio-content .portfolio-tags ul li a {
    color: var(--tj-color-heading-primary);
    text-transform: capitalize;
}

.portfolio-item .portfolio-image {
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-item .portfolio-image a {
    display: inline-block;
    max-width: 648px;
    width: 100%;
}

.portfolio-item .portfolio-image a img {
    width: 100%;
    border-radius: 10px;
}

.portfolio-item .portfolio-content .portfolio-tags {
    margin-bottom: 6px;
}

.portfolio-item .portfolio-content .portfolio-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.portfolio-item .portfolio-content .portfolio-tags ul li {
    list-style: 1;
}

.portfolio-item .portfolio-content .portfolio-tags ul li a {
    display: block;
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
}

.portfolio-item .portfolio-content .title {
    margin-bottom: 0;
}

.portfolio-item .portfolio-content .title a {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 75%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.portfolio-item .portfolio-content .title a:hover {
    color: var(--tj-color-heading-primary);
    background-size: 100% 2px;
}

.portfolio-item .portfolio-content .year {
    font-size: 30px;
    font-family: var(--tj-ff-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .portfolio-item {
        max-width: 558px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-item {
        max-width: 468px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-item {
        max-width: 348px;
    }
    .portfolio-item .portfolio-content .year {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .portfolio-item {
        max-width: 100%;
    }
    .portfolio-item .portfolio-image {
        margin-bottom: 20px;
    }
    .portfolio-item .portfolio-content .year {
        font-size: 25px;
    }
}

.portfolio-filter-item .portfolio-item {
    float: left;
    width: 50%;
    padding: 0 12px;
    margin-bottom: 35px;
}

.portfolio-filter-item .portfolio-item:nth-child(4) .portfolio-image,
.portfolio-filter-item .portfolio-item:nth-child(2) .portfolio-image {
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-filter-item .portfolio-item:nth-child(4) .portfolio-image,
    .portfolio-filter-item .portfolio-item:nth-child(2) .portfolio-image {
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-filter-item .portfolio-item:nth-child(4) .portfolio-image,
    .portfolio-filter-item .portfolio-item:nth-child(2) .portfolio-image {
        height: auto;
    }
}

@media (max-width: 575px) {
    .portfolio-filter-item .portfolio-item {
        width: 100%;
    }
    .portfolio-filter-item .portfolio-item:nth-child(4) .portfolio-image,
    .portfolio-filter-item .portfolio-item:nth-child(2) .portfolio-image {
        height: auto;
    }
}

/* !END: Theme Project CSS */

/**----------------------------------------
START: Theme Testimonial SS
----------------------------------------*/

.tj-testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--tj-color-theme-secondary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.tj-testimonial-section .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1210px;
    width: 100%;
    margin-bottom: 60px;
}

.tj-testimonial-section .heading-area .sec-text {
    max-width: 545px;
    width: 100%;
}

.tj-testimonial-section .heading-area .sec-text .sec-title {
    line-height: 1.1;
}

.tj-testimonial-section .heading-area .sec-text .sec-title span::before {
    bottom: 8px;
}

.tj-testimonial-section .tj-testimonial-slider .testimonial-pagination {
    text-align: center;
    margin-top: 50px;
}

.tj-testimonial-section .tj-testimonial-slider .testimonial-pagination .swiper-pagination-bullet {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 10px;
    border-radius: 5px;
    background: var(--tj-color-theme-secondary);
    border: 2px solid var(--tj-color-grey-2);
    cursor: pointer;
}

.tj-testimonial-section .tj-testimonial-slider .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tj-color-grey-2);
    border-color: var(--tj-color-grey-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-testimonial-section {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-testimonial-section {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-testimonial-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tj-testimonial-section .heading-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 15px;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .tj-testimonial-section .heading-area .sec-text .sec-title span::before {
        bottom: 3px;
    }
    .tj-testimonial-section .tj-testimonial-slider .testimonial-pagination {
        margin-top: 40px;
    }
}

.tj-testimonial-section.style-2 {
    padding-top: 435px;
    padding-bottom: 130px;
    margin-top: -300px;
    position: relative;
    z-index: 1;
}

.tj-testimonial-section.style-2 .testimonial_shapes {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.tj-testimonial-section.style-2 .heading-style-2 {
    max-width: 400px;
    width: 100%;
}

.tj-testimonial-section.style-2 .heading-style-2 .desc {
    margin-top: 30px;
    line-height: 1.5;
}

.tj-testimonial-section.style-2 .heading-style-2 .desc p:last-child {
    margin-bottom: 0;
}

.tj-testimonial-section.style-2 .col-gp {
    padding-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-testimonial-section.style-2 {
        padding-top: 420px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-testimonial-section.style-2 {
        padding-top: 400px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-testimonial-section.style-2 {
        padding-top: 380px;
        padding-bottom: 80px;
    }
    .tj-testimonial-section.style-2 .col-gp {
        padding-left: 0;
    }
    .tj-testimonial-section.style-2 .heading-style-2 {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .tj-testimonial-section.style-2 .heading-style-2 .desc {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .tj-testimonial-section.style-2 .tj-testimonial-slider2 {
        padding: 0px 15px;
    }
}

@media (max-width: 575px) {
    .tj-testimonial-section .tj-testimonial-slider {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .tj-testimonial-slider3 {
        padding: 0px 15px;
    }
}

.testimonial-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.testimonial-navigation .slider-next,
.testimonial-navigation .slider-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: var(--tj-color-common-white);
    border-radius: 50%;
    border: 1px solid var(--tj-color-border-4);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.testimonial-navigation .slider-next svg path,
.testimonial-navigation .slider-prev svg path {
    fill: var(--tj-color-grey-2);
}

.testimonial-navigation .slider-next:hover,
.testimonial-navigation .slider-prev:hover {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-grey-2);
}

.testimonial-navigation .slider-next:hover svg path,
.testimonial-navigation .slider-prev:hover svg path {
    fill: var(--tj-color-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-navigation {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.tj-testimonial-item {
    max-width: 650px;
    width: 100%;
    background: var(--tj-color-common-white);
    border-radius: 20px;
    padding: 60px 70px 45px 60px;
}

.tj-testimonial-item .testimonial-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}

.tj-testimonial-item .testimonial-quote .quote-icon {
    font-size: 70px;
    line-height: 1;
}

.tj-testimonial-item .testimonial-quote .testimonial-number {
    padding-left: 60px;
    position: relative;
    z-index: 1;
}

.tj-testimonial-item .testimonial-quote .testimonial-number::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 50px;
    height: 1px;
    background: var(--tj-color-grey-2);
}

.tj-testimonial-item .testimonial-quote .testimonial-number span {
    font-size: 40px;
    font-family: var(--tj-ff-heading);
    letter-spacing: -2px;
    -webkit-text-fill-color: var(--tj-color-common-white);
    -webkit-text-stroke: 1px var(--tj-color-grey-2);
    line-height: 1;
}

.tj-testimonial-item .desc {
    font-size: 22px;
    font-weight: var(--tj-fw-medium);
    line-height: 1.5;
}

.tj-testimonial-item .desc p:last-child {
    margin-bottom: 0;
}

.tj-testimonial-item .testimonial-auother {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.tj-testimonial-item .testimonial-auother .auother-images {
    width: 75px;
    height: 75px;
}

.tj-testimonial-item .testimonial-auother .auother-images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.tj-testimonial-item .testimonial-auother .title {
    margin-bottom: 0;
}

.tj-testimonial-item .testimonial-auother span {
    display: inline-block;
    line-height: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-testimonial-item {
        max-width: 600px;
        padding: 45px 30px;
    }
    .tj-testimonial-item .testimonial-quote .quote-icon {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-testimonial-item {
        max-width: 560px;
        padding: 35px 15px;
    }
    .tj-testimonial-item .testimonial-quote {
        margin-bottom: 15px;
    }
    .tj-testimonial-item .testimonial-quote .quote-icon {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-testimonial-item {
        max-width: 560px;
        padding: 35px 15px;
    }
    .tj-testimonial-item .testimonial-quote {
        gap: 20px;
        margin-bottom: 15px;
    }
    .tj-testimonial-item .testimonial-quote .testimonial-number {
        padding-left: 40px;
    }
    .tj-testimonial-item .testimonial-quote .testimonial-number::before {
        width: 30px;
    }
    .tj-testimonial-item .testimonial-quote .testimonial-number span {
        font-size: 35px;
    }
    .tj-testimonial-item .testimonial-quote .quote-icon {
        font-size: 45px;
    }
    .tj-testimonial-item .desc {
        font-size: 20px;
    }
}

.testimonial-style-2 {
    max-width: 420px;
    width: 100%;
    background: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-3);
    text-align: center;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    z-index: 1;
}

.testimonial-style-2::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--tj-color-theme-secondary);
    border-radius: 50%;
    z-index: -1;
}

.testimonial-style-2 .testimonial-images {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border: 5px solid var(--tj-color-common-white);
}

.testimonial-style-2 .testimonial-images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-style-2 .desc {
    color: var(--tj-color-grey-12);
    line-height: 1.6;
}

.testimonial-style-2 .desc p:last-child {
    margin-bottom: 0;
}

.testimonial-style-2 .testimonial-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.testimonial-style-2 .testimonial-auother {
    margin-top: 10px;
}

.testimonial-style-2 .testimonial-auother .title {
    font-size: 22px;
    font-weight: var(--tj-fw-bold);
    font-family: var(--tj-ff-heading-2);
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial-style-2 .testimonial-quote {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30%;
    max-width: 250px;
    width: 100%;
    z-index: -1;
}

.testimonial-style-2 .testimonial-quote img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-style-2 {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-style-2 {
        max-width: 100%;
    }
}

.testimonial-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-infos .testimonial-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.testimonial-infos .testimonial-text::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 75%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--tj-color-grey-2);
}

.testimonial-infos .testimonial-text .testimonial-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 30px;
    color: var(--tj-color-common-white);
    background: var(--tj-color-grey-3);
    border-radius: 50%;
}

.testimonial-infos .testimonial-text .testimonial-header {
    margin-right: 40px;
}

.testimonial-infos .testimonial-text .testimonial-header span {
    display: block;
    font-size: 22px;
    font-weight: var(--tj-fw-bold);
}

.testimonial-infos .testimonial-text .testimonial-header .title {
    margin-bottom: 0;
}

.testimonial-infos .testimonial-rating {
    padding-left: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .testimonial-infos .testimonial-text .testimonial-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    .testimonial-infos .testimonial-text .testimonial-header {
        margin-right: 25px;
    }
    .testimonial-infos .testimonial-text .testimonial-header span {
        font-size: 18px;
    }
    .testimonial-infos .testimonial-rating {
        padding-left: 25px;
    }
}

.star-ratings {
    unicode-bidi: bidi-override;
    color: var(--tj-color-grey-4);
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-text-stroke: 1px var(--tj-color-grey-4);
}

.star-ratings .fill-ratings {
    color: var(--tj-color-grey-4);
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings .fill-ratings span {
    display: inline-block;
}

.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
    color: var(--tj-color-grey-4);
    -webkit-text-stroke: 1px var(--tj-color-grey-4);
}

/* !END: Theme Testimonial CSS */

/**----------------------------------------
START: Theme Brand SS
----------------------------------------*/

.tj-brand-section {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.tj-brand-section.style-2 {
    padding-top: 0px;
    padding-bottom: 200px;
    background-color: var(--tj-color-theme-secondary);
}

.tj-brand-section.style-2 .brand-wrapper .tj-brand-slider .slide-transition {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-brand-section.style-2 {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-brand-section.style-2 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-brand-section.style-2 {
        padding-bottom: 80px;
    }
}

.tj-brand-section.style-3 {
    background-color: var(--tj-color-theme-bg-2);
    border-top: 1px solid var(--tj-color-grey-2);
    border-bottom: 1px solid var(--tj-color-grey-2);
    padding: 60px 0;
}

.tj-brand-section.style-3 .tj-brand-slider2 {
    overflow: hidden;
}

.tj-brand-section.style-3 .tj-brand-slider2 .brand_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-brand-section.style-3 {
        padding: 45px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-brand-section.style-3 {
        padding: 30px 0;
    }
}

.tj-brand-section.brand-inner {
    background-color: var(--tj-color-theme-bg-2);
    padding: 65px 0;
}

.tj-brand-section.brand-inner .tj-brand-slider2 {
    overflow: hidden;
}

.tj-brand-section.brand-inner .tj-brand-slider2 .brand_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-brand-section.brand-inner {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-brand-section.brand-inner {
        padding: 45px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-brand-section.brand-inner {
        padding: 40px 0;
    }
}

@media (max-width: 575px) {
    .tj-brand-section.brand-inner {
        padding: 36px 0;
    }
}

.tj-brand-section .heading-area {
    margin-bottom: 60px;
}

.tj-brand-section .brand-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

@media (max-width: 575px) {
    .tj-brand-section .brand-wrapper {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }
}

.tj-brand-section .brand-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.tj-brand-section.style-4 {
    padding-top: 290px;
    padding-bottom: 130px;
    background-color: var(--tj-color-theme-bg-3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -210px;
}

.tj-brand-section.style-4 .heading-style-2 {
    margin-bottom: 80px;
}

.tj-brand-section.style-4 .heading-style-2 .sec-title {
    color: var(--tj-color-common-white);
    font-size: 30px;
    text-transform: capitalize;
    font-weight: var(--tj-fw-medium);
    font-family: var(--tj-ff-heading-2);
    text-align: center;
    position: relative;
    z-index: 1;
}

.tj-brand-section.style-4 .heading-style-2 .sec-title::after,
.tj-brand-section.style-4 .heading-style-2 .sec-title::before {
    position: absolute;
    content: "";
    width: 34%;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

.tj-brand-section.style-4 .heading-style-2 .sec-title::after {
    right: 0;
    left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-brand-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .tj-brand-section.style-4 {
        padding-top: 270px;
        padding-bottom: 120px;
        margin-top: -185px;
    }
    .tj-brand-section.style-4 .heading-style-2 {
        margin-bottom: 60px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title::after,
    .tj-brand-section.style-4 .heading-style-2 .sec-title::before {
        width: 32%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-brand-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .tj-brand-section.style-4 {
        padding-top: 250px;
        padding-bottom: 100px;
        margin-top: -165px;
    }
    .tj-brand-section.style-4 .heading-style-2 {
        margin-bottom: 60px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title::after,
    .tj-brand-section.style-4 .heading-style-2 .sec-title::before {
        width: 28%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-brand-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-brand-section.style-4 {
        padding-top: 240px;
        padding-bottom: 80px;
    }
    .tj-brand-section.style-4 .heading-style-2 {
        margin-bottom: 40px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title {
        font-size: 25px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title::after,
    .tj-brand-section.style-4 .heading-style-2 .sec-title::before {
        width: 26%;
    }
    .tj-brand-section .heading-area {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-brand-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-brand-section.style-4 {
        padding-top: 230px;
        padding-bottom: 80px;
    }
    .tj-brand-section.style-4 .heading-style-2 {
        margin-bottom: 40px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title {
        font-size: 25px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title::after,
    .tj-brand-section.style-4 .heading-style-2 .sec-title::before {
        width: 16%;
    }
    .tj-brand-section .heading-area {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .tj-brand-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-brand-section.style-4 {
        padding-top: 345px;
        padding-bottom: 80px;
        margin-top: -275px;
    }
    .tj-brand-section.style-4 .heading-style-2 {
        margin-bottom: 40px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title {
        font-size: 25px;
    }
    .tj-brand-section.style-4 .heading-style-2 .sec-title::after,
    .tj-brand-section.style-4 .heading-style-2 .sec-title::before {
        width: 5%;
    }
    .tj-brand-section .heading-area {
        margin-bottom: 40px;
    }
}

.brand-item {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.brand-item a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 180px;
    line-height: 1;
    border: 1px solid var(--tj-color-border-1);
    border-radius: 10px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    z-index: 1;
}

.brand-item a .img-active {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.brand-item a .img-hover {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
}

.brand-item a:hover {
    border-color: var(--tj-color-heading-primary);
}

.brand-item a:hover .img-active {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.brand-item a:hover .img-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .brand-item a {
        width: 255px;
        height: 140px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-item a {
        width: 255px;
        height: 140px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-item a {
        width: 240px;
        height: 120px;
    }
}

@media (max-width: 575px) {
    .brand-item a {
        width: 165px;
        height: 100px;
    }
    .brand-item a img {
        max-width: 110px;
    }
}

.brand-style-2 img {
    border-radius: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-style-2 img {
        border-radius: 50px;
    }
}

@media (max-width: 575px) {
    .brand-style-2 img {
        height: 270px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }
}

.brand-logo-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 37px;
    padding-right: 37px;
    gap: 74px;
}

.brand-logo-slider .brand-icon {
    max-width: 25px;
    width: 100%;
}

.brand-logo-slider .brand-icon img {
    width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .brand-logo-slider {
        padding-left: 20px;
        padding-right: 20px;
        gap: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .brand-logo-slider {
        padding-left: 15px;
        padding-right: 15px;
        gap: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-logo-slider {
        padding-left: 15px;
        padding-right: 15px;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .brand-logo-slider {
        padding-left: 10px;
        padding-right: 10px;
        gap: 20px;
    }
}

.brand-logo-slider .brand-icon img {
    -webkit-animation: rotateImg3 6s infinite linear;
    animation: rotateImg3 6s infinite linear;
}

.tj-brand-slider3 .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .tj-brand-slider3 .brand_logos {
        max-width: 90px;
        width: 100%;
    }
    .tj-brand-slider3 .brand_logos img {
        width: 100%;
    }
}

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

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

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

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

@-webkit-keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-har-revers {
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* !END: Theme Brand CSS */

/**----------------------------------------
START: Theme Blog SS
----------------------------------------*/

.tj-blog-section {
    padding: 0px 90px 100px;
}

.tj-blog-section .heading-area {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tj-blog-section {
        padding: 0px 45px 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-blog-section {
        padding: 0px 35px 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-blog-section {
        padding: 0px 15px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-blog-section {
        padding: 0px 23px 30px;
    }
    .tj-blog-section .heading-area {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-blog-section {
        padding: 0px 20px 30px;
    }
    .tj-blog-section .heading-area {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .tj-blog-section {
        padding: 0px 0px 30px;
    }
    .tj-blog-section .heading-area {
        margin-bottom: 40px;
    }
}

.tj-blog-section.style-2 {
    padding: 120px 0px 100px;
}

.tj-blog-section.style-2 .heading-style-2 {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-blog-section.style-2 {
        padding: 120px 0px 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-blog-section.style-2 {
        padding: 100px 0px 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-blog-section.style-2 {
        padding: 80px 0px 50px;
    }
    .tj-blog-section.style-2 .heading-style-2 {
        margin-bottom: 40px;
    }
}

.tj-blog-section.blog-inner-one {
    position: relative;
    overflow: hidden;
    padding: 150px 0px 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-blog-section.blog-inner-one {
        padding: 120px 0px 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-blog-section.blog-inner-one {
        padding: 100px 0px 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-blog-section.blog-inner-one {
        padding: 80px 0px 55px;
    }
    .tj-blog-section.blog-inner-one .heading-style-2 {
        margin-bottom: 40px;
    }
    .tj-blog-section.blog-inner-one .blog-button {
        margin-top: 15px;
    }
}

.tj-blog-section.blog-inner-two {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.tj-blog-section.blog-inner-two .blog-pagination {
    margin-top: 40px;
}

.tj-blog-section.blog-inner-two .blog-pagination ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-blog-section.blog-inner-two {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-blog-section.blog-inner-two {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .tj-blog-section.blog-inner-two .blog-item .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-blog-section.blog-inner-two {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-blog-section.blog-inner-two .blog-item .title {
        font-size: 30px;
    }
    .tj-blog-section.blog-inner-two .blog-item .blog-images .images a {
        width: 100%;
    }
    .tj-blog-section.blog-inner-two .blog-button {
        margin-top: 15px;
    }
    .tj-blog-section.blog-inner-two .tj-main-sidebar {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-blog-section.blog-inner-two {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-blog-section.blog-inner-two .blog-item .title {
        font-size: 30px;
    }
    .tj-blog-section.blog-inner-two .blog-item .blog-images .images a {
        width: 100%;
    }
    .tj-blog-section.blog-inner-two .blog-button {
        margin-top: 10px;
    }
    .tj-blog-section.blog-inner-two .tj-main-sidebar {
        margin-top: 50px;
    }
}

.tj-blog-section.blog-inner-three {
    padding-top: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-blog-section.blog-inner-three {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-blog-section.blog-inner-three {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-blog-section.blog-inner-three {
        padding-top: 80px;
    }
}

.blog-item {
    position: relative;
    margin-bottom: 50px;
    max-width: 550px;
    width: 100%;
}

.blog-item.format-gallery .slider-navigation .slider-next,
.blog-item.format-gallery .slider-navigation .slider-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 25px;
    color: var(--tj-color-text-body-3);
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.blog-item.format-gallery .slider-navigation .slider-next i,
.blog-item.format-gallery .slider-navigation .slider-prev i {
    color: var(--tj-color-heading-primary);
}

.blog-item.format-gallery .slider-navigation .slider-next:hover,
.blog-item.format-gallery .slider-navigation .slider-prev:hover {
    background-color: var(--tj-color-theme-primary);
}

.blog-item.format-gallery .slider-navigation .slider-next {
    left: auto;
    right: 30px;
}

@media (max-width: 575px) {
    .blog-item.format-gallery .slider-navigation .slider-next,
    .blog-item.format-gallery .slider-navigation .slider-prev {
        width: 50px;
        height: 50px;
        font-size: 20px;
        left: 20px;
    }
    .blog-item.format-gallery .slider-navigation .slider-next {
        left: auto;
        right: 20px;
    }
}

.blog-item.format-gallery .blog_images .blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 80px;
    width: 100%;
    background: var(--tj-color-theme-primary);
    border-radius: 8px;
    text-align: center;
    padding: 16px 20px;
}

.blog-item.format-gallery .blog_images .blog-date .date {
    display: block;
    color: var(--tj-color-heading-primary);
    font-size: 30px;
    font-family: var(--tj-ff-heading);
    line-height: 1;
}

.blog-item.format-gallery .blog_images .blog-date .month {
    display: block;
    color: var(--tj-color-heading-primary);
    font-size: 18px;
    font-weight: var(--tj-fw-bold);
    line-height: 1;
}

.blog-item.format-gallery .blog_images img {
    border-radius: 10px;
}

.blog-item .blog-images {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.blog-item .blog-images a {
    display: inline-block;
}

.blog-item .blog-images a img {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-item .blog-images a img:first-child {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0px;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-50%) scaleX(2);
    -ms-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item .blog-images .blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 80px;
    width: 100%;
    background: var(--tj-color-theme-primary);
    border-radius: 8px;
    text-align: center;
    padding: 16px 20px;
}

.blog-item .blog-images .blog-date .date {
    display: block;
    color: var(--tj-color-heading-primary);
    font-size: 30px;
    font-family: var(--tj-ff-heading);
    line-height: 1;
}

.blog-item .blog-images .blog-date .month {
    display: block;
    color: var(--tj-color-heading-primary);
    font-size: 18px;
    font-weight: var(--tj-fw-bold);
    line-height: 1;
}

.blog-item .title {
    margin-bottom: 0;
}

.blog-item .title a {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 84%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.blog-item .title a:hover {
    color: var(--tj-color-heading-primary);
    background-size: 100% 2px;
}

.blog-item .blog-category {
    margin-top: 25px;
    margin-bottom: 20px;
}

.blog-item .blog-button {
    margin-top: 25px;
}

.blog-item:hover .blog-images a img {
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-images a img:nth-child(2) {
    -webkit-transform: translateX(50%) scaleX(2);
    -ms-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-item .blog-images .blog-date {
        max-width: 70px;
        padding: 11px 20px;
    }
}

@media (max-width: 575px) {
    .blog-item .blog-images .blog-date {
        max-width: 65px;
        padding: 11px 15px;
    }
    .blog-item .blog-images .blog-date .date {
        font-size: 25px;
    }
    .blog-item .blog-images .blog-date .month {
        font-size: 16px;
    }
}

.post-standard-wrapper .blog-item {
    max-width: 100%;
}

.post-standard-wrapper .blog-item .title {
    max-width: 100%;
}

.post-standard-wrapper .blog-item .blog-video .video-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: var(--tj-color-heading-primary);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 2;
}

.post-standard-wrapper .blog-item .blog-video .video-btn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.post-standard-wrapper .blog-item .blog-video .video-btn::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.post-standard-wrapper .blog-item .blog-video .video-btn i {
    color: var(--tj-color-heading-primary);
}

.post-standard-wrapper .blog-item .blog-video .video-btn:hover {
    color: var(--tj-color-heading-primary);
}

.post-standard-wrapper .blog-item .blog-video .video-btn:hover i {
    color: var(--tj-color-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-standard-wrapper .blog-item .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-standard-wrapper {
        margin-bottom: 50px;
    }
    .post-standard-wrapper .blog-item .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-standard-wrapper {
        margin-bottom: 50px;
    }
    .post-standard-wrapper .blog-item .title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .post-standard-wrapper {
        margin-bottom: 50px;
    }
    .post-standard-wrapper .blog-item .title {
        font-size: 26px;
    }
    .post-standard-wrapper .blog-item .blog-video .video-btn {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }
}

.blog-style-2 {
    max-width: 415px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.blog-style-2 .blog-images {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    max-width: 94%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    background: var(--tj-color-common-white);
}

.blog-style-2 .blog-images a {
    display: inline-block;
    width: 100%;
}

.blog-style-2 .blog-images a img {
    display: block;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 10px;
}

.blog-style-2 .blog-images a img:first-child {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-50%) scaleX(2);
    -ms-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-style-2 .blog-images .blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: var(--tj-color-common-white);
    padding: 13px 6px 6px;
    border-radius: 3px;
}

.blog-style-2 .blog-images .blog-date .month {
    display: block;
    font-size: 18px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    color: var(--tj-color-heading-primary);
    text-align: center;
    margin-bottom: 10px;
}

.blog-style-2 .blog-images .blog-date .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 53px;
    height: 50px;
    line-height: 1;
    font-size: 24px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-theme-primary);
}

.blog-style-2 .blog-content {
    border: 1px solid var(--tj-color-border-5);
    padding: 225px 30px 35px 30px;
    margin-top: -185px;
    border-radius: 10px;
}

.blog-style-2 .blog-content .blog-meta {
    margin-bottom: 15px;
}

.blog-style-2 .blog-content .title {
    font-size: 22px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.4;
}

.blog-style-2 .blog-content .title a {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
}

.blog-style-2 .blog-content .title a:hover {
    background-size: 100% 2px;
}

.blog-style-2 .blog-content .blog-button {
    margin-top: 20px;
    line-height: 1;
}

.blog-style-2:hover .blog-images a img {
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-style-2:hover .blog-images a img:nth-child(2) {
    -webkit-transform: translateX(50%) scaleX(2);
    -ms-transform: translateX(50%) scaleX(2);
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .blog-content {
        padding: 215px 15px 30px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-style-2 .blog-content {
        padding: 215px 15px 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-button {
        margin-top: 15px;
    }
}

.blog-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-category ul li a {
    font-size: 14px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-grey-2);
    text-transform: uppercase;
    border: 1px solid var(--tj-color-border-1);
    padding: 5px 12px;
    border-radius: 4px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.blog-category ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tj-color-common-white);
    border-radius: 4px;
    z-index: -2;
}

.blog-category ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--tj-color-theme-primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: -1;
}

.blog-category ul li a:hover {
    color: var(--tj-color-heading-primary);
    border-color: var(--tj-color-theme-primary);
}

.blog-category ul li a:hover:before {
    width: 100%;
}

.blog-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-grey-2);
    text-transform: uppercase;
    border-left: 1px solid var(--tj-color-grey-2);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}

.blog-meta ul li:first-child {
    border: none;
    padding-left: 0;
}

.blog-meta ul li:last-child {
    padding-right: 0;
}

.blog-meta ul li a {
    position: relative;
    z-index: 1;
}

.blog-meta ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background: var(--tj-color-grey-2);
}

.blog-meta ul li a:hover::before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@-webkit-keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes borderanimate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    60% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

/* !END: Theme Blog CSS */

/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/

.tj-main-sidebar {
    padding-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-main-sidebar {
        padding-left: 0px;
    }
}

.post-details-wrapper .blog-images {
    position: relative;
}

.post-details-wrapper .blog-images .blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 80px;
    width: 100%;
    background: var(--tj-color-theme-primary);
    border-radius: 8px;
    text-align: center;
    padding: 16px 20px;
}

.post-details-wrapper .blog-images .blog-date .date {
    display: block;
    color: var(--tj-color-heading-primary);
    font-size: 30px;
    font-family: var(--tj-ff-heading);
    line-height: 1;
}

.post-details-wrapper .blog-images .blog-date .month {
    display: block;
    color: var(--tj-color-heading-primary);
    font-size: 18px;
    font-weight: var(--tj-fw-bold);
    line-height: 1;
}

.post-details-wrapper .blog-category ul {
    margin-top: 35px;
    margin-bottom: 20px;
}

.post-details-wrapper .title {
    margin-bottom: 15px;
}

.post-details-wrapper .desc p {
    margin-bottom: 15px;
}

.post-details-wrapper blockquote {
    margin-bottom: 60px;
    margin-top: 40px;
}

.post-details-wrapper .img-1 {
    margin-bottom: 35px;
}

.post-details-wrapper .img-2 {
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .post-details-wrapper .img-2 {
        height: 351px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.post-details-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
}

.post-details-wrapper ul li {
    line-height: 1.8;
}

.post-details-wrapper ul li i {
    margin-right: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .post-details-wrapper ul {
        margin-bottom: 40px;
    }
}

.post-details-wrapper .images-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.post-details-wrapper .images-box img {
    max-width: 412px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .post-details-wrapper .images-box img {
        max-width: 352px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-details-wrapper .images-box img {
        max-width: 292px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-details-wrapper .images-box img {
        max-width: 333px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-details-wrapper .images-box img {
        max-width: 242px;
    }
}

.post-details-wrapper img {
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .post-details-wrapper {
        margin-bottom: 50px;
    }
    .post-details-wrapper blockquote {
        margin-bottom: 40px;
    }
    .post-details-wrapper .blog-images .blog-date {
        max-width: 70px;
        padding: 12px 15px;
    }
}

@media (max-width: 575px) {
    .post-details-wrapper .blog-details-button .tj-primary-btn {
        width: 100%;
    }
}

.tj-tags-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--tj-color-border-1);
    border-bottom: 1px solid var(--tj-color-border-1);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.tj-tags-post .tagcloud span {
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-bold);
    font-size: 15px;
    text-transform: uppercase;
}

.tj-tags-post .post-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tj-tags-post .post-share ul li span {
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    color: var(--tj-color-heading-primary);
}

.tj-tags-post .post-share ul li a {
    font-size: 18px;
    color: var(--tj-color-heading-primary);
}

.tj-tags-post .post-share ul li a:hover {
    color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-tags-post {
        margin-bottom: 40px;
    }
}

.blog_recent_post {
    margin-bottom: 30px;
}

.blog_recent_post .blog-item .blog-images img {
    width: 100%;
    border-radius: 10px;
}

.blog_recent_post .title {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog_recent_post {
        margin-bottom: 10px;
    }
    .blog_recent_post .title {
        margin-bottom: 15px;
    }
}

.tj-comments-wrap {
    padding-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid var(--tj-color-border-1);
}

.tj-comments-wrap .comments-title .title {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-comments-wrap {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}

.tj-latest-comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tj-latest-comments ul .tj-comment .comment-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
    max-width: 95px;
    width: 100%;
}

.tj-latest-comments ul .tj-comment .comment-content .comment-avatar img {
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
        max-width: 70px;
    }
    .tj-latest-comments ul .tj-comment .comment-content .comment-avatar img {
        height: 70px;
    }
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--tj-color-border-6);
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .avatar-name .title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: var(--tj-fw-regular);
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text .reply {
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-heading-primary);
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text span {
    color: var(--tj-color-text-body);
}

@media (max-width: 575px) {
    .tj-latest-comments ul .tj-comment .comment-content {
        gap: 15px;
    }
    .tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
        margin-right: auto;
    }
}

.tj-latest-comments ul .tj-comment .desc {
    margin-bottom: 15px;
}

.tj-latest-comments ul .tj-comment .desc p:last-child {
    margin-bottom: 0;
}

.tj-latest-comments ul .tj-comment>.children {
    padding-left: 115px;
}

.tj-latest-comments ul .tj-comment>.children>.tj-comment {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid var(--tj-color-border-6);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-latest-comments ul .tj-comment>.children {
        padding-left: 75px;
    }
}

@media (max-width: 575px) {
    .tj-latest-comments ul .tj-comment>.children {
        padding-left: 15px;
    }
}

.tj-latest-comments ul .tj-comment:last-child .comment-content .comments-header {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

@media (max-width: 575px) {
    .tj-latest-comments ul li .children {
        padding-left: 35px;
    }
}

.tj-comment-respond {
    padding-top: 60px;
    border-top: 1px solid var(--tj-color-border-1);
}

.tj-comment-respond .comment-header {
    margin-bottom: 20px;
}

.tj-comment-respond .comment-header .title {
    color: var(--tj-color-heading-primary);
    margin-bottom: 20px;
    font-size: 30px;
}

.tj-comment-respond .form-input {
    margin-bottom: 20px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.tj-comment-respond .form-input textarea,
.tj-comment-respond .form-input input[type=email],
.tj-comment-respond .form-input input[type=text] {
    width: 100%;
    padding: 17px 20px;
    font-size: 15px;
    background: transparent;
    border-radius: 10px;
    text-transform: uppercase;
    border: 1.5px solid var(--tj-color-border-1);
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder,
.tj-comment-respond .form-input textarea::-webkit-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-webkit-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-webkit-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder,
.tj-comment-respond .form-input textarea::-moz-placeholder,
.tj-comment-respond .form-input input[type=email]::-moz-placeholder,
.tj-comment-respond .form-input input[type=text]::-moz-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder,
.tj-comment-respond .form-input textarea:-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]:-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]:-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.tj-comment-respond .form-input textarea::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.tj-comment-respond .form-input textarea::placeholder,
.tj-comment-respond .form-input input[type=email]::placeholder,
.tj-comment-respond .form-input input[type=text]::placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.tj-comment-respond .form-input textarea::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.tj-comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.tj-comment-respond .form-input textarea:focus,
.tj-comment-respond .form-input input[type=email]:focus,
.tj-comment-respond .form-input input[type=text]:focus {
    outline: none;
}

.tj-comment-respond .form-input textarea {
    min-height: 130px;
    resize: none;
}

.tj-comment-respond .form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tj-comment-respond .form-checkbox input[type=checkbox] {
    width: 0;
    height: 0;
    -webkit-clip-path: rect(0 0 0 0);
    clip-path: rect(0 0 0 0);
}

.tj-comment-respond .form-checkbox input[type=checkbox]+label {
    position: relative;
    display: block;
    padding-left: 25px;
    font-size: 16px;
    cursor: pointer;
}

.tj-comment-respond .form-checkbox input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background-size: var(--tj-color-common-white);
    border: 1px solid var(--tj-color-border-2);
    border-radius: 3px;
    -webkit-transition: cubic-bezier(0.8, 0, 0.2, 1) 200ms;
    transition: cubic-bezier(0.8, 0, 0.2, 1) 200ms;
}

.tj-comment-respond .form-checkbox input[type=checkbox]+label::after {
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 3px;
    opacity: 0;
    font-size: 10px;
    color: var(--tj-color-heading-primary);
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: ease-in-out 200ms;
    transition: ease-in-out 200ms;
    z-index: 2;
}

.tj-comment-respond .form-checkbox input[type=checkbox]+label span {
    text-decoration: underline;
}

.tj-comment-respond .form-checkbox input[type=checkbox]+label:hover::before {
    border: 1px solid var(--tj-color-border-2);
}

.tj-comment-respond .form-checkbox input[type=checkbox]:checked+label:before {
    border-color: var(--tj-color-theme-primary);
    background: var(--tj-color-theme-primary);
}

.tj-comment-respond .form-checkbox input[type=checkbox]:checked+label:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    scale: 1;
    opacity: 1;
}

.tj-comment-respond .blog-details-button {
    margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-comment-respond {
        padding-top: 40px;
    }
    .tj-comment-respond .blog-details-button {
        margin-top: 30px;
    }
}

.tj-sidebar__widget {
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    z-index: 3;
    border-radius: 10px;
    border: 1.5px solid var(--tj-color-grey-2);
}

.tj-sidebar__widget .widget-title {
    color: var(--tj-color-heading-primary);
    position: relative;
    font-size: 24px;
    margin-bottom: 25px;
    padding-left: 20px;
    line-height: 1;
    z-index: 1;
}

.tj-sidebar__widget .widget-title::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border: 2px solid var(--tj-color-grey-2);
    border-radius: 50%;
}

.tj-sidebar__widget .widget-title::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    top: 50%;
    left: -30px;
    background: var(--tj-color-grey-2);
}

.tj-sidebar__widget.widget_search .search-box form {
    position: relative;
    width: 100%;
    border: 1.5px solid var(--tj-color-grey-2);
    border-radius: 10px;
    z-index: 1;
}

.tj-sidebar__widget.widget_search .search-box form input[type=text] {
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    background: var(--tj-color-common-white);
    width: 100%;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    padding: 20px 65px 20px 25px;
    line-height: 1;
}

.tj-sidebar__widget.widget_search .search-box form input[type=text]::-webkit-input-placeholder {
    color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_search .search-box form input[type=text]::-moz-placeholder {
    color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_search .search-box form input[type=text]:-ms-input-placeholder {
    color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_search .search-box form input[type=text]::-ms-input-placeholder {
    color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_search .search-box form input[type=text]::placeholder {
    color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_search .search-box form input[type=text]::-ms-input-placeholder {
    color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_search .search-box form :focus {
    outline: none;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.tj-sidebar__widget.widget_search .search-box form button {
    font-size: 22px;
    color: var(--tj-color-heading-primary);
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    background: var(--tj-color-theme-primary);
    border: 1.5px solid var(--tj-color-grey-2);
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.tj-sidebar__widget.tj_recent_posts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tj-sidebar__widget.tj_recent_posts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tj-sidebar__widget.tj_recent_posts ul li:last-child {
    margin-bottom: 0;
}

.tj-sidebar__widget.tj_recent_posts .post-thumb {
    position: relative;
    max-width: 120px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.tj-sidebar__widget.tj_recent_posts .post-thumb a {
    display: inline-block;
    width: 100%;
}

.tj-sidebar__widget.tj_recent_posts .post-thumb a img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.tj-sidebar__widget.tj_recent_posts .post-thumb:hover a img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

@media (max-width: 575px) {
    .tj-sidebar__widget.tj_recent_posts .post-thumb {
        max-width: 100px;
    }
    .tj-sidebar__widget.tj_recent_posts .post-thumb a img {
        height: 100px;
    }
}

.tj-sidebar__widget.tj_recent_posts .post-content .post-title {
    margin-bottom: 0;
}

.tj-sidebar__widget.tj_recent_posts .post-content .post-title a {
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
    background-image: linear-gradient(to right, currentColor 0, currentColor 100%);
    background-position: 0 84%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    -webkit-transition: all 0.3s, background-size 0.8s;
    transition: all 0.3s, background-size 0.8s;
    line-height: 1.4;
}

.tj-sidebar__widget.tj_recent_posts .post-content .post-title a:hover {
    color: var(--tj-color-heading-primary);
    background-size: 100% 1px;
}

.tj-sidebar__widget.tj_recent_posts .post-content .blog-meta {
    margin-bottom: 10px;
}

.tj-sidebar__widget.tj_recent_posts .post-content .blog-meta ul li {
    font-size: 15px;
    gap: 6px;
}

.tj-sidebar__widget.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tj-sidebar__widget.widget_categories ul li {
    position: relative;
    font-size: 18px;
    font-weight: var(--tj-fw-medium);
    border: 1.5px solid var(--tj-color-grey-2);
    padding: 6px 6px 6px 25px;
    margin-bottom: 15px;
    border-radius: 10px;
    z-index: 1;
}

.tj-sidebar__widget.widget_categories ul li:last-child {
    margin-bottom: 0;
}

.tj-sidebar__widget.widget_categories ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--tj-color-grey-2);
}

.tj-sidebar__widget.widget_categories ul li a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-grey-20);
    border-radius: 10px;
    border: 1.5px solid transparent;
}

.tj-sidebar__widget.widget_categories ul li a:hover span {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-heading-primary);
}

.tj-sidebar__widget.widget_feature_item .feature-box {
    text-align: center;
    background: var(--tj-color-theme-bg);
    border-radius: 12px;
}

.tj-sidebar__widget.widget_feature_item .feature-box .feature-images {
    position: relative;
    z-index: 1;
}

.tj-sidebar__widget.widget_feature_item .feature-box .feature-images::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -10px;
    left: 0;
    background: var(--tj-color-common-white);
    border-radius: 10px 10px 100px 100px;
    z-index: -1;
}

.tj-sidebar__widget.widget_feature_item .feature-box .feature-images img {
    width: 100%;
    border-radius: 10px 10px 100px 100px;
}

.tj-sidebar__widget.widget_feature_item .feature-box .feature-content {
    padding: 40px 40px 45px;
}

.tj-sidebar__widget.widget_feature_item .feature-box .feature-content .title {
    color: var(--tj-color-common-white);
    margin-bottom: 0;
}

.tj-sidebar__widget.widget_feature_item .feature-box .feature-content .feature-button {
    margin-top: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-sidebar__widget.widget_feature_item .feature-box .feature-content {
        padding: 40px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-sidebar__widget.widget_feature_item .feature-box .feature-content {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-sidebar__widget {
        padding: 30px 15px;
    }
    .tj-sidebar__widget .widget-title {
        padding-left: 35px;
    }
    .tj-sidebar__widget .widget-title::before {
        left: 15px;
    }
    .tj-sidebar__widget .widget-title::after {
        left: -16px;
    }
}

.tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.tagcloud a {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tj-color-grey-2);
    font-weight: var(--tj-fw-medium);
    border-radius: 5px;
    border: 1.5px solid var(--tj-color-border-1);
    padding: 16px 20px;
    line-height: 1;
    z-index: 1;
}

.tagcloud a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--tj-color-theme-primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    z-index: -1;
}

.tagcloud a:hover {
    color: var(--tj-color-heading-primary);
    border-color: var(--tj-color-theme-primary);
}

.tagcloud a:hover::before {
    width: 100%;
}

@media (max-width: 575px) {
    .tagcloud a {
        padding: 12px 10px;
    }
}

blockquote {
    position: relative;
    padding: 40px 30px 35px;
    border-radius: 10px;
    text-align: center;
    border: 1.5px solid var(--tj-color-grey-2);
    z-index: 2;
}

blockquote::before {
    content: "";
    display: inline-block;
    background: url(../images/icons/blog-quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 36px;
    text-align: center;
    margin-bottom: 10px;
}

blockquote p {
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-regular);
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    blockquote {
        margin-bottom: 40px;
        padding: 30px 15px;
    }
}

.blog-pagination {
    margin-top: 80px;
}

.blog-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.blog-pagination ul li .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    font-size: 24px;
    font-weight: var(--tj-fw-regular);
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-pagination ul li .page-numbers i {
    color: var(--tj-color-heading-primary);
}

.blog-pagination ul li .page-numbers:hover,
.blog-pagination ul li .page-numbers.current {
    background-color: var(--tj-color-heading-primary);
    border-color: transparent;
    color: var(--tj-color-common-white);
}

.blog-pagination ul li .page-numbers:hover i,
.blog-pagination ul li .page-numbers.current i {
    color: var(--tj-color-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-pagination {
        margin-top: 40px;
    }
}

/* !END: Theme Blog CSS */

/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/

.tj-project-section {
    padding-bottom: 150px;
    background-color: var(--tj-color-theme-secondary);
}

.tj-project-section .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    gap: 60px;
    margin-bottom: 60px;
}

.tj-project-section .heading-area .sec-text {
    max-width: 815px;
    width: 100%;
}

.tj-project-section .heading-area .sec-text .sec-title {
    line-height: 1.2;
}

.tj-project-section .tj-project-slider {
    padding: 65px 0;
}

.tj-project-section .tj-project-slider .swiper-wrapper .swiper-slide {
    -webkit-transform: scaleY(0.9);
    -ms-transform: scaleY(0.9);
    transform: scaleY(0.9);
    text-align: center;
}

.tj-project-section .tj-project-slider .swiper-wrapper .swiper-slide-active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.tj-project-section .tj-project-slider .swiper-wrapper .swiper-slide-active.tj-project-item .project-content {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

.tj-project-section .tj-project-slider .project-pagination {
    text-align: center;
    margin-top: 25px;
}

.tj-project-section .tj-project-slider .project-pagination .swiper-pagination-bullet {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 10px;
    border-radius: 5px;
    background: var(--tj-color-theme-secondary);
    border: 2px solid var(--tj-color-grey-2);
    cursor: pointer;
}

.tj-project-section .tj-project-slider .project-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tj-color-grey-2);
    border-color: var(--tj-color-grey-2);
}

.tj-project-section .project-bottom {
    position: relative;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}

.tj-project-section .project-bottom .desc {
    font-size: 30px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-grey-2);
}

.tj-project-section .project-bottom .desc p:last-child {
    margin-bottom: 0;
}

.tj-project-section .project-bottom .project-button {
    margin-top: 30px;
}

.tj-project-section .project-bottom .project-button .tj-primary-btn {
    border: 1px solid var(--tj-color-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-project-section {
        padding-bottom: 120px;
    }
    .tj-project-section .tj-project-slider {
        padding: 30px 0;
    }
    .tj-project-section .heading-area {
        gap: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-project-section {
        padding-bottom: 100px;
    }
    .tj-project-section .tj-project-slider {
        padding: 30px 0;
    }
    .tj-project-section .heading-area {
        gap: 30px;
    }
    .tj-project-section .heading-area .sec-text {
        max-width: 630px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-project-section {
        padding-bottom: 80px;
    }
    .tj-project-section .tj-project-slider {
        padding: 20px 0;
    }
    .tj-project-section .tj-project-slider .swiper-wrapper .swiper-slide-active.tj-project-item .project-content {
        bottom: 10px;
    }
    .tj-project-section .heading-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 40px;
        gap: 15px;
    }
    .tj-project-section .project-bottom {
        margin-top: 35px;
    }
    .tj-project-section .project-bottom .desc {
        font-size: 22px;
    }
    .tj-project-section .project-bottom .project-button {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .tj-project-section .tj-project-slider {
        padding: 10px 0;
    }
}

.tj-project-section.style-2 {
    padding: 30px 15px 130px;
    background-color: var(--tj-color-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-project-section.style-2 {
        padding: 30px 15px 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-project-section.style-2 {
        padding: 30px 15px 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-project-section.style-2 {
        padding: 30px 0px 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-project-section .tj-project-slider {
        padding: 20px 15px;
    }
    .tj-project-section .project-bottom {
        padding: 0px 15px;
    }
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item {
    position: relative;
    max-width: 410px;
    width: 100%;
    margin-right: 10px;
    margin-left: 0;
    overflow: hidden;
    z-index: 1;
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item.nth-3 {
    margin-right: 0;
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item .portfolio-image {
    margin-bottom: 0px;
    height: auto;
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item .portfolio-content {
    position: absolute;
    bottom: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 90%;
    width: 100%;
    -webkit-mask-image: url(../images/shapes/project-shapes.svg);
    mask-image: url(../images/shapes/project-shapes.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--tj-color-theme-primary);
    padding: 24px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item .portfolio-content .title {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item .portfolio-content .sub-title {
    display: block;
    font-size: 15px;
    font-family: var(--tj-fw-medium);
    color: var(--tj-color-heading-primary);
}

.projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item:hover .portfolio-content {
    bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item {
        max-width: 340px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item {
        max-width: 280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item {
        max-width: 310px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item {
        max-width: 100%;
    }
    .projet-inner .portfolio-gallery .portfolio-filter-item .portfolio-item .portfolio-content .title {
        font-size: 25px;
    }
}

.projet-inner .project-button {
    width: 100%;
}

.projet-inner .project-button .tj-primary-btn {
    border: 1px solid var(--tj-color-heading-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .projet-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tj-project-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    z-index: 1;
}

.tj-project-item .project-images img {
    border-radius: 50px;
}

.tj-project-item .project-content {
    position: absolute;
    bottom: -185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 90%;
    width: 100%;
    -webkit-mask-image: url(../images/shapes/project_shapes.svg);
    mask-image: url(../images/shapes/project_shapes.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--tj-color-theme-primary);
    padding: 20px 30px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.tj-project-item .project-content .sub-title {
    display: block;
    font-size: 30px;
    font-family: var(--tj-ff-heading);
    color: var(--tj-color-heading-primary);
    text-transform: uppercase;
}

.tj-project-item .project-content .title {
    font-size: 100px;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (min-width: 1601px) and (max-width: 1750px) {
    .tj-project-item .project-content .title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .tj-project-item .project-content .title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-project-item .project-content .title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-project-item .project-content .title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-project-item .project-images img {
        height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }
    .tj-project-item .project-content {
        max-width: 70%;
    }
    .tj-project-item .project-content .sub-title {
        font-size: 25px;
    }
    .tj-project-item .project-content .title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-project-item .project-images img {
        min-height: 400px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }
    .tj-project-item .project-content {
        max-width: 70%;
    }
    .tj-project-item .project-content .sub-title {
        font-size: 24px;
    }
    .tj-project-item .project-content .title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .tj-project-item .project-images img {
        min-height: 340px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 30px;
    }
    .tj-project-item .project-content {
        max-width: 80%;
    }
    .tj-project-item .project-content .sub-title {
        font-size: 20px;
    }
    .tj-project-item .project-content .title {
        font-size: 30px;
    }
}

.project-style-2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.project-style-2 .project-images {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-style-2 .project-images::before {
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.project-style-2 .project-images a {
    display: inline-block;
    width: 100%;
}

.project-style-2 .project-images a img {
    width: 100%;
}

.project-style-2 .project-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    background: var(--tj-color-common-white);
    padding: 18px 30px;
    border-radius: 6px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    z-index: 3;
}

.project-style-2 .project-content .sub-title {
    display: block;
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.project-style-2 .project-content .title {
    margin-bottom: 0;
}

.project-style-2 .project-content .project-arrow a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    line-height: 1;
    font-size: 25px;
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-theme-primary);
    border: 1px solid var(--tj-color-grey-2);
    border-radius: 50%;
}

.project-style-2 .project-content .project-arrow a .btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.project-style-2 .project-content .project-arrow a .btn-arrow .icon-one,
.project-style-2 .project-content .project-arrow a .btn-arrow .icon-two {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.project-style-2 .project-content .project-arrow a .btn-arrow .icon-two {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.project-style-2 .project-content .project-arrow a:hover .btn-arrow .icon-one {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.project-style-2 .project-content .project-arrow a:hover .btn-arrow .icon-two {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.project-style-2:hover .project-images::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.project-style-2:hover .project-content {
    bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .project-style-2 .project-content {
        padding: 18px 15px;
    }
    .project-style-2 .project-content .title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-style-2 .project-content {
        padding: 18px 15px;
    }
    .project-style-2 .project-content .title {
        font-size: 22px;
    }
    .project-style-2 .project-content .project-arrow a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .project-style-2 .project-content {
        bottom: 20px;
    }
}

/* !END: Theme Project CSS */

/**----------------------------------------
START: Theme Process CSS
----------------------------------------*/

.tj-process-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tj-process-section .heading-area {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-process-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-process-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-process-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tj-process-section .heading-area {
        margin-bottom: 40px;
    }
}

.process-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.process-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 270px;
    width: 100%;
}

.process-item .title {
    margin-bottom: 15px;
}

.process-item .desc {
    font-size: 18px;
    color: var(--tj-color-grey-2);
}

.process-item .desc p:last-child {
    margin-bottom: 0;
}

.process-item .process-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-top: 35px;
    border: 2px solid var(--tj-color-grey-2);
    background-color: var(--tj-color-common-white);
    padding: 10px;
    border-radius: 50%;
}

.process-item .process-icon::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    top: -5px;
    right: -5px;
    background: var(--tj-color-common-white);
    border-radius: 50%;
}

.process-item .process-icon i {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    font-size: 50px;
    color: var(--tj-color-heading-primary);
    background-color: var(--tj-color-grey-7);
    border-radius: 50%;
    z-index: 2;
}

.process-item:nth-child(2) .process-icon i {
    background-color: var(--tj-color-grey-5);
}

.process-item:nth-child(3) .process-icon i {
    background-color: var(--tj-color-grey-6);
}

.process-item:nth-child(4) .process-icon i {
    background-color: var(--tj-color-grey-21);
}

.process-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.process-item:nth-child(even) .process-icon {
    margin-top: 0px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .process-item {
        max-width: 225px;
    }
    .process-item .process-icon::before {
        width: 65px;
        height: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-item {
        max-width: 200px;
    }
    .process-item .process-icon::before {
        width: 65px;
        height: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .process-item .process-icon {
        width: 100px;
        height: 100px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .process-item .process-icon i {
        width: 75px;
        height: 75px;
    }
    .process-item:nth-child(even) .process-icon {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .process-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 235px;
    }
    .process-item .process-icon {
        width: 100px;
        height: 100px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .process-item .process-icon::before {
        width: 65px;
        height: 65px;
    }
    .process-item .process-icon i {
        width: 75px;
        height: 75px;
    }
    .process-item:nth-child(even) .process-icon {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .process-item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 100%;
    }
    .process-item .process-icon {
        width: 100px;
        height: 100px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .process-item .process-icon::before {
        width: 65px;
        height: 65px;
    }
    .process-item .process-icon i {
        width: 75px;
        height: 75px;
    }
    .process-item:nth-child(even) .process-icon {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

/* !END: Theme Process CSS */

/**----------------------------------------
START: Theme Project Details CSS
----------------------------------------*/

.tj-project-details {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-project-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-project-details {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-project-details {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.project-details-item {
    margin-bottom: 80px;
}

.project-details-item .project-details-text {
    max-width: 875px;
    width: 100%;
    margin: 0 auto 40px;
}

.project-details-item .project-details-text .desc {
    margin-top: 20px;
}

.project-details-item .project-details-text .desc p:last-child {
    margin-bottom: 0;
}

.project-details-item .project-details-text .project-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1.5px solid var(--tj-color-grey-2);
    border-radius: 10px;
    padding: 26px 35px;
    margin-top: 40px;
}

.project-details-item .project-details-text .project-detail-meta .project-list {
    border-left: 1.5px solid var(--tj-color-grey-2);
    padding-right: 30px;
    padding-left: 30px;
}

.project-details-item .project-details-text .project-detail-meta .project-list:first-child {
    border: none;
    padding-left: 0;
}

.project-details-item .project-details-text .project-detail-meta .project-list:last-child {
    padding-right: 0;
}

.project-details-item .project-details-text .project-detail-meta .project-list span {
    display: block;
    color: var(--tj-color-grey-2);
    font-size: 14px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 5px;
}

.project-details-item .project-details-text .project-detail-meta .project-list .title {
    font-size: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-item .project-details-text .project-detail-meta .project-list {
        padding-right: 20px;
        padding-left: 20px;
    }
    .project-details-item .project-details-text .project-detail-meta .project-list .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details-item .project-details-text .project-detail-meta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 26px 15px;
    }
    .project-details-item .project-details-text .project-detail-meta .project-list {
        padding-right: 0px;
        padding-left: 0px;
        border-left: none;
    }
    .project-details-item .project-details-text .project-detail-meta .project-list .title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .project-details-item .project-details-text .project-detail-meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 15px;
        padding: 26px 15px;
    }
    .project-details-item .project-details-text .project-detail-meta .project-list {
        padding-right: 0px;
        padding-left: 0px;
        border-left: none;
    }
    .project-details-item .project-details-text .project-detail-meta .project-list span {
        font-size: 12px;
    }
    .project-details-item .project-details-text .project-detail-meta .project-list .title {
        font-size: 16px;
    }
}

.project-details-item .project-detail-images img {
    border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .project-details-item {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .project-details-item {
        margin-bottom: 50px;
    }
    .project-details-item .heading-area .sec-title {
        font-size: 34px;
    }
}

.project-details-wrappper {
    max-width: 875px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.project-details-wrappper .title {
    margin-bottom: 20px;
}

.project-details-wrappper .desc {
    margin-bottom: 30px;
}

.project-details-wrappper .desc p:last-child {
    margin-bottom: 0;
}

.project-details-wrappper .check-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-details-wrappper .check-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 8px;
    margin-bottom: 15px;
}

.project-details-wrappper .check-list ul li:last-child {
    margin-bottom: 0;
}

.project-details-wrappper .check-list ul li i {
    position: relative;
    top: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-details-wrappper {
        margin-bottom: 50px;
    }
    .project-details-wrappper .title {
        margin-bottom: 10px;
    }
}

.details-video-area {
    margin-bottom: 80px;
}

.details-video-area .project-text {
    max-width: 875px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.details-video-area .project-text .title {
    margin-bottom: 20px;
}

.details-video-area .project-text .desc p:last-child {
    margin-bottom: 0;
}

.details-video-area .video-box {
    position: relative;
}

.details-video-area .video-box img {
    border-radius: 10px;
}

.details-video-area .video-box .video-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: var(--tj-color-heading-primary);
    background-color: var(--tj-color-common-white);
    border-radius: 50%;
}

.details-video-area .video-box .video-btn::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

.details-video-area .video-box .video-btn::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-animation: borderanimate2 2s linear infinite;
    animation: borderanimate2 2s linear infinite;
    z-index: -1;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .details-video-area {
        margin-bottom: 50px;
    }
    .details-video-area .project-text {
        margin-bottom: 30px;
    }
    .details-video-area .project-text .title {
        margin-bottom: 10px;
    }
    .details-video-area .video-box .video-btn {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 575px) {
    .details-video-area {
        margin-bottom: 50px;
    }
    .details-video-area .project-text {
        margin-bottom: 30px;
    }
    .details-video-area .project-text .title {
        margin-bottom: 10px;
    }
    .details-video-area .video-box img {
        height: 280px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .details-video-area .video-box .video-btn {
        font-size: 20px;
        width: 65px;
        height: 65px;
    }
}

.project-details-cta {
    max-width: 875px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

.project-details-cta .title {
    margin-bottom: 20px;
}

.project-details-cta .desc p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .project-details-cta {
        margin-bottom: 50px;
    }
    .project-details-cta .title {
        margin-bottom: 10px;
    }
}

.project-details-prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--tj-color-border-1);
    padding-top: 50px;
}

.project-details-prev-next .prev-button .tj-primary-btn {
    background-color: transparent;
    border: 1px solid var(--tj-color-grey-2);
}

.project-details-prev-next .prev-button .tj-primary-btn .btn-icon {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.project-details-prev-next .prev-button .tj-primary-btn:hover {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}

.project-details-prev-next .bar-icon {
    max-width: 50px;
    width: 100%;
}

.project-details-prev-next .bar-icon a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border: 1px solid var(--tj-color-text-body);
    border-radius: 50%;
}

.project-details-prev-next .bar-icon a img {
    max-width: 20px;
    width: 100%;
}

.project-details-prev-next .bar-icon:hover a {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-theme-primary);
}

@media (max-width: 575px) {
    .project-details-prev-next {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .project-details-prev-next .next-button,
    .project-details-prev-next .prev-button {
        width: 100%;
    }
    .project-details-prev-next .next-button .tj-primary-btn,
    .project-details-prev-next .prev-button .tj-primary-btn {
        width: 100%;
    }
}

/* !END: Theme Project Details CSS */

/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/

.tj-team-section {
    padding-top: 200px;
    padding-bottom: 200px;
    background-color: var(--tj-color-theme-secondary);
}

.tj-team-section .heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    gap: 60px;
    margin-bottom: 60px;
}

.tj-team-section .heading-area .sec-text {
    max-width: 815px;
    width: 100%;
}

.tj-team-section .heading-area .sec-text .sec-title {
    line-height: 1.2;
}

.tj-team-section .team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.tj-team-section .team-wrapper .team-item:nth-child(even) {
    margin-top: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-team-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .tj-team-section .heading-area {
        gap: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-team-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .tj-team-section .heading-area {
        gap: 30px;
    }
    .tj-team-section .heading-area .sec-text {
        max-width: 700px;
    }
    .tj-team-section .team-wrapper .team-item:nth-child(even) {
        margin-top: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-team-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-team-section .heading-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 40px;
        gap: 15px;
    }
    .tj-team-section .team-wrapper .team-item:nth-child(even) {
        margin-top: 0px;
    }
}

.tj-team-section.style-2 {
    padding-top: 130px;
    padding-bottom: 100px;
    background-color: var(--tj-color-common-white);
}

.tj-team-section.style-2 .heading-style-2 {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-team-section.style-2 {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-team-section.style-2 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-team-section.style-2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .tj-team-section.style-2 .heading-style-2 {
        margin-bottom: 40px;
    }
}

.team-inner-page {
    padding-top: 150px;
    padding-bottom: 120px;
}

.team-inner-page .heading-area {
    margin-bottom: 60px;
}

.team-inner-page .team_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-inner-page .join-button {
    text-align: center;
}

.team-inner-page .join-button .join-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 220px;
    height: 220px;
    font-size: 16px;
    font-weight: var(--tj-fw-bold);
    border: 1px solid var(--tj-color-grey-2);
    border-radius: 50%;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
}

.team-inner-page .join-button .join-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--tj-color-theme-primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
    z-index: -1;
}

.team-inner-page .join-button .join-btn i {
    display: inline-block;
    font-size: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.team-inner-page .join-button .join-btn:hover {
    border-color: var(--tj-color-theme-primary);
}

.team-inner-page .join-button .join-btn:hover::before {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team-inner-page {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-inner-page {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .team-inner-page {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .team-inner-page .heading-area {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .team-inner-page {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .team-inner-page .heading-area {
        margin-bottom: 40px;
    }
    .team-inner-page .join-button .join-btn {
        width: 170px;
        height: 170px;
    }
}

.team-item {
    position: relative;
    max-width: 500px;
    border-radius: 30px;
    width: 100%;
    z-index: 1;
}

.team-item:nth-child(1) .team-images {
    background: var(--tj-color-extra-1);
}

.team-item:nth-child(2) .team-images {
    background: var(--tj-color-extra-2);
}

.team-item:nth-child(3) .team-images {
    background: var(--tj-color-extra-3);
}

.team-item:nth-child(4) .team-images {
    background: var(--tj-color-extra-4);
}

.team-item .team-images {
    border-radius: 30px;
    max-width: 500px;
    width: 100%;
    overflow: hidden;
}

.team-item .team-images img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.team-item .team-images:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-item .team-content {
    position: relative;
    margin-top: -60px;
    padding-left: 25px;
    z-index: 1;
}

.team-item .team-content .title {
    font-size: 120px;
    margin-bottom: 10px;
    line-height: 1;
}

.team-item .team-content .sub-title {
    display: block;
    font-size: 30px;
    font-weight: var(--tj-fw-medium);
    color: var(--tj-color-grey-2);
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team-item .team-content .title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-item {
        max-width: 445px;
    }
    .team-item .team-content {
        margin-top: -50px;
    }
    .team-item .team-content .title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-item {
        max-width: 328px;
    }
    .team-item .team-content {
        margin-top: -40px;
    }
    .team-item .team-content .title {
        font-size: 50px;
    }
    .team-item .team-content .sub-title {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .team-item {
        max-width: 100%;
    }
    .team-item .team-images {
        max-width: 100%;
    }
    .team-item .team-content .title {
        font-size: 45px;
    }
}

.team-style-2 {
    background: var(--tj-color-theme-secondary);
    border: 1px solid var(--tj-color-border-3);
    padding: 10px 0px 25px 10px;
    margin-bottom: 30px;
    margin-right: 10px;
    border-radius: 10px;
}

.team-style-2 .team-images {
    position: relative;
    margin-right: -10px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.team-style-2 .team-images img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.team-style-2 .team-images .team-share {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.team-style-2 .team-images .team-share .team-social {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    z-index: 2;
}

.team-style-2 .team-images .team-share .team-social li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    z-index: 4;
}

.team-style-2 .team-images .team-share .team-social li i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-common-white);
    font-size: 18px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 4;
}

.team-style-2 .team-images .team-share .team-social li .team-social-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 5px;
    z-index: 2;
}

.team-style-2 .team-images .team-share .team-social li .team-social-icon::before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid var(--tj-color-common-white);
}

.team-style-2 .team-images .team-share .team-social li .team-social-icon li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-common-white);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.team-style-2 .team-images .team-share .team-social li .team-social-icon li a i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: var(--tj-color-grey-8);
    color: var(--tj-color-heading-primary);
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.team-style-2 .team-images .team-share .team-social li .team-social-icon li a:hover i {
    background-color: var(--tj-color-theme-primary);
    border-color: var(--tj-color-heading-primary);
}

.team-style-2 .team-images .team-share .team-social li:hover .team-social-icon {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.team-style-2 .team-content {
    max-width: 210px;
    width: 100%;
}

.team-style-2 .team-content .sub-title {
    display: inline-block;
    font-size: 15px;
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    background: var(--tj-color-theme-primary);
    padding: 3px 15px;
    margin-bottom: 5px;
}

.team-style-2 .team-content .title {
    display: inline-block;
    font-size: 22px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 0;
}

.team-style-2:hover .team-images img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 575px) {
    .team-style-2 {
        padding: 10px 10px 25px 10px;
        margin-right: 0;
    }
    .team-style-2 .team-images {
        margin-right: 0;
    }
}

.team-item-three {
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-item-three .team-images {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.team-item-three .team-images img {
    width: 100%;
}

.team-item-three .team-content {
    position: absolute;
    bottom: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    max-width: 90%;
    width: 100%;
    -webkit-mask-image: url(../images/shapes/project-shapes.svg);
    mask-image: url(../images/shapes/project-shapes.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--tj-color-theme-primary);
    padding: 24px 30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1;
}

.team-item-three .team-content .title {
    font-size: 27px;
    margin-bottom: 0;
    line-height: 1;
}

.team-item-three .team-content .sub-title {
    display: block;
    font-size: 18px;
    font-family: var(--tj-fw-medium);
    color: var(--tj-color-heading-primary);
}

.team-item-three .team-socials {
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: translateY(-160px);
    -ms-transform: translateY(-160px);
    transform: translateY(-160px);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.team-item-three .team-socials ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.team-item-three .team-socials ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    color: var(--tj-color-heading-primary);
    background-color: var(--tj-color-common-white);
    border-radius: 50%;
}

.team-item-three .team-socials ul li a:hover {
    background-color: var(--tj-color-theme-primary);
}

.team-item-three:hover .team-images {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.team-item-three:hover .team-content {
    bottom: 30px;
}

.team-item-three:hover .team-socials {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-item-three .team-content .title {
        font-size: 24px;
    }
    .team-item-three .team-content .sub-title {
        font-size: 16px;
    }
    .team-item-three .team-socials ul li a {
        font-size: 15px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .team-item-three .team-content .title {
        font-size: 24px;
    }
    .team-item-three .team-content .sub-title {
        font-size: 16px;
    }
    .team-item-three .team-socials ul li a {
        font-size: 15px;
        width: 40px;
        height: 40px;
    }
}

/* !END: Theme Team CSS */

/**----------------------------------------
START: Theme Award CSS
----------------------------------------*/

.tj-award-section {
    padding-bottom: 200px;
    background-color: var(--tj-color-theme-secondary);
}

.tj-award-section .heading-area {
    max-width: 650px;
    width: 100%;
}

.tj-award-section .heading-area .title {
    font-size: 150px;
    margin-bottom: 15px;
}

.tj-award-section .heading-area .desc {
    font-size: 30px;
    font-weight: var(--tj-fw-medium);
    line-height: 1.3;
}

.tj-award-section .heading-area .desc p:last-child {
    margin-bottom: 0;
}

.tj-award-section .award-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-award-section {
        padding-bottom: 120px;
    }
    .tj-award-section .heading-area .title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-award-section {
        padding-bottom: 100px;
    }
    .tj-award-section .heading-area .title {
        font-size: 85px;
    }
    .tj-award-section .heading-area .desc {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-award-section {
        padding-bottom: 80px;
    }
    .tj-award-section .award-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tj-award-section .heading-area .title {
        font-size: 65px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .tj-award-section .heading-area .desc {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .tj-award-section .heading-area .title {
        font-size: 55px;
    }
}

.award-wrapper {
    max-width: 820px;
    width: 100%;
    text-align: end;
    position: relative;
    z-index: 1;
}

.award-wrapper .award-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 420px;
    height: 420px;
    line-height: 1;
    background: var(--tj-color-grey-5);
    padding: 20px;
    border-radius: 50%;
}

.award-wrapper .award-item:nth-child(1) {
    margin-bottom: 200px;
}

.award-wrapper .award-item:nth-child(2) {
    position: absolute;
    left: -27%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--tj-color-grey-6);
}

.award-wrapper .award-item:nth-child(3) {
    background: var(--tj-color-grey-7);
}

.award-wrapper .award-item .award-icons {
    margin-bottom: 30px;
}

.award-wrapper .award-item .award-icons img {
    max-width: 120px;
    width: 100%;
}

.award-wrapper .award-item .title {
    margin-bottom: 10px;
    line-height: 1;
}

.award-wrapper .award-item .sub-title {
    display: block;
    font-size: 30px;
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-medium);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .award-wrapper .award-item {
        width: 310px;
        height: 310px;
    }
    .award-wrapper .award-item:nth-child(1) {
        margin-bottom: 120px;
    }
    .award-wrapper .award-item:nth-child(2) {
        left: -5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .award-wrapper .award-item {
        width: 265px;
        height: 265px;
        padding: 15px;
    }
    .award-wrapper .award-item:nth-child(1) {
        margin-bottom: 120px;
    }
    .award-wrapper .award-item:nth-child(2) {
        left: -6%;
    }
    .award-wrapper .award-item .award-icons {
        margin-bottom: 20px;
    }
    .award-wrapper .award-item .award-icons img {
        max-width: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .award-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        row-gap: 25px;
    }
    .award-wrapper .award-item {
        width: 265px;
        height: 265px;
        padding: 15px;
    }
    .award-wrapper .award-item:nth-child(1) {
        margin-bottom: 0px;
    }
    .award-wrapper .award-item:nth-child(2) {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .award-wrapper .award-item .award-icons {
        margin-bottom: 20px;
    }
    .award-wrapper .award-item .award-icons img {
        max-width: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .award-wrapper .award-item {
        width: 245px;
        height: 245px;
        padding: 15px;
    }
    .award-wrapper .award-item .award-icons {
        margin-bottom: 20px;
    }
    .award-wrapper .award-item .award-icons img {
        max-width: 50px;
    }
    .award-wrapper .award-item .sub-title {
        font-size: 25px;
    }
}

/* !END: Theme Award CSS */

/**----------------------------------------
START: Theme Gallery CSS
----------------------------------------*/

.tj-gallery-section {
    background-color: var(--tj-color-theme-secondary);
    padding-bottom: 30px;
}

.gallery-wrapper .gallery-item {
    position: relative;
    text-align: center;
}

.gallery-wrapper .gallery-item .gallery-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.gallery-wrapper .gallery-item .gallery-link span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
    font-size: 25px;
    font-weight: var(--tj-fw-regular);
    background-color: var(--tj-color-common-white);
    border-radius: 50%;
    line-height: 1;
}

.gallery-wrapper .gallery-item .gallery-link span:hover {
    background-color: var(--tj-color-theme-primary);
}

.gallery-wrapper .gallery-item:hover .gallery-link {
    opacity: 1;
    visibility: visible;
}

.vbox-grab .vbox-child {
    background-color: transparent !important;
}

/* !END: Theme Gallery CSS */

/**----------------------------------------
START: Theme Mission Vission CSS
----------------------------------------*/

.tj-mission-vission-section {
    padding-bottom: 130px;
    margin-top: -75px;
}

.tj-mission-vission-section .mission-vission-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tj-mission-vission-section .mission-vission-content-area .mission-vission-item:nth-child(2) {
    background: var(--tj-color-theme-bg-3);
    border-radius: 0px 10px 10px 0px;
}

.tj-mission-vission-section .mission-vission-content-area .mission-vission-item:nth-child(2) .mission-vission-title .title {
    color: var(--tj-color-common-white);
}

.tj-mission-vission-section .mission-vission-content-area .mission-vission-item:nth-child(2) .mission-vission-arrow a {
    color: var(--tj-color-common-white);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-mission-vission-section {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-mission-vission-section {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-mission-vission-section {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-mission-vission-section .mission-vission-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tj-mission-vission-section .mission-vission-content-area .mission-vission-item:nth-child(2) {
        border-radius: 0 0 10px 10px;
    }
}

.mission-vission-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--tj-color-theme-primary);
    position: relative;
    padding: 45px 60px;
    width: 50%;
    border-radius: 10px 0px 0px 10px;
    z-index: 1;
}

.mission-vission-item .mission-vission-title .title {
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 0;
}

.mission-vission-item .mission-vission-arrow a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 28px;
    color: var(--tj-color-heading-primary);
    border: 1.5px solid var(--tj-color-grey-2);
    border-radius: 50%;
}

.mission-vission-item .mission-vission-arrow a .btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mission-vission-item .mission-vission-arrow a .btn-arrow .icon-one,
.mission-vission-item .mission-vission-arrow a .btn-arrow .icon-two {
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.mission-vission-item .mission-vission-arrow a .btn-arrow .icon-two {
    position: absolute;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
}

.mission-vission-item .mission-vission-arrow a:hover .btn-arrow .icon-one {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
}

.mission-vission-item .mission-vission-arrow a:hover .btn-arrow .icon-two {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mission-vission-item .mission-vission-icon {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 60px;
    width: 100%;
    z-index: -1;
}

.mission-vission-item .mission-vission-icon img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mission-vission-item {
        padding: 40px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .mission-vission-item {
        padding: 35px 15px;
    }
    .mission-vission-item .mission-vission-title .title {
        font-size: 22px;
    }
    .mission-vission-item .mission-vission-arrow a {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .mission-vission-item {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
}

/* !END: Theme Mission Vission CSS */

/**----------------------------------------
START: Theme Success CSS
----------------------------------------*/

.tj-success-section {
    position: relative;
    z-index: 2;
}

.tj-success-section .heading-style-2 {
    margin-bottom: 35px;
}

.tj-success-section .heading-style-2 .sub-title {
    color: var(--tj-color-theme-primary);
}

.tj-success-section .heading-style-2 .sec-title {
    color: var(--tj-color-common-white);
}

.tj-success-section .success-content-area {
    background-color: var(--tj-color-theme-bg-3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 70px;
    border-radius: 10px;
}

.tj-success-section .success-content-area .success-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.tj-success-section .success-images {
    height: 100%;
    border-right: 5px solid var(--tj-color-common-white);
}

.tj-success-section .success-images img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-success-section .success-content-area {
        padding: 50px 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-success-section .success-content-area {
        padding: 35px 15px;
        margin-top: 0px;
    }
    .tj-success-section .success-images {
        height: auto;
        border-right: none;
        margin-top: 5px;
    }
    .tj-success-section .success-images img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .tj-success-section {
        padding: 0px 15px;
    }
}

.success-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    max-width: 300px;
    width: 100%;
    background: var(--tj-color-common-white);
    border-left: 3px solid var(--tj-color-grey-11);
    padding: 15px 15px 15px 30px;
    border-radius: 6px;
}

.success-item .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 70px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-heading-primary);
    line-height: 1;
}

.success-item .number span {
    font-family: var(--tj-ff-heading-2);
}

.success-item .sub-title {
    font-size: 18px;
    font-weight: var(--tj-fw-medium);
    line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .success-item {
        max-width: 290px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .success-item {
        max-width: 230px;
        padding: 15px 15px;
    }
    .success-item .number {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .success-item {
        max-width: 330px;
        padding: 15px 15px;
    }
    .success-item .number {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .success-item {
        max-width: 240px;
        padding: 15px 15px;
    }
    .success-item .number {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .success-item {
        max-width: 100%;
        padding: 15px 15px;
    }
    .success-item .number {
        font-size: 50px;
    }
}

/* !END: Theme Success CSS */

/**----------------------------------------
START: Theme Progress CSS
----------------------------------------*/

.tj-progress-section {
    padding-top: 30px;
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-progress-section {
        padding-top: 0px;
    }
}

.progress-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 85px;
}

.progress-content-area .progress-images {
    max-width: 560px;
    margin-left: 30px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.progress-content-area .progress-images::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -30px;
    left: -30px;
    background: var(--tj-color-grey-13);
    border-radius: 10px;
    z-index: -1;
}

.progress-content-area .progress-images img {
    width: 100%;
    border-radius: 10px;
}

.progress-content-area .progress-wrapper {
    max-width: 545px;
    width: 100%;
}

.progress-content-area .progress-wrapper .desc {
    margin-top: 20px;
}

.progress-content-area .progress-wrapper .progress-style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-top: 125px;
}

.progress-content-area .progress-wrapper .progress-style-2 .proggess-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.progress-content-area .progress-wrapper .progress-style-2 .proggess-item .proggess-circle input {
    color: var(--tj-color-common-white) !important;
    font-size: 22px !important;
    width: 50px !important;
    font-weight: var(--tj-fw-bold) !important;
    font-family: var(--tj-ff-heading-2) !important;
}

.progress-content-area .progress-wrapper .progress-style-2 .proggess-item .proggess-text .sub-title {
    font-size: 22px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .progress-content-area .progress-wrapper .progress-style-2 .proggess-item .proggess-circle input {
        color: var(--tj-color-heading-primary) !important;
    }
    .progress-content-area .progress-wrapper .progress-style-2 .proggess-item .proggess-text .sub-title {
        font-size: 20px;
        color: var(--tj-color-heading-primary);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .progress-content-area {
        gap: 50px;
    }
    .progress-content-area .progress-wrapper .progress-style-2 {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .progress-content-area {
        gap: 35px;
    }
    .progress-content-area .progress-images::before {
        height: 70%;
    }
    .progress-content-area .progress-wrapper .progress-style-2 {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .progress-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 70px;
    }
    .progress-content-area .progress-images {
        max-width: 100%;
    }
    .progress-content-area .progress-wrapper {
        max-width: 100%;
    }
    .progress-content-area .progress-wrapper .progress-style-2 {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .progress-content-area .progress-wrapper .progress-style-2 .proggess-item .proggess-text .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .progress-content-area .progress-images {
        max-width: 100%;
        margin-left: 5px;
        margin-top: 5px;
    }
    .progress-content-area .progress-images::before {
        top: -5px;
        left: -5px;
    }
    .progress-content-area .progress-wrapper .progress-style-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .progress-content-area .progress-wrapper .progress-style-2 .proggess-item .proggess-text .sub-title {
        font-size: 20px;
    }
}

.progress-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.progress-item .title {
    font-size: 15px;
    font-weight: var(--tj-fw-medium);
    font-family: var(--tj-ff-body);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.progress-item .item_value {
    position: absolute;
    right: 0;
    top: 0;
    font-size: var(--tj-fw-medium);
    font-size: 16px;
    color: var(--tj-color-heading-primary);
}

.progress-item .item_bar {
    position: relative;
    height: 14px;
    background-color: var(--tj-color-grey-8);
}

.progress-item .item_bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 14px;
    margin: 0;
    border-radius: 0px;
    overflow: visible;
    background-color: var(--tj-color-grey-11);
    -webkit-transition: width 100ms ease;
    transition: width 100ms ease;
}

.progress-item:nth-child(2) .item_bar .progress {
    background-color: var(--tj-color-heading-primary);
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-9000px);
        transform: translateX(-9000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-9000px);
        transform: translateX(-9000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* !END: Theme Progress CSS */

/**----------------------------------------
START: Theme Cta CSS
----------------------------------------*/

.cta-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-wrapper .cta-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--tj-color-theme-bg-3);
    padding: 65px 100px;
    border-radius: 10px;
}

.cta-wrapper .cta-content-area .cta-title {
    max-width: 670px;
    width: 100%;
}

.cta-wrapper .cta-content-area .cta-title .title {
    font-size: 45px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-common-white);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.3;
}

.cta-wrapper .cta-content-area .cta-button {
    position: relative;
    z-index: 2;
}

.cta-wrapper .cta-shapes {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cta-wrapper .cta-shapes-1 {
    position: absolute;
    bottom: -30px;
    right: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-wrapper .cta-content-area {
        padding: 45px 20px;
    }
    .cta-wrapper .cta-content-area .cta-title .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-wrapper .cta-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 40px 15px;
    }
    .cta-wrapper .cta-content-area .cta-title .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-wrapper .cta-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 40px 15px;
    }
    .cta-wrapper .cta-content-area .cta-title .title {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .cta-wrapper .cta-content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 40px 15px;
    }
    .cta-wrapper .cta-content-area .cta-title .title {
        font-size: 32px;
    }
}

/* !END: Theme Cta CSS */

/**----------------------------------------
START: Theme Faq CSS
----------------------------------------*/

.tj-faq-section {
    padding-top: 250px;
    padding-bottom: 130px;
    margin-top: -130px;
    background-color: var(--tj-color-common-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.tj-faq-section .heading-style-2 {
    margin-bottom: 30px;
}

.tj-faq-section .tj-faq {
    max-width: 635px;
    width: 100%;
}

.tj-faq-section .faq-wrapper {
    max-width: 560px;
    width: 100%;
}

.tj-faq-section .faq-wrapper .faq-images {
    position: relative;
    z-index: 1;
}

.tj-faq-section .faq-wrapper .faq-images img {
    width: 100%;
    border-radius: 10px;
}

.tj-faq-section .faq-wrapper .faq-images .faq-shapes {
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-faq-section {
        padding-top: 210px;
        padding-bottom: 80px;
    }
    .tj-faq-section .tj-faq {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .tj-faq-section .faq-wrapper {
        max-width: 100%;
    }
}

.accordion-item {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid var(--tj-color-grey-2);
}

.accordion-item.active {
    border-radius: 10px;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--tj-color-grey-2);
}

.accordion-item .faq-content .faq-title {
    font-size: 18px;
    font-family: var(--tj-ff-heading-2);
    font-weight: var(--tj-fw-medium);
    background-color: var(--tj-color-common-white);
    position: relative;
    color: var(--tj-color-heading-primary);
    width: 100%;
    text-align: left;
    padding: 20px 45px 20px 25px;
    border-radius: 10px;
    z-index: 1;
}

.accordion-item .faq-content .faq-title:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    top: 25px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 25px;
    color: var(--tj-color-heading-primary);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 1;
}

.accordion-item .faq-content .faq-title:not(.collapsed) {
    border-radius: 10px;
    padding-bottom: 15px;
}

.accordion-item .faq-content .faq-title:not(.collapsed):before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-item .faq-text {
    position: relative;
    padding: 20px 25px;
}

.accordion-item .faq-text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 92%;
    height: 1px;
    background-color: var(--tj-color-border-3);
}

.accordion-item .faq-text p {
    color: var(--tj-color-text-body);
    line-height: 1.5;
    margin-bottom: 0;
}

.accordion-item.style-3 {
    border: 1.5px solid rgb(87, 89, 92);
}

.accordion-item.style-3 .faq-content .faq-title {
    font-size: 20px;
    font-family: var(--tj-ff-heading);
    background-color: var(--tj-color-common-white);
    color: var(--tj-color-heading-primary);
    padding-bottom: 15px;
    text-transform: uppercase;
}

.accordion-item.style-3 .faq-content .faq-title::before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: 8px;
    right: 10px;
    background: rgb(238, 239, 234);
    border-radius: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-item.style-3 .faq-content .faq-title:not(.collapsed):before {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 1px solid var(--tj-color-heading-primary);
    background-color: var(--tj-color-theme-primary);
}

.accordion-item.style-3 .faq-text {
    padding: 10px 25px 20px;
}

.accordion-item.style-3 .faq-text::before {
    display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .accordion-item.style-3 .faq-content .faq-title {
        padding: 20px 70px 20px 15px;
    }
    .accordion-item.style-3 .faq-text {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .accordion-item.style-3 .faq-content .faq-title {
        padding: 20px 70px 20px 15px;
    }
    .accordion-item.style-3 .faq-text {
        padding: 8px 15px 20px;
    }
}

@media (max-width: 575px) {
    .accordion-item .faq-content .faq-title {
        padding: 20px 45px 20px 15px;
    }
    .accordion-item .faq-text {
        padding: 20px 15px;
    }
}

/* !END: Theme Faq CSS */

/**----------------------------------------
START: Theme Category CSS
----------------------------------------*/

.tj-category-section {
    padding-top: 130px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-category-section {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.tj-category-item {
    max-width: 280px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.tj-category-item .cate-images {
    position: relative;
    z-index: 1;
}

.tj-category-item .cate-images a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    line-height: 1;
    background: var(--tj-color-theme-bg-5);
    border-radius: 50%;
}

.tj-category-item .cate-images .cate-action .cate-number {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tj-category-item .cate-images .cate-action .cate-number .number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 20px;
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-bold);
    background: var(--tj-color-common-white);
    border: 4px solid var(--tj-color-theme-bg-5);
    border-radius: 50%;
}

.tj-category-item .cate-images .cate-action .cate-arrow {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.tj-category-item .cate-images .cate-action .cate-arrow a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1;
    font-size: 15px;
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-bold);
    background: var(--tj-color-theme-primary);
    border: 1.5px solid var(--tj-color-heading-primary);
    border-radius: 50%;
}

.tj-category-item .cate-title {
    font-size: 27px;
    margin-top: 40px;
    margin-bottom: 0;
}

.tj-category-item:hover .cate-images .cate-action .cate-arrow {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-category-item .cate-images {
        position: relative;
        z-index: 1;
    }
    .tj-category-item .cate-images a {
        width: 250px;
        height: 250px;
    }
}

/* !END: Theme Category CSS */

/**----------------------------------------
START: Theme Product CSS
----------------------------------------*/

.tj-product-section {
    padding: 0px 85px 130px;
}

.tj-product-section .heading-area {
    margin-bottom: 60px;
}

.tj-product-item {
    max-width: 410px;
    width: 100%;
}

.tj-product-item .product-images {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.tj-product-item .product-images a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 408px;
    height: 435px;
    background: var(--tj-color-theme-bg-5);
}

.tj-product-item .product-images .product-add {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

.tj-product-item .product-images .product-add .product-add-cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-theme-primary);
    text-transform: uppercase;
    border: 1.5px solid var(--tj-color-heading-primary);
    border-radius: 26px;
    padding: 14px 30px;
    line-height: 1;
}

.tj-product-item .product-images .product-add .product-add-cart-btn i {
    font-size: 22px;
    color: var(--tj-color-heading-primary);
}

.tj-product-item .product-content {
    text-align: center;
}

.tj-product-item .product-content .sub-title {
    display: block;
    font-size: 14px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tj-product-item .product-content .product-title {
    font-size: 27px;
    margin-bottom: 4px;
}

.tj-product-item .product-content .product-price {
    font-size: 24px;
    color: var(--tj-color-heading-primary);
    font-family: var(--tj-ff-heading);
}

.tj-product-item .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tj-product-item .star-ratings {
    -webkit-text-stroke: 1px var(--tj-color-grey-4);
}

.tj-product-item .star-ratings .fill-ratings {
    color: var(--tj-color-grey-4);
}

.tj-product-item .star-ratings .empty-ratings {
    color: var(--tj-color-common-white);
    -webkit-text-stroke: 1px var(--tj-color-grey-4);
}

.tj-product-item:hover .product-images a {
    background-color: rgba(211, 255, 46, 0.2);
}

.tj-product-item:hover .product-images .product-add {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

/* !END: Theme Product CSS */

/**----------------------------------------
START: Theme Roll CSS
----------------------------------------*/

.tj-roll-slider-section {
    position: relative;
    padding-bottom: 200px;
    background-color: var(--tj-color-theme-secondary);
    overflow: hidden;
}

.tj-roll-slider-section .roll-slider-one {
    position: relative;
    left: -20px;
    background: var(--tj-color-theme-primary);
    padding: 28px 0;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    width: 110%;
}

.tj-roll-slider-section .roll-slider-one .roll-item .roll-box .roll-icon img {
    -webkit-animation: rotateImg2 6s infinite linear;
    animation: rotateImg2 6s infinite linear;
}

.tj-roll-slider-section .roll-slider-two {
    position: relative;
    left: -20px;
    background: var(--tj-color-theme-bg);
    padding: 28px 0;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    width: 110%;
}

.tj-roll-slider-section .roll-slider-two .roll-item .roll-box .roll-title .title {
    color: var(--tj-color-common-white);
}

.tj-roll-slider-section .roll-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-roll-slider-section {
        padding-bottom: 120px;
    }
    .tj-roll-slider-section .roll-slider-one,
    .tj-roll-slider-section .roll-slider-two {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-roll-slider-section {
        padding-bottom: 100px;
    }
    .tj-roll-slider-section .roll-slider-one,
    .tj-roll-slider-section .roll-slider-two {
        padding: 16px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-roll-slider-section {
        padding-bottom: 80px;
    }
    .tj-roll-slider-section .roll-slider-one,
    .tj-roll-slider-section .roll-slider-two {
        padding: 14px 0;
    }
}

.roll-item {
    width: auto;
    display: inline-block;
}

.roll-item .roll-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.roll-item .roll-box .roll-icon {
    max-width: 80px;
    width: 100%;
}

.roll-item .roll-box .roll-icon img {
    width: 100%;
    -webkit-animation: rotateImg 6s infinite linear;
    animation: rotateImg 6s infinite linear;
}

.roll-item .roll-box .roll-title .title {
    font-size: 120px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .roll-item .roll-box .roll-icon {
        max-width: 65px;
    }
    .roll-item .roll-box .roll-title .title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .roll-item .roll-box .roll-icon {
        max-width: 65px;
    }
    .roll-item .roll-box .roll-title .title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .roll-item .roll-box .roll-icon {
        max-width: 55px;
    }
    .roll-item .roll-box .roll-title .title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .roll-item .roll-box .roll-icon {
        max-width: 45px;
    }
    .roll-item .roll-box .roll-title .title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .roll-item .roll-box .roll-icon {
        max-width: 35px;
    }
    .roll-item .roll-box .roll-title .title {
        font-size: 50px;
    }
}

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

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

/* !END: Theme Roll CSS */

/**----------------------------------------
START: Theme Breadcrumb CSS
----------------------------------------*/

.tj-breadcrumb-area {
    padding-top: 230px;
    background-color: var(--tj-color-theme-secondary);
    position: relative;
    z-index: 2;
}

.tj-breadcrumb-area .breadcrumb-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-breadcrumb-area {
        padding-top: 210px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-breadcrumb-area {
        padding-top: 190px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-breadcrumb-area {
        padding-top: 165px;
    }
    .tj-breadcrumb-area .breadcrumb-bg {
        min-height: 450px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-breadcrumb-area {
        padding-top: 145px;
    }
    .tj-breadcrumb-area .breadcrumb-bg {
        min-height: 320px;
    }
}

.breadcrumb-content-area {
    position: relative;
    margin-bottom: 80px;
    z-index: 2;
}

.breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 130px;
    margin-bottom: 0;
    line-height: 1;
}

.breadcrumb-content-area .breadcrumb-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--tj-color-border-5);
    border-radius: 10px;
    background: var(--tj-color-theme-primary);
    padding: 6px 15px;
    margin-bottom: 15px;
    z-index: 2;
}

.breadcrumb-content-area .breadcrumb-link>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    text-transform: uppercase;
    color: var(--tj-color-heading-primary);
    position: relative;
    line-height: 1;
    z-index: 1;
    margin-left: 10px;
    padding-right: 10px;
}

.breadcrumb-content-area .breadcrumb-link>span:first-child {
    margin-left: 0;
}

.breadcrumb-content-area .breadcrumb-link>span:first-child::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(25deg);
    -ms-transform: translateY(-50%) rotate(25deg);
    transform: translateY(-50%) rotate(25deg);
    background: var(--tj-color-heading-primary);
}

.breadcrumb-content-area .breadcrumb-link>span:last-child {
    padding-right: 0px;
}

.breadcrumb-content-area .breadcrumb-link a span {
    font-size: 15px;
    font-weight: var(--tj-fw-bold);
    color: var(--tj-color-heading-primary);
    text-transform: uppercase;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
        font-size: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
        font-size: 70px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
        font-size: 60px;
    }
}

/* !END: Breadcrumb CSS */

/**----------------------------------------
START: Theme Skill CSS
----------------------------------------*/

.tj-skill-section {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-skill-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-skill-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tj-skill-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.skill-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
}

.skill-wrapper .tj-progress-bar {
    margin-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-wrapper {
        gap: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .skill-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.skill-images-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 730px;
    width: 100%;
}

.skill-images-group .images-1 {
    max-width: 308px;
    width: 100%;
}

.skill-images-group .images-1 img {
    width: 100%;
    border-radius: 10px;
}

.skill-images-group .images-2 {
    max-width: 400px;
    width: 100%;
}

.skill-images-group .images-2 img {
    width: 100%;
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .skill-images-group {
        max-width: 670px;
    }
    .skill-images-group .images-1 {
        max-width: 285px;
    }
    .skill-images-group .images-2 {
        max-width: 365px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-images-group {
        max-width: 485px;
    }
    .skill-images-group .images-1 {
        max-width: 200px;
    }
    .skill-images-group .images-2 {
        max-width: 265px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skill-images-group {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .skill-images-group .images-1 {
        max-width: 275px;
    }
    .skill-images-group .images-2 {
        max-width: 380px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .skill-images-group {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .skill-images-group .images-1 {
        max-width: 215px;
    }
    .skill-images-group .images-2 {
        max-width: 280px;
    }
}

@media (max-width: 575px) {
    .skill-images-group {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .skill-images-group .images-1 {
        max-width: 135px;
    }
    .skill-images-group .images-2 {
        max-width: 175px;
    }
}

.skill-content {
    max-width: 515px;
    width: 100%;
}

.skill-content .desc {
    margin-top: 35px;
}

.skill-content .desc p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .skill-content {
        max-width: 415px;
    }
    .skill-content .desc {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .skill-content {
        max-width: 415px;
    }
    .skill-content .desc {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .skill-content {
        max-width: 100%;
    }
    .skill-content .desc {
        margin-top: 20px;
    }
}

.tj-progress-bar .progress_bar.style-2 .progress-item {
    margin-bottom: 50px;
}

.tj-progress-bar .progress_bar.style-2 .progress-item .title {
    margin-bottom: 14px;
}

.tj-progress-bar .progress_bar.style-2 .progress-item .item_bar {
    height: 5px;
}

.tj-progress-bar .progress_bar.style-2 .progress-item .item_bar .progress {
    height: 5px;
    background-color: var(--tj-color-heading-primary);
}

.tj-progress-bar .progress_bar.style-2 .progress-item .item_value {
    top: -5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-progress-bar .progress_bar.style-2 .progress-item {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-progress-bar .progress_bar.style-2 .progress-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .tj-progress-bar .progress_bar.style-2 .progress-item {
        margin-bottom: 40px;
    }
}

/* !END: Theme Skill CSS */

/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/

.tj-contact-section {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tj-contact-section {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-contact-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .tj-contact-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .tj-contact-section .contact-submit-button .tj-primary-btn {
        width: 100%;
    }
}

.contact-top-area {
    padding-bottom: 150px;
}

.contact-top-area .contact-wrapper img {
    border-radius: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-top-area {
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-top-area {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-top-area {
        padding-bottom: 80px;
    }
    .contact-top-area .contact-wrapper {
        margin-bottom: 40px;
    }
    .contact-top-area .contact-wrapper img {
        width: 100%;
    }
}

.contact-middle-area {
    padding: 0px 90px;
}

.contact-middle-area .map-area iframe {
    width: 100%;
    min-height: 750px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-middle-area {
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-middle-area .map-area iframe {
        min-height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-middle-area .map-area iframe {
        min-height: 500px;
    }
}

@media (max-width: 575px) {
    .contact-middle-area .map-area iframe {
        min-height: 420px;
    }
}

.contact-bottom-area {
    padding-top: 150px;
}

.contact-bottom-area .heading-area {
    margin-bottom: 60px;
}

.contact-bottom-area .tj-faq {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact-bottom-area {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-bottom-area {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .contact-bottom-area {
        padding-top: 80px;
    }
    .contact-bottom-area .heading-area {
        margin-bottom: 40px;
    }
}

.contact-form-box .heading-area {
    margin-bottom: 35px;
}

.contact-form-box .form-input {
    margin-bottom: 20px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.contact-form-box .form-input textarea,
.contact-form-box .form-input input[type=email],
.contact-form-box .form-input input[type=text] {
    width: 100%;
    padding: 17px 20px;
    font-size: 15px;
    background: transparent;
    border-radius: 10px;
    text-transform: uppercase;
    border: 1.5px solid var(--tj-color-border-1);
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder,
.contact-form-box .form-input textarea::-webkit-input-placeholder,
.contact-form-box .form-input input[type=email]::-webkit-input-placeholder,
.contact-form-box .form-input input[type=text]::-webkit-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder,
.contact-form-box .form-input textarea::-moz-placeholder,
.contact-form-box .form-input input[type=email]::-moz-placeholder,
.contact-form-box .form-input input[type=text]::-moz-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder,
.contact-form-box .form-input textarea:-ms-input-placeholder,
.contact-form-box .form-input input[type=email]:-ms-input-placeholder,
.contact-form-box .form-input input[type=text]:-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.contact-form-box .form-input textarea::-ms-input-placeholder,
.contact-form-box .form-input input[type=email]::-ms-input-placeholder,
.contact-form-box .form-input input[type=text]::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.contact-form-box .form-input textarea::placeholder,
.contact-form-box .form-input input[type=email]::placeholder,
.contact-form-box .form-input input[type=text]::placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.contact-form-box .form-input textarea::-ms-input-placeholder,
.contact-form-box .form-input input[type=email]::-ms-input-placeholder,
.contact-form-box .form-input input[type=text]::-ms-input-placeholder {
    color: var(--tj-color-grey-2);
    font-size: 15px;
}

.contact-form-box .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.contact-form-box .form-input textarea:focus,
.contact-form-box .form-input input[type=email]:focus,
.contact-form-box .form-input input[type=text]:focus {
    outline: none;
}

.contact-form-box .form-input textarea {
    min-height: 130px;
    resize: none;
}

/* !END: Theme Contact CSS */

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