@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap rel="stylesheet');

/* =========================================================
   GLOBAL FONT OVERRIDE
   Headings -> Plus Jakarta Sans
   Body/Text -> Inter
   Paste this block at the VERY END of your main CSS file
   (after everything else) so it overrides all older rules.
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;900&display=swap');

/* Base body / paragraph font */
html body,
body,
p,
span,
li,
a,
input,
textarea,
button,
label {
    font-family: 'Inter', sans-serif !important;
}

/* Heading font everywhere (including all custom section prefixes:
   privacy-page-, about-page-, tp-, corporate-, bl-, bp-, ac-, etc.) */
h1,
h2,
h3,
h4,
h5,
h6,
.tp-title,
.tp-title-sm,
.tp-hero-title,
.tp-hero-bd-title,
.tp-hero-bs-title,
.tp-mission-title,
.tp-team-title,
.ac-team-title,
.ac-ab-title,
.ac-feature-title,
.corporate-hero-title,
.corporate-footer__title,
.corporate-news__title,
.corporate-testi__rating h4,
.corporate-project__title,
.corporate-service__title,
.corporate-blog__title,
.ct-hero-title,
.bl-blog__slider-title,
.bl-blog__section-title,
.bl-hero__title,
.bl-newsletter__title-sm,
.bl-footer__widget-title,
.bl-testimonial__text p,
.privacy-page-header h1,
.privacy-page-section-title h2,
.privacy-page-footer h2,
.about-page-hero h1,
.about-page-mission-content h2,
.about-page-section-title,
.about-page-value-card h3,
.about-page-cta h2,
.fw-black,
.heading h3,
.mytext1 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: normal !important;
}

/* Update the CSS custom properties too, in case any component
   references var(--tp-ff-heading) / var(--tp-ff-body) / var(--tp-ff-p) */
:root {
    --tp-ff-body: 'Inter', sans-serif !important;
    --tp-ff-heading: 'Plus Jakarta Sans', sans-serif !important;
    --tp-ff-p: 'Inter', sans-serif !important;
}

*,
ul {
    margin: 0;
    padding: 0
}

.btn.btn-light {
    background-color: #8B0000 !important;
    color: #ffffff !important;
}

.btn.btn-light:hover {
    background-color: #fffefe !important;
    color: #8B0000 !important;
}

.business-type a {
    color: white;
    text-decoration: none;
}

.btn-white {
    background-color: #8B0000 !important;
    color: #000000 !important;
}

.btn-white:hover {
    background-color: #fffefe !important;
    color: #8B0000 !important;
}

a {
    color: #ffffff !important;
    text-decoration: none !important;
}

a:hover {
    color: #8B0000 !important;
}

a:visited {
    color: #ffffff !important;
}

a:visited:hover {
    color: #8B0000 !important;
}

.services-section-wrapper {
    width: 100% !important;
    background: #fff !important;
    display: flex !important;
    justify-content: center !;
    /* Horizontal center */
    align-items: flex-start !;
    padding: 60px 20px !important;
    border-top: 1px solid #eee !important;
    justify-content: center !important;
}

.sidebar-nav-col {
    width: 280px !important;
    flex: 0 0 280px !important;
}

.content-display-col {
    width: 850px !important;
    flex: 0 0 850px !important;
    height: auto !important;
}




*/ body,
.btn,
.tp-project-title,
.transition-3,
a,
tp-logo img button,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
select,
textarea {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out
}



*,
ul {
    padding: 0
}

.sidebar__widget ul li,
li {
    list-style: none
}

body,
section {
    overflow-x: hidden
}

:root {
    --tp-ff-body: 'DM Sans', sans-serif;
    --tp-ff-heading: 'DM Sans', sans-serif;
    --tp-ff-p: 'DM Sans', sans-serif;
    --tp-ff-fontawesome: Font Awesome 5 Pro;
    --tp-common-white: #fff;
    --tp-common-black: #000000;
    --tp-common-black-2: #3A3A42;
    --tp-common-blue: #82CEFD;
    --tp-common-pink: #FFADAD;
    --tp-common-dpink: #FD346E;
    --tp-common-paste: #1EE2CF;
    --tp-heading-primary: #292930;
    --tp-grey-1: #F7F8FD;
    --tp-grey-2: #f8f8f8;
    --tp-text-body: #8A90A2;
    --tp-text-p: #8A90A2;
    --tp-theme-1: linear-gradient(to left, #971824, #66050f);
    --tp-theme-2: #423EF3;
    --tp-theme-primary: linear-gradient(to left, #66050f, #971824);
    --tp-theme-secondary: #57c9da;
    --tp-border-1: #E8ECF2;
    --tp-border-2: #4E4E59
}

* {
    box-sizing: border-box
}

@media only screen and (max-width: 600px) {
    .marquee-row {
        position: static !important;
    }

    div#header-sticky-mobile {
        padding-top: 20px;
    }
}

body {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-header-1);
    margin-top: 0;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.2
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

.amfeature__title p,
.corporate-footer__copyright .tp-copyright-text p,
.tp-menu-black ul li a,
h6 {
    font-size: 16px
}

p {
    font-family: var(--tp-ff-p);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 30px
}

.btn,
.transition-3,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
select,
textarea {
    transition: .3s ease-out
}

.button:focus {
    text-decoration: none;
    outline: 0
}



button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0
}

.tp-menu-bar span,
button:hover {
    cursor: pointer
}

button:focus,
input {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none
}

::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1
}

::placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1
}

.corporate-btn-2:hover::after,
.corporate-btn-sv:hover::after,
.corporate-btn:hover::after,
.footer-clip-shape svg,
.inner-banner-form,
.w-img img {
    width: 100%
}

.ac-testimonial-right img,
.m-img img,
.tp-brands-item img,
.tp-country-img img,
.tp-fea-img img,
.tp-mission-img img,
.tp-testimonial-thumb img {
    max-width: 100%
}

.amaboutsocial__icon,
.fix,
.mobile-menu.mean-container {
    overflow: hidden
}

.clear,
.mobile-menu .sidebar-list,
.tpoffcanvas__contact {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.creative-z-index,
.tp-service-section-box,
.z-index-1 {
    position: relative;
    z-index: 2
}

.inner-banner-form-main,
.tp-hero-bg-circle,
.z-index {
    position: relative;
    z-index: 1
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.text-danger {
    color: #8B0000 !important;
}

.bp-project-item .bp-project-img,
.p-relative,
.portfolio-four,
.tp-main-menu,
.tp-project-item-four,
.tp-sv-border-effect,
.tp-sv-box,
.tp-team-overlay,
.tpproject__thumb {
    position: relative
}

.p-absolute,
.tp-header-login-space a ul {
    position: absolute
}

.include-bg {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}


.header1 {
    width: 100%;
    height: 800px;
    /* Adjust height as needed */
    background: url(../../back.gif) 0 0/cover !important
}

.baclcol {
    /*background-color: black !important;*/
    /*padding: 30px;*/
}

.far1 {
    color: white !important;
}

.gx-45 {
    --bs-gutter-x: 45px
}

.gx-12 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px
}

.gx-40 {
    --bs-gutter-x: 40px
}

.gx-120 {
    --bs-gutter-x: 120px
}

.gx-1,
.tp-gx-20 {
    --bs-gutter-x: 20px
}

.gx-1 {
    --bs-gutter-y: 20px
}

.tp-gx-15 {
    --bs-gutter-x: 15px
}

.gx-6 {
    --bs-gutter-x: 60px
}

.gx-7 {
    --bs-gutter-x: 70px
}

.gx-17 {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px
}

.gx-50 {
    --bs-gutter-x: 50px
}

.corporate-project__img-box,
.portfolio-four img,
.portfolio-thumb,
.radius-20,
.tp-blog-img,
.tp-blog-item-four__img,
.tp-blog-item-three__img,
.tp-project-img,
.tp-project-item-two .project-one {
    border-radius: 20px
}

.home-btn,
.tp-btn,
.tp-btn-black {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 50px;
    border: 1px solid transparent;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize
}

.tp-btn-sky-similar,
.tp-btn-sm-sky {
    background: var(--tp-common-blue);
    text-transform: capitalize;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 700
}

.corporate-btn i,
.corporate-btn-2 i,
.corporate-btn-sv i,
.corporate-pink-btn i,
.home-btn i,
.tp-btn i,
.tp-btn-black i,
.tp-btn-border-sm i,
.tp-btn-grey i,
.tp-btn-grey-sm i,
.tp-btn-lg-yellow i,
.tp-btn-sky i,
.tp-btn-sky-similar i,
.tp-btn-sm i,
.tp-btn-sm-sky i,
.tp-btn-white i,
.tp-btn-white-border i,
.tp-btn-yellow i,
.tp-btn-yellow-semilar i,
.tp-btn-yellow-sm i {
    padding-left: 17px
}

.blogs .home-btn1:hover,
.home-btn:hover,
.tp-btn:hover {
    color: #fff;
    background-color: var(--tp-theme-primary)
}

.corporate-btn-2:hover i,
.corporate-btn-sv:hover i,
.corporate-btn:hover i,
.corporate-pink-btn:hover i,
.home-btn:hover i,
.tp-btn-black:hover i,
.tp-btn-border-sm:hover i,
.tp-btn-grey-sm:hover i,
.tp-btn-grey:hover i,
.tp-btn-lg-yellow:hover i,
.tp-btn-sky-similar:hover i,
.tp-btn-sky:hover i,
.tp-btn-sm-sky:hover i,
.tp-btn-sm:hover i,
.tp-btn-white-border:hover i,
.tp-btn-white-brand:hover i,
.tp-btn-white-lg:hover i,
.tp-btn-white-md:hover i,
.tp-btn-white-sm:hover i,
.tp-btn-white:hover i,
.tp-btn-yellow-semilar:hover i,
.tp-btn-yellow-sm:hover i,
.tp-btn-yellow:hover i,
.tp-btn:hover i {
    animation: .5s forwards tfLeftToRight
}

.blogs .home-btn1::after,
.blogs .home-btn1::before,
.home-btn::after,
.home-btn::before,
.tp-btn::after,
.tp-btn::before {
    content: "";
    background: var(--tp-theme-primary);
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.home-btn::before,
.tp-btn-black::before,
.tp-btn-border-2::before,
.tp-btn-border::before,
.tp-btn-grey::before,
.tp-btn-lg-yellow::before,
.tp-btn-sky-similar::before,
.tp-btn-sky::before,
.tp-btn-sm-sky::before,
.tp-btn-sm::before,
.tp-btn-white-border::before,
.tp-btn-white-lg::before,
.tp-btn-white-md::before,
.tp-btn-white-sm::before,
.tp-btn-white::before,
.tp-btn-yellow-semilar::before,
.tp-btn-yellow-sm::before,
.tp-btn-yellow::before,
.tp-btn::before {
    top: 0;
    left: 0;
    right: auto
}

.home-btn::after,
.tp-btn-black::after,
.tp-btn-border-2::after,
.tp-btn-border::after,
.tp-btn-grey::after,
.tp-btn-lg-yellow::after,
.tp-btn-sky-similar::after,
.tp-btn-sky::after,
.tp-btn-sm-sky::after,
.tp-btn-sm::after,
.tp-btn-white-border::after,
.tp-btn-white-lg::after,
.tp-btn-white-md::after,
.tp-btn-white-sm::after,
.tp-btn-white::after,
.tp-btn-yellow-semilar::after,
.tp-btn-yellow-sm::after,
.tp-btn-yellow::after,
.tp-btn::after {
    bottom: 0;
    right: 0;
    left: auto
}

.home-btn:hover::before,
.tp-btn-black:hover::before,
.tp-btn-border-2:hover::before,
.tp-btn-border:hover::before,
.tp-btn-grey:hover::before,
.tp-btn-lg-yellow:hover::before,
.tp-btn-sky-similar:hover::before,
.tp-btn-sky:hover::before,
.tp-btn-sm-sky:hover::before,
.tp-btn-sm:hover::before,
.tp-btn-white-border:hover::before,
.tp-btn-white-lg:hover::before,
.tp-btn-white-md:hover::before,
.tp-btn-white-sm:hover::before,
.tp-btn-white:hover::before,
.tp-btn-yellow-semilar:hover::before,
.tp-btn-yellow-sm:hover::before,
.tp-btn-yellow:hover::before,
.tp-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto
}

.home-btn:hover::after,
.tp-btn-black:hover::after,
.tp-btn-border-2:hover::after,
.tp-btn-border:hover::after,
.tp-btn-grey:hover::after,
.tp-btn-lg-yellow:hover::after,
.tp-btn-sky-similar:hover::after,
.tp-btn-sky:hover::after,
.tp-btn-sm-sky:hover::after,
.tp-btn-sm:hover::after,
.tp-btn-white-border:hover::after,
.tp-btn-white-lg:hover::after,
.tp-btn-white-md:hover::after,
.tp-btn-white-sm:hover::after,
.tp-btn-white:hover::after,
.tp-btn-yellow-semilar:hover::after,
.tp-btn-yellow-sm:hover::after,
.tp-btn-yellow:hover::after,
.tp-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.tp-btn-sky-similar {
    color: var(--tp-common-black);
    height: 50px;
    line-height: 50px;
    padding: 0 14px
}

.tp-btn-border-sm:hover,
.tp-btn-grey-sm:hover,
.tp-btn-sky-similar:hover,
.tp-btn-sm-sky:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-primary)
}

.tp-btn-sky-similar::after,
.tp-btn-sky-similar::before {
    content: "";
    background: #fff;
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.tp-btn-sm-sky {
    color: var(--tp-common-black);
    height: 60px;
    line-height: 60px;
    padding: 0 50px
}

.hasdropdown-white .hasdropdown::after,
.sidebar-title h3,
.tp-btn-black:hover,
.tp-btn-grey:hover,
.tp-btn-sky,
.tp-btn-sky:hover,
.tp-btn-sm,
.tp-btn-white-border:hover,
.tp-btn-white:hover,
.tp-login-primary a,
.tp-white-text {
    color: var(--tp-common-white)
}

.tp-btn-sm-sky::after,
.tp-btn-sm-sky::before,
.tp-btn-sm::after,
.tp-btn-sm::before {
    content: "";
    background: #ffdc60;
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.tp-btn-black::after,
.tp-btn-black::before,
.tp-btn-sky::after,
.tp-btn-sky::before {
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    height: 50%;
    width: 0;
    z-index: -1;
    content: "";
    position: absolute
}

.tp-btn-sky {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: var(--tp-theme-1);
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 8px;
    text-wrap: nowrap;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize
}

.tp-btn-grey,
.tp-btn-sm {
    padding: 0 40px;
    text-transform: capitalize
}

.tp-btn-sky:hover {
    background-color: #192723
}

.tp-btn-sky::after,
.tp-btn-sky::before {
    background: #192723;
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86)
}

.header-login-color a:hover,
.portfolio-icon a:hover,
.tp-bp-hero-paly-button span,
.tp-btn-lg-yellow,
.tp-btn-sm:hover,
.tp-main-menu ul li:hover a,
.tp-menu-color ul li:hover a,
.tp-project-item-four .tp-hover-title {
    color: var(--tp-common-black)
}

.tp-btn-black::after,
.tp-btn-black::before {
    background: var(--tp-common-black);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86)
}

.tp-btn-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px
}

.tp-btn-grey,
.tp-btn-grey-sm {
    color: var(--tp-theme-1);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px
}

.tp-btn-grey {
    background: #ebebf9;
    color: #000000;
    height: 50px;
    line-height: 50px
}

.tp-btn-border-2::after,
.tp-btn-border-2::before,
.tp-btn-border::after,
.tp-btn-border::before,
.tp-btn-grey::after,
.tp-btn-grey::before,
.tp-btn-white-border::after,
.tp-btn-white-border::before,
.tp-btn-white-lg::after,
.tp-btn-white-lg::before,
.tp-btn-white-md::after,
.tp-btn-white-md::before,
.tp-btn-white-sm::after,
.tp-btn-white-sm::before,
.tp-btn-white::after,
.tp-btn-white::before,
.tp-btn-yellow-sm::after,
.tp-btn-yellow-sm::before,
.tp-btn-yellow::after,
.tp-btn-yellow::before {
    content: "";
    background: var(--tp-theme-1);
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.tp-btn-grey-sm {
    background: rgba(89, 86, 233, .1);
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    text-transform: uppercase
}

.tp-btn-lg-yellow {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: var(--tp-theme-primary);
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    outline: 0;
    border: 0
}

.tp-btn-border-sm,
.tp-btn-yellow,
.tp-btn-yellow-semilar {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black)
}

.tp-btn-lg-yellow:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-1)
}

.tp-btn-lg-yellow::after,
.tp-btn-lg-yellow::before {
    content: "";
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.tp-btn-yellow,
.tp-btn-yellow-semilar {
    background: var(--tp-theme-primary);
    height: 50px;
    color: white;
    line-height: 50px;
    padding: 0 30px
}

.tp-btn-yellow-sm:hover,
.tp-btn-yellow:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-secondary)
}

.tp-btn-border-sm {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    border: 1px solid #f6f6f6
}

.tp-btn-yellow-sm {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize
}

.tp-btn-white,
.tp-btn-white-border {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    box-shadow: 0 2px 55px rgba(168, 182, 218, .32)
}

.tp-btn-yellow-semilar:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.tp-btn-yellow-semilar::after,
.tp-btn-yellow-semilar::before {
    content: "";
    background: var(--tp-theme-secondary);
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    z-index: -1
}

.tp-btn-white-border {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-bottom: 3px solid var(--tp-theme-1)
}

.tp-btn-white {
    height: 70px;
    line-height: 70px;
    padding: 0 50px
}

.tp-btn-white-brand,
.tp-btn-white-md,
.tp-btn-white-sm {
    font-size: 16px;
    color: var(--tp-common-black);
    height: 60px;
    line-height: 60px;
    box-shadow: 0 11px 12px #ebe9f3;
    display: inline-block;
    font-weight: 700;
    background: var(--tp-common-white);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize
}

.tp-btn-white-md {
    padding: 0 20px
}

.am-fea-space,
.cd-client-details,
.sidebar__wrapper,
.tp-btn-white-lg i,
.tp-btn-white-md i {
    padding-left: 40px
}

.tp-btn-white-lg:hover,
.tp-btn-white-md:hover,
.tp-btn-white-sm:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-btn-white-brand,
.tp-btn-white-sm {
    padding: 0 50px
}

.tp-btn-white-brand i,
.tp-btn-white-sm i {
    padding-left: 15px
}

.login-color-black a:hover,
.social-icon-1,
.social-icon-1:hover,
.tp-btn-white-brand:hover,
.tp-header-left ul li:hover>a,
.tp-header-left ul li:hover>a i,
.tp-hero-content-box .tp-hero-title span,
.tp-hero-paly-button-four a:hover,
.tp-sv-content .tp-sv-title:hover,
.tp-sv-link a:hover,
.tp-sv-title:hover {
    color: var(--tp-theme-1)
}

.tp-btn-white-lg {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    height: 90px;
    line-height: 90px;
    text-align: center;
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize
}

.tp-btn-border,
.tp-btn-border-2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.tp-btn-border {
    border: 1px solid #3f3f47;
    height: 70px;
    line-height: 70px;
    padding: 0 50px;
    color: var(--tp-theme-primary);
    border-radius: 10px;
    text-transform: capitalize
}

.tp-btn-border i,
.tp-btn-border-2 i {
    padding-left: 18px
}

.tp-btn-border:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1)
}

.tp-btn-border-2 {
    border: 1px solid #f6f6f6;
    height: 55px;
    line-height: 55px;
    padding: 0 70px;
    border-radius: 10px;
    text-transform: capitalize
}

.corporate-btn,
.corporate-btn-2,
.corporate-btn-sv {
    font-size: 18px;
    border: 1px solid rgba(84, 84, 91, .19);
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center
}

.tp-btn-border-2:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-theme-1)
}

.corporate-btn,
.corporate-btn-2 {
    border-radius: 10px;
    height: 70px;
    line-height: 70px;
    padding: 0 50px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation
}

.corporate-btn-sv::after,
.corporate-btn::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    width: 60%;
    background-color: var(--tp-common-pink);
    transition: .3s
}

.corporate-btn span,
.corporate-btn-2 span {
    position: relative;
    z-index: 99;
    transition: color .6s cubic-bezier(.48, 0, .12, 1);
    color: var(--tp-common-black)
}

.corporate-btn-sv:before,
.corporate-btn:before {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-pink);
    transform-origin: bottom center;
    transition: transform .6s cubic-bezier(.48, 0, .12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50
}

.corporate-btn-sv:hover:before,
.corporate-btn:hover:before {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
    background-color: var(--tp-common-pink)
}

.corporate-btn:hover {
    border-color: var(--tp-common-pink)
}

.corporate-btn-2:hover span,
.corporate-btn-sv:hover span,
.corporate-btn:hover span {
    position: relative;
    z-index: 999;
    color: var(--tp-common-black)
}

.corporate-btn-2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    width: 60%;
    background-color: #a8abff;
    transition: .3s
}

.corporate-btn-2:before,
.corporate-btn-2:hover:before {
    transform-origin: bottom center;
    background-color: #a8abff
}

.corporate-btn-2:before {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.48, 0, .12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50
}

.corporate-btn-2:hover:before {
    transform: skewY(9.3deg) scaleY(2)
}

.corporate-btn-2:hover {
    border-color: #a8abff
}

.corporate-btn-sv {
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    z-index: 1
}

.corporate-btn-sv span {
    position: relative;
    z-index: 99;
    transition: color .6s cubic-bezier(.48, 0, .12, 1);
    color: var(--tp-common-white)
}

.corporate-btn-sv:hover {
    border-color: transparent
}

.corporate-pink-btn {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-pink);
    border: 1px solid rgba(84, 84, 91, .19);
    border-radius: 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.header-sticky,
.header-sticky .tp-menu-bar button,
.tp-md-header-area.header-sticky .bar .tp-menu-bar button {
    box-shadow: 0 2px 55px rgba(168, 182, 218, .32)
}

@keyframes tptranslateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes tpupdown-2 {
    0% {
        -webkit-transform: translateY(20);
        -moz-transform: translateY(20);
        -ms-transform: translateY(20);
        -o-transform: translateY(20);
        transform: translateY(20)
    }

    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(30%)
    }

    50% {
        opacity: 0;
        transform: translateX(-30%)
    }

    51% {
        opacity: 1
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes moving {

    0%,
    100% {
        transform: translatey(0)
    }

    20% {
        transform: translateX(-50px)
    }

    50% {
        transform: translatey(-40px)
    }
}

@keyframes leftright {
    0% {
        transform: translatex(0)
    }

    50% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes movinglight {

    0%,
    100% {
        transform: translatey(0)
    }

    20% {
        transform: translateX(-70px)
    }

    50% {
        transform: translatey(-70px)
    }
}

@keyframes movinglight2 {

    0%,
    100% {
        transform: translatey(0)
    }

    20% {
        transform: translateX(70px)
    }

    50% {
        transform: translatey(70px)
    }
}

@keyframes movingtop {

    0%,
    100% {
        transform: translatey(0)
    }

    20% {
        transform: translatey(70px)
    }

    50% {
        transform: translatey(-70px)
    }
}

@keyframes circle-animation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes circle-animation2 {
    0% {
        transform: scale(-1, 1) rotate(360deg)
    }

    100% {
        transform: scale(-1, 1) rotate(0)
    }
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(.5)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes zoom2 {

    0%,
    100% {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes wobble-vertical {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    100% {
        transform: translate(0)
    }
}

@-webkit-keyframes section-highlight {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes section-highlight {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-ms-keyframes section-highlight {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes section-highlight {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes widthcalc {
    0% {
        width: 20%
    }

    50% {
        width: 50%
    }

    75% {
        width: 90%
    }

    90% {
        opacity: 75%;
        opacity: 100%
    }
}

@-webkit-keyframes bounceRight {

    0%,
    100%,
    20%,
    50%,
    80% {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -ms-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@-moz-keyframes bounceRight {

    0%,
    100%,
    20%,
    50%,
    80% {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -ms-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@keyframes bounceRight {

    0%,
    100%,
    20%,
    50%,
    80% {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -ms-transform: translateX(-90px);
        transform: translateX(-90px)
    }

    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.grey-bg {
    background: var(--tp-grey-1)
}

.white-bg {
    background: var(--tp-common-white)
}

.black-bg {
    background: var(--tp-common-black)
}

.black-bg-2 {
    background: var(--tp-common-black-2)
}

.theme-bg {
    background: var(--tp-theme-2)
}

.theme-bg-2,
.tp-green-bg.header-sticky {
    background: var(--tp-theme-1)
}

.sky-bg {
    background: var(--tp-common-blue)
}

.yellow-bg {
    background: var(--tp-theme-primary);
    border-radius: 20px
}

.bg-radius-none {
    border-radius: inherit
}

.body-overlay.apply {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    transition: .3s
}

.breadcrumb__pt-310 {
    padding-top: 300px;
    padding-bottom: 75px
}


.hello {

    margin-top: 40px;

}


.goog-te-combo {
    background-color: gray !important;
}

.breadcrumb__title {
    font-size: 50px;
    color: var(--tp-common-black);
    font-weight: 700;
    margin-bottom: 40px
}

.ac-about-shape-img {
    position: absolute;
    bottom: -17px;
    left: 34px;
    z-index: 999
}

.ac-testimonial-space {
    padding-top: 70px;
    padding-bottom: 20px
}

.bl-blog__img,
.bl-sidebar__left-item,
.corporate-blog__category,
.corporate-project__section-box .tp-title,
.tp-custom-accordio .accordion-items {
    margin-bottom: 20px
}

.tp-custom-accordio .accordion-buttons {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    padding: 40px 45px;
    background-color: var(--tp-common-white);
    color: #212121;
    border-radius: 10px 10px 0 0
}

.tp-custom-accordio .accordion-buttons::after {
    position: absolute;
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    top: 45px;
    right: 45px;
    color: #b8bcc8;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 14px
}

.tp-custom-accordio .accordion-buttons.collapsed::after {
    content: "\f062"
}

.tp-custom-accordio .collapsed,
.tp-team-item__img img,
.tp-team-overlay__img img,
.tp-testi-img img {
    /* border-radius: 40px;
    height: 50px;
    width: 50px; */
}

.tp-testi-img {
    display: none !important;
}

.tp-custom-accordio .accordion-body {
    background-color: var(--tp-common-white);
    padding: 20px 45px;
    box-shadow: 0 25px 32px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    font-size: 16px
}

.tp-custom-accordio .accordion-body::before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--tp-grey-1);
    top: 0;
    left: 45px;
    right: 45px
}

.faq-accordio-border .accordion-items {
    background-color: var(--tp-common-white);
    border: 1px solid #f5f5f5;
    border-radius: 10px
}

.mobile-menu .sidebar-list li::after,
.tp-subtitle.pink-circle::before,
.tp-subtitle::before {
    border-radius: 50%;
    content: "";
    display: inline-block
}

.tp-color-sub {
    color: #fff !important
}

.tp-color-ti {
    color: black !important
}

.tp-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #8a90a2;
    margin-bottom: 6px
}

.tp-subtitle::before {
    height: 12px;
    width: 12px;
    background-color: #ffffff;
    margin-right: 10px
}

.tp-subtitle.pink-circle::before {
    height: 12px;
    width: 12px;
    background-color: var(--tp-common-pink);
    margin-right: 10px
}

.tp-subtitle-before-color {
    color: #fff
}

.bl-testimonial__wrapper,
.home-package .package-carousel .package_box:hover .pkg_top .anime img,
.main-package .item,
.tp-subtitle-before-color::before {
    background-color: #fff
}

.tp-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--tp-common-black);
    margin-bottom: 40px;
    line-height: 1.1
}

.tp-title-sm {
    font-size: 50px;
    letter-spacing: 0;
    color: var(--tp-common-white);
    font-weight: 700;
    letter-spacing: -2px
}

.ac-cirle-color-4:hover,
.subtitle-secondary-color {
    color: #171739
}

.tp-section-highlight {
    position: relative;
    z-index: 1;
    display: inline-block
}

.tp-section-highlight svg {
    position: absolute;
    bottom: 11px;
    left: 2px;
    z-index: -1;
    width: 0%;
    -moz-animation: 1s ease-in-out .3s forwards section-highlight;
    -webkit-animation: 1s ease-in-out .3s forwards section-highlight;
    animation: 1s ease-in-out .3s forwards section-highlight
}

.corporate-blog__section-box .tp-title,
.corporate-service__section-box .tp-title,
.fea-wrapper-main:last-child,
.tp-main-menu ul li ul.submenu li:last-child,
.tpoffcanvas__contact ul li:last-child {
    margin-bottom: 0
}

.mobile-menu .sidebar-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    color: var(--tp-common-white)
}

.mobile-menu .sidebar-list li::after {
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #888;
    background-color: transparent;
    position: absolute
}

.bl-testimonial__author-wrapper,
.mobile-menu .tp-sidebar-social,
.tplogin__form .tp-signup {
    margin-top: 20px
}

.mobile-menu .tp-sidebar-social a {
    margin-right: 5px;
    background-color: var(--tp-theme-primary);
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 34px
}

.mean-container .mean-nav {
    background: 0 0;
    margin-top: 0
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: 0 0
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.VIpgJd-ZVi9od-ORHb-OEVmcd,
.mean-container a.meanmenu-reveal,
.skiptranslate span {
    display: none !important
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700
}

.hasdropdown-white .hasdropdown:hover::after,
.mean-container .mean-nav ul li a:hover,
.tp-header-left ul li ul li:hover a,
.tp-header-login:hover,
.tp-login-primary a:hover,
.tp-menu-white ul li:hover a {
    color: var(--tp-theme-primary)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 10px;
    padding: 0 !important;
    border: 1px solid #888 !important;
    height: 30px;
    width: 30px;
    color: #fff;
    line-height: 30px;
    top: 0;
    font-weight: 400
}

.tp-main-menu ul li a::after,
.tp-main-menu ul li a::before {
    bottom: 25px;
    width: 0;
    height: 4px;
    border-radius: 33px;
    transition: .3s;
    content: ""
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--clr-theme-1);
    color: var(--clr-common-white);
    border-color: #888
}

.bg-none::before,
.mean-container .mean-nav ul li>a>i,
.package_box .cnrflash,
.pro-details-nav-btn li:last-child::after,
.shop-faq .accordion-content p br,
.tp-blog-space .tp-blog-box::before,
.tp-main-menu ul li ul.submenu li a::after,
.tp-main-menu ul li ul.submenu li a::before,
.tp-menu-white ul li a::after,
.tp-menu-white ul li a::before,
.tp-mission-tab button:last-child::after,
.tp-project-item-four p,
.tp-project-item-three .tp-hover-meta,
.tp-project-tab-button button:last-child:after {
    display: none
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--clr-common-black)
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-common-white)
}

.tp-main-menu ul li {
    display: inline-block;
    margin-right: 15px;
    color: black;
    position: relative
}

@media only screen and (max-width:1024px) {
    .tp-main-menu ul {
        padding: 0 20px
    }

    .tp-main-menu ul li {
        margin-right: 13px !important
    }
}

.tp-main-menu ul li a {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    position: relative;
    padding: 37px 0;
    display: inline-block;
}

.tp-main-menu ul li a i {
    margin-left: 5px;
    transform: translateY(2px);
    transition: .4s
}

.tp-main-menu ul li a::after {
    position: absolute;
    left: 0;
    background-color: var(--tp-theme-1);
    opacity: 1;
    visibility: visible
}

.tp-header-left ul li ul,
.tp-main-menu ul li a::before,
.tp-sv-icon-two,
.tpoffcanvas {
    opacity: 0;
    visibility: hidden
}

.tp-main-menu ul li a::before {
    position: absolute;
    right: 0;
    background-color: var(--tp-theme-primary);
    z-index: 9
}

.tp-main-menu ul li:hover a::after {
    visibility: visible;
    opacity: 1;
    width: 90%
}

.tp-main-menu ul li:hover a::before,
.tp-service-tab button.active::before,
.tp-service-tab button:hover::before {
    visibility: visible;
    opacity: 1;
    width: 50%
}

.tp-main-menu ul li:hover a i {
    transform: rotate(-180deg)
}

.tp-main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.tp-main-menu ul li ul.submenu {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
    width: 270px;
    transition: .3s;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.tp-main-menu ul li ul.submenu li {
    margin: 0 0 10px;
    display: block
}

.tp-main-menu ul li ul.submenu li a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0;
    transition: .3s
}

.tp-main-menu ul li ul.submenu li a:hover {
    color: #535353 !important
}

.tp-main-menu ul li:hover::after {
    color: var(--tp-common-black);
    transform: rotate(-180deg)
}

.bl-header-top__logo,
.hasdropdown-white,
.hasdropdown-white.header-sticky .tp-main-menu nav>ul>li>a {
    padding-top: 35px;
    padding-bottom: 35px
}

.header-space-three,
.tp-header-bs-area {
    padding-right: 115px;
    padding-left: 115px
}

@media only screen and (min-width:125px) and (max-width:1600px) {
    .tp-title {
        font-size: 55px
    }

    .tp-title br {
        display: none
    }

    .tp-main-menu ul li {
        margin-right: 30px
    }

    .header-space-three {
        padding-right: 100px;
        padding-left: 100px
    }

    .tp-header-bs-area {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .gx-6 {
        --bs-gutter-x: 40px
    }

    .tp-btn-yellow,
    .tp-btn-yellow-semilar {
        padding: 0 30px
    }

    .tp-btn-white-lg {
        height: 80px;
        line-height: 80px;
        padding-left: 15px;
        padding-right: 15px
    }

    .tp-title,
    .tp-title-sm {
        font-size: 45px
    }

    .tp-title br {
        display: none
    }

    .tp-main-menu ul li {
        margin-right: 20px
    }

    .header-space-three {
        padding-right: 50px;
        padding-left: 50px
    }

    .tp-header-bs-area {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .gx-120 {
        --bs-gutter-x: 50px
    }

    .tp-btn-sm {
        margin-right: 30px
    }

    .tp-btn-border-sm,
    .tp-btn-lg-yellow,
    .tp-btn-yellow,
    .tp-btn-yellow-semilar,
    .tp-btn-yellow-sm {
        padding: 0 35px
    }

    .tp-btn-white-lg {
        width: 100%;
        margin-bottom: 15px
    }

    .tp-title {
        font-size: 42px
    }

    .tp-title-sm {
        font-size: 38px
    }

    .tp-main-menu ul li {
        margin-right: 8px !important
    }

    .tp-main-menu {
        text-align: center
    }

    .tp-main-menu ul li a {
        font-size: 15px
    }

    .header-space-three,
    .tp-header-bs-area {
        padding-right: 0;
        padding-left: 0
    }
}

.bar button,
.tp-header-right button {
    font-size: 25px;
    color: #222;
    margin-left: 30px;
    height: 57px;
    width: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 -2px 12px #ebe9f3
}

.tp-header-bg,
.tp-menu-bar button {
    background-color: var(--tp-common-white);
    border-radius: 10px
}

.tp-green-bg button,
.tp-shadow-transparent button {
    box-shadow: none
}

.header-space-two {
    padding-top: 35px
}

.tp-header-button,
.tp-header-yellow-button {
    line-height: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gx-12 {
        --bs-gutter-x: 30px
    }

    .gx-120 {
        --bs-gutter-x: 40px
    }

    .gx-17 {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px
    }

    .tp-btn,
    .tp-btn-black,
    .tp-btn-grey {
        height: 60px;
        line-height: 60px
    }

    .tp-news-button .tp-btn-yellow-semilar {
        padding: 0 50px;
        height: 60px;
        line-height: 60px
    }

    .tp-btn-white-lg {
        height: 75px;
        line-height: 75px;
        margin-bottom: 15px
    }

    .tp-title {
        font-size: 35px
    }

    .tp-title-sm {
        font-size: 38px
    }

    .bar button {
        box-shadow: none
    }
}

.tp-header-bg {
    margin-left: 80px;
    margin-right: 80px;
    padding: 0 35px;
    margin-top: 50px
}

.tp-menu-bar button {
    font-size: 30px;
    color: var(--tp-common-black);
    font-weight: 400;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    position: relative;
    z-index: 2
}

.tp-menu-bar button:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black)
}

.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: var(--tp-common-white);
    width: 100%;
    padding-top: 35px;
    animation: .3s ease-in-out fadeInDown
}

.header-sticky .header-space-two,
.style-1 .card-body,
.tp-blog-space .tp-blog-box .tp-blog-item {
    padding: 0
}

.header-sticky.tp-header-bg {
    margin-top: 0;
    margin-left: 0;
    border-radius: 0
}

.header-sticky .tp-main-menu ul {
    padding: 0 0 justify-content-center;
}

.header-sticky .tp-main-menu ul li a {
    padding: 35px 0
}

.hasdropdown-white.header-sticky {
    background-color: var(--tp-theme-1);
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: none
}

.tp-menu-white ul li a {
    color: var(--tp-common-white);
    padding: 30px 0
}

.tp-menu-white ul li:hover ul.submenu {
    top: 100%
}

.tp-menu-white ul li ul.submenu {
    top: 110%
}

.tp-menu-black ul li {
    margin-right: 55px
}

.login-color-black a {
    color: var(--tp-common-black);
    transition: .3s
}

.tp-yellow-space {
    margin-left: 200px
}

.counter-text p,
.tp-header-login {
    font-size: 18px;
    color: var(--tp-common-white);
    font-weight: 500
}

.amfeature,
.tp-menu-space {
    padding-top: 50px
}

.tp-menu-color ul li a {
    color: #8a90a2;
    line-height: 0
}

.header-login-color {
    padding-bottom: 0
}

.header-login-color a,
.tp-bp-hero-section-box .tp-hero-section-box p,
.tp-bp-hero-section-box p {
    color: #8a90a2
}

.tp-header-login-space a {
    padding-right: 60px;
    position: relative
}

.tp-header-login-space a span {
    color: var(--tp-theme-1);
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.tp-copyright-logo img,
.tp-footer-widget__logo img,
.tp-logo img {
    width: 200px
}

.tp-header-left ul {
    margin-right: 65px
}

.tp-header-left ul li {
    display: inline-block;
    margin-left: 60px;
    position: relative
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1601px) and (max-width:1800px) {
    .tp-header-left ul {
        margin-right: 50px
    }

    .tp-header-left ul li {
        margin-left: 20px
    }
}

.tp-header-left ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.tp-header-left ul li a .arrow-down {
    color: var(--tp-theme-1);
    font-size: 16px;
    margin-left: 5px
}

.tp-header-left ul li a .fa-user {
    color: var(--tp-common-black);
    font-size: 16px;
    margin-right: 5px
}

.tp-header-left ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 232%
}

.tp-header-left ul li ul {
    position: absolute;
    background-color: var(--tp-common-black);
    right: 0;
    margin-right: 0;
    padding: 15px;
    top: 240%;
    transition: .4s;
    z-index: 5
}

.tp-header-left ul li ul li {
    margin: 0
}

.tp-header-left ul li ul li a {
    color: var(--tp-common-white);
    font-size: 14px
}

.tpoffcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 690px;
    height: 100vh;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, .8);
    background-color: #000;
    z-index: 9999;
    transition: 1s;
    padding: 100px 120px 50px 100px;
    overflow-y: scroll
}

@media (max-width:767px) {

    .gx-45,
    .gx-6 {
        --bs-gutter-x: 15px
    }

    .gx-120,
    .gx-40,
    .gx-50,
    .gx-7 {
        --bs-gutter-x: 0
    }

    .tp-btn,
    .tp-btn-black,
    .tp-btn-border,
    .tp-btn-border-2,
    .tp-btn-border-sm,
    .tp-btn-grey,
    .tp-btn-lg-yellow,
    .tp-btn-sky,
    .tp-btn-white,
    .tp-btn-yellow-sm {
        height: 56px;
        line-height: 56px
    }

    .tp-btn-yellow {
        height: 56px;
        line-height: 56px;
        left: 0;
        right: auto
    }

    .tp-btn-yellow-semilar {
        left: 0;
        right: auto;
        height: 56px;
        line-height: 56px
    }

    .tp-btn-white-border {
        height: 50px;
        line-height: 50px;
        padding: 0 20px
    }

    .tp-btn-white-lg {
        height: 70px;
        line-height: 70px;
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 15px;
        display: block
    }

    .corporate-btn,
    .corporate-btn-2 {
        padding: 0 20px
    }

    .breadcrumb__title {
        font-size: 40px
    }

    .ac-testimonial-space {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .tp-custom-accordio .accordion-buttons {
        font-size: 17px;
        padding: 28px 20px
    }

    .tp-custom-accordio .accordion-buttons::after {
        top: 33px;
        right: 18px
    }

    .tp-custom-accordio .accordion-body {
        padding: 20px 25px
    }

    .tp-title,
    .tp-title-sm {
        font-size: 35px
    }

    .mobile-menu.mean-container {
        margin-bottom: 30px
    }

    .tpoffcanvas {
        width: 330px;
        padding: 30px
    }
}

.tpoffcanvas.opened {
    right: 0;
    opacity: 1;
    visibility: visible
}

.tpoffcanvas__logo {
    margin-bottom: 60px
}

.tpoffcanvas__logo img {
    width: 180px;
    height: 100%
}

.tpoffcanvas__close-btn {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 50px;
    top: 110px;
    transition: .3s
}

.bp-blur-shape,
.fade-in-text,
.tp-btn-white-lg,
.tp-hero-social-link .tp-btn-white-brand {
    transition: .4s
}

@media (max-width:767px) {
    .tpoffcanvas__close-btn {
        font-size: 28px;
        right: 20px;
        top: 44px
    }
}

.tpoffcanvas__close-btn:hover {
    color: red;
    transform: rotate(10deg)
}

.tpoffcanvas__content p {
    font-size: 26px;
    color: var(--tp-common-white);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    padding-bottom: 55px
}

.tpoffcanvas__contact span,
.tpoffcanvas__input p,
.tpoffcanvas__instagram P {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tpoffcanvas__contact {
        margin-top: 60px
    }
}

.tpoffcanvas__contact span {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
    display: inline-block
}

.corporate-service__section-wrapper,
.tpoffcanvas__contact ul {
    margin-bottom: 60px
}

.tpoffcanvas__contact ul li {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 27px;
    position: relative;
    padding-left: 40px
}

.bp-project-item span:hover svg,
.portfolio-animation-title:hover,
.tp-brands-title-two span,
.tp-product-quantity .cart-minus:hover,
.tp-product-quantity .cart-plus:hover,
.tp-testi-ratting i,
.tp-testimonial-info span i,
.tpoffcanvas__contact ul li i,
.tpoffcanvas__contact ul li:hover {
    color: var(--tp-theme-primary)
}

@media (max-width:767px) {
    .tpoffcanvas__contact ul li {
        font-size: 16px;
        padding-left: 30px
    }
}

.tpoffcanvas__contact ul li i {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 4px
}

.tpoffcanvas__input {
    margin-bottom: 65px
}

.tpoffcanvas__input p {
    color: #888;
    font-size: 14px
}

.tpoffcanvas__input input {
    background: rgba(118, 118, 130, .3);
    border: transparent;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 80px;
    border-radius: 10px;
    color: var(--tp-common-white)
}

.job-title-sm a,
.tp-blg-lg-title a,
.tpchosebox__content h4 a,
.tpshopitem__title a {
    background-repeat: no-repeat;
    background-position: 100% 100%, 0 100%;
    background-size: 0 1px, 0 1px
}

.tpoffcanvas__input input::placeholder {
    font-size: 14px;
    color: var(--tp-common-white);
    font-weight: 400
}

.tpoffcanvas__input button {
    height: 60px;
    width: 60px;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px
}

.tpoffcanvas__instagram img,
.tpteam__thumb img {
    border-radius: 10px;
    max-width: 100%
}

.tpoffcanvas__instagram P {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px
}

.basic-pagination ul li:not(:last-child),
.tpoffcanvas__instagram a {
    margin-right: 10px
}

.tp-creative-area,
.tp-main-menu ul li.has-mega-menu {
    position: static
}

.shape-circle-blue,
.shape-circle-yellow {
    border-radius: 100%;
    position: absolute;
    z-index: -1
}

.corporate-header__left-menu>.tp-main-menu ul li.has-mega-menu ul.submenu,
.tp-main-menu ul li.has-mega-menu ul.submenu {
    width: 800px;
    right: 0
}

.tp-main-menu ul li.has-mega-menu ul.submenu li {
    width: 33.33%;
    float: left
}

.tp-hero-space {
    padding-top: 200px;
    padding-bottom: 0
}

.shape-circle-yellow {
    height: 433px;
    width: 433px;
    background-color: var(--tp-theme-primary);
    top: -180px;
    left: -112px
}

.shape-circle-blue {
    overflow: hidden;
    height: 990px;
    width: 990px;
    right: -330px;
    top: -130px
}

.tp-highlight {
    position: relative;
    display: inline-block
}

.tp-highlight svg {
    position: absolute;
    bottom: 9px;
    left: 0;
    -moz-animation: 1s ease-in-out .3s forwards section-highlight;
    -webkit-animation: 1s ease-in-out .3s forwards section-highlight;
    animation: 1s ease-in-out .3s forwards section-highlight
}

.tp-highlight svg.highlight-space {
    bottom: 20px
}

.tp-highlight svg path {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px)
}

.tp-highlight i {
    position: relative;
    z-index: 2;
    font-style: normal
}

.bs-hero-social {
    position: absolute;
    left: -8%;
    transform: rotate(90deg);
    top: 60%
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
    .header-transparent {
        padding-left: 40px;
        padding-right: 40px
    }

    .tp-menu-black ul li {
        margin-right: 40px
    }

    .tp-bs-menu ul li {
        margin-right: 43px
    }

    .tp-header-login-space a {
        padding-right: 50px
    }

    .bs-hero-social {
        left: -12%
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .header-transparent {
        padding-left: 50px;
        padding-right: 50px
    }

    .tp-menu-black ul li {
        margin-right: 30px
    }

    .tp-bs-menu ul li {
        margin-right: 32px
    }

    .tp-yellow-space {
        margin-left: 110px
    }

    .tp-header-login-space a {
        padding-right: 40px
    }

    .shape-circle-blue {
        right: -500px
    }

    .bs-hero-social {
        left: -16%
    }
}

.shape-one {
    position: absolute;
    top: 50%;
    left: 90px;
    animation: 9s linear infinite moving
}

.tp-bp-hero__img,
.tp-hero-big-img,
.tp-hero-content-box {
    position: relative;
    z-index: 2
}

.tp-bp-hero-space {
    padding-top: 330px;
    padding-bottom: 130px
}

.tp-bp-hero__img {
    max-width: inherit;
    margin-left: 67px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .breadcrumb__pt-310 {
        padding-top: 120px
    }

    .tp-shadow-transparent button {
        box-shadow: 0 -2px 12px #ebe9f3
    }

    .header-sticky {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .shape-circle-yellow {
        height: 370px;
        width: 370px
    }

    .tp-bp-hero__img {
        margin-left: 0;
        margin-top: 30px
    }

    .tp-bp-hero__img img {
        max-width: 100%
    }
}

.tp-hero-title {
    color: rgb(255, 255, 255);
    font-size: 52px;
    line-height: 1.2;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 35px;
    letter-spacing: -2px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header-transparent {
        padding-left: 15px;
        padding-right: 15px
    }

    .tp-menu-white ul li {
        margin-right: 32px
    }

    .tp-bs-menu ul li,
    .tp-menu-black ul li {
        margin-right: 40px
    }

    .tp-header-yellow-button {
        margin-left: 30px
    }

    .tp-bp-menu ul li {
        margin-right: 35px
    }

    .shape-circle-blue {
        right: -370px;
        height: 690px;
        width: 690px
    }

    .tp-hero-title {
        font-size: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-header-bg {
        margin-left: 0;
        margin-right: 0
    }

    .header-transparent {
        padding-left: 0;
        padding-right: 0
    }

    .tp-menu-white ul li {
        margin-right: 26px
    }

    .tp-bs-menu ul li,
    .tp-menu-black ul li {
        margin-right: 22px
    }

    .tp-header-yellow-button,
    .tp-yellow-space {
        margin-left: 0
    }

    .tp-main-menu ul li.has-mega-menu ul.submenu {
        left: -170px
    }

    .shape-circle-blue {
        right: -408px;
        height: 660px;
        width: 660px
    }

    .tp-hero-title {
        font-size: 38px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shape-circle-blue {
        height: 400px;
        width: 500px
    }

    .tp-bp-hero-space {
        padding-top: 150px
    }

    .tp-hero-title {
        font-size: 45px
    }

    .tp-hero-button {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .tpoffcanvas__contact ul li i {
        font-size: 16px
    }

    .shape-circle-blue {
        display: none
    }

    .tp-bp-hero-space {
        padding-top: 0
    }

    .tp-bp-hero__img {
        margin-left: 0;
        margin-top: 50px
    }

    .tp-bp-hero__img img {
        max-width: 100%
    }

    .tp-hero-title {
        font-size: 38px;
        margin-bottom: 18px
    }

    .tp-hero-xs-title {
        font-size: 43px
    }
}

.tp-hero-text p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 40px
}

.tp-hero-social a {
    font-size: 14px;
    color: var(--tp-common-black);
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 50px;
    letter-spacing: 2px
}

.tp-hero-social a i {
    font-size: 14px;
    padding-right: 15px
}

.tp-hero-social-bg-color {
    background-color: var(--tp-common-white);
    display: inline-block;
    padding-left: 90px;
    padding-right: 100px
}

/* .tp-hero-big-img {
    background: url(../../assets/img/b-i-bg.gif) 0 0/cover !important
} */

.cd-si-color-3,
.social-icon-2,
.social-icon-2:hover,
.social-icon-4,
.social-icon-4:hover {
    color: #1da1f2
}

.social-icon-3,
.social-icon-3:hover {
    color: red
}

.ct-hero-title,
.tp-hero-bd-title,
.tp-hero-section-box p {
    color: var(--tp-common-white)
}

.tp-hero-content-box {
    padding-top: 208px;
    padding-bottom: 86px
}

.tp-hero-content-box .tp-hero-title {
    font-size: 62px;
    font-weight: 700;
    color: var(--tp-common-black);
    margin-bottom: 48px;
    letter-spacing: -4px
}

.ct-hero-title {
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 48px;
    letter-spacing: -3px;
    line-height: 1.1
}

.ce-hero-shape {
    position: absolute;
    top: 270px;
    left: 45px;
    animation: 15s linear infinite rotate2
}

.bp-hero-shape-1,
.ce-hero-shape-two {
    position: absolute;
    animation: 9s linear infinite moving
}

.ce-hero-shape-two {
    bottom: 100px;
    left: 45px
}

.bp-hero-shape-1 {
    top: 265px;
    left: 60px
}

.bp-hero-shape-2,
.bp-hero-shape-3 {
    animation: 15s linear infinite rotate2;
    position: absolute
}

.bp-hero-shape-2 {
    bottom: 140px;
    left: 40px
}

.bp-hero-shape-3 {
    top: 20%;
    right: 37%
}

.bp-hero-shape-4 {
    position: absolute;
    right: 119px;
    bottom: 110px;
    z-index: 5;
    animation: 9s linear infinite moving
}

.tp-hero-bg-circle::after {
    position: absolute;
    content: "";
    top: -160px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1374px;
    height: 1374px;
    border-radius: 50%;
    background-color: #f4f3f9
}

.tp-hero-light-shape-one {
    position: absolute;
    right: 11%;
    top: 45%;
    z-index: 2;
    animation: 4s linear infinite jumpTwo
}

.tp-hero-light-shape-two {
    position: absolute;
    top: 47%;
    left: 12.5%;
    z-index: 2;
    animation: 10s linear infinite movinglight
}

.tp-hero-light-shape-three {
    position: absolute;
    left: 130px;
    bottom: 120px;
    animation: 4s linear infinite jumpTwo
}

.tp-hero-light-shape-four {
    position: absolute;
    right: 130px;
    bottom: 120px;
    animation: 10s linear infinite movinglight
}

.tp-hero-shape-three {
    position: absolute;
    left: 0;
    bottom: 0
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .bp-hero-shape-1 {
        top: 38px;
        left: 20px
    }

    .bp-hero-shape-2 {
        bottom: 0;
        left: 5px
    }

    .bp-hero-shape-4 {
        right: 119px;
        bottom: -50px
    }

    .tp-hero-bg-circle::after {
        top: -73px;
        width: 1200px;
        height: 1200px
    }

    .tp-hero-light-shape-one {
        right: 4%
    }

    .tp-hero-light-shape-two {
        left: 5.5%
    }

    .tp-hero-shape-three {
        bottom: -25px
    }
}

.tp-hero-social-link a {
    margin: 0 10px 30px
}

.tp-hero-paly-button a,
.tp-play-button a {
    display: inline-block;
    margin-right: 20px;
    text-align: center
}

.tp-btn-white-lg:hover,
.tp-hero-social-link .tp-btn-white-brand:hover {
    transform: translateY(-10px)
}

.tp-hero-bd-title {
    font-size: 75px;
    font-weight: 700;
    letter-spacing: -1.5px;
    padding-bottom: 30px;
    line-height: 1.1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-social a {
        padding-right: 43px
    }

    .ct-hero-title,
    .tp-hero-bd-title {
        font-size: 65px
    }

    .tp-hero-bg-circle::after {
        top: -70px;
        width: 1100px;
        height: 1100px
    }

    .tp-hero-light-shape-three {
        left: 10px
    }

    .tp-hero-light-shape-four {
        right: 24px;
        bottom: 90px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-bd-title {
        font-size: 55px
    }

    .tp-cta-img-item img {
        max-width: 100%
    }
}

.tp-hero-section-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 35px;
    position: relative;
    z-index: 2
}

.xs-bottom-space {
    line-height: 1px
}

.tp-bp-hero-section-box .tp-hero-title {
    font-size: 60px;
    letter-spacing: -2px
}

.tp-blog-item-three__button,
.tp-hero-three-button-box {
    line-height: 1
}

.tp-hero-paly-button a {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    background-color: #82cefd;
    color: var(--tp-common-black)
}

.tp-hero-paly-button a i {
    font-size: 17px
}

.tp-hero-paly-button a:hover,
.tp-play-button a:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black);
    border-color: var(--tp-theme-primary)
}

.tp-hero-paly-button span,
.tp-play-button span {
    font-size: 18px;
    color: #fff
}

.ac-play-button a:hover,
.tp-bp-hero-paly-button a,
.tp-ind-color-one::before,
.tp-ind-color-seven::before {
    background-color: var(--tp-theme-primary)
}

.tp-bp-hero-paly-button a:hover {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-white);
    transition: .3s
}

.tp-hero-right-img {
    max-width: inherit;
    margin-left: 250px;
    position: relative;
    z-index: 2;
    padding-top: 90px
}

.tp-hero-circle-three,
.tp-hero-yellow-shape {
    position: absolute;
    background-color: var(--tp-theme-primary)
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
    .tp-hero-right-img {
        margin-left: 220px
    }
}

.tp-hero-circle-three {
    height: 690px;
    width: 690px;
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    z-index: 1
}

.tp-hero-section-box-four p {
    color: #8a90a2;
    padding-right: 40px
}

.ac-play-button span,
.tp-hero-paly-button-four a {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 500
}

.tp-hero-paly-button-four a i {
    padding-right: 15px
}

.tp-hero-yellow-shape {
    height: 100%;
    width: 475px;
    right: 0;
    top: 0;
    z-index: -1
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .tp-hero-right-img {
        margin-left: 110px
    }

    .tp-hero-yellow-shape {
        right: -162px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-right-img {
        margin-left: 0
    }

    .tp-hero-section-box-four p {
        padding-right: 30px
    }

    .tp-hero-yellow-shape {
        right: -200px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-social a {
        padding-right: 15px
    }

    .tp-hero-content-box .tp-hero-title {
        font-size: 53px
    }

    .ct-hero-title {
        font-size: 60px
    }

    .tp-hero-bg-circle::after {
        top: 0;
        left: 0;
        width: 900px;
        height: 900px
    }

    .tp-hero-light-shape-three {
        left: 40px;
        bottom: 50px
    }

    .tp-hero-light-shape-four {
        right: 10px;
        bottom: 50px
    }

    .tp-hero-right-img {
        margin-left: 0;
        bottom: -100px
    }

    .tp-hero-circle-three {
        right: -300px
    }

    .tp-hero-yellow-shape {
        right: -252px
    }

    .tp-hero-right-img-four img {
        max-width: 133%
    }
}

.tp-hero-right-img-four {
    max-width: inherit;
    margin-left: 144px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-content-box .tp-hero-title {
        font-size: 52px;
        letter-spacing: -1.5px
    }

    .ct-hero-title {
        font-size: 67px
    }

    .tp-hero-bg-circle::after {
        top: 123px;
        left: 0;
        width: 700px;
        height: 700px
    }

    .tp-hero-shape-three {
        left: -35px
    }

    .tp-hero-section-box {
        padding-bottom: 0
    }

    .tp-hero-section-box p {
        padding-right: 100px
    }

    .tp-hero-three-button-box {
        margin-bottom: 60px
    }

    .tp-hero-right-img-four {
        padding-top: 0
    }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .tp-hero-right-img-four {
        margin-left: 54px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-right-img-four {
        margin-left: -7px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-right-img-four {
        margin-left: 11px
    }

    .tp-hero-section-box-four .tp-hero-title {
        font-size: 40px
    }
}

.tp-hero-section-box-five {
    padding-top: 120px
}

.tp-hero-section-box-five__subtitle-wrapper {
    border: 1px solid #f1f3fa;
    padding: 15px 30px;
    border-radius: 10px;
    margin-left: -30px;
    margin-right: 260px
}

.tp-hero-section-box-five__subtitle h5 {
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-common-black);
    display: inline-block;
    margin-bottom: 0
}

.tp-hero-section-box-five__subtitle h5 b {
    color: #fd346e;
    font-size: 18px;
    font-weight: 500
}

.tp-hero-section-box-five__subtitle h5 span {
    color: #8a90a2;
    font-size: 12px;
    font-weight: 400
}

.tp-hero-section-box-five__subtitle-link a {
    color: var(--tp-common-black);
    background-color: rgba(255, 220, 96, .2);
    border-radius: 90px;
    padding: 9px 20px;
    line-height: 0;
    display: inline-block
}

.tp-hero-section-box-five__subtitle-link a:hover {
    background-color: rgba(137, 206, 251, .2)
}

.tp-hero-section-box-five__title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.tp-hero-section-box-five__input {
    position: relative;
    margin-right: 130px
}

.tp-hero-section-box-five__input input {
    width: 100%;
    border: 2px solid var(--tp-common-black);
    border-radius: 10px;
    height: 80px;
    padding-left: 25px;
    padding-right: 255px;
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 400
}

.tp-hero-section-box-five__input button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block
}

.tp-hero-bs-title {
    font-size: 87px;
    font-weight: 700;
    color: var(--tp-common-black);
    letter-spacing: -5px;
    padding-bottom: 30px
}

.tp-hero-right-side-five .tp-yellow-circle-five {
    height: 730px;
    width: 730px;
    background-color: var(--tp-theme-primary);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    margin-left: -33px
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
    .tp-hero-right-side-five .tp-yellow-circle-five {
        margin-left: -55 px
    }
}

.tp-hero-right-side-five__img {
    margin-left: 10px;
    margin-top: 25px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .tp-hero-right-side-five .tp-yellow-circle-five {
        height: 630px;
        width: 630px;
        margin-left: -56px
    }

    .tp-hero-right-side-five__img {
        margin-left: 0;
        margin-top: 70px
    }

    .creative-shape-img-2 {
        top: 30%
    }
}

@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),
(max-width:767px) {
    .tp-hero-right-side-five__img img {
        max-width: 100%
    }
}

.tp-hero-border {
    border-bottom: 1px solid #eee
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-hero-border {
        border: none
    }
}

.tp-hero-icon-five {
    position: absolute;
    bottom: -13px
}

.tp-bp-hero-shape {
    position: absolute;
    top: 0;
    right: 0
}

.bp-blur-shape {
    position: absolute;
    bottom: 0;
    left: 110px
}

.tp-hero-area:hover .bp-blur-shape {
    bottom: -70px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-section-box-five__subtitle-wrapper {
        margin-right: 180px
    }

    .tp-hero-section-box-five__title p {
        margin-bottom: 0
    }

    .tp-hero-bs-title {
        font-size: 65px;
        padding-bottom: 20px
    }

    .tp-hero-right-side-five .tp-yellow-circle-five {
        height: 500px;
        width: 500px;
        margin-left: -20px
    }

    .tp-hero-right-side-five__img {
        margin-top: 50px
    }

    .tp-bp-hero-shape {
        top: -31px;
        right: -185px
    }

    .tp-bp-hero-section-box .tp-bs-hero-title {
        font-size: 53px
    }

    .tp-creative-item {
        padding: 20px
    }

    .counter-text span {
        font-size: 30px !important
    }

    .counter-text p {
        font-size: 14px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-section-box-five__subtitle-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .tp-hero-section-box-five__title p {
        margin-bottom: 0
    }

    .tp-hero-section-box-five__title p br {
        display: none
    }

    .tp-hero-bs-title {
        font-size: 65px
    }

    .tp-hero-right-side-five .tp-yellow-circle-five {
        height: 400px;
        width: 400px;
        margin-left: -20px;
        margin-top: 90px
    }

    .tp-hero-right-side-five__img {
        margin-top: 150px
    }

    .tp-bp-hero-shape {
        top: -29px;
        right: -345px
    }

    .tp-bp-hero-section-box .tp-bs-hero-title {
        font-size: 43px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-right-side-five .tp-yellow-circle-five {
        margin-left: -16px
    }

    .tp-hero-icon-five {
        bottom: -67px
    }

    .tp-bp-hero-section-box .tp-bs-hero-title {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .tp-hero-text p {
        font-size: 16px;
        padding-bottom: 0;
        line-height: 28px;
        margin-bottom: 25px
    }

    .tp-hero-social a {
        padding-right: 25px
    }

    .tp-hero-social a i {
        padding-right: 0
    }

    .tp-hero-social-bg-color {
        padding-left: 0;
        padding-right: 0;
        background-color: transparent
    }

    .bp-hero-social span,
    .tp-hero-shape-three {
        display: none
    }

    .bp-hero-social a {
        padding-right: 0;
        height: 40px;
        width: 40px;
        background-color: var(--tp-common-white);
        color: var(--tp-common-white);
        display: inline-block;
        text-align: center;
        line-height: 40px;
        margin-right: 10px;
        box-shadow: 0 2px 55px rgba(168, 182, 218, .32);
        border-radius: 4px;
        transition: .5s
    }

    .bp-hero-social a:hover {
        border-radius: 50%;
        transform: rotate(360deg)
    }

    .tp-hero-button {
        margin-bottom: 0
    }

    .tp-hero-button .tp-btn,
    .tp-hero-button .tp-btn-grey {
        height: 56px;
        line-height: 56px;
        margin-bottom: 20px
    }

    .social-icon-1,
    .social-icon-2,
    .social-icon-3 {
        margin-bottom: 20px
    }

    .tp-hero-content-box .tp-hero-title {
        font-size: 30px;
        letter-spacing: -1.5px
    }

    .ct-hero-title {
        font-size: 40px;
        margin-bottom: 30px
    }

    .tp-hero-bg-circle::after {
        top: 123px;
        left: 0;
        width: 300px;
        height: 300px
    }

    .tp-hero-light-shape-three {
        left: 7px;
        bottom: 35px
    }

    .tp-hero-light-shape-four {
        right: 7px;
        bottom: 10px
    }

    .tp-hero-img img {
        max-width: 100%
    }

    .tp-hero-bd-title {
        font-size: 40px;
        margin-bottom: 0
    }

    .tp-hero-section-box {
        padding-bottom: 0;
        padding-top: 50px
    }

    .tp-hero-section-box p {
        font-size: 17px;
        margin-bottom: 0
    }

    .xs-bottom-space {
        margin-bottom: 30px
    }

    .tp-hero-three-button-box {
        flex-wrap: wrap
    }

    .tp-hero-right-img {
        margin-left: 0
    }

    .tp-hero-circle-three {
        height: 300px;
        width: 300px
    }

    .tp-hero-section-box-four p {
        padding-right: 0;
        margin-bottom: 0
    }

    .tp-hero-paly-button-four {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .tp-hero-social {
        padding-bottom: 0
    }

    .tp-hero-section-box-five {
        padding-top: 90px
    }

    .tp-hero-section-box-five__title {
        padding-bottom: 25px
    }

    .tp-hero-section-box-five__subtitle-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding: 15px 10px;
        flex-wrap: wrap;
        margin-bottom: 25px
    }

    .tp-hero-section-box-five__subtitle h5 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .tp-hero-section-box-five__subtitle h5 b {
        font-size: 14px
    }

    .tp-hero-section-box-five__title p {
        font-size: 17px
    }

    .tp-hero-section-box-five__title p br {
        display: none
    }

    .tp-hero-section-box-five__input input {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }

    .tp-hero-section-box-five__input button {
        position: static;
        top: 0;
        transform: translateY(0)
    }

    .tp-hero-bs-title {
        font-size: 33px;
        letter-spacing: 1px;
        padding-bottom: 15px
    }

    .tp-hero-right-side-five .tp-yellow-circle-five {
        margin-left: 0;
        height: 300px;
        width: 300px
    }

    .tp-bp-hero-section-box .tp-bs-hero-title {
        font-size: 30px
    }
}

.bs-xl-hero-social {
    margin-top: 70px
}

.tp-creative-content .tp-creative-title {
    color: var(--tp-common-white);
    font-weight: 700;
    font-size: 38px;
    line-height: 1.3
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-creative-content .tp-creative-title {
        font-size: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-creative-content .tp-creative-title {
        font-size: 32px
    }
}

.tp-creative-content .tp-creative-title b {
    color: #27e79c;
    text-decoration: underline
}

.tp-play-button a {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 90px;
    color: var(--tp-common-white)
}

.tp-play-button a i {
    font-size: 22px
}

.tp-creative-item {
    background: linear-gradient(to left, #29ef9a, #0074e6);
    padding: 20px;
    border-radius: 20px
}

.card-col {
    padding: 0 60px !important
}

@media only screen and (max-width:991px) {

    .tp-btn,
    .tp-btn-grey {
        padding: 0 10px
    }

    .tp-hero-big-img {
        margin-top: -100px
    }

    .card-col {
        padding: 0 120px !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-creative-item {
        padding: 20px 15px
    }

    .counter-text span {
        font-size: 25px !important
    }

    .counter-text p {
        font-size: 12px !important
    }
}

@media (max-width:767px) {
    .bs-xl-hero-social {
        margin-top: 40px
    }

    .tp-creative-content .tp-creative-title {
        font-size: 26px
    }

    .tp-play-button a {
        margin-bottom: 20px
    }

    .tp-play-button span {
        display: block
    }

    .card-col {
        padding: 0 80px !important
    }

    .tp-creative-item {
        padding: 20px
    }

    .counter-text span {
        font-size: 25px !important
    }

    .counter-text p {
        font-size: 12px !important
    }
}

.tp-creative-item:hover .tp-creative-icon,
.tp-service-item:hover .tp-sv-img {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.tp-creative-item:hover .tp-creative-icon i {
    color: rgba(41, 41, 48, .8)
}

.counter-text span {
    font-size: 45px;
    font-weight: 700;
    color: var(--tp-common-white);
    line-height: 1
}

.tp-creative-blue {
    background-color: var(--tp-theme-secondary)
}

.tp-creative-pink {
    background-color: #ffadad
}

.creative-shape-img {
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-50%)
}

.creative-shape-img img {
    width: 1000px !important
}

.cont {
    overflow: unset !important;
    position: relative
}

.right {
    width: 50%;
    white-space: nowrap;
    position: absolute;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .creative-shape-img {
        top: 31%;
        left: -74px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-title {
        font-size: 35px
    }

    .tpoffcanvas {
        width: 400px;
        padding: 40px
    }

    .tpoffcanvas__close-btn {
        right: 36px;
        top: 52px
    }

    .tpoffcanvas__content p br {
        display: none
    }

    .tpoffcanvas__contact ul li {
        font-size: 18px
    }

    .shape-circle-blue {
        height: 500px;
        width: 500px
    }

    .tp-hero-title {
        font-size: 56px
    }

    .tp-bp-hero-section-box .tp-bs-hero-title {
        font-size: 45px
    }

    .creative-shape-img {
        top: 29%;
        left: -100px
    }
}

.creative-shape-img-2 {
    position: absolute;
    animation: 5s infinite zoom
}

.tp-creative-icon,
.tp-sv-img {
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform .3s cubic-bezier(.21, .6, .44, 2.18);
    -moz-transition: transform .3s cubic-bezier(.21, .6, .44, 2.18);
    transition: transform .3s cubic-bezier(.21, .6, .44, 2.18)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .counter-text span {
        font-size: 32px
    }

    .counter-text p {
        font-size: 15px
    }

    .tp-creative-icon {
        margin-right: 15px
    }
}

.tp-creative-icon i {
    transition: .4s;
    font-size: 77px;
    color: rgba(41, 41, 48, .3)
}

.shape-two {
    position: absolute;
    top: -100px;
    left: 0
}

.circle-animation.testimonial {
    top: 50%;
    left: 50%;
    border: 1px solid #3f3f47;
    width: 900px;
    height: 900px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.tp-cta-bottom-wrapper {
    background-color: #f9fafb;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -115px;
    position: relative;
    z-index: 9
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .circle-animation.testimonial {
        top: 28%;
        width: 700px;
        height: 700px
    }

    .tp-cta-bottom-wrapper {
        margin-top: -25px
    }

    .tp-cta-section-title-box {
        padding-left: 0
    }
}

.corporate-brand__brand-item,
.corporate-testi__slider-avata,
.heading,
.tp-brands-item,
.tp-img-reveal-item {
    text-align: center
}

.tp-brand-build-title,
.tp-brand-title {
    color: var(--tp-common-black);
    font-weight: 700;
    font-size: 20px
}

.tp-brands-title-two h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--tp-common-white)
}

.tp-brand-title-four h4 {
    color: #8a90a2;
    font-size: 20px
}

.tp-brand-title-four b {
    font-weight: 700;
    color: var(--tp-common-black)
}

.bp-blog-shape-1 {
    position: absolute;
    bottom: 72px;
    right: 42px;
    animation: 15s linear infinite rotate2
}

.bp-blog-shape-2 {
    position: absolute;
    right: 62px;
    top: 53px;
    animation: 10s linear infinite moving
}

.bp-blog-shape-3,
.tp-sv-button img {
    animation: 15s linear infinite rotate2
}

.bp-blog-shape-3 {
    position: absolute;
    bottom: -60px;
    left: -100px
}

.tp-service-item {
    background-color: var(--tp-common-white);
    padding: 70px 60px;
    border-radius: 20px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .creative-shape-img-2 {
        top: 41%;
        right: -267px
    }

    .creative-box {
        padding: 0
    }

    .tp-creative-icon {
        margin-right: 20px
    }

    .tp-service-item {
        padding: 50px 30px
    }

    .tp-sv-content {
        padding-left: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-service-item {
        padding: 30px 25px
    }
}

@media (max-width:767px) {
    .counter-text p {
        font-size: 16px
    }

    .creative-shape-img {
        top: 29%;
        left: -245px;
        transform: translateY(-50%) rotate(17deg);
        transform-origin: left bottom
    }

    .tp-creative-icon {
        margin-right: 20px
    }

    .circle-animation.testimonial {
        top: 32%;
        width: 330px;
        height: 330px
    }

    .tp-cta-bottom-wrapper {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .tp-cta-img-item {
        padding-top: 50px
    }

    .tp-cta-img-item img {
        max-width: 100%;
        transform: rotateY(180deg)
    }

    .tp-cta-section-title-box {
        padding-left: 0
    }

    .tp-brand-title {
        font-size: 17px
    }

    .tp-brand-build-title {
        font-size: 18px
    }

    .tp-service-item {
        flex-wrap: wrap;
        padding: 35px 20px
    }

    .tp-service-item .tp-sv-img {
        margin-bottom: 20px
    }
}

.tp-sv-box:before {
    content: "";
    background-image: linear-gradient(to left, #29ef9a, #0074e6);
    height: 27px;
    width: 84%;
    bottom: 0;
    position: absolute;
    left: 0;
    border-radius: 30px;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: .4s
}

.tp-sv-box:hover:before {
    bottom: -20px
}

.tp-sv-img img {
    min-width: 105px
}

.tp-sv-content .tp-sv-title {
    color: var(--tp-common-black);
    font-size: 32px;
    font-weight: 500
}

.tp-sv-content p {
    line-height: 26px
}

.tp-sv-link a {
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 600
}

.tp-sv-link a:hover i {
    animation: .4s forwards tfLeftToRight
}

.tp-sv-link a i {
    font-weight: 400;
    padding-right: 10px
}

.tp-sv-shape-img {
    position: absolute;
    bottom: -25px;
    right: 0
}

.z-index-bg {
    z-index: 3
}

.service-bg {
    width: 560px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .tp-sv-shape-img {
        bottom: -130px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .corporate-pink-btn {
        padding: 0 20px
    }

    .shape-circle-yellow {
        top: -220px;
        left: -200px
    }

    .shape-one {
        top: 78%
    }

    .tp-bp-hero-space {
        padding-bottom: 70px
    }

    .tp-hero-social-bg-color {
        padding-left: 0
    }

    .tp-sv-shape-img {
        bottom: -130px
    }
}

.tp-sv-shape-img-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto
}

.tp-sv-item-two {
    border: 1px solid #3f3f47;
    border-radius: 20px;
    position: relative;
    padding: 90px 44px 90px 50px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-sv-item-two {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 42px;
        position: relative;
        padding-right: px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-sv-content {
        padding-left: 15px
    }

    .tp-sv-content .tp-sv-title {
        font-size: 25px
    }

    .tp-sv-content p {
        font-size: 15px
    }

    .tp-sv-item-two {
        padding: 30px 26px 30px 39px
    }
}

.tp-sv-item-two:hover {
    border-color: #3f3f47
}

.tp-sv-item-two:hover::after {
    height: 100%
}

.portfolio-four:hover::after,
.tp-sv-item-two:hover .tp-sv-icon-two {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.tp-sv-icon-two {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 101%;
    width: 100%;
    background-color: #3f3f47;
    border-radius: 20px;
    transition: .3s;
    transform: scale(.9)
}

.tp-sv-icon-two i {
    font-size: 165px;
    -webkit-text-stroke: 1px #8D8D9C;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.tp-sv-icon-two a {
    height: 100%;
    width: 100%;
    display: block
}

.tp-sv-content-tow .tp-sv-product-design {
    font-size: 32px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 40px
}

.tp-sv-content-tow p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #b5b8c1;
    margin-bottom: 0
}

.tp-sv-blue-color {
    border-bottom: 3px solid #5956e9
}

.tp-sv-sky-color {
    border-bottom: 3px solid #57c9da
}

.tp-sv-pink-color {
    border-bottom: 3px solid #ffadad
}

.service-color-1 {
    background-color: rgba(255, 220, 96, .1)
}

.service-color-2 {
    background-color: rgba(130, 132, 253, .1)
}

.service-color-3 {
    background-color: rgba(255, 173, 173, .1)
}

.tp-services-item {
    padding: 80px 45px;
    border-radius: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-sv-content-tow p {
        font-size: 16px
    }

    .tp-services-item {
        padding: 45px 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-sv-shape-img {
        bottom: -74px
    }

    .tp-sv-item-two {
        padding: 60px 25px 60px 50px
    }

    .tp-services-item {
        padding: 40px 45px
    }
}

.tp-services-item__icon img {
    min-height: 123px
}

.tp-services-item__content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #8a879f;
    margin-bottom: 0
}

.tp-services-item:hover .tp-services-item__icon {
    animation: .8s icon-bounce
}

.tp-sv-title {
    font-size: 32px;
    color: var(--tp-common-black);
    font-weight: 500;
    margin-bottom: 45px
}

.tp-service-item-four {
    background-color: var(--tp-common-white);
    box-shadow: 0 4px 4px rgba(100, 109, 152, .06);
    padding: 65px 55px 55px;
    border-radius: 20px;
    transition: .3s;
    position: relative;
    z-index: 2
}

.tp-service-item-four__img {
    height: 60px;
    width: 60px;
    background-color: rgba(139, 64, 229, .15);
    line-height: 60px;
    text-align: center;
    border-radius: 6px;
    transition: .6s
}

.tp-sv-sm-title {
    font-size: 24px;
    color: var(--tp-common-black);
    font-weight: 500;
    line-height: 32px
}

.tp-sv-border-effect::after {
    position: absolute;
    content: "";
    bottom: 3px;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #1ee2cf;
    border-radius: 20px;
    transition: .4s
}

.tp-sv-border-effect:hover .tp-service-item-four__img {
    transform: rotateY(180deg)
}

.tp-sv-border-effect:hover::after {
    bottom: -3px
}

.sv-border-effect-1::after {
    background-color: #8b40e5
}

.sv-border-effect-2::after {
    background-color: #ff885a
}

.sv-border-effect-3::after {
    background-color: #fd346e
}

.sv-border-effect-4::after {
    background-color: #0d88ff
}

.sv-border-effect-5::after {
    background-color: #0cd68a
}

.sv-border-effect-6::after {
    background-color: #fcdc02
}

.sv-color-1 .tp-service-item-four__img,
.sv-color-1 .tp-service-item-four__title:hover .tp-service-item-four__img {
    background-color: rgba(30, 226, 207, .15)
}

.sv-color-1 .tp-service-item-four__title:hover h3 {
    color: #1ee2cf
}

.sv-color-2 .tp-service-item-four__img {
    background-color: rgba(139, 64, 229, .15)
}

.sv-color-2 .tp-service-item-four__title:hover h3 {
    color: #8b40e5
}

.sv-color-3 .tp-service-item-four__img {
    background-color: rgba(255, 136, 90, .15)
}

.sv-color-3 .tp-service-item-four__title:hover h3 {
    color: #ff885a
}

.sv-color-4 .tp-service-item-four__img {
    background-color: rgba(253, 52, 110, .15)
}

.sv-color-4 .tp-service-item-four__title:hover h3 {
    color: #fd346e
}

.sv-color-5 .tp-service-item-four__img {
    background-color: rgba(13, 136, 255, .15)
}

.sv-color-5 .tp-service-item-four__title:hover h3 {
    color: #0d88ff
}

.sv-color-6 .tp-service-item-four__img {
    background-color: rgba(12, 214, 138, .15)
}

.sv-color-6 .tp-service-item-four__title:hover h3 {
    color: #0cd68a
}

.sv-color-7 .tp-service-item-four__img {
    background-color: rgba(252, 220, 2, .15)
}

.sv-color-7 .tp-service-item-four__title:hover h3 {
    color: #fcdc02
}

.sv-color-eight {
    background-color: rgba(130, 206, 253, .15);
    padding-top: 65px;
    padding-bottom: 65px;
    border-radius: 20px
}

.sv-color-eight__title h3 {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px
}

.sv-color-eight__title h3:hover {
    color: var(--tp-theme-1)
}

.sv-color-eight__title i {
    color: var(--tp-theme-1);
    font-weight: 900;
    font-size: 110px;
    transform: rotate(45deg);
    transition: .3s
}

.sv-color-eight__title i:hover {
    color: var(--tp-theme-secondary)
}

.tp-best-services-title-box {
    margin-bottom: 180px
}

.tpservices {
    padding-left: 50px
}

.tpservices__icon i {
    font-size: 66px;
    color: rgba(0, 0, 0, .3)
}

.tpservices__icon .angle-right-svg {
    color: var(--tp-common-black);
    font-weight: 300
}

.tpservices__content .tp-sv-bs-title {
    color: var(--tp-common-black);
    font-weight: 500;
    font-size: 30px;
    line-height: 1.3
}

.circle-animation span.tp-circle-1,
.circle-animation span.tp-circle-2,
.circle-animation span.tp-circle-skye {
    display: block;
    top: calc(50% - 1px);
    width: 50%;
    height: 1px;
    background: 0 0;
    transform-origin: left;
    position: absolute;
    content: ""
}

.bp-sv-color-3:hover,
.pro-sm-title:hover,
.sv-case-sm-title:hover,
.tp-project-content .pro-lg-title:hover,
.tp-project-subtitle:hover,
.tp-project-title:hover,
.tpservices__content .tp-sv-bs-title:hover {
    color: var(--tp-theme-1)
}

.sv-border-top {
    border-top: 2px solid var(--tp-common-black)
}

.sv-border-bottom {
    border-bottom: 2px solid var(--tp-common-black)
}

.tp-mission-img,
.tp-sv-space-wrapper {
    margin-left: 110px
}

.service-space {
    padding: 40px 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sv-color-eight__title i {
        font-size: 100px
    }

    .tp-sv-space-wrapper {
        margin-left: 0
    }

    .service-space {
        margin-left: 0;
        padding: 20px
    }
}

@media (max-width:767px) {
    .tp-sv-content {
        padding-left: 0
    }

    .tp-sv-content .tp-sv-title {
        font-size: 25px
    }

    .tp-sv-shape-img {
        width: 300px;
        bottom: -190px;
        right: 30px
    }

    .home-package .package-carousel .package_box,
    .main-package .item {
        width: 80% !important
    }

    .tp-sv-item-two {
        padding: 50px 11px 50px 33px
    }

    .tp-services-item {
        padding: 35px 30px
    }

    .tp-sv-button {
        margin-bottom: 70px
    }

    .tpservices {
        padding-left: 25px
    }

    .tpservices__content .tp-sv-bs-title {
        font-size: 20px
    }

    .tpservices__content .tp-sv-bs-title br {
        display: none
    }

    .tp-sv-space-wrapper {
        margin-left: 0
    }

    .service-space {
        margin-left: 0;
        padding: 20px 5px
    }
}

.bg-white-wrapper {
    transition: .3s;
    position: relative;
    z-index: 2;
    overflow: hidden
}

.bg-white-wrapper:before {
    content: "";
    background: #fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s
}

.bg-white-wrapper:hover:before {
    animation: 2s bounceRight;
    width: 100%
}

.bg-white-wrapper:hover .tpservices__icon a,
.blogs .blog-post p,
.tp-title-sm {
    color: #000
}

.circle-animation.service {
    top: 5%;
    left: 8%;
    border: 1px solid #e8ecf2;
    width: 757px;
    height: 757px;
    position: absolute;
    border-radius: 50%
}

.circle-animation span.tp-circle-1,
.circle-animation span.tp-circle-skye {
    left: 50%;
    -webkit-animation: 13s linear infinite circle-animation;
    -moz-animation: 13s linear infinite circle-animation;
    -o-animation: 13s linear infinite circle-animation;
    animation: 13s linear infinite circle-animation
}

.circle-animation span.tp-circle-2 {
    left: 50%;
    transform: scale(-1, 1);
    -webkit-animation: 13s linear infinite circle-animation2;
    -moz-animation: 13s linear infinite circle-animation2;
    -o-animation: 13s linear infinite circle-animation2;
    animation: 13s linear infinite circle-animation2
}

.circle-animation span.tp-circle-1::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    right: -12px;
    background-color: #28ec9b
}

.circle-animation span.tp-circle-2::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -7px;
    background-color: #0d97cf
}

.circle-animation.service-two {
    bottom: -3%;
    right: 9%;
    border: 1px solid #e8ecf2;
    width: 488px;
    height: 488px;
    position: absolute;
    border-radius: 50%
}

.circle-animation span.tp-circle-skye::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: -25px;
    right: -12px;
    background-color: #82cefd
}

.bpservice,
.bpservice__item {
    border-radius: 10px;
    transition: .3s
}

.tp-blog-bs-space,
.tp-project-bs-space,
.tp-service-bs-space {
    margin-left: 130px;
    margin-right: 130px
}

.bp-sv-shape-1 {
    position: absolute;
    bottom: 18px;
    right: -26px;
    animation: 9s linear infinite moving
}

.bp-sv-shape-2,
.bs-shape-1 {
    animation: 15s linear infinite rotate2;
    position: absolute
}

.bp-sv-shape-2 {
    left: -100px;
    bottom: -90px
}

.bs-shape-1 {
    left: 115px;
    top: 70px
}

.bs-shape-2 {
    position: absolute;
    top: 70px;
    right: 90px;
    animation: 15s linear infinite moving
}

.bpservice {
    background-color: transparent;
    padding: 20px
}

.bpservice__item {
    padding: 55px 35px;
    border: 1px solid transparent
}

.bpservice__icon a {
    height: 84px;
    width: 84px;
    background-color: var(--tp-common-dpink);
    display: inline-block;
    text-align: center;
    line-height: 84px;
    border-radius: 50%;
    margin-bottom: 42px
}

.bpservice__content .bp-sv-sm-title {
    font-size: 32px;
    color: var(--tp-common-black);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 32px;
    display: inline-block
}

.bpservice__content P {
    font-size: 16px;
    margin-bottom: 0
}



.bpservice.active,
.bpservice:hover {
    box-shadow: 0 26px 50px rgba(206, 210, 225, .24);
    background-color: var(--tp-common-white)
}

.bpservice.active .bpservice__item,
.bpservice:hover .bpservice__item {
    border: 1px solid #f0f0f7
}

.bpservice.active .bpservice__icon a,
.bpservice:hover .bpservice__icon a {
    animation: .8s icon-bounce
}

.bp-sv-color-1:hover {
    color: var(--tp-common-dpink)
}

.bp-sv-color-2 .bpservice__icon a,
.cpprice.active {
    background-color: var(--tp-common-blue)
}

.bp-sv-color-2:hover,
.sd-service-details a:hover {
    color: var(--tp-common-blue)
}

.bp-sv-color-3 .bpservice__icon a {
    background-color: var(--tp-theme-1)
}

.sv-1-border,
.sv-2-border {
    border: 1px solid #f3f3f3
}

.svcase__img {
    margin-bottom: 30px;
    border-radius: 20px
}

.svcase__img img {
    border-radius: 20px;
    max-width: 100%;
    transform: scale(1);
    transition: 1s
}

.svcase:hover .svcase__img img,
.tp-project-box-sm:hover .tp-project-sm-img img,
.tp-project-box:hover .tp-project-img img,
.tp-project-item-two:hover img {
    transform: scale(1.1)
}

.svcase__content p {
    font-size: 16px;
    line-height: 27px
}

.sv-case-sm-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--tp-common-black);
    padding-bottom: 5px
}

.ac-feature-sm-title,
.ac-feature-title {
    font-weight: 700;
    color: var(--tp-common-black)
}

.service-details-space {
    margin-bottom: 200px
}

.service-pt-pb {
    padding-top: 125px;
    padding-bottom: 100px
}

.amaboutinfo,
.sd-service-details-paragraph {
    padding-left: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-sv-title {
        margin-bottom: 25px
    }

    .tp-sv-sm-title {
        font-size: 20px
    }

    .circle-animation.service-two {
        bottom: 0;
        right: 0
    }

    .sd-service-details-paragraph {
        padding-left: 45px
    }
}

.sd-service-details a {
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    text-decoration-line: underline;
    color: var(--tp-common-black);
    display: inline-block;
    transition: .3s
}

.fea-color-1,
.fea-color-2,
.fea-color-2 svg,
.fea-color-3,
.fea-color-3 svg {
    transition: .5s
}

.sd-service-details a::before {
    content: "";
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background-color: var(--tp-common-blue);
    display: inline-block;
    transform: translateY(4px);
    margin-right: 10px
}

.tp-service-tab button::after,
.tp-service-tab button::before {
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 33px;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    content: ""
}

.sd-service-details a i {
    font-size: 14px;
    padding-left: 10px
}

.sd-big-img {
    margin-bottom: 100px
}

.cd-banner-img img,
.sd-big-img img {
    border-radius: 20px;
    max-width: 100%
}

.sv-four-color {
    background-color: rgba(130, 206, 253, .1)
}

.sv-five-color {
    background-color: rgba(30, 226, 207, .1)
}

.sv-six-color {
    background-color: rgba(253, 52, 110, .1)
}

.tp-feature-list {
    padding-bottom: 15px
}

.tp-feature-list__icon-img {
    height: 60px;
    width: 60px;
    background-color: var(--tp-theme-1);
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    flex: 0 0 auto
}

.tp-feature-list__content h4 {
    color: var(--tp-common-black);
    font-size: 24px;
    font-weight: 500
}

.tp-feature-list__content p {
    color: #8a90a2;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.tp-feature-list:hover .fea-color-1 {
    box-shadow: inset 0 0 0 40px rgba(30, 226, 207, .9)
}

.tp-feature-list:hover .fea-color-1 svg,
.tp-feature-list:hover .fea-color-2 svg,
.tp-feature-list:hover .fea-color-3 svg {
    color: var(--tp-common-white);
    position: relative;
    z-index: 3
}

.tp-feature-list:hover .fea-color-2 {
    box-shadow: inset 0 0 0 40px rgba(66, 62, 243, .9)
}

.tp-feature-list:hover .fea-color-3 {
    box-shadow: inset 0 0 0 40px rgba(253, 52, 110, .9)
}

.fea-color-1 {
    background-color: rgba(30, 226, 207, .15)
}

.fea-color-1 svg {
    color: var(--tp-common-paste);
    transition: .5s
}

.fea-color-2 {
    background-color: rgba(66, 62, 243, .15)
}

.fea-color-3,
.tpchosebox__icon a {
    background-color: rgba(253, 52, 110, .15)
}

.fea-color-2 svg {
    color: var(--tp-theme-1)
}

.ac-circle,
.tpchosebox {
    background-color: var(--tp-common-white)
}

.fea-color-3 svg {
    color: #fd346e
}

.tpchosebox {
    border-radius: 20px;
    box-shadow: 0 26px 50px rgba(203, 206, 225, .24);
    padding: 50px 40px
}

.ac-circle,
.ac-circle::after {
    box-shadow: 0 1px 40px #d4dae8;
    border-radius: 50%
}

.tpchosebox:hover .tpchosebox__icon a {
    transform: rotateY(-180deg)
}

.tpchosebox__icon a {
    color: var(--tp-common-dpink);
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 26px;
    border-radius: 50%
}

.tpchosebox__content h4 {
    color: var(--tp-common-black);
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px
}

.job-title-sm a,
.tp-blg-lg-title a,
.tpchosebox__content h4 a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    transition: background-size .4s linear
}

.job-title-sm a:hover,
.tpchosebox__content h4 a:hover {
    background-size: 0 1px, 100% 1px
}

.tpchosebox__content p {
    color: #8a90a2;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.fea-color-4 a {
    background-color: rgba(30, 226, 207, .15);
    color: var(--tp-common-paste)
}

.fea-color-5 a {
    background-color: rgba(252, 220, 2, .15);
    color: var(--tp-theme-primary)
}

.tp-chose-bg {
    position: absolute;
    z-index: -1;
    left: 0
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .corporate-btn-sv {
        font-size: 16px;
        padding: 0 20px
    }

    .header-transparent-two {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 5px;
        padding-right: 5px
    }

    .tp-chose-bg {
        right: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpchosebox {
        padding: 50px 34px
    }

    .tp-chose-bg {
        right: 70px
    }

    .tp-feature-section-title-box {
        padding-left: 40px
    }
}

.ce-chose-shape {
    position: absolute;
    bottom: 130px;
    right: 100px;
    animation: 9s linear infinite moving
}

.tp-chose-space {
    transform: translateX(-75px)
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-chose-space {
        transform: translateX(-23px)
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .bs-shape-1 {
        top: -50px
    }

    .bs-shape-2 {
        top: 134px
    }

    .ce-chose-shape {
        bottom: 70px
    }

    .tp-chose-space {
        transform: translateX(0)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bpservice__item {
        padding: 35px 15px
    }

    .bpservice__content .bp-sv-sm-title {
        font-size: 25px;
        margin-bottom: 25px
    }

    .tp-chose-space {
        transform: translateX(-12px)
    }

    .tp-feature-section-title-box .tp-title-sm {
        font-size: 29px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-sv-button {
        margin-bottom: 50px
    }

    .circle-animation.service {
        top: 9%;
        left: 0
    }

    .bpservice__content .bp-sv-sm-title {
        font-size: 25px;
        margin-bottom: 25px
    }

    .tp-chose-bg {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center
    }

    .tp-feature-section-title-box {
        margin-top: 60px
    }
}

@media (max-width:767px) {
    .circle-animation.service {
        top: 5%;
        left: 5%;
        height: 300px;
        width: 300px
    }

    .circle-animation.service-two {
        bottom: 12px;
        right: 3%;
        height: 200px;
        width: 200px
    }

    .bpservice__item {
        padding: 38px 15px
    }

    .bpservice__content .bp-sv-sm-title {
        font-size: 25px;
        margin-bottom: 25px
    }

    .sd-service-details a {
        margin-bottom: 50px;
        font-size: 16px
    }

    .tp-feature-list__icon-img {
        margin-bottom: 20px
    }

    .tp-feature-list__content p {
        font-size: 17px
    }

    .tp-feature-list__content p br {
        display: none
    }

    .tp-fea-img {
        margin-bottom: 60px
    }

    .tp-chose-bg {
        position: static;
        margin-bottom: 70px
    }

    .tp-chose-bg img {
        max-width: 100%
    }

    .tp-chose-area {
        padding-top: 120px
    }

    .tpchosebox-main {
        margin-bottom: 70px
    }

    .tp-feature-section-title-box p {
        font-size: 15px
    }

    .tp-feature-list {
        flex-wrap: wrap;
        margin-bottom: 30px
    }
}

.ac-feature-title {
    font-size: 50px;
    line-height: 1.2
}

.ac-feature-right {
    padding-left: 55px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .ac-feature-right {
        padding-left: 35px
    }
}

.acfeature {
    text-align: center;
    margin-top: -17px
}

.acfeature__item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.ac-feature-sm-title {
    font-size: 24px;
    transition: .3s
}



.tp-hero-big-img.wow.fadeInRight {
    display: flex;
    justify-content: end;
}

.ac-feature-sm-title:hover,
.icons .img-fluid {
    /* color: #29ef9a */
}

.ac-circle {
    height: 30px;
    width: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px
}

.ac-circle::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    width: 15px;
    background-color: #961824;
    display: inline-block;
    content: "";
    transform: translate(-50%, -50%)
}

.ac-feature-space {
    padding-bottom: 80px
}

.ac-feature-border-top {
    border-top: 1px solid rgba(41, 41, 48, .08)
}

.ac-cirle-color-2,
.ac-cirle-color-3,
.ac-cirle-color-4 {
    transition: .3s
}

.ac-cirle-color-2:hover {
    /* color: #00b9ff */
}

.ac-cirle-color-2::after {
    background-color: #961824
}

.ac-cirle-color-3:hover {
    color: #192723
}

.ac-cirle-color-3::after {
    background-color: #961824
}

.ac-cirle-color-4::after {
    background-color: #961824
}

.tp-business-tab button,
.tp-product-title {
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 500
}

.tp-service-tab button {
    margin-left: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #8a90a2;
    position: relative;
    padding-bottom: 15px
}

.tp-service-tab button::after {
    position: absolute;
    left: 0;
    background-color: var(--tp-theme-1)
}

.tp-service-tab button::before {
    position: absolute;
    right: 0;
    background-color: var(--tp-theme-primary);
    z-index: 9
}

.tp-project-img img,
.tp-project-item-two .project-one img,
.tp-project-sm-img img {
    border-radius: 20px;
    transform: scale(1);
    transition: 1s
}

.tp-project-box {
    background-color: #f7f8fd;
    padding: 40px;
    border-radius: 20px
}

.tp-project-content .pro-lg-title {
    font-size: 35px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-bottom: 25px
}

.actestimonial__icon,
.tp-project-content p,
.tplogin__form .tp-forgot-password {
    margin-bottom: 40px
}

.tp-project-sm-content p {
    line-height: 30px;
    margin-bottom: 35px
}

.pro-sm-title {
    font-size: 26px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-bottom: 30px;
    letter-spacing: -1px
}

.bp-project-shape-1 {
    position: absolute;
    top: -91px;
    left: -70px;
    animation: 15s linear infinite rotate2
}

.bp-project-shape-2 {
    position: absolute;
    bottom: 28px;
    right: 33px;
    animation: 15s linear infinite rotate2
}

.tp-project-box-sm {
    background-color: #f7f8fd;
    padding: 43px 0;
    border-radius: 20px
}

.tp-project-sm-img {
    width: 230px;
    flex: 0 0 auto;
    border-radius: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-service-tab button {
        margin-left: 25px
    }

    .tp-project-box {
        padding: 40px 36px
    }

    .tp-project-sm-content p {
        font-size: 15px
    }

    .pro-sm-title {
        font-size: 22px
    }

    .tp-project-box-sm {
        padding: 32px 0
    }

    .tp-project-sm-img {
        margin-right: 25px
    }

    .tp-project-title {
        font-size: 18px
    }
}

.tp-project-sm-img img {
    width: 100%
}

.tp-service-tab button.active::after,
.tp-service-tab button:hover::after {
    visibility: visible;
    opacity: 1;
    width: 98%
}

.tp-project-shape {
    position: absolute;
    right: 0;
    bottom: -25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-service-tab-button {
        margin-bottom: 30px
    }

    .tp-project-shape {
        bottom: -51px
    }

    .tp-project-section-box {
        text-align: center
    }
}

.tp-project-tab-button {
    background-color: #f9fafb;
    padding: 10px 15px;
    display: inline-block
}

.tp-project-tab-button button {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 35px;
    position: relative;
    margin-left: -4px
}

.tp-project-tab-button button span {
    position: relative;
    z-index: 3
}

.tp-project-tab-button button.active,
.tp-radius-button button.active {
    box-shadow: 0 15px 30px rgba(57, 81, 105, .05);
    background-color: var(--tp-common-white);
    color: var(--tp-common-black)
}

.portfolio-four:hover .portfolio-icon a,
.tp-project-tab-button button.active:before {
    opacity: 1;
    visibility: visible
}

.tp-project-tab-button button:hover {
    color: #222
}

.portfolio-animation-icon svg:hover,
.tp-pj-subtitle:hover,
.tp-pj-title:hover,
.tp-project-item-four__info-four h4:hover,
.tp-project-item-four__info-four span:hover,
.tp-project-item-four__info-sm span:hover,
.tp-testi-cm-sm-title:hover {
    color: var(--tp-theme-1)
}

.tp-project-tab-button button:before {
    content: "";
    height: 100%;
    width: 101%;
    top: 0;
    left: -1px;
    background: #fff;
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden
}

.tp-project-tab-button button:after {
    content: "";
    height: 40px;
    width: 1px;
    top: 50%;
    right: 0;
    background: #e4e6ea;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-fea-img {
        margin-bottom: 70px
    }

    .ac-feature-title {
        font-size: 42px;
        margin-bottom: 30px
    }

    .tp-service-tab button {
        margin-left: 0;
        margin-right: 40px;
        font-size: 16px
    }

    .tp-project-shape {
        bottom: -60px
    }

    .tp-project-tab-button button {
        font-size: 14px;
        padding: 15px
    }

    .tp-project-tab-button button:after {
        height: 20px
    }
}

.project-shape-img {
    position: absolute;
    top: 200px;
    left: -85px;
    animation: 5s infinite zoom
}

.tp-project-shape-one {
    position: absolute;
    left: 3%;
    top: 12%;
    animation: 4s linear infinite jumpTwo
}

.tp-project-shape-two {
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(-50%);
    animation: 3s linear infinite jumpTwo
}

@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) {
    .ce-hero-shape {
        top: 173px;
        left: 16px
    }

    .ce-hero-shape-two {
        bottom: 165px;
        left: 20px
    }

    .tp-project-shape-two {
        top: 85%
    }
}

.tp-project-icon-two {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.tp-project-icon-two a {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: var(--tp-theme-primary);
    color: transparent;
    display: inline-block;
    text-align: center;
    line-height: 105px;
    font-size: 36px;
    -webkit-text-stroke: 2px #292930;
    transition: .3s;
    transform: rotate(45deg) scale(.7);
    opacity: 0;
    visibility: hidden
}

.tp-project-icon-two a:hover {
    background-color: var(--tp-theme-1);
    -webkit-text-stroke: 2px #fff
}

.tp-project-item-two:hover .tp-project-icon-two a {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    visibility: visible
}

.tp-project-item-three__img img {
    max-width: 100%;
    border-radius: 20px
}

.tp-project-item-three__bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    transition: .3s 0.5s;
    opacity: 0;
    bottom: 25px;
    width: inherit;
    height: inherit
}

.tp-project-item-four .tp-hover-wrapper,
.tp-project-item-three__bg-info {
    background-color: var(--tp-theme-primary);
    border-radius: 10px;
    display: inline-block;
    padding: 45px 75px
}

@media (max-width:767px) {
    .ac-feature-title {
        font-size: 35px;
        margin-bottom: 30px
    }

    .tp-service-tab button {
        margin-left: 0;
        margin-bottom: 10px;
        margin-right: 20px
    }

    .tp-project-box {
        padding: 20px
    }

    .tp-project-content {
        margin-left: 0
    }

    .tp-project-content .tp-btn-sm {
        padding: 0 21px
    }

    .tp-project-content .pro-lg-title {
        font-size: 21px
    }

    .tp-project-sm-content p {
        font-size: 16px
    }

    .pro-sm-title {
        font-size: 20px;
        margin-bottom: 10px
    }

    .tp-project-box-sm {
        flex-wrap: wrap;
        padding: 20px
    }

    .tp-project-sm-img {
        margin: 0 0 20px;
        width: 100%
    }

    .tp-project-shape {
        bottom: -46px
    }

    .tp-project-tab-button button {
        font-size: 14px;
        padding: 6px 13px;
        margin: 3px 0
    }

    .tp-project-tab-button button:after {
        display: none
    }

    .tp-project-shape-one {
        top: 0;
        left: 0
    }

    .tp-project-shape-two {
        top: 92%
    }

    .tp-project-item-three__bg-info {
        padding: 21px 20px
    }
}

.tp-project-item-three:hover .tp-project-title,
.tp-team-item:hover .tp-team-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s
}

.tp-project-item-three:hover .tp-project-subtitle,
.tp-team-item:hover .tp-team-subtitle {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s
}

.tp-project-item-three:hover .tp-project-item-three__bg {
    opacity: 1;
    visibility: visible;
    bottom: 40px;
    transition-delay: 0s
}

.tp-project-title {
    color: var(--tp-common-black);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    transition: .3s ease-out 0.2s
}

.tp-project-subtitle,
.tp-team-title {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px)
}

.tp-project-subtitle {
    color: var(--tp-common-black);
    transform: translateY(5px);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    visibility: hidden;
    opacity: 0
}

.project-slider-dots {
    padding-top: 60px
}

.project-slider-dots .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    margin: 0 3px;
    opacity: .5;
    transition: .3s
}

.project-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-slider-dots-four .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-theme-1);
    width: 30px;
    border-radius: 30px;
    opacity: 1
}

.tp-project-item-four::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 48, .32);
    opacity: 0;
    border-radius: 20px;
    transition: .3s;
    pointer-events: none
}

.tp-project-item-four__img {
    border-radius: 15px
}

.tp-project-item-four__info-four,
.tp-project-item-four__info-sm {
    border-radius: 10px;
    top: 20%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    z-index: 5;
    opacity: 0;
    background-color: var(--tp-theme-primary);
    left: 50%;
    position: absolute
}

.tp-project-item-four__img img {
    border-radius: 15px;
    transform: scale(1);
    transition: 1s
}

.tp-project-item-four__info-four {
    padding: 45px 70px;
    transition: .3s
}

.tp-project-item-four__info-four h4 {
    font-size: 26px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.tp-project-item-four__info-four span {
    color: var(--tp-common-black);
    font-size: 16px;
    font-weight: 500
}

.tp-project-item-four__info-sm {
    padding: 20px 30px;
    display: inline-block;
    text-align: center;
    transition: .3s
}

.tp-project-item-four__info-sm span {
    color: var(--tp-common-black);
    font-size: 16px;
    font-weight: 500
}

.tp-pj-subtitle,
.tp-pj-title,
.tp-testi-cm-sm-title,
.tpproject__thumb-icon a:hover {
    color: var(--tp-common-black)
}

.tp-project-item-four:hover .tp-project-item-four__info-four,
.tp-project-item-four:hover .tp-project-item-four__info-sm {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.ac-ab-img:hover img,
.portfolio-thumb:hover img,
.tp-project-item-four:hover .tp-project-item-four__img img {
    transform: scale(1.1)
}

.testi-slider-opacity.swiper-slide.swiper-slide-active,
.tp-project-item-four:hover::after {
    opacity: 1
}

.tp-testi-cm-sm-title {
    font-size: 23px;
    font-weight: 500
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-project-subtitle {
        font-size: 14px
    }

    .tp-testi-cm-sm-title {
        font-size: 18px
    }

    .tp-radius-button button {
        padding: 20px 40px
    }
}

.tp-radius-button {
    background-color: transparent
}

.tp-radius-button button {
    padding: 20px 40px;
    font-size: 18px
}

.tp-pj-subtitle {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    transition: .3s
}

.tp-pj-title {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 25px;
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-pj-title {
        font-size: 25px
    }
}

.tp-pj-title:hover svg line {
    stroke: var(--tp-theme-1)
}

.tp-pj-title svg {
    margin-left: 40px;
    transition: .3s
}

.bp-project-item .bp-project-img img,
.tpproject__thumb img {
    transform: scale(1);
    transition: .9s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-project-item-three__bg-info {
        padding: 25px
    }

    .tp-project-title {
        font-size: 20px
    }

    .tp-project-item-four__info-sm {
        padding: 19px 23px
    }

    .tp-project-item-four__info-sm span {
        font-size: 14px
    }

    .tp-testi-cm-sm-title {
        font-size: 16px
    }

    .tp-radius-button button {
        padding: 20px 25px
    }

    .tp-pj-title {
        font-size: 21px
    }

    .tp-pj-title svg {
        width: 4%
    }

    .bp-project-item span svg {
        width: 60%
    }
}

.tpproject__thumb img {
    border-radius: 20px;
    filter: grayscale(100%)
}

.tpproject__thumb-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.7);
    height: 80px;
    width: 80px;
    background-color: var(--tp-common-white);
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: .3s
}

.tpproject__thumb-icon a:hover {
    background-color: var(--tp-theme-primary)
}

.tpproject__thumb:hover .tpproject__thumb-icon a {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.tpproject:hover .tpproject__thumb img {
    transform: scale(1.1);
    filter: grayscale(0)
}

.my-dots {
    margin-top: 50px
}

.my-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    margin: 0 3px;
    opacity: .5
}

.my-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-common-black);
    width: 30px;
    border-radius: 30px;
    opacity: 1
}

.bp-project-item .bp-project-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 48, .4);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out
}

.ac-play-button a,
.amaboutsocial__icon .tp-si.tp-si-color-2 {
    background-color: var(--tp-common-blue)
}

.bp-project-item span {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    text-align: center
}

.bp-project-item span svg {
    color: var(--tp-common-white);
    transition: .4s ease-in-out
}

.bp-project-item:hover .bp-project-img img {
    transform: scale(1.02)
}

.bp-project-item:hover .bp-project-img::after {
    visibility: visible;
    opacity: 1
}

.bp-project-item:hover span {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.tp-project-item-four .tp-img-reveal-wrapper {
    width: auto;
    height: auto
}

.tp-project-item-four .tp-hover-subtitle {
    color: var(--tp-common-black);
    transition: inherit
}

.corporate-footer__space,
.port-space {
    margin-bottom: 70px
}

.portfolio-four::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tp-theme-1);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: scale(.8)
}

.bl-blog__video-play-btn,
.portfolio-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.portfolio-icon a {
    color: var(--tp-common-white);
    line-height: 0;
    font-size: 36px;
    transform: rotateX(45deg);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.tp-portfolio-content-box {
    position: absolute;
    top: 65px;
    left: -100%;
    background-color: var(--tp-common-black);
    padding: 30px 70px 30px 40px;
    border-radius: 0 10px 10px 0;
    transition: .8s
}

.am-contact-title,
.cpprice.active .cpprice__button .tp-btn-yellow {
    background-color: var(--tp-common-white)
}

.tp-portfolio-content-box span {
    color: var(--tp-theme-primary);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase
}

.portfolio-animation-icon {
    position: absolute;
    bottom: 10px;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.portfolio-animation-icon svg {
    color: var(--tp-common-white);
    transition: .3s
}

.ac-ab-img img,
.portfolio-thumb img {
    transform: scale(1);
    transition: 1s
}

.tp-project-item-two:hover .tp-portfolio-content-box {
    left: 0
}

.tp-project-item-two:hover .portfolio-animation-icon {
    bottom: 50px;
    opacity: 1;
    visibility: visible
}

.portfolio-animation-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--tp-common-white);
    letter-spacing: -1px
}

.cpprice {
    border: 1px solid #f0f1f6;
    border-radius: 20px;
    padding: 47px 47px 55px
}

.cp-price-sm-title,
.cp-price-title {
    padding-bottom: 40px;
    color: var(--tp-common-black)
}

.bl-footer__company-info ul,
.corporate-service__icon,
.cpprice__meta,
.tpblog__meta {
    margin-bottom: 30px
}

.cpprice__meta span {
    font-size: 20px;
    color: var(--tp-common-black);
    font-weight: 400
}

.cpprice__meta span b {
    font-size: 50px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.cpprice__list ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #8a90a2;
    margin-bottom: 17px
}

.cpprice__button {
    padding-top: 80px
}

.cp-price-title {
    font-size: 35px;
    font-weight: 400;
    border-bottom: 1px solid #f0f1f6;
    margin-bottom: 60px
}

.cp-price-sm-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.cpprice.active .cpprice__list ul li {
    color: var(--tp-common-black)
}

.jobitem {
    border: 1px solid #f6f6f6;
    padding: 50px 38px;
    border-radius: 20px;
    transition: .3s
}

.jobdetails__feature-2 ul li,
.jobitem__brand {
    margin-bottom: 45px
}

.jobitem__details p {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #8a90a2;
    padding-bottom: 10px
}

.ac-ab-title,
.ac-play-button a,
.actestimonial__paragraph p,
.job-title-sm {
    color: var(--tp-common-black)
}

.jobitem__details p i {
    padding-right: 8px
}

.jobitem__details p:last-child {
    padding-bottom: 36px
}

.jobitem:hover {
    box-shadow: 0 16px 11px rgba(224, 224, 224, .25)
}

.job-title-sm {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 25px
}

.bp-about-img {
    max-width: inherit;
    margin-left: -210px;
    position: relative;
    z-index: 2
}

.bp-about-shape {
    position: absolute;
    top: -25px;
    left: -8px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .bp-about-shape {
        top: -75px;
        left: -235px
    }
}

.bl-footer-2,
.bl-footer-3,
.bs-section-title-space,
.tpcontact__form-2 {
    padding-left: 80px
}

.bs-about-sm-1 {
    position: absolute;
    right: 110px;
    top: 103px;
    animation: 5s linear infinite moving
}

.bs-about-sm-2 {
    position: absolute;
    right: 110px;
    bottom: 103px;
    animation: 5s linear infinite rotate2
}

.ac-ab-title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.3;
    margin-bottom: 45px
}

.ac-play-button a {
    height: 66px;
    width: 66px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    margin-right: 20px
}

.ac-about-right {
    padding-left: 65px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .bp-about-shape {
        top: -80px;
        left: -327px
    }

    .ac-about-right {
        padding-left: 35px
    }

    .am-fea-space {
        padding-left: 0
    }
}

.ac-border-bottom {
    border-bottom: 1px solid rgba(41, 41, 48, .08)
}

.ac-bottom-space {
    padding-bottom: 50px
}

.am-fea-space-2 {
    padding-left: 75px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .am-fea-space-2 {
        padding-left: 15px
    }
}

.actestimonial {
    padding-right: 45px
}

.actestimonial__position,
.am-contact-info {
    margin-bottom: 35px
}

.actestimonial__position span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.actestimonial__paragraph p {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.6
}

.actestimonial__paragraph p span {
    color: var(--tp-common-blue);
    font-size: 23px
}

.ac-client-name,
.amaboutinfo__client-info h4,
.amaboutinfo__experience p b,
.amfeature__list ul li {
    color: var(--tp-common-black)
}

.ac-client-name {
    font-size: 24px;
    font-weight: 700
}

.am-p-space-1 {
    padding-bottom: 25px;
    padding-right: 80px
}

.am-p-space-2 {
    padding-bottom: 25px;
    padding-right: 40px
}

.am-p-space-3 {
    padding-bottom: 25px;
    padding-right: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {

    .am-p-space-1,
    .am-p-space-2 {
        padding-right: 20px
    }

    .am-p-space-3 {
        padding-right: 10px
    }
}

.ac-ab-img {
    width: 100%;
    border-radius: 15px
}

.ac-ab-img img {
    border-radius: 15px;
    max-width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bp-about-shape {
        top: -80px;
        left: -417px
    }

    .actestimonial__paragraph p {
        font-size: 21px
    }

    .actestimonial__paragraph p span {
        font-size: 20px
    }

    .am-p-space-1,
    .am-p-space-2,
    .am-p-space-3 {
        padding-right: 0
    }

    .amaboutinfo {
        padding-left: 30px
    }
}

.amaboutinfo__client-info h4 {
    font-size: 30px;
    font-weight: 500
}

.amaboutinfo__client-info span {
    font-size: 12px;
    color: var(--tp-theme-1);
    text-transform: uppercase;
    padding-bottom: 25px;
    display: inline-block
}

.amaboutinfo__client-info p {
    color: #8a90a2;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-right: 20px;
    line-height: 25px
}

.amaboutinfo__experience p {
    font-size: 18px;
    font-weight: 400;
    color: #8a90a2
}

.amaboutinfo__experience p:hover a,
.tp-product-title:hover,
.tp-team-title:hover {
    color: var(--tp-theme-1)
}

.amaboutsocial__icon>a,
.basic-pagination ul li {
    display: inline-block
}

.amaboutsocial__icon .tp-si__text {
    background-color: #4267b2;
    height: 42px;
    padding-left: 16px;
    padding-right: 28px;
    display: inline-block;
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    border-radius: 3px 0 0 3px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-right: -112px;
    z-index: -1;
    position: relative
}

.amaboutsocial__icon .tp-si__text.tp-si-color-1,
.amaboutsocial__icon .tp-si__text.tp-si-color-4 {
    background-color: #e40028
}

.amaboutsocial__icon .tp-si__text.tp-si-color-2 {
    background-color: var(--tp-theme-1)
}

.amaboutsocial__icon .tp-si__text.tp-si-color-3 {
    background-color: var(--tp-common-blue)
}

.amaboutsocial__icon .tp-si__text::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    width: 14px;
    background-color: rgba(255, 255, 255, .15);
    display: inline-block;
    z-index: 9
}

.amaboutsocial__icon .tp-si__icon {
    background-color: #4267b2;
    height: 42px;
    width: 42px;
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    line-height: 42px;
    border-radius: 3px
}

.amaboutsocial__icon .tp-si__icon.tp-si-color-1,
.amaboutsocial__icon .tp-si__icon.tp-si-color-4 {
    background-color: #e40028
}

.amaboutsocial__icon .tp-si__icon.tp-si-color-2,
.tp-ind-color-four::before,
.tp-ind-color-three::before {
    background-color: var(--tp-theme-1)
}

.amaboutsocial__icon .tp-si__icon.tp-si-color-3,
.tp-ind-color-six::before,
.tp-mission-tab button.active {
    background-color: var(--tp-common-blue)
}

.si-btn-link:hover .tp-si__text {
    opacity: 1;
    visibility: visible;
    margin-right: 0
}

.si-btn-link:hover .tp-si__icon {
    border-radius: 0 3px 3px 0
}

.feature-bottom-space {
    padding-bottom: 220px
}

.amfeature__item p {
    font-size: 15px;
    line-height: 26px
}

.amfeature__list ul li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px
}

.amfeature__list ul li i {
    color: #726ffc;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 6px
}

.amskill__title p {
    font-size: 16px;
    line-height: 26px
}

.am-skill-title {
    font-size: 30px;
    color: var(--tp-common-black);
    font-weight: 500;
    padding-bottom: 25px
}

.am-contact-title,
.am-skill-sm-title {
    font-size: 24px;
    color: var(--tp-common-black);
    font-weight: 500
}

.am-skill-sm-title {
    padding-bottom: 20px
}

.am-contact-title {
    position: relative;
    overflow: hidden;
    padding-right: 90px;
    display: inline-block;
    margin-bottom: 0
}

.am-border-shape {
    position: absolute;
    height: 1px;
    background-color: #f4f6fb;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    z-index: -1
}

.contact-form {
    background-color: var(--tp-grey-1);
    border-radius: 20px;
    padding: 80px
}

.contact-form .input input {
    width: 100%;
    height: 65px;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    margin-bottom: 30px
}

.contact-form .input input::placeholder {
    color: #8a90a2;
    font-size: 15px;
    font-weight: 400
}

.contact-form .textarea textarea {
    width: 100%;
    height: 180px;
    padding: 30px 20px;
    border: 0;
    outline: 0;
    resize: none;
    border-radius: 5px;
    margin-bottom: 30px
}

.contact-form .textarea textarea::placeholder {
    color: #8a90a2;
    font-size: 15px;
    font-weight: 400
}

.tp-testimonial-item {
    background-color: #3a3a42;
    padding: 60px 45px;
    border-radius: 20px;
    height: 390px;
}

.comments-avatar,
.postbox__comment-info,
.rc__post-thumb,
.tp-testi-icon-box {
    flex: 0 0 auto
}

.tp-testi-client-position h6 {
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500
}

.tp-testi-p-text p {
    color: var(--tp-common-white);
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0
}

.testimonial-slider-active {
    margin-left: -55px;
    margin-right: -55px
}

.testimonial-slider-active-2 {
    margin-left: -390px;
    margin-right: -390px
}

.tp-testimonial-slider-section .swiper-slide.swiper-slide-active {
    border: 1px solid #29ef9a;
    border-radius: 20px
}

.tp-testimonial-info img {
    border-radius: 50%;
    width: 69px;
    height: 69px;
    object-fit: cover;
    margin-bottom: 25px
}

.tp-testimonial-info h4 {
    font-size: 18px;
    color: var(--tp-common-black);
    font-weight: 700
}

.tp-testimonial-info span {
    font-size: 12px;
    font-weight: 500;
    color: #8a90a2;
    margin-bottom: 30px;
    display: inline-block
}

.tp-testimonial-info span .fa-stars-1 {
    padding-left: 8px
}

.tp-testimonial-info p {
    color: var(--tp-common-black);
    font-size: 24px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto
}

.testimonial-slider-dots .swiper-pagination-bullet,
.testimonial-slider-dots-four .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    margin: 0 3px;
    opacity: .5;
    transition: .3s
}

.testimonial-shape-1 {
    position: absolute;
    top: 210px;
    left: 120px;
    animation: 6s linear infinite moving
}

.testimonial-shape-2,
.testimonial-shape-3,
.testimonial-shape-4,
.testimonial-shape-5,
.testimonial-shape-6 {
    animation: 8s linear infinite rotate;
    position: absolute
}

.testimonial-shape-2 {
    top: 309px;
    left: 325px
}

.testimonial-shape-3 {
    top: 50%;
    left: 70px
}

.testimonial-shape-4 {
    bottom: 160px;
    left: 280px
}

.testimonial-shape-5 {
    bottom: 100px;
    left: 90px
}

.testimonial-shape-6 {
    top: 160px;
    right: 300px
}

.testimonial-shape-7 {
    position: absolute;
    top: 150px;
    right: 80px;
    animation: 8s linear infinite rotate
}

.testimonial-shape-8,
.testimonial-shape-9 {
    top: 50%;
    animation: 8s linear infinite rotate;
    position: absolute
}

.testimonial-shape-8 {
    right: 315px
}

.testimonial-shape-9 {
    right: 80px
}

.testimonial-shape-10 {
    position: absolute;
    bottom: 160px;
    right: 210px;
    animation: 8s linear infinite rotate
}

.tp-testimonial-box {
    background-color: var(--tp-common-white);
    padding: 75px 63px;
    border-radius: 20px
}

.jobdetails__feature ul li i,
.tp-product-icon a,
.tp-team-item__info {
    background-color: var(--tp-theme-primary)
}

.tp-testimonial-box__rating span {
    color: var(--tp-theme-primary);
    font-size: 26px;
    padding-right: 5px;
    margin-bottom: 55px;
    display: inline-block
}

.tp-testimonial-box__rating p {
    font-size: 24px;
    font-weight: 400;
    color: var(--tp-common-black);
    line-height: 1.7;
    margin-bottom: 75px;
    padding-right: 5px
}

.tp-testimonial-box__testi-title .testi-heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--tp-common-black);
    margin-bottom: 4px
}

.tp-testimonial-box__testi-title span {
    display: block;
    color: #8a90a2;
    font-size: 14px;
    font-weight: 500
}

.testi-slider-active-four {
    margin-left: -320px;
    margin-right: -320px
}

.testi-slider-opacity {
    opacity: .3
}

.tp-team-item__info,
.tpteam::after,
.tpteam__content {
    opacity: 0;
    visibility: hidden
}

.tp-testimonial-item-four {
    border: 1px solid #f0f1f6;
    padding: 50px 46px 60px;
    border-radius: 20px
}

.tp-testimonial-item-four__rating span {
    color: var(--tp-theme-primary);
    line-height: 1
}

.tp-testimonial-item-four .tp-testi-paragraph p {
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-common-black);
    line-height: 32px
}

.tp-testimonial-item-four__position h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--tp-common-black)
}

.tp-testimonial-item-four__position span {
    color: #8a90a2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.ce-testi-shape {
    position: absolute;
    bottom: 150px;
    left: 45px;
    animation: 15s linear infinite rotate2
}

.tptestimonial__rating-5 span {
    color: var(--tp-theme-primary);
    padding-right: 2px;
    margin-bottom: 55px;
    display: inline-block
}

.tptestimonial__rating-5 p {
    font-size: 30px;
    font-weight: 400;
    color: var(--tp-common-black);
    line-height: 1.4;
    padding-bottom: 55px
}

.tptestimonial__meta-5 span {
    font-size: 14px;
    font-weight: 500;
    color: #8a90a2;
    text-transform: uppercase
}

.tp-pd-testi-title {
    color: var(--tp-common-black);
    font-weight: 700;
    font-size: 24px
}

.tp-team-overlay__info .team-title,
.tp-team-subtitle,
.tp-team-title {
    font-weight: 500;
    color: var(--tp-common-black)
}

.project-blue-dots {
    padding-top: 0;
    position: absolute
}

.project-blue-dots .swiper-pagination-bullet {
    background-color: #89cefb
}

.project-blue-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-common-blue);
    box-shadow: 0 2px 2px rgba(89, 86, 233, .25)
}

.bp-testi-shape-1 {
    position: absolute;
    top: 150px;
    left: 330px;
    animation: 9s linear infinite moving
}

.bp-mission-shape-1,
.bp-team-shape-1,
.bp-testi-shape-2,
.bs-testi-shape-1 {
    animation: 15s linear infinite rotate2
}

.bp-testi-shape-2 {
    position: absolute;
    top: 130px;
    right: 120px
}

.bs-testi-shape-1 {
    position: absolute;
    bottom: 70px;
    left: 40px
}

.testimonial-html-space {
    padding-left: 45px;
    padding-right: 120px
}

.basic-pagination ul li a,
.basic-pagination ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #f1f1f1;
    font-size: 18px;
    font-weight: 600
}

.basic-pagination ul li a.current,
.basic-pagination ul li a:hover,
.basic-pagination ul li span.current,
.basic-pagination ul li span:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-black)
}

.tp-team-item {
    position: relative;
    overflow: hidden
}

.tp-team-item__info {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    padding: 25px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: .3s
}

.tp-team-item__icon i,
.tp-team-title {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out
}

.tp-team-item__icon i {
    font-size: 36px;
    -webkit-text-stroke: 1px #292930;
    color: transparent;
    transform: rotate(45deg);
    font-weight: 700;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    transition: .3s ease-out 0.2s
}

.tp-team-item:hover .tp-team-item__icon i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
    transform: rotate(45deg)
}

.tp-team-item:hover .tp-team-item__info {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.tp-team-title {
    font-size: 20px;
    transform: translateY(5px);
    transition: .3s ease-out 0.2s
}

.tp-team-subtitle {
    font-size: 12px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out 0.2s
}

.tp-team-overlay__info,
.tpteam__content {
    transform: translate(-50%, -50%);
    width: 100%
}

.tp-team-overlay::after {
    background-color: var(--tp-theme-secondary);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    border-radius: 10px
}

.tp-team-overlay__info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5
}

.tp-team-overlay__info .team-title {
    font-size: 26px
}

.cd-si-color-1:hover,
.cd-si-color-2:hover,
.cd-si-color-3:hover,
.tp-product-icon a:hover,
.tp-team-sm-subtitle:hover,
.tp-team-sm-title:hover,
.tpteam__content i:hover {
    color: var(--tp-common-white)
}

.tp-team-overlay__info .team-title:hover {
    color: var(--tp-theme-1);
    transition: .3s
}

.tp-team-overlay__info i {
    font-size: 85px;
    -webkit-text-stroke: 2px #292930;
    color: transparent;
    transform: rotate(45deg);
    font-weight: 700;
    transition: .3s
}

.tp-team-sm-subtitle,
.tp-team-sm-title,
.tpteam__content i {
    color: var(--tp-common-black)
}

.tp-team-overlay__info i:hover {
    -webkit-text-stroke: 2px var(--tp-theme-1)
}

.tpteam {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.tpteam::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tp-common-blue);
    border-radius: 10px;
    transition: .3s
}

.tpteam__shape-1 {
    position: absolute;
    top: -70px;
    left: -60px;
    z-index: 2;
    transition: .6s
}

.tpteam__shape-2 {
    position: absolute;
    bottom: -70px;
    right: -60px;
    z-index: 2;
    transition: .6s
}

.tpteam__content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 9;
    transition: .3s
}

.tpteam__content i {
    font-size: 15px;
    padding: 0 15px;
    transition: .3s
}

.tp-mission-tab button.active::before,
.tpteam:hover .tpteam__content,
.tpteam:hover::after {
    opacity: 1;
    visibility: visible
}

.tpteam:hover .tpteam__shape-1 {
    left: 0;
    top: 0
}

.tpteam:hover .tpteam__shape-2 {
    right: 0;
    bottom: 0
}

.tp-team-sm-title {
    font-size: 22px;
    font-weight: 500;
    transition: .3s
}

.tp-team-sm-subtitle {
    font-size: 12px;
    font-weight: 500;
    transition: .3s;
    padding-bottom: 5px
}

.ac-team-title,
.tp-mission-title {
    font-size: 50px;
    color: var(--tp-common-black)
}

.bp-team-shape-1 {
    position: absolute;
    top: 160px;
    left: 145px
}

.ac-team-title {
    font-weight: 700;
    letter-spacing: -2px
}

.product-dprice,
.product-quantity-title {
    letter-spacing: .02em
}

.tp-mission-tab {
    display: inline-block;
    border: 2px solid var(--tp-common-black);
    border-radius: 10px;
    padding: 0 15px;
    margin-bottom: 55px
}

.tp-mission-tab button {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 45px;
    position: relative;
    margin: 7px -2px 7px -5px;
    border-radius: 10px
}

.tp-mission-tab button::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #b5b5b5
}

.tp-mission-tab button::before {
    content: "";
    height: 100%;
    width: 102%;
    top: 0;
    left: -2px;
    background: var(--tp-common-blue);
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px
}

.pro-details-nav-btn li button span,
.tp-mission-tab button span {
    position: relative;
    z-index: 9
}

.tp-mission-title {
    font-weight: 700;
    margin-bottom: 40px
}

.tpmission__content p {
    font-size: 18px;
    font-weight: 400;
    color: #8a90a2;
    padding-right: 62px
}

.bp-mission-shape-1 {
    position: absolute;
    top: 140px;
    left: 44px
}

.bp-mission-shape-2 {
    position: absolute;
    bottom: 50px;
    left: 44px;
    animation: 9s linear infinite moving
}

.bp-chose-1,
.bp-chose-2,
.bp-mission-shape-3 {
    animation: 15s linear infinite rotate2
}

.bp-mission-shape-3 {
    position: absolute;
    bottom: 0;
    right: 13%
}

.bp-chose-2,
.bp-chose-3 {
    position: absolute;
    right: 132px
}

.jobdetails__subtitle {
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eceff4
}

.jobdetails__title span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 45px;
    display: inline-block
}

.jobdetails__paragraph p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.cd-client-details p span,
.jobdetails__paragraph p b {
    color: var(--tp-common-black)
}

.jobdetails__img {
    padding-top: 30px;
    padding-bottom: 60px
}

.jobdetails__img img {
    max-width: 100%;
    border-radius: 20px
}

.jobdetails__feature ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px
}

.jobdetails__feature ul li span {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.jobdetails__feature ul li i {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: var(--tp-common-black);
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 20px
}

.corporate-social__wrapper ul li:last-child,
.postbox__meta span:last-child,
.product-model-list a:last-child {
    margin-right: 0
}

.jb-subtitle {
    color: #ff2449;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.cd-case-title,
.job-title {
    font-weight: 500;
    color: var(--tp-common-black)
}

.job-title {
    font-size: 26px
}

.bp-chose-1 {
    position: absolute;
    bottom: 104px;
    left: 144px
}

.tp-product-icon,
.tpproduct__img::after,
.tpshopitem__thumb-icon {
    left: 0;
    visibility: hidden;
    opacity: 0
}

.bp-chose-2 {
    bottom: 87px
}

.bp-chose-3 {
    top: 135px;
    animation: 9s linear infinite moving
}

.ac-chose-bg {
    background-color: var(--tp-grey-1);
    border-radius: 20px;
    padding: 80px 80px 50px
}

.cd-case-title {
    font-size: 20px;
    padding-bottom: 15px
}

.cd-project-info-box {
    padding-right: 80px;
    padding-left: 80px
}

.cd-project-info-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0
}

.cd-client-details p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 20px
}

.cd-project-wrapper {
    border: 1px solid #ebebeb;
    padding: 70px 0;
    border-radius: 20px
}

.cd-social-icon {
    padding-left: 70px
}

.cd-social-icon a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin-bottom: 10px
}

.cd-si-color-1 {
    color: #4267b2
}

.cd-si-color-1:hover {
    background-color: #4267b2;
    border-color: #4267b2
}

.cd-si-color-2 {
    color: #e40028
}

.cd-si-color-2:hover {
    background-color: #e40028;
    border-color: #e40028
}

.cd-si-color-3:hover {
    background-color: #1da1f2;
    border-color: #1da1f2
}

.cd-info-box {
    padding-left: 80px;
    padding-right: 110px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-testimonial-item {
        padding: 60px 35px
    }

    .tp-testi-p-text p {
        font-size: 16px;
        margin-bottom: 0
    }

    .tp-testimonial-box {
        padding: 54px 63px
    }

    .tp-testimonial-item-four {
        padding: 40px 35px
    }

    .tp-testimonial-item-four .tp-testi-paragraph p {
        font-size: 16px
    }

    .tptestimonial__rating-5 p {
        font-size: 28px
    }

    .tp-team-item__info {
        padding: 25px
    }

    .tp-mission-tab button {
        padding: 20px 40px
    }

    .tpmission__content p br {
        display: none
    }

    .ac-chose-bg {
        padding: 40px 40px 0
    }

    .cd-project-info-box {
        padding-right: 60px;
        padding-left: 40px
    }

    .cd-info-box {
        padding-left: 35px;
        padding-right: 100px
    }
}

.tpproduct__img {
    margin-bottom: 45px;
    position: relative
}

.tpproduct__img::after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 41, 48, .6);
    position: absolute;
    transition: .3s
}

.tpproduct__meta span {
    color: #777b83;
    font-size: 18px;
    font-weight: 500
}

.tpproduct__meta .product-rating {
    color: #f7931e;
    margin-bottom: 5px
}

.pro-details-nav-btn li button.active::before,
.tpproduct:hover .tpproduct__img::after {
    opacity: 1;
    visibility: visible
}

.tpproduct:hover .tpproduct__img .tp-product-icon {
    opacity: 1;
    visibility: visible;
    bottom: 40%
}

.tp-product-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    z-index: 2;
    transition: .5s
}

.tp-product-icon a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-weight: 300;
    color: var(--tp-common-black);
    margin: 0 6px
}

.tp-product-icon a:hover {
    background-color: var(--tp-theme-1)
}

.productdetails {
    padding-left: 35px
}

.productdetails__content p {
    font-size: 16px;
    font-weight: 400;
    color: #777b83;
    line-height: 26px;
    padding-bottom: 10px
}

.productdetails__ratting i {
    color: var(--tp-theme-primary);
    font-size: 14px
}

.productdetails__ratting span {
    font-size: 14px;
    color: var(--tp-common-black);
    font-weight: 500;
    padding-bottom: 30px;
    display: inline-block
}

.productdetails__ratting h4 {
    font-weight: 700;
    font-size: 30px;
    color: var(--tp-common-black);
    padding-bottom: 25px
}

.productdetails__ratting h4 del {
    font-size: 20px;
    font-weight: 500;
    color: #b9b9b9
}

.productdetails__model {
    padding-bottom: 45px
}

.pd-title,
.productdetails__model h5 {
    padding-bottom: 10px;
    color: var(--tp-common-black)
}

.productdetails__model h5 {
    font-size: 16px;
    font-weight: 500
}

.productdetails__model a {
    font-size: 12px;
    color: #777b83;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #f7f8fd;
    height: 25px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px
}

.productdetails__model a:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-black)
}

.pd-title {
    font-size: 30px;
    font-weight: 500
}

.productdetails-tabs {
    padding-top: 90px;
    padding-bottom: 90px
}

.corporate-blog__item:hover .corporate-blog__img img,
.tpshopitem:hover .tpshopitem__thumb img {
    transform: scale(1.2)
}

.tpshopitem:hover .tpshopitem__thumb-icon {
    bottom: 14px;
    opacity: 1;
    visibility: visible
}

.tpshopitem__thumb {
    border: 1px solid #eceff4;
    border-radius: 5px
}

.tpshopitem__thumb img {
    width: 100%;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    transition: 1s ease-out
}

.tpshopitem__thumb-icon {
    position: absolute;
    bottom: -50px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.tpshopitem__thumb-icon a {
    margin: 0 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid var(--tp-theme-blue);
    border-radius: 50%;
    display: inline-block;
    background-color: #0e63ff;
    color: var(--tp-common-white)
}

.tpshopitem__thumb-icon a:hover {
    background-color: var(--tp-theme-pink);
    border: 1px solid var(--tp-theme-pink)
}

.tpshopitem__content p {
    font-size: 18px;
    font-weight: 500;
    color: #777b83;
    margin-bottom: 6px
}

.tpshopitem__title {
    font-size: 18px;
    font-weight: 500;
    display: block
}

.tpshopitem__title a {
    background-image: linear-gradient(#0e63ff, #0e63ff), linear-gradient(#0e63ff, #0e63ff);
    display: inline
}

.tpshopitem__title a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--tp-theme-blue)
}

.tpshopitem__review i {
    color: #f7931e
}

.tpshopitem__product-base {
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 700;
    font-size: 12px;
    color: var(--tp-common-white);
    padding: 6px 13px;
    background: #fd4766;
    border-radius: 5px;
    line-height: 1
}

.tpfilter span,
.tpproduct span {
    font-weight: 500;
    font-size: 15px
}

.tpfilter {
    justify-content: end
}

.tpfilter .nice-select {
    padding-left: 5px;
    border: none;
    color: var(--tp-theme-primary)
}

.productthumb img {
    border-radius: 25px
}

.product__details-content p {
    font-weight: 400;
    font-size: 16px;
    color: #777b83
}

.product-dtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3
}

.product-dinfo span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #141515
}

.product-dprice {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px
}

.product-model-title,
.product-quantity-title {
    font-weight: 600;
    line-height: 15px;
    color: #0b0b0b;
    font-size: 14px
}

.product-model-title {
    font-family: Archivo
}

.product-quantity input {
    color: var(--tp-theme-primary);
    border: none;
    width: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 14px
}

.product-model-list a {
    font-size: 12px;
    font-weight: 600;
    color: #777b83;
    background: #f7f8fd;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
    border-radius: 2px
}

.product-model-list a:hover {
    background: var(--tp-theme-blue);
    color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-hero-right-img-four img {
        max-width: 100%
    }

    .tp-hero-right-img-four {
        margin-left: 0;
        padding-top: 50px
    }

    .cd-info-box,
    .creative-box {
        padding-left: 0;
        padding-right: 0
    }

    .sd-service-details a,
    .tp-best-services-title-box,
    .tp-product-img {
        margin-bottom: 50px
    }

    .service-space,
    .tp-sv-space-wrapper {
        margin-left: 0
    }

    .service-details-space {
        margin-bottom: 80px
    }

    .tp-chose-space {
        transform: translateX(0)
    }

    .ac-feature-border-top {
        border-top: transparent
    }

    .tp-project-item-four__info-sm span {
        font-size: 14px
    }

    .tp-testi-cm-sm-title {
        font-size: 16px
    }

    .tp-cc-project button {
        padding: 10px 18px;
        font-size: 14px
    }

    .tp-pj-title svg {
        width: 3%
    }

    .bp-project-item span svg {
        width: 50%
    }

    .amaboutinfo,
    .bs-section-title-space,
    .productdetails {
        padding-left: 0
    }

    .ac-play-button {
        margin-bottom: 40px
    }

    .ac-ab-img img {
        width: 100%;
        margin-bottom: 40px
    }

    .productdetails__content p br {
        display: none
    }

    .product {
        margin-left: 0
    }
}

.tp-product-quantity .cart-minus,
.tp-product-quantity .cart-plus {
    cursor: pointer;
    color: #8d8884
}

.tp-product-quantity input {
    height: 30px;
    width: 32px;
    font-size: 14px;
    border: none;
    font-weight: 700;
    text-align: center
}

.pro-details-nav-btn li,
.table .add-info {
    font-weight: 500;
    font-size: 18px
}

.product-rating {
    margin-right: 20px
}

.product-rating a {
    font-size: 16px;
    color: #ffdc60
}

.product-dinfo {
    display: flex
}

.product-dprice del {
    font-size: 20px;
    color: #b9b9b9
}

.pro-details-nav {
    background: #f9fafb;
    display: inline-block;
    padding: 7px
}

.pro-details-nav-btn,
.tp-testimonial-slider-section .swiper-slide.swiper-slide-active {
    border: none
}

.pro-details-nav-btn li {
    color: var(--tp-text-body);
    position: relative
}

.pro-details-nav-btn li button::before {
    content: "";
    height: 100%;
    width: 102%;
    top: 0;
    left: -1px;
    background: #fff;
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden
}

.pro-details-nav-btn li::after {
    position: absolute;
    content: "";
    height: 40px;
    width: 1px;
    background: #dfe3e9;
    top: 50%;
    transform: translateY(-50%)
}

.pro-details-nav-btn li .nav-links {
    padding: 20px 45px;
    border-radius: 5px
}

.comment-input input:focus,
.comment-input textarea:focus {
    border: 1px solid var(--tp-theme-primary)
}

.pro-details-nav-btn li .nav-links.active {
    background: var(--tp-common-white);
    color: var(--tp-common-black)
}

.tab-para p {
    font-size: 16px;
    line-height: 30px
}

.comments-box {
    margin-bottom: 50px
}

.comment-rating ul li,
.user-rating ul li {
    display: inline-block;
    color: #ffdc60
}

.comments-text p,
.comments-text span {
    font-size: 14px;
    color: #777;
    line-height: 26px
}

.comment-title p {
    color: #777;
    font-size: 16px
}

.comment-rating span {
    font-weight: 500;
    margin-right: 5px
}

.comment-input textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    padding: 20px
}

.comment-input textarea:focus {
    outline: 0
}

.comment-input input {
    width: 100%;
    height: 50px;
    resize: none;
    outline: 0;
    border: 1px solid #e7e7e7;
    padding: 8px 20px;
    margin-bottom: 30px
}

.table td {
    padding: 18px
}

.comment-title,
.tp-comments-title {
    font-size: 24px;
    color: var(--tp-common-black);
    font-weight: 700;
    text-transform: capitalize
}

.tp-industri-title,
.tp-product-slider-title {
    font-weight: 500;
    color: var(--tp-common-black)
}

.avatar-name b {
    color: var(--tp-common-black);
    font-weight: 700;
    text-transform: uppercase
}

.shop-faq .accordion-header button {
    font-size: 18px;
    padding: 20px 55px 20px 30px
}

.shop-faq .accordion-content p {
    padding: 0 75px 20px 30px
}

.tp-blog-item-four__meta .tp-meta-text i,
.tp-blog-item-three__meta .tp-meta-text i,
.tp-blog-right-side-sm__meta .tp-meta-text i {
    padding-right: 5px
}

.tp-product-slider-title {
    font-size: 30px
}

.tpindustri {
    padding: 25px 35px;
    background-color: var(--tp-common-white);
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px 20px;
    box-shadow: 0 13px 12px rgba(181, 184, 200, .03)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tpindustri {
        padding: 20px 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .amaboutinfo__client-info p {
        padding-right: 0
    }

    .testimonial-slider-active {
        margin-left: -390px;
        margin-right: -390px
    }

    .tp-testimonial-box {
        padding: 40px 35px
    }

    .tp-testimonial-box__rating p {
        font-size: 23px
    }

    .tp-testimonial-item-four {
        padding: 20px 15px
    }

    .tp-testimonial-item-four__meta,
    .tptestimonial__rating-5 span {
        margin-bottom: 35px
    }

    .tp-testimonial-item-four .tp-testi-paragraph p,
    .tpmission__content p {
        font-size: 15px
    }

    .tptestimonial__rating-5 p {
        font-size: 25px;
        margin-bottom: 25px
    }

    .tp-mission-tab button {
        padding: 15px 20px
    }

    .tp-mission-tab button::after {
        height: 20px
    }

    .tp-mission-title {
        font-size: 42px
    }

    .tpmission__content p br {
        display: none
    }

    .tp-mission-img {
        margin-left: 0
    }

    .cd-project-info-box {
        padding-right: 20px;
        padding-left: 40px
    }

    .cd-social-icon {
        padding-left: 40px
    }

    .cd-info-box {
        padding-left: 45px
    }

    .tpindustri {
        padding: 18px 20px;
        margin: 0 5px 15px
    }
}

.tp-industri-bg {
    background-color: var(--tp-grey-1);
    padding-top: 110px;
    padding-bottom: 120px;
    border-radius: 20px
}

.tp-industri-space {
    padding-left: 90px;
    padding-right: 90px;
    text-align: center
}

.tp-industri-title {
    font-size: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.corporate-header__email,
.corporate-header__left-menu>nav>ul>li:hover>a {
    color: var(--tp-common-white)
}

.tp-industri-title::before {
    content: "";
    height: 20px;
    width: 20px;
    background-color: var(--tp-common-blue);
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
    flex: 0 0 auto
}

.tp-ind-color-five::before,
.tp-ind-color-two::before {
    background-color: var(--tp-common-dpink)
}

.bs-industri-1 {
    position: absolute;
    left: 40px;
    top: 50px;
    animation: 5s linear infinite rotate2
}

.corporate-layout-right {
    width: calc(100% - 330px);
    margin-left: auto
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-industri-space {
        padding-left: 50px;
        padding-right: 50px
    }

    .corporate-layout-right {
        width: calc(100% - 280px)
    }
}

.corporate-plr {
    padding-left: 40px;
    padding-right: 40px
}

.corporate-header__bg {
    width: 330px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 45px 0 45px 55px;
    border-right: 1px solid #3a3a42;
    background-color: var(--tp-common-black)
}

.corporate-header__logo {
    padding-bottom: 150px
}

.corporate-header__logo img {
    width: 240px;
    height: 70px
}

.corporate-header__bar button,
.corporate-hero__play-btn a {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center
}

.corporate-header__left-menu {
    margin-bottom: 100px;
    border-left: 1px solid #3a3a42
}

.corporate-header__left-menu>nav>ul>li {
    margin-right: 0;
    display: block;
    margin-bottom: 35px;
    padding-left: 50px
}

.bl-hero__slider-item,
.bl-testimonial__slider-wrapper,
.bl-testimonial__thumb,
.blog-border-shape,
.corporate-header__left-menu>nav>ul>li.left-menu-effect a,
.fld-inp,
.sidebar__search,
.tp-404-circle,
.tp-blog-box,
.tp-footer-widget__input,
.tp-footer-widget__tp-insta-img {
    position: relative
}

.corporate-header__left-menu>nav>ul>li.left-menu-effect a::after {
    content: "";
    left: -52px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 0%;
    background-color: var(--tp-common-pink);
    position: absolute;
    transition: .3s
}

.corporate-header__left-menu>nav>ul>li.left-menu-effect a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-common-white);
    transition: .7s;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(1, 16, 61, .14);
    border-radius: 6px
}

.corporate-header__left-menu>nav>ul>li ul.submenu {
    left: 110%;
    top: 0;
    transition: .3s
}

.corporate-header__left-menu>nav>ul>li ul.submenu li a {
    margin-bottom: 15px;
    display: inline-block
}

.corporate-header__left-menu>nav>ul>li>a {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    display: inline-block
}

.corporate-header__left-menu>nav>ul>li>a::after,
.corporate-header__left-menu>nav>ul>li>a::before,
.tpcontact__form-3 {
    background-color: transparent
}

.corporate-header__left-menu>nav>ul>li:hover.left-menu-effect a::after {
    height: 100%
}

.corporate-header__left-menu>nav>ul>li:hover.left-menu-effect a::before {
    width: 100%;
    right: auto;
    left: 0
}

.corporate-header__left-menu>nav>ul>li:hover ul.submenu {
    left: 100%;
    top: 0
}

.corporate-header__email {
    font-weight: 700;
    font-size: 28px;
    line-height: 64px;
    letter-spacing: -.02em
}

.corporate-header__bar button {
    background-color: var(--tp-common-black);
    line-height: 70px;
    font-size: 25px;
    color: var(--tp-common-white);
    display: inline-block
}

.corporate-header__shape-img-1 {
    position: absolute;
    top: 0;
    left: 0
}

.corporate-hero-title {
    font-weight: 700;
    font-size: 125px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: var(--tp-common-black);
    padding-bottom: 20px
}

.corporate-hero__main-img {
    animation: 4s infinite alternate tptranslateX2
}

.corporate-about__sub-img,
.corporate-chose__sub-img,
.corporate-hero__sub-img img {
    animation: .9s infinite alternate tpupdown-2
}

.corporate-hero__main-img img,
.postbox__text img,
.tp-404-thumb img,
.tp-contact-thumb img,
.tp-login-thumb img {
    max-width: 100%
}

.corporate-hero__section-box p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #8a90a2;
    padding-bottom: 30px
}

.corporate-hero__play-btn a {
    color: var(--tp-common-black);
    font-size: 20px;
    line-height: 70px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(84, 84, 91, .19);
    transition: .3s
}

.corporate-hero__play-btn a i {
    margin-left: 4px
}

.corporate-hero__play-btn a:hover {
    background-color: #a8abff;
    color: var(--tp-common-black);
    border-color: #a8abff
}

.corporate-hero__play-btn a:hover::after {
    border-color: #a8abff
}

.corporate-hero__play-btn a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    border-radius: 200px;
    border: 2px solid #a8abff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-180deg);
    transition: .3s
}

.corporate-hero__sub-img {
    position: absolute;
    bottom: 1%;
    right: 18%
}

.corporate-social__wrapper ul li {
    display: inline-block;
    margin-right: 55px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .ce-testi-shape {
        bottom: 20px
    }

    .corporate-hero-title {
        font-size: 100px
    }

    .corporate-social__wrapper ul li {
        margin-right: 35px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .corporate-header__bg {
        width: 280px;
        padding: 45px 0 45px 35px
    }

    .corporate-hero-title {
        font-size: 70px
    }

    .corporate-hero__section-box p {
        font-size: 19px
    }

    .corporate-social__wrapper ul li {
        margin-right: 25px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    .corporate-plr,
    .tp-industri-space {
        padding-left: 0;
        padding-right: 0
    }

    .corporate-hero-title {
        font-size: 95px
    }

    .corporate-social__wrapper ul li {
        margin-right: 40px
    }

    .corporate-service__title br {
        display: none
    }
}

.corporate-social__wrapper ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #4064ac
}

.corporate-social__wrapper ul li a i {
    transition: .3s
}

.corporate-social__wrapper ul li a span {
    color: var(--tp-common-black);
    margin-left: 12px;
    text-transform: uppercase;
    transition: .3s;
    font-weight: 500
}

.corporate-social__wrapper ul li a:hover i {
    transform: translateY(-5px)
}

.announcement a:hover,
.corporate-social__wrapper ul li a.color-2,
.corporate-social__wrapper ul li a.color-2:hover span {
    color: red
}

.corporate-social__wrapper ul li a.color-3,
.corporate-social__wrapper ul li a.color-3:hover span,
.corporate-social__wrapper ul li a.color-4,
.corporate-social__wrapper ul li a.color-4:hover span {
    color: #1da1f2
}

.corporate-social__wrapper ul li a:hover span {
    color: #4064ac
}

.corporate-social__scroll a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.corporate-social__scroll a i {
    color: var(--tp-common-pink);
    margin-right: 15px;
    animation: .6s infinite alternate tpupdown
}

.corporate-about__main-img img,
.corporate-chose__main-img img {
    max-width: 100%;
    animation: 4s infinite alternate tptranslateX2
}

.corporate-about__sub-img {
    position: absolute;
    bottom: 4%;
    left: 2%
}

.corporate-about__content p {
    padding-bottom: 35px;
    padding-right: 105px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .corporate-about__content p {
        padding-right: 0;
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .tp-radius-button button,
    .tp-testimonial-item {
        padding: 20px 40px
    }

    .tp-pj-title {
        font-size: 21px
    }

    .tp-portfolio-content-box {
        top: 30px;
        padding: 20px 30px
    }

    .portfolio-animation-icon {
        right: 20px
    }

    .bp-about-shape {
        top: -68px;
        left: -502px
    }

    .ac-ab-title {
        font-size: 42px
    }

    .contact-form {
        padding: 30px
    }

    .tp-testi-p-text p {
        font-size: 16px;
        margin-bottom: 0
    }

    .tp-testimonial-info p {
        font-size: 20px
    }

    .testi-slider-active-four {
        margin-left: 0;
        margin-right: 0
    }

    .ac-testimonial-info {
        margin-bottom: 70px
    }

    .testimonial-html-space {
        padding-right: 45px
    }

    .tp-mission-img {
        margin-left: 0;
        margin-top: 50px
    }

    .cd-project-info-box {
        padding-right: 0;
        padding-left: 20px
    }

    .cd-project-wrapper {
        padding: 23px 0
    }

    .cd-social-icon {
        padding-left: 30px
    }

    .product-model-list a {
        margin-right: 8px
    }

    .pro-details-nav-btn li .nav-links {
        padding: 10px 20px
    }

    .product-button a {
        margin-bottom: 10px
    }

    .tp-industri-space {
        padding-left: 30px;
        padding-right: 30px
    }

    .corporate-hero-title {
        font-size: 80px
    }

    .corporate-hero__tablet-space {
        margin-bottom: 30px
    }

    .corporate-social__wrapper ul li {
        margin-right: 20px
    }

    .corporate-social__scroll a,
    .corporate-social__wrapper ul li a {
        font-size: 13px
    }

    .corporate-about__content p {
        padding-right: 0;
        font-size: 17px
    }
}

.corporate-service__item {
    border: 1px solid #3a3a42;
    border-radius: 10px;
    padding: 40px;
    transition: .3s
}

/* .corporate-service__item:hover,
.tp-testimonial-area {
    background-color:#a92b2b;
} */

.bl-blog__slider-bg::after,
.bl-hero__slider-item::after {
    height: 100%;
    background: linear-gradient(171.59deg, rgba(41, 41, 48, 0) 15.03%, #15151a 93.27%);
    position: absolute;
    content: ""
}

.corporate-service__item:hover .corporate-service__icon span {
    box-shadow: inset 0 0 0 60px #222
}

.corporate-service__icon span {
    height: 120px;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    background: #3a3a42;
    border: 1px dashed #54545b;
    display: inline-block;
    transition: .5s
}

.corporate-service__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.01em;
    color: var(--tp-common-white);
    padding-bottom: 30px
}

.corporate-service__title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear
}

.corporate-service__title a:hover,
.tp-blg-lg-title a:hover {
    background-size: 0 1px, 100% 1px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-hero-text p br {
        display: none
    }

    .bpservice__icon a {
        margin-bottom: 25px
    }

    .ac-about-right,
    .ac-feature-right,
    .cd-client-details,
    .sd-service-details-paragraph {
        padding-left: 0
    }

    .corporate-layout-right {
        width: calc(100% - 0px)
    }

    .corporate__offcanvas .mean-container .mean-bar {
        margin-bottom: 40px
    }

    .corporate-about__left-wrapper,
    .corporate-chose__wrapper {
        margin-bottom: 70px
    }
}

.corporate-chose__sub-img {
    position: absolute;
    top: 8%;
    left: 0
}

.corporate-chose__content p {
    padding-right: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:992px) and (max-width:1199px) {
    .corporate-chose__content p {
        padding-right: 0
    }
}

.corporate-project__img-box img {
    border-radius: 20px;
    transition: .4s
}

.corporate-project__img-box img:hover,
.tp-blog-item-three:hover img,
.tp-blog-item:hover .tp-blog-img img {
    transform: scale(1.1)
}

.corporate-project__img-box:hover .corporate-project__inner-content {
    left: 0;
    opacity: 1;
    visibility: visible
}

.corporate-project__inner-content {
    padding: 40px 45px;
    position: absolute;
    bottom: 0;
    left: -200px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    border-radius: 10px;
    transition: .4s
}

@media (max-width:767px) {

    .tp-industri-title,
    .tp-project-title,
    .tp-testimonial-item-four .tp-testi-paragraph p {
        font-size: 15px
    }

    .tp-project-subtitle {
        font-size: 14px
    }

    .tp-project-item-four__info-four {
        padding: 10px 25px
    }

    .pro-details-nav-btn li,
    .tp-project-item-four__info-four h4 {
        font-size: 16px
    }

    .shop-faq .accordion-header button,
    .tp-project-item-four__info-four span {
        font-size: 14px
    }

    .tp-project-item-four__info-sm {
        padding: 15px 20px
    }

    .tp-pj-title {
        font-size: 20px
    }

    .bp-about-img {
        margin-left: 0;
        margin-bottom: 50px
    }

    .bp-about-img img,
    .tp-product-img img {
        max-width: 100%
    }

    .ac-ab-title {
        font-size: 36px
    }

    .ac-bottom-space {
        padding-bottom: 50px
    }

    .actestimonial__paragraph p {
        font-size: 16px;
        margin-bottom: 50px
    }

    .amaboutsocial__icon {
        display: inline-block;
        margin-bottom: 0
    }

    .amaboutsocial__icon .tp-si__text {
        display: none
    }

    .amaboutsocial__icon .tp-si__icon {
        margin-right: 10px;
        margin-top: 20px
    }

    .amfeature,
    .testimonial-pd-slider-section {
        padding-left: 0
    }

    .am-contact-title {
        font-size: 23px
    }

    .contact-form {
        padding: 10px
    }

    .tp-testimonial-item {
        padding: 25px 20px
    }

    .tp-testimonial-item .tp-testi-meta {
        flex-direction: column;
        margin-bottom: 20px
    }

    .tp-testi-ratting {
        margin-top: 15px
    }

    .testi-slider-active-four,
    .testimonial-slider-active,
    .testimonial-slider-active-2 {
        margin-left: 0;
        margin-right: 0
    }

    .tp-comments-title,
    .tp-testimonial-info p {
        font-size: 18px
    }

    .tp-testimonial-box {
        padding: 40px 20px
    }

    .tp-testimonial-box__rating span {
        margin-bottom: 35px;
        font-size: 20px
    }

    .tp-testimonial-box__rating p {
        font-size: 15px;
        margin-bottom: 30px
    }

    .tp-testimonial-box__testi-title .testi-heading {
        font-size: 17px
    }

    .tp-testimonial-item-four {
        padding: 30px 20px
    }

    .tp-testimonial-item-four__meta,
    .tptestimonial__rating-5 span {
        margin-bottom: 25px
    }

    .tp-testi-wrapper {
        flex-wrap: wrap
    }

    .tp-testimonial-title-box {
        margin-bottom: 40px
    }

    .tptestimonial__rating-5 p {
        font-size: 18px;
        padding-bottom: 20px
    }

    .project-blue-dots {
        padding-top: 20px;
        position: static
    }

    .testimonial-html-space {
        padding-right: 20px;
        padding-left: 20px
    }

    .tp-mission-tab button {
        padding: 19px 21px
    }

    .tp-mission-title {
        font-size: 28px
    }

    .corporate-chose__content p,
    .tpmission__content p {
        padding-right: 0;
        font-size: 15px
    }

    .pro-details-nav-btn li::after,
    .tpmission__content p br {
        display: none
    }

    .tp-mission-img {
        margin-left: 0;
        margin-top: 50px
    }

    .ac-chose-bg {
        padding: 30px 30px 0
    }

    .cd-project-info-box {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 30px
    }

    .cd-client-details {
        padding-left: 10px;
        margin-bottom: 20px
    }

    .cd-project-wrapper {
        padding: 10px 0
    }

    .cd-social-icon {
        padding-left: 10px
    }

    .cd-social-icon a {
        display: inline-block;
        margin-right: 20px
    }

    .tpfilter {
        justify-content: start
    }

    .product-dtitle {
        font-size: 24px
    }

    .product-model-list a {
        margin-right: 5px;
        padding: 0 6px
    }

    .pro-details-nav-btn li .nav-links {
        padding: 5px 15px
    }

    .tp-industri-space {
        padding-left: 0;
        padding-right: 0
    }

    .corporate-plr {
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px
    }

    .corporate-social__space {
        padding-top: 70px
    }

    .corporate-hero-title {
        font-size: 56px
    }

    .corporate-hero__main-img img {
        margin-top: 30px
    }

    .corporate-hero__section-box p {
        font-size: 20px;
        line-height: 25px
    }

    .corporate-hero__section-box p br {
        display: none
    }

    .corporate-about__content p {
        padding-right: 0;
        font-size: 17px
    }

    .corporate-service__section-box {
        margin-bottom: 30px
    }

    .corporate-project__inner-content {
        padding: 20px
    }
}

.corporate-project__inner-content span {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #8a90a2;
    padding-bottom: 10px;
    display: inline-block
}

.corporate-project__title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.02em;
    color: #292930
}

.corporate-project__title:hover {
    color: var(--tp-common-pink)
}

.corporate-project__shape-bottom {
    position: absolute;
    left: 0;
    bottom: -17px;
    z-index: 99
}

.button button {
    border: 1px solid;
    padding: 20px;
    margin: 0 20px
}

.corporate-testi__slider-bg {
    background-color: #3a3a42;
    padding: 70px;
    border-radius: 20px
}

.corporate-testi__slider-active {
    padding: 0 100px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .corporate-about__content p {
        padding-right: 0
    }

    .corporate-testi__slider-active {
        padding: 0 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .corporate-testi__slider-active {
        padding: 0 50px
    }
}

.corporate-testi__rating {
    padding-bottom: 20px
}

.corporate-testi__rating h4 {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

.corporate-testi__rating span {
    font-weight: 900;
    font-size: 12px;
    color: #ffdc60
}

.corporate-testi__rating span.author-position {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #8a90a2
}

.corporate-testi__content p {
    font-weight: 500;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: 0
}

.bl-blog__title-sm:hover,
.corporate-blog__title:hover,
.tp-blog-info .tp-blog-title:hover {
    color: var(--tp-theme-1)
}

.corporate-testi__slider-avata-active {
    padding: 0 150px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .corporate-testi__content p {
        font-size: 25px;
        line-height: 41px
    }

    .corporate-testi__slider-avata-active {
        padding: 0 70px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:767px) {
    .corporate-testi__slider-avata-active {
        padding: 0
    }
}

.corporate-testi__slider-avata-active .slick-slide img {
    display: inline-block;
    transform: scale(.6);
    transition: .4s;
    opacity: .5
}

.corporate-testi__slider-avata-active .slick-center img {
    transform: scale(1);
    opacity: 1
}

.corporate-testi__slider-avata img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover
}

.corporate-testi__shape-1 {
    position: absolute;
    top: 8%;
    right: 2%;
    animation: 10s cubic-bezier(1, .99, .03, .01) infinite animationglob
}

.corporate-testi__shape-2 {
    position: absolute;
    bottom: 8%;
    left: 2%;
    animation: 9s linear infinite moving
}

.corporate-testi__shape-3 {
    position: absolute;
    bottom: -2%;
    right: 0
}

.corporate-testi__shape-4 {
    position: absolute;
    top: 11%;
    left: 9%
}

.corporate-blog__img {
    margin-bottom: 30px;
    border-radius: 20px
}

.corporate-blog__img img {
    border-radius: 20px;
    transition: .4s;
    width: 100%
}

.corporate-blog__category a {
    color: var(--tp-theme-1);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(88, 86, 233, .1);
    border-radius: 10px;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    transition: .3s
}

.corporate-blog__category a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white)
}

.corporate-blog__category a:hover.corporate-blog__date {
    color: #fff
}

.corporate-blog__category a.corporate-blog__date {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #8a90a2;
    margin-left: 10px;
    transition: .3s
}

.corporate-blog__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -.03em;
    color: #292930;
    transition: .3s
}

.corporate-news__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: 0
}

.corporate-news__input input {
    width: 100%;
    height: 80px;
    padding: 30px 240px 30px 30px;
    border-radius: 5px;
    border: none
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .corporate-testi__content p {
        font-size: 24px;
        line-height: 37px
    }

    .corporate-news__title {
        font-size: 40px
    }

    .corporate-news__input input {
        padding-right: 175px
    }
}

.corporate-news__input input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #292930
}

.corporate-news__input input:-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #292930
}

.corporate-news__input input::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #292930
}

.corporate-news__input input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    color: #292930
}

.bl-header-top__right a:hover,
.bl-header-top__social a:hover {
    color: var(--tp-common-black)
}

.corporate-news__input button,
.tp-submit-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}

.corporate-footer__title {
    font-weight: 500;
    font-size: 35px;
    line-height: 46px;
    letter-spacing: -2px;
    color: #fff
}

.bl-header-bottom__bar button,
.bl-header-bottom__search button,
.bl-hero__category {
    font-weight: 700;
    color: var(--tp-common-white)
}

.corporate-footer__social a {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 66px;
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-block;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-left: 20px;
    font-weight: 700;
    transition: .3s
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .corporate-blog__title {
        font-size: 20px;
        line-height: 31px
    }

    .corporate-footer__title {
        font-size: 28px;
        line-height: 35px
    }

    .corporate-footer__social a {
        margin-left: 5px
    }
}

.corporate-footer__social a:hover {
    background-color: var(--tp-common-pink);
    border-color: var(--tp-common-pink);
    color: var(--tp-common-black)
}

.corporate-footer__shape-left {
    position: absolute;
    bottom: 0;
    left: -4%;
    z-index: -1;
    animation: .9s infinite alternate tpupdown-2
}

.corporate-footer__shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.corporate-footer__copyright .tp-copyright-right a {
    margin-left: 30px
}

.bl-header-top__social a {
    font-size: 22px;
    color: #a9a9a9;
    margin-right: 40px;
    transition: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .corporate-chose__section-box .tp-title {
        font-size: 50px;
        margin-bottom: 20px
    }

    .bl-header-top__logo {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

.bl-header-top__right a {
    font-size: 22px;
    color: #a9a9a9;
    transition: .3s;
    margin-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .corporate-testi__content p {
        font-size: 21px;
        line-height: 36px
    }

    .corporate-footer__copyright .tp-copyright-text p {
        padding-bottom: 20px
    }

    .bl-header-top__social a {
        font-size: 18px;
        margin-right: 30px
    }

    .bl-header-top__right a {
        font-size: 18px
    }
}

.bl-header-bottom__bar button:hover,
.bl-header-bottom__main-menu ul li ul.submenu li a:hover,
.bl-header-bottom__main-menu ul li:hover a,
.tp-copyright-right span:hover {
    color: var(--tp-theme-primary)
}

.bl-header-bottom__main-menu ul li {
    display: inline-block;
    margin: 0 30px;
    position: relative
}

.bl-header-bottom__main-menu ul li ul.submenu {
    position: absolute;
    background-color: var(--tp-common-black);
    padding: 40px;
    width: 270px;
    transition: .3s;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    z-index: 999
}

.bl-header-bottom__main-menu ul li ul.submenu li {
    margin: 0 0 10px;
    display: block
}

.bl-header-bottom__main-menu ul li ul.submenu li:last-child {
    margin-bottom: 0
}

.bl-header-bottom__main-menu ul li ul.submenu li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-common-white);
    display: block;
    padding: 0
}

.bl-header-bottom__main-menu ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.01em;
    color: #fff;
    padding: 30px 0;
    display: inline-block
}

.bl-header-bottom__main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.bl-header-bottom__bar button {
    font-size: 24px
}

.bl-header-bottom__search button {
    font-size: 20px
}

.bl-hero__slider-wrapper {
    margin-top: 30px;
    margin-left: -480px;
    margin-right: -480px
}

.bl-hero__slider-arrow button {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 75px;
    text-align: center;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    font-size: 22px;
    box-shadow: 0 7px 13px rgba(44, 65, 97, .13)
}

@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) {
    .corporate-footer__social a {
        margin-left: 0;
        margin-right: 7px;
        margin-top: 30px
    }

    .bl-hero__slider-arrow button {
        height: 50px;
        width: 50px;
        line-height: 55px
    }

    .tp-blg-lg-title br {
        display: none
    }
}

.bl-hero__slider-arrow .next-arrow {
    position: absolute;
    top: 50%;
    left: 22.9%;
    z-index: 9;
    transform: translateY(-50%)
}

.bl-hero__slider-arrow .prev-arrow {
    position: absolute;
    top: 50%;
    right: 22.9%;
    z-index: 9;
    transform: translateY(-50%)
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .bl-hero__slider-arrow .next-arrow {
        left: 19%
    }

    .bl-hero__slider-arrow .prev-arrow {
        right: 19%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .bl-header-bottom__main-menu ul li {
        margin: 0 25px
    }

    .bl-hero__slider-arrow .next-arrow {
        left: 17.9%
    }

    .bl-hero__slider-arrow .prev-arrow {
        right: 17.9%
    }
}

.bl-hero__slider-item::after {
    top: 0;
    left: 0;
    width: 100%
}

.bl-hero__slider-item:hover .bl-hero__slider-img img,
.tp-blog-right-side-sm:hover .tp-blog-right-side-sm__img img {
    transform: scale(1.2)
}

.bl-blog__item:hover .bl-blog__img img,
.bl-sidebar__recent-postbox:hover .bl-sidebar__recent-thumb img {
    transform: scale(1.1) rotate(-3deg)
}

.bl-hero__slider-img img {
    transform: .6s
}

.bl-hero__content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px
}

@media (max-width:767px) {
    .corporate-project__inner-content span {
        font-size: 13px;
        padding-bottom: 0
    }

    .corporate-project__title {
        font-size: 17px
    }

    .corporate-testi__slider-bg {
        padding: 30px
    }

    .corporate-testi__content p {
        font-size: 17px;
        line-height: 29px
    }

    .corporate-news__left-item {
        margin-bottom: 20px
    }

    .corporate-news__title {
        font-size: 30px
    }

    .corporate-news__input input {
        padding-right: 30px
    }

    .corporate-news__input button {
        position: static;
        transform: translateY(0);
        left: 0;
        margin-top: 20px
    }

    .corporate-footer__title {
        font-weight: 500;
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 15px
    }

    .corporate-footer__social a {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 30px
    }

    .corporate-footer__copyright .tp-copyright-text p {
        font-size: 15px;
        padding-bottom: 20px
    }

    .bl-hero__content {
        padding: 20px
    }
}

.bl-hero__content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #c7cbd7
}

.bl-hero__category {
    padding: 8px 20px;
    text-transform: uppercase;
    background-color: var(--tp-common-black);
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block
}

.bl-hero__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    display: flex;
    align-items: center;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: 10px
}

.bl-blog__section-title,
.bl-blog__slider-title {
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.03em
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bl-header-bottom__main-menu ul li {
        margin: 0 18px
    }

    .bl-header-bottom__main-menu ul li a {
        font-size: 16px
    }

    .bl-hero__slider-arrow .next-arrow {
        left: 14%
    }

    .bl-hero__slider-arrow .prev-arrow {
        right: 14%
    }

    .bl-hero__title {
        font-size: 28px
    }

    .bl-blog__item-box {
        margin-bottom: 100px
    }
}

.bl-blog__height {
    height: 745px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .bl-blog__height {
        height: 700px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bl-blog__item-box {
        margin-bottom: 60px
    }

    .bl-blog__height {
        height: 600px
    }
}

@media (max-width:767px) {
    .bl-hero__content p {
        font-size: 14px;
        line-height: 22px
    }

    .bl-hero__category {
        padding: 3px 12px;
        font-size: 12px
    }

    .bl-hero__title {
        font-size: 20px;
        line-height: 25px
    }

    .bl-blog__item-box {
        margin-bottom: 40px
    }

    .bl-blog__height {
        height: 400px
    }
}

.bl-blog__slider-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.bl-blog__slider-bg::after {
    top: 0;
    left: 0;
    width: 100%
}

.bl-blog__slider-title {
    font-size: 70px;
    color: #fff;
    padding-bottom: 10px
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .bl-blog__slider-title {
        font-size: 65px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .bl-blog__slider-title {
        font-size: 55px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bl-blog__slider-title {
        font-size: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bl-blog__slider-title {
        font-size: 40px
    }

    .bl-blog__slider-title br {
        display: none
    }
}

@media (max-width:767px) {
    .bl-blog__slider-title {
        font-size: 30px
    }

    .bl-blog__slider-title br {
        display: none
    }
}

.bl-blog__slider-content span,
.bl-blog__video-play-btn a {
    background-color: var(--tp-common-white);
    display: inline-block
}

.bl-blog__slider-meta a {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 25px
}

.bl-blog__slider-content {
    padding: 80px
}

.bl-blog__slider-content span {
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    color: var(--tp-common-black);
    font-weight: 700;
    font-size: 18px;
    color: #292930;
    text-transform: uppercase;
    margin-bottom: 25px
}

.bl-blog__section-title {
    font-size: 40px;
    color: #292930
}

.bl-blog__category,
.tplogin__form .tp-number {
    padding-bottom: 10px
}

.bl-blog__category a {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .085em;
    text-decoration-line: underline;
    color: #292930;
    margin-right: 20px
}

.bl-blog__category a.last-child {
    color: #8a90a2
}

.bl-blog__meta a:hover,
.bl-blog__meta span i,
.bl-blog__video-play-btn a {
    color: var(--tp-common-black)
}

.bl-blog__video-play-btn a {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 90px;
    font-size: 24px;
    font-weight: 400
}

.bl-blog__meta a,
.bl-blog__meta span {
    color: #8a90a2;
    text-transform: uppercase
}

.bl-blog__img img {
    transition: .3s
}

.bl-blog__title-sm {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -.03em;
    color: #292930;
    padding-bottom: 5px;
    line-height: 1.3
}

.bl-blog__meta span {
    font-weight: 500;
    font-size: 12px;
    margin-right: 30px
}

.bl-blog__meta span i {
    font-style: normal
}

.bl-blog__meta a {
    font-weight: 500;
    font-size: 12px;
    margin-right: 30px;
    transition: .3s
}

.bl-cta__slider-item {
    padding: 0 100px;
    position: relative
}

.bl-cta__slider-item::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #62626b
}

.bl-cta__slider-item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -.01em;
    text-transform: lowercase;
    color: #fff
}

.bl-sidebar__left-item .bl-blog__img {
    margin-right: 50px;
    margin-bottom: 0;
    flex: 0 0 auto
}

.bl-sidebar__widget-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -.02em;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0
}

.bl-sidebar__social-icon i {
    font-size: 27px;
    color: var(--tp-common-white);
    font-weight: 700;
    margin-right: 20px
}

.bl-sidebar__social-icon p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: var(--tp-common-white)
}

.bl-sidebar__social-icon p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, .5)
}

.bl-sidebar__social-item {
    background-color: #0a66c2;
    padding: 20px 30px
}

.bl-sidebar__social-item.social-color-2 {
    background-color: #cd201f
}

.bl-sidebar__social-item.social-color-3 {
    background-color: #1da1f2
}

.bl-sidebar__arrow-icon i {
    color: var(--tp-common-white);
    font-size: 20px;
    font-weight: 300;
    transform: translateY(4px)
}

.bl-sidebar__widget ul li,
.postbox__meta {
    margin-bottom: 10px
}

.bl-sidebar__recent-thumb {
    margin-right: 20px;
    flex: 0 0 auto
}

.bl-sidebar__recent-meta span {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #777
}

.bl-sidebar__recent-meta span i {
    margin-right: 6px
}

.bl-sidebar__recent-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: #292930
}

.bl-sidebar__widget-wrapper {
    padding-left: 110px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .bl-blog__title-sm {
        font-size: 20px
    }

    .bl-sidebar__widget-wrapper {
        padding-left: 85px
    }
}

.bpblog:hover .bpblog__img img,
.tp-blog-item-four:hover .tp-blog-item-four__img img {
    transform: scale(1.1)
}

.bl-testimonial__thumb span {
    height: 430px;
    width: 430px;
    border: 1px dashed #dcd1d1;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: -1;
    border-radius: 217.445px 206.337px 0 217.445px;
    transform: matrix(-1, 0, 0, -1, 0, 0)
}

.bl-testimonial__thumb img {
    border-radius: 0 215px 215px 0;
    max-width: 100%
}

.bl-testimonial__rating {
    margin-bottom: 25px
}

.bl-testimonial__rating span {
    color: #ffb11b
}

.bl-testimonial__text p {
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: -.02em;
    color: #292930;
    padding-bottom: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .bl-testimonial__thumb span {
        height: 383px;
        width: 370px;
        top: 5px;
        left: 7px
    }

    .bl-testimonial__text p {
        font-size: 25px;
        line-height: 42px
    }
}

.bl-testimonial__text p span {
    color: #f2236e
}

.bl-testimonial__slide-sm-avata {
    position: absolute;
    bottom: -125px;
    left: 50px
}

.bl-testimonial__author-img {
    margin-right: 15px
}

.bl-testimonial__author-info h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin-bottom: 0;
    padding-right: 10px
}

.bl-testimonial__author-info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #445658
}

.bl-instagram__slider-tag span,
.bl-newsletter__input button {
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.bl-testimonial__active {
    margin-left: 60px;
    padding-top: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bl-testimonial__text p {
        font-size: 20px;
        line-height: 37px
    }

    .bl-testimonial__active {
        margin-left: 40px;
        padding-top: 0
    }
}

.bl-testimonial__slider-wrapper .testimonial-slider-dots {
    position: absolute;
    right: 14%;
    bottom: -2%;
    z-index: 99
}

.bl-testimonial__slider-wrapper .testimonial-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--tp-common-black);
    width: 30px;
    border-radius: 30px;
    opacity: 1
}

.bl-testimonial__slider-wrapper .testimonial-slider-dots .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    display: inline-block;
    border-radius: 30px;
    background-color: var(--tp-theme-1);
    margin: 0 3px;
    opacity: .5;
    transition: .3s
}

.bl-testimonial__border-bottom {
    border-bottom: 1px solid #e1e1e1
}

.bl-newsletter__title-box i {
    height: 80px;
    width: 80px;
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    flex: 0 0 auto;
    margin-right: 30px
}

.bl-newsletter__title-sm {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -.03em;
    color: #000;
    padding-right: 80px
}

.bl-newsletter__input input {
    width: 100%;
    height: 60px;
    border-radius: 90px;
    border: 0;
    background: #f1f1f1;
    padding: 0 55px
}

.bl-newsletter__input input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.bl-newsletter__input input:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.bl-newsletter__input input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.bl-newsletter__input input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #999
}

.bl-newsletter__input button {
    background: #292930;
    border-radius: 0 90px 90px 0;
    height: 60px;
    padding: 0 45px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 26px;
    color: #fff
}

.bl-newsletter__input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: var(--tp-common-black);
    font-size: 16px
}

.bl-instagram__slider-tag,
.bl-vedio__play-btn button,
.vid-play-btn .pause,
.vid-play-btn .play {
    position: absolute;
    left: 50%;
    top: 50%
}

.bl-newsletter__check-wrapper {
    padding-left: 30px
}

.bl-newsletter__check-wrapper .form-check-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #999
}

.bl-newsletter__check-wrapper .form-check-input:checked {
    background-color: #1aefa2;
    border-color: transparent
}

.bl-newsletter__check-wrapper .form-check-input:focus {
    box-shadow: none
}

.bl-newsletter__check-wrapper .form-check-input.form-check-input[type=checkbox] {
    border-radius: 2px;
    margin-top: 6px
}

.bl-story__item .bl-blog__title-sm {
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -.03em;
    color: #292930
}

.bl-instagram__slider-active {
    margin: 0 -230px
}

.bl-instagram__slider-tag {
    transform: translate(-50%, -50%);
    z-index: 99
}

.bl-instagram__slider-tag span {
    font-size: 14px;
    line-height: 14px;
    color: #292930;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 70px;
    padding: 20px 70px
}

.bl-footer__recent-content .bl-sidebar__recent-title,
.bl-footer__social a {
    color: var(--tp-common-white)
}

.bl-footer__widget-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    display: flex;
    align-items: center;
    letter-spacing: -2px;
    color: #fff;
    padding-bottom: 25px
}

.bl-footer__social a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-right: 20px
}

.bl-footer__social a:hover {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1)
}

.bl-footer__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #d4d4d6;
    mix-blend-mode: normal;
    opacity: .8;
    padding-bottom: 30px;
    padding-right: 100px
}

.bl-footer__address span,
.bl-footer__contact-info span {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    mix-blend-mode: normal;
    margin-right: 10px
}

.bl-footer__address a,
.bl-footer__contact-info a {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #b2b2b5
}

.bl-footer__contact {
    padding-bottom: 40px
}

.bl-footer__company-info ul li {
    margin-bottom: 20px
}

.bl-footer__company-info ul li:last-child {
    margin-bottom: 0
}

.bl-footer__company-info ul li a {
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    color: #c6c6c6
}

.bl-footer__company-info ul li a i {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
    color: var(--tp-common-white)
}

.bl-footer__widget-title-sm {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.01em;
    color: #fff;
    padding-bottom: 30px
}

.bl-footer__map iframe {
    height: 160px;
    width: 260px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .bl-newsletter__title-sm {
        font-size: 34px;
        line-height: 40px
    }

    .bl-footer-2,
    .bl-footer-3 {
        padding-left: 60px
    }
}

.bl-vedio__img video {
    object-fit: cover;
    height: 740px;
    width: 100%;
    display: block
}

.bl-vedio__play-btn button {
    transform: translate(-50%, -50%);
    z-index: 999;
    height: 140px;
    width: 140px;
    line-height: 140px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    display: inline-block;
    font-size: 30px;
    color: var(--tp-common-black)
}

.tp-blog-meta .tp-blog-meta-color:hover,
.tp-blog-meta a {
    background-color: rgba(89, 86, 233, .1);
    color: var(--tp-theme-1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .bl-vedio__img video {
        height: 650px
    }

    .bl-vedio__play-btn button {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 25px
    }
}

.vid-play-btn .play {
    transform: scale(1) translate(-50%, -50%)
}

.vid-play-btn .pause,
.vid-play-btn.open .play {
    transform: scale(0) translate(-50%, -50%)
}

.vid-play-btn.open .pause {
    transform: scale(1) translate(-50%, -50%)
}

.post-style .tp-blog-item {
    border: 0
}

.tp-blog-item {
    padding: 40px;
    border: 1px solid #f1f3f6;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    background-color: var(--tp-common-white)
}

.tp-blog-img img {
    transition: 1s;
    border-radius: 20px;
    transform: scale(1)
}

.tp-blog-meta a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px
}

.tp-blog-meta a:hover {
    background-color: var(--tp-theme-1);
    color: #fff
}

.tp-blog-meta .tp-blog-meta-color {
    background-color: #f1f2ff;
    color: #8a90a2
}

.tp-blog-info .tp-blog-title,
.tp-blog-item-four__meta .tp-meta-text span,
.tp-blog-item-four__meta a:hover,
.tp-blog-item-three__meta a:hover,
.tp-blog-user-title,
.tp-bp-title {
    color: var(--tp-common-black)
}

.tp-blog-item-four__meta .tp-meta-text::after,
.tp-blog-item-three__meta .tp-meta-text::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 17px;
    background-color: #e8ecf2
}

.tp-blog-info .tp-blog-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px
}

.tp-blog-info P {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-blog-info .tp-blog-title {
        font-size: 28px
    }

    .tp-blog-info P {
        font-size: 17px
    }
}

.tp-blog-space {
    margin-left: 40px;
    margin-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .bl-newsletter__title-sm {
        font-size: 30px;
        line-height: 37px;
        padding-right: 20px
    }

    .tp-blog-info .tp-blog-title {
        font-size: 25px
    }

    .tp-blog-area {
        padding-bottom: 40px
    }
}

.blog-grey-color {
    background-color: #f7f8fd;
    border: 0
}

.blog-border-shape::after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 1px;
    background-color: #e2e7ec;
    height: 530px;
    margin-left: -15px
}

.tp-blog-box:before {
    content: "";
    bottom: 0;
    position: absolute;
    height: 90px;
    width: 85%;
    right: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    background: rgba(231, 235, 242, .85);
    filter: blur(45px)
}

.tp-blog-box:hover:before {
    opacity: 1;
    visibility: visible;
    bottom: -20px
}

.tp-blog-item-three__img img {
    transform: scale(1);
    transition: 1s
}

.tp-blog-item-three__meta a {
    color: var(--tp-theme-1);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px
}

.tp-blog-item-three__meta .tp-meta-text {
    color: #8a90a2;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 25px;
    margin-left: 25px;
    position: relative
}

.tp-blog-item-three__meta .tp-meta-text span {
    font-style: normal;
    color: var(--tp-common-black)
}

.tp-blog-item-three__meta .tp-meta-text span:hover,
.tp-bp-title:hover {
    color: var(--tp-theme-1)
}

.tp-blog-item-four__title p,
.tp-blog-item-three__title p {
    font-size: 16px;
    font-weight: 400;
    color: #8a90a2;
    line-height: 27px;
    padding-bottom: 5px;
    padding-right: 23px
}

.tp-bp-title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-blog-item-three__meta .tp-meta-text {
        padding-left: 14px;
        margin-left: 10px
    }

    .tp-bp-title {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bl-blog__slider-content span {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .bl-blog__video-play-btn a {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 17px
    }

    .bl-blog__title-sm {
        font-size: 18px
    }

    .bl-blog__meta a,
    .bl-blog__meta span {
        margin-right: 15px
    }

    .bl-sidebar__left-item .bl-blog__img {
        margin-right: 30px
    }

    .bl-testimonial__text p {
        font-size: 25px;
        line-height: 40px
    }

    .bl-newsletter__left-side {
        margin-bottom: 50px
    }

    .bl-vedio__img video {
        height: 500px
    }

    .tp-blog-meta a {
        padding: 0 15px;
        font-size: 12px
    }

    .tp-blog-area {
        padding-bottom: 130px
    }

    .tp-bp-title {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .bl-blog__slider-meta a {
        margin: 0 8px
    }

    .bl-blog__slider-content {
        padding: 30px
    }

    .bl-blog__section-title {
        font-size: 35px
    }

    .bl-blog__video-play-btn a {
        height: 70px;
        width: 70px;
        line-height: 75px;
        font-size: 16px
    }

    .bl-blog__title-sm,
    .tp-bp-title {
        font-size: 20px
    }

    .bl-blog__title-sm br {
        display: none
    }

    .bl-blog__meta a,
    .bl-blog__meta span {
        margin-right: 15px
    }

    .bl-video-post__xs-space {
        padding-left: 0;
        padding-right: 0
    }

    .bl-sidebar__left-item {
        flex-wrap: wrap;
        margin-bottom: 40px
    }

    .bl-sidebar__left-item .bl-blog__img {
        margin-right: 0
    }

    .bl-sidebar__left-item .bl-blog__img img {
        margin-bottom: 20px;
        max-width: 100%
    }

    .bl-testimonial__text p {
        font-size: 18px;
        line-height: 28px
    }

    .bl-testimonial__slide-sm-avata {
        bottom: -120px;
        left: -15px
    }

    .bl-testimonial__slider-wrapper .testimonial-slider-dots {
        left: 0;
        bottom: -15%
    }

    .bl-newsletter__left-side {
        margin-bottom: 30px
    }

    .bl-newsletter__title-box i {
        margin-right: 20px
    }

    .bl-newsletter__title-sm {
        font-size: 19px;
        line-height: 29px;
        padding-right: 0
    }

    .bl-newsletter__input button {
        position: static;
        margin-top: 20px;
        border-radius: 90px
    }

    .bl-footer-2,
    .bl-newsletter__check-wrapper {
        padding-left: 0
    }

    .bl-instagram__slider-active {
        margin: 0
    }

    .bl-instagram__slider-tag {
        width: 100%;
        right: 0;
        text-align: center
    }

    .bl-instagram__slider-tag span {
        padding: 15px 30px
    }

    .bl-footer__map iframe {
        width: 100%
    }

    .bl-vedio__img video {
        height: 400px
    }

    .tp-blog-section-box .tp-title {
        font-size: 30px
    }

    .tp-blog-item {
        padding: 20px
    }

    .tp-blog-meta a {
        padding: 0 17px;
        font-size: 12px
    }

    .tp-blog-info .tp-blog-title {
        font-size: 28px
    }

    .tp-blog-info P {
        font-size: 17px
    }

    .tp-blog-border {
        border-right: 0
    }
}

.tp-blog-border {
    border-right: 1px solid #e2e5ea
}

.tp-blog-item-four__img img {
    border-radius: 20px;
    transform: scale(1);
    transition: 1s
}

.tp-blog-item-four__meta a {
    color: var(--tp-theme-1);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.tp-blog-item-four__meta .tp-meta-text {
    color: #8a90a2;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 45px;
    margin-left: 45px;
    position: relative
}

.bpblog__content span:hover,
.postbox__thumb .play-btn:hover {
    background-color: var(--tp-theme-primary)
}

.tp-blog-item-four__meta .tp-meta-text span {
    font-style: normal
}

.tp-blog-item-four__meta .tp-meta-text span:hover,
.tp-blog-user-title:hover {
    color: var(--tp-theme-1)
}

.tp-blog-user-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.tp-blg-sm-title,
.tp-blog-right-side-sm__meta a {
    padding-right: 40px;
    text-transform: uppercase
}

.tp-blog-right-side-sm__img {
    border-radius: 20px;
    flex: 0 0 auto
}

.tp-blog-right-side-sm__img img {
    transform: scale(1);
    transition: .9s
}

.tp-blog-right-side-sm__meta a {
    color: var(--tp-theme-1);
    font-weight: 700;
    font-size: 13px
}

.tp-blog-right-side-sm__meta a:hover,
.tp-blog-user-sm-title,
.tp-copyright-color a {
    color: var(--tp-common-black)
}

.tp-blog-right-side-sm__meta .tp-meta-text {
    color: #8a90a2;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative
}

.tp-blog-right-side-sm__meta .tp-meta-text span {
    font-style: normal;
    color: var(--tp-common-black)
}

.bp-blog-title:hover,
.tp-blg-sm-title:hover,
.tp-blog-right-side-sm__meta .tp-meta-text span:hover,
.tp-blog-user-sm-title:hover,
.tpblog__meta span:hover {
    color: var(--tp-theme-1)
}

.tp-blog-user-sm-title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px
}

.tp-blg-sm-title,
.tpblog__meta span {
    font-size: 16px;
    color: rgba(41, 41, 48, .6);
    font-weight: 700;
    transition: .3s
}

.circle-animation.blog-animation {
    bottom: -18%;
    left: 21%;
    border: 1px solid #e8ecf2;
    width: 537px;
    height: 537px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.tp-blg-lg-title {
    font-size: 26px;
    color: var(--tp-common-black);
    font-weight: 700;
    transition: .3s
}

.tpblog__item {
    padding-right: 35px;
    position: relative;
    z-index: 5
}

.tpblog:hover .tpblog__thumb img {
    transform: scale(1.1);
    transition: .9s
}

.tpblog__thumb {
    margin-right: 35px;
    flex: 0 0 auto;
    border-radius: 20px
}

.tpblog__thumb img {
    transform: scale(1)
}

.tpblog__meta span {
    line-height: 1
}

.bp-blog-title,
.bpblog__content span {
    font-weight: 500;
    display: inline-block
}

.bp-blog-title,
.bpblog__content span,
.bpblog__content span:hover,
.postbox__meta span i,
.postbox__title {
    color: var(--tp-common-black)
}

@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),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {

    .shop-left-right,
    .tp-blog-bs-space,
    .tp-project-bs-space,
    .tp-service-bs-space {
        margin-left: 0;
        margin-right: 0
    }

    .bp-sv-shape-1 {
        right: 0
    }

    .bp-mission-shape-2 {
        bottom: -50px
    }
}

.bpblog__img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scale(1);
    transition: .9s
}

.bpblog__content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--tp-common-white);
    padding: 35px 20px
}

.bpblog__content span {
    font-size: 12px;
    background-color: rgba(137, 206, 251, .2);
    height: 24px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: .3s;
    margin-bottom: 20px;
    border-radius: 3px
}

.postbox__audio,
.postbox__audio iframe {
    height: 100%;
    width: 100%
}

.postbox__meta span:hover,
.postbox__meta span:hover i,
.postbox__title a:hover {
    color: var(--tp-theme-1)
}

.bpblog__content p {
    color: #68666e;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {

    .svcase__content p br,
    .tp-bp-hero-section-box p br {
        display: none
    }

    .tp-hero-right-img img {
        max-width: 100%
    }

    .tp-hero-section-box-five__input {
        margin-right: 0
    }

    .sv-case-sm-title {
        font-size: 21px
    }

    .actestimonial__icon,
    .actestimonial__position {
        margin-bottom: 20px
    }

    .tp-testimonial-item-four .tp-testi-paragraph {
        margin-bottom: 0;
        padding-bottom: 10px
    }

    .tpblog__meta {
        margin-bottom: 15px
    }

    .bpblog__content p {
        font-size: 14px
    }

    .bpblog__content p br {
        display: none
    }
}

.ce-blog-shape {
    position: absolute;
    right: 40px;
    top: 161px;
    animation: 15s linear infinite rotate2
}

.bp-blog-title {
    font-size: 22px;
    line-height: 1.4
}

.bs-blog-shape-1 {
    position: absolute;
    left: 75px;
    bottom: 190px;
    animation: 5s linear infinite moving
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .bs-blog-shape-1 {
        left: 75px;
        bottom: 50px
    }
}

.bs-blog-shape-2 {
    position: absolute;
    right: 130px;
    top: 136px;
    animation: 5s linear infinite rotate2
}

@media (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .feature-bottom-space {
        padding-bottom: 90px
    }

    .productthumb img {
        max-width: 100%
    }

    .product__details-content p br {
        display: none
    }

    .tp-blog-space {
        margin-left: 0;
        margin-right: 0
    }

    .postbox__wrapper {
        padding-right: 0
    }
}

.postbox__thumb {
    margin-bottom: -2px
}

.postbox__thumb .play-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 90px;
    width: 90px;
    background-color: var(--tp-common-white);
    text-align: center;
    line-height: 90px;
    color: var(--tp-theme-1);
    border-radius: 50%;
    animation: 2s infinite pulse
}

.postbox__thumb .play-btn:hover {
    color: var(--tp-common-black)
}

.postbox__thumb img {
    border-radius: 20px;
    margin-bottom: 40px
}

.postbox__audio iframe {
    border: none
}

.postbox__item-single:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.postbox__content p img {
    margin-bottom: 30px;
    max-width: 100%
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none
}

.postbox__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-blog-user-title {
        font-size: 35px
    }

    .tp-blog-right-side-sm__meta a {
        padding-right: 20px
    }

    .tp-blog-user-sm-title {
        font-size: 23px
    }

    .circle-animation.blog-animation {
        bottom: -11%;
        left: 9%;
        height: 400px;
        width: 400px
    }

    .bp-blog-title {
        font-size: 20px
    }

    .postbox__title {
        font-size: 33px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-blog-item-four__meta .tp-meta-text {
        padding-left: 25px;
        margin-left: 25px
    }

    .tp-blog-user-title {
        font-size: 30px
    }

    .tp-blog-right-side-sm__img {
        marign-right: 20px
    }

    .tp-blog-right-side-sm__meta {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .tp-blog-right-side-sm__meta a {
        padding-right: 5px
    }

    .tp-blog-right-side-sm__meta .tp-meta-text {
        font-size: 13px
    }

    .tp-blog-user-sm-title {
        font-size: 18px
    }

    .tp-blg-sm-title,
    .tpblog__thumb {
        padding-right: 20px
    }

    .bp-blog-title {
        font-size: 16px
    }

    .postbox__title {
        font-size: 28px
    }

    .tp-news-button .tp-btn-yellow {
        padding: 0 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .bp-blog-title {
        font-size: 18px
    }

    .postbox__title {
        font-size: 33px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-service-item {
        padding: 49px 30px
    }

    .corporate-social__wrapper {
        margin-bottom: 60px
    }

    .corporate-social__wrapper ul li {
        margin-right: 25px
    }

    .corporate-project__inner-content {
        padding: 40px 50px
    }

    .corporate-testi__slider-avata-active {
        padding: 0 90px
    }

    .bl-header-top__social a {
        font-size: 15px;
        margin-right: 20px
    }

    .bl-header-top__right a {
        font-size: 18px;
        margin-left: 15px
    }

    .bl-hero__content {
        padding: 60px
    }

    .bl-blog__height {
        height: 600px
    }

    .bl-blog__slider-title {
        font-size: 40px
    }

    .bl-blog__slider-title br {
        display: none
    }

    .bl-blog__slider-content {
        padding: 30px
    }

    .bl-sidebar__left-item .bl-blog__img,
    .bl-sidebar__left-item .bl-blog__img img {
        width: 100%
    }

    .postbox__title {
        font-size: 30px
    }
}

.postbox__meta span {
    font-size: 14px;
    font-weight: 700;
    color: #8a90a2;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 30px
}

.postbox__meta span i {
    margin-right: 3px;
    font-weight: 500
}

.postbox__text p {
    margin-bottom: 28px;
    font-size: 17px
}

.postbox__text-single p,
.rc__post ul li:not(:last-child),
.tp-footer-widget__list ul li,
.tplogin__form .tp-mail {
    margin-bottom: 15px
}

.postbox__slider button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--tp-common-white)
}

.postbox__slider button.slick-next {
    left: auto;
    right: 50px
}

.postbox__comment ul li {
    margin-bottom: 30px;
    list-style: none
}

.postbox__comment ul li.children {
    margin-left: 100px
}

.postbox__comment-form {
    margin-bottom: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .09);
    background: var(--tp-common-white)
}

.postbox__comment-form-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-black);
    margin-bottom: 40px
}

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px
}

.postbox__comment-input span {
    font-weight: 600;
    color: var(--tp-common-black);
    margin-bottom: 12px;
    display: block
}

.postbox__comment-input input,
.postbox__comment-input textarea {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: var(--tp-common-black);
    outline: 0;
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px
}

.postbox__comment-input textarea {
    height: 175px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px
}

.postbox__comment-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
    color: var(--tp-common-black)
}

.postbox__comment-avater img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.postbox__comment-name {
    margin-bottom: 5px
}

.postbox__comment-name h5 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--tp-common-black)
}

.postbox__comment-name span {
    font-size: 14px;
    color: #8a879f;
    text-transform: uppercase;
    letter-spacing: 1px
}

.postbox__comment-reply,
blockquote cite {
    margin-top: 10px
}

.postbox__comment-text p {
    font-size: 16px;
    color: var(--tp-text-11);
    margin-bottom: 15px
}

.postbox__comment-reply a {
    display: inline-block;
    color: var(--tp-theme-1);
    background: rgba(61, 108, 231, .1);
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.postbox__comment-reply a:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-1)
}

.postbox__comment-agree {
    padding-left: 5px
}

.postbox__comment-agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px;
    height: 14px;
    background: var(--tp-common-white);
    border: 1px solid #b9bac1;
    outline: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    flex: 0 0 auto;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.postbox__comment-agree input:checked {
    position: relative;
    background-color: var(--tp-theme-1);
    border-color: transparent
}

.postbox__comment-agree input:checked::after {
    box-sizing: border-box;
    content: "\f00c";
    position: absolute;
    font-family: var(--tp-ff-fontawesome);
    font-size: 10px;
    color: var(--tp-common-white);
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.postbox__comment-agree input:hover {
    cursor: pointer
}

.postbox__comment-agree label {
    padding-left: 8px;
    color: var(--tp-text-1);
    line-height: 1
}

.postbox__social span,
.postbox__tag span,
.rc__post-title,
.sidebar__widget-title {
    color: var(--tp-common-black)
}

.postbox__comment-agree label a {
    color: var(--tp-common-black);
    font-weight: 600;
    padding-left: 4px
}

.postbox__comment-agree label a:hover {
    color: var(--tp-theme-1)
}

.postbox__comment-agree label:hover {
    cursor: pointer
}

.postbox__tag span {
    font-size: 20px;
    margin-bottom: 17px;
    margin-right: 30px;
    font-weight: 500
}

.postbox__social span {
    font-size: 20px;
    font-weight: 500
}

.postbox__social a {
    font-size: 15px;
    padding-left: 30px
}

.postbox__social a .tp-facebook,
.postbox__social a .tp-linkedin {
    color: #0e6ba1
}

.postbox__social a .tp-pinterest {
    color: #d70220
}

.postbox__social a .tp-twitter {
    color: #36b6ed
}

.rc__post-title a:hover,
.sidebar__widget ul li:hover a,
.sidebar__widget ul li:hover span,
.tp-contact-info span:hover,
.tp-cpoyright-menu a:hover,
blockquote cite::before {
    color: var(--tp-theme-1)
}

.postbox__social-wrapper {
    border-bottom: 1px solid #eceef3;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.rc__post-thumb img {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    border-radius: 10px
}

.rc__post-title {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px
}

.rc__meta span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8a879f
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .corporate-testi__slider-active {
        padding: 0
    }

    .bl-footer-3,
    .bl-sidebar__widget-wrapper {
        padding-left: 0
    }

    .tp-blog-item-three {
        margin-bottom: 60px
    }

    .tp-blog-border {
        border: transparent
    }

    .postbox__social {
        margin-top: 40px
    }

    .sidebar__wrapper {
        padding-left: 0;
        padding-top: 50px
    }
}

.sidebar__widget {
    padding: 40px;
    border: 1px solid #f6f6f6
}

.sidebar__widget-title {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 500
}

.sidebar__widget:last-child-title {
    border-bottom: 0
}

.sidebar__widget ul li:last-child {
    padding-bottom: 0
}

.sidebar__widget ul li:last-child a {
    margin-bottom: 0
}

.sidebar__widget ul li:first-child {
    padding-top: 0
}

.sidebar__widget ul li a {
    color: #777;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #f2f5fa;
    margin-bottom: 10px;
    padding: 7px 15px
}

.sidebar__widget ul li span {
    float: right;
    color: var(--tp-common-black);
    font-size: 16px;
    font-weight: 600
}

.sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--tp-grey-1);
    padding: 3px 80px 0 25px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid var(--tp-grey-1);
    outline: 0
}

.blog-post-slider-nav .nav-button,
.tp-404-circle::after,
.tp-news-button input {
    background-color: var(--tp-common-white)
}

.mybtn-1,
.tagcloud a {
    text-transform: uppercase
}

.sidebar__search input::placeholder {
    color: #777
}

.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    color: #fff;
    line-height: 60px;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    color: var(--tp-common-black)
}

.sidebar__banner-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: var(--tp-theme-1)
}

.blog-nav-next,
.blog-nav-prev {
    top: 50%;
    transform: translateY(-50%);
    z-index: 5
}

.tp-news-letter-bg,
.tp-news-letter-box,
.tp-suscribe-newslatter {
    background-repeat: no-repeat
}

.sidebar__banner-content h4 {
    padding: 15px 20px;
    font-size: 24px;
    color: var(--tp-common-white);
    text-transform: uppercase;
    margin-bottom: 0
}

.tagcloud a {
    border: 1px solid #f2f4f6;
    color: #c1c1c1;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 25px;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 5px
}

.tagcloud a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-black)
}

blockquote {
    background: var(--tp-grey-1);
    padding: 35px 50px;
    margin-bottom: 35px
}

blockquote p {
    line-height: 1.5;
    font-size: 20px;
    color: #57565e;
    font-weight: 400
}

blockquote cite {
    font-size: 18px;
    display: block;
    color: #070337;
    font-style: inherit;
    font-weight: 600;
    position: relative
}

blockquote cite::before {
    content: "";
    font-size: 28px;
    padding-bottom: 0;
    display: inline-block;
    background: var(--tp-theme-1);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative
}

.blog-post-slider-active {
    position: relative;
    margin-bottom: 40px
}

.blog-post-slider-active .swiper-slide img {
    border-radius: 20px;
    width: 100%
}

.blog-nav-prev {
    position: absolute;
    left: 0
}

.blog-nav-next {
    position: absolute;
    right: 0
}

.blog-post-slider-nav .nav-button {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: var(--tp-common-black)
}

.tp-news-letter-box {
    background-color: #101036;
    padding-top: 55px;
    padding-bottom: 30px;
    border-radius: 20px;
    background-position: right;
    background-size: contain
}

.tp-news-shape-img {
    position: absolute;
    bottom: -22px;
    left: -60px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {

    .am-fea-space,
    .am-fea-space-2 {
        padding-left: 0
    }

    .corporate__offcanvas {
        width: 500px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 50px
    }

    .corporate__offcanvas .tpoffcanvas__content p {
        font-size: 25px
    }

    .tpoffcanvas__close-btn {
        top: 60px
    }

    .tp-news-letter-img img {
        max-width: 100%
    }
}

.tp-newsletter-left-img {
    max-width: inherit;
    margin-left: -100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__text p {
        font-size: 16px
    }

    .tp-news-shape-img {
        left: -35px
    }

    .tp-newsletter-left-img {
        margin-left: -30px
    }

    .tp-newsletter-left-img img {
        max-width: 100%
    }
}

.news-shape-img {
    position: absolute;
    top: -50px;
    left: 57px;
    animation: 5s infinite zoom2
}

.tp-news-letter-bg {
    background-size: cover;
    background-position: center
}

.tp-news-title {
    font-size: 45px;
    font-weight: 700;
    color: var(--tp-common-white)
}

.tp-news-button input {
    height: 80px;
    width: 100%;
    border: 0;
    box-shadow: 0, 14px rgba(35, 33, 142, .04);
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 30px;
    padding-right: 240px
}

.tp-news-button input::placeholder {
    color: var(--tp-common-white)
}

.tp-contact-title {
    margin-bottom: 10px;
    color: var(--tp-common-white);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    display: flex;
    align-items: center
}

.tp-contact-title svg {
    margin-right: 10px;
    flex: 0 0 auto
}

.tpcontact__form input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: none;
    border-radius: 10px;
    color: #8a90a2;
    margin-bottom: 20px
}

.tpcontact__form input::placeholder {
    font-size: 15px;
    color: #8a90a2
}

.tpcontact__form textarea {
    width: 100%;
    resize: none;
    border: none;
    height: 130px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 28px;
    color: #8a90a2
}

.tplogin__form .tp-mail input,
.tplogin__form .tp-password input {
    border: 0;
    width: 100%;
    background-color: var(--tp-grey-1);
    padding: 0 20px
}

.tpcontact__form textarea:focus {
    outline: 0
}

.tpcontact__form textarea::placeholder {
    font-size: 15px;
    color: #8a90a2
}

.contact-title,
.tp-contact-big-title,
.tp-login-title {
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-news-wrapper {
        padding-left: 35px
    }

    .tp-news-shape-img {
        left: -25px
    }

    .tp-newsletter-left-img {
        margin-left: -30px
    }

    .tp-newsletter-left-img img {
        max-width: 100%
    }

    .news-shape-img {
        left: 0
    }

    .tp-news-title {
        font-size: 40px
    }

    .tp-news-button input {
        padding-right: 200px
    }

    .tpcontact__form-2 {
        padding-left: 40px
    }
}

.tpcontact__form-2 input {
    background-color: var(--tp-grey-1);
    height: 65px;
    padding-right: 20px
}

.tp-footer-widget__social-link-2 a,
.tp-input-white input,
.tpcontact__form-2 textarea {
    background-color: var(--tp-grey-1)
}

.tpcontact__form-3 input,
.tpcontact__form-3 textarea {
    border: 1px solid #eff1f6
}

.tp-border-left {
    border-left: 1px solid rgba(41, 41, 48, .1);
    padding-left: 100px;
    margin-left: 20px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tpindustri {
        padding: 20px
    }

    .bl-header-bottom__mobile-space,
    .bl-header-top__logo {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .bl-hero__slider-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .bl-testimonial__active {
        margin-left: 0
    }

    .bl-testimonial__border-bottom {
        border: none
    }

    .bl-vedio__play-btn button {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 20px
    }

    .tpcontact__form-2 {
        padding-left: 0;
        margin-top: 40px
    }

    .tp-border-left {
        border-left: transparent;
        padding-left: 0;
        margin-left: 0;
        margin-top: 60px
    }
}

.tp-contact-info span {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 33px
}

.contact-space-40 {
    margin-left: 40px
}

.contact-title {
    font-weight: 700;
    font-size: 22px
}

.tp-contact-big-title {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 60px
}

.login-space {
    padding-top: 130px;
    padding-bottom: 130px
}

.tp-copyright-box,
.tp-login-title,
.tplogin__form .tp-password {
    padding-bottom: 30px
}

.tp-login-title {
    font-size: 35px;
    font-weight: 700
}

.tplogin {
    width: 420px
}

.tplogin__form .tp-mail label {
    color: var(--tp-common-black);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.tplogin__form .tp-mail input {
    height: 60px;
    border-radius: 5px;
    color: #b2b0c1
}

.tplogin__form .tp-mail input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #b2b0c1
}

.tplogin__form .tp-password label {
    color: var(--tp-common-black);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.tplogin__form .tp-password input {
    height: 60px;
    border-radius: 5px;
    color: #b2b0c1
}

.tplogin__form .tp-password input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #b2b0c1
}

.tplogin__form .tp-number label {
    color: var(--tp-common-black);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.tplogin__form .tp-number input {
    width: 100%;
    height: 60px;
    background-color: var(--tp-grey-1);
    border: 0;
    border-radius: 5px;
    padding: 0 20px;
    color: #b2b0c1
}

.tp-copyright-right span,
.tp-copyright-social a,
.tp-copyright-social a:hover,
.tp-copyright-text p,
.tp-footer-title {
    color: var(--tp-common-white)
}

.tplogin__form .tp-number input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #b2b0c1
}

.tplogin__form .tp-forgot-password .checkbox label {
    color: var(--tp-common-black);
    font-size: 14px;
    font-weight: 500
}

.tplogin__form .tp-forgot-password .forgot a {
    color: #007aff;
    font-size: 14px;
    font-weight: 500
}

.tplogin__form .tp-signup .account a {
    color: var(--tp-common-black);
    font-size: 14px;
    font-weight: 500
}

.tplogin__form .tp-signup .signin a {
    color: #007aff;
    font-size: 14px;
    font-weight: 500
}

.tp-404-circle::after {
    top: -170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 1200px;
    height: 1200px;
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-news-button .tp-btn-yellow {
        height: 50px;
        line-height: 50px;
        padding: 0 25px
    }

    .tp-news-wrapper {
        padding-left: 25px
    }

    .tp-news-shape-img {
        bottom: -55px;
        left: -33px
    }

    .tp-newsletter-left-img {
        margin-left: -30px
    }

    .tp-newsletter-left-img img {
        max-width: 110%
    }

    .tp-news-letter-section-box .tp-title {
        font-size: 45px
    }

    .news-shape-img {
        left: -33px
    }

    .tp-news-title {
        margin-bottom: 30px
    }

    .tp-news-button input {
        height: 60px
    }

    .contact-space-40,
    .tp-news-sub-wrapper {
        margin-bottom: 70px
    }

    .tp-404-circle::after {
        width: 750px;
        height: 750px;
        top: 55px
    }
}

@media (max-width:767px) {
    .tp-blog-item-four__meta .tp-meta-text {
        padding-left: 20px;
        margin-left: 20px
    }

    .tp-blog-right-side-sm {
        padding-right: 0;
        flex-wrap: wrap
    }

    .tp-blog-right-side-sm__img {
        margin-bottom: 20px;
        width: 100%
    }

    .tp-blog-right-side-sm__img img {
        width: 100%;
        margin-right: 20px
    }

    .tp-blg-lg-title,
    .tp-blog-user-sm-title {
        font-size: 22px
    }

    .circle-animation.blog-animation {
        bottom: -10%;
        left: 50%;
        height: 300px;
        width: 300px
    }

    .tp-blg-sm-title {
        padding-right: 25px
    }

    .tpblog__item {
        flex-wrap: wrap;
        padding-right: 0
    }

    .tpblog__thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .tpblog__thumb img {
        width: 100%
    }

    .bp-blog-title {
        font-size: 20px
    }

    .postbox__title {
        font-size: 25px
    }

    .postbox__slider button.slick-next {
        right: 10px
    }

    .postbox__slider button {
        left: 10px
    }

    .postbox__comment ul li.children {
        margin-left: 15px
    }

    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px
    }

    .postbox__comment-text p br {
        display: none
    }

    .tp-news-wrapper,
    blockquote {
        padding-left: 15px;
        padding-right: 15px
    }

    .tp-news-letter-box {
        background-size: cover
    }

    .tp-news-sub-wrapper {
        padding-right: 0
    }

    .tp-news-shape-img {
        left: -16px
    }

    .tp-news-letter-img {
        padding-top: 30px
    }

    .tp-news-letter-img img {
        max-width: 100%;
        padding-top: 25px
    }

    .tp-newsletter-left-img {
        margin-left: 0;
        padding-top: 0
    }

    .tp-newsletter-left-img img {
        max-width: 100%
    }

    .tp-news-letter-section-box-two {
        padding-bottom: 100px
    }

    .tp-login-title,
    .tp-news-letter-section-box .tp-title {
        font-size: 30px
    }

    .news-shape-img {
        left: -61px
    }

    .tp-news-button .tp-btn-lg-yellow {
        margin-bottom: 20px
    }

    .tp-news-title {
        font-size: 29px;
        margin-bottom: 20px
    }

    .tp-submit-button {
        position: relative;
        top: 0;
        transform: inherit
    }

    .tp-news-button input {
        padding-left: 20px;
        padding-right: 10px;
        height: 60px;
        margin-bottom: 20px
    }

    .contact-space-40 {
        margin-left: 0;
        margin-bottom: 70px
    }

    .tp-login-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .tp-404-circle::after {
        width: 320px;
        height: 320px;
        top: 155px
    }
}

.tp-footer-space {
    padding-top: 30px
}

.tp-footer-title {
    font-size: 35px;
    font-weight: 500
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-footer-title br {
        display: none
    }
}

.tp-copyright-bottom {
    padding-top: 40px
}

.tp-copyright-text p {
    font-weight: 400
}

.tp-copyright-right span {
    font-weight: 400;
    font-size: 400;
    padding-left: 45px
}

.tp-copyright-box {
    border-top: 1px solid #383841;
    border-bottom: 1px solid #383841;
    padding-top: 30px
}

.tp-copyright-social a {
    font-size: 18px;
    font-weight: 400;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #383841;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    margin-left: 20px
}

.tp-copyright-social a:hover {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1)
}

.footer-widget-info {
    border-bottom: 1px solid #ebecef
}

.footer-widget-info .tp-footer-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--tp-common-black)
}

.footer-widget-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    max-width: 625px;
    margin: 0 auto;
    padding-bottom: 35px
}

.footer-widget-info .right-receved {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black)
}

.tp-copyright-social-two a {
    color: var(--tp-common-black);
    border-color: #edeef1;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-left: 20px
}

.tp-cpoyright-menu a {
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-common-black);
    padding: 0 20px
}

.tp-footer-widget {
    margin-bottom: 100px;
    position: relative;
    z-index: 2
}

.tp-footer-widget__text p {
    font-size: 15px;
    font-weight: 400;
    color: #8a90a2;
    line-height: 26px
}

.tp-footer-widget__social-link a {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    background-color: #3e3e45;
    display: inline-block;
    color: #9e9ea2;
    font-size: 12px;
    margin-right: 10px
}

.tp-copyright-left p,
.tp-copyright-right a {
    font-size: 15px;
    font-weight: 400
}

.tp-footer-widget__social-link a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white)
}

.tp-footer-widget .footer-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-white)
}

.tp-footer-widget__list ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #8a90a2
}

.tp-copyright-right a:hover,
.tp-footer-widget__list ul li:hover a {
    color: #fff;
}

.tp-footer-widget__input input {
    width: 100%;
    background-color: #313138;
    border: 0;
    border-radius: 10px;
    height: 60px;
    color: #96a1b6;
    padding-left: 20px;
    padding-right: 75px
}

.tp-footer-widget__input input::placeholder {
    color: #96a1b6
}

.tp-footer-widget__input button {
    height: 60px;
    width: 60px;
    background-color: var(--tp-theme-1);
    border-radius: 10px;
    line-height: 60px;
    color: var(--tp-common-white);
    position: absolute;
    top: 0;
    right: 0
}

.tp-footer-widget__tp-insta-img img {
    border-radius: 10px
}

.tp-footer-widget__tp-insta-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 62, 243, .8);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.tp-footer-widget__tp-insta-img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--tp-common-white);
    z-index: 2;
    font-size: 25px;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.tp-footer-widget__tp-insta-img:hover .tp-footer-widget__tp-insta-img-icon,
.tp-footer-widget__tp-insta-img:hover::after {
    opacity: 1;
    visibility: visible
}

.tp-input-white button {
    background-color: var(--tp-common-blue);
    color: var(--tp-common-black)
}

.scroll-top,
.tp-copyright-left p,
.tp-copyright-right a {
    color: var(--tp-common-white)
}

.tp-copyright-right a {
    margin-left: 60px
}

.copyright-border {
    border-top: 1px solid #3e3e45
}

.circle-animation.footer-animation {
    top: 23%;
    left: 4%;
    border: 1px solid #383841;
    width: 124px;
    height: 124px;
    position: absolute;
    border-radius: 50%
}

.circle-animation span.tp-circle-3 {
    content: "";
    transform-origin: left;
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 50%;
    width: 50%;
    height: 1px;
    background: 0 0;
    transform-origin: left;
    transform: scale(-1, 1);
    -webkit-animation: 10s linear infinite circle-animation2;
    -moz-animation: 10s linear infinite circle-animation2;
    -o-animation: 10s linear infinite circle-animation2;
    animation: 10s linear infinite circle-animation2
}

.circle-animation span.tp-circle-3::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -25px;
    right: -7px;
    background-color: #ffadad
}

.tp-footer-border-shape {
    width: 700px;
    height: 700px;
    border: 2px solid #383841;
    position: absolute;
    top: -228px;
    left: -483px;
    transform: rotate(30deg)
}

.tp-footer-shape-one {
    position: absolute;
    left: 0;
    bottom: 70px
}

.tp-footer-shape-two {
    position: absolute;
    right: 40px;
    bottom: 140px;
    animation: 3s linear infinite jumpTwo
}

.footer-clip-shape {
    display: none !important;
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
    .footer-clip-shape {
        line-height: 1;
        top: -17px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-widget__text p {
        font-size: 14px
    }

    .circle-animation.footer-animation {
        top: 7%;
        left: 0
    }

    .tp-footer-border-shape {
        width: 500px;
        height: 500px;
        top: -228px;
        left: -353px
    }

    .footer-clip-shape {
        line-height: 1;
        top: -22px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-border-left {
        border-left: transparent;
        padding-left: 0;
        margin-left: 0
    }

    .contact-space-40 {
        margin-left: 0
    }

    .tp-footer-title {
        font-size: 25px
    }

    .tp-copyright-right a {
        margin-left: 30px
    }

    .circle-animation.footer-animation {
        top: 7%;
        left: 0
    }

    .tp-footer-border-shape {
        width: 500px;
        height: 500px;
        top: -228px;
        left: -353px
    }

    .footer-clip-shape {
        line-height: 1;
        top: -25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-title {
        font-size: 24px
    }

    .footer-widget-info .tp-footer-title {
        font-size: 44px
    }

    .tp-cpoyright-menu a {
        padding-left: 0
    }

    .tp-footer-widget {
        margin-bottom: 70px;
        padding-left: 0
    }

    .tp-footer-widget__text p {
        margin-right: 30px
    }

    .tp-copyright-right a {
        margin-left: 15px
    }

    .circle-animation.footer-animation {
        top: 7%;
        left: 0
    }

    .tp-footer-border-shape {
        width: 500px;
        height: 500px;
        top: -228px;
        left: -353px
    }

    .tp-footer-shape-one {
        left: -60px;
        bottom: 90px
    }

    .tp-footer-shape-two {
        bottom: 200px
    }

    .footer-clip-shape {
        line-height: 1;
        top: -30px
    }
}

.bp-footer-widget-color {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.bp-cpoyright-menu a,
.bp-footer-widget-color .right-receved,
.bp-footer-widget-color p {
    color: rgba(255, 255, 255, .8)
}

.bp-copyright-social a {
    color: rgba(255, 255, 255, .5);
    border: 1px solid #36363c
}

.bp-foooter-shape-1 {
    position: absolute;
    top: 100px;
    right: 140px;
    animation: 12s linear infinite moving
}

@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),
only screen and (min-width:768px) and (max-width:991px) {
    .bp-about-img {
        margin-left: 0
    }

    .bp-about-img img {
        max-width: 100%
    }

    .bp-foooter-shape-1 {
        top: 47px;
        right: 72px
    }
}

.bp-foooter-shape-2 {
    position: absolute;
    bottom: 106px;
    left: 50px
}

.bs-footer-shape-1 {
    position: absolute;
    top: 40%;
    left: 120px;
    animation: 8s linear infinite rotate2
}

.bs-footer-shape-2 {
    position: absolute;
    right: 120px;
    top: 40%;
    animation: 10s linear infinite moving
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-404-circle::after {
        width: 550px;
        height: 550px;
        top: 96px
    }

    .tp-cpoyright-menu {
        margin-bottom: 0
    }
}

.tp-backto-top,
.tp-backto-top svg {
    right: 0;
    margin: 0 auto;
    position: absolute;
    left: 0
}

.tp-backto-top {
    height: 142px;
    width: 142px;
    border-radius: 50%;
    border: 1px solid #eff2f6;
    z-index: 3
}

.tp-backto-top::after {
    height: 100%;
    width: 100%;
    background-color: var(--tp-theme-primary);
    content: "";
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(.8)
}

.tp-backto-top svg {
    z-index: 9;
    top: -25px
}

.tp-clip-height-one {
    height: 95px;
    background: #292930
}

.tp-clip-height-two {
    height: 130px;
    background: #292930;
    overflow: hidden;
    position: relative;
    z-index: 222
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: -100%;
    right: 50px;
    font-size: 16px;
    border-radius: 6px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    background: var(--tp-theme-1);
    transition: 1s;
    border: none
}

@media (max-width:767px) {
    /* .tp-footer-space {
        padding-top: 110px
    } */

    .tp-footer-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .tp-copyright-text {
        margin-bottom: 10px
    }

    .tp-copyright-text p {
        font-size: 15px
    }

    .tp-copyright-social a {
        margin-left: 0;
        margin-right: 10px
    }

    .footer-widget-info .tp-footer-title {
        font-size: 29px
    }

    .footer-widget-info p {
        font-size: 14px
    }

    .tp-copyright-social-two a {
        margin-left: 0;
        margin-top: 20px
    }

    .tp-cpoyright-menu a {
        padding: 0 10px
    }

    .tp-footer-widget {
        padding-left: 0;
        margin-bottom: 45px
    }

    .tp-copyright-right a {
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .tp-footer-shape-one,
    .tp-footer-shape-two {
        display: none
    }

    .footer-clip-shape {
        line-height: 1;
        top: -42px
    }

    .tp-clip-height-two {
        height: 0
    }

    .scroll-top {
        right: 30px
    }
}

.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, .25) 0, rgba(0, 0, 0, 0) 80%)
}

.margin-right-service {
    margin-left: -40px
}

.margin-right-service-2 {
    width: 245px;
    margin-left: -70px
}

.margin-right-service-3 {
    margin-top: -20px;
    margin-left: -45px;
    width: 245px
}

.tp-logo {
    margin-top: -0px
}

.heading h3 {
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem
}

.heading h3 span {
    color: #000000;
    font-family: Poppins, sans-serif
}

.heading p {
    color: #000;
    font-size: 18px
}

.main-package {
    padding: 104px 0
}

.package-carousel {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.package_box * {
    transition: .2s ease-in-out
}

.package_box {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px
}

.package_box .home-btn,
.pkg_title {
    background: linear-gradient(266.85deg, #0d97cf 0, #28ec9b 98.93%);
    color: #fff
}

.pkg_top {
    padding: 23px
}

.pkg_top .anime img {
    padding: 8px;
    border-radius: 50px;
    border: 2px solid #0ccdbb;
    transition: .4s;
    fill: white !important
}

.pkg_title {
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0
}

.pkg_title h3 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
}

.pkg_pricing_area {
    margin: 13px 0
}

.sale_price h3 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -3px;
    margin: 0;
    background: -webkit-linear-gradient(266.85deg, #0d97cf 0, #28ec9b 98.93%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cut_price h4 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: lowercase
}

.short_desc p {
    font-size: 13px;
    color: #fff
}

.pkg_details {
    padding: 0 23px 23px;
    margin: 0 6px;
    border-radius: 5px
}

.pkg_details ul {
    padding-right: 15px;
    padding-left: 23px
}

.pkg_details ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    line-height: 20px;
    position: relative;
    font-weight: 600;
    padding-left: 18px
}

.pkg_details ul li:before {
    content: "\f105";
    position: absolute;
    font-weight: 700;
    color: #fff;
    font-size: 17px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: ""
}

.main-portfolio {
    padding: 20px 0 !important
}

.home-package .package-carousel .package_box,
.main-package .item {
    width: 30%;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    transition: .4s !important
}

.home-package .package-carousel .package_box:hover,
.main-package .item {
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
    border: 2px solid #171936;
    background-color: #171936;
    transform: scale(1.05)
}

.home-package .package-carousel .package_box:hover .cut_price h4,
.home-package .package-carousel .package_box:hover .cut_price h4 del,
.home-package .package-carousel .package_box:hover .pkg_details ul li,
.main-package .item {
    color: #fff !important;
    text-decoration-color: #fff !important
}

.package_box ::-webkit-scrollbar {
    width: 10px
}

.package_box ::-webkit-scrollbar-track {
    background: #d5d1d1;
    border-radius: 10px
}

.package_box ::-webkit-scrollbar-thumb {
    background: linear-gradient(180.05deg, #28ec9b 55.96%, #28ec9b 55.98%);
    border-radius: 10px;
    margin: 2px
}

del {
    text-decoration-color: #000
}

.inner-banner-form-main::before {
    position: absolute;
    content: "";
    background: url(../images/badge-form.webp)
}

.inner-banner-form {
    background: url(../images/form-bg-local.png) 0 0/cover;
    padding: 20px;
    border-radius: 13px;
    display: table;
    margin: auto;
    position: relative
}

/* .inner-banner-form::before {
    position: absolute;
    content: "";
    background: linear-gradient(313deg, #078191, #073b72);
    width: 292px;
    height: 472px;
    border-radius: 25px;
    z-index: -1;
    transform: rotate(-7deg);
    left: 2px;
    top: 72px;
    width: -webkit-fill-available
} */

.inner-banner-form h6 {
    color: black;
    font-weight: 900;
    font-size: 23px;
    line-height: normal
}

.inner-banner-form p {
    color: #000;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px
}

.paid-banner .inner-banner-form::after {
    content: "";
    background: url(../images/badge-form-ppc.png);
    width: 143px;
    height: 149px;
    right: -90px;
    top: -30px;
    position: absolute
}

.fld-inp i {
    position: absolute;
    top: 16px;
    left: 12px
}

.inner-banner-form input {
    margin: 0 0 10px;
    background: 0 0;
    border: 1px solid #ccc
}

.fld-inp input {
    width: 100%;
    background-color: #f4f4f4;
    height: 50px;
    border-radius: 10px;
    padding: 0 10px 0 33px;
    margin-bottom: 20px
}

.inner-banner-form-main button {
    border: 2px solid transparent;
    background: var(--tp-theme-1);
    ;
    padding: 14px 40px;
    border-radius: 25px;
    color: #ffffff;
    margin: 20px auto 0;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: table
}

.inner-banner-form-main button i {
    position: absolute;
    bottom: -13px;
    font-size: 25px;
    background: #efefef;
    color: #ed0043;
    right: 6px;
    padding: 0 25px
}

.fld-inp.fld-txt textarea {
    padding: 13px 10px 0 33px;
    width: 100%;
    background-color: #f4f4f4;
    height: 100px;
    border-radius: 25px
}

.inner-banner-form textarea {
    background: 0 0;
    border: 1px solid #ccc
}

@media only screen and (max-width:576px) {
    .mobile-service {
        margin-left: 80px;
        width: 150px
    }
}

.tp-testimonial-slider-section .swiper-slide.swiper-slide-active .tp-testimonial-item {
    border: 1px solid #000000;

}

.blink-soft1 {
    color: #ffffff !important;
    font-size: 40px;
    animation: 5s linear infinite blinker
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

/* .shape-circle-blue {
    background-color: #28ec9b !important
} */

.creative-shape-img-2 {
    top: 62% !important;
    right: -10px !important
}

.main-work-detail-inner {
    padding: 60px 0
}

.headings {
    text-align: left !important
}

section {
    overflow: inherit !important
}

.bark-sec {
    padding: 80px 0 50px;
    overflow: unset
}

.bark-sec .row {
    position: relative;
    padding: 50px 0;
    background-image: url("../img/sec1.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px
}

.bark-img img {
    position: absolute;
    top: -108px
}

@media only screen and (max-width:1199px) {
    .bark-img img {
        display: none
    }
}

.btnstyles-nn,
.btnstyles-nn a,
.hovereffects-det {
    display: flex;
    width: 100%
}

@media only screen and (max-width:991px) {
    .bark-sec {
        padding: 40px 0 50px
    }

    .bark-sec .row {
        padding: 20px 0
    }
}

.main-portfolio ul {
    padding: 30px 0
}

.main-portfolio .package-carousel ul {
    height: 315px;
    overflow-y: auto
}

.navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    transition: .3s
}

.hover-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #d50000
}

.hover-nav .nav-item .nav-link.active {
    border-bottom: 2px solid #d50000;
    color: #d50000 !important;
    font-weight: 600
}

.main-portfolio .nav-tabs .nav-link {
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 7px 14px !important;
    margin: 5px 8px;
    border: 2px solid #000;
    border-radius: 31px;
    transition: .4s
}

.portfolio-box {
    transform: scale(1);
    transition: .5s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    max-height: 350px;
    border-radius: 10px;
    margin: 1em;
    box-shadow: 0 3px 15px #00000023
}

.portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.hovereffects-det {
    background-image: -webkit-linear-gradient(left, #911621, #28ec9b78);
    background-image: -o-linear-gradient(left, #911621, #28ec9b78);
    background-image: linear-gradient(to right, #91162187, #ffffff78);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0
}




.items1 {
    font-size: 1.1rem !important;
    font-weight: bold !important;
}

.testi1 {
    margin-top: 40px !important;
}

.Rev ul li,
.lottie-div,
.lottie-f {
    position: relative
}

.btnstyles-nn {
    height: 100%;
    align-items: center;
    justify-content: center
}

.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    height: 100%;
    align-items: center;
    justify-content: center
}

.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px
}

.main-portfolio .nav-tabs .nav-item.show .nav-link,
.main-portfolio .nav-tabs .nav-link.active {
    padding: 10px 20px !important;
    background-image: linear-gradient(to left, #971824, #66050f);
    background-color: #28ec9b !important;
    border: 2px solid #971824 !important;
    color: #fff
}

.lottie-div {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.lottie-f {
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2
}

.Rev ul li:after,
.blogs .badge1 {
    position: absolute;
    top: 0
}

.lottie-app,
.lottie-container,
.lottie-digital,
.lottie-logo,
.lottie-web {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.cookie-alert,
.modal,
.off-btn,
.pop {
    position: fixed
}

.call-btn,
.off-btn {
    background-color: #28ec9bd9;
    border-radius: 50px;
    padding: 15px;
    width: 70px;
    height: 70px;
    font-weight: 900;
    cursor: pointer;
    backdrop-filter: blur(40px);
    color: #fff
}

.off-btn {
    bottom: 80px
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

.pop {
    animation: 1s infinite bounce;
    display: inline-block;
    margin: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 100
}

@media only screen and (max-width:768px) {
    .pop {
        display: none
    }
}

.modal-dialog {
    z-index: 1100
}

.modal-backdrop {
    z-index: 1000
}

.header-sticky {
    z-index: 900
}

.tp-service-area {
    padding: 50px 0
}

.border-cont {
    border: 1px solid #c4ccd4;
    border-radius: 25px;
    padding: 0 60px;
    margin-bottom: 10px
}

.border-b {
    border-bottom: 1px solid #c4ccd4
}

.cookie-alert {
    bottom: 15px;
    left: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: .5s ease-out
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}

.style-1 {
    background-color: black;
    border-radius: 0
}

.title-1 {
    border-radius: 8px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding: 7px
}

.mytext1 {
    font-size: 70px
}

.myimg-5 {
    width: 30px
}

.Packages-5 {
    color: #000;
    font-weight: 500
}

.mybtn-1 {
    padding: 10px 15px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold !important;
    background: var(--tp-theme-1) !important;
    color: #fff !important;
    border: 0;
    border-radius: 80px
}

.mybtn-1:active,
.mytext1,
.myul1 li {
    color: #fff
}

#collapseExample1 {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out
}

#collapseExample1.show {
    max-height: 500px
}

.card-header {
    background: #760b16;
    text-align-last: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    border-radius: 0 !important
}

.myplan,
.pkg_detail {
    background-color: #696d70
}

.plans,
sup {
    color: #fff
}

.Rev ul li {
    display: inline-flex;
    padding: 0 7px;
    font-weight: 600 !important;
}

.Rev ul li:after {
    content: "";
    right: -3px;
    width: 1px;
    height: 22px;
    background: #fff;
    color: #000
}

.Rev ul li:nth-child(2):after {
    background: 0 0
}

.Rev {
    height: 80px
}

.myplan {
    padding: 10px
}

.plans {
    font-size: 30px;
    padding: 10px
}

.pricingtext {
    height: 250px
}

.pricingtext li {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0
}

.pkg_detail {
    padding: 12px
}

.pricingtext::-webkit-scrollbar {
    width: 10px;
    background-color: #971824
}

.pricingtext::-webkit-scrollbar-thumb {
    background-color: #971824;
    border-radius: 8px
}

.pricingtext::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px
}

.card {
    padding-top: 30px;
    padding-bottom: 10px
}

.card1 {
    padding-top: 0;
    padding-bottom: 25px
}

.Mypricing-1 {
    display: inline
}

.textdel {
    font-size: 25px
}

sup {
    font-size: 15px;
    top: -1.4em
}

.tp-testimonial-area .tp-testimonial-item {
    background-color: #fff;
    /* padding: 30px 40px ; */
    border-radius: 20px
}

.tp-testimonial-area .tp-testi-client-position h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: -2px
}

.tp-testimonial-area .tp-testi-client-position a {
    font-size: 16px !important;
}

.tp-testimonial-area .tp-testi-ratting .checked {
    color: white;
    padding: 5px;
    background-color: #66050f;
}

.tp-testimonial-area .tp-testi-p-text p {
    color: #000;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.head {
    color: black;
    font-size: 24px;
    font-weight: bold;
}

.tp-testimonial-area .tp-testi-imgs .testi-img {
    width: 100px
}

.tp-testimonial-area .tp-testi-imgs .testi-img-bark {
    width: 80px
}

.mymodal-web h3 {
    color: #000;
    font-weight: 700
}

.mymodal-web p {
    color: #000;
    font-weight: 400px
}

.input1 {
    width: 100% !important;
    font-weight: 600px;
    color: #000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #e9ecef !important;
    border-radius: 10px
}

.myform-btn,
.myform-btn:hover {
    font-size: 20px;
    font-weight: 600px;
    color: #fff;
    background-color: #15d493;
    border-radius: 10px;
    padding: 10px 40px
}

.modal {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px
}

.blogs .card {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: transform .3s;
    border-radius: 20px
}

.blogs .card:hover {
    transform: scale(1.05)
}

.blogs .card-body {
    padding: 20px
}

.blogs .card-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 700
}

.blogs .card-text {
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.blogs .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3
}

.blogs .home-btn1 {
    background: linear-gradient(266.85deg, #0d97cf 0, #28ec9b 98.93%);
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 10px
}

.blogs .badge1,
.blogs .blog-content p {
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.blogs .display-4 {
    color: #000 !important;
    font-weight: 800
}

.blogs .lead {
    color: #000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 700
}

.heading-1 {
    color: #000;
    font-weight: bolder
}

.display-41,
.sub-heading {
    color: #000 !important;
    font-weight: 700 !important
}

.myimg1 img {
    object-fit: cover
}

.display-41 {
    font-size: 40px
}

.goog-te-combo {

    padding: 6px !important;
    font-size: 14px !important;
    width: 150px !important;
    margin-top: 28px !important;
    font-weight: 700;
    color: #fff;
    background: var(--tp-theme-1);
    height: 50px;
    line-height: 50px;
    border-radius: 10px !important
}

.skiptranslate {
    color: transparent !important
}

.modal-header {
    border: 0 !important
}

.announcement {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: linear-gradient(266.85deg, #0d97cf 0, #28ec9b 98.93%);
    color: #fff;
    font-family: Arial, sans;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: .8em;
    overflow: hidden;
    white-space: nowrap
}

.announcement h6 {
    color: #fff;
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    animation: 15s linear infinite marquee
}

.announcement a {
    color: #ccc
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}




.main5 {
    width: 100%;
}


@media only screen and (max-width: 770px) {
    .order-1 {
        justify-content: center !important;
        padding-top: 25px;
        margin-left: 38px;
    }

    .tp-hero-big-img.wow.fadeInRight {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



.rocketImg {
    rotate: -10deg !important;
}



/* .banner{
    background-image: url("../img/bgonly.png");
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;

  } */



.tp-hero-area {
    position: relative;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}




.checkbox-row {
    display: flex !important;
    width: 100% !important;
}

.chk {
    width: 19px !important;
    justify-content: center !important;
    margin-top: -22px !important;
}

.tp-hero-shape,
.tp-hero-wapper {
    position: relative;
    z-index: 1;
}

.tp-hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.overlay {
    background-color: #360101 !important;
}









.marquee-row {
    width: 100%;
    overflow-x: hidden;
    position: fixed;
    z-index: 910;
}

.marquee-block {
    position: relative;
    display: flex;
    width: 100%;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    justify-content: space-between;
}

.marquee-item-list {
    display: inline-flex;
    background: #971824;
    padding: 8px 0px;
}

.marquee-item-list li {
    width: 100%;
    list-style: none;
    padding-right: 30px;
    font-size: 18px;
    white-space: nowrap;
    color: #fff;
}

.marquee1 {
    animation-name: marquee1;
}

@keyframes marquee1 {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}


.fs-6 {
    font-weight: 900;
}










/* Text Blinker CSS */

.blink-soft {
    color: #000 !important;
    animation: blinker 1.6s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* Musab CSS for convex portfolio */

/* portfolio4 CSS */

/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');




.hero-section-portfolio {
    background-color: #000;
    font-family: 'Inter', sans-serif;

}



/* portfoio form */
/* Custom Input Styling */
.portfolio-form .custom-input {
    background: #111111 !important;
    padding: 25px !important;
    border: none;
    color: white !important;
    border-radius: 12px;
}

.portfolio-form .custom-input::placeholder {
    color: #444;
}

.portfolio-form .custom-input:focus {
    border-color: #b73232 !important;
    box-shadow: none;
}

/* Button Styling */
.portfolio-form .btn-danger {
    background-color: #8B0000;
    border: none;
    letter-spacing: 1px;
}

.portfolio-form .btn-danger:hover {
    background-color: #8B0000;
}

/* Typography */
.portfolio-form .tracking-widest {
    letter-spacing: 0.2rem;
}


/* Testimonial portfolio4 CSS */

.portfolio-testimonail .testimonial-card {
    background-color: #1a1a1a;
    /* Dark gray from image */
    color: white;
    transition: transform 0.3s ease;
}

.portfolio-testimonail .testimonial-card:hover {
    transform: translateY(-5px);
    background-color: #222222;
}

.portfolio-testimonail .text-danger {
    color: #b73232 !important;
    /* Muted red from image */
}

/* Qustion Card*/

.question-card .btn-light:hover {
    background-color: #ffffff !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Accoding Section*/

.according-section .custom-faq .accordion-button {
    background-color: #121212;
    color: #fff;
    border: 1px solid #222;
    padding: 1.5rem;
}

/* Active State (Open) */
.according-section .custom-faq .accordion-button:not(.collapsed) {
    background-color: #121212;
    color: #9b1c1c;
    /* Text turns red when open */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Subtle white border highlight */
    box-shadow: none;
}

/* Custom + and - Icons using Bootstrap Icon SVGs */
.according-section .custom-faq .accordion-button::after {
    /* Bootstrap Icon: plus-lg */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    background-color: #222;
    border-radius: 50%;
    background-size: 0.8rem;
    background-position: center;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.according-section .custom-faq .accordion-button:not(.collapsed)::after {
    /* Bootstrap Icon: dash-lg */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
    background-color: #9b1c1c;
    /* Changes to red when open */
    transform: rotate(180deg);
    /* Optional: adds a smooth spin effect */
}

.according-section .custom-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
    background-color: #9b1c1c;
    /* Red circle for minus icon */
}

/* Remove the default blue shadow on focus */
.according-section .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.3);
}


/* Pricing Section*/

/* Custom Card Styling */
.pakages-section .pricing-card {
    background-color: #121212 !important;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.pakages-section .pricing-card:hover {
    transform: translateY(-15px);
    border: 1px solid #9b1c1c !important;
    box-shadow: 0 10px 30px rgba(155, 28, 28, 0.2);
    cursor: pointer;
}


/* Active State (Best Seller) Styling */
.pakages-section .active-card {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}


/* Adjusting the star icons to match the screenshot style */
.pakages-section .bi-star {
    font-size: 0.9rem;
}

/* Tabs Styling portfoio*/

.tabs-sections .nav-pills .nav-link.active {
    background-color: #9b1c1c !important;
    color: white !important;
}

.tabs-sections .nav-pills .nav-link {
    color: #6c757d;
    transition: 0.3s;
}

.tabs-sections .nav-pills .nav-link:hover {
    color: #ffffff;
}

/* Services Styling portfoio */

/* Custom Styling for the Command Center */
.services-section .nav-pills .nav-link {
    background-color: #1a1a1a;
    color: #777;
    border: 1px solid transparent;
    transition: 0.3s;
}

.services-section .nav-pills .nav-link.active {
    background-color: #9b1c1c !important;
    /* The Deep Red */
    color: #fff !important;
}

.services-section .icon-box {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.services-section .nav-pills .nav-link.active .icon-box {
    background: rgba(255, 255, 255, 0.2);
}

/* Forces video to fill section and stay at the bottom layer */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    /* Center the video horizontally */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    /* Ensure this is lower than your text/content z-index */
    transform: translate(-50%, -50%);
    object-fit: cover;
    /* Forces the video to fill the container without gaps */
}

/* Gradient layer on top of video, below text */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.1));
    z-index: 2;
}

.text-gradient-portfolio {
    /* The gradient colors */
    background: linear-gradient(to right, #FFFFFF 0%, #9B1D20 100%);

    /* Clips the background to the shape of the letters */
    -webkit-background-clip: text;
    background-clip: text;

    /* Makes the original text color transparent so the gradient shows through */
    -webkit-text-fill-color: transparent;
    color: transparent;

    /* Optional: Ensures the text is visible if the browser doesn't support clipping */
    display: inline-block;
}

/* Ensures text and stats are at the top layer */
.z-index-above {
    z-index: 3;
}

.fw-black {
    font-weight: 900;
}


.fw-black {
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 0.9;
}

/* Stat Card Styling */
.stat-card {
    min-width: 200px;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.tracking-widest {
    letter-spacing: 0.1em;
}

/* Button Styling */
.btn-danger {
    background-color: #8B0000 !important;
    border-color: #8B0000 !important;
}

.btn-outline-light {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    width: 70% !important;
    font-size: 14px !important;
}


/* =========portfolio5====== */
.custom-web-feature .nav-pills .nav-link {
    color: #6c757d;
    background: none;
    border-left: 4px solid transparent;
}

.custom-web-feature .nav-pills .nav-link.active {
    color: #000 !important;
    background: none !important;
    border-left: 4px solid #dc3545 !important;
    font-weight: bold;
}









.bold-text {
    font-weight: bold;
}

/* header css
    /* Desktop: Smooth transition for background change */
.main-header-main {
    transition: background-color 0.4s ease, padding 0.4s ease;
    background-color: transparent;
}

/* Desktop: Class added by JavaScript on scroll */
.main-header-main .header-scrolled {
    background-color: black !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.main-header-main .header-scrolled .navbar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.main-header-main .ls-wide {
    letter-spacing: 2px;
}

.btn-talk {
    background: #a31d1d !important;
    color: #fff !important;
    border: none;
}

.main-header-main .btn-talk:hover {
    background: #fff !important;
    color: #a31d1d !important;
}

/* MOBILE FIX: Always black on screens smaller than 992px */
@media (max-width: 991.98px) {
    .main-header-main {
        background-color: black !important;

    }

    .navbar-collapse {
        background: rgba(0, 0, 0, 0.95);
        padding: 1rem;
        border-radius: 10px;
    }
}

/* ============================================================
   1. DESKTOP STYLES (Min-width: 992px)
   ============================================================ */
.main-header-main .dropdown-mega {
    position: static !important;

}

.main-header-main .mega-menu-content {
    /* Full Width Positioning */
    width: 100vw !important;
    /* position: absolute !important; */
    left: 0 !important;
    right: 0 !important;
    margin-top: 0;
    background: #000000 !important;
    border: none;
    border-radius: 0 0 30px 30px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

    /* Animation: Hidden by default for desktop hover */
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 9999;
}

/* Hover trigger for Desktop only */
@media (min-width: 992px) {
    .main-header-main .dropdown-mega:hover .mega-menu-content {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

/* Flexbox Grid for 6 Columns */
.main-header-main .service-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 8%;
}

.main-header-main .service-col {
    flex: 1;
    padding: 0 15px;
}

/* Desktop Typography */
.main-header-main .service-title {
    color: #a31d1d;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.main-header-main .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header-main .category-list li {
    margin-bottom: 12px;
}

.main-header-main .category-list li a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.main-header-main .category-list li a:hover {
    color: #a31d1d;
    transform: translateX(8px);
}

/* ============================================================
   2. MOBILE STYLES (Max-width: 991.98px)
   ============================================================ */
@media (max-width: 991.98px) {
    .main-header-main .mega-menu-content {
        /* Override desktop positioning */
        position: relative !important;
        width: 100% !important;
        left: 0 !important;

        /* Visibility for Mobile Click */
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        display: none;
        /* Controlled by Bootstrap .show class */

        /* SCROLL LOGIC */
        max-height: 60vh !important;
        /* Set height to 60% of screen */
        overflow-y: auto !important;
        /* Enable vertical scroll */
        -webkit-overflow-scrolling: touch;
        /* Smooth iOS scroll */

        background: #000000 !important;
        border-radius: 15px !important;
        padding: 20px !important;
    }

    /* Show when clicked in mobile nav */
    .main-header-main .dropdown.show .mega-menu-content {
        display: block !important;
    }

    /* Change Flex to Vertical Block */
    .main-header-main .service-flex-wrapper {
        display: block !important;
        padding: 0 !important;
    }


    .main-header-main .service-col {
        width: 50vw !important;
        margin-bottom: 25px;
        padding: 0 0 15px 0 !important;
        border-bottom: 1px solid #eee;
        /* Visual separator */
    }

    .main-header-main .service-col:last-child {
        border-bottom: none;
    }

    .main-header-main .service-title {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }

    .main-header-main .category-list li a {
        padding: 10px 0 !important;
        /* Larger touch targets */
        font-size: 15px !important;
        display: block;
    }
}

/* 1. Main Layout Wrapper */

/* 1. Main Layout Wrapper */
.services-section-wrapper {
    display: flex;

    /* Fixed height for the section */
    width: 100%;
    overflow: auto;
    /* Stops whole page from scrolling */
    border-top: 1px solid #eee;
    background: #fff;
}

/* 2. Left Side (30%) - Sidebar */
.sidebar-nav-col {
    flex: 0 0 30%;
    height: 100%;
    overflow-y: auto;
    /* Independent scroll for tabs */
    border-right: 1px solid #eee;
    background-color: #ffffff;
}

/* 3. Right Side (70%) - Content */
.content-display-col {
    flex: 0 0 70%;
    height: 100%;
    overflow-y: auto;
    /* Independent scroll for content */
    padding: 60px;
    background-color: #fafafa;
}

/* 4. Tab Button Styling */
.sidebar-nav-col .nav-pills .nav-link {
    color: #777;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 20px 30px;
    border-radius: 0;
    text-align: left;
    border-left: 5px solid transparent;
    transition: all 0.3s ease;
}

.sidebar-nav-col .nav-pills .nav-link.active {
    color: #000;
    background-color: #f8f9fa;
    border-left: 5px solid #dc3545;
    /* Matches your Red Theme */
}

.sidebar-nav-col .nav-pills .nav-link:hover:not(.active) {
    color: #dc3545;
    background-color: #fff9f9;
}

/* 5. Custom Scrollbar for Sidebar */
.sidebar-nav-col::-webkit-scrollbar {
    width: 4px;
}

.sidebar-nav-col::-webkit-scrollbar-thumb {
    background: #dc3545;
}

/* 6. Responsive Stack for Mobile */
@media (max-width: 991px) {
    .services-section-wrapper {
        flex-direction: column;
        width: 100% !important;
        height: auto;
        overflow: auto;
    }

    .sidebar-nav-col,
    .content-display-col {

        height: auto;
    }
}


/* ======================== */

.business-type .fw-black {
    font-weight: 900;
    padding-bottom:50px!important;
}

/* The Skewed Tag Style */
.business-type .skew-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background: #000 !important;
    color: #ffffff !important;
    padding: 10px 15px;
    transform: skew(-20deg);
    transition: all 0.2s ease;
    border-radius: 4px;
}

/* Un-skew the link/text */
.business-type .skew-tag a {
    display: inline-block;
    transform: skew(20deg);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

.tab-content {
    width: 90% !important;
}

/* Hover */
.business-type .skew-tag:hover {
    background: #ffffff !important;
    border: 1px solid #8B0000;
    transform: skew(-20deg) translateY(-4px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.25);
    cursor: pointer;
}

.business-type .skew-tag:hover a {
    color: #8B0000 !important;
}

.business-type .shadow-red-glow {
    box-shadow: 0 10px 20px rgba(163, 34, 34, 0.4);
}

/* ======================== */

.business-type .fw-black {
    font-weight: 900;
}

s :root {
    --brand-red: #8b1d1d;
    --inactive-grey: #dee2e6;
    --text-faded: #ced4da;
}

/* ================== TIMELINE - FINAL SIMPLE VERSION ================== */

.timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 60px auto;
    padding: 30px 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 30px;
    bottom: 30px;
    width: 4px;
    background: #e0e0e0;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-row {
    position: relative;
    margin-bottom: 85px;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    width: 20px!important;
    height: 35px!important;
    background: #e74c3c;
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(231, 76, 60, 0.3);
    z-index: 10;
}

.timeline-row:last-child {
    margin-bottom: 0;
}

.timeline-row:last-child .timeline-dot {
    background: #c0392b;
}

/* Text */
.step-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.timeline-row h5 {
    font-weight: 700;
    text-transform: uppercase;
}

/* Mobile */
@media (max-width: 768px) {

    .timeline-container::before {
        left: 20px;
        transform: none;
    }

    .timeline-dot {
        left: 20px;
        transform: translateX(-50%);
        width: 24px !important;
        height: 35px !important;
    }
}

.accordion-button:not(.collapsed) {
    color: #8b1d1d;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b1d1d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.transition-transform:hover {
    transform: translateY(-3px);
    transition: transform 0.3s ease;
    background-color: #ffffff !important;
}

.main-header-main>nav>div {
    padding: 0 !important;
}

*/
/* webdesign css */
/* 1. Main Layout Wrapper */


/* ======================== */

.business-type .fw-black {
    font-weight: 900;
}

/* The Skewed Tag Style */
.business-type .skew-tag {
    background-color: #000;
    color: #fff;
    padding: 10px 5px;
    font-size: 0.65rem;
    font-weight: bold;
    text-transform: uppercase;
    transform: skew(-20deg);
    /* Creates the parallelogram effect */
    transition: all 0.3s ease;
}

/* Un-skew the text so it stays readable */
.business-type .skew-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}

.business-type .skew-tag:hover {
    background-color: #dc3545;
    cursor: default;
}

.business-type .shadow-red-glow {
    box-shadow: 0 10px 20px rgba(163, 34, 34, 0.4);
}

/* root css */
:root {
    --brand-red: #8b1d1d;
    --inactive-grey: #dee2e6;
    --text-faded: #ced4da;
}

.timeline-container {
    position: relative;
    overflow: hidden;
}

/* The Vertical Connecting Line */
.timeline-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--inactive-grey);
    transform: translateX(-50%);
    z-index: 0;
}

Dot Styling
.timeline-dot {
    position: absolute;
    left: 50%;
    top: 25px;
    /* Aligns with the top of the number */
    width: 20px;
    height: 35px;
    background-color: var(--inactive-grey);
    border: 4px solid #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Number Styling */
.step-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #f8f9fa;
    /* Very faint initially */
    line-height: 1;
    transition: all 0.5s ease;
    margin-bottom: 0.5rem;
}

/* Row Content Transition */
.timeline-row {
    transition: opacity 0.5s ease;
    opacity: 0.4;
    /* Faded when inactive */
}

/* ACTIVE STATE: Triggered by JS */
.timeline-row.is-active {
    opacity: 1;
}

.timeline-row.is-active .timeline-dot {
    background-color: var(--brand-red);
    transform: translateX(-50%) scale(1.3);
    box-shadow: 0 0 15px rgba(139, 29, 29, 0.4);
}

.timeline-row.is-active .step-number {
    color: #dee2e6;
    /* Deepens to be more visible */
    transform: translateY(-5px);
}

/* Mobile Adjustments (Sticking the line to the left) */
@media (max-width: 767px) {
    .timeline-container::before {
        left: 20px;
        transform: none;
    }

    .timeline-dot {
        left: 20px;
        transform: none;
    }

    .timeline-row.is-active .timeline-dot {
        transform: scale(1.3);
    }

    .ps-md-5 {
        padding-left: 50px !important;
    }
}

/* according-section */
.accordion-button:not(.collapsed) {
    color: #8b1d1d;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b1d1d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Icon styling */

.spline-watermark {
    display: none !important;
}

.shadow-red-glow:hover {
    background: #fff !important;
    color: #ffffff !important;
    border-color: #8B0000 !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(139, 0, 0, 0.45);
}

.shadow-red-glow {
    background: #8B0000 !important;
    color: #fff !important;
}




/* ============================================================
   MOBILE-RESPONSIVE FIXES
   Yeh file apni maujooda CSS (jo aapne di) ke *end* mein paste
   kar dein, ya HTML mein us se neeche link karein:
   <link rel="stylesheet" href="style.css">
   <link rel="stylesheet" href="mobile-responsive-fixes.css">
   CSS cascade ki wajah se yeh rules apne aap purane conflicting
   rules ko override kar den ge — original file chhoona nahi paray ga.
   ============================================================ */

/* ---------- Global safety net ---------- */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   TABLET (max-width: 991px)
   ============================================================ */
@media only screen and (max-width: 991px) {

    .header1 {
        height: 500px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    .tp-title,
    .tp-title-sm,
    .ac-ab-title,
    .ac-feature-title,
    .corporate-hero-title,
    .tp-hero-bd-title,
    .ct-hero-title,
    .tp-hero-bs-title,
    .tp-mission-title,
    .tp-team-title,
    .ac-team-title {
        font-size: 34px !important;
        letter-spacing: -1px !important;
    }

    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .corporate-header__bg {
        width: 240px;
        padding: 30px 0 30px 25px;
    }

    .corporate-layout-right {
        width: calc(100% - 240px);
    }

    .card-col {
        padding: 0 30px !important;
    }

    .services-section-wrapper {
        flex-direction: column;
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }

    .sidebar-nav-col,
    .content-display-col {
        flex: 0 0 100%;
        height: auto;
        overflow: visible;
        padding: 30px;
    }

    .business-type .skew-tag {
        min-height: 50px;
        padding: 8px 0px;
    }
}

/* ============================================================
   MOBILE (max-width: 767px)
   ============================================================ */
@media only screen and (max-width: 767px) {

    body {
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .tp-title,
    .tp-title-sm,
    .ac-ab-title,
    .ac-feature-title,
    .corporate-hero-title,
    .tp-hero-bd-title,
    .ct-hero-title,
    .tp-hero-bs-title,
    .tp-mission-title,
    .tp-team-title,
    .ac-team-title,
    .tp-news-title,
    .corporate-news__title,
    .bl-blog__slider-title {
        font-size: 26px !important;
        letter-spacing: -0.5px !important;
        line-height: 1.25 !important;
    }

    .fw-black,
    .mytext1 {
        font-size: 32px !important;
    }

    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Buttons should not overflow / should stack nicely */
    .tp-btn,
    .tp-btn-black,
    .tp-btn-grey,
    .tp-btn-white,
    .tp-btn-yellow,
    .tp-btn-yellow-semilar,
    .tp-btn-sky,
    .tp-btn-border,
    .tp-btn-border-2,
    .home-btn,
    .corporate-btn,
    .corporate-btn-2,
    .corporate-btn-sv,
    .mybtn-1,
    .btn-danger {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        padding-left: 20px;
        padding-right: 20px;
    }

    .btnstyles-nn {
        flex-wrap: wrap;
    }

    /* Fixed-width / fixed-height decorative blocks that break layout */
    .header1 {
        height: 320px;
    }

    .corporate-header__bg {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid #3a3a42;
    }

    .corporate-layout-right {
        width: 100%;
    }

    .corporate-header__logo {
        padding-bottom: 30px;
    }

    .corporate-header__left-menu {
        margin-bottom: 30px;
    }

    /* Sidebar / content split layouts stack on mobile */
    .services-section-wrapper {
        flex-direction: column;
        height: auto !important;
        overflow: visible;
    }

    .sidebar-nav-col,
    .content-display-col {
        flex: 0 0 100%;
        width: 100% !important;
        height: auto;
        overflow: visible;
        padding: 20px;
    }

    .content-display-col {
        padding: 20px;
    }

    /* Skewed tags stack cleanly instead of squeezing */
    .business-type .skew-tag {
        min-height: 44px;
        padding: 8px 10px;
        transform: skew(-10deg);
        margin-bottom: 10px;
    }

    .business-type .skew-tag a {
        transform: skew(10deg);
        font-size: 0.6rem;
    }

    /* Timeline: force to left-aligned single column on mobile */
    .timeline-container::before,
    .timeline-dot {
        left: 20px;
        transform: none;
    }

    .timeline-row.is-active .timeline-dot {
        transform: scale(1.2);
    }

    .step-number {
        font-size: 2.2rem;
    }

    .ps-md-5 {
        padding-left: 40px !important;
    }

    /* Mega menu / dropdown already has its own mobile rules,
       just make sure it never overflows the viewport */
    .main-header-main .mega-menu-content {
        max-height: 70vh !important;
    }

    .main-header-main .service-col {
        width: 100% !important;
    }

    /* Package / pricing boxes go full width and stack */
    .home-package .package-carousel .package_box,
    .main-package .item {
        width: 100% !important;
        margin: 10px 0;
    }

    .pkg_details ul {
        padding-left: 15px;
        padding-right: 5px;
    }

    /* Cards & shadows that rely on hover-only lift shouldn't
       shift layout on touch devices */
    .pakages-section .pricing-card:hover,
    .portfolio-form .custom-input:hover,
    .transition-transform:hover {
        transform: none;
    }

    /* Forms full-width */
    .inner-banner-form {
        width: 100%;
        display: block;
        padding: 16px;
    }

    .fld-inp input,
    .contact-form .input input,
    .contact-form .textarea textarea,
    .portfolio-form .custom-input,
    .tpcontact__form input,
    .tpcontact__form textarea,
    .postbox__comment-input input,
    .postbox__comment-input textarea {
        font-size: 14px;
    }

    /* Any element using large fixed left/right offsets for
       decorative shapes should not create horizontal scroll */
    [class*="-shape"],
    [class*="shape-"],
    .bp-hero-shape-1,
    .bp-hero-shape-2,
    .bp-hero-shape-3,
    .bp-hero-shape-4,
    .bs-shape-1,
    .bs-shape-2,
    .testimonial-shape-1,
    .testimonial-shape-2,
    .testimonial-shape-3,
    .testimonial-shape-4,
    .testimonial-shape-5,
    .testimonial-shape-6,
    .testimonial-shape-7,
    .testimonial-shape-8,
    .testimonial-shape-9,
    .testimonial-shape-10 {
        display: none;
    }

    .circle-animation,
    .shape-circle-blue,
    .shape-circle-yellow,
    .tp-hero-circle-three,
    .tp-footer-border-shape,
    .tp-backto-top {
        display: none !important;
    }

    /* Hero video/backgrounds should not force min-height taller
       than the viewport */
    .background-video,
    .bg-video {
        min-height: 100%;
    }

    /* Long horizontal paddings collapse to something sane */
    .cd-project-info-box,
    .cd-info-box,
    .cd-social-icon,
    .ac-chose-bg,
    .service-space,
    .tp-sv-space-wrapper,
    .tp-mission-img,
    .productdetails,
    .am-fea-space,
    .am-fea-space-2,
    .amaboutinfo,
    .sd-service-details-paragraph,
    .bl-footer-2,
    .bl-footer-3,
    .tpcontact__form-2,
    .bs-section-title-space,
    .testimonial-html-space {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
    }

    /* Tables scroll instead of squeezing/breaking */
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Marquee/announcement bars: keep text readable, no giant font */
    .marquee-item-list li {
        font-size: 14px;
    }

    .announcement h6 {
        font-size: 12px;
    }
}

/* ============================================================
   SMALL MOBILE (max-width: 480px)
   ============================================================ */
@media only screen and (max-width: 480px) {

    .tp-title,
    .tp-title-sm,
    .ac-ab-title,
    .ac-feature-title,
    .corporate-hero-title,
    .tp-hero-bd-title,
    .ct-hero-title,
    .tp-hero-bs-title {
        font-size: 22px !important;
    }

    .fw-black,
    .mytext1 {
        font-size: 26px !important;
    }

    .container,
    .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
    }

    .tp-btn,
    .tp-btn-black,
    .tp-btn-grey,
    .tp-btn-white,
    .tp-btn-yellow,
    .tp-btn-yellow-semilar,
    .tp-btn-sky,
    .home-btn,
    .corporate-btn,
    .corporate-btn-2,
    .mybtn-1 {
        max-width: 100%;
    }

    .pkg_title h3 {
        font-size: 15px;
    }

    .sale_price h3 {
        font-size: 42px;
    }

    .business-type .skew-tag a {
        font-size: 0.55rem;
    }
}

/* ============================================================
   EXTRA SMALL (max-width: 375px)
   ============================================================ */
@media only screen and (max-width: 375px) {

    body {
        font-size: 13px;
    }

    .tp-title,
    .tp-title-sm,
    .ac-ab-title,
    .corporate-hero-title {
        font-size: 20px !important;
    }

    .container,
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.timeline-dot {
    width: 0px !important;
}

.ps-md-5 {
    padding-left: 60px !important;
}

.order-2 {
    padding-left: 60px !important;
}

.tracking-widest {
    color: #8b1d1d !important;
}

.progress {
    color: #8b1d1d !important;
}


/* =========================================================
   CONVEXDS - ABOUT PAGE
   Isolated CSS
   All classes use "about-page-" prefix
========================================================= */


/* =========================================================
   RESET - ONLY INSIDE ABOUT PAGE
========================================================= */

.about-page-section,
.about-page-section * {
    box-sizing: border-box;
}

.about-page-section {
    width: 100%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.about-page-section img {
    max-width: 100%;
    height: auto;
}

.about-page-btn {
    text-decoration: none;
    color: #000;
    background: #000;
}


/* =========================================================
   COMMON
========================================================= */

.about-page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.about-page-highlight-red {
    color: #a31d1d;
}

.about-page-faded-text {
    color: #fff;
}


/* =========================================================
   HERO SECTION
========================================================= */

.about-page-hero {
    width: 100%;
    min-height: 80vh;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        radial-gradient(circle at center,
            #111 0%,
            #000 100%);

    color: #fff;

    padding: 0 20px;
}

.about-page-hero .about-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-page-badge {
    display: inline-block;

    border: 1px solid #444;
    border-radius: 20px;

    padding: 6px 16px;
    margin-bottom: 25px;

    color: #a31d1d;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;

    line-height: 1.4;
}

.about-page-hero h1 {
    margin: 0 0 30px;

    color: #fff;

    font-size: 84px !important;
    font-weight: 900;

    line-height: 1.1;

    letter-spacing: -1px;
}

.about-page-hero p {
    width: 100%;
    max-width: 700px;

    margin: 0 auto;

    color: #ccc;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   MISSION SECTION
========================================================= */

.about-page-mission {
    width: 100%;

    background-color: #fff;
    color: #000;

    padding: 60px 20px;
}

.about-page-mission-grid {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1.1fr;

    gap: 80px;

    align-items: center;
}

.about-page-mission-content {
    width: 100%;
}

.about-page-sub-label {
    display: inline-block;

    color: #a31d1d;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1px;
}

.about-page-mission-content h2 {
    margin: 15px 0;

    color: #000;

    font-size: 50px;
    font-weight: 900;

    line-height: 1.1;
}

.about-page-mission-content>p {
    margin: 0;

    color: #555;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   MISSION LIST
========================================================= */

.about-page-mission-list {
    list-style: none;

    margin: 30px 0 0;
    padding: 0;
}

.about-page-mission-list li {
    display: flex;
    align-items: center;

    margin-bottom: 12px;

    color: #111;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.5;
}

.about-page-icon-circle {
    position: relative;

    width: 20px;
    height: 20px;

    min-width: 20px;

    margin-right: 15px;

    border: 1.5px solid #a31d1d;
    border-radius: 50%;
}

.about-page-icon-circle::after {
    content: '✓';

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #a31d1d;

    font-size: 11px;
    font-weight: 700;

    line-height: 1;
}


/* =========================================================
   MISSION VISUAL
========================================================= */

.about-page-mission-visual {
    width: 100%;

    display: flex;
    justify-content: flex-end;
}

.about-page-glass-box {
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 25px;

    padding: 70px 50px;

    background: #f5f5f5;

    border-radius: 40px;
}


/* =========================================================
   CARDS
========================================================= */

.about-page-card {
    min-height: 150px;

    background: #fff;

    padding: 40px 15px;

    border-radius: 20px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 10px;

    text-align: center;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.about-page-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.08);
}

.about-page-emoji {
    display: block;

    font-size: 24px;
    line-height: 1;
}

.about-page-card-title {
    display: block;

    color: #111;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 0.5px;
}


/* =========================================================
   VALUES SECTION
========================================================= */

.about-page-values {
    width: 100%;

    background-color: #090909;

    color: #fff;

    padding: 100px 20px;

    text-align: center;
}

.about-page-section-title {
    margin: 0 0 50px;

    color: #fff;

    font-size: 83.4px;
    font-weight: 900;

    line-height: 1.1;
}


/* =========================================================
   VALUES GRID
========================================================= */

.about-page-values-grid {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(3,
            minmax(0, 1fr));

    gap: 25px;
}


/* =========================================================
   VALUE CARDS
========================================================= */

.about-page-value-card {
    width: 100%;

    background-color: #121212;

    padding: 40px;

    border-radius: 25px;

    text-align: left;

    border: 1px solid transparent;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.about-page-value-card:hover {
    transform: translateY(-5px);

    border-color: #a31d1d;

    background-color: #151515;
}

.about-page-icon {
    margin-bottom: 15px;

    font-size: 28px;

    line-height: 1;
}

.about-page-value-card h3 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.3;
}

.about-page-value-card p {
    margin: 0;

    color: #d9d5d5 !important;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   STATS SECTION
========================================================= */

.about-page-stats {
    width: 100%;

    background-color: #fff;

    color: #000;

    padding: 80px 20px;

    text-align: center;
}

.about-page-stats-grid {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4,
            minmax(0, 1fr));
}

.about-page-stat-item {
    min-width: 0;

    padding: 20px;

    border-right: 1px solid #eee;
}

.about-page-stat-item:last-child {
    border-right: none;
}

.about-page-stat-number {
    display: block;

    margin-bottom: 5px;

    color: #a31d1d;

    font-size: 55px;
    font-weight: 900;

    line-height: 1.1;
}

.about-page-stat-label {
    display: block;

    color: #777;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1px;

    line-height: 1.5;
}


/* =========================================================
   CTA SECTION
========================================================= */

.about-page-cta {
    width: 100%;

    background-color: #a31d1d;

    color: #fff;

    padding: 100px 20px;

    text-align: center;
}

.about-page-cta .about-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page-cta h2 {
    width: 100%;
    max-width: 800px;

    margin: 0 auto 20px;

    color: #fff;

    font-size: 83.4px;
    font-weight: 900;

    line-height: 1.1;
}

.about-page-cta>.about-page-container>p {
    width: 100%;
    max-width: 650px;

    margin: 0 auto;

    color: rgba(255, 255, 255, 0.9);

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   CTA BUTTONS
========================================================= */

.about-page-cta-buttons {
    margin-top: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;
}

.about-page-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 14px 30px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease,
        background-color 0.3s ease;
}

.about-page-btn:hover {
    transform: translateY(-3px);

    opacity: 0.9;
}

.about-page-btn-white {
    background-color: #fff;

    color: #a31d1d;
}

.about-page-btn-outline {
    background-color: transparent;

    border: 1px solid #fff;

    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .about-page-container {
        padding: 70px 25px;
    }

    .about-page-mission-grid {
        gap: 50px;
    }

    .about-page-glass-box {
        padding: 50px 30px;
        gap: 20px;
    }

    .about-page-values-grid {
        grid-template-columns:
            repeat(3,
                minmax(0, 1fr));
    }

    .about-page-value-card {
        padding: 30px;
    }

}


/* =========================================================
   MOBILE - 768px
========================================================= */

@media (max-width: 768px) {

    /* COMMON */

    .about-page-container {
        padding: 60px 16px;
    }


    /* HERO */

    .about-page-hero {
        min-height: auto;

        padding: 70px 16px;
    }

    .about-page-hero h1 {
        font-size: 34px;

        letter-spacing: -0.5px;
    }

    .about-page-hero p {
        max-width: 600px;

        font-size: 15px;
    }

    .about-page-badge {
        margin-bottom: 20px;

        font-size: 10px;

        padding: 5px 14px;
    }


    /* MISSION */

    .about-page-mission {
        padding: 60px 16px;
    }

    .about-page-mission-grid {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .about-page-mission-content {
        text-align: left;
    }

    .about-page-mission-content h2 {
        font-size: 34px;
    }

    .about-page-mission-content>p {
        font-size: 15px;
    }

    .about-page-mission-list li {
        font-size: 15px;
    }


    /* MISSION CARDS */

    .about-page-mission-visual {
        justify-content: center;
    }

    .about-page-glass-box {
        grid-template-columns: 1fr 1fr;

        padding: 30px 20px;

        border-radius: 25px;

        gap: 15px;
    }

    .about-page-card {
        min-height: 130px;

        padding: 25px 15px;
    }


    /* VALUES */

    .about-page-values {
        padding: 70px 16px;
    }

    .about-page-section-title {
        font-size: 34px;

        margin-bottom: 35px;
    }

    .about-page-values-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .about-page-value-card {
        padding: 30px;

        border-radius: 20px;
    }


    /* STATS */

    .about-page-stats {
        padding: 60px 16px;
    }

    .about-page-stats-grid {
        grid-template-columns: 1fr 1fr;

        row-gap: 30px;
    }

    .about-page-stat-item {
        padding: 15px 10px;

        border-right: none;
    }

    .about-page-stat-number {
        font-size: 42px;
    }

    .about-page-stat-label {
        font-size: 10px;
    }


    /* CTA */

    .about-page-cta {
        padding: 70px 16px;
    }

    .about-page-cta h2 {
        font-size: 34px;
    }

    .about-page-cta>.about-page-container>p {
        font-size: 15px;
    }

    .about-page-cta-buttons {
        width: 100%;

        flex-direction: column;

        gap: 12px;
    }

    .about-page-btn {
        width: 100%;

        min-height: 52px;
    }

}


/* =========================================================
   EXTRA SMALL PHONES - 480px
========================================================= */

@media (max-width: 480px) {

    /* HERO */

    .about-page-hero {
        padding: 60px 14px;
    }

    .about-page-hero h1 {
        font-size: 28px;

        line-height: 1.15;
    }

    .about-page-hero p {
        font-size: 14px;

        line-height: 1.6;
    }

    .about-page-badge {
        font-size: 9px;

        padding: 4px 12px;

        letter-spacing: 1px;
    }


    /* MISSION */

    .about-page-mission {
        padding: 50px 14px;
    }

    .about-page-mission-content h2 {
        font-size: 27px;
    }

    .about-page-mission-content>p {
        font-size: 14px;
    }

    .about-page-mission-list {
        margin-top: 25px;
    }

    .about-page-mission-list li {
        align-items: flex-start;

        font-size: 14px;

        margin-bottom: 15px;
    }

    .about-page-icon-circle {
        margin-top: 2px;
    }


    /* CARDS */

    .about-page-glass-box {
        grid-template-columns: 1fr;

        padding: 25px 15px;

        gap: 15px;
    }

    .about-page-card {
        min-height: 110px;

        padding: 25px 10px;
    }


    /* VALUES */

    .about-page-values {
        padding: 55px 14px;
    }

    .about-page-section-title {
        font-size: 27px;

        margin-bottom: 30px;
    }

    .about-page-value-card {
        padding: 25px;

        border-radius: 18px;
    }

    .about-page-value-card h3 {
        font-size: 18px;
    }

    .about-page-value-card p {
        font-size: 14px;
        color: #d9d5d5 !important;
        ;
    }


    /* STATS */

    .about-page-stats {
        padding: 50px 14px;
    }

    .about-page-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-page-stat-item {
        padding: 10px;
    }

    .about-page-stat-number {
        font-size: 38px;
    }

    .about-page-stat-label {
        font-size: 10px;
    }


    /* CTA */

    .about-page-cta {
        padding: 60px 14px;
    }

    .about-page-cta h2 {
        font-size: 27px;
    }

    .about-page-cta>.about-page-container>p {
        font-size: 14px;
    }

    .about-page-btn {
        font-size: 13px;

        padding: 14px 20px;
    }

}


/* =========================================================
   VERY SMALL PHONES - 360px
========================================================= */

@media (max-width: 360px) {

    .about-page-hero h1 {
        font-size: 25px;
    }

    .about-page-mission-content h2 {
        font-size: 24px;
    }

    .about-page-section-title {
        font-size: 24px;
    }

    .about-page-cta h2 {
        font-size: 24px;
    }

    .about-page-stat-number {
        font-size: 34px;
    }

}


/* =========================================================
   PRIVACY POLICY PAGE
   Isolated CSS
   Prefix: privacy-page-
========================================================= */


/* =========================================================
   PAGE RESET
========================================================= */

.privacy-page-section,
.privacy-page-section * {
    box-sizing: border-box;
}

.privacy-page-section {
    width: 100%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.privacy-page-section a {
    text-decoration: none;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.privacy-page-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;
}

.privacy-page-highlight-red {
    color: #a31d1d;
}


/* =========================================================
   HEADER SECTION
========================================================= */

.privacy-page-header {
    width: 100%;

    background-color: #0c0c0c;
    color: #fff;

    text-align: center;

    padding-top: 150px;
    padding-bottom: 150px;
}

.privacy-page-header .privacy-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.privacy-page-badge {
    display: inline-block;

    border: 1px solid #444;
    border-radius: 20px;

    padding: 5px 15px;
    margin-bottom: 20px;

    color: #a31d1d;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 2px;

    line-height: 1.4;
}

.privacy-page-header h1 {
    margin: 0;

    color: #fff;

    font-size: 60px;
    font-weight: 900;

    letter-spacing: -2px;
    line-height: 1.1;
}

.privacy-page-last-updated {
    margin-top: 15px;

    color: #888;

    font-size: 14px;
}

.privacy-page-header-line {
    width: 50px;
    height: 3px;

    margin: 30px auto 0;

    background-color: #a31d1d;
}


/* =========================================================
   CONTENT
========================================================= */

.privacy-page-content {
    width: 100%;

    padding: 80px 20px;

    background-color: #fff;
}

.privacy-page-block {
    width: 100%;

    margin-bottom: 60px;
}

.privacy-page-block:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SECTION TITLE
========================================================= */

.privacy-page-section-title {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}

/* .privacy-page-section-title .privacy-page-icon {
    flex: 0 0 auto;

    background: #f9f9f9;

    padding: 10px;

    border-radius: 8px;

    font-size: 20px;

    line-height: 1;
} */

.privacy-page-section-title h2 {
    margin: 0;

    color: #111;

    font-size: 24px;
    font-weight: 800;

    line-height: 1.3;

    text-transform: uppercase;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.privacy-page-block p {
    margin: 0 0 20px;

    color: #555;

    font-size: 16px;

    line-height: 1.7;
}

.privacy-page-block p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   INFORMATION GRID
========================================================= */

.privacy-page-info-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 25px;
}

.privacy-page-info-item {
    background: #f8f8f8;
    display: flex;
    align-items: center;

    padding: 15px 20px;

    border-radius: 10px;

    color: #333;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.5;
}

.privacy-page-info-item span {
    color: #a31d1d;

    margin-right: 10px;
}


/* =========================================================
   POLICY LIST
========================================================= */

.privacy-page-policy-list {
    margin: 0 0 0 20px;

    padding: 0;

    color: #555;

    font-size: 16px;
}

.privacy-page-policy-list li {
    margin-bottom: 10px;

    line-height: 1.6;
}

.privacy-page-policy-list li:last-child {
    margin-bottom: 0;
}


/* =========================================================
   SECURITY QUOTE
========================================================= */

.privacy-page-security-quote {
    width: 100%;

    margin-top: 30px;

    padding: 40px;

    background: #fff;

    border: 1px solid #eee;

    border-radius: 30px;

    text-align: center;
}

.privacy-page-security-quote p {
    margin: 0;

    color: #a31d1d;

    font-size: 18px;
    font-weight: 700;

    font-style: italic;

    line-height: 1.6;
}


/* =========================================================
   FOOTER / CTA
========================================================= */

.privacy-page-footer {
    width: 100%;

    background-color: #0c0c0c;

    color: #fff;

    text-align: center;

    padding-top: 150px;
    padding-bottom: 150px;
}

.privacy-page-footer h2 {
    margin: 0 0 15px;

    color: #fff;

    font-size: 40px;
    font-weight: 900;

    line-height: 1.2;
}

.privacy-page-footer p {
    margin: 0 0 30px;

    color: #888;

    font-size: 16px;
}

.privacy-page-btn-back {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    background-color: #a31d1d;

    color: #fff;

    padding: 15px 40px;

    border-radius: 50px;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        opacity 0.3s ease;
}

.privacy-page-btn-back:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 20px rgba(163, 29, 29, 0.3);

    opacity: 0.9;

    color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .privacy-page-header {
        padding: 80px 20px;
    }

    .privacy-page-header h1 {
        font-size: 52px;
    }

    .privacy-page-content {
        padding: 70px 20px;
    }

    .privacy-page-block {
        margin-bottom: 50px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .privacy-page-container {
        padding: 0 16px;
    }


    /* HEADER */

    .privacy-page-header {
        padding: 150px 16px;
    }

    .privacy-page-header h1 {
        font-size: 40px;

        letter-spacing: -1px;
    }

    .privacy-page-badge {
        font-size: 9px;

        padding: 5px 13px;

        letter-spacing: 1.5px;
    }

    .privacy-page-last-updated {
        font-size: 13px;
    }


    /* CONTENT */

    .privacy-page-content {
        padding: 60px 16px;
    }

    .privacy-page-block {
        margin-bottom: 45px;
    }


    /* SECTION TITLE */

    .privacy-page-section-title {
        align-items: flex-start;

        gap: 12px;
    }

    .privacy-page-section-title .privacy-page-icon {
        padding: 8px;

        font-size: 18px;
    }

    .privacy-page-section-title h2 {
        font-size: 21px;
    }


    /* PARAGRAPH */

    .privacy-page-block p {
        font-size: 15px;
    }


    /* INFO GRID */

    .privacy-page-info-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .privacy-page-info-item {
        padding: 14px 16px;

        font-size: 14px;
    }


    /* POLICY LIST */

    .privacy-page-policy-list {
        margin-left: 20px;

        font-size: 15px;
    }


    /* QUOTE */

    .privacy-page-security-quote {
        padding: 30px 20px;

        border-radius: 20px;
    }

    .privacy-page-security-quote p {
        font-size: 16px;
    }


    /* FOOTER */

    .privacy-page-footer {
        padding: 70px 16px;
    }

    .privacy-page-footer h2 {
        font-size: 30px;
    }

    .privacy-page-footer p {
        font-size: 15px;
    }

    .privacy-page-btn-back {
        width: 100%;

        max-width: 280px;

        padding: 15px 25px;
    }

}


/* =========================================================
   EXTRA SMALL PHONES
========================================================= */

@media (max-width: 480px) {

    .privacy-page-header {
        padding: 150px 14px;
    }

    .privacy-page-header h1 {
        font-size: 32px;
    }

    .privacy-page-header-line {
        margin-top: 25px;
    }


    .privacy-page-content {
        padding: 50px 14px;
    }


    .privacy-page-section-title h2 {
        font-size: 19px;
    }


    .privacy-page-block p {
        font-size: 14px;
    }


    .privacy-page-info-item {
        font-size: 13px;
    }


    .privacy-page-policy-list {
        font-size: 14px;
    }


    .privacy-page-security-quote {
        padding: 25px 15px;
    }

    .privacy-page-security-quote p {
        font-size: 15px;
    }


    .privacy-page-footer {
        padding: 60px 14px;
    }

    .privacy-page-footer h2 {
        font-size: 26px;
    }

    .privacy-page-footer p {
        font-size: 14px;
    }

    .privacy-page-btn-back {
        font-size: 13px;
    }

}

/* ========================================================= DESIGN INSIGHT CSS ========================================================= */
/* =========================================================
   MAIN SECTION
========================================================= */

.design-insight-section {
    width: 100%;
    padding: 70px 0 90px;
    background: transparent;
    overflow: hidden;
}

.design-insight-section .container {
    width: 100%;
}


/* =========================================================
   TITLE
========================================================= */

.design-insight-title {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 84px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.design-insight-title span {
    color: #9b1c1c;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.design-insight-description {
    max-width: 850px;
    margin: 0 auto 35px;
    color: #d9d5d5;
    font-size: 14px;
    line-height: 1.7;
}

.design-insight-description a {
    color: #d9d5d5;
    text-decoration: none;
    font-weight: none !important;
}

.design-insight-description a:hover {
    color: #d9d5d5;
}


/* =========================================================
   TABS
========================================================= */

.tabs-sections {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.design-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    padding: 8px !important;

    background: #111111;
    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 50px;
}

.design-tabs .nav-item {
    margin: 0;
}

.design-tabs .nav-link {
    border: none !important;
    border-radius: 50px !important;

    padding: 10px 18px !important;

    background: transparent !important;
    color: #777 !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    text-transform: uppercase;
    white-space: nowrap;

    transition: all .3s ease;
}

.design-tabs .nav-link:hover {
    color: #ffffff !important;
}

.design-tabs .nav-link.active {
    background: #9b1c1c !important;
    color: #ffffff !important;

    box-shadow: 0 5px 20px rgba(155, 28, 28, .25);
}


/* =========================================================
   TAB CONTENT
========================================================= */

.design-tab-content {
    width: 100%;
}

.design-tab-content>.tab-pane {
    width: 100%;
}


/* =========================================================
   WEBSITE PROJECT CARD
========================================================= */

.website-project-card {
    position: relative;

    width: 111%;
    height: 500px;

    margin-bottom: 25px;

    overflow: hidden;

    border-radius: 18px;

    background: #000;
}

.website-project-card img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;
}


/* OVERLAY */

.website-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;

    padding: 45px;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .95) 0%,
            rgba(70, 0, 0, .72) 38%,
            rgba(0, 0, 0, .15) 75%,
            rgba(0, 0, 0, 0) 100%);

    opacity: 0;

    transition: opacity .4s ease;
}


/* CATEGORY */

.website-cat {
    color: #ff3b3b;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 10px;

    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity .4s ease .05s,
        transform .4s ease .05s;
}


/* TITLE */

.website-title {
    color: #ffffff;

    font-size: clamp(2rem, 4vw, 3.2rem);

    font-weight: 800;

    line-height: 1.05;

    text-align: left;

    text-transform: uppercase;

    margin: 0 0 22px;

    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity .4s ease .1s,
        transform .4s ease .1s;
}


/* BUTTON */

.website-case-btn {
    display: inline-flex;
    width:20%!important ;

    align-items: center;
    justify-content: center;

    padding: 12px 24px;

    background: #8b0000;

    color: #ffffff !important;

    border-radius: 50px;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;

    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity .4s ease .15s,
        transform .4s ease .15s,
        background .25s ease;
}

.website-case-btn:hover {
    background: #ffffff !important;
    color: #8b0000 !important;
}


/* HOVER */

.website-project-card:hover img {
    transform: scale(1.07);
}

.website-project-card:hover .website-overlay {
    opacity: 1;
}

.website-project-card:hover .website-cat,
.website-project-card:hover .website-title,
.website-project-card:hover .website-case-btn {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 767px) {
    .my-5 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .py-5 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* =========================================================
   VIEW PORTFOLIO BUTTON
========================================================= */

.design-view-btn {
    margin: 35px 0 10px;
    width: 111% !important;
    ;
}

.design-main-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 12px 25px;

    background: #9b1c1c;
    color: #111111 !important;

    border-radius: 50px;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;

    transition: all .3s ease;
}

/* .design-main-btn:hover {
                    background: #ffffff;
                    color:#9b1c1c  !important;

                    transform: translateY(-2px);
                } */


/* =========================================================
   OTHER PORTFOLIO CARDS
========================================================= */

.portfolio-card {
    position: relative;

    display: block;

    width: 100%;
    height: 280px;

    overflow: hidden;

    background: #141414;

    border-radius: 18px;

    text-decoration: none;
}

.portfolio-card img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .6s ease;
}


/* CARD OVERLAY */

.portfolio-card .card-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 24px;

    background:
        linear-gradient(180deg,
            rgba(155, 28, 28, 0) 25%,
            rgba(90, 10, 10, .92) 100%);

    opacity: 0;

    transition: opacity .35s ease;
}


/* CATEGORY */

.portfolio-card .card-cat {
    color: #ff8a80;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    opacity: 0;

    transform: translateY(10px);

    transition: all .35s ease .05s;
}


/* TITLE */

.portfolio-card .card-title {
    color: #ffffff;

    font-size: 17px;
    font-weight: 700;

    margin: 0;

    opacity: 0;

    transform: translateY(10px);

    transition: all .35s ease .1s;
}


/* HOVER */

.portfolio-card:hover img {
    transform: scale(1.08);
}

.portfolio-card:hover .card-overlay {
    opacity: 1;
}

.portfolio-card:hover .card-cat,
.portfolio-card:hover .card-title {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   ARCHIVE BUTTON
========================================================= */

.archive-btn-wrapper {
    margin-top: 30px;
}

.design-outline-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 11px 25px;

    border: 1px solid rgba(255, 255, 255, .25);

    border-radius: 50px;

    color: #ffffff !important;

    text-decoration: none !important;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;

    transition: all .3s ease;
}

.design-outline-btn:hover {
    background: #9b1c1c;

    border-color: #9b1c1c;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .design-insight-section {
        padding: 45px 0 60px;
    }


    /* TITLE */

    .design-insight-title {
        font-size: 28px;
        margin-bottom: 12px;
    }


    .design-insight-description {
        padding: 0 20px;

        font-size: 11px;

        line-height: 1.6;

        margin-bottom: 25px;
    }


    /* TABS */

    .tabs-sections {
        width: 100%;
        padding: 0 10px;

        margin-bottom: 25px;
    }

    .design-tabs {
        width: 100%;

        display: grid !important;

        grid-template-columns: 1fr 1fr;

        gap: 5px;

        padding: 7px !important;

        border-radius: 18px;
    }

    .design-tabs .nav-item {
        width: 100%;
    }

    .design-tabs .nav-link {
        width: 100%;

        padding: 9px 4px !important;

        font-size: 15px !important;

        line-height: 1.2;

        white-space: normal;

        min-height: 32px;
    }

    .design-tabs .nav-item:last-child {
        grid-column: 1 / 3;

        width: 50%;

        justify-self: center;
    }


    /* WEBSITE CARD */

    .website-project-card {
        height: 210px;

        margin-bottom: 15px;

        border-radius: 12px;
    }

    .website-project-card img {
        object-fit: cover;
    }

    .website-overlay {
        padding: 18px;

        opacity: 1;

        background:
            linear-gradient(to top,
                rgba(0, 0, 0, .92) 0%,
                rgba(70, 0, 0, .35) 60%,
                rgba(0, 0, 0, 0) 100%);
    }

    .website-cat {
        font-size: 7px;

        letter-spacing: 2px;

        margin-bottom: 5px;

        opacity: 1;

        transform: translateY(0);
    }

    .website-title {
        font-size: 18px;

        line-height: 1.05;

        margin-bottom: 10px;

        opacity: 1;

        transform: translateY(0);
    }

    .website-case-btn {
        padding: 7px 20px;

        font-size: 10px;

        opacity: 1;

        transform: translateY(0);
        width: 60%!important;
    }


    /* VIEW PORTFOLIO */

    .design-view-btn {
        margin: 20px 0 5px;
    }

    .design-main-btn {
        padding: 8px 17px;

        font-size: 8px;
    }


    /* OTHER CARDS */

    .portfolio-card {
        height: 180px;

        border-radius: 12px;
    }

    .portfolio-card .card-overlay {
        padding: 15px;

        opacity: 1;
    }

    .portfolio-card .card-cat {
        font-size: 7px;

        opacity: 1;

        transform: translateY(0);
    }

    .portfolio-card .card-title {
        font-size: 12px;

        opacity: 1;

        transform: translateY(0);
    }


    /* ARCHIVE */

    .archive-btn-wrapper {
        margin-top: 20px;
    }

    .design-outline-btn {
        padding: 8px 17px;

        font-size: 8px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 400px) {

    .design-insight-section {
        padding-top: 35px;
    }

    .design-insight-title {
        font-size: 24px;
    }

    .design-insight-description {
        font-size: 10px;
    }

    .design-tabs .nav-link {
        font-size: 7px !important;
        padding: 8px 3px !important;
    }

    .website-project-card {
        height: 190px;
    }

    .website-title {
        font-size: 16px;
    }

    .portfolio-card {
        height: 160px;
    }

}

.spline-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.spline-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Overlay button */
.spline-overlay-btn {
    width: 150px;
    height: 50px !important;
    position: absolute;
    right: 16px;
    bottom: 16px;
    border: none !important;
    padding: 10px 18px;
    background: #1c1c1c !important;
    text-decoration: none;
    border-radius: inherit;
    font-size: 14px;
    font-weight: 600;

    z-index: 10;
    backdrop-filter: blur(10px);

    transition: all 0.3s ease;
}

.spline-overlay-btn:hover {
    background: #1c1c1c !important;

    transform: translateY(-2px);
}

.stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

.stats-box {
    background: #1a1a1a;
    border-radius: 16px;
    padding: 20px 15px;
    text-align: center;
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
    /* Text break ya overflow nahi hoga */
    box-sizing: border-box;
}

.stats-box .icon {
    background: #2a2a2a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.stats-box .icon i {
    color: #8B0000;
    font-size: 22px;
}

.stats-box h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.stats-box p {
    color: #888888;
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 6px 0 0;
    text-transform: uppercase;
}

/* Mobile Screens (576px and below) */
@media (max-width: 576px) {
    .stats-wrapper {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 15px 10px;
        gap: 10px;
    }

    .stats-box {
        padding: 16px 8px;
    }

    .stats-box h2 {
        font-size: 22px;
    }

    .stats-box p {
        font-size: 9px;
        letter-spacing: 1px;
    }
}

/* Tablet Screens (577px se 992px tak) */
@media (min-width: 577px) and (max-width: 992px) {
    .stats-wrapper {
        justify-content: flex-start;
        /* Right se hatakar Left side align karega */
        margin-left: 0;
        /* Margin auto khatam karega */
        margin-right: auto;
        max-width: 380px;
        /* Width ko screen ke mutabiq set rakhega */
        padding-top: 20px !important;
    }
}

/* =========================================
   FEATURE CHECKLIST
========================================= */

.feature-checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-checklist li {
    display: flex;
    align-items: flex-start;
    width: 100%;

    margin-bottom: 16px;

    color: #111;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.feature-checklist li:last-child {
    margin-bottom: 0;
}


/* =========================================
   CHECK ICON
========================================= */

.feature-checklist-icon {
    position: relative;

    width: 20px;
    height: 20px;
    min-width: 20px;
    flex: 0 0 20px;

    margin-right: 14px;
    margin-top: 2px;

    border: 1.5px solid #a31d1d;
    border-radius: 50%;
}

.feature-checklist-icon::after {
    content: '✓';

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #a31d1d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}


/* =========================================
   NORMAL TEXT
========================================= */

.feature-checklist li em {
    font-style: normal;
    color: #777;
    font-weight: 400;
}


/* =========================================
   CONTENT
========================================= */

.feature-checklist-content {
    flex: 1 1 auto;
    min-width: 0;

    display: flex;
    align-items: baseline;
    gap: 8px;

    flex-wrap: wrap;

    overflow-wrap: break-word;
    word-break: normal;
}

.feature-checklist-content strong {
    font-weight: 600;
    color: #111;
}

.feature-checklist-content em {
    font-style: normal;
    color: #777;
    font-weight: 400;

    min-width: 0;
}

.feature-checklist-content b {
    margin-left: auto;

    white-space: nowrap;
    font-weight: 600;
    color: #111;
}


/* =========================================
   DARK BACKGROUND VARIANT
========================================= */

.feature-checklist.dark li {
    color: #fff;
}

.feature-checklist.dark .feature-checklist-content strong {
    color: #fff;
}

.feature-checklist.dark .feature-checklist-content em {
    color: #aaa;
}

.feature-checklist.dark .feature-checklist-content b {
    color: #fff;
}

.feature-checklist.dark .feature-checklist-icon {
    border-color: #fff;
}

.feature-checklist.dark .feature-checklist-icon::after {
    color: #fff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .feature-checklist li {
        font-size: 15px;
    }

    .feature-checklist-icon {
        margin-right: 11px;
    }

    .feature-checklist-content {
        gap: 6px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .feature-checklist li {
        display: flex;
        align-items: flex-start;

        width: 100%;
        margin-bottom: 18px;

        font-size: 15px;
        line-height: 1.45;
    }

    .feature-checklist-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
        flex: 0 0 20px;

        margin-right: 10px;
        margin-top: 2px;
    }

    .feature-checklist-content {
        display: block;

        flex: 1 1 auto;
        width: auto;
        min-width: 0;

        line-height: 1.45;

        overflow-wrap: break-word;
        word-break: normal;
    }

    .feature-checklist-content strong {
        display: inline;

        font-size: 15px;
        line-height: 1.45;
    }

    .feature-checklist-content em {
        display: inline;

        margin-left: 3px;

        font-size: 14px;
        line-height: 1.5;

        color: #777;
    }

    .feature-checklist-content b {
        display: inline;

        margin-left: 5px;

        font-size: 15px;
        line-height: 1.45;

        white-space: normal;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .feature-checklist li {
        font-size: 9px;
        line-height: 1.45;
        margin-bottom: 16px;
    }

    .feature-checklist-icon {
        width: 19px;
        height: 19px;
        min-width: 19px;
        flex: 0 0 19px;

        margin-right: 9px;
    }

    .feature-checklist-icon::after {
        font-size: 10px;
    }

    .feature-checklist-content strong {
        font-size: 14px;
    }

    .feature-checklist-content em {
        font-size: 13px;
    }

    .feature-checklist-content b {
        font-size: 14px;
    }
}

/* Normal State */
.btn.btn-danger {
    color: #fff !important;
    background-color: #8B0000 !important;
    border: none !important;
}

/* Hover State */
.btn.btn-danger:hover {
    color: #8B0000 !important;
    background-color: #fff !important;
    border: 1px solid #8B0000 !important;
    /* Border outline taake white background mix na ho */
}

/* Base Desktop Styles */
.btn.btn-danger {
    color: #fff !important;
    background-color: #8B0000 !important;
    border: none !important;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    white-space: normal;
    /* Mobile par text clipping rokne ke liye */
    word-wrap: break-word;
}

/* Hover State */
.btn.btn-danger:hover {
    color: #8B0000 !important;
    background-color: #fff !important;
    border: 1px solid #8B0000 !important;
}

/* Mobile & Tablet Responsiveness (Max width 768px) */
@media (max-width: 768px) {
    .btn.btn-danger {
        width: 80% !important;
        /* Full width button on mobile */
        padding: 15px 15px !important;
        /* Proper padding for mobile touch */
        font-size: 11px !important;
        /* Text scale down */
        display: inline;
    }
}

/* Base Desktop Style */
.text-secondary {
    color: #575757 !important;
    transition: color 0.3s ease;
}

/* Mobile Responsiveness (Screen size < 768px) */
@media (max-width: 768px) {
    .text-secondary {
        /* Mobile contrast enhance karne ke liye slightly darker shade */
        color: #575757 !important;

        /* Font sizing & line height optimization */
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

/* Base Style (Desktop & Default) */
.fw-black,
.mytext1 {
    font-weight: 900 !important;
}

/* Mobile Responsiveness (Max Width: 768px) */
@media (max-width: 768px) {

    .fw-black,
    .mytext1 {
        font-weight: 800 !important;
        /* Mobile render improve karne ke liye slightly adjusted */
        font-size: 40px !important;
        /* Fluid typography taake mobile screen se text bahar na nikle */
        line-height: 1.2 !important;
        letter-spacing: -0.5px;
        /* Mobile par clean titles ke liye crisp spacing */
    }
}

/* .btn {
  padding: 12px 24px;
  font-size: 16px;
  width: auto;
} */

/* Mobile */
@media (max-width: 576px) {
    .btn.btn-light {
        width: 84%;
        padding: 9px 9px !important;
        font-size: 14px;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 992px) {
    .btn.btn-light {
        padding: 11px 20px;
        font-size: 15px;
    }
}

/* Desktop */
@media (min-width: 993px) {
    .btn.btn-light {
        padding: 12px 28px;
        font-size: 16px;
    }
}




.custom-package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    /* Desktop par button bohot zyada phailay ga nahi */
    min-height: 52px;
    /* Height fix rakhne ke bajaye min-height behtar hai */
    background: #8B0000;
    color: #ffffff;
    border: 2px solid #8B0000;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 24px;
    text-align: center;
}

.custom-package-btn:hover {
    background: #ffffff;
    color: #8B0000;
    border-color: #8B0000;
    text-decoration: none;
}

/* Mobile Screens */
@media (max-width: 576px) {
    .custom-package-btn {
        max-width: 70%;
        /* Mobile par container ki poori width le ga */
        font-size: 13px;
        padding: 10px 16px;
        min-height: 48px;
    }
}

/* Tablet Screens */
@media (min-width: 577px) and (max-width: 992px) {
    .custom-package-btn {
        max-width: 200px;
        font-size: 14px;
        padding: 11px 20px;
    }
}

/* Desktop Screens */
@media (min-width: 993px) {
    .custom-package-btn {
        max-width: 200px;
        font-size: 15px;
        padding: 12px 28px;
    }
}

.btn-outline-light {
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    min-height: 52px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    padding: 12px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
}

.btn-outline-light:hover {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    text-decoration: none;
}

/* Mobile Screens */
@media (max-width: 576px) {
    .btn-outline-light {
        max-width: 100%;
        font-size: 13px !important;
        padding: 10px 16px;
        min-height: 48px;
    }
}

/* Tablet Screens */
@media (min-width: 577px) and (max-width: 992px) {
    .btn-outline-light {
        max-width: 250px !important;
        font-size: 14px !important;
        padding: 11px 20px;
    }
}

/* Desktop Screens */
@media (min-width: 993px) {
    .btn-outline-light {
        max-width: 260px;
        font-size: 15px !important;
        padding: 12px 28px;
    }
}


.hero-title-wrapper {
    width: 100%;
    margin-bottom: 24px;
}

.hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 83.3px;
    font-weight: 800;
    line-height: 84px !important;
    letter-spacing: -4.2px;
    vertical-align: middle;
    color: #ffffff;
    margin: 0;
    padding-top: 20px;
    text-transform: uppercase;
}

/* Colors styling */
.hero-title .text-danger {
    color: #8B0000;
    /* ya aapka red color code */
}

.hero-title .text-gradient-portfolio {
    /* Gradient ya highlight text style */
    color: #8B0000;
}

/* Responsive adjustments for Tablets & Mobile */
@media (max-width: 992px) {
    .hero-title {
        font-size: 60px;
        line-height: 64px !important;
        letter-spacing: -3px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 38px;
        line-height: 42px !important;
        letter-spacing: -1.5px;
        padding-top: 20px !important;
    }
}

/* ============================================================
   CONVEX PRODUCTION OVERRIDES
   Final cleanup for production/local consistency.
   These rules are intentionally scoped and placed at the end
   so they reliably win against earlier duplicate rules.
   ============================================================ */

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

/* ---------------- HERO ---------------- */
.hero-section-portfolio {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #000;
}

.hero-section-portfolio .container {
    position: relative;
    z-index: 3;
}

.hero-section-portfolio .bg-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    z-index: 0 !important;
    display: block;
}

.hero-section-portfolio .video-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.42) 55%,
        rgba(0, 0, 0, 0.18) 100%
    );
}

.hero-section-portfolio .z-index-above {
    position: relative;
    z-index: 3 !important;
}

.hero-title-wrapper {
    width: 100%;
    max-width: 900px;
    margin-bottom: 24px;
}

.hero-section-portfolio .hero-title {
    margin: 0 !important;
    padding-top: 20px !important;
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(48px, 5.8vw, 83px) !important;
    font-weight: 800 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.045em !important;
    text-transform: uppercase;
}

.hero-section-portfolio .hero-title .text-danger {
    color: #8B0000 !important;
}

.hero-section-portfolio .hero-title .text-gradient-portfolio {
    display: inline-block;
    background: linear-gradient(90deg, #fff 0%, #8B0000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}

.hero-section-portfolio .container-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

/* ---------------- HERO BUTTONS ---------------- */
.hero-section-portfolio .btn-danger {
    width: auto !important;
    max-width: 100%;
    background-color: #8B0000 !important;
    border-color: #8B0000 !important;
    color: #fff !important;
}

.hero-section-portfolio .btn-outline-light {
    width: auto !important;
    max-width: 100%;
}

/* ---------------- STATS ---------------- */
.hero-section-portfolio .stats-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    box-sizing: border-box;
}

.hero-section-portfolio .stats-box {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #1a1a1a;
    border-radius: 16px;
    padding: 20px 15px;
    text-align: center;
}

.hero-section-portfolio .stats-box .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2a2a2a;
}

.hero-section-portfolio .stats-box .icon i {
    color: #8B0000 !important;
    font-size: 22px;
    line-height: 1;
}

.hero-section-portfolio .stats-box h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.hero-section-portfolio .stats-box p {
    margin: 6px 0 0;
    color: #888;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 991px) {
    .hero-section-portfolio .hero-title {
        font-size: clamp(48px, 8vw, 65px) !important;
        line-height: 1 !important;
        letter-spacing: -0.04em !important;
    }

    .hero-section-portfolio .stats-wrapper {
        max-width: 380px;
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .hero-section-portfolio .hero-title {
        font-size: clamp(38px, 10.5vw, 52px) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.035em !important;
        padding-top: 15px !important;
    }

    .hero-section-portfolio .stats-wrapper {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        gap: 10px;
    }

    .hero-section-portfolio .stats-box {
        padding: 16px 8px;
    }

    .hero-section-portfolio .stats-box h2 {
        font-size: 22px;
    }

    .hero-section-portfolio .stats-box p {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .hero-section-portfolio .btn-danger,
    .hero-section-portfolio .btn-outline-light {
        width: 100% !important;
        max-width: 360px;
    }
}

@media (max-width: 480px) {
    .hero-section-portfolio .hero-title {
        font-size: clamp(34px, 10.8vw, 44px) !important;
        letter-spacing: -0.025em !important;
    }

    .hero-section-portfolio .stats-wrapper {
        gap: 8px;
    }

    .hero-section-portfolio .stats-box .icon {
        width: 44px;
        height: 44px;
    }

    .hero-section-portfolio .stats-box .icon i {
        font-size: 19px;
    }
}

/* ---------------- GLOBAL SAFETY ---------------- */
img,
iframe,
svg {
    max-width: 100%;
}

/* Keep video elements responsive, while the hero rule above controls its full-bleed video. */
video:not(.hero-section-portfolio .bg-video) {
    max-width: 100%;
}

.spline-watermark {
    display: none !important;
}

/* Bootstrap danger button consistency */
.btn-danger {
    border-color: #8B0000 !important;
}

/* Prevent accidental horizontal overflow from long content */
pre,
code {
    max-width: 100%;
}

