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

    Theme Name: Techor IT Solution & Technology HTML Template
    Author: procoderca
    Support:procoderca@gmail.com
    Description: Techor IT Solution & Technology HTML Template
    Version: 1.0.0

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

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

    01. THEME DEFAULT CSS
	02. about css start
	03. blog css start
	04. brand css start
	05. career css start
	06. cart css start
	07. Checkout css start
	08. choose css start
	09. contact css start
	10. error css start
	11. footer css start
	12. funfact css start
	13. header css start
	14. hero css start
	15. information css start
	16. menu css start
	17. newsletter css start
	18. portfolio css start
	19. price css start
	20. menu css startrt
	21. shop sidebar css start
	22. shop css start
	23. slider css start
	24. step css start
	25. team css start
	26. testimonial css start
	27. text slider css start
	28. tracking css start
	29. video css start

    **********************************************/
/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
/*@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Outfit:wght@100..900&amp;display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'DigifaceWide';
    src: url('../fonts/Digiface-Wide.ttf');
}

:root {
    /**
  @font family declaration
  */
    --tv-ff-body: 'Montserrat', sans-serif;
    --tv-ff-heading: 'Montserrat', sans-serif;
    --tv-ff-fontawesome: Font Awesome 6 Pro;
    /**
  @color declaration
  */
    --tv-common-white: #ffffff;
    --tv-common-black: #0F313A;
    --tv-heading-primary: #0A165E;
    --tv-gray-1: #F5F6F7;
    --tv-gray-2: #1D265D;
    --tv-yellow-color: #ECB014;
    --tv-text-body: #585B6F;
    --tv-theme-1: #0138b7;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .container-1750 {
        max-width: 1750px;
    }

    .container-1050 {
        max-width: 1050px;
    }
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow-x: hidden;
    font-family: var(--tv-ff-body);
    color: var(--tv-text-body);
}

body,
html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tv-ff-heading);
    color: var(--tv-heading-primary);
    font-weight: 600;
    line-height: 1.22;
    -webktv-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

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

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

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

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

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

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

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

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

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webktv-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

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

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
    color: var(--tv-theme-1);
}

    button:hover {
        cursor: pointer;
    }

    button:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    height: 55px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 25px;
    line-height: 50px;
    font-size: 16px;
    color: var(--tv-common-black);
    background-color: #F6F7F9;
    border: 1px solid transparent;
    text-transform: capitalize;
}

    input::-webktv-input-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    input:-moz-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    input::-moz-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    input:-ms-input-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    input:focus {
        border-color: var(--tv-theme-1);
    }

textarea {
    outline: none;
    width: 100%;
    padding: 20px 25px;
    border: none;
    height: 200px;
    resize: none;
    font-size: 16px;
    color: var(--tv-common-black);
    background-color: #F6F7F9;
    border: 1px solid transparent;
    text-transform: capitalize;
}

    textarea::-webktv-input-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    textarea:-moz-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    textarea::-moz-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    textarea:-ms-input-placeholder {
        color: #525252;
        text-transform: capitalize;
    }

    textarea:focus {
        border-color: var(--tv-theme-1);
    }

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

*::-moz-selection {
    background: var(--tv-theme-1);
    color: var(--itt-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
    text-shadow: none;
}

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

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

/*---------------------------------
    common classes css start 
---------------------------------*/
.fix {
    overflow: hidden;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.border-line-orange {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.3s linear;
    background-image: linear-gradient(var(--tv-theme-1), var(--tv-theme-1)), linear-gradient(var(--tv-theme-1), var(--tv-theme-1));
}

    .border-line-orange:hover {
        background-size: 0% 1px, 100% 1px;
    }

.border-line-black {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.3s linear;
    background-image: linear-gradient(var(--tv-common-black), var(--tv-common-black)), linear-gradient(var(--tv-common-black), var(--tv-common-black));
}

    .border-line-black:hover {
        background-size: 0% 1px, 100% 1px;
    }

.border-line-white {
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    transition: background-size 0.3s linear;
    background-image: linear-gradient(var(--tv-common-white), var(--tv-common-white)), linear-gradient(var(--tv-common-white), var(--tv-common-white));
}

    .border-line-white:hover {
        background-size: 0% 1px, 100% 1px;
    }

.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.title-hover {
    transition: all 0.3s;
}

    .title-hover:hover {
        color: var(--tv-theme-1);
    }

.zoom .img-zoom {
    overflow: hidden;
}

    .zoom .img-zoom img {
        transition: 1.3s all ease;
    }

.zoom:hover .img-zoom img {
    transform: scale(1.15) rotate(2deg);
}

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

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

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

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

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

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

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

.border-radius-30 {
    border-radius: 30px;
}

.slider-transtion {
    -webktv-transition-timing-function: linear;
    transition-timing-function: linear;
}

.shine-effect {
    position: relative;
}

    .shine-effect::before {
        background: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        left: 50%;
        position: absolute;
        right: 51%;
        top: 0;
        opacity: 1;
        pointer-events: none;
        -webktv-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .shine-effect:hover::before {
        left: 0;
        right: 0;
        opacity: 0;
        -webktv-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.shine-effect-2 {
    position: relative;
}

    .shine-effect-2::before {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        opacity: 1;
        pointer-events: none;
    }

    .shine-effect-2:hover::before {
        height: 100%;
        opacity: 0;
        -webktv-transition: all 400ms linear;
        transition: all 400ms linear;
    }

.img-style {
    overflow: hidden;
}

    .img-style img {
        width: 100%;
        transform: scale(1.04) translateX(-1%);
        transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .img-style:hover img {
        transform: scale(1.04) translateX(1%);
    }

.img-zoom-style {
    overflow: hidden;
}

    .img-zoom-style img {
        transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .img-zoom-style:hover img {
        transform: scale(1.04);
    }

.tw-rounded-lg {
    border-radius: 0.5rem !important;
}

.tw-py-10 {
    padding-block: var(--size-10) !important;
}

.max-w-190-px {
    max-width: 190px;
}

.tw-start-0 {
    inset-inline-start: 0;
}

.single-icon-box:not(:last-child) {
    margin-bottom: 38px;
}

.single-icon-box {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-icon-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .single-icon-box {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-icon-box {
        margin-bottom: 30px;
    }
}

.single-icon-box img {
    max-width: 48px;
    margin-top: 24px;
    margin-left: 24px;
}

.icon-box-content {
    padding-left: 114px;
}

    .icon-box-content h3 {
        font-size: 24px;
        text-transform: capitalize;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .icon-box-content h3 {
        font-size: 23px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .icon-box-content h3 {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-box-content h3 {
        font-size: 20px;
    }
}

.single-icon-box span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
}

    .single-icon-box span:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 90px;
        width: 90px;
        content: "";
        background: var(--tv-gray-1);
        z-index: -1;
        border-radius: 10px 0 10px 0;
    }

.single-icon-box.style-2 span::after {
    content: "";
    display: block; /* Ensure it takes up space */
    background: var(--tv-common-white);
}

/*--
    - Spacing
-----------------------------------------*/
.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pb-130 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pb-130 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .pt-130 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-top: 120px;
    }
    .tv-header-logo-off-footer h1 {
        color: white;
        font-size: 29px !important;
        text-transform: uppercase;
        font-family: var(--tv-ff-body);
        font-weight: 700;
    }
    .tv-footer-top-area-form {
        background: var(--tv-theme-1);
        padding: 24px !important;
        margin-bottom: 41px;
        border-radius: 50px 0 50px 0;
        align-items: center;
    }
}

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

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

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

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

.tv-btn-primary {
    padding: 12px 28px;
    background: var(--tv-theme-1);
    border-radius: 18px 0 18px 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

    .tv-btn-primary .btn-wrap {
        border: none !important;
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .tv-btn-primary .btn-wrap .btn-text1 {
            display: flex !important;
            align-items: center;
            position: relative;
            display: block;
            color: var(--tv-common-white);
            transition: 0.3s;
            text-transform: capitalize;
        }

        .tv-btn-primary .btn-wrap .btn-text2 {
            display: flex !important;
            align-items: center;
            position: absolute;
            display: block;
            color: var(--tv-common-white);
            transition: 0.3s;
            text-transform: capitalize;
            top: 100%;
        }

    .tv-btn-primary:hover .btn-wrap .btn-text1 {
        transform: translateY(-150%);
    }

    .tv-btn-primary:hover .btn-wrap .btn-text2 {
        top: 50%;
        transform: translateY(-50%);
    }

    .tv-btn-primary.no-radius {
        border-radius: 6px;
    }

.tv-btn-secondary {
    padding: 12px 28px;
    background: var(--tv-common-white);
    border: 1px solid var(--tv-theme-1);
    border-radius: 18px 0 18px 0;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

    .tv-btn-secondary .btn-wrap {
        border: none !important;
        display: inline-block;
        float: left;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .tv-btn-secondary .btn-wrap .btn-text1 {
            display: flex !important;
            align-items: center;
            position: relative;
            display: block;
            color: var(--tv-theme-1);
            transition: 0.3s;
            text-transform: capitalize;
        }

        .tv-btn-secondary .btn-wrap .btn-text2 {
            display: flex !important;
            align-items: center;
            position: absolute;
            display: block;
            color: var(--tv-theme-1);
            transition: 0.3s;
            text-transform: capitalize;
            top: 100%;
        }

    .tv-btn-secondary:hover .btn-wrap .btn-text1 {
        transform: translateY(-150%);
    }

    .tv-btn-secondary:hover .btn-wrap .btn-text2 {
        top: 50%;
        transform: translateY(-50%);
    }

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes itswing {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.ripple-white {
    animation: ripple-white 1s linear infinite;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

.img-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.img-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes itupdown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes ittranslateX2 {
    0% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(20px);
    }
}
/*--- preloader ---*/
.dark #preloader {
    background-color: var(--tv-theme-1);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: var(--tv-theme-1);
        -webktv-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.9s;
            -webktv-animation-delay: -0.9s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webktv-keyframes preloader {
    0% {
        -webktv-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webktv-transform: scale(1, 1);
        opacity: 0;
    }
}
/*--- end of preloader ---*/
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    z-index: 9;
    text-align: center;
    border-radius: 50%;
    color: var(--tv-common-white);
    cursor: pointer;
    background: var(--tv-theme-1);
    transition: 1s ease;
    border: none;
}

    .scroll-top.open {
        bottom: 80px;
    }

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.theme-bg {
    background: var(--tv-theme-1);
}

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

.white-bg {
    background: var(--tv-common-white);
}

.gray-bg {
    background: var(--tv-gray-1);
}

.footer-bg {
    background: var(--tv-heading-primary);
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

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

    .body-overlay:hover {
        cursor: url(../img/cross-out.png), pointer;
    }

.tv-instagram img {
    width: 100%;
}

.itoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--tv-heading-primary);
    z-index: 9999;
    padding: 40px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

    .itoffcanvas.opened {
        opacity: 1;
        visibility: visible;
    }

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

    .tv-header-logo-off h6 {
        color: red;
        text-transform: uppercase;
        text-align: end;
        font-family: DigifaceWide;
        font-size: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .itoffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.itoffcanvas.opened {
    right: 0;
    -webktv-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.itoffcanvas__logo {
    margin-bottom: 15px;
}

@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
    .itoffcanvas__logo {
        padding-top: 0;
    }
}

.itoffcanvas__logo img {
    width: 90px;
    height: 90px !important;
}

.tv-header-logo-off h1 {
    color: white;
    font-size: 21px;
    text-transform: uppercase;
    font-family: var(--tv-ff-body);
    font-weight: 700;
}

.tv-header-logo-off h6 {
    color: red;
    text-transform: uppercase;
    text-align: end;
    font-family: DigifaceWide;
}

.tv-header-logo-off-footer h1 {
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    font-family: var(--tv-ff-body);
    font-weight: 700;
}

.tv-header-logo-off-footer h6 {
    color: red;
    text-transform: uppercase;
    text-align: end;
    font-family: DigifaceWide;
    font-size: 17px;
}



.itoffcanvas__close-btn button {
    font-size: 35px;
    color: white;
    position: absolute;
    right: 50px;
    top: 42px;
    transition: 1s;
    font-weight: 300;
    opacity: 1;
    -webktv-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 48px;
        top: 52px;
    }
}

@media (max-width: 575px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        right: 15px;
        top: 15px;
    }
}
@media (max-width: 991px){
    .single-project-item .single-project-content, .single-project-item span.icon {
        transform: perspective(400px) rotateX(0deg);
    }
}
.itoffcanvas__close-btn button:hover {
    color: #fff;
    opacity: 1;
}

.itoffcanvas__content {
    margin-bottom: 30px;
}

    .itoffcanvas__content p {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 25px;
    }

    .itoffcanvas__content span {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px;
        display: inline-block;
    }

    .itoffcanvas__content a {
        font-size: 30px;
        line-height: 51px;
        font-weight: 700;
        color: var(--tv-common-white);
        display: inline-block;
    }

@media (max-width: 575px) {
    .itoffcanvas__content a {
        font-size: 27px;
    }
}

.itoffcanvas__social {
    margin-top: 50px;
}

    .itoffcanvas__social .social-icon a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        background-color: var(--tv-theme-1);
        color: var(--tv-common-white);
        margin-right: 15px;
        transition: 0.3s;
        display: inline-block;
        border-radius: 50%;
    }

@media (max-width: 575px) {
    .itoffcanvas__social .social-icon a {
        margin-right: 3px;
    }
}

.itoffcanvas__social .social-icon a:hover {
    background-color: var(--tv-theme-1);
    color: var(--tv-common-white);
}

.itoffcanvas__text {
    border-bottom: 1px solid #3b3838;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .itoffcanvas__text {
        display: none;
    }
}

.itoffcanvas__text p {
    color: #ddd;
    font-size: 18px;
}

.itoffcanvas__info {
    border-bottom: 1px solid #3b3838;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

    .itoffcanvas__info .offcanva-title {
        color: var(--tv-common-white);
        margin: 30px 0 40px 0;
        font-size: 20px;
        font-weight: 600;
    }

.itoffcanvas__info-icon a {
    height: 50px;
    width: 50px;
    background-color: var(--tv-theme-1);
    color: var(--tv-common-white);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 21px;
    margin-right: 20px;
}

.itoffcanvas__info-address span {
    display: block;
    color: rgba(255, 255, 255, 0.6392156863);
    font-size: 16px;
    font-weight: 400;
}

.itoffcanvas__info-address a {
    display: block;
    color: var(--tv-common-white);
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

@media (max-width: 575px) {
    .itoffcanvas__info-address a {
        font-size: 16px;
    }
}

.itoffcanvas__info-address a:hover {
    /*color: var(--tv-theme-1);*/
    color: var(--tv-gray-1);
}

.itoffcanvas .tv-homemenu-wrapper {
    padding: 0;
}

.itoffcanvas .home-img-thumb {
    padding: 0px;
    height: 215px;
}

.itoffcanvas .tv-menu-mobile .home-img-title, .itoffcanvas .tv-category-mobile-menu .home-img-title {
    font-weight: 400;
}

.itoffcanvas .tv-megamenu-thumb {
    display: none;
}

.itoffcanvas .tv-megamenu-text {
    display: none;
}

.itoffcanvas .tv-megamenu-list li a::before {
    display: none;
}

.itoffcanvas .tv-megamenu-list li:hover > a {
    padding-left: 0px;
    font-weight: 400;
}

.itoffcanvas .tv-megamenu-list li:not(:last-child) {
    margin-bottom: 0;
}

.itoffcanvas .tv-menu-mobile ul li > a, .itoffcanvas .tv-category-mobile-menu ul li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.itoffcanvas .tv-megamenu-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    margin-right: 65px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-top: 30px;
}

.tv-offcanva-bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

    .tv-offcanva-bottom-shape img {
        width: 100%;
    }

.tv-breadcrumb-ptb {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-breadcrumb-ptb {
        padding: 120px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-breadcrumb-ptb {
        padding: 120px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-breadcrumb-ptb {
        padding: 100px 0;
    }
}

@media (max-width: 575px) {
    .tv-breadcrumb-ptb {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-breadcrumb-ptb {
        padding: 110px 0;
    }
}

.tv-breadcrumb-overlay {
    position: relative;
}

    .tv-breadcrumb-overlay::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(10, 22, 94, 0.9);
        z-index: -1;
    }

.tv-breadcrumb-title {
    font-weight: 700;
    font-size: 80px;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-breadcrumb-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-breadcrumb-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .tv-breadcrumb-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-breadcrumb-title {
        font-size: 37px;
        margin-bottom: 20px;
    }
}

.tv-breadcrumb-list span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.71;
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
}

    .tv-breadcrumb-list span a {
        color: rgba(255, 255, 255, 0.6);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-breadcrumb-list span {
        font-size: 12px;
    }
}

.tv-breadcrumb-list span.dvdr {
    margin: 0 14px;
    color: var(--tv-common-white);
}

.tv-breadcrumb-list i {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    text-transform: capitalize;
    font-style: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-breadcrumb-list i {
        font-size: 12px;
    }
}

.tv-custom-accordion .accordion-items {
    margin-bottom: 20px;
    border-radius: 6px;
}

.tv-custom-accordion .accordion-buttons {
    font-size: 20px;
    font-weight: 700;
    padding: 28px 30px;
    font-family: var(--tv-ff-heading);
    color: var(--tv-heading-primary);
    position: relative;
    width: 100%;
    border-radius: 10px;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-custom-accordion .accordion-buttons {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-custom-accordion .accordion-buttons {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .tv-custom-accordion .accordion-buttons {
        font-size: 15px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-custom-accordion .accordion-buttons {
        font-size: 17px;
    }
}

.tv-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    right: 30px;
    font-weight: 700;
    font-size: 24px;
    opacity: 1;
    transform: translateY(-50%);
    color: var(--tv-heading-primary);
}

.tv-custom-accordion .accordion-buttons.collapsed {
    background-color: var(--tv-gray-1);
}

    .tv-custom-accordion .accordion-buttons.collapsed::after {
        content: "\f067";
    }

.tv-custom-accordion .accordion-buttons:not(.collapsed) {
    background-color: var(--tv-theme-1);
    color: var(--tv-common-white);
    border-radius: 10px 10px 0 0;
}

    .tv-custom-accordion .accordion-buttons:not(.collapsed)::after {
        color: var(--tv-common-white);
    }

.tv-custom-accordion .collapsed {
    position: relative;
    z-index: 99;
}

.tv-custom-accordion .accordion-body {
    padding: 35px 30px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    background-color: var(--tv-gray-1);
}

@media (max-width: 575px) {
    .tv-custom-accordion .accordion-body {
        flex-wrap: wrap;
    }
}

.tv-custom-accordion .accordion-body p {
    line-height: 1.71;
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .tv-custom-accordion .accordion-body p {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-custom-accordion .accordion-body img {
        display: none;
    }
}

@media (max-width: 575px) {
    .tv-custom-accordion .accordion-body img {
        margin-top: 20px;
    }
}

.tv-custom-accordion .accordion-body .shine-effect {
    flex: 0 0 auto;
}

.tv-custom-accordion-style-2 .accordion-items {
    border: none;
}

.tv-custom-accordion-style-2 .accordion-buttons {
    font-size: 22px;
    font-weight: 700;
    padding: 39px 25px;
    font-family: var(--tv-ff-heading);
    color: var(--tv-heading-primary);
}

@media (max-width: 575px) {
    .tv-custom-accordion-style-2 .accordion-buttons {
        font-size: 18px;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-custom-accordion-style-2 .accordion-buttons {
        font-size: 20px;
    }
}

.tv-custom-accordion-style-2 .accordion-buttons::after {
    content: "\f106";
    height: 32px;
    width: 32px;
    background-color: var(--tv-theme-1);
    color: var(--tv-common-white);
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    font-size: 16px;
}

.tv-custom-accordion-style-2 .accordion-buttons.collapsed {
    background-color: var(--tv-gray-1);
}

    .tv-custom-accordion-style-2 .accordion-buttons.collapsed::after {
        content: "\f107";
        background-color: var(--tv-heading-primary);
    }

.tv-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
    color: var(--tv-theme-1);
    padding-bottom: 20px;
    background-color: var(--tv-gray-1);
}

    .tv-custom-accordion-style-2 .accordion-buttons:not(.collapsed)::after {
        color: var(--tv-common-white);
    }

.tv-custom-accordion-style-2 .accordion-body {
    padding: 35px 30px;
    padding-top: 0;
    padding-right: 20px;
    background-color: var(--tv-gray-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-custom-accordion-style-2 .accordion-body {
        padding-right: 50px;
    }
}

.tv-custom-accordion-style-2 .accordion-body p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.76;
    color: var(--tv-text-body);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-custom-accordion-style-2 .accordion-body p {
        font-size: 15px;
        margin-right: 0;
    }
}

.tv-custom-accordion.style-3 {
    padding-left: 15px;
}

    .tv-custom-accordion.style-3 .accordion-items {
        margin-bottom: 0;
        border-radius: 0;
        padding: 37.5px 0;
        border-top: 1px solid rgba(10, 22, 94, 0.3);
    }

        .tv-custom-accordion.style-3 .accordion-items:last-child {
            border-bottom: 1px solid rgba(10, 22, 94, 0.3);
        }

        .tv-custom-accordion.style-3 .accordion-items .accordion-buttons {
            background-color: transparent;
            padding: 0;
        }

            .tv-custom-accordion.style-3 .accordion-items .accordion-buttons:after {
                right: 0;
                background-color: transparent;
                color: var(--tv-heading-primary);
            }

        .tv-custom-accordion.style-3 .accordion-items .accordion-body {
            padding: 0;
            margin-top: 24px;
            background-color: transparent;
        }

.tv-faq-left {
    margin-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-faq-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-faq-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-faq-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-faq-left {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .tv-faq-left {
        margin-right: 0;
    }
}

.tv-faq-right img {
    width: 100%;
    margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-faq-right img {
        width: 100%;
    }
}

.accordion.width {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .accordion.width {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex-wrap: wrap;
    }
}

.accordion.width .card {
    flex: 1 1 0;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-width: 100px;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .accordion.width .card {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex: 0 0 calc(50% - 13.33px);
        max-width: calc(50% - 13.33px);
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .accordion.width .card {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .accordion.width .card {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.accordion.width .card .card-header {
    height: 389px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    cursor: pointer;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    justify-content: space-between;
    background-color: var(--tv-gray-1);
    border-radius: 10px;
    padding: 30px 50px;
    align-items: center;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .accordion.width .card .card-header {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        height: auto;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        background-color: var(--tv-gray-1);
        border-radius: 10px;
        padding: 30px 50px;
        align-items: center;
        border: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .accordion.width .card .card-header {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding: 30px;
    }

        .accordion.width .card .card-header h4 {
            font-size: 18px;
        }
}

.accordion.width .card .body-content-wrap {
    transform: scaleY(0);
    height: 0;
    transition: 0.3s ease-in-out;
    visibility: hidden;
}

.accordion.width .card .card-body {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
    z-index: 9;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .accordion.width .card .card-body {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: scaleX(1);
    }
}

.accordion.width .card .card-body h3 {
    color: var(--tv-common-white);
    font-size: 30px;
    margin: 0;
}

.accordion.width .card .card-body .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--tv-common-white);
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 47px;
}

.accordion.width .card .card-body p {
    color: var(--tv-common-white);
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.accordion.width .card .card-body::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 22, 94, 0.8);
    z-index: -1;
    border-radius: 10px;
}

.accordion.width .card:hover {
    flex: 6 1 0;
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .accordion.width .card:hover {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.accordion.width .card:hover .card-body {
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.accordion.width .card:hover .body-content-wrap {
    transform: scaleY(1);
    height: 100%;
    transition: 0.3s ease-in-out;
    visibility: visible;
}

.accordion.width .card:hover .card-header {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .accordion.width .card:hover .card-header {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        display: flex;
    }
}

.accordion.width .card:nth-last-child(-n+3):hover .card-body {
    transform-origin: right center;
}

.collapsing.width {
    transition: width 0.35s ease;
    height: auto;
    width: 0;
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: var(--tv-common-black);
    -webktv-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webktv-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition-delay: 0.7s;
}

    .search__popup.search-opened {
        -webktv-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s;
    }

        .search__popup.search-opened .search__input {
            -webktv-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            transition-delay: 0.3s;
        }

            .search__popup.search-opened .search__input::after {
                width: 100%;
                transition-delay: 0.5s;
            }

.search__popup-2 {
    background-color: var(--tv-common-black-13);
}

    .search__popup-2 .search__input .search-input-field ~ .search-focus-border {
        background-color: var(--tv-theme-8);
    }

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
    background-color: var(--tv-theme-10);
}

.search__top {
    margin-bottom: 80px;
}

.search__input {
    position: relative;
    height: 80px;
    transition-delay: 0.5s;
    opacity: 0;
}

    .search__input::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        transition-delay: 0.3s;
    }

    .search__input input {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 24px;
        color: var(--tv-common-white);
        border-bottom: 1px solid transparent;
        padding: 0;
        padding-right: 30px;
    }

        .search__input input::-webktv-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input:-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

    .search__input button {
        position: absolute;
        top: 50%;
        right: 0;
        -webktv-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: var(--tv-common-white);
    }

    .search__input .search-input-field ~ .search-focus-border {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: var(--tv-common-orange);
        -webktv-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .search__input .search-input-field:focus ~ .search-focus-border {
        width: 100%;
        left: 0;
        right: auto;
        -webktv-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}

    .search__close-btn:hover {
        color: var(--tv-common-white);
    }

.search__result-title {
    font-size: 50px;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

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

@media (max-width: 575px) {
    .search__result-title {
        font-size: 35px;
    }
}

.search__result-title span {
    color: var(--tv-theme-1);
    display: inline-block;
}

.search__result-content p {
    font-size: 16px;
    line-height: 1.62;
    color: var(--tv-text-1);
}

.search__result-input {
    position: relative;
}

.search__result-input-box {
    position: relative;
    margin-bottom: 20px;
}

    .search__result-input-box button {
        position: absolute;
        top: 0;
        right: 0;
        padding: 22px 43px;
    }

@media (max-width: 575px) {
    .search__result-input-box button {
        position: relative;
        margin-top: 15px;
    }
}

.search__result-input-box button:hover {
    background-color: var(--tv-common-black);
}

.search__result-input input {
    width: 100%;
    height: 70px;
    padding-left: 60px;
    padding-right: 177px;
    background-color: var(--tv-common-white);
    border: 1px solid var(--tv-common-white);
    box-shadow: -3px 0px 0px var(--tv-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}

@media (max-width: 575px) {
    .search__result-input input {
        padding-right: 25px;
    }
}

.search__result-input span {
    position: absolute;
    top: 50%;
    left: 30px;
    -webktv-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #A0A0B5;
}

    .search__result-input span svg {
        -webktv-transform: translateY(-2px);
        transform: translateY(-2px);
    }

.search__result-tags a {
    display: inline-block;
    font-family: var(--tv-ff-space);
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #D5D5DD;
    padding: 5px 18px;
    line-height: 1;
    margin-right: 2px;
    margin-bottom: 7px;
}

    .search__result-tags a:hover {
        background-color: var(--tv-theme-1);
        border-color: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

.search__blog-item {
    padding: 50px 50px;
    border: 1px solid #EAEAEF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search__blog-item {
        padding: 30px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search__blog-item {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .search__blog-item {
        padding: 20px;
    }
}

.search__blog-title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search__blog-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search__blog-title {
        font-size: 21px;
    }

        .search__blog-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .search__blog-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .search__blog-title {
        font-size: 25px;
    }
}

.search__blog-title a:hover {
    color: var(--tv-theme-1);
}

.search__blog-tag {
    margin-bottom: 10px;
}

    .search__blog-tag a {
        display: inline-block;
        background-color: rgba(99, 100, 219, 0.06);
        font-family: var(--tv-ff-space);
        font-weight: 500;
        font-size: 15px;
        line-height: 1;
        color: var(--tv-common-purple);
        padding: 4px 12px;
    }

        .search__blog-tag a:hover {
            background-color: var(--tv-common-purple);
            color: var(--tv-common-white);
        }

.search__blog-meta span {
    color: var(--tv-text-1);
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

    .search__blog-meta span i, .search__blog-meta span svg {
        margin-right: 2px;
    }

    .search__blog-meta span svg {
        -webktv-transform: translateY(-1px);
        transform: translateY(-1px);
    }

        .search__blog-meta span svg path {
            stroke: #7A7E83;
        }

.search__blog-meta-author {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search__blog-meta-author {
        margin-right: 20px;
    }
}

.search__blog-meta-author-thumb img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.search__blog-meta-author-content span {
    display: inline-block;
    font-family: var(--tv-ff-inter);
    font-size: 14px;
    color: #7A7E83;
}

    .search__blog-meta-author-content span a {
        color: var(--tv-common-black-11);
        font-weight: 500;
    }

        .search__blog-meta-author-content span a:hover {
            color: var(--tv-theme-1);
        }

.search__blog-content p {
    font-size: 15px;
    line-height: 1.47;
    color: var(--tv-text-1);
    margin-bottom: 20px;
}

.search__blog-btn .tv-btn-border {
    padding: 8px 29px;
}

    .search__blog-btn .tv-btn-border svg, .search__blog-btn .tv-btn-border i {
        margin-left: 5px;
    }

    .search__blog-btn .tv-btn-border svg {
        -webktv-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .search__blog-btn .tv-btn-border:hover {
        background-color: var(--tv-theme-1);
        border-color: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

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

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

#ball {
    position: fixed;
    display: flex;
    align-items: center;
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    justify-content: center;
    mix-blend-mode: difference;
    color: var(--tv-theme-1);
}

    /* Ball view 
============= */
    #ball .ball-view {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 500;
        color: #222;
        line-height: 1.3;
        text-align: center;
        transform: scale(0);
    }

        #ball .ball-view i {
            font-size: 19px;
        }

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

        #ball .ball-drag::before,
        #ball .ball-drag::after {
            position: absolute;
            top: 50%;
            margin-top: -5px;
            font-size: 19px;
            color: #FFF;
            height: 10px;
            line-height: 10px;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webktv-font-smoothing: antialiased;
        }

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

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

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

    #ball .ball-close {
        position: absolute;
        padding: 0 5px;
        font-size: 14px;
        font-weight: 600;
        color: #FFF;
        line-height: 1;
        text-align: center;
    }

.tv-toggle-btn-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

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

.technology-button-wrap .nav.nav-techs {
    justify-content: space-between;
    background-color: var(--tv-gray-1);
    border-radius: 8px;
    padding: 10px 12px;
}

    .technology-button-wrap .nav.nav-techs .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: var(--tv-heading-primary);
        padding: 16px 18px;
        border-radius: 6px;
        background-color: transparent;
    }

        .technology-button-wrap .nav.nav-techs .nav-link.active {
            background-color: var(--tv-theme-1);
            color: var(--tv-common-white);
            padding: 16px 18px;
            border-radius: 6px;
        }

.single-tech-box {
    text-align: center;
}

    .single-tech-box .content {
        background-color: var(--tv-gray-1);
        padding: 33px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

        .single-tech-box .content h3 {
            margin-top: 24px;
            margin-bottom: 0;
            font-size: 36px;
        }

    .single-tech-box p {
        margin-bottom: 0;
        font-size: 18px;
        color: var(--tv-heading-primary);
        text-transform: uppercase;
    }

.modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.modal-wrapper {
    position: relative;
    z-index: 999999999;
}

.modal {
    overflow-y: scroll;
    overflow-x: hidden;
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
}

.btn-close {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 99999999999;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: var(--tv-common-black);
    background-color: #fff !important;
    border: 1px solid rgba(25, 25, 26, 0.2);
    opacity: 1;
    transition: 0.3s;
}

    .btn-close:hover {
        border-color: var(--tv-common-black) !important;
        transform: rotate(180deg);
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 1;
    }

.modal-body {
    padding: 0;
}

.modal-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tv-product-modal .modal-dialog {
    width: 1200px;
}

.tv-product-modal .modal-content {
    padding: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-product-modal .modal-content {
        padding: 80px 20px;
        width: 75%;
    }
}

@media (max-width: 575px) {
    .tv-product-modal .modal-content {
        padding: 80px 20px;
        width: 100%;
    }
}

.tv-product-modal-close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: var(--tv-common-black);
    color: var(--tv-common-white);
    transition: 0.3s;
}

    .tv-product-modal-close-btn:hover {
        background-color: var(--tv-theme-1);
    }

.tv-product-modal-content .tab-content {
    background-color: var(--tv-gray-1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tv-product-details-content {
    position: relative;
    padding: 50px 25px 40px;
}

.tv-product-details-category span {
    font-size: 16px;
    line-height: 1;
    font-family: var(--tv-ff-heading);
}

.tv-product-details-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    font-family: var(--tv-ff-heading);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-product-details-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

.tv-product-details-stock {
    margin-right: 12px;
}

    .tv-product-details-stock span {
        display: inline-block;
        font-size: 15px;
        line-height: 1;
        padding: 4px 12px;
        color: var(--tv-common-black);
        font-family: var(--tv-ff-heading);
        background-color: var(--tv-gray-1);
    }

.tv-product-details-rating {
    margin-right: 11px;
    align-items: center;
}

    .tv-product-details-rating span {
        font-size: 12px;
        color: #FFB21D;
    }

        .tv-product-details-rating span:not(:last-child) {
            margin-right: 3px;
        }

.tv-product-details-price {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tv-common-black);
}

    .tv-product-details-price.new-price {
        color: var(--tv-common-black);
    }

    .tv-product-details-price.old-price {
        font-weight: 400;
        font-size: 16px;
        text-decoration-line: line-through;
        color: #767A7D;
    }

.tv-product-details-wrapper > p {
    font-size: 15px;
    line-height: 1.7;
    font-family: var(--tv-ff-heading);
}

    .tv-product-details-wrapper > p span {
        font-weight: 500;
        color: var(--tv-common-black);
        font-family: var(--tv-ff-heading);
    }

.tv-product-details-price {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tv-common-black);
}

    .tv-product-details-price.old-price {
        font-weight: 400;
        font-size: 16px;
        text-decoration-line: line-through;
        color: #767A7D;
    }

.tv-product-details-action-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
    font-family: var(--tv-ff-heading);
}

.tv-product-details-action-wrapper {
    margin-bottom: 17px;
}

    .tv-product-details-action-wrapper .tv-btn {
        padding: 15.9px 40px;
        border-radius: 100px;
    }

        .tv-product-details-action-wrapper .tv-btn.orange-2-btn:hover {
            color: var(--tv-theme-1);
            border: 2px solid var(--tv-theme-1);
        }

        .tv-product-details-action-wrapper .tv-btn.black-bg:hover {
            color: var(--tv-common-black);
            border: 2px solid var(--tv-common-black);
        }

            .tv-product-details-action-wrapper .tv-btn.black-bg:hover i, .tv-product-details-action-wrapper .tv-btn.black-bg:hover svg {
                color: var(--tv-common-black);
            }

.tv-product-details-action-sm-btn {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: var(--tv-ff-heading);
    color: var(--tv-common-black);
}

@media (max-width: 575px) {
    .tv-product-details-action-sm-btn {
        font-size: 12px;
    }
}

.tv-product-details-action-sm-btn:not(:last-child) {
    margin-right: 10px;
}

.tv-product-details-action-sm-btn i, .tv-product-details-action-sm-btn svg {
    margin-right: 2px;
}

.tv-product-details-action-sm-btn:hover {
    color: var(--tv-theme-1);
}

.tv-product-details-thumb-wrapper .nav-tab .nav-link {
    width: 100px;
    height: 107px;
    position: relative;
    margin: 0px 4px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: var(--tv-gray-1);
    border: 1px solid transparent;
}

    .tv-product-details-thumb-wrapper .nav-tab .nav-link:last-child {
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .tv-product-details-thumb-wrapper .nav-tab .nav-link:last-child {
        margin-bottom: 10px;
    }
}

.tv-product-details-thumb-wrapper .nav-tab .nav-link.active {
    border: 1px solid var(--tv-theme-1);
}

.tv-product-details-thumb-wrapper {
    margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-product-details-thumb-wrapper {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.tv-product-details-thumb-wrapper .nav-tab {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .tv-product-details-action-item-wrapper {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-product-details-action-item-wrapper {
        flex-wrap: nowrap;
    }
}

.tv-section-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
}

.tv-section-title-box p {
    margin-top: 40px;
}

.tv-section-title span {
    color: var(--tv-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-section-title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-section-title {
        font-size: 37px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-section-title {
        font-size: 40px;
    }

        .tv-section-title br {
            display: none;
        }
}

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

        .tv-section-title br {
            display: none;
        }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-section-title {
        font-size: 36px;
    }
}

.tv-section-subtitle {
    display: inline-block;
    color: var(--tv-theme-1);
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tv-ff-heading);
}

@media (max-width: 575px) {
    .tv-section-subtitle {
        font-size: 14px;
    }
}

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

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only, .ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-checkboxradio-disabled, .ui-state-disabled {
    pointer-events: none;
}

.ui-datepicker .ui-icon, .ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-helper-reset, .ui-menu {
    outline: 0;
    list-style: none;
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-autocomplete, .ui-menu .ui-menu {
    position: absolute;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}

.ui-button, .ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-button, .ui-menu-icons, .ui-resizable {
    position: relative;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button, .ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webktv-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    overflow: visible;
}

    .ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
        z-index: 9999;
    }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.9em;
        border-collapse: collapse;
        margin: 0 0 0.4em;
    }

    .ui-datepicker th {
        padding: 0.7em 0.3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: 0.2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: 0.7em 0 0;
        padding: 0 0.2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: 0.5em 0.2em 0.4em;
            cursor: pointer;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 0.1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 0.3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0.5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: 0.5em;
        padding: 0.3em 1em 0.5em 0.4em;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: 0.5em 0.4em 0.5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
    touch-action: none;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 0.8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max, .ui-spinner-up {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 2em 0.2em 0.4em;
    vertical-align: middle;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0.2em 0.2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px 0.2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: 0.5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget, .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

    .ui-widget-content a, .ui-widget-header a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

    .ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545;
    }

        .ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: 400;
                color: #2b2b2b;
            }

                .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

    .ui-icon-background, .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff;
    }

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webktv-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  03. blog css start
/*----------------------------------------*/
.single-blog-item img {
    width: 100%;
}

.blog-meta span:not(:last-child) {
    margin-right: 32px;
}

.blog-meta span.date {
    position: relative;
}

    .blog-meta span.date:after {
        position: absolute;
        left: -20%;
        top: 50%;
        height: 8px;
        width: 8px;
        background: var(--tv-text-body);
        content: "";
        margin-top: -4px;
        border-radius: 50%;
    }

.single-blog-item.first .blog-content h2 {
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item.first .blog-content h2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 24px;
        line-height: 34px;
    }
}

.blog-content h2 {
    font-size: 24px;
    margin-top: 12px;
    line-height: 34px;
}

    .blog-content h2 a {
        color: var(--tv-heading-primary);
        transition: 0.3s all;
    }

        .blog-content h2 a:hover {
            color: var(--tv-theme-1);
        }

.single-blog-item.style-2 {
    background: var(--tv-common-white);
    border-radius: 50px 0 50px 0;
}

    .single-blog-item.style-2.style-5 {
        background-color: var(--tv-gray-1);
        border-radius: 18px;
    }

        .single-blog-item.style-2.style-5 img {
            height: 412px;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 18px 18px 0 0;
        }

    .single-blog-item.style-2 img {
        width: 100%;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item.style-2 {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-bottom: 30px;
    }
}

.single-blog-item.style-2 .blog-content {
    padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-item.style-2 .blog-content .blog-meta {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-item.style-2 .blog-content {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding: 20px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .single-blog-item.style-2 .blog-content h2 {
        /* only screen and (min-width: 1600px) and (max-width: 1800px) */
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-blog-item.style-2 .blog-content h2 {
        /* 'only screen and (min-width: 1400px) and (max-width: 1599px)' */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-blog-item.style-2 .blog-content h2 {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-item.style-2 .blog-content h2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 17px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-item.style-2 .blog-content h2 {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        font-size: 20px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-item.style-2 .blog-content h2 {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
    }
}

@media (max-width: 575px) {
    .single-blog-item.style-2 .blog-content h2 {
        /* '(max-width: 575px)' */
    }
}

.single-blog-item.style-2 .blog-content .read-more-btn {
    margin-top: 24px;
    display: block;
    transition: 0.3s all;
}

    .single-blog-item.style-2 .blog-content .read-more-btn i {
        margin-left: 6px;
    }

    .single-blog-item.style-2 .blog-content .read-more-btn:hover {
        color: var(--tv-heading-primary);
    }

.single-blog-item.style-2.style-3 {
    background: var(--tv-gray-1);
}

.tv-blog-list-wrap {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-blog-list-wrap {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-right: 0;
    }
}

.single-blog-item.blog-list .blog-content {
    padding: 40px;
    border: 1px solid rgba(88, 91, 111, 0.4);
    border-top: 0;
    border-radius: 0 0 50px 0;
}

    .single-blog-item.blog-list .blog-content h2 {
        font-size: 48px;
        line-height: 1.22;
        margin-bottom: 22px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog-item.blog-list .blog-content h2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item.blog-list .blog-content h2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item.blog-list .blog-content h2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 24px;
    }
}

.single-blog-item.blog-list .blog-content .read-more-btn i {
    margin-left: 6px;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-blog-area3 .tv-section-title-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-bottom: 30px;
    }
}

.single-blog-item3 {
    gap: 30px;
    border-radius: 18px;
    background-color: var(--tv-gray-1);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item3 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex-wrap: wrap;
        gap: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item3 .thumb {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        width: 100%;
    }
}

.single-blog-item3 .thumb img {
    height: 250px;
    width: 337px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 18px 0 0 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item3 .thumb img {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item3 .content {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding: 20px 30px;
    }
}

.single-blog-item3 .content .meta {
    margin-bottom: 20px;
}

    .single-blog-item3 .content .meta span {
        font-size: 16px;
        margin-right: 12px;
    }

        .single-blog-item3 .content .meta span.date {
            position: relative;
            padding-left: 20px;
        }

            .single-blog-item3 .content .meta span.date:after {
                position: absolute;
                left: 0;
                top: 50%;
                height: 8px;
                width: 8px;
                background-color: var(--tv-text-body);
                content: "";
                border-radius: 50%;
                transform: translateY(-50%);
            }

.single-blog-item3 .content h4 {
    font-size: 24px;
}

    .single-blog-item3 .content h4 a {
        color: var(--tv-ff-heading);
    }

.single-blog-item3 .content .btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tv-theme-1);
}

    .single-blog-item3 .content .btn3 i {
        margin-left: 6px;
    }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-blog-item3 .content .btn3.mt-60 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-top: 15px;
    }
}

.tv-widget.widget {
    padding: 40px 36px;
    background: var(--tv-gray-1);
    border-radius: 30px 0 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-widget.widget {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding: 20px;
    }
}

.tv-widget.widget h4 {
    margin-bottom: 24px;
}

.tv-widget.widget ul li.cat-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: var(--tv-common-white);
    border-radius: 10px 0 10px 0;
    margin-bottom: 16px;
    color: var(--tv-heading-primary);
    transition: 0.3s all;
}

    .tv-widget.widget ul li.cat-item a {
        color: var(--tv-heading-primary);
        transition: 0.3s all;
    }

    .tv-widget.widget ul li.cat-item:hover {
        background: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

        .tv-widget.widget ul li.cat-item:hover a {
            color: var(--tv-common-white);
        }

.tv-widget.widget .tagcloud {
    gap: 10px;
}

    .tv-widget.widget .tagcloud a {
        padding: 12px 18px;
        border-radius: 30px;
        transition: 0.3s all;
        border: 1px solid rgba(88, 91, 111, 0.3);
    }

        .tv-widget.widget .tagcloud a:hover {
            background: var(--tv-theme-1);
        }

.widget-latest-post {
    gap: 15px;
    margin-bottom: 14px;
    align-items: center;
}

    .widget-latest-post h6 {
        font-size: 18px;
        line-height: 1.3;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-latest-post h6 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 16px;
    }
}

.widget-latest-post h6 a {
    color: var(--tv-heading-primary);
}

.widget-latest-post .widget-thumb img {
    max-width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0 10px 0;
}

.widget-search-form {
    position: relative;
}

    .widget-search-form input {
        background: var(--tv-common-white);
        border-radius: 10px 0 10px 0;
    }

    .widget-search-form button {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 54px;
        width: 60px;
        background: var(--tv-theme-1);
        color: var(--tv-common-white);
        line-height: 54px;
        text-align: center;
        border-radius: 0 0 10px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-blog-list-wrap {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-bottom: 30px;
    }
}

.tv-blog-details-meta {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(88, 91, 111, 0.3);
    display: flex;
    gap: 28px;
}

@media (max-width: 575px) {
    .tv-blog-details-meta {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        flex-wrap: wrap;
    }
}

.tv-blog-details-meta span i {
    margin-right: 8px;
    color: var(--tv-theme-1);
}

.tv-blog-details p {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.7;
}

.tv-blog-details-thumb-img {
    margin: 44px 0;
    gap: 30px;
}

.tv-blog-details-content .blockquote {
    display: flex;
    padding: 28px;
    margin: 44px 0;
    gap: 24px;
    background: var(--tv-gray-1);
    border-radius: 10px;
    font-size: 20px;
    color: var(--tv-heading-primary);
}

.tv-blog-details-btm {
    padding: 24px 0;
    border-top: 1px solid rgba(88, 91, 111, 0.3);
    border-bottom: 1px solid rgba(88, 91, 111, 0.3);
    margin-top: 44px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-blog-details-btm {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        flex-wrap: wrap;
    }
}

.tv-blog-details-btm .tags {
    display: flex;
    gap: 8px;
    align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-blog-details-btm .tags {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
}

.tv-blog-details-btm .tags h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.tv-blog-details-btm .tags a {
    border-radius: 30px;
    border: 1px solid rgba(88, 91, 111, 0.3);
    text-align: center;
    color: var(--tv-text-body);
    padding: 11.5px 16px;
    transition: 0.3s all;
}

    .tv-blog-details-btm .tags a:hover {
        background: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

.tv-blog-details-btm .social-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .tv-blog-details-btm .social-share h6 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
    }

    .tv-blog-details-btm .social-share a {
        font-size: 16px;
        color: var(--tv-heading-primary);
        transition: 0.3s all;
    }

        .tv-blog-details-btm .social-share a:hover {
            color: var(--tv-theme-1);
        }

        .tv-blog-details-btm .social-share a:not(:last-child) {
            margin-right: 16px;
        }

.tv-blog-details-post-comment h2 {
    margin-bottom: 30px;
}

.tv-blog-details-post-comment Ul {
    list-style: none;
}

    .tv-blog-details-post-comment Ul li ul.children {
        margin-left: 80px;
    }

.tv-blog-details-post-comment .single-comment-wrap {
    gap: 24px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-blog-details-post-comment .single-comment-wrap {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        flex-wrap: wrap;
    }
}

.tv-blog-details-post-comment .single-comment-wrap .comment-author-img img {
    max-width: 90px;
}

.tv-blog-details-post-comment .single-comment-wrap .comment-content .comment-reply-link {
    display: block;
    margin-top: 10px;
}

.tv-postbox-comment-form p {
    font-size: 16px;
}

.tv-pagination ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 4px;
}

    .tv-pagination ul li a {
        width: 60px;
        height: 57px;
        line-height: 57px;
        font-weight: 600;
        font-size: 15px;
        transition: 0.3s;
        display: inline-block;
        background-color: var(--tv-gray-1);
        text-align: center;
        color: var(--tv-common-black);
        border-radius: 5px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pagination ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.tv-pagination ul li a i {
    font-size: 20px;
}

.tv-pagination ul li.current a {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.tv-pagination ul li:hover a {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

/*--- details css start ---*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-area .tv-pro-details-text-2 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-area .tv-pro-details-text-2 {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-area .tv-pro-details-thumb img {
        width: 100%;
    }
}

.postbox-dsc p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.76;
    margin-right: 25px;
    color: var(--tv-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-dsc p {
        font-size: 14px;
        margin-right: 0;
    }
}

.postbox-title {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-title {
        font-size: 29px;
    }

        .postbox-title br {
            display: none;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-title {
        font-size: 30px;
    }

        .postbox-title br {
            display: none;
        }
}

@media (max-width: 575px) {
    .postbox-title {
        font-size: 24px;
    }

        .postbox-title br {
            display: none;
        }
}

.postbox-list ul {
    margin-left: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-list ul {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-list ul {
        margin-left: 0;
    }
}

.postbox-list ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}

    .postbox-list ul li:not(:last-child) {
        margin-bottom: 14px;
    }

    .postbox-list ul li span {
        font-weight: 500;
        font-size: 20px;
        font-family: var(--tv-ff-heading);
        color: var(--tv-common-black);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-list ul li span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-list ul li span {
        font-size: 16px;
    }

        .postbox-list ul li span br {
            display: none;
        }
}

.postbox-list ul li span svg, .postbox-list ul li span i {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--tv-theme-1);
}

.postbox-list.style-2 {
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-list.style-2 {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .postbox-tag {
        margin-bottom: 20px;
    }
}

.postbox-tag-title {
    font-weight: 600;
    font-size: 15px;
    color: var(--tv-common-black);
    margin: 0;
    margin-right: 18px;
}

.postbox-tag-content a {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #525252;
    transition: 0.3s;
    margin-right: 5px;
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .postbox-tag-content a {
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
    }
}

.postbox-tag-content a:hover {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.postbox-tag-box {
    padding: 17px 20px;
    background-color: var(--tv-gray-1);
}

.postbox-share-content a {
    font-size: 16px;
    display: inline-block;
    transition: 0.3s;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    color: var(--tv-common-black);
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-share-content a {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}

.postbox-share-content a:not(:last-child) {
    margin-right: 7px;
}

.postbox-share-content a:hover {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.postbox-blockquote {
    padding: 40px 60px;
    background-color: var(--tv-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-blockquote {
        padding: 35px 40px 35px 40px;
    }
}

.postbox-blockquote > span {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.45;
    display: block;
    margin-bottom: 15px;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-blockquote > span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-blockquote > span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .postbox-blockquote > span {
        font-size: 16px;
    }

        .postbox-blockquote > span br {
            display: none;
        }
}

.postbox-blockquote i {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

    .postbox-blockquote i::before {
        width: 27px;
        height: 1px;
        content: "";
        margin-right: 12px;
        display: inline-block;
        transform: translateY(-4px);
        background-color: var(--tv-common-white);
    }

.postbox-blockquote .quote {
    position: absolute;
    bottom: 10%;
    right: 7%;
    margin-bottom: 0;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .postbox-blockquote .quote {
        display: none;
    }
}

.postbox-user-thumb {
    flex: 0 0 auto;
}

    .postbox-user-thumb img {
        height: 80px;
        width: 80px;
        margin-right: 28px;
    }

@media (max-width: 575px) {
    .postbox-user-thumb img {
        height: 70px;
        width: 70px;
    }
}

.postbox-user-info .user-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--tv-ff-heading);
    margin-bottom: 10px;
}

.postbox-user-info span {
    font-weight: 400;
    font-size: 13px;
    display: block;
    font-family: var(--tv-ff-plus-jakarta);
}

.postbox-user-info p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
    margin-right: 10px;
    color: #525252;
    font-family: var(--tv-ff-plus-jakarta);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-user-info p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .postbox-user-info p {
        font-size: 14px;
        margin-right: 0;
    }
}

.postbox-comment-title {
    font-weight: 700;
    font-size: 30px;
    color: var(--tv-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-comment-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .postbox-comment-title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-comment-title {
        font-size: 26px;
    }
}

.postbox-comment-content ul li {
    list-style-type: none;
    margin-bottom: 30px;
    display: inline-block;
}

    .postbox-comment-content ul li.children {
        margin-left: 75px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .postbox-comment-content ul li.children {
        margin-left: 0;
    }
}

.postbox-comment-user {
    padding: 30px;
    border: 1px solid #e2e1e1;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .postbox-comment-user {
        padding: 35px 25px;
    }
}

@media (max-width: 575px) {
    .postbox-comment-user {
        padding: 35px 25px;
        flex-wrap: wrap;
    }
}

.postbox-comment-user .Rating {
    position: absolute;
    bottom: 8%;
    right: 25px;
}

@media (max-width: 575px) {
    .postbox-comment-user .Rating {
        margin-top: 25px;
        position: static;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox-comment-user .Rating {
        margin-top: 0;
        position: absolute;
    }
}

.postbox-comment-user .Rating span {
    font-weight: 600;
    font-size: 18px;
    transition: 0.3s;
    display: block;
    margin-bottom: 3px;
    text-transform: capitalize;
    color: var(--tv-common-black);
    font-family: var(--tv-ff-plus-jakarta);
}

.postbox-comment-user .Rating i {
    font-size: 12px;
    color: #f95805;
}

.postbox-comment-user .Rating b {
    font-weight: 400;
    font-size: 13px;
    font-family: var(--tv-ff-plus-jakarta);
}

.postbox-review-input input {
    font-size: 14px;
    padding: 0px 20px;
    height: 55px;
    line-height: 55px;
    background-color: var(--tv-gray-1);
    color: var(--tv-common-black);
    border-radius: 10px 0 10px 0;
}

@media (max-width: 575px) {
    .postbox-review-input input {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.postbox-review-input input:focus {
    border: 1px solid var(--tv-theme-1);
}

.postbox-review-input input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tv-heading-primary);
}

.postbox-review-input input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tv-heading-primary);
}

@media (max-width: 575px) {
    .postbox-review-input input::-moz-placeholder {
        font-size: 14px;
    }

    .postbox-review-input input::placeholder {
        font-size: 14px;
    }
}

.postbox-review-textarea textarea {
    height: 210px;
    padding: 20px 20px;
    font-size: 16px;
    background-color: var(--tv-gray-1);
    border-radius: 10px 0 10px 0;
}

@media (max-width: 575px) {
    .postbox-review-textarea textarea {
        height: 170px;
    }
}

.postbox-review-textarea textarea:focus {
    border: 1px solid var(--tv-theme-1);
}

.postbox-review-textarea textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tv-heading-primary);
}

.postbox-review-textarea textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tv-heading-primary);
}

@media (max-width: 575px) {
    .postbox-review-textarea textarea::-moz-placeholder {
        font-size: 14px;
    }

    .postbox-review-textarea textarea::placeholder {
        font-size: 14px;
    }
}

.postbox-review-title {
    font-weight: 700;
    font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-review-title br {
        display: none;
    }
}

.postbox-review-form {
    padding: 50px 40px;
    padding-top: 45px;
    background-color: var(--tv-gray-1);
}

.postbox-details-wrapper {
    margin-right: 78px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-details-wrapper {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-details-wrapper {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-details-wrapper {
        margin-right: 0;
        margin-bottom: 70px;
    }
}

.postbox-details-wrapper .tv-blog-meta span:not(:last-child) {
    margin-bottom: 5px;
    display: inline-block;
}

.postbox-details-wrapper .tv-blog-meta span {
    padding-left: 30px;
}

    .postbox-details-wrapper .tv-blog-meta span svg, .postbox-details-wrapper .tv-blog-meta span i {
        top: 0px;
    }

    .postbox-details-wrapper .tv-blog-meta span:not(:last-child) {
        margin-right: 23px;
    }

.postbox-left-style .postbox-details-wrapper {
    margin-right: 0;
    margin-left: 78px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .postbox-left-style .postbox-details-wrapper {
        margin-right: 0;
        margin-left: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox-left-style .postbox-details-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-left-style .postbox-details-wrapper {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.postbox-left-style .sidebar-right {
    margin-left: 0;
    margin-right: -33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-left-style .sidebar-right {
        margin-right: 0;
    }
}

.postbox-style-2 .postbox-title {
    margin-bottom: 15px;
}

    .postbox-style-2 .postbox-title a:hover {
        color: var(--tv-theme-1);
    }

.postbox-style-2 .tv-btn-sm {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.postbox-video-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    background-color: var(--tv-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .postbox-video-btn {
        height: 60px;
        width: 60px;
        line-height: 55px;
    }
}

.postbox-video-btn i, .postbox-video-btn svg {
    padding-left: 5px;
    display: inline-block;
    color: var(--tv-common-white);
}

@media (max-width: 575px) {
    .postbox-video-btn i, .postbox-video-btn svg {
        width: 18px;
    }
}

.postbox-slider-arrow-wrap .postbox-arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 9;
}

.postbox-slider-arrow-wrap .postbox-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9;
}

.postbox-slider-arrow-wrap button {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
    color: var(--tv-common-black);
    background-color: var(--tv-common-white);
}

@media (max-width: 575px) {
    .postbox-slider-arrow-wrap button {
        font-size: 14px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.postbox-slider-arrow-wrap button:hover {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.postbox-content-box p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.76;
    color: var(--tv-common-black);
}

.sidebar-button button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

    .sidebar-button button i {
        color: var(--tv-common-black);
    }

.sidebar-contact {
    padding: 72px 16px 50px 16px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    z-index: 2;
}

    .sidebar-contact::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(24, 24, 24, 0.7);
        content: "";
        border-radius: 5px;
        z-index: -1;
    }

.sidebar-contact-call a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: var(--tv-common-white);
    margin-bottom: 20px;
}

.sidebar-contact-call i {
    display: block;
    font-size: 42px;
    color: var(--tv-theme-1);
    margin-bottom: 10px;
}

.sidebar-contact-time span {
    display: inline-block;
    font-size: 14px;
    color: var(--tv-common-white);
    margin-bottom: 15px;
}

.sidebar__main-thumb img {
    border-radius: 10px;
}

.sidebar__title {
    font-size: 45px;
    margin-bottom: 20px;
}

.sidebar__banner img {
    border-radius: 10px;
}

.sidebar__banner-right {
    padding: 46px 51px 50px 30px;
    background: var(--tv-grey-1);
    border-radius: 10px;
}

.sidebar__banner-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar__banner-list ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    color: var(--tv-common-black);
    margin-bottom: 10px;
}

    .sidebar__banner-list ul li i {
        position: absolute;
        color: var(--tv-theme-1);
        top: 3px;
        left: 0;
    }

.sidebar__content-title {
    font-size: 40px;
}

.sidebar__button a {
    text-transform: uppercase;
    border-radius: 50px;
}

.sidebar-widget {
    padding: 35px 25px;
    background-color: #F4F4F4;
}

.sidebar-widget-title {
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    color: var(--tv-common-black);
}

.sidebar-widget-list {
    width: 100%;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
    color: var(--tv-common-black);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s;
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-list {
        padding: 12px 15px;
    }
}

.sidebar-widget-list span {
    transition: 0.3s;
    color: var(--tv-common-black);
}

.sidebar-widget-list.active {
    background-color: var(--tv-theme-1);
    color: var(--tv-common-white);
}

    .sidebar-widget-list.active span {
        color: var(--tv-common-white);
    }

.sidebar-widget-list:hover {
    background-color: var(--tv-theme-1);
    border-color: var(--tv-theme-1);
    color: var(--tv-common-white);
}

    .sidebar-widget-list:hover span {
        color: var(--tv-common-white);
    }

.sidebar-widget-quote {
    padding: 50px 60px;
    padding-bottom: 40px;
    border-radius: 10px;
}

@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: 575px) {
    .sidebar-widget-quote {
        padding: 50px 20px;
        padding-bottom: 40px;
    }
}

.sidebar-widget-quote h5 {
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 15px;
    font-family: var(--tv-ff-body);
}

.sidebar-widget-quote span {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    display: block;
    margin-bottom: 25px;
}

.sidebar-widget-quote .quote-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
    mix-blend-mode: luminosity;
}

.sidebar-widget-social a {
    height: 52px;
    width: 52px;
    line-height: 52px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #F2EBE9;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget-social a {
        height: 44px;
        width: 44px;
        line-height: 44px;
    }
}

.sidebar-widget-social a:not(:last-child) {
    margin-right: 10px;
}

.sidebar-widget-social a:hover {
    border: 1px solid var(--tv-theme-1);
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.sidebar-right {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .sidebar-right {
        margin-left: 0;
    }
}

.sidebar-search-box input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    padding-right: 60px;
    color: var(--tv-common-black);
    background-color: var(--tv-common-white);
    outline: none;
    border: 1px solid transparent;
}

    .sidebar-search-box input::-moz-placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #525252;
    }

    .sidebar-search-box input::placeholder {
        font-weight: 400;
        font-size: 16px;
        color: #525252;
    }

    .sidebar-search-box input:focus {
        border: 1px solid var(--tv-theme-1);
    }

.sidebar-search-button button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    border-radius: 50%;
    display: inline-block;
    color: var(--tv-common-black);
    font-size: 18px;
}

.categories a {
    position: relative;
    padding: 15px 0px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    color: #8A879F;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: 0.3s;
}

    .categories a:hover {
        color: var(--tv-common-black);
    }

        .categories a:hover i {
            right: -5px;
        }

    .categories a i {
        position: absolute;
        right: 0;
        transition: 0.3s;
    }

.tagcloud a {
    display: inline-block;
    line-height: 1;
    padding: 12px 15px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    color: #4B4B4B;
    border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tagcloud a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        font-size: 13px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tagcloud a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tagcloud a {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .tagcloud a {
        font-size: 13px;
        padding: 13px 10px;
        margin-right: 5px;
    }
}

.tagcloud a:hover {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
}

.tagcloud span {
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    color: #202124;
    margin-right: 8px;
}

.rc-post-thumb {
    flex: 0 0 auto;
}

    .rc-post-thumb img {
        height: 100px;
        width: 100px;
    }

.rc-post-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    color: var(--tv-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rc-post-title {
        font-size: 15px;
    }
}

.rc-post-title a {
    transition: 0.3s;
}

    .rc-post-title a:hover {
        color: var(--tv-theme-1);
    }

.rc-meta i {
    margin-right: 10px;
    color: var(--tv-theme-1);
}

.rc-meta span {
    font-weight: 400;
    font-size: 15px;
    color: #525252;
    display: block;
    margin-bottom: 15px;
}

    .rc-meta span svg {
        margin-right: 10px;
        transform: translateY(-2px);
    }

/*----------------------------------------*/
/*  11. footer css start
/*----------------------------------------*/
.tv-footer-widget-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--tv-common-white);
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-footer-widget-title {
        font-size: 20px;
    }
}

.tv-footer-widget-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 28px;
    color: var(--tv-gray-1);
    text-align: justify;
}

@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: 575px) {
    .tv-footer-widget-text p {
        font-size: 14px;
    }

        .tv-footer-widget-text p br {
            display: none;
        }
}

.tv-footer-widget-menu ul li {
    list-style-type: none;
}

    .tv-footer-widget-menu ul li:not(:last-child) {
        margin-bottom: 24px;
    }

    .tv-footer-widget-menu ul li a {
        transition: 0.3s;
        font-weight: 400;
        font-size: 18px;
        color: var(--tv-gray-1);
        position: relative;
    }

        .tv-footer-widget-menu ul li a:hover {
            /*color: var(--tv-theme-1);*/
            color: var(--tv-gray-1);
        }

.tv-footer-widget-input-box span {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-family: var(--tv-ff-heading);
}

.tv-footer-widget-input-box form.input-wrap {
    width: 265px;
    display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-footer-widget-input-box form.input-wrap {
        width: 75%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-footer-widget-input-box form.input-wrap {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .tv-footer-widget-input-box form.input-wrap {
        width: 80%;
    }
}

.tv-footer-widget-input-box form input {
    line-height: 45px;
    padding-right: 50px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0);
    color: #F1F2EA;
}

    .tv-footer-widget-input-box form input::-moz-placeholder {
        color: #F1F2EA;
    }

    .tv-footer-widget-input-box form input::placeholder {
        color: #F1F2EA;
    }

    .tv-footer-widget-input-box form input:focus {
        border-color: var(--tv-theme-1);
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-footer-widget-input-box form input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 20px;
    }
}

.tv-footer-widget-input-box button {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    padding: 0;
}

.tv-footer-widget-tel-box {
    position: relative;
    padding-left: 26px;
}

    .tv-footer-widget-tel-box a {
        font-weight: 400;
        font-size: 17px;
        line-height: 1.76;
        color: var(--tv-common-white);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-footer-widget-tel-box a {
        font-size: 14px;
    }
}

.tv-footer-widget-tel-box span {
    position: absolute;
    top: 4px;
    left: 0;
}

@media (max-width: 575px) {
    .tv-footer-widget-social {
        margin-top: 15px;
    }
}

.tv-footer-widget-social a {
    font-size: 16px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 8px 0 8px 0;
    display: inline-block;
    color: var(--tv-heading-primary);
    background: var(--tv-common-white);
    transition: 0.3s all;
}

@media (max-width: 575px) {
    .tv-footer-widget-social a {
        font-size: 14px;
    }
}

.tv-footer-widget-social a:not(:last-child) {
    margin-right: 5px;
}

.tv-footer-widget-social a:hover {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
}

.tv-footer-col-2 {
    margin-left: 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-footer-col-2 {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-footer-col-2 {
        margin-left: 40px;
    }
}

@media (max-width: 575px) {
    .tv-footer-col-2 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-footer-col-2 {
        margin-left: 30px;
    }
}

.tv-footer-col-3 {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-footer-col-3 {
        margin-left: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-footer-col-3 {
        margin-left: 0;
    }
}

.tv-footer-col-4 {
    margin-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-footer-col-4 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-footer-col-4 {
        margin-left: 40px;
    }
}

@media (max-width: 575px) {
    .tv-footer-col-4 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-footer-col-4 {
        margin-left: 30px;
    }
}

.tv-footer-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tv-footer-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-copyright-left {
        margin-bottom: 10px;
    }
}

.tv-copyright-left p {
    font-weight: 400;
    font-size: 14px;
    color: var(--tv-common-white);
}

    .tv-copyright-left p a {
        /*color: var(--tv-theme-1);*/
        color: #9fbcff;
    }

.tv-copyright-border {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.tv-copyright-link a {
    color: var(--tv-common-white);
}

.tv-copyright-link span {
    display: inline-block;
    margin: 0 12px;
    color: var(--tv-common-white);
}

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

    .tv-footer-widget-contact-info ul li {
        margin-bottom: 16px;
    }

        .tv-footer-widget-contact-info ul li a {
            color: var(--tv-common-white);
            font-size: 16px;
            font-weight: 400;
            line-height: 28px;
        }

            .tv-footer-widget-contact-info ul li a i {
                margin-right: 10px;
            }

.tv-footer-top-area-form {
    background: var(--tv-theme-1);
    padding: 24px;
    margin-bottom: 80px;
    border-radius: 50px 0 50px 0;
    align-items: center;
}

@media (max-width: 575px) {
    .tv-footer-top-area-form {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        padding: 30px;
    }
}

.tv-footer-top-heading h2 {
    font-size: 60px;
    color: var(--tv-common-white);
    line-height: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-footer-top-heading h2 {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .tv-footer-top-heading h2 {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        font-size: 32px;
        line-height: 42px;
    }
}

.tv-footer-top-form {
    /*margin-left: 180px;*/
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-form {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        margin-left: 0;
        margin-top: 30px;
    }
}

.tv-footer-top-form button {
    position: absolute;
    right: 1%;
    top: 10%;
    padding: 9px 32px;
    border-radius: 10px 0 10px 0;
}

.tv-footer-top-form input {
    border: none;
    border-radius: 10px 0 10px 0;
}

.tv-footer-top-form .tv-btn-orange::after {
    border-radius: 10px 0 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-widget-social {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        text-align: center;
        margin-top: 20px;
    }
}

.tv-footer-widget-social.style-2 a {
    border-radius: 50%;
}

.footer-wrap-3 .tv-footer-top-area {
    margin-bottom: 44px;
    color: var(--tv-common-white);
    font-size: 16px;
}

.footer-wrap-3 P {
    margin: 0;
}

.footer-wrap-3 .tv-copyright-border {
    padding: 30px 0;
}

.footer-wrap-3 .tv-footer-widget-social.style-2 a {
    background-color: var(--tv-gray-2);
    color: var(--tv-common-white);
}

    .footer-wrap-3 .tv-footer-widget-social.style-2 a:hover {
        background-color: var(--tv-theme-1);
    }

.tv-footer-top-left h1 {
    font-size: 100px;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-footer-top-left h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-footer-top-left h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 68px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-left h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 45px;
    }
}

.tv-footer-top-right {
    margin-left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-right {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-right {
        margin-top: 30px;
    }
}

.tv-footer-top-right p {
    color: var(--tv-common-white);
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-right p {
        font-size: 14px;
    }
}

.tv-footer-top-right.widget ul {
    justify-content: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-right.widget ul {
        margin-top: 93px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-right.widget ul {
        justify-content: start;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-top-right .tv-btn-primary.mt-50 {
        margin-top: 30px;
    }
}

.tv-footer-wrap .widget ul {
    list-style: none;
    margin-top: 130px;
    display: flex;
    gap: 44px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-footer-wrap .widget ul {
        margin-top: 50px;
    }
}

.tv-footer-wrap .widget ul li a {
    color: var(--tv-common-white);
    font-size: 16px;
    font-weight: 500;
}

/*----------------------------------------*/
/*  13. header css start
/*----------------------------------------*/
.tv-header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.tv-header-top-ptb {
    padding: 5px 0;
}

@media (max-width: 575px) {
    .tv-header-top-list-box {
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-header-top-list-box {
        text-align: start;
    }
}

.tv-header-top-list-box ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding-right: 35px;
    margin-right: 35px;
    border-right: 1px solid #0A165E;
}

@media (max-width: 575px) {
    .tv-header-top-list-box ul li {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .tv-header-logo h1 {
        font-size: 22px;
    }

    .tv-header-logo h6 {
        font-size: 12px;
    }

    .navbar-brand img {
        height: 50px !important;
        width: auto;
    }
}

.tv-header-top-list-box ul li:last-child {
    border-right: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-header-top-list-box ul li:last-child {
        margin-right: 0;
    }
}

@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) {
    .tv-header-top-list-box ul li:nth-child(2) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
}

.tv-header-top-list-box ul li span {
    display: inline-block;
    font-family: var(--tv-ff-body);
    color: var(--tv-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-header-top-list-box ul li span {
        font-size: 13px;
    }
}

.tv-header-top-list-box ul li span svg, .tv-header-top-list-box ul li span i {
    top: 1px;
    left: 0;
    font-size: 20px;
    color: var(--tv-heading-primary);
    margin-right: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-header-top-list-box ul li span svg, .tv-header-top-list-box ul li span i {
        font-size: 16px;
        top: 3px;
    }
}

.tv-header-top-list-box ul li span a {
    transition: 0.3s;
    color: var(--tv-heading-primary);
}

    .tv-header-top-list-box ul li span a:hover {
        color: var(--tv-theme-1);
    }

.tv-header-top-social-box a {
    font-size: 13.5px;
    display: inline-block;
    transition: 0.3s;
    color: var(--tv-text-body);
    height: 30px;
    width: 30px;
    border: 1.26px solid;
    text-align: center;
    border-radius: 50%;
}

    .tv-header-top-social-box a:not(:last-child) {
        margin-right: 10px;
    }

    .tv-header-top-social-box a:hover {
        color: var(--tv-common-white);
        background-color: var(--tv-theme-1);
    }

.tv-header-top-contact a {
    font-family: var(--tv-ff-body);
    color: var(--tv-common-white);
    transition: 0.3s;
}

    .tv-header-top-contact a:hover {
        color: var(--tv-theme-1);
    }

.tv-header-top-contact span {
    display: inline-block;
    color: var(--tv-common-white);
    margin: 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-header-ptb {
        padding: 15px 0;
    }
}

.tv-header-menu > nav > ul {
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-header-menu > nav > ul {
        margin-left: 10px;
    }
}

.tv-header-menu > nav > ul > li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 11px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-header-menu > nav > ul > li {
        margin: 0px 10px;
    }
}

.tv-header-menu > nav > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    /*padding: 43px 0;*/
    padding: 35px 0;
    display: inline-block;
    color: var(--tv-heading-primary);
    font-family: var(--tv-ff-body);
    padding-bottom: 29px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-header-menu > nav > ul > li > a {
        padding: 30px 0;
        font-size: .8em;
    }
}

.tv-header-bar button span {
    margin-left: 20px;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 45px;
    color: var(--tv-text-body);
    background-color: var(--tv-gray-1);
    transition: 0.3s;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    line-height: 52px;
    border: 1px solid rgba(88, 91, 111, 0.2);
}

@media (max-width: 575px) {
    .tv-header-bar button span {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .tv-header-bar button span svg {
        width: 18px;
    }
}

.tv-header-search {
    margin-right: 24px;
    height: 52px;
    width: 52px;
    background: #F5F6F7;
    border-radius: 50%;
    border: 1px solid rgba(88, 91, 111, 0.2);
    color: var(--tv-text-body);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-header-search {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .tv-header-search {
        display: none;
    }
}

.tv-header-style-2 .tv-header-menu > nav > ul > li > a {
    padding: 30px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-header-right-action .tv-btn-orange {
        font-size: 15px;
        padding: 18px 25px;
    }
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: var(--tv-common-white);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}

    .header-sticky .tv-header-menu > nav > ul > li > a {
        padding: 27px 0;
    }

    .header-sticky.tv-header-style-4 {
        background-color: var(--tv-common-red);
    }

        .header-sticky.tv-header-style-4 .tv-header-wrap::after {
            border-radius: 0;
        }

    .header-sticky.tv-header-style-2 {
        background-color: var(--tv-common-white);
    }

        .header-sticky.tv-header-style-2 .tv-header-border::after {
            display: none;
        }

        .header-sticky.tv-header-style-2.tv-header-border-2 {
            border-bottom: none;
        }

    .header-sticky.tv-header-style-3 {
        background-color: var(--tv-common-white);
    }

    .header-sticky.tv-header-innar-style {
        border-bottom: none;
    }

.header-style-2.tv-header-transparent.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: var(--tv-heading-primary);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}

.header-style-3.tv-header-transparent.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: var(--tv-heading-primary);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
}

.tv-onepage-menu li.active > a {
    color: var(--tv-theme-1);
}

.tv-onepage-menu li.active.has-dropdown::after {
    color: var(--tv-theme-1);
}

.tv-header-area.header-style-1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 100'>\
<defs>\
  <filter id='shadow' x='-20%' y='-20%' width='140%' height='140%'>\
    <feDropShadow dx='0' dy='6' stdDeviation='8' flood-color='%23000000' flood-opacity='0.35'/>\
  </filter>\
</defs>\
<path filter='url(%23shadow)' fill='%23F5F5F5' d='M324.5,51.2c-10.8,39-37.2,48.8-49,48.8H0V0h384C368.7,0.8,335.3,12.2,324.5,51.2z'/>\
</svg>");
    /*background-image: url("data:image/svg+xml,%3Csvg width='384' height='100' viewBox='0 0 384 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M324.5 51.2295C313.7 90.2459 287.333 100 275.5 100H0V0H384C368.667 0.819672 335.3 12.2131 324.5 51.2295Z' fill='%23f5f5f5'/%3E%3C/svg%3E");*/
    background-repeat: no-repeat;
    background-size: 500px;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .tv-header-area.header-style-1::before {
        /* only screen and (min-width: 1600px) and (max-width: 1800px) */
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-header-area.header-style-1::before {
        /* 'only screen and (min-width: 1400px) and (max-width: 1599px)' */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-header-area.header-style-1::before {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 50%;
        background-size: 450px;
    }

    .tv-header-logo-off-footer h1 {
        color: white;
        font-size: 28px;
        text-transform: uppercase;
        font-family: var(--tv-ff-body);
        font-weight: 700;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-header-area.header-style-1::before {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-header-area.header-style-1::before {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-header-area.header-style-1::before {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        width: 40%;
    }
}

@media (max-width: 575px) {
    .tv-header-area.header-style-1::before {
        /* '(max-width: 575px)' */
        /*width: 50%;*/
        content: none;
    }
}

.tv-header-area:after {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    box-shadow: -50px -50px 0 0 white;
}

.tv-header-area {
    border-top: 1px solid rgba(88, 91, 111, 0.2);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-header-area.header-style-1 {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        padding: 15px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-header-area.header-style-3 {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        padding: 15px 0;
    }
}

.tv-header-area.header-style-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

    .tv-header-area.header-style-3 .tv-header-right-action {
        gap: 24px;
    }

        .tv-header-area.header-style-3 .tv-header-right-action .tv-header-search {
            margin-right: 0;
        }

        .tv-header-area.header-style-3 .tv-header-right-action .tv-menu-bar span {
            margin-left: 0;
        }

.tv-header-area.header-style-2 .tv-header-search {
    margin-right: 0;
}

.tv-header-area.header-style-2 .tv-header-bar button span {
    margin: 0 20px;
}

.tv-header-area.header-style-2 .tv-header-menu > nav > ul > li > a {
    padding: 38px 0;
}

.tv-header-transparent {
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
    z-index: 2;
    top: 28px;
}

    .tv-header-transparent.header-style-3 {
        top: 0;
        border-top: 0;
    }

    .tv-header-transparent .header-two {
        background: rgba(255, 255, 255, 0.2);
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 30px 0 30px 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-header-transparent .header-two {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding: 15px 30px;
    }
}

.tv-header-transparent .header-two .tv-header-search {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--tv-common-white);
}

    .tv-header-transparent .header-two .tv-header-search i {
        font-weight: 400;
    }

.tv-header-transparent .header-two .tv-header-bar button span {
    background-color: transparent;
    color: var(--tv-common-white);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.tv-header-transparent .header-two.header-five {
    background-color: #ffffff;
}

    .tv-header-transparent .header-two.header-five .tv-header-menu > nav > ul > li > a {
        color: var(--tv-heading-primary);
    }

    .tv-header-transparent .header-two.header-five .tv-header-menu ul li.has-dropdown:after {
        color: var(--tv-heading-primary);
    }

    .tv-header-transparent .header-two.header-five .tv-header-search {
        background-color: var(--tv-gray-1);
        color: var(--tv-heading-primary);
        border: 1px solid rgba(10, 22, 94, 0.5);
    }

    .tv-header-transparent .header-two.header-five .tv-header-bar span {
        background-color: var(--tv-gray-1);
        color: var(--tv-heading-primary);
        border: 1px solid rgba(10, 22, 94, 0.5);
    }

.tv-header-transparent .tv-header-menu > nav > ul > li > a {
    color: var(--tv-common-white);
}

.tv-header-transparent .tv-header-menu nav ul li.has-dropdown::after {
    color: var(--tv-common-white);
}

/*----------------------------------------*/
/*  16. menu css start
/*----------------------------------------*/
.tv-header-menu nav ul li {
    position: relative;
}

    .tv-header-menu nav ul li.has-dropdown::after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        transition: 0.3s;
        transform: translateY(1px);
        color: var(--tv-common-black);
    }

    .tv-header-menu nav ul li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 280px;
        text-align: left;
        padding: 30px 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        transition-duration: 0.1s;
        transform-origin: top;
        -webktv-transform: perspective(300px) rotateX(-18deg);
        transform: perspective(300px) rotateX(-18deg);
        background-color: var(--tv-common-white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        z-index: 9999;
    }

        .tv-header-menu nav ul li .submenu li {
            list-style: none;
            display: block;
            padding: 0 30px;
        }

            .tv-header-menu nav ul li .submenu li:not(:last-child) {
                margin-bottom: 13px;
            }

            .tv-header-menu nav ul li .submenu li a {
                font-weight: 600;
                font-size: 14px;
                display: inline-block;
                position: relative;
                text-transform: capitalize;
                color: var(--tv-common-black);
                font-family: var(--tv-ff-heading);
            }

                .tv-header-menu nav ul li .submenu li a::before {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    content: "";
                    height: 1px;
                    width: 0px;
                    opacity: 0;
                    visibility: hidden;
                    display: inline-block;
                    transition: all 0.3s ease-out 0s;
                    background-color: var(--tv-common-black);
                }

            .tv-header-menu nav ul li .submenu li:hover > a {
                padding-left: 25px;
                color: var(--tv-common-black);
            }

                .tv-header-menu nav ul li .submenu li:hover > a::before {
                    width: 20px;
                    visibility: visible;
                    opacity: 1;
                }

        .tv-header-menu nav ul li .submenu .submenu {
            left: 100%;
            top: 0;
        }

    .tv-header-menu nav ul li:hover.has-dropdown::after {
        transform: rotate(-180deg);
    }

    .tv-header-menu nav ul li:hover > .submenu {
        visibility: visible;
        opacity: 1;
        transition-duration: 0.2s;
        transform: perspective(300px) rotateX(0deg);
    }

.tv-homemenu-wrapper {
    padding: 55px 70px 20px 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-homemenu-wrapper {
        padding: 45px 35px 20px 35px;
    }
}

.tv-megamenu-list li {
    list-style: none;
    display: block;
}

    .tv-megamenu-list li:not(:last-child) {
        margin-bottom: 18px;
    }

    .tv-megamenu-list li a {
        font-weight: 500;
        font-size: 16px;
        display: inline-block;
        position: relative;
        color: var(--tv-common-black);
    }

        .tv-megamenu-list li a::before {
            position: absolute;
            top: 10px;
            left: 0;
            content: "";
            height: 2px;
            width: 0px;
            opacity: 0;
            visibility: hidden;
            display: inline-block;
            transition: all 0.3s ease-out 0s;
            background-color: var(--tv-common-black);
        }

    .tv-megamenu-list li:hover > a {
        padding-left: 25px;
    }

        .tv-megamenu-list li:hover > a::before {
            width: 20px;
            visibility: visible;
            opacity: 1;
        }

.tv-megamenu-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 300px;
}

    .tv-megamenu-thumb img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.tv-megamenu-text {
    position: relative;
    z-index: 99;
    bottom: -18%;
    transform: rotate(-90deg) translateY(-100%);
    text-align: center;
}

    .tv-megamenu-text h4 {
        font-size: 115px;
        font-weight: 900;
        line-height: 1;
        margin-bottom: 0;
        letter-spacing: -1.6px;
        color: rgba(25, 25, 26, 0.1);
    }

    .tv-megamenu-text span {
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.3px;
        color: rgba(25, 25, 26, 0.4);
        text-transform: capitalize;
    }

.tv-megamenu-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-right: 65px;
    font-family: var(--tv-ff-heading);
    border-bottom: 1px solid rgba(11, 11, 11, 0.1098039216);
}

.tv-header-menu nav ul li .has-home-img {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
    background-color: var(--tv-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 auto;
}

    .tv-header-menu nav ul li .has-home-img.submenu {
        padding: 0;
    }

    .tv-header-menu nav ul li .has-home-img .home-img {
        padding: 0px 10px;
        position: relative;
    }

    .tv-header-menu nav ul li .has-home-img .home-img-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        text-transform: capitalize;
        display: inline-block;
        color: var(--tv-common-black);
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-header-menu nav ul li .has-home-img .home-img-title {
        font-size: 14px;
    }
}

.tv-header-menu nav ul li .has-home-img .home-img-title a {
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.3s linear;
}

.tv-header-menu nav ul li .has-home-img .home-img-title:hover a {
    background-size: 0% 1px, 100% 1px;
}

.tv-megamenu-space-2 {
    margin-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-megamenu-space-2 {
        margin-left: 0;
    }
}

.home-img-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 1;
    margin: 0 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .home-img-btn {
        margin: 0 15px;
    }
}

.home-img-btn .tv-btn-sm {
    padding: 12px 28px;
    width: 100%;
    margin-bottom: 10px;
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
    border-radius: 8px 0 8px 0;
}

    .home-img-btn .tv-btn-sm::after {
        background-color: var(--tv-common-white);
    }

    .home-img-btn .tv-btn-sm:hover {
        color: var(--tv-theme-1);
        background-color: var(--tv-common-white);
    }

.home-img-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 250px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

    .home-img-thumb img {
        transition: 0.9s;
    }

    .home-img-thumb.home-img-overly::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 15, 28, 0.3);
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }

    .home-img-thumb.coming-soon::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        border-radius: 14px;
        content: "";
    }

    .home-img-thumb:hover img {
        transform: scale(1.1);
    }

    .home-img-thumb:hover.home-img-overly::after {
        opacity: 1;
        visibility: visible;
    }

    .home-img-thumb:hover .home-img-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%);
    }

.tv-menu-mobile .tv-menu-content,
.tv-category-mobile-menu .tv-menu-content {
    margin-bottom: 70px;
}

.tv-menu-mobile .home-img,
.tv-category-mobile-menu .home-img {
    margin-bottom: 20px;
}

.tv-menu-mobile .home-img-title,
.tv-category-mobile-menu .home-img-title {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    font-family: var(--tv-ff-body);
    color: var(--tv-common-white);
    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 0.3s linear;
}

    .tv-menu-mobile .home-img-title:hover,
    .tv-category-mobile-menu .home-img-title:hover {
        background-size: 0% 1px, 100% 1px;
    }

.tv-menu-mobile ul,
.tv-category-mobile-menu ul {
    position: static;
    display: block;
    box-shadow: none;
}

    .tv-menu-mobile ul li,
    .tv-category-mobile-menu ul li {
        list-style: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

        .tv-menu-mobile ul li:not(:last-child) > a,
        .tv-category-mobile-menu ul li:not(:last-child) > a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .tv-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn,
        .tv-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn {
            position: absolute;
            right: 0;
            top: 25%;
            transform: translateY(-2px);
            font-size: 18px;
            color: #fff;
            font-family: "Font Awesome 5 Pro";
            transition: all 0.3s ease-in-out;
            z-index: 1;
            width: 25px;
            height: 25px;
            line-height: 21px;
            text-align: center;
            border: 1px solid rgba(176, 162, 162, 0.35);
            transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
        }

            .tv-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i,
            .tv-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn i {
                transition: all 0.3s ease-in-out;
                margin-left: 2px;
            }

            .tv-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i,
            .tv-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
                transform: rotate(90deg);
            }

            .tv-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover,
            .tv-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover {
                background-color: var(--tv-theme-1);
                border-color: var(--tv-theme-1);
                color: var(--tv-common-white);
            }

                .tv-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i,
                .tv-category-mobile-menu ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
                    color: var(--tv-common-white);
                }

        .tv-menu-mobile ul li.has-dropdown > a.expanded,
        .tv-category-mobile-menu ul li.has-dropdown > a.expanded {
            /*color: var(--tv-theme-1);*/
            color: var(--tv-gray-1);
        }

            .tv-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened,
            .tv-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
                background-color: var(--tv-theme-1);
                border-color: var(--tv-theme-1);
                color: var(--tv-common-white);
            }

                .tv-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i,
                .tv-category-mobile-menu ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
                    color: var(--tv-common-white);
                }

        .tv-menu-mobile ul li.has-dropdown:hover > a::after,
        .tv-category-mobile-menu ul li.has-dropdown:hover > a::after {
            color: var(--tv-theme-1);
        }

        .tv-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn,
        .tv-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn {
            position: absolute;
            right: 0;
            top: 25%;
            transform: translateY(-2px);
            font-size: 18px;
            color: #fff;
            font-family: "Font Awesome 5 Pro";
            transition: all 0.3s ease-in-out;
            z-index: 1;
            width: 25px;
            height: 25px;
            line-height: 21px;
            text-align: center;
            border: 1px solid rgba(176, 162, 162, 0.35);
            transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
        }

            .tv-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn i,
            .tv-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn i {
                transition: all 0.3s ease-in-out;
                margin-left: 2px;
            }

            .tv-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn.dropdown-opened i,
            .tv-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn.dropdown-opened i {
                transform: rotate(90deg);
            }

            .tv-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover,
            .tv-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover {
                background-color: var(--tv-theme-1);
                border-color: var(--tv-theme-1);
                color: var(--tv-common-white);
            }

                .tv-menu-mobile ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover i,
                .tv-category-mobile-menu ul li.has-dropdown-2 > a .dropdown-toggle-btn:hover i {
                    color: var(--tv-common-white);
                }

        .tv-menu-mobile ul li.has-dropdown-2 > a.expanded,
        .tv-category-mobile-menu ul li.has-dropdown-2 > a.expanded {
            color: var(--tv-theme-1);
        }

            .tv-menu-mobile ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened,
            .tv-category-mobile-menu ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened {
                background-color: var(--tv-theme-1);
                border-color: var(--tv-theme-1);
                color: var(--tv-common-white);
            }

                .tv-menu-mobile ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened i,
                .tv-category-mobile-menu ul li.has-dropdown-2 > a.expanded .dropdown-toggle-btn.dropdown-opened i {
                    color: var(--tv-common-white);
                }

        .tv-menu-mobile ul li.has-dropdown-2:hover > a::after,
        .tv-category-mobile-menu ul li.has-dropdown-2:hover > a::after {
            color: var(--tv-theme-1);
        }

        .tv-menu-mobile ul li:last-child a span,
        .tv-category-mobile-menu ul li:last-child a span {
            border-bottom: 0;
        }

        .tv-menu-mobile ul li > a,
        .tv-category-mobile-menu ul li > a {
            display: block;
            font-size: 16px;
            color: var(--tv-common-white);
            position: relative;
            padding: 10px 0;
            padding-right: 20px;
            text-transform: capitalize;
        }

            .tv-menu-mobile ul li > a:hover,
            .tv-category-mobile-menu ul li > a:hover {
                color: #ffffff;
            }

            .tv-menu-mobile ul li > a svg,
            .tv-category-mobile-menu ul li > a svg {
                transform: translateY(-2px);
            }

            .tv-menu-mobile ul li > a > i,
            .tv-category-mobile-menu ul li > a > i {
                display: inline-block;
                width: 11%;
                margin-right: 13px;
                transform: translateY(4px);
                font-size: 21px;
                line-height: 1;
            }

            .tv-menu-mobile ul li > a .menu-text,
            .tv-category-mobile-menu ul li > a .menu-text {
                font-size: 16px;
                line-height: 11px;
                border-bottom: 1px solid #EAEBED;
                width: 82%;
                display: inline-block;
                padding: 19px 0 17px;
            }

        .tv-menu-mobile ul li img,
        .tv-category-mobile-menu ul li img {
            width: 100%;
            height: 100%;
        }

        .tv-menu-mobile ul li ul,
        .tv-category-mobile-menu ul li ul {
            padding: 0;
        }

            .tv-menu-mobile ul li ul li,
            .tv-category-mobile-menu ul li ul li {
                padding: 0;
            }

                .tv-menu-mobile ul li ul li a,
                .tv-category-mobile-menu ul li ul li a {
                    margin-left: auto;
                    width: 93%;
                    padding: 10px 5%;
                    text-shadow: none !important;
                    visibility: visible;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .tv-menu-mobile ul li ul li li a,
                .tv-category-mobile-menu ul li ul li li a {
                    width: 88%;
                    padding: 10px 7%;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .tv-menu-mobile ul li ul li li li a,
                .tv-category-mobile-menu ul li ul li li li a {
                    width: 83%;
                    padding: 10px 9%;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .tv-menu-mobile ul li ul li li li li a,
                .tv-category-mobile-menu ul li ul li li li li a {
                    width: 68%;
                    padding: 10px 11%;
                    padding-left: 0;
                    padding-right: 20px;
                }

        .tv-menu-mobile ul li:hover > a::after,
        .tv-category-mobile-menu ul li:hover > a::after {
            color: var(--tv-theme-1);
        }

        .tv-menu-mobile ul li:hover > a .dropdown-toggle-btn i,
        .tv-category-mobile-menu ul li:hover > a .dropdown-toggle-btn i {
            color: var(--tv-theme-1);
        }

        .tv-menu-mobile ul li:hover .mega-menu,
        .tv-category-mobile-menu ul li:hover .mega-menu {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

        .tv-menu-mobile ul li .mega-menu, .tv-menu-mobile ul li .submenu,
        .tv-category-mobile-menu ul li .mega-menu,
        .tv-category-mobile-menu ul li .submenu {
            position: static;
            min-width: 100%;
            padding: 0;
            box-shadow: none;
            visibility: visible;
            opacity: 1;
            display: none;
        }

            .tv-menu-mobile ul li .mega-menu li, .tv-menu-mobile ul li .submenu li,
            .tv-category-mobile-menu ul li .mega-menu li,
            .tv-category-mobile-menu ul li .submenu li {
                float: none;
                display: block;
                width: 100%;
                padding: 0;
            }

                .tv-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tv-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn,
                .tv-category-mobile-menu ul li .mega-menu li:hover a .dropdown-toggle-btn,
                .tv-category-mobile-menu ul li .submenu li:hover a .dropdown-toggle-btn {
                    color: var(--tv-theme-1);
                }

.tv-menu-mobile .tv-menu-content ul li:not(:last-child) .home-img-title a,
.tv-category-mobile-menu .tv-menu-content ul li:not(:last-child) .home-img-title a {
    border-bottom: none;
}

.tv-menu-mobile * ul, .tv-menu-mobile * li,
.tv-category-mobile-menu * ul,
.tv-category-mobile-menu * li {
    transition: none !important;
}

.tv-header-menu nav ul li.p-static {
    position: static;
}

.tv-category-mobile-menu nav {
    display: none;
}

/*----------------------------------------*/
/*  14. hero css start
/*----------------------------------------*/
.tv-hero-area {
    z-index: 1;
    color: var(--tv-common-white);
    padding-top: 238px;
}

    .tv-hero-area.hero-style-2:after {
        content: "";
        position: absolute;
        bottom: -1px; /* slight overlap to prevent gap */
        left: 0;
        width: 100%;
        height: 100%; /* adjust as needed */
        background-image: url("../img/slider/slider-5.svg");
        background-size: cover;
        background-position: bottom;
        z-index: -1;
        pointer-events: none;
        background-color: transparent;
    }

    .tv-hero-area::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: rgba(10, 22, 94, 0.95);
        z-index: -1;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-hero-banner-thumbnail {
        margin-right: 0;
        text-align: center;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .tv-hero-banner-thumbnail {
        margin-right: 0;
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-hero-banner-thumbnail {
        margin-right: 0;
        text-align: center;
        margin-top: 30px;
    }
}

.tv-hero-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
    padding-left: 55px;
    position: relative;
    color: var(--tv-common-white);
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-hero-subtitle {
        font-size: 18px;
    }
}

.tv-hero-subtitle:after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 45px;
    content: "";
    background: var(--tv-common-white);
}

.tv-hero-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 1.13;
    color: var(--tv-common-white);
    margin-bottom: 32px;
    margin-top: 22px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-hero-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-hero-title {
        font-size: 72px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-hero-title {
        font-size: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-hero-title {
        font-size: 48px;
        margin-bottom: 10px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .tv-hero-title {
        font-size: 33px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-hero-title {
        font-size: 48px;
    }
}

.tv-hero-area p {
    margin-bottom: 34px;
}

.tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail {
    position: relative;
}

    .tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail img {
        width: 600px;
        height: 650px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50px 0 50px;
    }

    .tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        background: var(--tv-heading-primary);
        padding: 20px 0 0 20px;
        border-radius: 10px 10px 0 0;
        width: 220px;
    }

        .tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content {
            padding: 25px 28px;
            border: 3px solid var(--tv-theme-1);
            border-radius: 10px;
            text-align: center;
        }

            .tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content h2 {
                font-size: 70px;
                color: var(--tv-common-white);
            }

            .tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content P {
                font-size: 18px;
                margin-bottom: 0;
            }

                .tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content P span {
                    display: block;
                }

.tv-hero-area.tv-hero-two .tv-hero-btn-wrap {
    gap: 28px;
}

    .tv-hero-area.tv-hero-two .tv-hero-btn-wrap .tv-video-icon {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

        .tv-hero-area.tv-hero-two .tv-hero-btn-wrap .tv-video-icon a {
            height: 60px;
            width: 60px;
            line-height: 60px;
        }

/*----------------------------------------*/
/*  02. about css start
/*----------------------------------------*/
.tv-about2-left {
    margin-right: 112px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-about2-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-about2-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-about2-left {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .tv-about2-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-about2-left {
        margin-right: 0;
    }
}

.tv-about2-left p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 28px;
}

.tv-about2-left .tv-list-item {
    margin-bottom: 54px;
}

.tv-about2-right {
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-about2-right {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .tv-about2-right {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-about2-right {
        margin-top: 30px;
    }
}

.tv-about2-right .thumb {
    margin-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-about2-right .thumb {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .tv-about2-right .thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-about2-right .thumb {
        margin-left: 0;
    }
}

.tv-about2-right .shap {
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-about2-right .shap {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-about2-right .shap {
        width: 70px;
    }
}

@media (max-width: 575px) {
    .tv-about2-right .shap {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-about2-right .shap {
        display: none;
    }
}

.tv-about2-right .abs {
    position: absolute;
    right: 0;
    bottom: -130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-about2-right .abs {
        max-width: 180px;
        bottom: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-about2-right .abs {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-about2-right .abs {
        bottom: -80px;
    }
}

@media (max-width: 575px) {
    .tv-about2-right .abs {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-about2-right .abs {
        display: none;
    }
}

.tv-about2-right .video-play {
    position: absolute;
    left: -15px;
    bottom: -130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-about2-right .video-play {
        bottom: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-about2-right .video-play {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-about2-right .video-play {
        bottom: -80px;
        left: 0;
    }
}

@media (max-width: 575px) {
    .tv-about2-right .video-play {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        width: 100%;
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-about2-right .video-play {
        position: relative;
        bottom: 0;
        margin-top: 30px;
        width: 100%;
        left: 0;
    }
}

.tv-about2-right .video-play .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--tv-theme-1);
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.tv-list-item {
    margin-bottom: 50px;
}

    .tv-list-item ul {
        list-style: none;
    }

        .tv-list-item ul li {
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 500;
            color: var(--tv-heading-primary);
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-list-item ul li {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-list-item ul li {
        margin-bottom: 12px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .tv-list-item ul li {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

.tv-list-item ul li span {
    margin-right: 12px;
}

.tv-about-area-3 .tv-about-left {
    gap: 20px;
}

    .tv-about-area-3 .tv-about-left img {
        border-radius: 50px 0 50px 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-area-3 .tv-about-left img {
        width: 100%;
    }
}

.tv-about-area-3 .tv-about-left .img1 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-area-3 .tv-about-left .img1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-area-3 .tv-about-left {
        display: block !important;
    }
}

.tv-about-area-3 .tv-about-right {
    margin-left: 111px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-area-3 .tv-about-right {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-area-3 .tv-about-right {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-area-3 .tv-about-right {
        margin-top: 30px;
    }
}

.experience-area {
    padding: 55px 50px;
    background: var(--tv-heading-primary);
    border-radius: 50px 0 50px 0;
    margin-bottom: 20px;
}

    .experience-area h2 {
        font-size: 20px;
        color: var(--tv-common-white);
    }

        .experience-area h2 span {
            font-size: 100px;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: var(--tv-common-white);
            color: var(--tv-common-white);
            background: transparent;
            margin-right: 12px;
        }

    .experience-area h6 {
        font-size: 24px;
        font-weight: 400;
        color: var(--tv-common-white);
    }

.tv-about-list-item {
    margin-bottom: 50px;
}

    .tv-about-list-item ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 27px;
    }

        .tv-about-list-item ul li {
            font-size: 18px;
            font-weight: 500;
            color: var(--tv-heading-primary);
        }

            .tv-about-list-item ul li svg {
                margin-right: 10px;
            }

.about-btn-wrap {
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-btn-wrap {
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .about-btn-wrap {
        margin-top: 30px;
        flex-wrap: wrap;
    }
}

.phone-contact-wrap {
    position: relative;
}

    .phone-contact-wrap i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 60px;
        width: 60px;
        background-color: var(--tv-theme-1);
        color: var(--tv-common-white);
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
    }

    .phone-contact-wrap .contact-content {
        padding-left: 74px;
    }

        .phone-contact-wrap .contact-content p {
            margin-bottom: 0;
        }

        .phone-contact-wrap .contact-content h4 {
            margin-top: 15px;
        }

            .phone-contact-wrap .contact-content h4 a {
                color: var(--tv-heading-primary);
            }

.tv-about-middle img {
    margin-bottom: 32px;
    width: 100%;
}

.arobix-hero-section-1 .hero-carousel-wraper .title-2 {
    background: transparent;
    font-weight: 700;
}

.experience-area2 {
    justify-content: end;
    align-items: center;
    gap: 19px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .experience-area2 {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        justify-content: start;
    }
}

.experience-area2 img {
    width: 100%;
}

.experience-area2 h2 {
    font-size: 80px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--tv-theme-1);
    text-stroke: 1px var(--tv-theme-1); /* Optional for non-WebKit */
    background: transparent;
}

.experience-area2 p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

    .experience-area2 p span {
        display: block;
    }

.tv-about-middle-content {
    padding-right: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-middle-content {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        padding-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-middle-content {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin: 30px 0;
    }
}

.tv-about-right-thumb {
    margin-left: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-right-thumb {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-left: 0;
    }
}

.tv-about-right-thumb img {
    width: 100%;
}

.tv-about-left .tv-section-title-box p {
    padding-right: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-about-left .tv-section-title-box p {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-thumb-5 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-top: 30px;
    }
}

.about-counter-wrap {
    gap: 96px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .about-counter-wrap {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        gap: 30px;
    }
}

.about-counter-wrap .single-counter-box h2 {
    font-size: 48px;
}

.about-counter-wrap .single-counter-box p {
    margin: 0;
}

/*----------------------------------------*/
/*  20. menu css start
/*----------------------------------------*/
.single-service-item {
    background: var(--tv-common-white);
    padding: 30px 28px;
    border-radius: 50px 0 50px 0;
    transition: 0.3s all;
    position: relative;
    border: 1px solid transparent;
}

    .single-service-item:hover {
        border: 1px solid var(--tv-theme-1);
    }

        .single-service-item:hover span.service-icon {
            background-color: var(--tv-theme-1);
            color: white;
        }

            .single-service-item:hover span.service-icon svg path {
                fill: var(--tv-common-white);
            }

    .single-service-item.border-round {
        border-radius: 6px;
    }

    .single-service-item.gray-bg {
        background: var(--tv-gray-1);
    }

        .single-service-item.gray-bg span.service-icon {
            background: var(--tv-common-white);
        }

        .single-service-item.gray-bg:hover span.service-icon {
            background: var(--tv-theme-1);
        }

span.service-icon {
    background: var(--tv-gray-1);
    height: 60px;
    width: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px 0 8px 0;
    transition: 0.3s all;
    font-size: 30px;
    color: #0138b7;
}

.service-section-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.single-service-item p {
    margin-bottom: 30px;
}

.tv-normal-btn {
    color: var(--tv-theme-1);
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s all;
}

    .tv-normal-btn:hover {
        color: var(--tv-common-black);
    }

    .tv-normal-btn i {
        margin-left: 6px;
    }

.service-bottom-text p {
    color: var(--tv-heading-primary);
    font-size: 18px;
    line-height: 30px;
}

.single-service-item.style-2 {
    padding: 0;
    margin-bottom: 30px;
}

    .single-service-item.style-2 .thumb {
        position: relative;
    }

        .single-service-item.style-2 .thumb img {
            width: 100%;
        }

        .single-service-item.style-2 .thumb .icon {
            position: absolute;
            left: 50%;
            bottom: -35px;
            height: 70px;
            width: 70px;
            background: var(--tv-gray-1);
            border-radius: 10px 0 10px;
            text-align: center;
            line-height: 70px;
            margin-left: -35px;
        }

    .single-service-item.style-2 .service-content {
        padding: 40px;
        padding-bottom: 30px;
        padding-top: 59px;
        text-align: center;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item.style-2 .service-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.single-service-item.style-2 .service-content h2 {
    font-size: 24px;
    line-height: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item.style-2 .service-content h2 {
        font-size: 20px;
    }
}

.single-service-item.style-2 .service-content h2 a {
    color: var(--tv-heading-primary);
    transition: 0.3s all;
}

    .single-service-item.style-2 .service-content h2 a:hover {
        color: var(--tv-theme-1);
    }

.tv-service-slider-wrap .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

    .tv-service-slider-wrap .swiper-pagination span {
        height: 8px;
        width: 8px;
        background: var(--tv-text-body);
        opacity: 1;
        margin: 0 7px;
        position: relative;
        z-index: 1;
    }

        .tv-service-slider-wrap .swiper-pagination span.swiper-pagination-bullet-active {
            position: relative;
            z-index: 1;
        }

            .tv-service-slider-wrap .swiper-pagination span.swiper-pagination-bullet-active:after {
                position: absolute;
                height: 16px;
                width: 16px;
                background: transparent;
                line-height: 16px;
                content: "";
                left: -4px;
                top: -4px;
                z-index: -1;
                border-radius: 50%;
                border: 1px solid var(--tv-heading-primary);
            }

.tv-single-service .tv-widget.widget {
    padding: 0;
    background: none;
    border-radius: 0;
}

    .tv-single-service .tv-widget.widget ul li.cat-item {
        background: var(--tv-gray-1);
    }

        .tv-single-service .tv-widget.widget ul li.cat-item:hover {
            background: var(--tv-theme-1);
        }

.tv-single-service .tv-widget-content {
    padding: 40px 36px;
    background: var(--tv-gray-1);
    border-radius: 30px 0 30px 0;
}

    .tv-single-service .tv-widget-content .widget-contact-wrap:not(:last-child) {
        margin-bottom: 36px;
    }

    .tv-single-service .tv-widget-content .widget-contact-wrap {
        gap: 18px;
    }

        .tv-single-service .tv-widget-content .widget-contact-wrap .icon i {
            height: 60px;
            width: 60px;
            line-height: 60px;
            color: var(--tv-heading-primary);
            text-align: center;
            border-radius: 50px;
            border: 1px solid var(--tv-heading-primary);
        }

        .tv-single-service .tv-widget-content .widget-contact-wrap .contact-info p {
            margin-bottom: 10px;
        }

        .tv-single-service .tv-widget-content .widget-contact-wrap .contact-info h5 {
            margin: 0;
        }

            .tv-single-service .tv-widget-content .widget-contact-wrap .contact-info h5 a {
                color: var(--tv-heading-primary);
            }

.tv-single-service .tv-blog-list-wrap {
    margin-right: 0;
    margin-left: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-single-service .tv-blog-list-wrap {
        margin-left: 0;
    }
}

.tv-single-service .tv-blog-list-wrap .title {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-single-service .tv-blog-list-wrap .title {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-single-service .tv-blog-list-wrap .title {
        font-size: 32px;
    }
}

.tv-single-service .tv-blog-list-wrap .faq-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-single-service .tv-blog-list-wrap .faq-title {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-single-service .tv-blog-list-wrap .faq-title {
        font-size: 28px;
    }
}

.tv-single-service .tv-custom-accordion .accordion-body {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
    padding-top: 0;
}

.tv-service-list-item {
    margin-top: 40px;
}

    .tv-service-list-item ul {
        list-style: none;
    }

        .tv-service-list-item ul li:not(:last-child) {
            margin-bottom: 28px;
        }

        .tv-service-list-item ul li {
            font-size: 18px;
            font-weight: 500;
        }

            .tv-service-list-item ul li i {
                height: 24px;
                width: 24px;
                line-height: 24px;
                text-align: center;
                background-color: var(--tv-theme-1);
                color: var(--tv-common-white);
                border-radius: 50%;
                margin-right: 10px;
            }

.tv-service-area3 .tv-service-left-area {
    padding-right: 112px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-service-area3 .tv-service-left-area {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-service-area3 .tv-service-left-area {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-bottom: 30px;
    }
}

.service-modern-box {
    justify-content: space-between;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(88, 91, 111, 0.2);
}

@media (max-width: 575px) {
    .service-modern-box {
        /* '(max-width: 575px)' */
        flex-direction: column;
        justify-content: start;
    }
}

.service-modern-box .service-hover-img {
    position: absolute;
    left: 50%;
    margin-left: -196px;
    height: 405px;
    width: 396px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(0);
    transition: 0.3s all;
}

    .service-modern-box .service-hover-img img {
        height: 405px;
        width: 396px;
        -o-object-fit: cover;
        object-fit: cover;
    }

.service-modern-box:hover .service-hover-img {
    transform: scale(1);
}

.service-modern-box:hover .serive-box-content .icon svg path {
    fill: var(--tv-theme-1);
}

.service-modern-box:hover .icon-btn {
    background-color: var(--tv-theme-1);
}

.service-modern-box .icon-btn {
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    background-color: var(--tv-heading-primary);
    border-radius: 50%;
    transition: 0.3s all;
}

@media (max-width: 575px) {
    .service-modern-box .icon-btn {
        /* '(max-width: 575px)' */
        margin-top: 15px;
    }
}

.service-modern-box .icon-btn:hover {
    background-color: var(--tv-theme-1);
}

.service-modern-box .serive-box-content {
    position: relative;
    padding-left: 84px;
}

    .service-modern-box .serive-box-content .icon {
        position: absolute;
        left: 0;
        top: 0;
    }

        .service-modern-box .serive-box-content .icon svg path {
            transition: 0.3s all;
        }

    .service-modern-box .serive-box-content .content p {
        margin-bottom: 5px;
    }

    .service-modern-box .serive-box-content .content h4 a {
        color: var(--tv-heading-primary);
    }

/*----------------------------------------*/
/*  27. text slider css start
/*----------------------------------------*/
.tv-text-slider-ptb {
    padding: 29px 0;
}

.tv-text-slider-item {
    display: flex;
    align-items: center;
}

    .tv-text-slider-item span {
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
        color: var(--tv-common-white);
        font-family: var(--tv-ff-body);
        text-transform: capitalize;
        display: inline-block;
    }

    .tv-text-slider-item img {
        margin: 0 35px;
    }

.tv-text-slider-active .slider-transtion {
    -webktv-transition-timing-function: linear;
    transition-timing-function: linear;
}

.tv-text-slider-active .swiper-slide {
    width: auto;
}

/*----------------------------------------*/
/*  08. choose css start
/*----------------------------------------*/
.tv-why-choose-area {
    position: relative;
}

.tv-why-choose-left img {
    width: 100%;
}

.tv-why-choose-right {
    margin-left: 52px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-why-choose-right {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-why-choose-right {
        margin-left: 0;
        margin-top: 30px;
    }
}

.tv-why-choose-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-why-choose-right p {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-why-choose-right p {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-why-choose-right p {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .tv-why-choose-right p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-why-choose-right img {
        max-width: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-why-choose-right img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-why-choose-right img {
        display: none;
    }
}

.tv-why-choose-right .abs {
    position: absolute;
    right: 0;
    bottom: auto;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-icon-box2 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-icon-box2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .single-icon-box2 {
        margin-bottom: 30px;
    }
}

.single-icon-box2 .icon span {
    height: 70px;
    width: 70px;
    background: var(--tv-common-white);
    border-radius: 10px 0 10px 0;
    display: block;
    text-align: center;
    line-height: 70px;
    margin-right: 16px;
}

.single-icon-box2 .content p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/*----------------------------------------*/
/*  12. funfact css start
/*----------------------------------------*/
.single-couter-wrap {
    text-align: center;
    height: 290px;
    width: 290px;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid var(--tv-theme-1);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .single-couter-wrap {
        /* only screen and (min-width: 1600px) and (max-width: 1800px) */
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-couter-wrap {
        /* 'only screen and (min-width: 1400px) and (max-width: 1599px)' */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-couter-wrap {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        height: 250px;
        width: 250px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-couter-wrap {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        height: 210px;
        width: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-couter-wrap {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-couter-wrap {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        margin-top: 0;
        margin-bottom: 30px;
        transform: translateX(50%);
    }
}

@media (max-width: 575px) {
    .single-couter-wrap {
        /* '(max-width: 575px)' */
        margin-top: 0;
        margin-bottom: 30px;
        transform: translateX(20%);
    }
}

.single-couter-wrap:after {
    position: absolute;
    left: 5%;
    top: 5%;
    height: 260px;
    width: 260px;
    content: "";
    background: var(--tv-gray-1);
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .single-couter-wrap:after {
        /* only screen and (min-width: 1600px) and (max-width: 1800px) */
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .single-couter-wrap:after {
        /* 'only screen and (min-width: 1400px) and (max-width: 1599px)' */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .single-couter-wrap:after {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        height: 220px;
        width: 220px;
        left: 6%;
        top: 6%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-couter-wrap:after {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        height: 190px;
        width: 190px;
        left: 4%;
        top: 4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-couter-wrap:after {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-couter-wrap:after {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
    }
}

@media (max-width: 575px) {
    .single-couter-wrap:after {
        /* '(max-width: 575px)' */
    }
}

.single-couter-wrap h5 {
    font-size: 80px;
    line-height: 92px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-couter-wrap h5 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 45px;
        line-height: 55px;
    }
}

.single-couter-wrap h6 {
    font-size: 20px;
    font-weight: 600;
}

.tv-faq-form {
    padding: 40px 30px;
    background-color: var(--tv-gray-1);
    border-radius: 18px 0 18px 0;
}

    .tv-faq-form h4 {
        margin-bottom: 24px;
    }

    .tv-faq-form input {
        background-color: var(--tv-common-white);
        border-radius: 10px 0 10px 0;
    }

    .tv-faq-form textarea {
        background-color: var(--tv-common-white);
        border-radius: 10px 0 10px 0;
    }

    .tv-faq-form .tv-btn-primary {
        width: 100%;
        display: flex;
        justify-content: center;
    }

/*----------------------------------------*/
/*  25. team css start
/*----------------------------------------*/
.single-team-item img {
    width: 100%;
}

.single-team-item {
    position: relative;
    z-index: 1;
}

.team-content {
    position: absolute;
    left: 0;
    bottom: 5%;
    background: var(--tv-common-white);
    width: 90%;
    padding: 24px;
    border-radius: 18px 0 18px 0;
    margin-left: 5%;
}

    .team-content h2.team-name {
        font-size: 24px;
        margin-bottom: 12px;
    }

        .team-content h2.team-name a {
            color: var(--tv-heading-primary);
        }

    .team-content p.designation {
        margin-bottom: 0;
    }

.round-shape {
    height: 40px;
    width: 40px;
    background: var(--tv-gray-1);
    border-radius: 50%;
    color: var(--tv-heading-primary);
    font-size: 29px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
}

.team-social {
    position: absolute;
    right: 60px;
    bottom: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .team-social {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        bottom: 38%;
    }
}

.team-social a:not(:last-child) {
    margin-bottom: 8px;
}

.team-social a {
    height: 44px;
    width: 44px;
    background: var(--tv-common-white);
    display: block;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    color: var(--tv-heading-primary);
    transition: 0.3s all;
}

    .team-social a:hover {
        background: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

.tv-team-right-area {
    padding: 40px;
    background: var(--tv-heading-primary);
    border-radius: 50px 0 50px 0;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-right-area {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-right-area {
        margin-top: 30px;
    }
}

.tv-team-area .tv-section-title-box {
    padding-right: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-team-area .tv-section-title-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-area .tv-section-title-box {
        padding-right: 50px;
    }
}

.tv-team-area h4.tv-section-title {
    color: var(--tv-common-white);
}

.tv-team-area .tv-section-title-box p {
    color: var(--tv-gray-1);
}

.tv-team-arrow-box {
    position: absolute;
    right: 40px;
    top: 40px;
}

    .tv-team-arrow-box button {
        height: 50px;
        width: 50px;
        background: var(--tv-common-white);
        border-radius: 50px;
        transition: 0.3s all;
    }

        .tv-team-arrow-box button:hover {
            background: var(--tv-theme-1);
            color: var(--tv-common-white);
        }

.tv-team-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 22px;
}

.tv-team-pagination .swiper-pagination-bullet {
    display: block;
    background: transparent;
    width: 33%;
    height: auto;
    opacity: 0.6;
}

    .tv-team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

.single-team-item.style-2 {
    border-radius: 50px 0 50px 0;
    background: var(--tv-gray-1);
}

    .single-team-item.style-2 .team-content {
        position: relative;
        margin-left: 0;
        bottom: 0;
        width: 100%;
        background: transparent;
        display: block !important;
        text-align: center;
        border-radius: 0;
    }

        .single-team-item.style-2 .team-content .team-name {
            margin-bottom: 4px;
        }

        .single-team-item.style-2 .team-content .designation {
            transition: 0.3s all;
        }

    .single-team-item.style-2 .team-social {
        display: flex;
        gap: 12px;
        transform: translateY(50%);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        right: auto;
        left: 50px;
    }

    .single-team-item.style-2:hover .team-social {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .single-team-item.style-2:hover .designation {
        color: var(--tv-theme-1);
    }

.tv-team-details .tv-team-thum-single img {
    width: 100%;
}

.tv-team-details .tv-team-single-content {
    padding-left: 87px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-details .tv-team-single-content {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-details .tv-team-single-content {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-top: 30px;
    }
}

.tv-team-details .tv-team-single-content h2 {
    font-size: 48px;
    font-weight: 700;
}

.tv-team-details .tv-team-single-content h6 {
    font-size: 20px;
    color: var(--tv-theme-1);
    margin-top: 20px;
    margin-bottom: 36px;
}

.tv-team-details .tv-team-single-content .team-contact a {
    display: block;
    margin-bottom: 16px;
    color: var(--tv-heading-primary);
}

    .tv-team-details .tv-team-single-content .team-contact a i {
        margin-right: 10px;
    }

.tv-team-details .tv-team-single-content .tv-header-top-social-box {
    margin-top: 24px;
}

    .tv-team-details .tv-team-single-content .tv-header-top-social-box a {
        height: 44px;
        width: 44px;
        line-height: 44px;
        background-color: var(--tv-gray-1);
        border-color: transparent;
    }

        .tv-team-details .tv-team-single-content .tv-header-top-social-box a:hover {
            background-color: var(--tv-theme-1);
            color: var(--tv-common-white);
        }

.tv-team-details .tv-team-single-content .tv-progress-wrap {
    margin-top: 80px;
}

    .tv-team-details .tv-team-single-content .tv-progress-wrap h3 {
        margin-bottom: 36px;
    }

    .tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item {
        overflow: hidden;
    }

        .tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item label {
            margin-bottom: 14px;
            font-size: 16px;
            font-weight: 500;
            color: var(--tv-heading-primary);
        }

        .tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item .tv-progress-bar .progress {
            height: 10px;
            background: rgba(43, 77, 255, 0.5);
            overflow: visible;
        }

            .tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item .tv-progress-bar .progress .progress-bar {
                background-color: var(--tv-theme-1);
                position: relative;
                overflow: visible;
                height: 100%;
                top: 0;
                border-radius: 10px;
            }

                .tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item .tv-progress-bar .progress .progress-bar span {
                    position: absolute;
                    right: 0;
                    top: -30px;
                    transform: translateY(-50%);
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 1;
                    color: var(--tv-heading-primary);
                }

.tv-team-details .tv-team-single-content .tv-contact-form {
    margin-top: 80px;
}

    .tv-team-details .tv-team-single-content .tv-contact-form h3 {
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 32px;
    }

    .tv-team-details .tv-team-single-content .tv-contact-form .tv-contact-input-wrap input {
        border-radius: 10px 0 10px 0;
    }

    .tv-team-details .tv-team-single-content .tv-contact-form .tv-contact-input-wrap textarea {
        border-radius: 10px 0 10px 0;
    }

.tv-team-area2 .tv-section-title-box {
    padding-right: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-team-area2 .tv-section-title-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-team-area2 .tv-section-title-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-area2 .tv-section-title-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-wrap-5 .single-team-item-3 {
        margin-bottom: 180px;
    }

        .tv-team-wrap-5 .single-team-item-3.last-child {
            margin-bottom: 0;
        }
}

.single-team-item-3 {
    position: relative;
    padding-top: 152px;
    padding-bottom: 40px;
    text-align: center;
    background-color: var(--tv-common-white);
    border-radius: 18px;
}

    .single-team-item-3 img {
        height: 240px;
        width: 240px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50px 0 0 0;
        position: absolute;
        left: 50%;
        top: -40%;
        margin-left: -120px;
    }

    .single-team-item-3 .content h4 {
        margin-bottom: 20px;
    }

    .single-team-item-3 .content p {
        margin-bottom: 25px;
    }

    .single-team-item-3 .social a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--tv-theme-1);
        margin: 0 12px;
        display: inline-block;
        color: var(--tv-common-white);
        border-radius: 4px;
        transition: 0.3s all;
    }

        .single-team-item-3 .social a:hover {
            background-color: var(--tv-heading-primary);
        }

.tv-team-slider-area2 {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-slider-area2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        margin-top: 30px;
    }
}

.tv-team-arrow-box2 {
    gap: 24px;
    justify-content: end;
    align-items: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-team-arrow-box2 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        justify-content: start;
    }
}

.tv-team-arrow-box2 button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--tv-theme-1);
    background-color: var(--tv-gray-1);
    border-radius: 50%;
}

    .tv-team-arrow-box2 button:hover {
        background-color: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

/*----------------------------------------*/
/*  26. testimonial css start
/*----------------------------------------*/
.tv-testimonial-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: var(--tv-gray-1);
}

.tv-testmonial-wrap {
    margin-left: 109px;
    background: var(--tv-common-white);
    padding: 40px;
    border-radius: 50px 0 50px;
    border: 1px solid rgba(88, 91, 111, 0.3);
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-testmonial-wrap {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-testmonial-wrap {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-top: 30px;
    }
}

.rating {
    font-size: 24px;
    color: var(--tv-yellow-color);
    margin-bottom: 16px;
}

.single-testi-slider-item {
    position: relative;
    z-index: 1;
}

    .single-testi-slider-item p {
        font-size: 24px;
        line-height: 40px;
        text-align: justify;
        color: var(--tv-heading-primary);
        margin-bottom: 32px;
    }

img.shap-icon {
    position: absolute;
    bottom: 50px;
    right: 40px;
    left: auto;
}

@media (max-width: 575px) {
    img.shap-icon {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        display: none;
    }
}

.author-info {
    position: relative;
}

    .author-info h5 {
        margin-left: 20px;
        font-size: 20px;
    }

        .author-info h5 span {
            display: block;
            font-size: 16px;
            font-weight: 400;
            margin-top: 12px;
            font-family: var(--tv-ff-body);
        }

.tv-testi-arrow-box button {
    height: 50px;
    width: 50px;
    background: var(--tv-common-white);
    border-radius: 8px 0 8px 0;
    font-size: 21px;
    transition: 0.3s all;
}

.tv-testi-arrow-box .it-fade-anim:not(:last-child) {
    margin-right: 24px;
}

.tv-testi-arrow-box button:hover {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
}

.single-testimonial-item2 {
    padding: 50px 36px;
    background: var(--tv-gray-1);
    border-radius: 50px 0 50px 0;
    position: relative;
    z-index: 1;
    transition: 0.3s all;
}

    .single-testimonial-item2:hover {
        background: var(--tv-theme-1);
    }

    .single-testimonial-item2 .shap {
        position: absolute;
        right: 36px;
        bottom: 55px;
        top: auto;
    }

        .single-testimonial-item2 .shap span {
            height: 50px;
            width: 50px;
            background: var(--tv-theme-1);
            border-radius: 50%;
            display: block;
            text-align: center;
            line-height: 50px;
        }

    .single-testimonial-item2 .icon {
        color: var(--tv-theme-1);
        transition: 0.3s all;
    }

    .single-testimonial-item2:hover .icon {
        color: var(--tv-common-white);
    }

    .single-testimonial-item2 p {
        margin-bottom: 40px;
        margin-top: 30px;
        font-size: 18px;
        line-height: 30px;
        transition: 0.3s all;
    }

    .single-testimonial-item2:hover p {
        color: var(--tv-common-white);
    }

    .single-testimonial-item2 .author-info {
        display: flex;
        align-items: center;
    }

        .single-testimonial-item2 .author-info img {
            margin-right: 16px;
        }

        .single-testimonial-item2 .author-info h2 {
            font-size: 24px;
            color: var(--tv-ff-body);
            transition: 0.3s all;
        }

            .single-testimonial-item2 .author-info h2 span {
                display: block;
                font-size: 16px;
                font-weight: 400;
                font-family: var(--tv-ff-body);
                color: var(--tv-gray-2);
                margin-top: 8px;
            }

    .single-testimonial-item2:hover .author-info h2 {
        color: var(--tv-common-white);
    }

        .single-testimonial-item2:hover .author-info h2 span {
            color: var(--tv-common-white);
        }

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

.tv-testimonial-nav2 button {
    height: 50px;
    width: 50px;
    background: var(--tv-gray-1);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: 0.3s all;
}

    .tv-testimonial-nav2 button:hover {
        background: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

.single-testi-slider-item.style-3 {
    padding: 40px;
    background-color: var(--tv-gray-1);
    border-radius: 50px 0 50px 0;
}

    .single-testi-slider-item.style-3.style-4 {
        background-color: var(--tv-common-white);
    }

/* Swiper slides */
.tv-testi-slider-active3 .swiper-wrapper .swiper-slide {
    width: 746px;
    margin-top: 50px;
}

.tv-testi-slider-active3 .swiper-wrapper .swiper-slide-active {
    margin-top: 0;
}

/*----------------------------------------*/
/*  04. brand css start
/*----------------------------------------*/
.tv-brand-content {
    padding-bottom: 8px;
    border-top: 1px solid rgba(88, 91, 111, 0.3);
}

    .tv-brand-content p {
        color: var(--tv-heading-primary);
        font-size: 18px;
    }

.tv-brand-single-item {
    transition: 0.3s all;
}

    .tv-brand-single-item:hover img {
        opacity: 0.7;
    }

.home-4-brand-wrap .tv-brand-slider {
    padding: 40px 0;
}

.brand-info {
    gap: 14px;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand-info {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        justify-content: center;
    }
}

.brand-info p {
    margin: 0;
    font-size: 18px;
    color: var(--tv-heading-primary);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .brand-info p {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 20%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-info p {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 25%;
    }
}

.brand-info p span {
    color: var(--tv-theme-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .brand-info img {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 80%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-info img {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand-info img {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        display: none;
    }
}

.brand-info.two p {
    width: 20%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-info.two p {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 25%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-info.two p {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand-info.two p {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: auto;
    }
}

.brand-info.two img {
    width: 75%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .brand-info.two img {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 75%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-info.two img {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .brand-info.two img {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        display: none;
    }
}

/*----------------------------------------*/
/*  15. information css start
/*----------------------------------------*/
.tv-information-nav-btn ul li {
    width: 50%;
}

@media (max-width: 575px) {
    .tv-information-nav-btn ul li {
        width: 100%;
    }
}

.tv-information-nav-btn ul li button {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    height: 52px;
    line-height: 52px;
    text-align: center;
    padding: 0 25px;
    width: 100%;
    font-family: var(--tv-ff-heading);
    background-color: #525252;
}

@media (max-width: 575px) {
    .tv-information-nav-btn ul li button {
        font-size: 17px;
    }
}

.tv-information-nav-btn ul li button.active {
    color: #fff;
    background-color: var(--tv-theme-1);
}

.tv-information-nav-btn ul li button:hover {
    color: #fff;
    background-color: var(--tv-theme-1);
}

.tv-information-wrap {
    padding: 50px 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-information-wrap {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .tv-information-wrap {
        padding: 50px 20px;
    }
}

.tv-information-input-box input {
    height: 58px;
    line-height: 58px;
    font-weight: 400;
    font-size: 15px;
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-information-input-box input {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-information-input-box input {
        padding: 0 15px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
}

.tv-information-input-box input::-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
}

.tv-information-input-box input::placeholder {
    font-weight: 400;
    font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-information-input-box input::-moz-placeholder {
        font-size: 12px;
    }

    .tv-information-input-box input::placeholder {
        font-size: 12px;
    }
}

.tv-information-left {
    margin-right: 59px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-information-left {
        margin-right: 0;
    }
}

.tv-information-left form > span {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--tv-ff-heading);
    color: var(--tv-common-black);
}

.tv-information-check-box ul {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-information-check-box ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .tv-information-check-box ul {
        flex-wrap: wrap;
        justify-content: start;
    }
}

.tv-information-check-box ul li {
    list-style-type: none;
    display: inline-block;
}

@media (max-width: 575px) {
    .tv-information-check-box ul li:not(:last-child) {
        margin-right: 12px;
        margin-bottom: 5px;
    }
}

.tv-information-check-box ul li.form-check label {
    font-weight: 400;
    font-size: 15px;
}

.tv-information-check-box ul li .form-check-input[type=checkbox] {
    box-shadow: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -1px;
    margin-right: 10px;
    background-color: transparent;
    border: 0.5px solid #525252;
    position: relative;
}

    .tv-information-check-box ul li .form-check-input[type=checkbox]::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 11px;
        width: 12px;
        margin: 0 auto;
        border-radius: 1px;
        transform: translateY(-50%);
        background-color: var(--tv-theme-1);
        opacity: 0;
    }

.tv-information-check-box ul li .form-check-input:checked::after {
    opacity: 1;
}

.tv-information-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.14;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-information-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-information-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .tv-information-title {
        font-size: 25px;
    }
}

.tv-information-right {
    padding: 50px 30px;
    padding-top: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-information-right {
        margin-left: -40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-information-right {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-information-right {
        margin-left: 0;
        margin-top: 50px;
    }
}

.tv-information-right p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-information-right p br {
        display: none;
    }
}

.tv-information-bg {
    position: relative;
}

    .tv-information-bg::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 53%;
        z-index: -1;
        background-color: var(--tv-common-black);
    }

.tv-information-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tv-information-style-2 .tv-information-left form > span {
    color: var(--tv-common-white);
}

.tv-information-style-2 .tv-information-check-box ul li {
    color: var(--tv-common-white);
}

    .tv-information-style-2 .tv-information-check-box ul li .form-check-input[type=checkbox] {
        border: 0.5px solid #fff;
        border-radius: 5px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-information-left form .row.gx-20 {
        --bs-gutter-x: 10px;
    }
}

/*----------------------------------------*/
/*  23. slider css start
/*----------------------------------------*/
.tv-slider-subtitle {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--tv-common-white);
    position: relative;
    padding-left: 57px;
    text-transform: uppercase;
    font-family: var(--tv-ff-heading);
}

@media (max-width: 575px) {
    .tv-slider-subtitle {
        font-size: 14px;
    }
}

.tv-slider-subtitle::before {
    content: "";
    display: inline-block;
    width: 45px;
    height: 1px;
    margin-right: 12px;
    transform: translateY(1px);
    background-color: var(--tv-common-white);
    position: absolute;
    left: 0;
    top: 50%;
}

@media (max-width: 575px) {
    .tv-slider-subtitle::before {
        width: 45px;
        height: 1px;
        transform: translateY(-1px);
    }
}

.tv-slider-title {
    font-weight: 700;
    font-size: 80px;
    line-height: 1.14;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--tv-common-white);
    font-family: var(--tv-ff-heading);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-slider-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-slider-title {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .tv-slider-title {
        font-size: 37px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-slider-title {
        font-size: 49px;
    }
}

.tv-slider-content {
    padding: 232px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-slider-content {
        padding: 170px 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-slider-content {
        padding: 150px 0;
    }
    /*.tv-header-logo img {
    height: 70px !important;
}
    .tv-header-logo h1 {
    font-size: 20px !important;
}
    .tv-header-logo h6 {
    font-size: 13px !important;
}*/
}

.tv-header-height {
    height: auto !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-content {
        padding: 150px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-slider-content {
        padding: 140px 0;
    }
}

@media (max-width: 575px) {
    .tv-slider-content {
        padding: 30px 0;
    }
}

.tv-slider-content p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.76;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-content p br {
        display: none;
    }
}

@media (max-width: 575px) {
    .tv-slider-content p {
        font-size: 14px;
    }

        .tv-slider-content p br {
            display: none;
        }
}

.tv-slider-overlay {
    background-size: cover;
    background-repeat: no-repeat;
}

    .tv-slider-overlay::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: linear-gradient(90deg, #0A165E 0%, rgba(10, 22, 94, 0) 100%);
    }

.tv-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center;
    -webktv-transform: scale(1.15);
    transform: scale(1.15);
    -webktv-transition: opacity 1500ms ease-in, -webktv-transform 7000ms ease;
    transition: opacity 1500ms ease-in, -webktv-transform 7000ms ease;
    transition: transform 9000ms ease, opacity 1500ms ease-in;
    transition: transform 9000ms ease, opacity 1500ms ease-in, -webktv-transform 9000ms ease;
}

.tv-slider-arrow-box {
    position: absolute;
    top: 50%;
    right: 15%;
    z-index: 1;
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-slider-arrow-box {
        right: 10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-arrow-box {
        right: 7%;
    }
}

.tv-slider-arrow-box .arrow-prev {
    margin-left: 45px;
}

.tv-slider-arrow-box button {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-weight: 400;
    font-size: 24px;
    transition: 0.3s;
    border-radius: 50%;
    color: var(--tv-theme-1);
    display: block;
    background-color: var(--tv-common-white);
}

    .tv-slider-arrow-box button svg {
        display: inline-block;
        margin-top: -2px;
    }

    .tv-slider-arrow-box button:hover {
        color: var(--tv-common-white);
        background-color: var(--tv-theme-1);
    }

.tv-slider-wrap .swiper-slide.swiper-slide-active .tv-slider-bg {
    -webktv-transform: scale(1);
    transform: scale(1);
}

.tv-slider-active .swiper-slide-active .tv-slider-subtitle, .tv-slider-active .swiper-slide-active .tv-slider-title, .tv-slider-active .swiper-slide-active .tv-slider-text, .tv-slider-active .swiper-slide-active .tv-slider-btn {
    display: inline-block;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

.tv-slider-style-2 .tv-slider-overlay {
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-slider-style-2 .tv-slider-overlay {
        height: 750px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-style-2 .tv-slider-overlay {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-slider-style-2 .tv-slider-overlay {
        height: 580px;
    }
}

@media (max-width: 575px) {
    .tv-slider-style-2 .tv-slider-overlay {
        height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-slider-style-2 .tv-slider-overlay {
        height: 600px;
    }
}

.tv-slider-style-2 .tv-slider-overlay::after {
    background: linear-gradient(90deg, #0f313a 0%, rgba(15, 49, 58, 0.45) 99.99%, rgba(15, 49, 58, 0) 100%);
}

.tv-slider-style-2 .tv-slider-title {
    font-weight: 700;
    font-size: 75px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-slider-style-2 .tv-slider-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-slider-style-2 .tv-slider-title {
        font-size: 62px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-style-2 .tv-slider-title {
        font-size: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-slider-style-2 .tv-slider-title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .tv-slider-style-2 .tv-slider-title {
        font-size: 31px;
    }
}

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

.tv-slider-style-2 .tv-slider-content {
    padding: 0;
}

.tv-slider-animation .swiper-slide-active .tv-slider-subtitle {
    animation-delay: 0.3s;
    animation-duration: 0.5s;
}

.tv-slider-animation .swiper-slide-active .tv-slider-title {
    animation-delay: 0.7s;
    animation-duration: 0.5s;
}

.tv-slider-animation .swiper-slide-active .tv-slider-text {
    animation-delay: 0.9s;
    animation-duration: 0.7s;
}

.tv-slider-animation .swiper-slide-active .tv-slider-btn {
    animation-delay: 1.1s;
    animation-duration: 0.9s;
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-title,
.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-text,
.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-btn {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    opacity: 0;
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-title {
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    opacity: 1;
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-text {
    animation-delay: 0.6s;
    animation-duration: 0.7s;
    opacity: 1;
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-btn {
    animation-delay: 0.9s;
    animation-duration: 0.9s;
    opacity: 1;
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-hero-subtitle,
.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-hero-title,
.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-spltv-text,
.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-btn-primary {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    opacity: 0;
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-hero-subtitle {
    animation-delay: 0.3s;
    animation-duration: 0.5s;
    opacity: 1;
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-hero-title {
    animation-delay: 0.6s;
    animation-duration: 0.7s;
    opacity: 1;
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-spltv-text {
    animation-delay: 0.9s;
    animation-duration: 0.9s;
    opacity: 1;
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-btn-primary {
    animation-delay: 1.1s;
    animation-duration: 0.9s;
    opacity: 1;
}

.tv-slider-area-two .tv-slider-content {
    padding: 305px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-slider-area-two .tv-slider-content {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        padding: 250px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-slider-area-two .tv-slider-content {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        padding: 200px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-slider-area-two .tv-slider-content {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        padding: 150px 0;
    }
}

.tv-slider-area-two .tv-slider-content p {
    font-size: 18px;
    font-weight: 400;
    width: 630px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-slider-area-two .tv-slider-content p {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        width: auto;
    }
}

.tv-slider-area-two .tv-slider-content .tv-btn-primary {
    margin-top: 20px;
}

.tv-slider-area-two .tv-testi-arrow-box button {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    border-radius: 50%;
}

    .tv-slider-area-two .tv-testi-arrow-box button.arrow-prev {
        left: auto;
        right: 0;
    }

.hero-slider-wrap3 {
    position: relative;
    z-index: 1;
}

    .hero-slider-wrap3 .section-bg {
        background-position: bottom;
    }

    .hero-slider-wrap3 .tv-header-top-social-box {
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .hero-slider-wrap3 .tv-header-top-social-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        display: none;
    }
}

.hero-slider-wrap3 .tv-header-top-social-box a {
    display: block;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    height: 36px;
    width: 36px;
    line-height: 36px;
    border: none;
    color: var(--tv-common-white);
}

    .hero-slider-wrap3 .tv-header-top-social-box a:not(:last-child) {
        margin-bottom: 12px;
    }

    .hero-slider-wrap3 .tv-header-top-social-box a:hover {
        background-color: var(--tv-theme-1);
    }

.hero-slider-wrap3 .tv-header-top-social-box:after {
    position: absolute;
    content: "";
    height: 120px;
    left: 50%;
    bottom: -67%;
    width: 2px;
    background: linear-gradient(to top, #2B4DFF, rgba(43, 77, 255, 0));
}

.hero-slider-wrap3 .tv-header-top-social-box:before {
    position: absolute;
    content: "";
    height: 120px;
    left: 50%;
    top: -67%;
    width: 2px;
    background: linear-gradient(to bottom, #2B4DFF, rgba(43, 77, 255, 0));
}

.hero-slider-wrap3 .tv-testi-arrow-box {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

    .hero-slider-wrap3 .tv-testi-arrow-box button {
        display: block;
        border-radius: 50%;
        background-color: var(--tv-heading-primary);
    }

        .hero-slider-wrap3 .tv-testi-arrow-box button:not(:last-child) {
            margin-bottom: 14px;
        }

        .hero-slider-wrap3 .tv-testi-arrow-box button:hover {
            background-color: var(--tv-theme-1);
        }

.tv-slider-arrow-box span.swiper-pagination-bullet {
    height: 42px;
    width: 42px;
    line-height: 42px;
    background: transparent;
    border: 1px solid #fff;
    color: var(--tv-common-white);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--tv-ff-body);
    opacity: 1;
}

    .tv-slider-arrow-box span.swiper-pagination-bullet:not(:last-child) {
        margin-bottom: 42px;
        position: relative;
    }

    .tv-slider-arrow-box span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--tv-theme-1);
        border: 1px solid var(--tv-theme-1);
    }

    .tv-slider-arrow-box span.swiper-pagination-bullet:not(:last-child):after {
        position: absolute;
        content: "";
        height: 30px;
        left: 50%;
        top: 118%;
        width: 1px;
        background: linear-gradient(to bottom, #2B4DFF, rgba(255, 255, 255, 0));
    }

/*----------------------------------------*/
/*  18. portfolio css start
/*----------------------------------------*/
.tv-portfolio-bg {
    position: relative;
}

    .tv-portfolio-bg::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 65%;
        width: 100%;
        z-index: -2;
        background-color: var(--tv-common-black);
    }

.tv-portfolio-content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 1;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center;
    transition: all 0.5s ease-in-out;
    align-items: center;
}

@media (max-width: 575px) {
    .tv-portfolio-content {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-portfolio-content {
        bottom: 40px;
        left: 40px;
        right: 40px;
    }
}

.tv-portfolio-content span {
    display: block;
    font-weight: 600;
    color: var(--tv-theme-1);
    margin-bottom: 12px;
}

.tv-portfolio-title {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-portfolio-title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-portfolio-title {
        font-size: 20px;
    }
}

.tv-portfolio-item-arrow a {
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

    .tv-portfolio-item-arrow a:hover {
        color: var(--tv-common-black);
        background-color: var(--tv-common-white);
    }

.tv-portfolio-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(180deg, rgba(15, 49, 58, 0) 0%, #0f313a 100%);
}

.tv-portfolio-item:hover::after {
    height: 100%;
}

.tv-portfolio-item:hover .tv-portfolio-content {
    transform: perspective(400px) rotateX(0deg);
}

.tv-portfolio-active {
    margin-right: -440px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-portfolio-active {
        margin-right: -250px;
    }
}

@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: 575px) {
    .tv-portfolio-active {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .tv-portfolio-arrow-box {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .tv-portfolio-arrow-box > div {
        display: flex;
    }
}

.tv-portfolio-arrow-box .arrow-prev {
    margin-left: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-portfolio-arrow-box .arrow-prev {
        margin-left: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .tv-portfolio-arrow-box .arrow-prev {
        margin-left: 20px;
        margin-top: 0;
    }
}

.tv-portfolio-arrow-box button {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-weight: 400;
    font-size: 24px;
    transition: 0.3s;
    border-radius: 50%;
    color: var(--tv-theme-1);
    display: block;
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-portfolio-arrow-box button {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .tv-portfolio-arrow-box button {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 20px;
    }
}

.tv-portfolio-arrow-box button svg {
    display: inline-block;
    margin-top: -2px;
}

.tv-portfolio-arrow-box button:hover {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.tv-portfolio-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tv-portfolio-active-2 {
    margin: 0 -160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-portfolio-active-2 {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-portfolio-style-2 .tv-portfolio-arrow-box .arrow-prev {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-portfolio-top-wrap .tv-portfolio-btn {
        margin-top: 25px;
    }
}

.tv-portfolio-inner-style .tv-portfolio-active {
    margin: 0;
}

@media (max-width: 575px) {
    .tv-portfolio-inner-style .tv-testimonial-2-arrow-box {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .tv-portfolio-inner-style .tv-testimonial-2-arrow-box button {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .tv-portfolio-inner-style .tv-testimonial-2-arrow-box button svg {
        width: 18px;
        display: inline-block;
        margin-top: -4px;
    }
}

.tv-pro-details-wrap {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-wrap {
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-thumb {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-thumb img {
        width: 100%;
    }
}

.tv-pro-details-title {
    font-weight: 600;
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-title br {
        display: none;
    }
}

.tv-pro-details-title-sm {
    font-weight: 700;
    font-size: 24px;
}

.tv-pro-details-text p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.76;
    color: #525252;
}

@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: 575px) {
    .tv-pro-details-text p {
        font-size: 15px;
    }
}

.tv-pro-details-text-2 {
    margin-left: -55px;
}

@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: 575px) {
    .tv-pro-details-text-2 {
        margin-left: 0;
    }
}

.tv-pro-details-text.ml {
    margin-left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-text.ml {
        margin-left: 0;
    }
}

.tv-pro-details-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 21px;
}

    .tv-pro-details-list ul li svg, .tv-pro-details-list ul li i {
        position: absolute;
        top: 1px;
        left: 0;
    }

@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: 575px) {
    .tv-pro-details-list ul li svg, .tv-pro-details-list ul li i {
        top: 4px;
    }
}

.tv-pro-details-list ul li div span {
    font-weight: 600;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    color: var(--tv-common-black);
}

.tv-pro-details-list ul li div p {
    font-size: 14px;
}

.tv-pro-details-list.list-style-1 ul li {
    width: 50%;
    float: left;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .tv-pro-details-list.list-style-1 ul li {
        width: 100%;
    }
}

.tv-pro-details-list.list-style-1 ul li svg, .tv-pro-details-list.list-style-1 ul li i {
    position: absolute;
    top: -2px;
    left: 0;
}

@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: 575px) {
    .tv-pro-details-list.list-style-1 ul li svg, .tv-pro-details-list.list-style-1 ul li i {
        top: 0;
    }
}

.tv-pro-details-border {
    padding-bottom: 45px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(82, 82, 82, 0.2);
}

.tv-pro-details-left {
    margin-right: 82px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-pro-details-left {
        margin-right: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-pro-details-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-left {
        margin-right: 0;
        margin-top: 50px;
    }
}

.tv-pro-details-left .tv-information-left {
    padding: 40px 35px;
    margin-right: 0;
    background-color: var(--tv-gray-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .tv-pro-details-left .tv-information-left {
        padding: 40px 15px;
    }
}

.tv-pro-details-left .tv-information-textarea-box textarea {
    height: 160px;
    background-color: var(--tv-common-white);
}

    .tv-pro-details-left .tv-information-textarea-box textarea::-moz-placeholder {
        font-weight: 400;
        font-size: 15px;
    }

    .tv-pro-details-left .tv-information-textarea-box textarea::placeholder {
        font-weight: 400;
        font-size: 15px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-pro-details-left .tv-information-textarea-box textarea::-moz-placeholder {
        font-size: 12px;
    }

    .tv-pro-details-left .tv-information-textarea-box textarea::placeholder {
        font-size: 12px;
    }
}

.tv-pro-details-info {
    padding: 40px 35px;
    background-color: var(--tv-gray-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .tv-pro-details-info {
        padding: 40px 15px;
    }
}

.tv-pro-details-info ul {
    margin-bottom: 35px;
}

    .tv-pro-details-info ul li {
        list-style-type: none;
    }

        .tv-pro-details-info ul li:not(:last-child) {
            margin-bottom: 20px;
        }

        .tv-pro-details-info ul li span {
            font-weight: 600;
            font-size: 17px;
            display: block;
            margin-bottom: 6px;
            color: var(--tv-common-black);
        }

        .tv-pro-details-info ul li a {
            font-weight: 400;
            font-size: 14px;
            transition: 0.3s;
        }

            .tv-pro-details-info ul li a:hover {
                color: var(--tv-theme-1);
            }

.tv-pro-details-social a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    line-height: 52px;
    font-size: 18px;
    margin-right: 9px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
    color: var(--tv-theme-1);
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-pro-details-social a {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}

.tv-pro-details-social a:hover {
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
}

.single-project-item {
    position: relative;
    z-index: 1;
}

    .single-project-item img {
        width: 100%;
        height: 420px;
        width: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50px 0 50px 0;
    }

    .single-project-item.border-round img {
        border-radius: 18px;
    }

    .single-project-item span.icon {
        background: var(--tv-theme-1);
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        line-height: 60px;
        color: var(--tv-common-white);
        border-radius: 8px 0 8px 0;
        margin-left: -30px;
        margin-top: -30px;
        font-size: 17px;
        transform: perspective(400px) rotateX(-90deg);
        transition: 0.3s all;
    }

        .single-project-item span.icon a {
            height: 60px;
            width: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-project-item span.icon {
        top: 20%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-item span.icon {
        top: 40%;
    }
}

.single-project-item span.icon i {
    transform: rotate(-45deg);
}

.single-project-item span.icon a {
    color: var(--tv-common-white);
}

.single-project-content {
    padding: 30px 24px;
    background: var(--tv-gray-1);
    margin: 0 30px;
    border-radius: 18px 0 18px 0;
    position: absolute;
    bottom: 30px;
    left: auto;
    right: auto;
    width: 80%;
    transform: perspective(400px) rotateX(-90deg);
    transition: 0.3s all;
}

.single-project-item:hover .single-project-content,
.single-project-item:hover span.icon {
    transform: perspective(400px) rotateX(0deg);
}

.single-project-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.process-box-content span {
    background: var(--tv-theme-1);
    color: var(--tv-common-white);
    padding: 6px 12px;
    border-radius: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-fade-anim.button {
        text-align: left;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-fade-anim.button {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .tv-fade-anim.button {
        text-align: left;
    }
}

.tv-single-project-item2 {
    position: relative;
    z-index: 2;
}

    .tv-single-project-item2:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(10, 22, 94, 0) 0%, rgba(10, 22, 94, 0.77) 100%);
        opacity: 0;
        transition: 0.3s all;
        border-radius: 50px 0 50px 0;
        transform: scale(0);
        z-index: 1;
    }

    .tv-single-project-item2:hover:after {
        opacity: 1;
        transform: scale(1);
    }

    .tv-single-project-item2 img {
        border-radius: 50px 0 50px 0;
        width: 100%;
    }

    .tv-single-project-item2 .project-content {
        position: absolute;
        display: flex;
        justify-content: space-between;
        padding: 40px;
        left: 0;
        bottom: 0;
        width: 100%;
        align-items: center;
        z-index: 3;
        transform: scale(0);
        visibility: hidden;
        transition: 0.3s all;
    }

        .tv-single-project-item2 .project-content p {
            color: var(--tv-common-white);
            font-size: 16px;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .tv-single-project-item2 .project-content h6 {
            color: var(--tv-common-white);
            font-size: 24px;
            font-weight: 600;
            line-height: 36px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-single-project-item2 .project-content h6 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .tv-single-project-item2 .project-content h6 {
        font-size: 18px;
        line-height: 28px;
    }
}

.tv-single-project-item2 .project-content h6 a {
    color: var(--tv-common-white);
    transition: 0.3s all;
}

.tv-single-project-item2 .project-content .video-icon {
    display: block;
}

    .tv-single-project-item2 .project-content .video-icon a {
        height: 56px;
        width: 56px;
        border-radius: 50%;
        background: var(--tv-theme-1);
        line-height: 56px;
        text-align: center;
        display: block;
    }

.tv-single-project-item2:hover .project-content {
    transform: scale(1);
    visibility: visible;
}

.tv-single-project-item2.item-3 .video-icon a {
    border-radius: 8px 0 8px 0;
}

.tv-project-details .tv-project-content .bottom:not(:last-child) {
    margin-bottom: 60px;
}

.tv-project-details .tv-project-content h2 {
    margin-bottom: 20px;
    font-weight: 700;
}

.tv-project-details .tv-project-sidebar-details {
    background-color: var(--tv-gray-1);
    padding: 40px 36px;
    border-radius: 30px 0 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-project-details .tv-project-sidebar-details {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-top: 30px;
    }
}

.tv-project-details .tv-project-sidebar-details h4 {
    margin-bottom: 30px;
    font-weight: 700;
}

.tv-project-details .tv-project-sidebar-details .tv-project-list-item ul {
    list-style: none;
}

    .tv-project-details .tv-project-sidebar-details .tv-project-list-item ul li {
        margin-bottom: 28px;
        display: flex;
        gap: 10px;
    }

        .tv-project-details .tv-project-sidebar-details .tv-project-list-item ul li span {
            display: inline-block;
            font-weight: 400;
        }

            .tv-project-details .tv-project-sidebar-details .tv-project-list-item ul li span.name {
                width: 90px;
                color: var(--tv-heading-primary);
                font-size: 16px;
                font-weight: 500;
            }

        .tv-project-details .tv-project-sidebar-details .tv-project-list-item ul li a {
            color: var(--tv-theme-1);
        }

.tv-project-details .tv-project-sidebar-details .tv-header-top-social-box a {
    height: 44px;
    width: 44px;
    background-color: var(--tv-heading-primary);
    color: var(--tv-common-white);
    line-height: 44px;
}

    .tv-project-details .tv-project-sidebar-details .tv-header-top-social-box a:hover {
        background-color: var(--tv-theme-1);
    }

.tv-project-slider-wrap .swiper-pagination {
    position: relative;
    display: flex;
    gap: 8px;
    justify-content: center;
}

    .tv-project-slider-wrap .swiper-pagination .swiper-pagination-bullet {
        background: var(--tv-text-body);
    }

    .tv-project-slider-wrap .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--tv-heading-primary);
        border: 2px solid var(--tv-heading-primary);
        position: relative;
    }

        .tv-project-slider-wrap .swiper-pagination .swiper-pagination-bullet-active:after {
            position: absolute;
            height: 16px;
            width: 16px;
            background: transparent;
            line-height: 16px;
            content: "";
            left: -6px;
            top: -6px;
            z-index: -1;
            border-radius: 50%;
            border: 2px solid var(--tv-heading-primary);
        }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-project-area-five .tv-btn-primary {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        margin-top: 30px;
    }
}

.single-process-box {
    text-align: center;
}

    .single-process-box img {
        margin-bottom: 40px;
    }

.process-box-content h2 {
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 12px;
}

.single-process-item .thumb {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

    .single-process-item .thumb img {
        height: 280px;
        width: 280px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 50%;
        border: 8px solid var(--tv-common-white);
    }

    .single-process-item .thumb span {
        padding: 13px 20px;
        background-color: var(--tv-theme-1);
        color: var(--tv-common-white);
        font-size: 16px;
        border-radius: 6px;
        position: absolute;
        bottom: 31px;
        left: -10px;
        height: 38px;
        line-height: 12px;
    }

.single-process-item .content {
    width: 280px;
    margin: 24px auto auto auto;
}

    .single-process-item .content h4 {
        color: var(--tv-common-white);
    }

    .single-process-item .content p {
        margin-bottom: 0;
        color: var(--tv-gray-1);
    }

.tv-process-area.tv-process-area-3 .shap {
    position: absolute;
    top: 30%;
    z-index: 0;
    transform: translateY(-50%);
}

.tv-process-area .shap {
    position: absolute;
    top: 65%;
    z-index: -1;
    transform: translateY(-50px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-process-area .shap {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        top: 62%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-process-area .shap {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        display: none;
    }
}

/*----------------------------------------*/
/*  24. step css start
/*----------------------------------------*/
.tv-step-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.tv-step-icon {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
    color: var(--tv-common-white);
    background-color: var(--tv-theme-1);
    position: relative;
}

    .tv-step-icon svg {
        transition: 0.3s;
        -webktv-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .tv-step-icon > span {
        position: absolute;
        top: 3%;
        right: -8%;
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        color: var(--tv-common-black);
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 27px;
        text-align: center;
        background-color: var(--tv-common-white);
        border: 1px solid var(--tv-common-black);
    }

.tv-step-item {
    transition: 0.3s;
    padding: 40px 20px;
    position: relative;
    background-color: var(--tv-gray-1);
}

    .tv-step-item::after {
        position: absolute;
        content: "";
        top: 50%;
        right: -100%;
        width: 100%;
        transform: translateY(-50%);
        border: 1px dashed var(--tv-common-black);
    }

@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: 575px) {
    .tv-step-item::after {
        display: none;
    }
}

.tv-step-item::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -36%;
    width: 17px;
    height: 15px;
    transform: translateY(-50%);
    background-color: var(--tv-common-black);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@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: 575px) {
    .tv-step-item::before {
        display: none;
    }
}

.tv-step-item p {
    margin-bottom: 0;
    transition: 0.3s;
}

.tv-step-item:hover {
    background-color: var(--tv-common-black);
}

    .tv-step-item:hover p {
        color: rgba(255, 255, 255, 0.78);
    }

    .tv-step-item:hover .tv-step-title {
        color: var(--tv-common-white);
    }

    .tv-step-item:hover .tv-step-icon svg {
        color: var(--tv-common-white);
        -webktv-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.tv-step-area .row [class*=col-]:last-child .tv-step-item::after {
    display: none;
}

.tv-step-area .row [class*=col-]:last-child .tv-step-item::before {
    display: none;
}

.tv-step-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

    .tv-step-bg .tv-step-item {
        background-color: var(--tv-common-white);
    }

        .tv-step-bg .tv-step-item:hover {
            background-color: var(--tv-common-black);
        }

/*----------------------------------------*/
/*  28. tracking css start
/*----------------------------------------*/
.tv-skill-area .tv-section-title-box .tv-section-title {
    padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-skill-area .tv-section-title-box .tv-section-title {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 0;
    }
}

.tv-skill-area .tv-section-title-box p {
    padding-right: 193px;
    margin-bottom: 50px;
    color: var(--tv-common-white);
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-skill-area .tv-section-title-box p {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 0;
    }
}

.tv-skill-area .tv-section-title-box img {
    border-radius: 18px;
    height: 100%;
}

.tv-skill-about-right {
    padding-left: 15px;
}

    .tv-skill-about-right .single-skill-box:not(:last-child) {
        margin-bottom: 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-skill-about-right {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-left: 0;
        margin-top: 30px;
    }
}

.single-skill-box {
    background-color: var(--tv-common-white);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    padding-left: 100px;
    transition: 0.3s all;
}

@media (max-width: 575px) {
    .single-skill-box {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        position: relative;
        padding: 30px;
    }
}

.single-skill-box:hover {
    background-color: var(--tv-theme-1);
}

    .single-skill-box:hover .content h4 {
        color: var(--tv-common-white);
    }

    .single-skill-box:hover .content P {
        color: var(--tv-common-white);
    }

    .single-skill-box:hover .icon svg path {
        fill: var(--tv-common-white);
    }

.single-skill-box .icon {
    position: absolute;
    left: 30px;
    top: 30px;
}

@media (max-width: 575px) {
    .single-skill-box .icon {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 15px;
    }
}

/*----------------------------------------*/
/*  17. newsletter css start
/*----------------------------------------*/
.tv-newsletter-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-newsletter-input-box {
        margin-top: 30px;
    }
}

.tv-newsletter-input-box input {
    line-height: 60px;
    height: 60px;
    width: 490px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-newsletter-input-box input {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-newsletter-input-box input {
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
}

.tv-newsletter-input-box .tv-btn-orange {
    padding: 19px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-newsletter-left .tv-section-title {
        font-size: 35px;
    }
}

/*----------------------------------------*/
/*  09. contact css start
/*----------------------------------------*/
.tv-cta-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .tv-cta-area .tv-contact-select .nice-select {
        float: none;
        background: var(--tv-common-white);
    }

        .tv-cta-area .tv-contact-select input, .tv-cta-area .tv-contact-select textarea, .tv-cta-area .tv-contact-select .nice-select span, select {
            color: var(--tv-text-body);
            font-size: 16px;
            border-radius: 8px 0 8px 0;
            background: var(--tv-gray-1);
            border: 0;
        }

    .tv-cta-area .tv-contact-select input, .tv-cta-area .tv-contact-select textarea, .tv-cta-area .tv-contact-select .nice-select {
        background: var(--tv-gray-1);
    }

    .tv-cta-area .tv-contact-select .nice-select {
        border: 1px transparent;
    }

        .tv-cta-area .tv-contact-select .nice-select:focus {
            border: 1px solid var(--tv-theme-1);
        }

    .tv-cta-area .tv-video-icon {
        left: 24%;
        right: auto;
    }

    .tv-cta-area .cta-form {
        padding: 40px;
        background: var(--tv-common-white);
        border-radius: 50px 0 50px 0;
        padding-bottom: 0;
        margin-bottom: -104px;
        position: relative;
        z-index: 99;
    }

        .tv-cta-area .cta-form h2 {
            font-size: 36px;
            margin-bottom: 14px;
        }

.it-contact-sumbit-box {
    padding: 20px 0;
}

.it-contact-sumbit-box {
    background: var(--tv-theme-1);
    position: relative;
    margin-top: 40px;
}

    .it-contact-sumbit-box button {
        background: var(--tv-common-white);
        color: var(--tv-heading-primary);
        border: none;
        z-index: 1;
    }

    .it-contact-sumbit-box:after, .it-contact-sumbit-box:before {
        position: absolute;
        left: -40px;
        background: var(--tv-theme-1);
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        border-radius: 0 0 50px 0;
    }

    .it-contact-sumbit-box:before {
        left: auto;
        right: -40px;
    }

.bg-img {
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .bg-img {
        background-size: 50% 100%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .bg-img {
        background-size: 50% 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bg-img {
        background-size: 50% 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bg-img {
        background-size: 50% 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bg-img {
        background-image: none !important;
    }
}

.tv-cta2-area {
    background-repeat: no-repeat;
}

    .tv-cta2-area .tv-cta2-left {
        position: relative;
        z-index: 1;
    }

        .tv-cta2-area .tv-cta2-left .video-play {
            position: absolute;
            left: 28%;
            margin-left: -40px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-cta2-area .tv-cta2-left .video-play {
        position: relative;
        left: 50%;
        margin-left: -20px;
        margin-bottom: 30px;
    }
}

.tv-cta2-area .tv-cta2-right {
    padding-left: 70px;
    color: var(--tv-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-cta2-area .tv-cta2-right {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-cta2-area .tv-cta2-right {
        padding-left: 0;
    }
}

.tv-cta2-area .tv-cta2-right h2 {
    font-size: 49px;
    color: var(--tv-common-white);
    margin-right: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tv-cta2-area .tv-cta2-right h2 {
        margin-right: 0;
        font-size: 42px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-cta2-area .tv-cta2-right h2 {
        margin-right: 0;
        font-size: 42px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-cta2-area .tv-cta2-right h2 {
        margin-right: 0;
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tv-cta2-area .tv-cta2-right h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tv-cta2-area .tv-cta2-right h2 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .tv-cta2-area .tv-cta2-right h2 {
        font-size: 32px;
    }
}

.tv-cta2-area .tv-cta2-right p {
    margin-bottom: 40px;
}

.tv-cta2-area .tv-cta2-right .tv-newsletter-form {
    width: 463px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-cta2-area .tv-cta2-right .tv-newsletter-form {
        width: auto;
    }
}

.tv-cta2-area .tv-cta2-right .tv-newsletter-form input {
    border-radius: 10px;
    padding: 20px 24px;
    height: 60px;
}

.tv-cta2-area .tv-cta2-right .tv-newsletter-form .tv-btn-primary {
    position: absolute;
    right: 2%;
    top: 50%;
    padding: 10px 33px;
    font-weight: 600;
    border-radius: 10px;
    transform: translateY(-50%);
}

    .tv-cta2-area .tv-cta2-right .tv-newsletter-form .tv-btn-primary:after {
        border-radius: 10px;
    }

.play-icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: var(--tv-theme-1);
    text-align: center;
    line-height: 80px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-cta-area .tv-video-icon {
        /*  'only screen and (min-width: 576px) and (max-width: 767px) */
        position: relative;
        left: 0;
    }
}

.cta-content h1 {
    font-size: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-content h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-content h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-content h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .cta-content h1 {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 28px;
    }
}

.cta-content p {
    font-size: 18px;
    margin: 40px 0;
    color: var(--tv-common-white);
    padding: 0 160px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .cta-content p {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding: 0;
    }
}

@media (max-width: 575px) {
    .cta-content p {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        font-size: 16px;
    }
}

.cta-content .tv-btn-primary {
    background-color: var(--tv-heading-primary);
}

.tv-testmonial-contact-wrap .single-testi-slider-item {
    background-color: var(--tv-common-white);
    padding: 40px;
    border-radius: 18px;
}

    .tv-testmonial-contact-wrap .single-testi-slider-item p {
        font-size: 18px;
        font-weight: 400;
        color: var(--tv-text-body);
        line-height: 1.5;
    }

.tv-contact-wrap-right {
    padding-left: 82px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-contact-wrap-right {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-left: 0;
    }
}

.tv-contact-wrap-right input {
    background-color: var(--tv-common-white);
    border: 1px solid rgba(10, 22, 94, 0.1);
    border-radius: 6px;
}

.tv-contact-wrap-right textarea {
    background-color: var(--tv-common-white);
    border: 1px solid rgba(10, 22, 94, 0.1);
    border-radius: 6px;
}

.tv-contact-wrap-right .nice-select {
    background-color: var(--tv-common-white);
    border: 1px solid rgba(10, 22, 94, 0.1);
    border-radius: 6px;
    height: 55px;
    line-height: 55px;
}

.tv-contact-wrap-right .tv-btn-primary {
    display: inline-block;
    width: auto;
    margin: 0 15px;
}

.tv-contact-wrap-right .it-contact-input-file {
    border: 1px dashed #5b5ce2;
    border-radius: 6px;
    padding: 7px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2d2d2d;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s;
}

    .tv-contact-wrap-right .it-contact-input-file:hover {
        border-color: #3c3ee6;
    }

    .tv-contact-wrap-right .it-contact-input-file input[type=file] {
        display: none;
    }

    .tv-contact-wrap-right .it-contact-input-file .text {
        flex: 1;
        font-size: 16px;
    }

    .tv-contact-wrap-right .it-contact-input-file .browse-btn {
        background-color: #3c3ee6;
        color: #fff;
        padding: 8px 16px;
        border-radius: 6px;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        white-space: nowrap;
        transition: 0.3s;
    }

        .tv-contact-wrap-right .it-contact-input-file .browse-btn:hover {
            background-color: #2f31c4;
        }

.tv-contact-wrap {
    padding: 60px;
    box-shadow: 5px 8px 30px rgba(23, 36, 38, 0.08);
    border-radius: 50px 0 50px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-contact-wrap {
        padding: 60px 30px;
    }
}

.tv-contact-wrap .tv-contact-left-wrap {
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-contact-wrap .tv-contact-left-wrap .tv-section-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), sm, (max-width: 575px) {
    .tv-contact-wrap .tv-contact-left-wrap {
        padding-right: 0;
    }

        .tv-contact-wrap .tv-contact-left-wrap .tv-section-title {
            font-size: 28px;
        }
}

.tv-contact-wrap .tv-contact-right-wrap {
    padding-left: 65px;
    background-color: var(--tv-theme-1);
    padding: 40px;
    border-radius: 50px 0 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-contact-wrap .tv-contact-right-wrap h1 {
        font-size: 28px;
    }
}

.tv-contact-wrap .tv-contact-right-wrap p {
    margin-bottom: 37px;
    color: var(--tv-common-white);
}

.tv-contact-wrap .tv-contact-right-wrap input, .tv-contact-wrap .tv-contact-right-wrap textarea {
    background-color: var(--tv-common-white);
    border-radius: 10px 0 10px 0;
}

.tv-contact-wrap .tv-contact-right-wrap .tv-btn-primary {
    background-color: var(--tv-heading-primary);
}

.tv-map {
    width: 100%;
    height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-map {
        height: 450px;
    }
}

.it-contact-sumbit-box.cta {
    padding: 26px;
}

/*----------------------------------------*/
/*  29. video css start
/*----------------------------------------*/
.tv-video-thumb img {
    width: 100%;
}

.tv-video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

    .tv-video-icon a {
        display: inline-block;
        height: 102px;
        width: 102px;
        text-align: center;
        line-height: 102px;
        border-radius: 50%;
        background-color: var(--tv-theme-1);
    }

        .tv-video-icon a span svg {
            width: 100% !important;
        }

@media (max-width: 575px) {
    .tv-video-icon a {
        height: 50px;
        width: 50px;
        line-height: 48px;
    }
}

.tv-video-icon a svg, .tv-video-icon a i {
    display: inline-block;
    padding-left: 4px;
    color: var(--tv-common-red);
}

@media (max-width: 575px) {
    .tv-video-icon a svg, .tv-video-icon a i {
        padding-left: 1px;
        width: 15px;
    }
}

.tv-video-text p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.76;
    color: #fff;
    margin-left: 195px;
    letter-spacing: -1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tv-video-text p {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-video-text p {
        margin-left: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-video-text p {
        margin-left: 0;
        margin-top: 25px;
    }
}

.tv-video-icon.popup {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0%);
}

    .tv-video-icon.popup a {
        height: auto;
        width: auto;
        background-color: transparent;
    }

.tv-video-popup-wrap {
    padding: 163px 0;
    position: relative;
    z-index: 1;
    border-radius: 50px 0 50px 0;
    margin-top: -361px;
}

    .tv-video-popup-wrap:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(10, 22, 94, 0.5);
        content: "";
        z-index: -1;
        border-radius: 50px 0 50px 0;
    }

/*----------------------------------------*/
/*  05. career css start
/*----------------------------------------*/
.tv-card-box {
    position: relative;
    padding-left: 60px;
}

    .tv-card-box .icon {
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background-color: var(--tv-theme-1);
        line-height: 40px;
        text-align: center;
        border-radius: 10px 0 10px 0;
    }

    .tv-card-box .content p {
        margin: 0;
    }

.tv-card-bottom-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-card-bottom-wrap {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        display: none;
    }
}

.tv-slider-card-wrap {
    gap: 43px;
    padding: 24px 30px;
    background-color: var(--tv-gray-1);
    border-radius: 18px 18px 0 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-slider-card-wrap {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        gap: 20px;
    }
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 332px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-slider-card-wrap .tv-slider-bottom-navigation-slider {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        display: none;
    }
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider .single-navigation-slider img {
    width: 332px;
    height: 188px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider .tv-testi-arrow-box-wrap {
    padding: 41px 24px;
    background-color: var(--tv-theme-1);
    display: flex;
    justify-content: space-between;
}

    .tv-slider-card-wrap .tv-slider-bottom-navigation-slider .tv-testi-arrow-box-wrap button {
        color: var(--tv-common-white);
        height: 36px;
        width: 36px;
        border: 1px solid var(--tv-common-white);
        line-height: 36px;
        text-align: center;
        border-radius: 50%;
    }

.single-card-box-2 {
    position: relative;
    padding-left: 78px;
}

    .single-card-box-2 .icon {
        position: absolute;
        left: 0;
        top: 0;
        height: 64px;
        width: 64px;
        text-align: center;
        line-height: 64px;
        background-color: var(--tv-theme-1);
        border-radius: 10px;
    }

    .single-card-box-2 .content h4 {
        margin-bottom: 5px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-card-box-2 .content h4 {
        /* 'only screen and (min-width: 1200px) and (max-width: 1399px)' */
        font-size: 20px;
    }
}

.single-card-box-2 .content p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

/*----------------------------------------*/
/*  19. price css start
/*----------------------------------------*/
.tv-pricing-area {
    padding-top: 228px;
}

.single-price-box {
    padding: 40px 36px;
    background: var(--tv-gray-1);
    border-radius: 50px 0 50px 0;
    position: relative;
    z-index: 1;
}

    .single-price-box .tv-btn-primary {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single-price-box .tag {
        position: absolute;
        right: 0;
        top: 95px;
        font-size: 16px;
        font-weight: 500;
        background: var(--tv-common-white);
        padding: 14px 28px;
        border-radius: 50px 0 0 50px;
        color: var(--tv-heading-primary);
        text-transform: capitalize;
    }

    .single-price-box.style-2 {
        border-radius: 18px;
    }

        .single-price-box.style-2 .tv-btn-primary {
            background-color: var(--tv-heading-primary);
        }

    .single-price-box h4.price-package {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .single-price-box h3.price {
        font-size: 48px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(88, 91, 111, 0.3);
    }

        .single-price-box h3.price span {
            font-size: 18px;
            font-weight: 400;
        }

    .single-price-box .single-price-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 40px;
    }

        .single-price-box .single-price-box ul li {
            font-size: 18px;
            font-weight: 400;
            font-family: var(--tv-ff-body);
            color: var(--tv-heading-primary);
            margin-bottom: 20px;
        }

            .single-price-box .single-price-box ul li i {
                margin-right: 8px;
            }

    .single-price-box .price-box-btn {
        margin-top: 44px;
    }

        .single-price-box .price-box-btn a.tv-btn-orange {
            background: var(--tv-heading-primary);
            font-weight: 500;
            display: block;
        }

    .single-price-box ul {
        list-style: none;
        margin-top: 40px;
    }

        .single-price-box ul li {
            margin-top: 20px;
            color: var(--tv-heading-primary);
            font-size: 18px;
            font-weight: 400;
            font-family: var(--tv-ff-body);
            line-height: 30px;
        }

            .single-price-box ul li i {
                margin-right: 8px;
            }

    .single-price-box.active {
        background: var(--tv-theme-1);
        color: var(--tv-common-white);
    }

        .single-price-box.active .price-package {
            color: var(--tv-common-white);
        }

        .single-price-box.active .price {
            color: var(--tv-common-white);
            border-bottom: 1px solid var(--tv-common-white);
        }

        .single-price-box.active ul li {
            color: var(--tv-common-white);
        }

        .single-price-box.active .tv-btn-primary {
            background-color: var(--tv-common-white);
        }

            .single-price-box.active .tv-btn-primary .btn-wrap .btn-text1 {
                color: var(--tv-theme-1);
            }

            .single-price-box.active .tv-btn-primary .btn-wrap .btn-text2 {
                color: var(--tv-theme-1);
            }

.tv-pricing-tab-left {
    padding: 50px 36px;
    background-color: var(--tv-theme-1);
    border-radius: 18px;
}

    .tv-pricing-tab-left .nav.nav-price {
        background-color: var(--tv-common-white);
        padding: 8px;
        border-radius: 4px;
        width: 245px;
    }

        .tv-pricing-tab-left .nav.nav-price .nav-link {
            padding: 16px 24px;
            font-size: 16px;
            line-height: 16px;
            font-weight: 500;
            color: var(--tv-heading-primary);
        }

            .tv-pricing-tab-left .nav.nav-price .nav-link.active {
                background-color: var(--tv-theme-1);
                color: var(--tv-common-white);
                border-radius: 4px;
            }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .tv-pricing-tab-right {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-top: 30px;
    }
}

.price-content-wrap .price-list-item {
    list-style: none;
    margin-top: 40px;
    margin-bottom: 14px;
}

    .price-content-wrap .price-list-item li {
        font-size: 18px;
        line-height: 40px;
        color: var(--tv-common-white);
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 30px;
    }

        .price-content-wrap .price-list-item li i {
            margin-right: 8px;
        }

.price-content-wrap .tv-btn-primary {
    background-color: var(--tv-common-white);
    width: 100%;
    display: flex;
    justify-content: center;
}

    .price-content-wrap .tv-btn-primary .btn-text1 {
        color: var(--tv-heading-primary);
    }

    .price-content-wrap .tv-btn-primary .btn-text2 {
        color: var(--tv-heading-primary);
    }

.single-price-box-wrap {
    padding: 50px 36px;
    border-radius: 18px;
    border: 1px solid rgba(88, 91, 111, 0.3);
    justify-content: space-between;
    background-color: var(--tv-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-price-box-wrap {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .single-price-box-wrap {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        flex-wrap: wrap;
    }
}

.single-price-box-wrap:not(:last-child) {
    margin-bottom: 30px;
}

.single-price-box-wrap h4 {
    font-size: 24px;
}

.single-price-box-wrap p {
    padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-price-box-wrap p {
        /* 'only screen and (min-width: 992px) and (max-width: 1199px)' */
        padding-right: 0;
        font-size: 14px;
    }
}

.single-price-box-wrap .price {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--tv-ff-body);
}

    .single-price-box-wrap .price span {
        font-size: 50px;
        font-weight: 600;
        font-family: var(--tv-ff-heading);
    }

/*----------------------------------------*/
/*  10. error css start
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tv-error-thumb {
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .tv-error-thumb {
        margin-bottom: 50px;
    }
}

.single-consulting-wrap {
    padding: 50px 40px;
    background-color: var(--tv-heading-primary);
    border-radius: 18px;
}

@media (max-width: 575px) {
    .single-consulting-wrap {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        padding: 30px 20px;
    }
}

.single-consulting-wrap h3 {
    color: var(--tv-common-white);
    font-size: 36px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-consulting-wrap h3 {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        font-size: 28px;
    }
}

.single-consulting-wrap p {
    color: var(--tv-common-white);
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.single-consulting-wrap .tv-btn-primary {
    margin-top: 44px;
    margin-bottom: 24px;
}

.single-consulting-wrap.theme-bg {
    background-color: var(--tv-theme-1);
}

    .single-consulting-wrap.theme-bg .tv-btn-primary {
        background-color: var(--tv-common-white);
    }

        .single-consulting-wrap.theme-bg .tv-btn-primary .btn-text1, .single-consulting-wrap.theme-bg .tv-btn-primary .btn-text2 {
            color: var(--tv-heading-primary);
        }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .single-consulting-wrap.margin {
        /* 'only screen and (min-width: 768px) and (max-width: 991px)' */
        margin-bottom: 30px;
    }
}

/*custom*/

.tv-header-logo h1 {
    color: #0138b7;
    text-transform: uppercase;
    font-family: var(--tv-ff-body);
    font-weight: 700;
}

.tv-header-logo h6 {
    color: #c90f0f;
    text-transform: uppercase;
    text-align: end;
    font-family: DigifaceWide;
}

.technology_box {
    margin-bottom: 10px;
}

    .technology_box .tech_head {
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 500;
        font-size: 18px;
        width: 100%;
        float: left;
    }

        .technology_box .tech_head:after {
            position: absolute;
            bottom: 0;
            content: '';
            height: 2px;
            background-image: linear-gradient(to right, #0038b8, #4CA1AF);
            width: 100px;
            left: 0;
        }

        .technology_box .tech_head:after {
            clear: both;
            content: '';
            display: block;
        }

    .technology_box ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .technology_box li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        list-style: none;
    }

.tech_box {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    /*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);*/
    border: 2px solid #0138b7;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tech_box img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        margin-bottom: 0;
    }
/*home page Flip card css*/
.flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
    padding: 2px;
}

.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: cornSilk;
    text-align: center;
    font: 3em / 240px 'Helvetica Neue', Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.back {
    transform: rotateY(180deg);
}

.about-content span {
    font-size: 18px;
}

.about-image img {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.text-justify {
    text-align: justify;
}
/*.apply-area {
    background-image: url(../../assets/img/nomacareer/careerbgservice.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.tv-breadcrumb-area {
    background-image: url(../../assets/img/breadcrumb/breadcrumb.jpg) !important;
}


:root {
    --primary-color: #4361ee;
    --secondary-color: #3f37c9;
    --accent-color: #4cc9f0;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --success-color: #4bb543;
}

/*body {
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                background-color: #f5f7fb;
                color: var(--dark-color);
            }*/

/*.achievements-section {
                padding: 80px 0;
                background: linear-gradient(135deg, #f5f7fb 0%, #e4e8f5 100%);
            }*/

.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

    .section-title h2 {
        font-weight: 700;
        color: #0138b7;
        margin-bottom: 15px;
    }

    .section-title p {
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
    }

    .section-title::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 4px;
        background: linear-gradient(to right, #0138b7, #c90f0f);
        /*background: linear-gradient(to right, var(--primary-color), var(--accent-color));*/
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
    }

.achievement-item {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 25px;
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.4s ease;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .achievement-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(to right, #0138b7, #c90f0f);
        /*background: linear-gradient(to right, var(--primary-color), var(--accent-color));*/
        z-index: 2;
    }

    .achievement-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(67, 97, 238, 0.15);
    }

.achievement-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #f0f2ff;
    box-shadow: 0 5px 15px rgba(67, 97, 238, 0.2);
    transition: all 0.3s ease;
}

.achievement-item:hover .achievement-img {
    transform: scale(1.05);
    border-color: #0138b7;
}

.achievement-item h5 {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.achievement-item p {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

.achievement-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--accent-color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

/* Animation for items */
@@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.achievement-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive adjustments */
@@media (max-width: 768px) {
    .achievement-item {
        margin-bottom: 20px;
    }

    .achievement-img {
        width: 80px;
        height: 80px;
    }
}

