/* Theme Name: Veer - Responsive Multipurpose HTML5 Template
   Author: Template Studio
   Version: 1.0.1
   File Description: Main CSS file of the template
*/

/* CSS Index
============================
01. Google Fonts
02. Variable CSS
03. Button Style
04. Header
05. Mobile Menu
06. Banner
07. About
08. Experience
09. Working Process
10. Services
11. Service Details
12. Portfolio
13. Portfolio Single
14. Testimonial
15. Call To Action
16. Team
17. Team Single
18. Price
19. Counter
20. Blog
21. Breadcrumb
22. Single Blog
23. Client
24. Contact
25. Map
26. Footer
27. 404 Error
28. Preloader
29. Custom Cursor
============================
*/

/*=============================
	01. Google Fonts
===============================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*=============================
	02. Variable CSS
===============================*/
:root {
    --ts-body-font-family: 'Poppins', sans-serif;
    --ts-heading-font-family: 'Poppins', sans-serif;
    --ts-primary-color: #17516e;
    --ts-secondary-color: #1d6589;
    --ts-body-font-color: #666666;
    --ts-heading-font-color: #252525;
    --ts-banner-title-color: #2A2A2A;
    --ts-paragraph-color: #666666;
    --ts-body-font-size: 16px;
    --ts-body-font-weight: 400;
    --ts-heading-font-weight: 700;
    --ts-body-line-height: 1.7;
    --ts-heading-line-height: 1.2;
    --ts-section-background: #f3f7fb;
    --ts-section-background-two: #1F1D28;
    --ts-section-background-three: #26242D;
    --ts-section-background-four: #ebebfe;
    --ts-section-background-five: #f6f5ff;
    --ts-menu-background: #ffffff;
    --ts-menu-color: #252541;
    --ts-menu-color-two: #3b3f42;
    --ts-arrow-color: #6F7C90;
    --ts-border-color: #bebebe;
    --ts-border-color-two: #D9D9D9;
    --ts-border-color-three: #f5f5f5;
    --ts-border-color-four: #2a2a34;
    --ts-form-border-color: #D5D5D5;
    --ts-old-lace: #FFF2E4;
    --ts-magnolia: #F0EBFF;
    --ts-lavender: #E4F1FF;
    --ts-blue: #2B78F3;
    --ts-blue-two: #265FDB;
    --ts-blue-three: #398DDB;
    --ts-indigo: #A666F7;
    --ts-purple: #9270FF;
    --ts-dark-electric: #605E7A;
    --ts-pink: #F84D55;
    --ts-red: #F76766;
    --ts-orange: #F26F3B;
    --ts-yellow: #F1F026;
    --ts-yellow-two: #F5A623;
    --ts-yellow-three: #ECB321;
    --ts-green: #1B9A81;
    --ts-green-two: #7DDB39;
    --ts-teal: #57C0CE;
    --ts-cyan: #0dcaf0;
    --ts-white: #ffffff;
    --ts-black: #292930;
    --ts-black-two: #1D1D25;
    --ts-black-three: #1E1C1E;
    --ts-black-four: #212737;
    --ts-black-five: #000000;
    --ts-gray: #F4F3F9;
    --ts-gray-two: #FBFDFF;
    --ts-gray-three: #696969;
    --ts-gray-four: #B8B8C5;
    --ts-gray-five: #818d9c;
    --ts-gray-six: #F7F7F7;
    --ts-gray-seven: #6C7183;
    --ts-gray-eight: #F4F4F4;
    --ts-granite-gray: #6B645D;
    --ts-bright-gray: #EDEEF1;
    --ts-spanish-gray: #989898;
    --ts-cadet-grey: #92A5B4;
    --ts-cultured: #F3F7FA;
    --ts-black-coral: #5F5F71;
    --ts-silver: #C5C7CB;
    --ts-silver-two: #AEAEAE;
    --ts-silver-three: #AFAFAF;
    --ts-silver-four: #8D959B;
    --ts-silver-foil: #B0B0B0;
    --ts-manatee: #9E9DA9;
    --ts-onyx: #1D1D25;
    --facebook: #3b5998;
    --twitter: #00acee;
    --twitter-x: #14171A;
    --google: #d6492f;
    --apple: #a8a9ad;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}

html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in own color */
::-webkit-scrollbar-thumb {
    background: var(--ts-primary-color);
}

body {
    font-family: var(--ts-body-font-family);
    font-weight: var(--ts-body-font-weight);
    font-size: var(--ts-body-font-size);
    line-height: var(--ts-body-line-height);
    color: var(--ts-body-font-color);
    font-style: normal;
}

.black-background {
    background: var(--ts-black);
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
    color: var(--ts-primary-color);
    text-decoration: none;
}

a,
button {
    color: var(--ts-primary-color);
    outline: medium none;
    text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ts-heading-font-family);
    color: var(--ts-heading-font-color);
    margin-top: 0px;
    margin-bottom: .7rem;
    font-style: normal;
    line-height: var(--ts-heading-line-height);
    font-weight: var(--ts-heading-font-weight);
    text-transform: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none
}

p {
    font-size: var(--ts-body-font-size);
    font-weight: var(--ts-body-font-weight);
    line-height: var(--ts-body-line-height);
    color: var(--ts-paragraph-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--ts-primary-color);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--ts-body-font-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--ts-primary-color);
    color: var(--ts-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--ts-primary-color);
    color: var(--ts-white);
    text-shadow: none;
}

::selection {
    background: var(--ts-primary-color);
    color: var(--ts-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--ts-body-font-color);
    font-size: var(--ts-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--ts-body-font-color);
    font-size: var(--ts-body-font-size);
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: var(--ts-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid var(--ts-primary-color);
}

/* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.row.g-0 {
    --bs-gutter-x: 0;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

/*=============================
	03. Button style
===============================*/
.btn {
    user-select: none;
    background: var(--ts-primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: var(--ts-white);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0px;
    padding: 18px 40px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 700ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn span {
    background: var(--ts-secondary-color) none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
}

.btn:hover>span {
    height: 400px;
    width: 500px;
}

.btn:hover {
    color: var(--ts-white);
    background: var(--ts-secondary-color) none repeat scroll 0 0;
}

/* scrollUp */
.scroll-top {
    width: 30px;
    height: 60px;
    line-height: 30px;
    position: fixed;
    bottom: -12%;
    right: 30px;
    font-size: var(--ts-body-font-size);
    border-radius: 50px;
    z-index: 99;
    color: var(--ts-white);
    text-align: center;
    cursor: pointer;
    background: var(--ts-primary-color);
    border: 2px solid var(--ts-primary-color);
    transition: 1s ease;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    background: var(--ts-secondary-color);
    border: 2px solid var(--ts-primary-color);
}

.scroll-top-icon {
    margin-bottom: 26px;
    animation: scrolltopicon 1s infinite ease-in-out alternate;
    -webkit-animation: scrolltopicon 1s infinite ease-in-out alternate;
    -moz-animation: scrolltopicon 1s infinite ease-in-out alternate;
    -o-animation: scrolltopicon 1s infinite ease-in-out alternate;
    -ms-animation: scrolltopicon 1s infinite ease-in-out alternate;
}

@-webkit-keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@-moz-keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@-ms-keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12x);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

@keyframes scrolltopicon {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -o-transform: translateY(12px);
        transform: translateY(12px);
    }
}

/*=============================
	04. Header
===============================*/
.logo {
    max-width: 200px;
    max-height: 40px;
    margin-right: 1px;
}

.logo-header {
    color: var(--ts-menu-color);
    font-size: 20px;
    font-weight: bold;
}

.custom-container {
    max-width: 1400px;
}

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.menu-area {
    padding: 8px 0;
    background: var(--ts-menu-background);
}

.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.navbar-wrap {
    display: flex;
    flex-grow: 1;
}

.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0 0 auto;
}

.navbar-wrap ul li {
    list-style: none;
    display: block;
    position: relative;
}

.navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--ts-menu-color);
    padding: 34px 18px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.navbar-wrap>ul>li>a:hover {
    color: var(--ts-primary-color);
}

.navbar-wrap>ul>li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 10px;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid var(--ts-border-color-three);
    background: var(--ts-white);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    border-radius: 15px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 9px 15px 9px 25px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--ts-menu-color);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li .sub-menu li a:hover {
    color: var(--ts-primary-color);
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--ts-white);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.sticky-menu.menu-area {
    padding: 0 0;
}

.sticky-menu .navbar-wrap ul li .sub-menu {
    border-radius: 0 0 15px 15px;
}

.menu-style-two .navbar-wrap ul li .sub-menu {
    background: var(--ts-black-two);
    border-color: var(--ts-border-color-four);
    box-shadow: 0px 30px 70px 0px rgb(0 0 0 / 15%);
}

/*=============================
	05. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--ts-white);
    margin-right: 30px;
    top: 15px;
}

.nav-logo img {
    max-width: 150px;
    max-height: 40px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a::before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease 0s;
    opacity: 0;
    visibility: hidden;
    background: rgb(255 255 255 / 50%);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--ts-white);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--ts-primary-color);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--ts-heading-font-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.mobile-menu .navigation li>a:hover {
    color: var(--ts-primary-color);
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li ul li>a:hover {
    color: var(--ts-primary-color);
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--ts-white);
    background: var(--ts-primary-color);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--ts-primary-color);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--ts-heading-font-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid var(--ts-gray);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    background: var(--ts-primary-color);
    color: var(--ts-white);
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    cursor: pointer;
    line-height: 1;
    color: var(--ts-primary-color);
    display: none;
    margin-top: 12px;
}

/*=============================
	06. Banner
===============================*/
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: var(--ts-primary-color);
    background-size: 50%, 50%;
    border-radius: 50%;
    border: 1px solid var(--ts-primary-color);
    background-image: none;
}

.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    outline: var(--ts-primary-color);
    background-size: 50%, 50%;
    border-radius: 50%;
    border: 1px solid var(--ts-primary-color);
    background-image: none;
}

.carousel-control-next-icon::after {
    content: '>';
    font-size: 30px;
    color: var(--ts-primary-color);
}

.carousel-control-prev-icon::after {
    content: '<';
    font-size: 30px;
    color: var(--ts-primary-color);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: var(--ts-primary-color);
}

.banner-caption {
    padding-top: 180px !important;
}

.banner-caption h5 {
    color: var(--ts-primary-color);
    letter-spacing: 4px;
}

.banner-caption h2 {
    line-height: 45px;
}

.banner-caption p {
    font-weight: 600;
}

/*=============================
	07. About
===============================*/
.about-section {
    background: var(--ts-section-background-four);
}

.about-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ts-primary-color);
    color: var(--ts-white);
    font-size: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.8s ease 0s;
}

.about-icon:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ts-secondary-color);
    color: var(--ts-black-four);
    font-size: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.8s ease 0s;
}

.text-right {
    margin-left: 0;
}

.image-box {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
}

.image-1 {
    top: 0;
    left: 0;
    border-radius: 10px;
    position: absolute;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.image-2 {
    bottom: 0;
    right: 0;
    border-radius: 10px;
    position: absolute;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.image-3 {
    top: 5px;
    right: 0;
    border-radius: 10px;
    position: absolute;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* about video button */
.video-about {
    position: absolute;
    top: 42%;
    right: 17%;
}

.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ts-primary-color);
    color: var(--ts-white);
    font-size: 14px;
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
    transition: all 0.8s ease 0s;
}

.play-btn:hover {
    background: var(--ts-white);
    color: var(--ts-primary-color);
    transition: all 0.8s ease 0s;
}

.play-btn::before {
    content: '';
    position: absolute;
    border: 15px solid var(--ts-white);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
}

.play-btn::after {
    content: '';
    position: absolute;
    border: 15px solid var(--ts-white);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    animation-delay: .4s;
    z-index: 1;
}

@keyframes bloom1 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes bloom1 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@-moz-keyframes bloom1 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@-ms-keyframes bloom1 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@keyframes bloom2 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@-webkit-keyframes bloom2 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@-moz-keyframes bloom2 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

@-ms-keyframes bloom2 {
    0% {
        transform: scale(.6);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}

/* circle text effect */
.about-circle-area {
    position: absolute;
    bottom: 2%;
    left: 2%;
    display: flex;
    justify-content: center;
    background: var(--ts-white);
    border-radius: 50%;
    padding: 12px;
    z-index: 11;
}

.about-circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-photo {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../img/about/award.png);
    background-size: cover;
    background-position: center;
    border: 1px solid var(--ts-primary-color);
    border-radius: 50%;
}

.about-text-image {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    -webkit-animation: rotateText 10s linear infinite;
    -moz-animation: rotateText 10s linear infinite;
    -ms-animation: rotateText 10s linear infinite;
}

@keyframes rotateText {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateText {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes rotateText {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-ms-keyframes rotateText {
    0% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.content-box {
    display: grid;
    align-items: center;
    justify-content: center;
}

.single-item {
    display: flex;
}

.about-ceo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceo-part {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ts-black);
    border-radius: 80px;
    padding: 4px 8px;
    width: 58%;
}

.ceo-img img {
    border: 2px solid var(--ts-white);
    border-radius: 50px;
}

.ceo-text-right {
    margin-left: 15px;
}

/*=============================
	08. Experience
===============================*/
.experience-section {
    position: relative;
    z-index: 3;
}

.experience-block {
    position: relative;
}

.experience-block .experience-inner-box {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 18px 25px;
    border: 1px solid var(--ts-black-coral);
    background: var(--ts-primary-color);
    border-radius: 10px;
    transition: all .5s;
    margin-bottom: 20px;
}

.experience-block:hover .experience-inner-box {
    border: 1px solid var(--ts-primary-color);
}

.experience-block .experience-inner-box .experience-img {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    margin: 20px 0;
    background: var(--ts-white);
    border: 1px solid var(--ts-white);
    transition: all .5s;
}

.experience-block:hover .experience-inner-box .experience-img {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    padding: 20px;
    margin: 20px 0;
    background: #ffffff1d;
    border: 1px solid var(--ts-primary-color);
}

.experience-block .experience-inner-box .inner-text1 p {
    font-size: 20px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    text-align: center;
    color: var(--ts-white);
    padding-top: 5px;
    margin: 0;
}

.experience-block .experience-inner-box .inner-text2 h3 {
    font-size: 40px;
    text-align: center;
    color: var(--ts-white);
    margin: 0;
}

.experience-block .experience-inner-box .inner-text2 h3 span {
    font-size: 40px;
    color: var(--ts-white);
    margin: 0;
}

.expert-box-left {
    position: relative;
    padding: 0 10px 0 0;
}

.expert-section .expert-box-left {
    position: relative;
}

.expert-section .expert-box-right {
    position: relative;
    padding: 0 0 0 10px;
}

.expert-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert-sub-title-text {
    margin-top: 0;
    margin-bottom: 40px;
    background: var(--ts-white);
    border: 1px solid var(--ts-black-coral);
    padding: 12px 22px;
    border-radius: 50px;
    width: fit-content;
}

.expert-sub-title-text h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: var(--ts-primary-color);
}

.expert-sub-title-text:hover h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: var(--ts-primary-color);
    -webkit-animation: 0.3s toTopFromBottom;
    animation: 0.3s toTopFromBottom;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.expert-serial p {
    font-size: 16px;
    text-align: end;
    letter-spacing: 2px;
    transition: all .5s;
}

.expert-div:hover .expert-serial p {
    color: var(--ts-black);
}

.expert-text {
    padding: 20px 0 20px 0;
    display: grid;
    justify-content: start;
    justify-items: start;
}

.expert-text h5 {
    font-size: 24px;
    padding-top: 5px;
    margin: 0 0 3px 0;
    color: var(--ts-black);
    transition: all .5s;
}

.expert-div:hover .expert-text h5 {
    color: var(--ts-primary-color);
}

.expert-text p {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 1px;
    padding-top: 5px;
    margin: 3px 0 0 0;
    color: #a8a8a8;
    transition: all .5s;
}

.expert-div:hover .expert-text p {
    color: var(--ts-black);
}

.expert-sub-title-text-right {
    margin-top: 0;
    margin-bottom: 40px;
    background: var(--ts-white);
    border: 1px solid var(--ts-black-coral);
    padding: 12px 22px;
    border-radius: 50px;
    width: fit-content;
}

.expert-sub-title-text-right h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: var(--ts-primary-color);
}

.expert-sub-title-text-right:hover h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: var(--ts-primary-color);
    -webkit-animation: 0.3s toTopFromBottom;
    animation: 0.3s toTopFromBottom;
}

.expert-box-one {
    border-top: 1px solid var(--ts-black-coral);
}

.expert-box-two {
    border-top: 1px solid var(--ts-black-coral);
    border-bottom: 1px solid var(--ts-black-coral);
}

.expert-box-three {
    border-bottom: 1px solid var(--ts-black-coral);
}

/*=============================
	09. Working Process
===============================*/
.working-process-section {
    background: var(--ts-section-background-five);
    position: relative;

}

.working-block {
    position: relative;
}

.working-block .inner-box .count-text {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 15;
}

.working-block .inner-box .count-text h3 {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: var(--ts-white);
    padding-top: 23px;
    background: var(--ts-primary-color);
}

.working-block .inner-box .count-text h3::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    left: -15px;
    top: -15px;
    border-radius: 50%;
    border: 2px dashed var(--ts-primary-color);
}

.working-block .inner-box .count-text h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.working-block .inner-box .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 290px;
    top: -50px;
    text-align: center;
    background: var(--ts-white);
    border-radius: 25px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    padding: 0px 40px;
    transition: all 1000ms;
    z-index: 11;
}

.working-block .inner-box .text:hover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 290px;
    top: -50px;
    text-align: center;
    background: var(--ts-secondary-color);
    border-radius: 25px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    padding: 0px 40px;
    transition: all 1000ms;
}

.working-block .inner-box .text h5 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 1000ms;
}

.working-block .inner-box .text p {
    transition: all 1000ms;
}

.working-block .inner-box .text:hover h5 {
    color: var(--ts-white);
    transition: all 1000ms;
}

.working-block .inner-box .text:hover p {
    color: var(--ts-white);
    transition: all 1000ms;
}

/*=============================
	10. Services
===============================*/
.service-section {
    position: relative;
    background: var(--ts-section-background-four);
}

.service-div {
    position: relative;
}

.image-work {
    position: relative;
    text-align: center;
}

.image-size {
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    top: 2px;
    z-index: 11;
}

.service-div:hover .image-size {
    position: relative;
    width: 80%;
    height: 80%;
    border-radius: 20px;
    top: 2px;
    z-index: 11;
    content: "";
    transform: scale(1.1);
    opacity: 0.8;
}

.icon-work {
    position: relative;
    text-align: center;
    z-index: 11;
}

.service-icon {
    position: relative;
    background: var(--ts-primary-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: var(--ts-white);
    font-size: 32px;
    line-height: 60px;
}

.service-design {
    top: -68px;
    background: var(--ts-white);
    transition: all 400ms;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 4px solid transparent;
}

.service-div:hover .service-design {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    background: var(--ts-white);
    transition: all 400ms;
    border-bottom: 4px solid var(--ts-primary-color);
}

.second-btn {
    transition: all 400ms;
}

.second-icon {
    margin-left: 8px;
    transition: all 400ms;
}

.second-btn:hover .second-icon {
    margin-left: 15px;
}

/*=============================
	11. Service Details
===============================*/
.single-service-one img {
    width: 100%;
    margin-bottom: 50px;
}

.single-service-one h3 {
    margin-bottom: 30px;
}

.single-service-one p {
    font-size: 16px;
    color: #5f6368;
    margin-bottom: 20px;
}

.single-service-one p.last-p {
    font-size: 16px;
    color: #5f6368;
    margin-bottom: 40px;
}

.single-service-two h3 {
    margin-bottom: 30px;
}

.single-service-two img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}

.single-service-two p {
    font-size: 16px;
    color: #5f6368;
}

/* Custom style faq */
.single-service-faq h3 {
    margin-top: 80px;
    margin-bottom: 30px;
}

.accordion-button::after {
    background-image: url("../img/service/arrow-down-solid.svg");
    background-position: center;
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/service/arrow-up-solid.svg");
    background-position: center;
    transform: scale(.7) !important;
}

.accordion-button {
    font-size: 20px;
    font-weight: 500;
    color: var(--ts-heading-font-color-two);
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
    color: var(--ts-heading-font-color-two);
    background: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    color: var(--ts-heading-font-color-two);
    background: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.custom-accordion-item {
    border: 1px solid #ececec !important;
    border-radius: 8px;
}

.line-border {
    border: .5px solid #f8f8f8 !important;
    margin: 0 20px 0 20px;
}

.accordion-body {
    font-size: 16px;
    color: #5f6368;
}

/*=============================
	12. Portfolio
===============================*/
.portfolio-section {
    position: relative;
    background: var(--ts-section-background-five);
}

.portfolio-thumb {
    position: relative;
    overflow: hidden;
}

.portfolio-thumb::before {
    background: var(--ts-primary-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.portfolio-wrapper:hover .portfolio-thumb::before {
    opacity: .85;
    visibility: visible;
}

.portfolio-thumb>img {
    width: 100%;
    transition: .3s;
}

.portfolio-wrapper:hover .portfolio-thumb>img {
    transform: scale(1.2);
}

.portfolio-content {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.portfolio-wrapper:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
}

.portfolio-wrapper {
    position: relative;
}

.portfolio-content>h3 {
    color: var(--ts-white);
    font-size: 18px;
    font-weight: 600;
}

.portfolio-content>span {
    color: var(--ts-white);
    font-size: 16px;
}

.portfolio-content>h3:hover a {
    color: var(--ts-white);
}

.icon a {
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
    position: relative;
    width: 20px;
}

.icon a::before,
.icon a::after {
    background: var(--ts-white) none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}

.icon a::after {
    height: 20px;
    top: -9px;
    width: 2px;
}

.portfolio-menu>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: var(--ts-menu-color-two);
    cursor: pointer;
    font-weight: 500;
    margin: 2px 8px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.portfolio-menu>button:focus {
    outline: 0 none;
}

.portfolio-menu>button:hover,
.portfolio-menu>button.active {
    background: var(--ts-primary-color);
    color: var(--ts-white);
}

/* ============================================================== 
    13. Portfolio Single
=================================================================== */
.project-thumb img {
    width: 100%;
}

.thumb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

ul.list-disc {
    list-style: disc;
    margin-left: 20px;
    padding: 0;
}

ul.list-disc li {
    list-style: disc;
    margin-top: 7px;
}

.bg-dark ul.list-disc li {
    color: #cccccc;
}

ul.gallery-project-basic-info {
    padding: 0 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-left: 1px solid #cccccc;
}

.bg-dark ul.gallery-project-basic-info {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

ul.gallery-project-basic-info b {
    display: block;
    text-transform: uppercase;
    color: var(--tg-heading-font-color);
}

.bg-dark ul.gallery-project-basic-info b {
    color: var(--tg-white);
}

ul.gallery-project-basic-info li {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #dddddd;
    font-weight: 400;
}

.bg-dark ul.gallery-project-basic-info li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.gallery-project-basic-info li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

/*=============================
	14. Testimonial
===============================*/
.testimonial-section {
    position: relative;
    background: var(--ts-section-background-four);
}

.testimonial-active {
    position: relative;
}

.testimonial-prev-arrow {
    position: absolute;
    left: -10px;
    top: 40%;
    color: var(--ts-secondary-color);
    background: none;
    height: 50px;
    width: 50px;
    outline: var(--ts-primary-color);
    border-radius: 50%;
    border: 1px solid var(--ts-primary-color);
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.testimonial-next-arrow {
    position: absolute;
    right: -10px;
    top: 40%;
    color: var(--ts-secondary-color);
    background: none;
    height: 50px;
    width: 50px;
    outline: var(--ts-primary-color);
    border-radius: 50%;
    border: 1px solid var(--ts-primary-color);
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.testimonial-active .slick-dots {
    bottom: -60px;
    left: 0;
    position: absolute;
    right: 3%;
    text-align: center;
}

.testimonial-active .slick-dots>li {
    display: inline-block;
    line-height: 0;
    margin: 0 3px;
}

.testimonial-active .slick-dots>li.slick-active button {
    background: var(--ts-primary-color);
}

.testimonial-active .slick-dots button {
    height: 3px;
    text-indent: -10000px;
    width: 30px;
    background: var(--ts-primary-color);
    border: none;
}

.testimonial-item {
    background: var(--ts-white);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 37, 32, 0.02);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 37, 32, 0.02);
    box-shadow: 0px 10px 20px 0px rgba(0, 37, 32, 0.02);
}

.testimonial-quote {
    top: 30px;
    left: 40px;
    position: relative;
}

.testimonial-quote img {
    width: 110px !important;
    height: 90px !important;
    position: absolute;
}

.testimonial-content {
    padding: 100px 36px 40px 36px;
    border: 1px solid var(--ts-border-color-two);
}

.testimonial-content p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 32px;
}

.rating {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.rating i {
    color: var(--ts-yellow-two);
    font-size: 20px;
    letter-spacing: 2px;
}

.rating i:last-child {
    color: var(--ts-silver-three);
}

.testimonial-person {
    border-bottom: 1px solid var(--ts-border-color-two);
    border-left: 1px solid var(--ts-border-color-two);
    border-right: 1px solid var(--ts-border-color-two);
    padding: 23px 40px;
    background: var(--ts-section-background-five);
}

.testimonial-avater {
    margin-right: 23px;
}

.testimonial-avater img {
    width: inherit !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid var(--ts-white);
}

.testimonial-info h3 {
    color: var(--ts-black);
}

.testimonial-info span {
    color: var(--ts-black);
}

/*==============================
  15. Call To Action
================================*/
.call-banner {
    background: url("../img/service/interior-large-distribution-warehouse-with-shelves-stacked-with-palettes-goods-ready-market.jpg") no-repeat fixed center center / cover;
    display: block;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 260px;
    text-align: center;
    position: relative;
}

.call-banner::after {
    background: var(--ts-black-five) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.call-banner .container>h2 {
    font-size: 33px;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* Call Button */
.call-box {
    position: relative;
    z-index: 11;
}

.call {
    position: absolute;
    top: 260px;
    left: 50%
}

.call-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--ts-primary-color);
    color: var(--ts-white);
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 38px;
}

.call-button::before,
.call-button::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid var(--ts-white);
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.call-button::after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-moz-keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@-ms-keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/*==============================
  16. Team
================================*/
.team-section {
    position: relative;
    background: var(--ts-section-background-five);
}

.our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: var(--ts-white);
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    transition: all 1000ms;
}

.our-team:hover {
    text-align: center;
    overflow: hidden;
    position: relative;
    background: var(--ts-secondary-color);
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    transition: all 1000ms;
}

.our-team .team-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.our-team .team-img img {
    width: 100%;
    height: 100%;
}

.our-team:hover .team-img img {
    transform: scale(1.1);
    opacity: 0.9;
    transition: all 1000ms;
}

.our-team .team-content {
    padding: 30px 0 30px;
    transition: all 1000ms;
    width: 100%;
    height: 100%;

}

.our-team .team-content .title a {
    color: var(--ts-black);
    transition: all 1000ms;
}

.our-team .team-content .post {
    padding-top: 2px;
    color: var(--ts-black-coral);
    transition: all 1000ms;
}

.our-team:hover .team-content .title a {
    color: var(--ts-white);
    transition: all 1000ms;
}

.our-team:hover .team-content .post {
    color: var(--ts-white);
    transition: all 1000ms;
}

.our-team .social-links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    transition: all 1000ms;
}

.our-team .social-links li {
    display: inline-block;
}

.our-team .social-links li a {
    color: var(--ts-primary-color);
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 2px;
    background: var(--ts-section-background-four);
    font-size: 15px;
    margin-right: 12px;
    margin-top: 10px;
    transition: all 1000ms;
}

.our-team .social-links li:last-child a {
    margin-right: 0;
}

.our-team .social-links li a:hover {
    color: var(--ts-black-coral);
}


/*==============================
  17. Team Single
================================*/
.team-contactinfo span {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 10px 0;
}

.team-contactinfo span a {
    margin-top: 0px;
    margin-left: 2px;
}


.contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #e9e7f9;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}

.follow {
    display: flex;
    align-items: center;
}

.follow p {
    font-size: 18px;
    margin-right: 20px;
}

.follow ul {
    padding-left: 0;
}

.follow li {
    display: inline-block;
}

.follow li a {
    font-size: 16px;
    margin-right: 16px;
}

/*==============================
  18. Price
================================*/
.price-section {
    position: relative;
    background: var(--ts-section-background-four);
}

.pricingTable .heading>h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.pricingTable {
    background: var(--ts-white);
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 0.4s ease 0s;
}

.pricingTable:hover {
    background: var(--ts-secondary-color);
    color: var(--ts-white);
    border-radius: 10px;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    text-align: center;
    transition: all 0.4s ease 0s;
}

.pricingTable:hover .heading>h3 {
    color: var(--ts-white);
    transition: all 0.4s ease 0s;
}


.pricingTable:hover .price-value,
.pricingTable.active .price-value {
    border: 2px solid var(--ts-white);
    -webkit-box-shadow: 0px 0px 0px 3px var(--ts-primary-color);
    -moz-box-shadow: 0px 0px 0px 3px var(--ts-primary-color);
    box-shadow: 0px 0px 0px 3px var(--ts-primary-color);
}

.pricingTable>.pricingTable-header {
    padding-top: 40px;
}

.pricingTable-header>.price-value {
    background: var(--ts-primary-color) none repeat scroll 0 0;
    border: 2px solid var(--ts-white);
    border-radius: 50%;
    color: var(--ts-white);
    display: block;
    font-size: 32px;
    font-weight: 700;
    height: 140px;
    margin: 0 auto;
    padding: 30px 0;
    transition: all 0.4s ease 0s;
    width: 140px;
}

.price-value>.mo {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: -6px;
}

.pricingTable-header>.heading {
    display: block;
    padding-top: 20px;
}

.heading>h3 {
    margin-top: 5px;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 24px !important;
    color: var(--ts-primary-color);
    transition: all 0.4s ease 0s;
}

.pricingTable>.pricingContent {
    margin-top: 30px;
}

.pricingTable>.pricingContent>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.pricingTable>.pricingContent>ul>li {
    border-top: 0 none;
    padding: 5px 0;
}

.pricingTable-sign-up {
    padding: 40px 0;
}

li.linethro {
    color: var(--ts-cadet-grey);
    text-decoration: line-through;
}

.pirce-btn {
    border: 2px solid var(--ts-white) !important;
}

.pirce-btn:hover {
    background: var(--ts-secondary-color);
    border: 2px solid var(--ts-white) !important;
}

/*==============================
  19. Counter
================================*/
#counter-banner {
    background: url("../img/service/interior-large-distribution-warehouse-with-shelves-stacked-with-palettes-goods-ready-market.jpg") no-repeat fixed center center / cover;
    display: block;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}

#counter-banner::after {
    background: var(--ts-black-five) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.counter-area {
    display: inline-block;
    width: 24%;
}

.counter-items {
    position: relative;
    z-index: 10;
    border: 1px solid var(--ts-white);
    padding: 20px 0;
    margin: 0 6px;
}

.counter-icon i {
    display: block;
    font-size: 50px;
    margin-bottom: 16px;
    color: var(--ts-primary-color);
}

.counter-items p {
    font-size: 18px;
}

.counter {
    color: var(--ts-white);
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 3px;
}

.number-desc {
    color: var(--ts-white);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
}

/*=============================
	20. Blog
===============================*/
.blog-section {
    position: relative;
    background: var(--ts-section-background-five);
}

.blog-div {
    position: relative;
}

.blog-image-work {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.blog-image-size {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 11;
}

.blog-div:hover .blog-image-size {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 11;
    content: "";
    transform: scale(1.1);
    opacity: 0.8;
}

.blog-date-work {
    position: relative;
    text-align: center;
    margin-top: -40px;
    margin-left: 10%;
    z-index: 11;
}

.blog-date {
    position: relative;
    background: var(--ts-primary-color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: var(--ts-white);
    font-size: 32px;
    line-height: 60px;
}

.blog-date-text {
    position: relative;
    margin-top: -16px;
}

.blog-design {
    background: var(--ts-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all 400ms;
    border-bottom: 4px solid transparent;
}

.blog-div:hover .blog-design {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    background: var(--ts-white);
    border-bottom: 4px solid var(--ts-primary-color);
}

.card-title {
    line-height: 30px;
}

.card-icon {
    display: flex;
}

.card-tag {
    font-size: 16px;
    margin-right: 12px;
    color: var(--ts-primary-color);
    transition: all 400ms;
}

.card-tag:hover {
    font-size: 16px;
    margin-right: 12px;
    color: var(--ts-secondary-color);
    cursor: pointer;
}

.card-tag span {
    margin-left: 6px;
}

.card-comment {
    font-size: 16px;
    color: var(--ts-primary-color);
    transition: all 400ms;
}

.card-comment:hover {
    font-size: 16px;
    color: var(--ts-secondary-color);
    cursor: pointer;
}

.card-comment span {
    margin-left: 6px;
}

.second-btn {
    transition: all 400ms;
}

.second-icon {
    margin-left: 8px;
    transition: all 400ms;
}

.second-btn:hover .second-icon {
    margin-left: 15px;

}

.blog-active {
    position: relative;
}

.blog-prev-arrow {
    position: absolute;
    left: -10px;
    top: 42%;
    color: var(--ts-primary-color);
    background: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid var(--ts-primary-color);
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.blog-next-arrow {
    position: absolute;
    right: -10px;
    top: 42%;
    color: var(--ts-primary-color);
    background: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid var(--ts-primary-color);
    text-align: center;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    z-index: 11;
}

.blog-active .slick-dots {
    bottom: -60px;
    left: 0;
    position: absolute;
    right: 3%;
    text-align: center;
}

.blog-active .slick-dots>li {
    display: inline-block;
    line-height: 0;
    margin: 0 3px;
}

.blog-active .slick-dots>li.slick-active button {
    background: var(--ts-secondary-color);
}

.blog-active .slick-dots button {
    height: 3px;
    text-indent: -10000px;
    width: 30px;
    background: var(--ts-primary-color);
    border: none;
}

/*=============================
	21. Breadcrumb
===============================*/
.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("../img/blog/breadcrumb.jpg") repeat scroll center center / cover;
    display: block;
    overflow: hidden;
    padding: 150px 0 80px;
    position: relative;
    text-align: center;
}

.breadcrumb-area::before {
    background: var(--ts-black-five) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb-area h3 {
    color: var(--ts-white);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 60px;
}

.breadcrumb-area h3 a {
    color: var(--ts-gray-four);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 60px;
}

.breadcrumb-area h3 a:hover {
    color: var(--ts-primary-color);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 60px;
}

/*=============================
	22. Single Blog
===============================*/
.blog-post-no-sidebar .content article .article-content ul {
    margin: 28px 0;
    text-align: left;
    padding-left: 0;
}

.blog-post-no-sidebar .content article .article-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-post-no-sidebar .content article .article-content ul li i.fa {
    color: var(--ts-primary-color);
    width: 20px;
}

.blog-post-no-sidebar .content article .article-content h4 {
    font-size: 22px;
    margin: 20px 0 20px;
}

.leave-comment h5 {
    font-size: 22px;
    margin-bottom: 1px;
}

.blog-post-no-sidebar .content .leave-comment {
    margin-top: 50px;
}

.blog-post-no-sidebar .content .leave-comment input {
    border: 1px solid var(--ts-border-color);
    height: 40px;
    margin: 1% 1% 1% 0;
    padding: 5px 10px;
    width: 32%;
}

.blog-post-no-sidebar .content .leave-comment input:focus {
    border: 1px solid var(--ts-primary-color);
    height: 40px;
    margin: 1% 1% 1% 0;
    padding: 5px 10px;
    width: 32%;
}

.blog-post-no-sidebar .content .leave-comment textarea {
    border: 1px solid var(--ts-border-color);
    height: 150px;
    margin: 10px 0 19px;
    padding: 5px 10px;
    width: 99%;
}

.blog-post-no-sidebar .content .leave-comment textarea:focus {
    border: 1px solid var(--ts-primary-color);
    height: 150px;
    margin: 10px 0 19px;
    padding: 5px 10px;
    width: 99%;
}

.blog-post-no-sidebar .content article .article-content blockquote {
    background: var(--ts-primary-color) none repeat scroll 0 0;
    border-left: 3px solid var(--ts-black-five);
    color: var(--ts-white);
    font-style: italic;
    font-weight: 300;
    margin-bottom: 13px;
    margin-left: 40px;
    padding: 12px 15px;
}

.container.blog-post-no-sidebar {
    margin-bottom: 60px;
}

.article-content a {
    color: var(--ts-black);
}

.article-content a:hover {
    color: var(--ts-primary-color);
}

.img-box img {
    width: 100%;
    object-fit: cover;
}

.single_comment {
    position: relative;
    z-index: 2;
    padding: 0 0 0px 120px;
    margin-bottom: 40px;
}

.single_comment.space-left {
    margin-left: 40px;
}

.comment_img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    border-radius: 50%;
    border: 2px solid var(--ts-section-background-four);
    overflow: hidden;
}

.comment_img img {
    max-width: 100%;
    max-height: 100%;
}

.single_comment h4 {
    font-size: 18px;
    color: var(--ts-primary-color);
    margin: 0;
}

.single_comment h4 span {
    font-size: 15px;
    color: var(--ts-black);
    font-weight: 500;
    margin: 0;
}

.single_comment a {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: end;
}

.comment_text p {
    margin: 0;
    color: var(--ts-black);
    font-weight: 400;
}

/*=============================
	23. Client
===============================*/
.client-section {
    background: var(--ts-silver);
    padding: 80px 0;
}

.client-section h2.hidden {
    display: none;
}

.client_slide_area {
    margin: 0 20px;
}

.single_client {
    margin: 2px 10px;
}

.single_client a {
    display: block;
    transition: .5s;
}

.single_client img {
    background: var(--ts-white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    opacity: 0.6;
    padding: 6px 0px;
}

.single_client img:hover {
    background: var(--ts-white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    padding: 6px 0px;
}

/*=============================
	24. Contact
===============================*/
.contact-section {
    background: var(--ts-section-background-four);
}

.cform_box {
    width: 100%;
    background: var(--ts-white);
    padding: 25px 20px;
    border: 1px solid var(--ts-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.single_contact_info {
    text-align: center;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.single_contact_info i {
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    margin-bottom: 5px;
    width: 65px;
    border: 1px solid var(--ts-primary-color);
    background: var(--ts-section-background-five);
    border-radius: 50px;
    transition: all 0.5s;
}

.cform_box:hover .single_contact_info i {
    color: var(--ts-primary-color);
}

.single_contact_info p {
    margin-bottom: 5px;
    margin-top: 5px;
}

#main_form .form-group {
    margin-bottom: 34px;
}

.cform_box_right {
    width: 100%;
    background: var(--ts-white);
    padding: 60px 40px 60px 40px;
    border: 1px solid var(--ts-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

#main_form .form-control {
    font-size: 15px;
    line-height: 20px;
    padding: 12px;
    display: block;
    width: 100%;
    border: 1px solid var(--ts-form-border-color);
    padding: 10px 15px;
    outline: none;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    transition: .5s;
    border-radius: 0;
}

#main_form .form-control:focus {
    border-color: var(--ts-primary-color);
    box-shadow: none;
}

#main_form textarea.form-control {
    height: 140px;
    line-height: 25px;
}

#contact-form input[type="submit"] {
    background: transparent;
    color: var(--ts-white);
    border: 2px solid transparent;
}

#contact-form input[type="submit"]:hover {
    background: transparent;
    color: var(--ts-white);
    border: 2px solid transparent;
}

/*=============================
	25. Map
===============================*/
.contact-map-section .contact-map {
    height: 400px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    filter: grayscale(100%);
}

.contact-map-section h2.hidden {
    display: none;
}

/*=============================
	26. Footer
===============================*/
.footer {
    background: var(--ts-section-background-two);
}

.footer-logo {
    margin-right: 4px;
}

.footer-menu h5 {
    font-size: 16px;
    color: var(--ts-white);
}

.footer-menu p,
.footer span {
    font-size: 15px;
}

.footer-icon {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border: 1px solid var(--ts-primary-color);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 10px 2px;
}

.facebook {
    background: var(--facebook);
    color: var(--ts-white);
}

.twitter {
    background: var(--twitter-x);
    color: var(--ts-white);
}

.youtube {
    background: var(--youtube);
    color: var(--ts-white);
}

.linkedin {
    background: var(--linkedin);
    color: var(--ts-white);
}

.footer-menu li a {
    font-size: 15px;
    display: inline-block;
    transition: all 0.5s;
    line-height: 32px;
    color: var(--ts-gray-five) !important;
}

.newsletter-box form {
    height: 40px;
    position: relative;
    display: flex;
    margin-top: 25px;
    margin-bottom: 10px;
}

.newsletter-box form input {
    width: 75%;
    height: 100%;
    position: relative;
    background: var(--ts-border-color-three);
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1;
    color: var(--ts-primary-color);
    border-radius: 10px 0px 0px 10px;
    font-size: 16px;
}

.newsletter-box form input::-webkit-input-placeholder {
    color: var(--ts-gray-three);
    text-transform: capitalize;
}

.newsletter-box form input::-moz-placeholder {
    color: var(--ts-gray-three);
    text-transform: capitalize;
}

.newsletter-box form input:-ms-input-placeholder {
    color: var(--ts-gray-three);
    text-transform: capitalize;
}

.newsletter-box form input::-ms-input-placeholder {
    color: var(--ts-gray-three);
    text-transform: capitalize;
}

.newsletter-box form input::placeholder {
    color: var(--ts-gray-three);
    text-transform: capitalize;
}

.newsletter-box form button {
    width: 25%;
    height: 100%;
    background: var(--ts-primary-color);
    color: var(--ts-white);
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}

.newsletter-box form button:hover {
    color: var(--ts-black-five);
    border: none;
}

/*=============================
	27. 404 Error
===============================*/
.error-title {
    font-size: 100px;
    font-weight: 700;
    color: var(--ts-primary-color);
}

/*=============================
	28. Preloader
===============================*/
#preloader {
    background-color: var(--ts-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

#preloader .loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid var(--ts-border-color);
    border-radius: 50%;
}

#preloader .loader .loader-container::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--ts-primary-color);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

#preloader .loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

#preloader .loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-ms-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@-webkit-keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@-moz-keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@-ms-keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*=============================
	29. Custom Cursor
===============================*/
/* Custom cursor */
.cursor-outer {
    margin-left: -18px;
    margin-top: -18px;
    width: 35px;
    height: 35px;
    background: var(--ts-primary-color);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .2;
    transition: all 0.3s ease-out;
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

[dir=rtl] .mouseCursor {
    left: 0;
    right: auto;
}

.cursor-inner {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 10000001;
    background-color: var(--ts-primary-color);
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: var(--ts-white);
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
    margin-inline-start: -40px;
    margin-top: -40px;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.mouseCursor.cursor-big.d-none {
    display: none;
}

.slider-drag .swiper-slide {
    cursor: none;
}