:root {
    --tv-ff-body: "Inter", sans-serif;
    --tv-ff-heading: "Outfit", sans-serif;
    --tv-ff-fontawesome: Font Awesome 6 Pro;
    --tv-common-white: #fff;
    --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: #2b4dff
}

@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
    }
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: var(--tv-ff-body);
    color: var(--tv-text-body);
    overflow-x: hidden
}

body, html {
    overflow-x: hidden
}

a {
    text-decoration: none;
    transition: all .3s
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--tv-ff-heading);
    color: var(--tv-heading-primary);
    -webktv-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    font-weight: 600;
    line-height: 1.22;
    transition: all .3s ease-out
}

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: 0;
    padding: 0
}

.z-index-1 {
    z-index: 1;
    position: relative
}

.z-index-2 {
    z-index: 2;
    position: relative
}

.z-index-3 {
    z-index: 3;
    position: relative
}

.z-index-4 {
    z-index: 4;
    position: relative
}

.z-index-5 {
    z-index: 5;
    position: relative
}

.z-index-8 {
    z-index: 8;
    position: relative
}

.z-index-9 {
    z-index: 9;
    position: relative
}

.z-index-10 {
    z-index: 10;
    position: relative
}

a, .btn, button, input, select, textarea, li, img, .transition-3, h1, h2, h3, h4, h5, h6 {
    -webktv-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out
}

a:focus, .button:focus {
    outline: none;
    text-decoration: none
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none
}

a, button {
    color: #d92c66;
    background: 0 0;
    border: none;
    outline: none
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input {
    width: 100%;
    height: 55px;
    color: var(--tv-common-black);
    text-transform: capitalize;
    background-color: #f6f7f9;
    border: 1px solid #0000;
    outline: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 50px
}

input::-webktv-input-placeholder {
    color: #525252;
    text-transform: capitalize
}

input:-moz-placeholder-shown {
    color: #525252;
    text-transform: capitalize
}

input::-moz-placeholder {
    color: #525252;
    text-transform: capitalize
}

input:-ms-placeholder-shown {
    color: #525252;
    text-transform: capitalize
}

input:focus {
    border-color: #d92c66
}

textarea {
    resize: none;
    width: 100%;
    height: 200px;
    color: var(--tv-common-black);
    text-transform: capitalize;
    background-color: #f6f7f9;
    border: 1px solid #0000;
    outline: none;
    padding: 20px 25px;
    font-size: 16px
}

textarea::-webktv-input-placeholder {
    color: #525252;
    text-transform: capitalize
}

textarea:-moz-placeholder-shown {
    color: #525252;
    text-transform: capitalize
}

textarea::-moz-placeholder {
    color: #525252;
    text-transform: capitalize
}

textarea:-ms-placeholder-shown {
    color: #525252;
    text-transform: capitalize
}

textarea:focus {
    border-color: #d92c66
}

input[type=color] {
    appearance: none;
    -webktv-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0
}

::-moz-selection {
    background: #d92c66;
    color: var(--itt-common-white);
    text-shadow: none
}

::selection {
    background: #d92c66;
    color: var(--tv-common-white);
    text-shadow: none
}

::placeholder {
    color: var(--tv-common-black);
    font-size: var(--tv-fz-body);
    opacity: 1
}

.fix {
    overflow: hidden
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.border-line-orange {
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-image: linear-gradient(#d92c66, #d92c66), linear-gradient(#d92c66, #d92c66);
    transition: background-size .3s linear;
    display: inline
}

.border-line-orange:hover {
    background-size: 0% 1px, 100% 1px
}

.border-line-black {
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-image: linear-gradient(var(--tv-common-black), var(--tv-common-black)), linear-gradient(var(--tv-common-black), var(--tv-common-black));
    transition: background-size .3s linear;
    display: inline
}

.border-line-black:hover {
    background-size: 0% 1px, 100% 1px
}

.border-line-white {
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    background-image: linear-gradient(var(--tv-common-white), var(--tv-common-white)), linear-gradient(var(--tv-common-white), var(--tv-common-white));
    transition: background-size .3s linear;
    display: inline
}

.border-line-white:hover {
    background-size: 0% 1px, 100% 1px
}

.section-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.title-hover {
    transition: all .3s
}

.title-hover:hover {
    color: #d92c66
}

.zoom .img-zoom {
    overflow: hidden
}

.zoom .img-zoom img {
    transition: all 1.3s
}

.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 {
    content: "";
    opacity: 1;
    pointer-events: none;
    -webktv-transition: all .4s linear;
    background: #ffffff4d;
    transition: all .4s linear;
    position: absolute;
    inset: 0 51% 0 50%
}

.shine-effect:hover:before {
    opacity: 0;
    -webktv-transition: all .4s linear;
    transition: all .4s linear;
    left: 0;
    right: 0
}

.shine-effect-2 {
    position: relative
}

.shine-effect-2:before {
    content: "";
    opacity: 1;
    pointer-events: none;
    background: #ffffff4d;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0
}

.shine-effect-2:hover:before {
    opacity: 0;
    -webktv-transition: all .4s linear;
    height: 100%;
    transition: all .4s linear
}

.img-style {
    overflow: hidden
}

.img-style img {
    width: 100%;
    transition: transform .6s cubic-bezier(.65, 0, .35, 1);
    transform: scale(1.04)translate(-1%)
}

.img-style:hover img {
    transform: scale(1.04)translate(1%)
}

.img-zoom-style {
    overflow: hidden
}

.img-zoom-style img {
    transition: transform .6s cubic-bezier(.65, 0, .35, 1)
}

.img-zoom-style:hover img {
    transform: scale(1.04)
}

.tw-rounded-lg {
    border-radius: .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 {
    z-index: 1;
    position: relative
}

@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 {
    text-transform: capitalize;
    font-size: 24px
}

@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 {
    margin-top: -45px;
    position: absolute;
    top: 50%;
    left: 0
}

.single-icon-box span:after {
    content: "";
    background: var(--tv-gray-1);
    z-index: -1;
    border-radius: 10px 0;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0
}

.single-icon-box.style-2 span:after {
    content: "";
    background: var(--tv-common-white);
    display: block
}

.pb-130 {
    padding-bottom: 130px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pb-130 {
        padding-bottom: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .pb-130 {
        padding-bottom: 60px
    }

    .pt-130 {
        padding-top: 60px
    }
}

.pb-421 {
    padding-bottom: 421px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-44 {
    margin-bottom: 44px
}

.mt-74 {
    margin-top: 74px
}

.tv-btn-primary {
    background: #d92c66;
    border-radius: 18px 0;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block
}

.tv-btn-primary .btn-wrap {
    float: left;
    z-index: 1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none !important
}

.tv-btn-primary .btn-wrap .btn-text1 {
    color: var(--tv-common-white);
    text-transform: capitalize;
    align-items: center;
    transition: all .3s;
    display: block;
    position: relative;
    display: flex !important
}

.tv-btn-primary .btn-wrap .btn-text2 {
    color: var(--tv-common-white);
    text-transform: capitalize;
    align-items: center;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 100%;
    display: flex !important
}

.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 {
    background: var(--tv-common-white);
    border: 1px solid #d92c66;
    border-radius: 18px 0;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block
}

.tv-btn-secondary .btn-wrap {
    float: left;
    z-index: 1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none !important
}

.tv-btn-secondary .btn-wrap .btn-text1 {
    color: #d92c66;
    text-transform: capitalize;
    align-items: center;
    transition: all .3s;
    display: block;
    position: relative;
    display: flex !important
}

.tv-btn-secondary .btn-wrap .btn-text2 {
    color: #d92c66;
    text-transform: capitalize;
    align-items: center;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 100%;
    display: flex !important
}

.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
    }

    to {
        margin-top: 0
    }
}

@keyframes itswing {
    0% {
        transform: rotate(4deg)
    }

    to {
        transform: rotate(-4deg)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@-webkit-keyframes ripple-white {
    0% {
        box-shadow: 0 0 #fff3, 0 0 0 10px #fff3, 0 0 0 20px #fff3
    }

    to {
        box-shadow: 0 0 0 10px #fff3, 0 0 0 20px #fff3, 0 0 0 30px #fff0
    }
}

.ripple-white {
    animation: 1s linear infinite ripple-white
}

@keyframes img-anim-right {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0;
        transform: translate(5%)
    }

    to {
        clip-path: inset(0);
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes img-anim-left {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
        transform: translate(-5%)
    }

    to {
        clip-path: inset(0);
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes img-anim-top {
    0% {
        clip-path: inset(0 0 100%);
        opacity: 0;
        transform: translateY(-5%)
    }

    to {
        clip-path: inset(0);
        opacity: 1;
        transform: translateY(0)
    }
}

.img-anim-right {
    opacity: 0;
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-right
}

.img-anim-top {
    opacity: 0;
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards img-anim-top
}

.img-anim-left {
    opacity: 0;
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-left
}

@keyframes itupdown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

@keyframes ittranslateX2 {
    0% {
        transform: translate(-30px)
    }

    to {
        -webkit-transform: translatXY(20px);
        transform: translate(20px)
    }
}

.dark #preloader {
    background-color: #d92c66
}

#preloader {
    z-index: 999999;
    background-color: #f7f7f7;
    position: fixed;
    inset: 0
}

.preloader {
    text-align: left;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%
}

.preloader span {
    background: #d92c66;
    -webktv-animation: preloader 1.3s linear infinite;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    animation: 1.3s linear infinite preloader;
    display: inline-block;
    position: absolute
}

.preloader span:last-child {
    -webktv-animation-delay: -.9s;
    animation-delay: -.9s
}

@keyframes preloader {
    0% {
        opacity: .5;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@-webktv-keyframes preloader {
    0% {
        -webktv-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webktv-transform: scale(1, 1);
        opacity: 0
    }
}

.scroll-top {
    z-index: 9;
    text-align: center;
    width: 40px;
    height: 40px;
    color: var(--tv-common-white);
    cursor: pointer;
    background: #d92c66;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    line-height: 40px;
    transition: all 1s;
    position: fixed;
    bottom: -10%;
    right: 50px
}

.scroll-top.open {
    bottom: 80px
}

.theme-bg {
    background: #d92c66
}

.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 {
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    background: #181818cc;
    width: 100%;
    height: 100%;
    transition: all .45s ease-in-out;
    position: fixed;
    top: 0;
    left: 0
}

.body-overlay.apply {
    opacity: 1;
    visibility: visible
}

.body-overlay:hover {
    cursor: url(../media/cross-out.768328e7.png), pointer
}

.tv-instagram img {
    width: 100%
}

.itoffcanvas {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--tv-heading-primary);
    z-index: 9999;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    width: 480px;
    padding: 50px;
    transition: all .45s ease-in-out;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    overflow-y: scroll;
    box-shadow: 0 16px -32px #000c
}

.itoffcanvas.opened {
    opacity: 1;
    visibility: visible
}

@media (max-width:575px) {
    .itoffcanvas {
        width: 300px;
        padding: 40px 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .itoffcanvas {
        width: 400px;
        padding: 40px
    }
}

.itoffcanvas.opened {
    -webktv-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    right: 0
}

.itoffcanvas__logo {
    margin-bottom: 60px
}

@media (max-width:575px), only screen and (min-width:768px) and (max-width:991px) {
    .itoffcanvas__logo {
        padding-top: 0
    }
}

.itoffcanvas__logo img {
    width: 157px;
    height: 100%
}

.itoffcanvas__close-btn button {
    color: #fff;
    opacity: .2;
    -webktv-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all 1s;
    font-size: 35px;
    font-weight: 300;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    position: absolute;
    top: 42px;
    right: 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        top: 52px;
        right: 48px
    }
}

@media (max-width:575px) {
    .itoffcanvas__close-btn button {
        font-size: 28px;
        top: 38px;
        right: 39px
    }
}

.itoffcanvas__close-btn button:hover {
    color: #fff;
    opacity: 1
}

.itoffcanvas__content {
    margin-bottom: 30px
}

.itoffcanvas__content p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

.itoffcanvas__content span {
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block
}

.itoffcanvas__content a {
    color: var(--tv-common-white);
    font-size: 30px;
    font-weight: 700;
    line-height: 51px;
    display: inline-block
}

@media (max-width:575px) {
    .itoffcanvas__content a {
        font-size: 27px
    }
}

.itoffcanvas__social {
    margin-top: 50px
}

.itoffcanvas__social .social-icon a {
    text-align: center;
    background-color: #d92c66;
    width: 50px;
    height: 50px;
    color: var(--tv-common-white);
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
    line-height: 50px;
    transition: all .3s;
    display: inline-block
}

@media (max-width:575px) {
    .itoffcanvas__social .social-icon a {
        margin-right: 3px
    }
}

.itoffcanvas__social .social-icon a:hover {
    background-color: #d92c66;
    color: var(--tv-common-white)
}

.itoffcanvas__text {
    border-bottom: 1px solid #3b3838;
    margin-bottom: 20px;
    padding-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;
    margin-bottom: 20px;
    padding-bottom: 30px
}

.itoffcanvas__info .offcanva-title {
    color: var(--tv-common-white);
    margin: 30px 0 40px;
    font-size: 20px;
    font-weight: 600
}

.itoffcanvas__info-icon a {
    background-color: #d92c66;
    width: 50px;
    height: 50px;
    color: var(--tv-common-white);
    text-align: center;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 21px;
    font-weight: 400;
    line-height: 50px;
    display: inline-block
}

.itoffcanvas__info-address span {
    color: #ffffffa3;
    font-size: 16px;
    font-weight: 400;
    display: block
}

.itoffcanvas__info-address a {
    color: var(--tv-common-white);
    font-size: 18px;
    font-weight: 600;
    transition: all .3s;
    display: block
}

@media (max-width:575px) {
    .itoffcanvas__info-address a {
        font-size: 16px
    }
}

.itoffcanvas__info-address a:hover {
    color: #d92c66
}

.itoffcanvas .tv-homemenu-wrapper {
    padding: 0
}

.itoffcanvas .home-img-thumb {
    height: 215px;
    padding: 0
}

.itoffcanvas .tv-menu-mobile .home-img-title, .itoffcanvas .tv-category-mobile-menu .home-img-title {
    font-weight: 400
}

.itoffcanvas .tv-megamenu-thumb, .itoffcanvas .tv-megamenu-text, .itoffcanvas .tv-megamenu-list li a:before {
    display: none
}

.itoffcanvas .tv-megamenu-list li:hover>a {
    padding-left: 0;
    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 #fff3
}

.itoffcanvas .tv-megamenu-title {
    color: #fff;
    border-bottom: 1px solid #fff6;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: 65px;
    padding-bottom: 14px;
    font-size: 18px
}

.tv-offcanva-bottom-shape {
    z-index: -1;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.tv-offcanva-bottom-shape img {
    width: 100%
}

.tv-breadcrumb-ptb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0
}

@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 {
    content: "";
    z-index: -1;
    background: #0a165ee6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tv-breadcrumb-title {
    color: var(--tv-common-white);
    font-size: 80px;
    font-weight: 700
}

@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 {
        margin-bottom: 20px;
        font-size: 28px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tv-breadcrumb-title {
        margin-bottom: 20px;
        font-size: 37px
    }
}

.tv-breadcrumb-list span {
    color: #fff9;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.71
}

.tv-breadcrumb-list span a {
    color: #fff9
}

@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 {
    color: var(--tv-common-white);
    margin: 0 14px
}

.tv-breadcrumb-list i {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71
}

@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 {
    border-radius: 6px;
    margin-bottom: 20px
}

.tv-custom-accordion .accordion-buttons {
    font-size: 20px;
    font-weight: 700;
    font-family: var(--tv-ff-heading);
    color: var(--tv-heading-primary);
    text-align: left;
    border-radius: 10px;
    width: 100%;
    padding: 28px 30px;
    position: relative
}

@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 {
        padding-right: 60px;
        font-size: 15px
    }
}

@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 {
    content: "";
    opacity: 1;
    color: var(--tv-heading-primary);
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%)
}

.tv-custom-accordion .accordion-buttons.collapsed {
    background-color: var(--tv-gray-1)
}

.tv-custom-accordion .accordion-buttons.collapsed:after {
    content: ""
}

.tv-custom-accordion .accordion-buttons:not(.collapsed) {
    background-color: #d92c66;
    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 {
    z-index: 99;
    position: relative
}

.tv-custom-accordion .accordion-body {
    z-index: 1;
    background-color: var(--tv-gray-1);
    padding: 35px 20px 35px 30px;
    position: relative
}

@media (max-width:575px) {
    .tv-custom-accordion .accordion-body {
        flex-wrap: wrap
    }
}

.tv-custom-accordion .accordion-body p {
    margin-right: 50px;
    line-height: 1.71
}

@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: none
}

.tv-custom-accordion-style-2 .accordion-items {
    border: none
}

.tv-custom-accordion-style-2 .accordion-buttons {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--tv-ff-heading);
    color: var(--tv-heading-primary);
    padding: 39px 25px
}

@media (max-width:575px) {
    .tv-custom-accordion-style-2 .accordion-buttons {
        padding-right: 70px;
        font-size: 18px
    }
}

@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: "";
    background-color: #d92c66;
    width: 32px;
    height: 32px;
    color: var(--tv-common-white);
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 32px
}

.tv-custom-accordion-style-2 .accordion-buttons.collapsed {
    background-color: var(--tv-gray-1)
}

.tv-custom-accordion-style-2 .accordion-buttons.collapsed:after {
    content: "";
    background-color: var(--tv-heading-primary)
}

.tv-custom-accordion-style-2 .accordion-buttons:not(.collapsed) {
    color: #d92c66;
    background-color: var(--tv-gray-1);
    padding-bottom: 20px
}

.tv-custom-accordion-style-2 .accordion-buttons:not(.collapsed):after {
    color: var(--tv-common-white)
}

.tv-custom-accordion-style-2 .accordion-body {
    background-color: var(--tv-gray-1);
    padding: 0 20px 35px 30px
}

@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 {
    color: var(--tv-text-body);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.76
}

@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 {
        margin-right: 0;
        font-size: 15px
    }
}

.tv-custom-accordion.style-3 {
    padding-left: 15px
}

.tv-custom-accordion.style-3 .accordion-items {
    border-top: 1px solid #0a165e4d;
    border-radius: 0;
    margin-bottom: 0;
    padding: 37.5px 0
}

.tv-custom-accordion.style-3 .accordion-items:last-child {
    border-bottom: 1px solid #0a165e4d
}

.tv-custom-accordion.style-3 .accordion-items .accordion-buttons {
    background-color: #0000;
    padding: 0
}

.tv-custom-accordion.style-3 .accordion-items .accordion-buttons:after {
    color: var(--tv-heading-primary);
    background-color: #0000;
    right: 0
}

.tv-custom-accordion.style-3 .accordion-items .accordion-body {
    background-color: #0000;
    margin-top: 24px;
    padding: 0
}

.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 {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    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 {
        flex-wrap: wrap
    }
}

.accordion.width .card {
    border: none;
    flex: 1 1 0;
    min-width: 100px;
    transition: all .4s;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .accordion.width .card {
        box-sizing: border-box;
        flex: 0 0 calc(50% - 13.33px);
        max-width: calc(50% - 13.33px)
    }
}

@media only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px) {
    .accordion.width .card {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width:575px) {
    .accordion.width .card {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.accordion.width .card .card-header {
    writing-mode: vertical-rl;
    cursor: pointer;
    writing-mode: vertical-rl;
    background-color: var(--tv-gray-1);
    border: none;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    height: 389px;
    padding: 30px 50px;
    display: flex;
    transform: rotate(180deg)
}

@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 {
        writing-mode: horizontal-tb;
        cursor: pointer;
        background-color: var(--tv-gray-1);
        border: none;
        border-radius: 10px;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 30px 50px;
        display: flex;
        transform: rotate(0)
    }
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .accordion.width .card .card-header {
        padding: 30px
    }

    .accordion.width .card .card-header h4 {
        font-size: 18px
    }
}

.accordion.width .card .body-content-wrap {
    visibility: hidden;
    height: 0;
    transition: all .3s ease-in-out;
    transform: scaleY(0)
}

.accordion.width .card .card-body {
    opacity: 0;
    visibility: hidden;
    transform-origin: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(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) {
    .accordion.width .card .card-body {
        opacity: 1;
        visibility: visible;
        position: relative;
        transform: scaleX(1)
    }
}

.accordion.width .card .card-body h3 {
    color: var(--tv-common-white);
    margin: 0;
    font-size: 30px
}

.accordion.width .card .card-body .icon {
    text-align: center;
    background-color: var(--tv-common-white);
    border-radius: 8px;
    width: 80px;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 47px;
    line-height: 80px
}

.accordion.width .card .card-body p {
    color: var(--tv-common-white);
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400
}

.accordion.width .card .card-body:after {
    content: "";
    z-index: -1;
    background-color: #0a165ecc;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.accordion.width .card:hover {
    z-index: 10;
    flex: 6 1 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) {
    .accordion.width .card:hover {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.accordion.width .card:hover .card-body {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1)
}

.accordion.width .card:hover .body-content-wrap {
    visibility: visible;
    height: 100%;
    transition: all .3s ease-in-out;
    transform: scaleY(1)
}

.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 {
        display: flex
    }
}

.accordion.width .card:nth-last-child(-n+3):hover .card-body {
    transform-origin: 100%
}

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s
}

.search__popup {
    z-index: 9999999;
    background: var(--tv-common-black);
    -webktv-transform: translateY(calc(-100% - 80px));
    -webktv-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
    transition: transform .6s ease-in-out .7s, opacity .6s ease-in-out .7s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(calc(-100% - 80px))
}

.search__popup.search-opened {
    -webktv-transform: translateY(0%);
    transition-delay: 0s;
    transform: translateY(0%)
}

.search__popup.search-opened .search__input {
    -webktv-transform: translateY(0px);
    opacity: 1;
    transition-delay: .3s;
    transform: translateY(0)
}

.search__popup.search-opened .search__input:after {
    width: 100%;
    transition-delay: .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 {
    opacity: 0;
    height: 80px;
    transition-delay: .5s;
    position: relative
}

.search__input:after {
    content: "";
    background-color: #ffffff4d;
    width: 0%;
    height: 1px;
    transition-delay: .3s;
    position: absolute;
    bottom: 0;
    left: 0
}

.search__input input {
    width: 100%;
    height: 100%;
    color: var(--tv-common-white);
    background-color: #0000;
    border: 0;
    border-bottom: 1px solid #0000;
    outline: 0;
    padding: 0 30px 0 0;
    font-size: 24px
}

.search__input input::-webktv-input-placeholder {
    color: #ffffff80;
    font-size: 24px
}

.search__input input:-moz-placeholder-shown {
    color: #ffffff80;
    font-size: 24px
}

.search__input input::-moz-placeholder {
    color: #ffffff80;
    font-size: 24px
}

.search__input input:-ms-placeholder-shown {
    color: #ffffff80;
    font-size: 24px
}

.search__input button {
    -webktv-transform: translateY(-50%);
    color: var(--tv-common-white);
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.search__input .search-input-field~.search-focus-border {
    background-color: var(--tv-common-orange);
    -webktv-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    width: 0;
    height: 1px;
    transition: all .5s ease-out;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0
}

.search__input .search-input-field:focus~.search-focus-border {
    -webktv-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    width: 100%;
    transition: all .5s ease-out;
    left: 0;
    right: auto
}

.search__close-btn {
    color: #ffffff4d;
    font-size: 25px
}

.search__close-btn:hover {
    color: var(--tv-common-white)
}

.search__result-title {
    letter-spacing: -.04em;
    margin-bottom: 0;
    font-size: 50px
}

@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: #d92c66;
    display: inline-block
}

.search__result-content p {
    color: var(--tv-text-1);
    font-size: 16px;
    line-height: 1.62
}

.search__result-input {
    position: relative
}

.search__result-input-box {
    margin-bottom: 20px;
    position: relative
}

.search__result-input-box button {
    padding: 22px 43px;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width:575px) {
    .search__result-input-box button {
        margin-top: 15px;
        position: relative
    }
}

.search__result-input-box button:hover {
    background-color: var(--tv-common-black)
}

.search__result-input input {
    background-color: var(--tv-common-white);
    border: 1px solid var(--tv-common-white);
    width: 100%;
    height: 70px;
    box-shadow: -3px 0px 0px #d92c66, 0px 1px 2px #03041c24;
    padding-left: 60px;
    padding-right: 177px
}

@media (max-width:575px) {
    .search__result-input input {
        padding-right: 25px
    }
}

.search__result-input span {
    -webktv-transform: translateY(-50%);
    color: #a0a0b5;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}

.search__result-input span svg {
    -webktv-transform: translateY(-2px);
    transform: translateY(-2px)
}

.search__result-tags a {
    font-family: var(--tv-ff-space);
    border: 1px solid #d5d5dd;
    margin-bottom: 7px;
    margin-right: 2px;
    padding: 5px 18px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: inline-block
}

.search__result-tags a:hover {
    background-color: #d92c66;
    border-color: #d92c66;
    color: var(--tv-common-white)
}

.search__blog-item {
    border: 1px solid #eaeaef;
    padding: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search__blog-item {
        padding: 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 {
    letter-spacing: -.04em;
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 1.2
}

@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: #d92c66
}

.search__blog-tag {
    margin-bottom: 10px
}

.search__blog-tag a {
    font-family: var(--tv-ff-space);
    color: var(--tv-common-purple);
    background-color: #6364db0f;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: inline-block
}

.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-bottom: 10px;
    margin-right: 15px;
    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 {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.search__blog-meta-author-content span {
    font-family: var(--tv-ff-inter);
    color: #7a7e83;
    font-size: 14px;
    display: inline-block
}

.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: #d92c66
}

.search__blog-content p {
    color: var(--tv-text-1);
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.47
}

.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: #d92c66;
    border-color: #d92c66;
    color: var(--tv-common-white)
}

body.tv-magic-cursor #magic-cursor {
    display: block
}

#magic-cursor {
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    width: 10px;
    height: 10px;
    display: none;
    position: absolute
}

#ball {
    pointer-events: none;
    mix-blend-mode: difference;
    color: #d92c66;
    border-style: solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed
}

#ball .ball-view {
    opacity: 0;
    visibility: hidden;
    color: #222;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    position: absolute;
    transform: scale(0)
}

#ball .ball-view i {
    font-size: 19px
}

#ball .ball-drag {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .3s;
    display: block;
    position: absolute
}

#ball .ball-drag:before, #ball .ball-drag:after {
    color: #fff;
    font-variant: normal;
    text-rendering: auto;
    -webktv-font-smoothing: antialiased;
    height: 10px;
    margin-top: -5px;
    font-family: "Font Awesome 6 Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    line-height: 10px;
    display: inline-block;
    position: absolute;
    top: 50%
}

#ball .ball-drag:before {
    content: "";
    transition: all .25s;
    left: 0;
    transform: translate(-30px)
}

#ball .ball-drag:after {
    content: "";
    transition: all .25s;
    right: 0;
    transform: translate(30px)
}

#ball.ball-close-enabled {
    opacity: 1 !important
}

#ball .ball-close {
    color: #fff;
    text-align: center;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: absolute
}

.tv-toggle-btn-box {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative
}

.tv-magnetic-wrap {
    justify-content: center;
    align-items: center;
    display: flex
}

.technology-button-wrap .nav.nav-techs {
    background-color: var(--tv-gray-1);
    border-radius: 8px;
    justify-content: space-between;
    padding: 10px 12px
}

.technology-button-wrap .nav.nav-techs .nav-link {
    color: var(--tv-heading-primary);
    background-color: #0000;
    border-radius: 6px;
    padding: 16px 18px;
    font-size: 16px;
    font-weight: 500
}

.technology-button-wrap .nav.nav-techs .nav-link.active {
    background-color: #d92c66;
    color: var(--tv-common-white);
    border-radius: 6px;
    padding: 16px 18px
}

.single-tech-box {
    text-align: center
}

.single-tech-box .content {
    background-color: var(--tv-gray-1);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 33px
}

.single-tech-box .content h3 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 36px
}

.single-tech-box p {
    color: var(--tv-heading-primary);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px
}

.modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.modal-wrapper {
    z-index: 999999999;
    position: relative
}

.modal {
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
    overflow: hidden scroll
}

.btn-close {
    z-index: 2147483647;
    width: 50px;
    height: 50px;
    color: var(--tv-common-black);
    opacity: 1;
    border: 1px solid #19191a33;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    transition: all .3s;
    position: absolute;
    top: 35px;
    right: 35px;
    background-color: #fff !important
}

.btn-close:hover {
    transform: rotate(180deg);
    border-color: var(--tv-common-black) !important
}

.btn-close:focus {
    box-shadow: none;
    opacity: 1;
    outline: 0
}

.modal-body {
    padding: 0
}

.modal-header {
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 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 {
        width: 75%;
        padding: 80px 20px
    }
}

@media (max-width:575px) {
    .tv-product-modal .modal-content {
        width: 100%;
        padding: 80px 20px
    }
}

.tv-product-modal-close-btn {
    background-color: var(--tv-common-black);
    width: 30px;
    height: 30px;
    color: var(--tv-common-white);
    line-height: 30px;
    transition: all .3s;
    position: absolute;
    top: 30px;
    right: 30px
}

.tv-product-modal-close-btn:hover {
    background-color: #d92c66
}

.tv-product-modal-content .tab-content {
    background-color: var(--tv-gray-1);
    justify-content: center;
    align-items: center;
    display: flex
}

.tv-product-details-content {
    padding: 50px 25px 40px;
    position: relative
}

.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;
    font-family: var(--tv-ff-heading);
    margin-bottom: 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-product-details-title {
        margin-bottom: 25px;
        font-size: 28px
    }
}

.tv-product-details-stock {
    margin-right: 12px
}

.tv-product-details-stock span {
    color: var(--tv-common-black);
    font-size: 15px;
    line-height: 1;
    font-family: var(--tv-ff-heading);
    background-color: var(--tv-gray-1);
    padding: 4px 12px;
    display: inline-block
}

.tv-product-details-rating {
    align-items: center;
    margin-right: 11px
}

.tv-product-details-rating span {
    color: #ffb21d;
    font-size: 12px
}

.tv-product-details-rating span:not(:last-child) {
    margin-right: 3px
}

.tv-product-details-price.new-price {
    color: var(--tv-common-black)
}

.tv-product-details-wrapper>p {
    font-size: 15px;
    line-height: 1.7;
    font-family: var(--tv-ff-heading)
}

.tv-product-details-wrapper>p span {
    color: var(--tv-common-black);
    font-weight: 500;
    font-family: var(--tv-ff-heading)
}

.tv-product-details-price {
    letter-spacing: -.02em;
    color: var(--tv-common-black);
    font-size: 24px;
    font-weight: 500
}

.tv-product-details-price.old-price {
    color: #767a7d;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: line-through
}

.tv-product-details-action-title {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--tv-ff-heading);
    margin-bottom: 13px
}

.tv-product-details-action-wrapper {
    margin-bottom: 17px
}

.tv-product-details-action-wrapper .tv-btn {
    border-radius: 100px;
    padding: 15.9px 40px
}

.tv-product-details-action-wrapper .tv-btn.orange-2-btn:hover {
    color: #d92c66;
    border: 2px solid #d92c66
}

.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;
    font-family: var(--tv-ff-heading);
    color: var(--tv-common-black);
    margin-bottom: 10px
}

@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: #d92c66
}

.tv-product-details-thumb-wrapper .nav-tab .nav-link {
    background-color: var(--tv-gray-1);
    border: 1px solid #0000;
    border-radius: 0;
    width: 100px;
    height: 107px;
    margin: 0 4px 10px;
    position: relative
}

.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 #d92c66
}

.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-bottom: 50px;
        margin-right: 0
    }
}

.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-box p {
    margin-top: 40px
}

.tv-section-title {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 700
}

.tv-section-title span {
    color: #d92c66
}

@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 {
    color: #d92c66;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tv-ff-heading);
    margin-bottom: 10px;
    display: inline-block
}

@media (max-width:575px) {
    .tv-section-subtitle {
        font-size: 14px
    }
}

.section-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.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 {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.ui-helper-reset {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.3;
    text-decoration: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    border-collapse: collapse;
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    opacity: 0;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=0);
    position: absolute;
    top: 0;
    left: 0
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    vertical-align: middle;
    margin-top: -.25em;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.ui-widget-icon-block {
    margin-left: -8px;
    display: block;
    left: 50%
}

.ui-widget-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
    display: block;
    position: relative
}

.ui-autocomplete, .ui-menu .ui-menu {
    position: absolute
}

.ui-accordion .ui-accordion-content {
    border-top: 0;
    padding: 1em 2.2em;
    overflow: auto
}

.ui-autocomplete {
    cursor: default;
    top: 0;
    left: 0
}

.ui-menu {
    margin: 0;
    padding: 0;
    display: block
}

.ui-button, .ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-button, .ui-menu-icons, .ui-resizable {
    position: relative
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    margin: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 1em 3px .4em;
    position: relative
}

.ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    height: 0;
    margin: 5px 0;
    font-size: 0;
    line-height: 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: .4em 1em
}

.ui-menu .ui-icon {
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    cursor: pointer;
    text-align: center;
    -webktv-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    margin-right: .1em;
    line-height: normal;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    text-indent: -9999px;
    white-space: nowrap;
    width: 2em
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    top: 50%;
    left: 50%
}

.ui-button.ui-icon-notext .ui-icon {
    text-indent: -9999px;
    white-space: nowrap;
    width: 2.1em;
    height: 2.1em;
    padding: 0
}

input.ui-button.ui-icon-notext .ui-icon {
    text-indent: 0;
    white-space: normal;
    width: auto;
    height: auto;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

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 {
    float: none;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block
}

.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: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    border: none;
    border-radius: .12em;
    box-shadow: inset 1px 1px 1px #ccc
}

.ui-checkboxradio-radio-label .ui-icon-background {
    border: none;
    border-radius: 1em;
    width: 16px;
    height: 16px;
    overflow: visible
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    border-style: solid;
    border-width: 4px;
    width: 8px;
    height: 8px
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    width: 1.8em;
    height: 1.8em;
    position: absolute;
    top: 2px
}

.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 {
    margin-top: -8px;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
    margin: 0 2.3em;
    line-height: 1.8em
}

.ui-datepicker .ui-datepicker-title select {
    margin: 1px 0;
    font-size: 1em
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 .4em;
    font-size: .9em
}

.ui-datepicker th {
    text-align: center;
    border: 0;
    padding: .7em .3em;
    font-weight: 700
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    text-align: right;
    padding: .2em;
    text-decoration: none;
    display: block
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0;
    padding: 0 .2em
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    cursor: pointer;
    width: auto;
    margin: .5em .2em .4em;
    padding: .2em .6em .3em;
    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 .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 {
    left: auto;
    right: 2px
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px
}

.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-left-width: 1px;
    border-right-width: 0
}

.ui-datepicker .ui-icon {
    display: block;
    top: .3em;
    left: .5em;
    overflow: hidden
}

.ui-dialog {
    outline: 0;
    padding: .2em;
    position: absolute;
    top: 0;
    left: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    margin: .1em 0;
    overflow: hidden
}

.ui-dialog .ui-dialog-titlebar-close {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    top: 50%;
    right: .3em
}

.ui-dialog .ui-dialog-content {
    background: 0 0;
    border: 0;
    padding: .5em 1em;
    position: relative;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    background-image: none;
    border-width: 1px 0 0;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: .5em .4em .5em 0
}

.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 {
    bottom: 0;
    right: 0
}

.ui-dialog .ui-resizable-sw {
    bottom: 0;
    left: 0
}

.ui-dialog .ui-resizable-ne {
    top: 0;
    right: 0
}

.ui-dialog .ui-resizable-nw {
    top: 0;
    left: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle, .ui-selectable, .ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-handle {
    -ms-touch-action: none;
    touch-action: none;
    font-size: .1px;
    display: block;
    position: absolute
}

.ui-resizable-n {
    cursor: n-resize;
    width: 100%;
    height: 7px;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    width: 100%;
    height: 7px;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    height: 100%;
    top: 0;
    right: -5px
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    height: 100%;
    top: 0;
    left: -5px
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    bottom: 1px;
    right: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    bottom: -5px;
    left: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    top: -5px;
    left: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    top: -5px;
    right: -5px
}

.ui-progressbar {
    text-align: left;
    height: 2em;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px
}

.ui-progressbar .ui-progressbar-overlay {
    opacity: .25;
    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%
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable-helper {
    z-index: 100;
    border: 1px dotted #000;
    position: absolute
}

.ui-selectmenu-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.ui-selectmenu-menu .ui-menu {
    padding-bottom: 1px;
    overflow: hidden auto
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    border: 0;
    height: auto;
    margin: .5em 0 0;
    padding: 2px .4em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    text-overflow: ellipsis;
    margin-right: 20px;
    display: block;
    overflow: hidden
}

.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 {
    text-align: left;
    position: relative
}

.ui-slider .ui-slider-handle {
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    width: 1.2em;
    height: 1.2em;
    position: absolute
}

.ui-slider .ui-slider-range {
    z-index: 1;
    background-position: 0 0;
    border: 0;
    font-size: .7em;
    display: block;
    position: absolute
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
    top: -.3em
}

.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    margin-bottom: -.6em;
    margin-left: 0;
    left: -.3em
}

.ui-slider-vertical .ui-slider-range {
    width: 100%;
    left: 0
}

.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 {
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.ui-spinner-input {
    color: inherit;
    vertical-align: middle;
    background: 0 0;
    border: none;
    margin: .2em 2em .2em .4em;
    padding: .222em 0
}

.ui-spinner-button {
    text-align: center;
    cursor: default;
    width: 1.6em;
    height: 50%;
    margin: 0;
    padding: 0;
    font-size: .5em;
    display: block;
    position: absolute;
    right: 0;
    overflow: hidden
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-tabs {
    padding: .2em;
    position: relative
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    float: left;
    white-space: nowrap;
    border-bottom-width: 0;
    margin: 1px .2em 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    top: 0
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .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 {
    background: 0 0;
    border-width: 0;
    padding: 1em 1.4em;
    display: block
}

.ui-tooltip {
    z-index: 9999;
    max-width: 300px;
    padding: 8px;
    position: absolute
}

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 {
    color: #333;
    background: #fff;
    border: 1px solid #ddd
}

.ui-widget-content a, .ui-widget-header a {
    color: #333
}

.ui-widget-header {
    color: #333;
    background: #e9e9e9;
    border: 1px solid #ddd;
    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 {
    color: #454545;
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    font-weight: 400
}

.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 {
    color: #2b2b2b;
    background: #ededed;
    border: 1px solid #ccc;
    font-weight: 400
}

.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 {
    color: #fff;
    background: #007fff;
    border: 1px solid #003eff;
    font-weight: 400
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    background-color: #fff;
    border: #003eff
}

.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 {
    color: #777620;
    background: #fffa90;
    border: 1px solid #dad55e
}

.ui-state-checked {
    background: #fffa90;
    border: 1px solid #dad55e
}

.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 {
    color: #5f3f3f;
    background: #fddfdf;
    border: 1px solid #f1a899
}

.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: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .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-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 {
    opacity: .3;
    filter: Alpha(Opacity=30);
    background: #aaa
}

.ui-widget-shadow {
    -webktv-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.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 {
    background: var(--tv-text-body);
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    left: -20%
}

.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 {
        font-size: 24px;
        line-height: 34px
    }
}

.blog-content h2 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 34px
}

.blog-content h2 a {
    color: var(--tv-heading-primary);
    transition: all .3s
}

.blog-content h2 a:hover {
    color: #d92c66
}

.single-blog-item.style-2 {
    background: var(--tv-common-white);
    border-radius: 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 {
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    height: 412px
}

.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 {
        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 {
        font-size: 14px
    }

    .single-blog-item.style-2 .blog-content {
        padding: 20px
    }

    .single-blog-item.style-2 .blog-content h2 {
        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 {
        font-size: 20px;
        line-height: 32px
    }
}

.single-blog-item.style-2 .blog-content .read-more-btn {
    margin-top: 24px;
    transition: all .3s;
    display: block
}

.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 {
        margin-right: 0
    }
}

.single-blog-item.blog-list .blog-content {
    border: 1px solid #585b6f66;
    border-top: 0;
    border-radius: 0 0 50px;
    padding: 40px
}

.single-blog-item.blog-list .blog-content h2 {
    margin-bottom: 22px;
    font-size: 48px;
    line-height: 1.22
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog-item.blog-list .blog-content h2 {
        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 {
        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 {
        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 {
        margin-bottom: 30px
    }
}

.single-blog-item3 {
    background-color: var(--tv-gray-1);
    border-radius: 18px;
    gap: 30px
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .single-blog-item3 {
        flex-wrap: wrap;
        gap: 0
    }

    .single-blog-item3 .thumb {
        width: 100%
    }
}

.single-blog-item3 .thumb img {
    object-fit: cover;
    border-radius: 18px 0 0 18px;
    width: 337px;
    height: 250px
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .single-blog-item3 .thumb img {
        border-radius: 0;
        width: 100%
    }

    .single-blog-item3 .content {
        padding: 20px 30px
    }
}

.single-blog-item3 .content .meta {
    margin-bottom: 20px
}

.single-blog-item3 .content .meta span {
    margin-right: 12px;
    font-size: 16px
}

.single-blog-item3 .content .meta span.date {
    padding-left: 20px;
    position: relative
}

.single-blog-item3 .content .meta span.date:after {
    background-color: var(--tv-text-body);
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    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 {
    color: #d92c66;
    font-size: 16px;
    font-weight: 500;
    display: inline-block
}

.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 {
        margin-top: 15px
    }
}

.tv-widget.widget {
    background: var(--tv-gray-1);
    border-radius: 30px 0;
    padding: 40px 36px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-widget.widget {
        padding: 20px
    }
}

.tv-widget.widget h4 {
    margin-bottom: 24px
}

.tv-widget.widget ul li.cat-item {
    background: var(--tv-common-white);
    color: var(--tv-heading-primary);
    border-radius: 10px 0;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 20px;
    transition: all .3s;
    display: flex
}

.tv-widget.widget ul li.cat-item a {
    color: var(--tv-heading-primary);
    transition: all .3s
}

.tv-widget.widget ul li.cat-item:hover {
    background: #d92c66;
    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 {
    border: 1px solid #585b6f4d;
    border-radius: 30px;
    padding: 12px 18px;
    transition: all .3s
}

.tv-widget.widget .tagcloud a:hover {
    background: #d92c66
}

.widget-latest-post {
    align-items: center;
    gap: 15px;
    margin-bottom: 14px
}

.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 {
        font-size: 16px
    }
}

.widget-latest-post h6 a {
    color: var(--tv-heading-primary)
}

.widget-latest-post .widget-thumb img {
    object-fit: cover;
    border-radius: 10px 0;
    max-width: 100px;
    height: 100px
}

.widget-search-form {
    position: relative
}

.widget-search-form input {
    background: var(--tv-common-white);
    border-radius: 10px 0
}

.widget-search-form button {
    background: #d92c66;
    width: 60px;
    height: 54px;
    color: var(--tv-common-white);
    text-align: center;
    border-radius: 0 0 10px;
    line-height: 54px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@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 {
        margin-bottom: 30px
    }
}

.tv-blog-details-meta {
    border-bottom: 1px solid #585b6f4d;
    gap: 28px;
    padding-bottom: 20px;
    display: flex
}

@media (max-width:575px) {
    .tv-blog-details-meta {
        flex-wrap: wrap
    }
}

.tv-blog-details-meta span i {
    color: #d92c66;
    margin-right: 8px
}

.tv-blog-details p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7
}

.tv-blog-details-thumb-img {
    gap: 30px;
    margin: 44px 0
}

.tv-blog-details-content .blockquote {
    background: var(--tv-gray-1);
    color: var(--tv-heading-primary);
    border-radius: 10px;
    gap: 24px;
    margin: 44px 0;
    padding: 28px;
    font-size: 20px;
    display: flex
}

.tv-blog-details-btm {
    border-top: 1px solid #585b6f4d;
    border-bottom: 1px solid #585b6f4d;
    margin-top: 44px;
    margin-bottom: 60px;
    padding: 24px 0
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-blog-details-btm {
        flex-wrap: wrap
    }
}

.tv-blog-details-btm .tags {
    align-items: center;
    gap: 8px;
    display: flex
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-blog-details-btm .tags {
        flex-wrap: wrap;
        margin-bottom: 24px
    }
}

.tv-blog-details-btm .tags h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.tv-blog-details-btm .tags a {
    text-align: center;
    color: var(--tv-text-body);
    border: 1px solid #585b6f4d;
    border-radius: 30px;
    padding: 11.5px 16px;
    transition: all .3s
}

.tv-blog-details-btm .tags a:hover {
    background: #d92c66;
    color: var(--tv-common-white)
}

.tv-blog-details-btm .social-share {
    align-items: center;
    gap: 8px;
    display: flex
}

.tv-blog-details-btm .social-share h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.tv-blog-details-btm .social-share a {
    color: var(--tv-heading-primary);
    font-size: 16px;
    transition: all .3s
}

.tv-blog-details-btm .social-share a:hover {
    color: #d92c66
}

.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 {
        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 {
    margin-top: 10px;
    display: block
}

.tv-postbox-comment-form p {
    font-size: 16px
}

.tv-pagination ul li {
    margin: 0 4px;
    list-style-type: none;
    display: inline-block
}

.tv-pagination ul li a {
    background-color: var(--tv-gray-1);
    text-align: center;
    width: 60px;
    height: 57px;
    color: var(--tv-common-black);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 57px;
    transition: all .3s;
    display: inline-block
}

@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, .tv-pagination ul li:hover a {
    color: var(--tv-common-white);
    background-color: #d92c66
}

@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-top: 30px;
        margin-left: 0
    }

    .postbox-area .tv-pro-details-thumb img {
        width: 100%
    }
}

.postbox-dsc p {
    color: var(--tv-common-black);
    margin-right: 25px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76
}

@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 {
        margin-right: 0;
        font-size: 14px
    }
}

.postbox-title {
    text-transform: capitalize;
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 600
}

@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 {
    padding-left: 30px;
    list-style-type: none;
    position: relative
}

.postbox-list ul li:not(:last-child) {
    margin-bottom: 14px
}

.postbox-list ul li span {
    font-size: 20px;
    font-weight: 500;
    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 {
    color: #d92c66;
    position: absolute;
    top: 2px;
    left: 0
}

.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 {
    color: var(--tv-common-black);
    margin: 0 18px 0 0;
    font-size: 15px;
    font-weight: 600
}

.postbox-tag-content a {
    color: #525252;
    background-color: var(--tv-common-white);
    height: 36px;
    margin-right: 5px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    transition: all .3s;
    display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px), (max-width:575px) {
    .postbox-tag-content a {
        height: 28px;
        padding: 0 10px;
        line-height: 28px
    }
}

.postbox-tag-content a:hover {
    color: var(--tv-common-white);
    background-color: #d92c66
}

.postbox-tag-box {
    background-color: var(--tv-gray-1);
    padding: 17px 20px
}

.postbox-share-content a {
    text-align: center;
    width: 46px;
    height: 46px;
    color: var(--tv-common-black);
    background-color: var(--tv-common-white);
    font-size: 16px;
    line-height: 46px;
    transition: all .3s;
    display: inline-block
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox-share-content a {
        width: 35px;
        height: 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: #d92c66
}

.postbox-blockquote {
    background-color: var(--tv-common-black);
    padding: 40px 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) {
    .postbox-blockquote {
        padding: 35px 40px
    }
}

.postbox-blockquote>span {
    color: var(--tv-common-white);
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    display: block
}

@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 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.postbox-blockquote i:before {
    content: "";
    background-color: var(--tv-common-white);
    width: 27px;
    height: 1px;
    margin-right: 12px;
    display: inline-block;
    transform: translateY(-4px)
}

.postbox-blockquote .quote {
    margin-bottom: 0;
    position: absolute;
    bottom: 10%;
    right: 7%;
    transform: translateY(-50%)
}

@media (max-width:575px) {
    .postbox-blockquote .quote {
        display: none
    }
}

.postbox-user-thumb {
    flex: none
}

.postbox-user-thumb img {
    width: 80px;
    height: 80px;
    margin-right: 28px
}

@media (max-width:575px) {
    .postbox-user-thumb img {
        width: 70px;
        height: 70px
    }
}

.postbox-user-info .user-title {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--tv-ff-heading);
    margin-bottom: 10px
}

.postbox-user-info span {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--tv-ff-plus-jakarta);
    display: block
}

.postbox-user-info p {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--tv-ff-plus-jakarta);
    margin-bottom: 0;
    margin-right: 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) {
    .postbox-user-info p {
        font-size: 14px
    }
}

@media (max-width:575px) {
    .postbox-user-info p {
        margin-right: 0;
        font-size: 14px
    }
}

.postbox-comment-title {
    color: var(--tv-common-black);
    font-size: 30px;
    font-weight: 700
}

@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 {
    margin-bottom: 30px;
    list-style-type: none;
    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 {
    border: 1px solid #e2e1e1;
    border-radius: 5px;
    padding: 30px
}

@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 {
        flex-wrap: wrap;
        padding: 35px 25px
    }
}

.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 {
    text-transform: capitalize;
    color: var(--tv-common-black);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--tv-ff-plus-jakarta);
    margin-bottom: 3px;
    transition: all .3s;
    display: block
}

.postbox-comment-user .Rating i {
    color: #f95805;
    font-size: 12px
}

.postbox-comment-user .Rating b {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--tv-ff-plus-jakarta)
}

.postbox-review-input input {
    background-color: var(--tv-gray-1);
    height: 55px;
    color: var(--tv-common-black);
    border-radius: 10px 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 55px
}

@media (max-width:575px) {
    .postbox-review-input input {
        height: 50px;
        font-size: 14px;
        line-height: 50px
    }
}

.postbox-review-input input:focus {
    border: 1px solid #d92c66
}

.postbox-review-input input::placeholder {
    color: var(--tv-heading-primary);
    font-size: 16px;
    font-weight: 400
}

@media (max-width:575px) {
    .postbox-review-input input::placeholder {
        font-size: 14px
    }
}

.postbox-review-textarea textarea {
    background-color: var(--tv-gray-1);
    border-radius: 10px 0;
    height: 210px;
    padding: 20px;
    font-size: 16px
}

@media (max-width:575px) {
    .postbox-review-textarea textarea {
        height: 170px
    }
}

.postbox-review-textarea textarea:focus {
    border: 1px solid #d92c66
}

.postbox-review-textarea textarea::placeholder {
    color: var(--tv-heading-primary);
    font-size: 16px;
    font-weight: 400
}

@media (max-width:575px) {
    .postbox-review-textarea textarea::placeholder {
        font-size: 14px
    }
}

.postbox-review-title {
    font-size: 24px;
    font-weight: 700
}

@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 {
    background-color: var(--tv-gray-1);
    padding: 45px 40px 50px
}

.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-bottom: 70px;
        margin-right: 0
    }
}

.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: 0
}

.postbox-details-wrapper .tv-blog-meta span:not(:last-child) {
    margin-right: 23px
}

.postbox-left-style .postbox-details-wrapper {
    margin-left: 78px;
    margin-right: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox-left-style .postbox-details-wrapper {
        margin-left: 40px;
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox-left-style .postbox-details-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:575px) {
    .postbox-left-style .postbox-details-wrapper {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 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: #d92c66
}

.postbox-style-2 .tv-btn-sm {
    color: var(--tv-common-white);
    background-color: #d92c66
}

.postbox-video-btn {
    text-align: center;
    background-color: #d92c66;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 120px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

@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 {
        width: 60px;
        height: 60px;
        line-height: 55px
    }
}

.postbox-video-btn i, .postbox-video-btn svg {
    color: var(--tv-common-white);
    padding-left: 5px;
    display: inline-block
}

@media (max-width:575px) {
    .postbox-video-btn i, .postbox-video-btn svg {
        width: 18px
    }
}

.postbox-slider-arrow-wrap .postbox-arrow-prev {
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

.postbox-slider-arrow-wrap .postbox-arrow-next {
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.postbox-slider-arrow-wrap button {
    text-align: center;
    width: 60px;
    height: 60px;
    color: var(--tv-common-black);
    background-color: var(--tv-common-white);
    border-radius: 50%;
    padding: 0;
    font-size: 18px;
    line-height: 60px;
    transition: all .3s
}

@media (max-width:575px) {
    .postbox-slider-arrow-wrap button {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }
}

.postbox-slider-arrow-wrap button:hover {
    color: var(--tv-common-white);
    background-color: #d92c66
}

.postbox-content-box p {
    color: var(--tv-common-black);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76
}

.sidebar-button button {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px
}

.sidebar-button button i {
    color: var(--tv-common-black)
}

.sidebar-contact {
    z-index: 2;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 72px 16px 50px
}

.sidebar-contact:before {
    content: "";
    z-index: -1;
    background: #181818b3;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.sidebar-contact-call a {
    color: var(--tv-common-white);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block
}

.sidebar-contact-call i {
    color: #d92c66;
    margin-bottom: 10px;
    font-size: 42px;
    display: block
}

.sidebar-contact-time span {
    color: var(--tv-common-white);
    margin-bottom: 15px;
    font-size: 14px;
    display: inline-block
}

.sidebar__main-thumb img {
    border-radius: 10px
}

.sidebar__title {
    margin-bottom: 20px;
    font-size: 45px
}

.sidebar__banner img {
    border-radius: 10px
}

.sidebar__banner-right {
    background: var(--tv-grey-1);
    border-radius: 10px;
    padding: 46px 51px 50px 30px
}

.sidebar__banner-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600
}

.sidebar__banner-list ul li {
    color: var(--tv-common-black);
    margin-bottom: 10px;
    padding-left: 25px;
    list-style: none;
    position: relative
}

.sidebar__banner-list ul li i {
    color: #d92c66;
    position: absolute;
    top: 3px;
    left: 0
}

.sidebar__content-title {
    font-size: 40px
}

.sidebar__button a {
    text-transform: uppercase;
    border-radius: 50px
}

.sidebar-widget {
    background-color: #f4f4f4;
    padding: 35px 25px
}

.sidebar-widget-title {
    text-transform: capitalize;
    color: var(--tv-common-black);
    font-size: 24px;
    font-weight: 700
}

.sidebar-widget-list {
    width: 100%;
    color: var(--tv-common-black);
    text-transform: capitalize;
    background-color: var(--tv-common-white);
    justify-content: space-between;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    display: flex
}

@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 {
    color: var(--tv-common-black);
    transition: all .3s
}

.sidebar-widget-list.active {
    background-color: #d92c66;
    color: var(--tv-common-white)
}

.sidebar-widget-list.active span {
    color: var(--tv-common-white)
}

.sidebar-widget-list:hover {
    background-color: #d92c66;
    border-color: #d92c66;
    color: var(--tv-common-white)
}

.sidebar-widget-list:hover span {
    color: var(--tv-common-white)
}

.sidebar-widget-quote {
    border-radius: 10px;
    padding: 50px 60px 40px
}

@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 40px
    }
}

.sidebar-widget-quote h5 {
    text-transform: capitalize;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    font-family: var(--tv-ff-body);
    margin-bottom: 15px
}

.sidebar-widget-quote span {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    display: block
}

.sidebar-widget-quote .quote-shape {
    z-index: -1;
    opacity: .7;
    mix-blend-mode: luminosity;
    position: absolute;
    top: 0;
    right: 0
}

.sidebar-widget-social a {
    text-align: center;
    border: 1px solid #f2ebe9;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
    transition: all .3s;
    display: inline-block
}

@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 {
        width: 44px;
        height: 44px;
        line-height: 44px
    }
}

.sidebar-widget-social a:not(:last-child) {
    margin-right: 10px
}

.sidebar-widget-social a:hover {
    border: 1px solid #d92c66;
    color: var(--tv-common-white);
    background-color: #d92c66
}

.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 {
    text-transform: capitalize;
    width: 100%;
    height: 60px;
    color: var(--tv-common-black);
    background-color: #0000;
    background-color: var(--tv-common-white);
    border: 1px solid #0000;
    outline: none;
    padding-left: 30px;
    padding-right: 60px;
    line-height: 60px
}

.sidebar-search-box input::placeholder {
    color: #525252;
    font-size: 16px;
    font-weight: 400
}

.sidebar-search-box input:focus {
    border: 1px solid #d92c66
}

.sidebar-search-button button {
    color: var(--tv-common-black);
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%)
}

.categories a {
    color: #8a879f;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 0;
    font-size: 12px;
    font-weight: 700;
    transition: all .3s;
    display: block;
    position: relative
}

.categories a:hover {
    color: var(--tv-common-black)
}

.categories a:hover i {
    right: -5px
}

.categories a i {
    transition: all .3s;
    position: absolute;
    right: 0
}

.tagcloud a {
    text-transform: capitalize;
    text-align: center;
    color: #4b4b4b;
    border-radius: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: inline-block
}

@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 {
        margin-right: 5px;
        font-size: 13px
    }
}

@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 {
        margin-right: 5px;
        padding: 13px 10px;
        font-size: 13px
    }
}

.tagcloud a:hover {
    background: #d92c66;
    color: var(--tv-common-white)
}

.tagcloud span {
    color: #202124;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 12px
}

.rc-post-thumb {
    flex: none
}

.rc-post-thumb img {
    width: 100px;
    height: 100px
}

.rc-post-title {
    color: var(--tv-common-black);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .rc-post-title {
        font-size: 15px
    }
}

.rc-post-title a {
    transition: all .3s
}

.rc-post-title a:hover {
    color: #d92c66
}

.rc-meta i {
    color: #d92c66;
    margin-right: 10px
}

.rc-meta span {
    color: #525252;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    display: block
}

.rc-meta span svg {
    margin-right: 10px;
    transform: translateY(-2px)
}

.tv-footer-widget-title {
    text-transform: capitalize;
    color: var(--tv-common-white);
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 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 {
    color: var(--tv-gray-1);
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

@media only screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), (max-width: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 {
    color: var(--tv-gray-1);
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
    position: relative
}

.tv-footer-widget-menu ul li a:hover {
    color: #d92c66
}

.tv-footer-widget-input-box span {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--tv-ff-heading);
    margin-bottom: 20px;
    display: block
}

.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 {
    color: #f1f2ea;
    background: #ffffff1a;
    border: 1px solid #fff0;
    height: 45px;
    padding-right: 50px;
    line-height: 45px
}

.tv-footer-widget-input-box form input::placeholder {
    color: #f1f2ea
}

.tv-footer-widget-input-box form input:focus {
    border-color: #d92c66
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tv-footer-widget-input-box form input {
        height: 40px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 40px
    }
}

.tv-footer-widget-input-box button {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.tv-footer-widget-tel-box {
    padding-left: 26px;
    position: relative
}

.tv-footer-widget-tel-box a {
    color: var(--tv-common-white);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.76
}

@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 {
    text-align: center;
    width: 44px;
    height: 44px;
    color: var(--tv-heading-primary);
    background: var(--tv-common-white);
    border-radius: 8px 0;
    font-size: 16px;
    line-height: 44px;
    transition: all .3s;
    display: inline-block
}

@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: #d92c66;
    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: 0
    }
}

@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: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tv-footer-col-4 {
        margin-left: 30px
    }
}

.tv-footer-shape-1 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.tv-footer-shape-2 {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px), (max-width:575px) {
    .tv-copyright-left {
        margin-bottom: 10px
    }
}

.tv-copyright-left p {
    color: var(--tv-common-white);
    font-size: 14px;
    font-weight: 400
}

.tv-copyright-left p a {
    color: #d92c66
}

.tv-copyright-border {
    border-top: 1px solid #fff3;
    padding: 16px 0
}

.tv-copyright-link a {
    color: var(--tv-common-white)
}

.tv-copyright-link span {
    color: var(--tv-common-white);
    margin: 0 12px;
    display: inline-block
}

.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: #d92c66;
    border-radius: 50px 0;
    align-items: center;
    margin-bottom: 130px;
    padding: 60px
}

@media (max-width:575px) {
    .tv-footer-top-area-form {
        padding: 30px
    }
}

.tv-footer-top-heading h2 {
    color: var(--tv-common-white);
    font-size: 60px;
    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 {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width:575px) {
    .tv-footer-top-heading h2 {
        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 {
        margin-top: 30px;
        margin-left: 0
    }
}

.tv-footer-top-form button {
    border-radius: 10px 0;
    padding: 9px 32px;
    position: absolute;
    top: 10%;
    right: 1%
}

.tv-footer-top-form input {
    border: none;
    border-radius: 10px 0
}

.tv-footer-top-form .tv-btn-orange:after {
    border-radius: 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 {
        text-align: center;
        margin-top: 20px
    }
}

.tv-footer-widget-social.style-2 a {
    border-radius: 50%
}

.footer-wrap-3 .tv-footer-top-area {
    color: var(--tv-common-white);
    margin-bottom: 44px;
    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: #d92c66
}

.tv-footer-top-left h1 {
    color: var(--tv-common-white);
    font-size: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-footer-top-left h1 {
        font-size: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tv-footer-top-left h1 {
        font-size: 68px
    }
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-footer-top-left h1 {
        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 {
        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 {
    gap: 44px;
    margin-top: 130px;
    list-style: none;
    display: flex
}

@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
}

.tv-header-transparent {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.tv-header-top-ptb {
    padding: 17px 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 {
    border-right: 1px solid #0a165e;
    margin-right: 35px;
    padding-right: 35px;
    list-style-type: none;
    display: inline-block;
    position: relative
}

@media (max-width:575px) {
    .tv-header-top-list-box ul li {
        border-right: none;
        margin-right: 0;
        padding-right: 0
    }
}

.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) {
        border-right: none;
        margin-right: 0;
        padding-right: 0
    }
}

.tv-header-top-list-box ul li span {
    font-family: var(--tv-ff-body);
    color: var(--tv-common-white);
    display: inline-block
}

@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 {
    color: var(--tv-heading-primary);
    margin-right: 6px;
    font-size: 20px;
    top: 1px;
    left: 0
}

@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 {
    color: #d92c66;
    transition: all .3s
}

.tv-header-top-list-box ul li span a:hover {
    color: #d92c66
}

.tv-header-top-social-box a {
    color: var(--tv-text-body);
    text-align: center;
    border: 1.26px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 13.5px;
    transition: all .3s;
    display: inline-block
}

.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: #d92c66
}

.tv-header-top-contact a {
    font-family: var(--tv-ff-body);
    color: var(--tv-common-white);
    transition: all .3s
}

.tv-header-top-contact a:hover {
    color: #d92c66
}

.tv-header-top-contact span {
    color: var(--tv-common-white);
    margin: 0 3px;
    display: inline-block
}

@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: 65px
}

@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: 30px
    }
}

.tv-header-menu>nav>ul>li {
    margin: 0 20px;
    list-style-type: none;
    display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tv-header-menu>nav>ul>li {
        margin: 0 10px
    }
}

.tv-header-menu>nav>ul>li>a {
    color: var(--tv-heading-primary);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--tv-ff-body);
    padding: 43px 0 29px;
    display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tv-header-menu>nav>ul>li>a {
        padding: 30px 0;
        font-size: 14px
    }
}

.tv-header-bar button span {
    text-align: center;
    width: 52px;
    height: 52px;
    color: var(--tv-text-body);
    background-color: var(--tv-gray-1);
    border: 1px solid #585b6f33;
    border-radius: 50%;
    margin-left: 20px;
    font-size: 20px;
    line-height: 52px;
    transition: all .3s;
    display: inline-block
}

@media (max-width:575px) {
    .tv-header-bar button span {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .tv-header-bar button span svg {
        width: 18px
    }
}

.tv-header-search {
    width: 52px;
    height: 52px;
    color: var(--tv-text-body);
    background: #f5f6f7;
    border: 1px solid #585b6f33;
    border-radius: 50%;
    margin-right: 24px
}

@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 {
        padding: 18px 25px;
        font-size: 15px
    }
}

.header-sticky {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    visibility: visible;
    background-color: var(--tv-common-white);
    width: 100%;
    animation: .95s forwards headerSlideDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 3px #12142024
}

.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, .header-style-3.tv-header-transparent.header-sticky {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    visibility: visible;
    background-color: var(--tv-heading-primary);
    width: 100%;
    animation: .95s forwards headerSlideDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 1px 3px #12142024
}

.tv-onepage-menu li.active>a, .tv-onepage-menu li.active.has-dropdown:after {
    color: #d92c66
}

.tv-header-area.header-style-1:before {
    content: "";
    z-index: -1;
    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='%232B4DFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tv-header-area.header-style-1:before {
        width: 22%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tv-header-area.header-style-1:before {
        width: 40%
    }
}

@media (max-width:575px) {
    .tv-header-area.header-style-1:before {
        width: 50%
    }
}

.tv-header-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: -50px -50px #fff
}

.tv-header-area {
    border-top: 1px solid #585b6f33
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-header-area.header-style-1, .tv-header-area.header-style-3 {
        padding: 15px 0
    }
}

.tv-header-area.header-style-3 {
    border-bottom: 1px solid #ffffff4d
}

.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 {
    z-index: 2;
    background: 0 0;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0
}

.tv-header-transparent.header-style-3 {
    border-top: 0;
    top: 0
}

.tv-header-transparent .header-two {
    background: #fff3;
    border: 1px solid #fff3;
    border-radius: 30px 0;
    padding-left: 30px;
    padding-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-header-transparent .header-two {
        padding: 15px 30px
    }
}

.tv-header-transparent .header-two .tv-header-search {
    color: var(--tv-common-white);
    background: 0 0;
    border: 1px solid #ffffff80
}

.tv-header-transparent .header-two .tv-header-search i {
    font-weight: 400
}

.tv-header-transparent .header-two .tv-header-bar button span {
    color: var(--tv-common-white);
    background-color: #0000;
    border: 1px solid #ffffff80
}

.tv-header-transparent .header-two.header-five {
    background-color: #fff
}

.tv-header-transparent .header-two.header-five .tv-header-menu>nav>ul>li>a, .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, .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 #0a165e80
}

.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);
    margin-left: 5px
}

.tv-header-menu nav ul li {
    position: relative
}

.tv-header-menu nav ul li.has-dropdown:after {
    content: "";
    color: var(--tv-common-black);
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 600;
    transition: all .3s;
    display: inline-block;
    transform: translateY(1px)
}

.tv-header-menu nav ul li .submenu {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    -webktv-transform: perspective(300px)rotateX(-18deg);
    background-color: var(--tv-common-white);
    z-index: 9999;
    width: 280px;
    padding: 30px 0;
    transition: all .1s;
    position: absolute;
    top: 100%;
    left: 0;
    transform: perspective(300px)rotateX(-18deg);
    box-shadow: 0 8px 24px #959da533
}

.tv-header-menu nav ul li .submenu li {
    padding: 0 30px;
    list-style: none;
    display: block
}

.tv-header-menu nav ul li .submenu li:not(:last-child) {
    margin-bottom: 13px
}

.tv-header-menu nav ul li .submenu li a {
    text-transform: capitalize;
    color: var(--tv-common-black);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--tv-ff-heading);
    display: inline-block;
    position: relative
}

.tv-header-menu nav ul li .submenu li a:before {
    content: "";
    opacity: 0;
    visibility: hidden;
    background-color: var(--tv-common-black);
    width: 0;
    height: 1px;
    transition: all .3s ease-out;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0
}

.tv-header-menu nav ul li .submenu li:hover>a {
    color: var(--tv-common-black);
    padding-left: 25px
}

.tv-header-menu nav ul li .submenu li:hover>a:before {
    visibility: visible;
    opacity: 1;
    width: 20px
}

.tv-header-menu nav ul li .submenu .submenu {
    top: 0;
    left: 100%
}

.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: .2s;
    transform: perspective(300px)rotateX(0)
}

.tv-homemenu-wrapper {
    padding: 55px 70px 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tv-homemenu-wrapper {
        padding: 45px 35px 20px
    }
}

.tv-megamenu-list li {
    list-style: none;
    display: block
}

.tv-megamenu-list li:not(:last-child) {
    margin-bottom: 18px
}

.tv-megamenu-list li a {
    color: var(--tv-common-black);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.tv-megamenu-list li a:before {
    content: "";
    opacity: 0;
    visibility: hidden;
    background-color: var(--tv-common-black);
    width: 0;
    height: 2px;
    transition: all .3s ease-out;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0
}

.tv-megamenu-list li:hover>a {
    padding-left: 25px
}

.tv-megamenu-list li:hover>a:before {
    visibility: visible;
    opacity: 1;
    width: 20px
}

.tv-megamenu-thumb {
    width: 300px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.tv-megamenu-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.tv-megamenu-text {
    z-index: 99;
    text-align: center;
    position: relative;
    bottom: -18%;
    transform: rotate(-90deg)translateY(-100%)
}

.tv-megamenu-text h4 {
    letter-spacing: -1.6px;
    color: #19191a1a;
    margin-bottom: 0;
    font-size: 115px;
    font-weight: 900;
    line-height: 1
}

.tv-megamenu-text span {
    letter-spacing: -.3px;
    color: #19191a66;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    line-height: 1
}

.tv-megamenu-title {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tv-ff-heading);
    border-bottom: 1px solid #0b0b0b1c;
    margin-bottom: 25px;
    margin-right: 65px;
    padding-bottom: 10px
}

.tv-header-menu nav ul li .has-home-img {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tv-common-white);
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 10px;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 8px 24px #959da533
}

.tv-header-menu nav ul li .has-home-img.submenu {
    padding: 0
}

.tv-header-menu nav ul li .has-home-img .home-img {
    padding: 0 10px;
    position: relative
}

.tv-header-menu nav ul li .has-home-img .home-img-title {
    text-transform: capitalize;
    color: var(--tv-common-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block
}

@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);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    transition: background-size .3s linear;
    display: inline
}

.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 {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    margin: 0 35px;
    transition: all .4s;
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .home-img-btn {
        margin: 0 15px
    }
}

.home-img-btn .tv-btn-sm {
    width: 100%;
    color: var(--tv-common-white);
    background-color: #d92c66;
    border-radius: 8px 0;
    margin-bottom: 10px;
    padding: 12px 28px
}

.home-img-btn .tv-btn-sm:after {
    background-color: var(--tv-common-white)
}

.home-img-btn .tv-btn-sm:hover {
    color: #d92c66;
    background-color: var(--tv-common-white)
}

.home-img-thumb {
    border: 1px solid #0003;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden
}

.home-img-thumb img {
    transition: all .9s
}

.home-img-thumb.home-img-overly:after {
    content: "";
    visibility: hidden;
    opacity: 0;
    background-color: #010f1c4d;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0
}

.home-img-thumb.coming-soon:after {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    content: "";
    background: #fff6;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.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-size: 16px;
    font-weight: 500;
    font-family: var(--tv-ff-body);
    color: var(--tv-common-white);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px, 0 1px;
    transition: background-size .3s linear;
    display: inline
}

.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 {
    box-shadow: none;
    display: block;
    position: static
}

.tv-menu-mobile ul li, .tv-category-mobile-menu ul li {
    width: 100%;
    padding: 0;
    list-style: none;
    position: relative
}

.tv-menu-mobile ul li:not(:last-child)>a, .tv-category-mobile-menu ul li:not(:last-child)>a {
    border-bottom: 1px solid #fff3
}

.tv-menu-mobile ul li.has-dropdown>a .dropdown-toggle-btn, .tv-category-mobile-menu ul li.has-dropdown>a .dropdown-toggle-btn {
    color: #fff;
    z-index: 1;
    text-align: center;
    border: 1px solid #b0a2a259;
    width: 25px;
    height: 25px;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    line-height: 21px;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    position: absolute;
    top: 25%;
    right: 0;
    transform: translateY(-2px)
}

.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 {
    margin-left: 2px;
    transition: all .3s ease-in-out
}

.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: #d92c66;
    border-color: #d92c66;
    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: #d92c66
}

.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: #d92c66;
    border-color: #d92c66;
    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: #d92c66
}

.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 {
    color: #fff;
    z-index: 1;
    text-align: center;
    border: 1px solid #b0a2a259;
    width: 25px;
    height: 25px;
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    line-height: 21px;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    position: absolute;
    top: 25%;
    right: 0;
    transform: translateY(-2px)
}

.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 {
    margin-left: 2px;
    transition: all .3s ease-in-out
}

.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: #d92c66;
    border-color: #d92c66;
    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: #d92c66
}

.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: #d92c66;
    border-color: #d92c66;
    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: #d92c66
}

.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 {
    color: var(--tv-common-white);
    text-transform: capitalize;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    display: block;
    position: relative
}

.tv-menu-mobile ul li>a:hover, .tv-category-mobile-menu ul li>a:hover {
    color: #d92c66
}

.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 {
    width: 11%;
    margin-right: 13px;
    font-size: 21px;
    line-height: 1;
    display: inline-block;
    transform: translateY(4px)
}

.tv-menu-mobile ul li>a .menu-text, .tv-category-mobile-menu ul li>a .menu-text {
    border-bottom: 1px solid #eaebed;
    width: 82%;
    padding: 19px 0 17px;
    font-size: 16px;
    line-height: 11px;
    display: inline-block
}

.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, .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 {
    visibility: visible;
    width: 93%;
    margin-left: auto;
    padding: 10px 20px 10px 0;
    text-shadow: none !important
}

.tv-menu-mobile ul li ul li li a, .tv-category-mobile-menu ul li ul li li a {
    width: 88%;
    padding: 10px 20px 10px 0
}

.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 20px 10px 0
}

.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 20px 10px 0
}

.tv-menu-mobile ul li:hover>a:after, .tv-category-mobile-menu ul li:hover>a:after, .tv-menu-mobile ul li:hover>a .dropdown-toggle-btn i, .tv-category-mobile-menu ul li:hover>a .dropdown-toggle-btn i {
    color: #d92c66
}

.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 {
    min-width: 100%;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    padding: 0;
    display: none;
    position: static
}

.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;
    width: 100%;
    padding: 0;
    display: block
}

.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: #d92c66
}

.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
}

.tv-hero-area {
    z-index: 1;
    color: var(--tv-common-white);
    padding-top: 238px
}

.tv-hero-area.hero-style-2:after {
    content: "";
    z-index: -1;
    pointer-events: none;
    background-color: #0000;
    background-image: url(../media/slider-5.b251c26b.svg);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 0
}

.tv-hero-area:after {
    content: "";
    z-index: -1;
    background: #0a165ef2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tv-hero-banner-thumbnail {
        text-align: center;
        margin-top: 30px;
        margin-right: 0
    }
}

@media (max-width:575px) {
    .tv-hero-banner-thumbnail {
        text-align: center;
        margin-top: 30px;
        margin-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tv-hero-banner-thumbnail {
        text-align: center;
        margin-top: 30px;
        margin-right: 0
    }
}

.tv-hero-subtitle {
    text-transform: uppercase;
    color: var(--tv-common-white);
    z-index: 1;
    padding-left: 55px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tv-hero-subtitle {
        font-size: 18px
    }
}

.tv-hero-subtitle:after {
    content: "";
    background: var(--tv-common-white);
    width: 45px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0
}

.tv-hero-title {
    color: var(--tv-common-white);
    margin-top: 22px;
    margin-bottom: 32px;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.13
}

@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 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 48px
    }
}

@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 {
    object-fit: cover;
    border-radius: 50px 0;
    width: 600px;
    height: 650px
}

.tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper {
    background: var(--tv-heading-primary);
    border-radius: 10px 10px 0 0;
    width: 220px;
    padding: 20px 0 0 20px;
    position: absolute;
    bottom: 0;
    right: 0
}

.tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content {
    border: 3px solid #d92c66;
    text-align: center;
    border-radius: 10px;
    padding: 25px 28px
}

.tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content h2 {
    color: var(--tv-common-white);
    font-size: 70px
}

.tv-hero-area.tv-hero-two .tv-hero-banner-thumbnail .experience-wrapper .experience-content P {
    margin-bottom: 0;
    font-size: 18px
}

.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 {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.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 {
    margin-top: 28px;
    font-size: 18px;
    line-height: 30px
}

.tv-about2-left .tv-list-item {
    margin-bottom: 54px
}

.tv-about2-right {
    text-align: center;
    position: relative
}

@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;
    top: 0;
    left: 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;
    bottom: -130px;
    right: 0
}

@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;
    bottom: -130px;
    left: -15px
}

@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 {
        width: 100%;
        margin-top: 30px;
        position: relative;
        bottom: 0;
        left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tv-about2-right .video-play {
        width: 100%;
        margin-top: 30px;
        position: relative;
        bottom: 0;
        left: 0
    }
}

.tv-about2-right .video-play .play-icon {
    background: #d92c66;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%
}

.tv-list-item {
    margin-bottom: 50px
}

.tv-list-item ul {
    list-style: none
}

.tv-list-item ul li {
    color: var(--tv-heading-primary);
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500
}

@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 img {
    border-radius: 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 {
    object-fit: cover;
    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) {
    .tv-about-area-3 .tv-about-left .img1 {
        display: none
    }
}

.tv-about-area-3 .tv-about-left {
    gap: 20px
}

@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 {
    background: var(--tv-heading-primary);
    border-radius: 50px 0;
    margin-bottom: 20px;
    padding: 55px 50px
}

.experience-area h2 {
    color: var(--tv-common-white);
    font-size: 20px
}

.experience-area h2 span {
    -webkit-text-fill-color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--tv-common-white);
    color: var(--tv-common-white);
    background: 0 0;
    margin-right: 12px;
    font-size: 100px
}

.experience-area h6 {
    color: var(--tv-common-white);
    font-size: 24px;
    font-weight: 400
}

.tv-about-list-item {
    margin-bottom: 50px
}

.tv-about-list-item ul {
    flex-wrap: wrap;
    gap: 27px;
    list-style: none;
    display: flex
}

.tv-about-list-item ul li {
    color: var(--tv-heading-primary);
    font-size: 18px;
    font-weight: 500
}

.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 {
        flex-wrap: wrap;
        margin-top: 30px
    }
}

.phone-contact-wrap {
    position: relative
}

.phone-contact-wrap i {
    background-color: #d92c66;
    width: 60px;
    height: 60px;
    color: var(--tv-common-white);
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-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 {
    width: 100%;
    margin-bottom: 32px
}

.arobix-hero-section-1 .hero-carousel-wraper .title-2 {
    background: 0 0;
    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 {
        justify-content: start
    }
}

.experience-area2 img {
    width: 100%
}

.experience-area2 h2 {
    color: #0000;
    -webkit-text-stroke: 1px #d92c66;
    text-stroke: 1px #d92c66;
    background: 0 0;
    font-size: 80px;
    font-weight: 700
}

.experience-area2 p {
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.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 {
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-about-middle-content {
        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 {
        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 {
        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 {
        margin-top: 30px
    }
}

.about-counter-wrap {
    gap: 96px
}

@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 {
        gap: 30px
    }
}

.about-counter-wrap {
    margin-bottom: 50px
}

.about-counter-wrap .single-counter-box h2 {
    font-size: 48px
}

.about-counter-wrap .single-counter-box p {
    margin: 0
}

.single-service-item {
    background: var(--tv-common-white);
    border: 1px solid #0000;
    border-radius: 50px 0;
    padding: 30px 28px;
    transition: all .3s;
    position: relative
}

.single-service-item:hover {
    border: 1px solid #d92c66
}

.single-service-item:hover span.service-icon {
    background-color: #d92c66
}

.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: #d92c66
}

span.service-icon {
    background: var(--tv-gray-1);
    text-align: center;
    border-radius: 8px 0;
    width: 60px;
    height: 60px;
    margin-bottom: 54px;
    line-height: 60px;
    transition: all .3s;
    display: block
}

.service-section-title {
    margin-bottom: 12px;
    font-size: 20px
}

.single-service-item p {
    margin-bottom: 32px
}

.tv-normal-btn {
    color: #d92c66;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s
}

.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 {
    margin-bottom: 30px;
    padding: 0
}

.single-service-item.style-2 .thumb {
    position: relative
}

.single-service-item.style-2 .thumb img {
    width: 100%
}

.single-service-item.style-2 .thumb .icon {
    background: var(--tv-gray-1);
    text-align: center;
    border-radius: 10px 0;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    line-height: 70px;
    position: absolute;
    bottom: -35px;
    left: 50%
}

.single-service-item.style-2 .service-content {
    text-align: center;
    padding: 59px 40px 30px
}

@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: all .3s
}

.single-service-item.style-2 .service-content h2 a:hover {
    color: #d92c66
}

.tv-service-slider-wrap .swiper-pagination {
    margin-top: 30px;
    position: relative
}

.tv-service-slider-wrap .swiper-pagination span {
    background: var(--tv-text-body);
    opacity: 1;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    position: relative
}

.tv-service-slider-wrap .swiper-pagination span.swiper-pagination-bullet-active {
    z-index: 1;
    position: relative
}

.tv-service-slider-wrap .swiper-pagination span.swiper-pagination-bullet-active:after {
    content: "";
    z-index: -1;
    border: 1px solid var(--tv-heading-primary);
    background: 0 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -4px;
    left: -4px
}

.tv-single-service .tv-widget.widget {
    background: 0 0;
    border-radius: 0;
    padding: 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: #d92c66
}

.tv-single-service .tv-widget-content {
    background: var(--tv-gray-1);
    border-radius: 30px 0;
    padding: 40px 36px
}

.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 {
    width: 60px;
    height: 60px;
    color: var(--tv-heading-primary);
    text-align: center;
    border: 1px solid var(--tv-heading-primary);
    border-radius: 50px;
    line-height: 60px
}

.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-left: 30px;
    margin-right: 0
}

@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 {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-single-service .tv-blog-list-wrap .title {
        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 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-single-service .tv-blog-list-wrap .faq-title {
        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: #d92c66;
    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 {
    text-align: center;
    background-color: #d92c66;
    width: 24px;
    height: 24px;
    color: var(--tv-common-white);
    border-radius: 50%;
    margin-right: 10px;
    line-height: 24px
}

.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 {
        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 {
        margin-bottom: 30px
    }
}

.service-modern-box {
    border-bottom: 1px solid #585b6f33;
    justify-content: space-between;
    padding-bottom: 40px;
    position: relative
}

@media (max-width:575px) {
    .service-modern-box {
        flex-direction: column;
        justify-content: start
    }
}

.service-modern-box .service-hover-img {
    object-fit: cover;
    width: 396px;
    height: 405px;
    margin-left: -196px;
    transition: all .3s;
    position: absolute;
    left: 50%;
    transform: scale(0)
}

.service-modern-box .service-hover-img img {
    object-fit: cover;
    width: 396px;
    height: 405px
}

.service-modern-box:hover .service-hover-img {
    transform: scale(1)
}

.service-modern-box:hover .serive-box-content .icon svg path {
    fill: #d92c66
}

.service-modern-box:hover .icon-btn {
    background-color: #d92c66
}

.service-modern-box .icon-btn {
    text-align: center;
    background-color: var(--tv-heading-primary);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    transition: all .3s
}

@media (max-width:575px) {
    .service-modern-box .icon-btn {
        margin-top: 15px
    }
}

.service-modern-box .icon-btn:hover {
    background-color: #d92c66
}

.service-modern-box .serive-box-content {
    padding-left: 84px;
    position: relative
}

.service-modern-box .serive-box-content .icon {
    position: absolute;
    top: 0;
    left: 0
}

.service-modern-box .serive-box-content .icon svg path {
    transition: all .3s
}

.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)
}

.tv-text-slider-ptb {
    padding: 29px 0
}

.tv-text-slider-item {
    align-items: center;
    display: flex
}

.tv-text-slider-item span {
    color: var(--tv-common-white);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    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
}

.tv-why-choose-area {
    position: relative
}

.tv-why-choose-left img {
    width: 100%
}

.tv-why-choose-right {
    z-index: 1;
    margin-left: 52px;
    position: relative
}

@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-top: 30px;
        margin-left: 0
    }
}

.tv-why-choose-right p {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 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 {
    z-index: -1;
    position: absolute;
    bottom: auto;
    right: 0
}

@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 {
    background: var(--tv-common-white);
    text-align: center;
    border-radius: 10px 0;
    width: 70px;
    height: 70px;
    margin-right: 16px;
    line-height: 70px;
    display: block
}

.single-icon-box2 .content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px
}

.single-couter-wrap {
    text-align: center;
    border: 1px solid #d92c66;
    z-index: 1;
    border-radius: 50%;
    width: 290px;
    height: 290px;
    padding: 15px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .single-couter-wrap {
        width: 250px;
        height: 250px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-couter-wrap {
        width: 210px;
        height: 210px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-couter-wrap {
        margin-top: 0;
        margin-bottom: 30px;
        transform: translate(50%)
    }
}

@media (max-width:575px) {
    .single-couter-wrap {
        margin-top: 0;
        margin-bottom: 30px;
        transform: translate(20%)
    }
}

.single-couter-wrap:after {
    content: "";
    background: var(--tv-gray-1);
    z-index: -1;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    position: absolute;
    top: 5%;
    left: 5%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .single-couter-wrap:after {
        width: 220px;
        height: 220px;
        top: 6%;
        left: 6%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-couter-wrap:after {
        width: 190px;
        height: 190px;
        top: 4%;
        left: 4%
    }
}

.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 {
        font-size: 45px;
        line-height: 55px
    }
}

.single-couter-wrap h6 {
    font-size: 20px;
    font-weight: 600
}

.tv-faq-form {
    background-color: var(--tv-gray-1);
    border-radius: 18px 0;
    padding: 40px 30px
}

.tv-faq-form h4 {
    margin-bottom: 24px
}

.tv-faq-form input, .tv-faq-form textarea {
    background-color: var(--tv-common-white);
    border-radius: 10px 0
}

.tv-faq-form .tv-btn-primary {
    justify-content: center;
    width: 100%;
    display: flex
}

.single-team-item img {
    width: 100%
}

.single-team-item {
    z-index: 1;
    position: relative
}

.team-content {
    background: var(--tv-common-white);
    border-radius: 18px 0;
    width: 90%;
    margin-left: 5%;
    padding: 24px;
    position: absolute;
    bottom: 5%;
    left: 0
}

.team-content h2.team-name {
    margin-bottom: 12px;
    font-size: 24px
}

.team-content h2.team-name a {
    color: var(--tv-heading-primary)
}

.team-content p.designation {
    margin-bottom: 0
}

.round-shape {
    background: var(--tv-gray-1);
    width: 40px;
    height: 40px;
    color: var(--tv-heading-primary);
    text-align: center;
    border-radius: 50%;
    font-size: 29px;
    font-weight: 700;
    line-height: 40px
}

.team-social {
    position: absolute;
    bottom: 30%;
    right: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px), only screen and (min-width:768px) and (max-width:991px), only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .team-social {
        bottom: 38%
    }
}

.team-social a:not(:last-child) {
    margin-bottom: 8px
}

.team-social a {
    background: var(--tv-common-white);
    text-align: center;
    width: 44px;
    height: 44px;
    color: var(--tv-heading-primary);
    border-radius: 6px;
    line-height: 44px;
    transition: all .3s;
    display: block
}

.team-social a:hover {
    background: #d92c66;
    color: var(--tv-common-white)
}

.tv-team-right-area {
    background: var(--tv-heading-primary);
    z-index: 1;
    border-radius: 50px 0;
    margin-left: 40px;
    padding: 40px;
    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-team-right-area {
        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 {
        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;
    top: 40px;
    right: 40px
}

.tv-team-arrow-box button {
    background: var(--tv-common-white);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition: all .3s
}

.tv-team-arrow-box button:hover {
    background: #d92c66;
    color: var(--tv-common-white)
}

.tv-team-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 22px
}

.tv-team-pagination .swiper-pagination-bullet {
    opacity: .6;
    background: 0 0;
    width: 33%;
    height: auto;
    display: block
}

.tv-team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.single-team-item.style-2 {
    background: var(--tv-gray-1);
    border-radius: 50px 0
}

.single-team-item.style-2 .team-content {
    text-align: center;
    background: 0 0;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    position: relative;
    bottom: 0;
    display: block !important
}

.single-team-item.style-2 .team-content .team-name {
    margin-bottom: 4px
}

.single-team-item.style-2 .team-content .designation {
    transition: all .3s
}

.single-team-item.style-2 .team-social {
    opacity: 0;
    visibility: hidden;
    gap: 12px;
    transition: all .3s;
    display: flex;
    left: 50px;
    right: auto;
    transform: translateY(50%)
}

.single-team-item.style-2:hover .team-social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.single-team-item.style-2:hover .designation {
    color: #d92c66
}

.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 {
        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 {
        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 {
    color: #d92c66;
    margin-top: 20px;
    margin-bottom: 36px;
    font-size: 20px
}

.tv-team-details .tv-team-single-content .team-contact a {
    color: var(--tv-heading-primary);
    margin-bottom: 16px;
    display: block
}

.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 {
    background-color: var(--tv-gray-1);
    border-color: #0000;
    width: 44px;
    height: 44px;
    line-height: 44px
}

.tv-team-details .tv-team-single-content .tv-header-top-social-box a:hover {
    background-color: #d92c66;
    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 {
    color: var(--tv-heading-primary);
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500
}

.tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item .tv-progress-bar .progress {
    background: #2b4dff80;
    height: 10px;
    overflow: visible
}

.tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item .tv-progress-bar .progress .progress-bar {
    background-color: #d92c66;
    border-radius: 10px;
    height: 100%;
    position: relative;
    top: 0;
    overflow: visible
}

.tv-team-details .tv-team-single-content .tv-progress-wrap .tv-progress-bar-item .tv-progress-bar .progress .progress-bar span {
    color: var(--tv-heading-primary);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -30px;
    right: 0;
    transform: translateY(-50%)
}

.tv-team-details .tv-team-single-content .tv-contact-form {
    margin-top: 80px
}

.tv-team-details .tv-team-single-content .tv-contact-form h3 {
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 700
}

.tv-team-details .tv-team-single-content .tv-contact-form .tv-contact-input-wrap input, .tv-team-details .tv-team-single-content .tv-contact-form .tv-contact-input-wrap textarea {
    border-radius: 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 {
        padding-right: 100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tv-team-area2 .tv-section-title-box {
        padding-right: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-team-area2 .tv-section-title-box {
        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 {
    text-align: center;
    background-color: var(--tv-common-white);
    border-radius: 18px;
    padding-top: 152px;
    padding-bottom: 40px;
    position: relative
}

.single-team-item-3 img {
    object-fit: cover;
    border-radius: 50px 0 0;
    width: 240px;
    height: 240px;
    margin-left: -120px;
    position: absolute;
    top: -40%;
    left: 50%
}

.single-team-item-3 .content h4 {
    margin-bottom: 20px
}

.single-team-item-3 .content p {
    margin-bottom: 25px
}

.single-team-item-3 .social a {
    text-align: center;
    background-color: #d92c66;
    width: 40px;
    height: 40px;
    color: var(--tv-common-white);
    border-radius: 4px;
    margin: 0 12px;
    line-height: 40px;
    transition: all .3s;
    display: inline-block
}

.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 {
        margin-top: 30px
    }
}

.tv-team-arrow-box2 {
    justify-content: end;
    align-items: end;
    gap: 24px
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-team-arrow-box2 {
        justify-content: start
    }
}

.tv-team-arrow-box2 button {
    text-align: center;
    width: 50px;
    height: 50px;
    color: #d92c66;
    background-color: var(--tv-gray-1);
    border-radius: 50%;
    line-height: 50px
}

.tv-team-arrow-box2 button:hover {
    background-color: #d92c66;
    color: var(--tv-common-white)
}

.tv-testimonial-area {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background: var(--tv-gray-1)
}

.tv-testmonial-wrap {
    background: var(--tv-common-white);
    z-index: 3;
    border: 1px solid #585b6f4d;
    border-radius: 50px 0;
    margin-left: 109px;
    padding: 40px;
    position: relative
}

@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 {
        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 {
        margin-top: 30px
    }
}

.rating {
    color: var(--tv-yellow-color);
    margin-bottom: 16px;
    font-size: 24px
}

.single-testi-slider-item {
    z-index: 1;
    position: relative
}

.single-testi-slider-item p {
    text-align: justify;
    color: var(--tv-heading-primary);
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 40px
}

img.shap-icon {
    position: absolute;
    bottom: 50px;
    left: auto;
    right: 40px
}

@media (max-width:575px) {
    img.shap-icon {
        display: none
    }
}

.author-info {
    position: relative
}

.author-info h5 {
    margin-left: 20px;
    font-size: 20px
}

.author-info h5 span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--tv-ff-body);
    margin-top: 12px;
    display: block
}

.tv-testi-arrow-box button {
    background: var(--tv-common-white);
    border-radius: 8px 0;
    width: 50px;
    height: 50px;
    font-size: 21px;
    transition: all .3s
}

.tv-testi-arrow-box .it-fade-anim:not(:last-child) {
    margin-right: 24px
}

.tv-testi-arrow-box button:hover {
    background: #d92c66;
    color: var(--tv-common-white)
}

.single-testimonial-item2 {
    background: var(--tv-gray-1);
    z-index: 1;
    border-radius: 50px 0;
    padding: 50px 36px;
    transition: all .3s;
    position: relative
}

.single-testimonial-item2:hover {
    background: #d92c66
}

.single-testimonial-item2 .shap {
    position: absolute;
    top: auto;
    bottom: 55px;
    right: 36px
}

.single-testimonial-item2 .shap span {
    background: #d92c66;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block
}

.single-testimonial-item2 .icon {
    color: #d92c66;
    transition: all .3s
}

.single-testimonial-item2:hover .icon {
    color: var(--tv-common-white)
}

.single-testimonial-item2 p {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
    transition: all .3s
}

.single-testimonial-item2:hover p {
    color: var(--tv-common-white)
}

.single-testimonial-item2 .author-info {
    align-items: center;
    display: flex
}

.single-testimonial-item2 .author-info img {
    margin-right: 16px
}

.single-testimonial-item2 .author-info h2 {
    color: var(--tv-ff-body);
    font-size: 24px;
    transition: all .3s
}

.single-testimonial-item2 .author-info h2 span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--tv-ff-body);
    color: var(--tv-gray-2);
    margin-top: 8px;
    display: block
}

.single-testimonial-item2:hover .author-info h2, .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 {
    background: var(--tv-gray-1);
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all .3s
}

.tv-testimonial-nav2 button:hover {
    background: #d92c66;
    color: var(--tv-common-white)
}

.single-testi-slider-item.style-3 {
    background-color: var(--tv-gray-1);
    border-radius: 50px 0;
    padding: 40px
}

.single-testi-slider-item.style-3.style-4 {
    background-color: var(--tv-common-white)
}

.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
}

.tv-brand-content {
    border-top: 1px solid #585b6f4d;
    padding-bottom: 8px
}

.tv-brand-content p {
    color: var(--tv-heading-primary);
    font-size: 18px
}

.tv-brand-single-item {
    transition: all .3s
}

.tv-brand-single-item:hover img {
    opacity: .7
}

.home-4-brand-wrap .tv-brand-slider {
    padding: 40px 0
}

.brand-info {
    justify-content: space-between;
    gap: 14px
}

@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 {
        justify-content: center
    }
}

.brand-info p {
    color: var(--tv-heading-primary);
    margin: 0;
    font-size: 18px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .brand-info p {
        width: 20%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .brand-info p {
        width: 25%
    }
}

.brand-info p span {
    color: #d92c66
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .brand-info img {
        width: 80%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .brand-info img {
        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 {
        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 {
        width: 25%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .brand-info.two p {
        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 {
        width: auto
    }
}

.brand-info.two img {
    width: 75%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .brand-info.two img {
        width: 75%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .brand-info.two img {
        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 {
        display: none
    }
}

.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 {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 52px;
    font-size: 20px;
    font-weight: 600;
    line-height: 52px;
    font-family: var(--tv-ff-heading);
    background-color: #525252;
    padding: 0 25px
}

@media (max-width:575px) {
    .tv-information-nav-btn ul li button {
        font-size: 17px
    }
}

.tv-information-nav-btn ul li button.active, .tv-information-nav-btn ul li button:hover {
    color: #fff;
    background-color: #d92c66
}

.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 {
    background-color: var(--tv-common-white);
    height: 58px;
    font-size: 15px;
    font-weight: 400;
    line-height: 58px
}

@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 {
        height: 45px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 45px
    }
}

.tv-information-input-box input::placeholder {
    font-size: 15px;
    font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .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-size: 20px;
    font-weight: 600;
    font-family: var(--tv-ff-heading);
    color: var(--tv-common-black)
}

.tv-information-check-box ul {
    justify-content: space-between;
    display: flex
}

@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-bottom: 5px;
        margin-right: 12px
    }
}

.tv-information-check-box ul li.form-check label {
    font-size: 15px;
    font-weight: 400
}

.tv-information-check-box ul li .form-check-input[type=checkbox] {
    box-shadow: none;
    background-color: #0000;
    border: .5px solid #525252;
    border-radius: 0;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    margin-right: 10px;
    padding: 0;
    position: relative
}

.tv-information-check-box ul li .form-check-input[type=checkbox]:after {
    content: "";
    background-color: #d92c66;
    opacity: 0;
    border-radius: 1px;
    width: 12px;
    height: 11px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.tv-information-check-box ul li .form-check-input:checked:after {
    opacity: 1
}

.tv-information-title {
    color: var(--tv-common-white);
    font-size: 35px;
    font-weight: 600;
    line-height: 1.14
}

@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 {
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -15px;
    padding: 45px 30px 50px
}

@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-top: 50px;
        margin-left: 0
    }
}

.tv-information-right p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71
}

@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 {
    content: "";
    z-index: -1;
    background-color: var(--tv-common-black);
    width: 100%;
    height: 53%;
    position: absolute;
    top: 0;
    left: 0
}

.tv-information-shape-1 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.tv-information-style-2 .tv-information-left form>span, .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: .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
    }
}

.tv-slider-subtitle {
    color: var(--tv-common-white);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--tv-ff-heading);
    margin-bottom: 30px;
    padding-left: 57px;
    position: relative
}

@media (max-width:575px) {
    .tv-slider-subtitle {
        font-size: 14px
    }
}

.tv-slider-subtitle:before {
    content: "";
    background-color: var(--tv-common-white);
    width: 45px;
    height: 1px;
    margin-right: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(1px)
}

@media (max-width:575px) {
    .tv-slider-subtitle:before {
        width: 45px;
        height: 1px;
        transform: translateY(-1px)
    }
}

.tv-slider-title {
    text-transform: capitalize;
    color: var(--tv-common-white);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.14;
    font-family: var(--tv-ff-heading);
    margin-bottom: 20px
}

@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
    }
}

@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: 120px 0
    }
}

.tv-slider-content p {
    color: var(--tv-common-white);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76
}

@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-repeat: no-repeat;
    background-size: cover
}

.tv-slider-overlay:after {
    content: "";
    z-index: -2;
    background: linear-gradient(90deg, #0a165e 0%, #0a165e00 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tv-slider-bg {
    z-index: -2;
    -webktv-transform: scale(1.15);
    -webktv-transition: opacity 1.5s ease-in, -webktv-transform 7s ease;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: transform 9s, opacity 1.5s ease-in, -webktv-transform 9s;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.15)
}

.tv-slider-arrow-box {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 15%;
    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 {
    width: 60px;
    height: 60px;
    color: #d92c66;
    background-color: var(--tv-common-white);
    border-radius: 50%;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    transition: all .3s;
    display: block
}

.tv-slider-arrow-box button svg {
    margin-top: -2px;
    display: inline-block
}

.tv-slider-arrow-box button:hover {
    color: var(--tv-common-white);
    background-color: #d92c66
}

.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 {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    display: inline-block
}

.tv-slider-style-2 .tv-slider-overlay {
    justify-content: center;
    align-items: center;
    height: 820px;
    display: flex
}

@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%, #0f313a73 99.99%, #0f313a00 100%)
}

.tv-slider-style-2 .tv-slider-title {
    text-transform: capitalize;
    color: var(--tv-common-white);
    margin-bottom: 20px;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.2
}

@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-duration: .5s;
    animation-delay: .3s
}

.tv-slider-animation .swiper-slide-active .tv-slider-title {
    animation-duration: .5s;
    animation-delay: .7s
}

.tv-slider-animation .swiper-slide-active .tv-slider-text {
    animation-duration: .7s;
    animation-delay: .9s
}

.tv-slider-animation .swiper-slide-active .tv-slider-btn {
    animation-duration: .9s;
    animation-delay: 1.1s
}

.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 {
    opacity: 0;
    animation-name: fadeInUp;
    animation-fill-mode: both
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-title {
    opacity: 1;
    animation-duration: .5s;
    animation-delay: .3s
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-text {
    opacity: 1;
    animation-duration: .7s;
    animation-delay: .6s
}

.tv-slider-active2.tv-slider-animation .swiper-slide-active .tv-slider-btn {
    opacity: 1;
    animation-duration: .9s;
    animation-delay: .9s
}

.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 {
    opacity: 0;
    animation-name: fadeInUp;
    animation-fill-mode: both
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-hero-subtitle {
    opacity: 1;
    animation-duration: .5s;
    animation-delay: .3s
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-hero-title {
    opacity: 1;
    animation-duration: .7s;
    animation-delay: .6s
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-spltv-text {
    opacity: 1;
    animation-duration: .9s;
    animation-delay: .9s
}

.tv-hero-slider-active-3.tv-slider-animation .swiper-slide-active .tv-btn-primary {
    opacity: 1;
    animation-duration: .9s;
    animation-delay: 1.1s
}

.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 {
        padding: 250px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-slider-area-two .tv-slider-content {
        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 {
        padding: 150px 0
    }
}

.tv-slider-area-two .tv-slider-content p {
    width: 630px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400
}

@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 {
        width: auto
    }
}

.tv-slider-area-two .tv-slider-content .tv-btn-primary {
    margin-top: 20px
}

.tv-slider-area-two .tv-testi-arrow-box button {
    z-index: 2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.tv-slider-area-two .tv-testi-arrow-box button.arrow-prev {
    left: auto;
    right: 0
}

.hero-slider-wrap3 {
    z-index: 1;
    position: relative
}

.hero-slider-wrap3 .section-bg {
    background-position: bottom
}

.hero-slider-wrap3 .tv-header-top-social-box {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%)
}

@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 {
        display: none
    }
}

.hero-slider-wrap3 .tv-header-top-social-box a {
    width: 36px;
    height: 36px;
    color: var(--tv-common-white);
    background-color: #ffffff1a;
    border: none;
    margin-right: 0;
    line-height: 36px;
    display: block
}

.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: #d92c66
}

.hero-slider-wrap3 .tv-header-top-social-box:after {
    content: "";
    background: linear-gradient(#2b4dff00, #2b4dff);
    width: 2px;
    height: 120px;
    position: absolute;
    bottom: -67%;
    left: 50%
}

.hero-slider-wrap3 .tv-header-top-social-box:before {
    content: "";
    background: linear-gradient(#2b4dff, #2b4dff00);
    width: 2px;
    height: 120px;
    position: absolute;
    top: -67%;
    left: 50%
}

.hero-slider-wrap3 .tv-testi-arrow-box {
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%)
}

.hero-slider-wrap3 .tv-testi-arrow-box button {
    background-color: var(--tv-heading-primary);
    border-radius: 50%;
    display: block
}

.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: #d92c66
}

.tv-slider-arrow-box span.swiper-pagination-bullet {
    width: 42px;
    height: 42px;
    color: var(--tv-common-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    font-family: var(--tv-ff-body);
    opacity: 1;
    background: 0 0;
    border: 1px solid #fff
}

.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: #d92c66;
    border: 1px solid #d92c66
}

.tv-slider-arrow-box span.swiper-pagination-bullet:not(:last-child):after {
    content: "";
    background: linear-gradient(#2b4dff, #fff0);
    width: 1px;
    height: 30px;
    position: absolute;
    top: 118%;
    left: 50%
}

.tv-portfolio-bg {
    position: relative
}

.tv-portfolio-bg:after {
    content: "";
    z-index: -2;
    background-color: var(--tv-common-black);
    width: 100%;
    height: 65%;
    position: absolute;
    top: 0;
    right: 0
}

.tv-portfolio-content {
    z-index: 1;
    transform-origin: 50%;
    align-items: center;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    transform: perspective(400px)rotateX(-90deg)
}

@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 {
    color: #d92c66;
    margin-bottom: 12px;
    font-weight: 600;
    display: block
}

.tv-portfolio-title {
    color: var(--tv-common-white);
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 20px
}

@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 {
    text-align: center;
    width: 50px;
    height: 50px;
    color: var(--tv-common-white);
    background-color: #d92c66;
    border-radius: 50%;
    line-height: 50px;
    transition: all .3s;
    display: inline-block
}

.tv-portfolio-item-arrow a:hover {
    color: var(--tv-common-black);
    background-color: var(--tv-common-white)
}

.tv-portfolio-item:after {
    content: "";
    background: linear-gradient(#0f313a00 0%, #0f313a 100%);
    width: 100%;
    height: 0;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0
}

.tv-portfolio-item:hover:after {
    height: 100%
}

.tv-portfolio-item:hover .tv-portfolio-content {
    transform: perspective(400px)rotateX(0)
}

.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
    }

    .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-top: 30px;
        margin-left: 20px
    }
}

@media (max-width:575px) {
    .tv-portfolio-arrow-box .arrow-prev {
        margin-top: 0;
        margin-left: 20px
    }
}

.tv-portfolio-arrow-box button {
    width: 60px;
    height: 60px;
    color: #d92c66;
    background-color: var(--tv-common-white);
    border-radius: 50%;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    transition: all .3s;
    display: block
}

@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 {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        display: inline-block
    }
}

.tv-portfolio-arrow-box button svg {
    margin-top: -2px;
    display: inline-block
}

.tv-portfolio-arrow-box button:hover {
    color: var(--tv-common-white);
    background-color: #d92c66
}

.tv-portfolio-shape-1 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0
}

.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
    }

    .tv-portfolio-style-2 .tv-portfolio-arrow-box .arrow-prev {
        margin-left: 0;
        margin-right: 20px
    }

    .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
    }

    .tv-portfolio-inner-style .tv-testimonial-2-arrow-box button {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .tv-portfolio-inner-style .tv-testimonial-2-arrow-box button svg {
        width: 18px;
        margin-top: -4px;
        display: inline-block
    }
}

.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
    }

    .tv-pro-details-thumb {
        width: 100%;
        margin-bottom: 35px
    }

    .tv-pro-details-thumb img {
        width: 100%
    }
}

.tv-pro-details-title {
    font-size: 30px;
    font-weight: 600
}

@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-size: 24px;
    font-weight: 700
}

.tv-pro-details-text p {
    color: #525252;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76
}

@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 {
    margin-bottom: 21px;
    padding-left: 30px;
    list-style-type: none;
    position: relative
}

.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 {
    color: var(--tv-common-black);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    display: block
}

.tv-pro-details-list ul li div p {
    font-size: 14px
}

.tv-pro-details-list.list-style-1 ul li {
    float: left;
    width: 50%;
    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 {
    border-bottom: 1px solid #52525233;
    margin-bottom: 60px;
    padding-bottom: 45px
}

.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-top: 50px;
        margin-right: 0
    }
}

.tv-pro-details-left .tv-information-left {
    background-color: var(--tv-gray-1);
    margin-right: 0;
    padding: 40px 35px
}

@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 {
    background-color: var(--tv-common-white);
    height: 160px
}

.tv-pro-details-left .tv-information-textarea-box textarea::placeholder {
    font-size: 15px;
    font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-pro-details-left .tv-information-textarea-box textarea::placeholder {
        font-size: 12px
    }
}

.tv-pro-details-info {
    background-color: var(--tv-gray-1);
    padding: 40px 35px
}

@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 {
    color: var(--tv-common-black);
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 600;
    display: block
}

.tv-pro-details-info ul li a {
    font-size: 14px;
    font-weight: 400;
    transition: all .3s
}

.tv-pro-details-info ul li a:hover {
    color: #d92c66
}

.tv-pro-details-social a {
    text-align: center;
    width: 52px;
    height: 52px;
    color: #d92c66;
    background-color: var(--tv-common-white);
    border-radius: 50%;
    margin-right: 9px;
    font-size: 18px;
    line-height: 52px;
    transition: all .3s;
    display: inline-block
}

@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: #d92c66
}

.single-project-item {
    z-index: 1;
    position: relative
}

.single-project-item img {
    object-fit: cover;
    border-radius: 50px 0;
    width: 500px;
    height: 420px
}

.single-project-item.border-round img {
    border-radius: 18px
}

.single-project-item span.icon {
    background: #d92c66;
    text-align: center;
    color: var(--tv-common-white);
    border-radius: 8px 0;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 17px;
    line-height: 60px;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: perspective(400px)rotateX(-90deg)
}

.single-project-item span.icon a {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex
}

@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 {
    background: var(--tv-gray-1);
    border-radius: 18px 0;
    width: 80%;
    margin: 0 30px;
    padding: 30px 24px;
    transition: all .3s;
    position: absolute;
    bottom: 30px;
    left: auto;
    right: auto;
    transform: perspective(400px)rotateX(-90deg)
}

.single-project-item:hover .single-project-content, .single-project-item:hover span.icon {
    transform: perspective(400px)rotateX(0)
}

.single-project-content h3 {
    margin-bottom: 12px;
    font-size: 20px
}

.process-box-content span {
    background: #d92c66;
    color: var(--tv-common-white);
    border-radius: 50px;
    padding: 6px 12px
}

@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 {
    z-index: 2;
    position: relative
}

.tv-single-project-item2:after {
    content: "";
    opacity: 0;
    z-index: 1;
    background: linear-gradient(#0a165e00 0%, #0a165ec4 100%);
    border-radius: 50px 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0)
}

.tv-single-project-item2:hover:after {
    opacity: 1;
    transform: scale(1)
}

.tv-single-project-item2 img {
    border-radius: 50px 0;
    width: 100%
}

.tv-single-project-item2 .project-content {
    z-index: 3;
    visibility: hidden;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px;
    transition: all .3s;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0)
}

.tv-single-project-item2 .project-content p {
    color: var(--tv-common-white);
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.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: all .3s
}

.tv-single-project-item2 .project-content .video-icon {
    display: block
}

.tv-single-project-item2 .project-content .video-icon a {
    background: #d92c66;
    text-align: center;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    display: block
}

.tv-single-project-item2:hover .project-content {
    visibility: visible;
    transform: scale(1)
}

.tv-single-project-item2.item-3 .video-icon a {
    border-radius: 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);
    border-radius: 30px 0;
    padding: 40px 36px
}

@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 {
        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 {
    gap: 10px;
    margin-bottom: 28px;
    display: flex
}

.tv-project-details .tv-project-sidebar-details .tv-project-list-item ul li span {
    font-weight: 400;
    display: inline-block
}

.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: #d92c66
}

.tv-project-details .tv-project-sidebar-details .tv-header-top-social-box a {
    background-color: var(--tv-heading-primary);
    width: 44px;
    height: 44px;
    color: var(--tv-common-white);
    line-height: 44px
}

.tv-project-details .tv-project-sidebar-details .tv-header-top-social-box a:hover {
    background-color: #d92c66
}

.tv-project-slider-wrap .swiper-pagination {
    justify-content: center;
    gap: 8px;
    display: flex;
    position: relative
}

.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 {
    content: "";
    z-index: -1;
    border: 2px solid var(--tv-heading-primary);
    background: 0 0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -6px;
    left: -6px
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-project-area-five .tv-btn-primary {
        margin-top: 30px
    }
}

.single-process-box {
    text-align: center
}

.single-process-box img {
    margin-bottom: 40px
}

.process-box-content h2 {
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 24px
}

.single-process-item .thumb {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    position: relative
}

.single-process-item .thumb img {
    object-fit: cover;
    border: 8px solid var(--tv-common-white);
    border-radius: 50%;
    width: 280px;
    height: 280px
}

.single-process-item .thumb span {
    background-color: #d92c66;
    color: var(--tv-common-white);
    border-radius: 6px;
    height: 38px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 12px;
    position: absolute;
    bottom: 31px;
    left: -10px
}

.single-process-item .content {
    width: 280px;
    margin: 24px auto auto
}

.single-process-item .content h4 {
    color: var(--tv-common-white)
}

.single-process-item .content p {
    color: var(--tv-gray-1);
    margin-bottom: 0
}

.tv-process-area.tv-process-area-3 .shap {
    z-index: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%)
}

.tv-process-area .shap {
    z-index: -1;
    position: absolute;
    top: 65%;
    transform: translateY(-50px)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tv-process-area .shap {
        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 {
        display: none
    }
}

.tv-step-title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    transition: all .3s
}

.tv-step-icon {
    text-align: center;
    width: 80px;
    height: 80px;
    color: var(--tv-common-white);
    background-color: #d92c66;
    border-radius: 50%;
    margin-bottom: 35px;
    line-height: 80px;
    display: inline-block;
    position: relative
}

.tv-step-icon svg {
    -webktv-transition: all .3s ease;
    transition: all .3s
}

.tv-step-icon>span {
    color: var(--tv-common-black);
    text-align: center;
    background-color: var(--tv-common-white);
    border: 1px solid var(--tv-common-black);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    display: inline-block;
    position: absolute;
    top: 3%;
    right: -8%
}

.tv-step-item {
    background-color: var(--tv-gray-1);
    padding: 40px 20px;
    transition: all .3s;
    position: relative
}

.tv-step-item:after {
    content: "";
    border: 1px dashed var(--tv-common-black);
    width: 100%;
    position: absolute;
    top: 50%;
    right: -100%;
    transform: translateY(-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:after {
        display: none
    }
}

.tv-step-item:before {
    content: "";
    background-color: var(--tv-common-black);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 17px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -36%;
    transform: translateY(-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: all .3s
}

.tv-step-item:hover {
    background-color: var(--tv-common-black)
}

.tv-step-item:hover p {
    color: #ffffffc7
}

.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, .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)
}

.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 {
        padding-right: 0
    }
}

.tv-skill-area .tv-section-title-box p {
    color: var(--tv-common-white);
    margin-bottom: 50px;
    padding-right: 193px;
    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 {
        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 {
        margin-top: 30px;
        padding-left: 0
    }
}

.single-skill-box {
    background-color: var(--tv-common-white);
    border-radius: 10px;
    padding: 30px 30px 30px 100px;
    transition: all .3s;
    position: relative
}

@media (max-width:575px) {
    .single-skill-box {
        padding: 30px;
        position: relative
    }
}

.single-skill-box:hover {
    background-color: #d92c66
}

.single-skill-box:hover .content h4, .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;
    top: 30px;
    left: 30px
}

@media (max-width:575px) {
    .single-skill-box .icon {
        margin-bottom: 15px;
        position: relative;
        top: auto;
        left: auto
    }
}

.tv-newsletter-area {
    border-bottom: 1px solid #ffffff1a
}

@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 {
    width: 490px;
    height: 60px;
    line-height: 60px
}

@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
    }
}

.tv-cta-area {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.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 {
    color: var(--tv-text-body);
    background: var(--tv-gray-1);
    border-radius: 8px 0;
    font-size: 16px
}

.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 #0000
}

.tv-cta-area .tv-contact-select .nice-select:focus {
    border: 1px solid #d92c66
}

.tv-cta-area .tv-video-icon {
    left: 24%;
    right: auto
}

.tv-cta-area .cta-form {
    background: var(--tv-common-white);
    z-index: 99;
    border-radius: 50px 0;
    margin-bottom: -104px;
    padding: 40px 40px 0;
    position: relative
}

.tv-cta-area .cta-form h2 {
    margin-bottom: 14px;
    font-size: 36px
}

.it-contact-sumbit-box {
    background: #d92c66;
    margin-top: 40px;
    padding: 20px 0;
    position: relative
}

.it-contact-sumbit-box button {
    background: var(--tv-common-white);
    color: var(--tv-heading-primary);
    z-index: 1;
    border: none
}

.it-contact-sumbit-box:after, .it-contact-sumbit-box:before {
    background: #d92c66;
    content: "";
    border-radius: 0 0 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -40px
}

.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 {
    z-index: 1;
    position: relative
}

.tv-cta2-area .tv-cta2-left .video-play {
    margin-left: -40px;
    position: absolute;
    left: 28%
}

@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 {
        margin-bottom: 30px;
        margin-left: -20px;
        position: relative;
        left: 50%
    }
}

.tv-cta2-area .tv-cta2-right {
    color: var(--tv-common-white);
    padding-left: 70px
}

@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 {
    color: var(--tv-common-white);
    margin-right: -100px;
    font-size: 49px
}

@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;
    height: 60px;
    padding: 20px 24px
}

.tv-cta2-area .tv-cta2-right .tv-newsletter-form .tv-btn-primary {
    border-radius: 10px;
    padding: 10px 33px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%)
}

.tv-cta2-area .tv-cta2-right .tv-newsletter-form .tv-btn-primary:after {
    border-radius: 10px
}

.play-icon {
    background: #d92c66;
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-cta-area .tv-video-icon {
        position: relative;
        left: 0
    }
}

.cta-content h1 {
    font-size: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .cta-content h1 {
        font-size: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-content h1 {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .cta-content h1 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    .cta-content h1 {
        font-size: 28px
    }
}

.cta-content p {
    color: var(--tv-common-white);
    margin: 40px 0;
    padding: 0 160px;
    font-size: 18px
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .cta-content p {
        padding: 0
    }
}

@media (max-width:575px) {
    .cta-content p {
        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);
    border-radius: 18px;
    padding: 40px
}

.tv-testmonial-contact-wrap .single-testi-slider-item p {
    color: var(--tv-text-body);
    font-size: 18px;
    font-weight: 400;
    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 {
        padding-left: 0
    }
}

.tv-contact-wrap-right input, .tv-contact-wrap-right textarea {
    background-color: var(--tv-common-white);
    border: 1px solid #0a165e1a;
    border-radius: 6px
}

.tv-contact-wrap-right .nice-select {
    background-color: var(--tv-common-white);
    border: 1px solid #0a165e1a;
    border-radius: 6px;
    height: 55px;
    line-height: 55px
}

.tv-contact-wrap-right .tv-btn-primary {
    width: auto;
    margin: 0 15px;
    display: inline-block
}

.tv-contact-wrap-right .it-contact-input-file {
    color: #2d2d2d;
    cursor: pointer;
    background-color: #fff;
    border: 1px dashed #5b5ce2;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    padding: 7px 16px;
    font-weight: 500;
    transition: border-color .3s;
    display: flex
}

.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 {
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    background-color: #3c3ee6;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s
}

.tv-contact-wrap-right .it-contact-input-file .browse-btn:hover {
    background-color: #2f31c4
}

.tv-contact-wrap {
    padding: 60px
}

@media only screen and (min-width:576px) and (max-width:767px), (max-width:575px) {
    .tv-contact-wrap {
        padding: 60px 30px
    }
}

.tv-contact-wrap {
    border-radius: 50px 0;
    box-shadow: 5px 8px 30px #17242614
}

.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 {
    background-color: #d92c66;
    border-radius: 50px 0;
    padding: 40px
}

@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 {
    color: var(--tv-common-white);
    margin-bottom: 37px
}

.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
}

.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
}

.tv-video-thumb img {
    width: 100%
}

.tv-video-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.tv-video-icon a {
    text-align: center;
    background-color: #d92c66;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    line-height: 102px;
    display: inline-block
}

.tv-video-icon a span svg {
    width: 100% !important
}

@media (max-width:575px) {
    .tv-video-icon a {
        width: 50px;
        height: 50px;
        line-height: 48px
    }
}

.tv-video-icon a svg, .tv-video-icon a i {
    color: var(--tv-common-red);
    padding-left: 4px;
    display: inline-block
}

@media (max-width:575px) {
    .tv-video-icon a svg, .tv-video-icon a i {
        width: 15px;
        padding-left: 1px
    }
}

.tv-video-text p {
    color: #fff;
    letter-spacing: -1px;
    margin-left: 195px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.76
}

@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-top: 25px;
        margin-left: 0
    }
}

.tv-video-icon.popup {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translateY(0%)
}

.tv-video-icon.popup a {
    background-color: #0000;
    width: auto;
    height: auto
}

.tv-video-popup-wrap {
    z-index: 1;
    border-radius: 50px 0;
    margin-top: -361px;
    padding: 163px 0;
    position: relative
}

.tv-video-popup-wrap:after {
    content: "";
    z-index: -1;
    background-color: #0a165e80;
    border-radius: 50px 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.tv-card-box {
    padding-left: 108px;
    position: relative
}

.tv-card-box .icon {
    background-color: #d92c66;
    text-align: center;
    border-radius: 10px 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 0
}

.tv-card-box .content p {
    margin: 0
}

.tv-card-bottom-wrap {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 0;
    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-card-bottom-wrap {
        display: none
    }
}

.tv-slider-card-wrap {
    background-color: var(--tv-gray-1);
    border-radius: 18px 18px 0 0;
    gap: 43px;
    padding: 24px 30px;
    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 {
        gap: 20px
    }
}

@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 {
        display: none
    }
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider {
    width: 332px;
    position: absolute;
    bottom: 0;
    right: 0
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider .single-navigation-slider img {
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    width: 332px;
    height: 188px
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider .tv-testi-arrow-box-wrap {
    background-color: #d92c66;
    justify-content: space-between;
    padding: 41px 24px;
    display: flex
}

.tv-slider-card-wrap .tv-slider-bottom-navigation-slider .tv-testi-arrow-box-wrap button {
    color: var(--tv-common-white);
    border: 1px solid var(--tv-common-white);
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px
}

.single-card-box-2 {
    padding-left: 78px;
    position: relative
}

.single-card-box-2 .icon {
    text-align: center;
    background-color: #d92c66;
    border-radius: 10px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    position: absolute;
    top: 0;
    left: 0
}

.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 {
        font-size: 20px
    }
}

.single-card-box-2 .content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400
}

.tv-pricing-area {
    padding-top: 228px
}

.single-price-box {
    background: var(--tv-gray-1);
    z-index: 1;
    border-radius: 50px 0;
    padding: 40px 36px;
    position: relative
}

.single-price-box .tv-btn-primary {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.single-price-box .tag {
    background: var(--tv-common-white);
    color: var(--tv-heading-primary);
    text-transform: capitalize;
    border-radius: 50px 0 0 50px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 95px;
    right: 0
}

.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 {
    margin-bottom: 20px;
    font-size: 20px
}

.single-price-box h3.price {
    border-bottom: 1px solid #585b6f4d;
    padding-bottom: 40px;
    font-size: 48px
}

.single-price-box h3.price span {
    font-size: 18px;
    font-weight: 400
}

.single-price-box .single-price-box ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none
}

.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 {
    margin-top: 40px;
    list-style: none
}

.single-price-box ul li {
    color: var(--tv-heading-primary);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--tv-ff-body);
    margin-top: 20px;
    line-height: 30px
}

.single-price-box ul li i {
    margin-right: 8px
}

.single-price-box.active {
    background: #d92c66;
    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, .single-price-box.active .tv-btn-primary .btn-wrap .btn-text2 {
    color: #d92c66
}

.tv-pricing-tab-left {
    background-color: #d92c66;
    border-radius: 18px;
    padding: 50px 36px
}

.tv-pricing-tab-left .nav.nav-price {
    background-color: var(--tv-common-white);
    border-radius: 4px;
    width: 245px;
    padding: 8px
}

.tv-pricing-tab-left .nav.nav-price .nav-link {
    color: var(--tv-heading-primary);
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.tv-pricing-tab-left .nav.nav-price .nav-link.active {
    background-color: #d92c66;
    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 {
        margin-top: 30px
    }
}

.price-content-wrap .price-list-item {
    margin-top: 40px;
    margin-bottom: 14px;
    list-style: none
}

.price-content-wrap .price-list-item li {
    color: var(--tv-common-white);
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.price-content-wrap .price-list-item li i {
    margin-right: 8px
}

.price-content-wrap .tv-btn-primary {
    background-color: var(--tv-common-white);
    justify-content: center;
    width: 100%;
    display: flex
}

.price-content-wrap .tv-btn-primary .btn-text1, .price-content-wrap .tv-btn-primary .btn-text2 {
    color: var(--tv-heading-primary)
}

.single-price-box-wrap {
    background-color: var(--tv-common-white);
    border: 1px solid #585b6f4d;
    border-radius: 18px;
    justify-content: space-between;
    padding: 50px 36px
}

@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 {
        gap: 15px
    }
}

@media (max-width:575px) {
    .single-price-box-wrap {
        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 {
        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)
}

@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 {
    background-color: var(--tv-heading-primary);
    border-radius: 18px;
    padding: 50px 40px
}

@media (max-width:575px) {
    .single-consulting-wrap {
        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 {
        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: #d92c66
}

.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 {
        margin-bottom: 30px
    }
}