<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
/////  TownGov HTML  /////
----------------------------------------------*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
* Variable
* Common
* Animations
* Header-one
* Banner-one
* Services-one
* About-one
* Package-one
* Video-one
* Whychoose-one
* Joinus-one
* Pricing-package-one
* Testimonial-one
* Cta-one
* Blog-one
* Brand-one
* Footer-one
* Mobile-nav
* Side-drawer
* Search-popup
* Header-two
* Banner-two
* Category-two
* movies-video-two
* Popular-movies-two
* Joinus-two
* Faq-two
* Free movies
* featured-movies-two
* Blog-two
* Brand-two
* Footer-two
* Banner-three
* Services-three
* About-three 
* Pricing-package-three
* Free-movies-three 
* Faq-three 
* Testimonial-three
* Whychoose-three
* Cta-three
* Brand-three
* Header-four
* Banner-four
* About-four
* Services-four
* Plan-four
* Package-four
* Joinus-four
* Pricing-package-four
* About-four-two
* Testimonial-four
* Blog-four
* Brand-four
* Page-header
* Team-five
* About-five
* Popular-movie-six
* Popular-movie-video-six
* Musical-box
* Services-whychoose
* Pricing-package-five
* Pricing-package-six
* Category-one
* Testimonial-seven
* Shop
* Comment
* Contact-page
* Blog-page
* Sidebar
* Author
* Preloader
* Custom-cursor
--------------------------------------------------------------*/
/***********************
* Variable
***********************/
:root {
    --twonet-font: "Manrope";
    --twonet-primery: #ff1749;
    --twonet-secondary: #0F0F0F;
    --twonet-dark: #010101;
    --twonet-secondary-light: #2E2E2E;
    --twonet-bg-light: #2c2c2c;
    --twonet-bg-dark: #0f0f0f;
    --twonet-text-dark: #343434;
    --twonet-text: #676767;
    --twonet-gray: #999999;
    --twonet-link-light: #CCCCCC;
    --twonet-light: #bbbbbb;
    --twonet-neutral: #f9f9fc;
    --twonet-yellow: #de5915;
    --twonet-yellow-light: #fa8c0a;
    --twonet-text-light: #fff;
    --twonet-border-light: #e7e7e7;
    --twonet-border-dark: #d9d9d9;
}

/***********************
* Common
***********************/
body {
    font-family: var(--twonet-font, "DM Sans", sans-serif);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.locked {
    overflow: hidden;
}

h1,
.h1 {
    font-size: 65px;
    margin-bottom: 28px;
    line-height: 70px;
    letter-spacing: -0.2px;
    color: var(--twonet-dark);
}

h2,
.h2 {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.2px;
    color: var(--twonet-dark);
}

h3,
.h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.2px;
    color: var(--twonet-dark);
}

h4,
.h4 {
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.2px;
    color: var(--twonet-dark);
}

h5,
.h5 {
    font-size: 20px;
    margin-bottom: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: var(--twonet-dark);
}

h6,
.h6 {
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: var(--twonet-dark);
}

span {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

p {
    font-weight: 400;
    line-height: 28.5px;
    letter-spacing: 0;
    color: var(--twonet-text-dark);
    margin-bottom: 0;
}

a {
    line-height: 1;
    letter-spacing: 0;
}

.row&gt;* {
    padding: 0 15px;
}

/***********************
* Animations
***********************/

@keyframes banner-shape-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes banner-details-icon-move {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(5px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes about-one-inner-img-shape-1-animation {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes about-one-inner-img-shape-3-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes about-one-inner-img-shape-4-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px) translateY(-50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes about-one-inner-img-shape-5-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(70px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes about-one-inner-img-shape-6-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50px) translateY(50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes about-one-inner-img-shape-7-animation {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-70px) translateY(50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes package-one-img-1-rotate {
    0% {
        transform: rotate(0deg);
    }


    100% {
        transform: rotate(360deg);
    }
}

@keyframes package-one-img-2-rotate {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0px)translateY(400px);
    }

    50% {
        transform: translateY(400px) translateX(-400px);
    }

    75% {
        transform: translateX(-400px) translateY(0px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes package-one-img-3-rotate {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0px)translateY(-400px);
    }

    50% {
        transform: translateY(-400px) translateX(400px);
    }

    75% {
        transform: translateX(400px) translateY(0px);
    }

    100% {
        transform: translateX(0px);
    }


}

@keyframes package-one-text-1-rotate {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(400px)translateY(0px);
    }

    50% {
        transform: translateY(400px) translateX(400px);
    }

    75% {
        transform: translateX(0px) translateY(400px);
    }

    100% {
        transform: translateX(0px);
    }


}

@keyframes package-one-text-2-rotate {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-400px)translateY(0px);
    }

    50% {
        transform: translateY(-400px) translateX(-400px);
    }

    75% {
        transform: translateX(0px) translateY(-400px);
    }

    100% {
        transform: translateX(0px);
    }


}

@keyframes btn-scales {
    0% {
        transform: scale(1);
    }

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


}

@keyframes our-internet-one-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes shape-1-scales {
    0% {
        transform: scale(1.2);
    }

    25% {
        transform: scale(1) translateX(30px);
    }

    50% {
        transform: scale(1.2) translateX(0px);
    }

    75% {
        transform: scale(1) translateX(30px);
    }

    100% {
        transform: scale(1.2) translateX(0px);
    }

}

@keyframes shape-2-scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes shape-3-scales {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(50px)translateX(20px);
    }

    100% {
        transform: translateX(0px);
    }

}

@keyframes shape-5-scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.8);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes shape-6-scales {
    0% {
        transform: translateX(0px);
    }

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

    100% {
        transform: translateX(0px);
    }

}

@keyframes shape-7-scales {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0px);
    }

}

@keyframes shape-8-scales {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(50px);
    }

    100% {
        transform: translateX(0px);
    }

}

@keyframes joinus-two-shape-1-scales {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes joinus-two-shape-2-scales {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(60px);
    }

    100% {
        transform: translateY(0);
    }

}

@keyframes joinus-two-shape-4-scales {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }

}

@keyframes our-internet-two-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

@keyframes banner-three-img-3-move {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(50px);
    }

    100% {
        transform: translateX(0px);
    }

}

@keyframes banner-three-img-4-scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes banner-three-img-9-move {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }

}

@keyframes about-three-img-4-scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes about-five-img-4-scales {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes services-five-img-shape {
    0% {
        transform: rotate(0);
    }

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

@keyframes spin {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/***********************
* Header-one
***********************/





.main-header {
    border-top: 4px solid var(--twonet-primery);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    background: var(--twonet-text-light);
    transition: all 0.3s ease;
    z-index: 9000;
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .07);
    transform: translateY(0%);
}


.main-header.sticky {
    box-shadow: 0 7px 50px 0 rgba(0, 0, 0, .1);
    position: fixed;
    transform: translateY(0);
}

.header-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    padding-left: 160px;
    padding-right: 160px;
}

.header-menu .logo-box img,
.header-menu-two .logo-box img {
    width: 130px;
}

.header-menu .navbar-nav&gt;li {
    position: relative;
    transition: all 0.3s ease;
    padding: 35px 0;
}

header.sticky .header-menu .navbar-nav&gt;li {
    padding: 30px 0;
    transition: all 0.3s ease;
}

.header-menu .navbar-nav&gt;li&gt;a {
    font-weight: 600;
    font-size: 18px;
    color: var(--twonet-dark);
    transition: all 0.3s;
    padding-left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 20px !important;
    line-height: 1.1;
}

.header-menu .navbar-nav&gt;li:hover&gt;a {
    color: var(--twonet-primery);
}

.header-menu .navbar-nav&gt;li a i::before {
    transition: all 0.3s;
    color: var(--twonet-dark);
}

.header-menu .navbar-nav&gt;li a i {
    font-size: 18px;
}

.header-menu .navbar-nav&gt;li:hover a i::before {
    color: var(--twonet-primery);
}

.header-menu .navbar-nav&gt;li+li {
    margin-left: 28px;
}

.dropdown-toggle::after {
    display: none;
}

.menu-search-box,
.shopping-cart-box {
    padding-top: 5px;
}

.shopping-cart-box a {
    color: var(--twonet-secondary);
}

.header-right {
    display: flex;
}



.menu-call i {
    font-size: 28px;
    padding-top: 5px;
}

.menu-call {
    display: flex;
}

.menu-call h4 {
    margin-bottom: 0;
    font-weight: 800;
    padding-left: 8px;
    align-self: center;
}

.menu-btn {
    padding-left: 30px;
}

.side-drawer-wrapper .side-drawer-close {
    position: absolute;
    color: var(--twonet-text-light);
    font-size: 22px;
    top: 50px;
    right: 25px;
    margin-left: 0;
}

.header-right-end {
    position: relative;
    width: 28px;
    height: 17px;
    margin-left: 30px;
    cursor: pointer;
    display: none;
}

.header-right-end span:nth-child(1) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-secondary);
    left: 0;
    top: 0;
}

.header-right-end span:nth-child(2) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-secondary);
    left: 0;
    bottom: 7px;
}

.header-right-end span:nth-child(3) {
    position: absolute;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--twonet-secondary);
    right: 0;
    bottom: 0;
}

.header-two-right-end {
    position: relative;
    width: 28px;
    height: 17px;
    margin-left: 30px;
    cursor: pointer;
    display: none;
}

.header-two-right-end span:nth-child(1) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-text-light);
    left: 0;
    top: 0;
}

.header-two-right-end span:nth-child(2) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-text-light);
    left: 0;
    bottom: 7px;
}

.header-two-right-end span:nth-child(3) {
    position: absolute;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--twonet-text-light);
    right: 0;
    bottom: 0;
}

.side-drawer-toggler-btn {
    position: relative;
    width: 28px;
    height: 13px;
    margin-left: 30px;
    cursor: pointer;
}

.side-drawer-toggler-btn span:nth-child(1) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-secondary);
    left: 0;
    top: 0;
}

.side-drawer-toggler-btn span:nth-child(2) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-secondary);
    left: 0;
    bottom: 0;
}


.side-drawer-toggler-two-btn span:nth-child(1) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-text-light);
    left: 0;
    top: 0;
}

.side-drawer-toggler-two-btn span:nth-child(2) {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--twonet-text-light);
    left: 0;
    bottom: 0;
}

.btn {
    border: transparent;
}

.btn-bg-primary,
.btn-small-primary,
.btn-bg-white {
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
    position: relative;
    z-index: 11;
    overflow: hidden;
    transition: all 0.3s;
}

.btn-bg-white-two {
    color: var(--twonet-text-light);
    background-color: var(--twonet-yellow-light);
    position: relative;
    z-index: 11;
    overflow: hidden;
    transition: all 0.3s;
}

.btn-bg-primary,
.btn-bg-white,
.btn-bg-white-two {
    padding: 16px 40px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 700;
}

.btn-bg-primary:hover,
.btn-small-primary:hover {

    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
}

.btn-bg-white:hover {
    color: var(--twonet-dark);
    background-color: var(--twonet-primery);
}

.btn-bg-white-two:hover {
    color: var(--twonet-dark);
    background-color: var(--twonet-yellow-light);
}

.btn-small-primary {
    padding: 14.5px 30px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700;
}


.btn-bg-primary i,
.btn-small-primary i,
.btn-bg-white i,
.btn-small-primary-two,
.btn-primary-two,
.btn-signup,
.btn-bg-white-two i {
    font-weight: 500;
}

.btn-transparent i::before,
.btn-signup i:before {
    color: var(--twonet-secondary);
    font-size: 12px;
    transition: all 0.3s;
}

.btn-bg-primary i::before,
.btn-small-primary i::before,
.btn-bg-white i::before,
.btn-small-primary-two i::before,
.btn-primary-two i::before,
.btn-bg-white-two i::before {
    color: var(--twonet-text-light);
    font-size: 12px;
    transition: all 0.3s;
}

.btn-transparent:hover i::before,
.btn-signup:hover i:before {
    color: var(--twonet-text-light);
}

.btn-bg-white:hover i::before,
.btn-bg-white:hover,
.btn-bg-white-two:hover i::before {
    color: var(--twonet-secondary);
}

.btn-bg-primary::before,
.btn-small-primary::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--twonet-secondary);
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    z-index: -1;
}

.btn-bg-white::before,
.btn-bg-white-two::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--twonet-text-light);
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    z-index: -1;
}

.btn-bg-primary:hover::before,
.btn-small-primary:hover::before,
.btn-bg-white:hover:before,
.btn-bg-white-two:hover::before {
    width: 100%;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav&gt;li.current a {
    color: var(--twonet-primery);
}

.navbar-nav&gt;.dropdown {
    position: relative;
}

.navbar-nav&gt;.dropdown::after {
    position: absolute;
    top: 52%;
    right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 16px;
    color: var(--twonet-dark);
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
}

.navbar-nav&gt;li.current&gt;a {
    background-size: 100% 1px;
}

.navbar-nav&gt;.current.dropdown::after {
    color: var(--twonet-primery);
}


.navbar-nav&gt;.dropdown&gt;a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
}

.navbar-nav&gt;li:hover::after {
    color: var(--twonet-primery);
}

.header-menu .navbar-nav&gt;li:hover a,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;a:hover a {
    background-size: 100% 1px;

}

.header-menu .navbar-nav&gt;li&gt;ul,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 290px;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 999;
    background-color: rgb(255, 255, 255);
    padding: 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.5s;
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;a,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: var(--twonet-text-dark);
    font-weight: 500;
    display: flex;
    padding: 9px 0px 9px 20px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(204, 204, 204, 0.555);
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul {
    top: 0;
    left: 100%;
}

.header-menu .navbar-nav&gt;li .menu-search-box a,
.header-menu .navbar-nav&gt;li .shopping-cart-box a {
    text-decoration: none;
    color: var(--twonet-dark);
}

.header-menu .navbar-nav&gt;li:hover&gt;ul,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li:hover&gt;ul {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;
    padding: 25px;
    background-color: var(--twonet-neutral);
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    background-color: var(--twonet-text-light);
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li+li,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li+li {
    border-top: none;
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li:last-child&gt;a,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li:last-child&gt;a {
    border-bottom: 0;
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li:hover&gt;a,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a {
    background-color: rgba(255, 23, 73, 1) !important;
    color: var(--twonet-text-light);
    padding-left: 35px;
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;a.dropdown-sub-toggle::before,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a.dropdown-sub-toggle::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--twonet-text-dark);
    transform: translateY(-50%);
    transition: all 0.3s;
}

.header-menu .navbar-nav&gt;li&gt;ul&gt;li:hover&gt;a.dropdown-sub-toggle::before,
.header-menu .navbar-nav&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a.dropdown-sub-toggle::before {
    color: var(--twonet-text-light);
}

/********************
* Banner-one
********************* */
.banner-one {
    position: relative;
    overflow: hidden;
}

.banner-shape-1 {
    position: absolute;
    background: url(../images/shapes/banner-shape.png)no-repeat;
    background-size: cover;
    width: 351px;
    height: 519px;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.banner-shape-2 {
    position: absolute;
    background: url(../images/shapes/banner-one-shape-img-2.png)no-repeat;
    background-size: cover;
    width: 570px;
    height: 570px;
    left: 0;
    top: 72px;
    transform: translateY(-50%);
    left: 150px;
    z-index: -1;
    animation: 10s linear infinite banner-shape-animation;
}


.section-title {
    margin-bottom: 20px;
}

.banner-one .section-title {
    margin-bottom: 25px;
}

.section-title i {
    font-size: 20px;
}

.section-title&gt;span {
    padding-left: 15px;
    color: var(--twonet-text-dark);
    line-height: normal;
    font-weight: 600;
}

.section-main-title h1 {
    font-weight: 200;
}

.section-main-title {
    margin-bottom: 50px;
}

.section-main-title h2 {
    margin-bottom: 0;
}

.banner-one .section-main-title {
    margin-bottom: 0;
}

.banner-one .section-main-title span {
    background-color: var(--twonet-primery);
    color: var(--twonet-text-light);
    font-weight: 800;
    display: inline-block;
    line-height: 0.9;
    font-size: 65px;
}

.section-main-title strong {
    font-weight: 800;
}

.banner-one-left-details {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.banner-details-icon,
.joinus-one-icon,
.joinus-two-icon {
    align-self: center;
    animation: 5s linear infinite running banner-details-icon-move;
}

.video-one-icon {
    animation: 5s linear infinite running banner-details-icon-move;
}

.banner-one-left-details img {
    display: block;
}

.banner-one-left-details p {
    padding-left: 20px;
    font-size: 18px;
}

.banner-one-left-details span {
    color: var(--twonet-primery);
    font-weight: 500;
}

.banner-one-right {
    position: relative;
    margin-left: 58px;
}

.banner-one-right-img-1,
.banner-one-right-img-2 {
    width: 87%;
    height: 343px;
}

.banner-one-right-img-1 img,
.banner-one-right-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-one-right-img-2 {
    margin-top: 26px;
}

.banner-one-right-img-3 {
    position: absolute;
    right: -365px;
    top: 0;
}




/*******************
* Services-one
********************/



.services-one {
    position: relative;
    padding-top: 96px;
    padding-bottom: 110px;
    background: var(--twonet-neutral);
    z-index: 0;
    overflow: hidden;
}

.services-one .services-one-shape-1,
.services-one .services-one-shape-2,
.services-one .services-one-shape-3 {
    position: absolute;
    background-size: contain;
    width: 670px;
    height: 520px;
    z-index: -1;
}

.services-one .services-one-shape-4 {
    position: absolute;
    width: 378px;
    background-size: cover;
    height: 400px;
    z-index: -1;
}

.services-one .services-one-shape-1 {
    background: url(../images/shapes/services.shape-1.png)no-repeat;
    top: 0;
    left: 0;
}

.services-one .services-one-shape-2 {
    background: url(../images/shapes/services.shape-2.png)no-repeat;
    top: 0;
    right: 0;
}

.services-one .services-one-shape-3 {
    background: url(../images/shapes/services-one-shape-3.png)no-repeat;
    bottom: -88px;
    left: 0;
}

.services-one .services-one-shape-4 {
    background: url(../images/shapes/services-three-shape-img-4.png)no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}




.services-one .section-main-title h2 {
    width: 60%;
}

.services-one .services-one-box {
    position: relative;
    padding: 70px 34px 40px 34px;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    margin-top: 60px;
    transition: all 0.3s;
    background-color: var(--twonet-text-light);
}

.services-one .services-one-box .services-one-icon {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 25px;
    border-radius: 5px;
    border: 1ps solid var(--twonet-dark);
    line-height: 0;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    transition: all 0.3s;
}

.services-one .services-one-box .services-one-icon i {
    font-size: 50px;
    color: var(--twonet-primery);
}

.services-one .services-one-box h3 {
    transition: all 0.3s;
    margin-bottom: 20px;
}

.services-one .services-one-box p {
    transition: all 0.3s;
    margin-bottom: 35px;
    font-weight: 400;
}

.services-one .services-one-box a {
    transition: all 0.3s;
    color: var(--twonet-text);
    padding-right: 15px;
    font-weight: 700;
}

.btn-arrow-right {
    position: relative;
    display: inline-block;
}

.btn-arrow-right::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--twonet-text);
    border-right: 2px solid var(--twonet-text);
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    transition: all 0.3s;
}

.services-one .services-one-box:hover {
    background-color: var(--twonet-primery);
    box-shadow: none;

}

.services-one .services-one-box:hover h3,
.services-one .services-one-box:hover p,
.services-one .services-one-box:hover .btn-arrow-right {
    color: var(--twonet-text-light);
}

.services-one .services-one-box:hover .btn-arrow-right::after {
    border-top: 2px solid var(--twonet-text-light);
    border-right: 2px solid var(--twonet-text-light);
}

.services-one .services-one-box:hover .services-one-icon {
    border-radius: 10px;
    box-shadow: none;
}

.services-one .services-one-bottom p {
    margin-top: 50px;
    color: var(--twonet-dark);
}

.services-one .services-one-bottom p a {
    color: var(--twonet-primery);
    font-weight: 700;
}




/******************
* About-one
******************/




.about-one {
    padding-top: 113px;
    padding-bottom: 130px;
    overflow: hidden;
}

.about-one .about-one-info {
    padding-left: 38px !important;
}

.about-one .section-main-title h2 {
    margin-bottom: 35px;
}

.about-one-info .section-main-title&gt;h2&gt;span {
    background-color: transparent;
    font-size: 45px;
    color: var(--twonet-primery);
    border-bottom: 1px solid var(--twonet-primery);
    display: inline-block;
    line-height: 0.9;
}

.about-one-info .section-main-title p span,
.banner-three .banner-three-details p span {
    border-bottom: 1px solid var(--twonet-text-dark) !important;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
}

.list-item {
    padding: 0;
    list-style: none;
}

.list-item li {
    display: flex;
    align-items: center;
}

.list-item li+li {
    margin-top: 15px;
}

.list-item li i {
    position: relative;
    font-size: 12px;
    margin-right: 12px;
    color: var(--twonet-primery);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--twonet-primery);
    background: var(--twonet-text-light);
    transition: all 0.3s;
}

.list-item li i::before {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.list-item li:hover i {
    background-color: var(--twonet-primery);
}

.list-item li:hover i::before {
    color: var(--twonet-text-light);
}

.about-one-info .section-main-title {
    margin-bottom: 50px;
}

.about-one-info .list-item {
    margin-bottom: 50px;
}

.about-one-info .list-item li+li {
    margin-top: 20px;
}

.about-one-img-2 {
    width: 196px;
    margin-left: 40px;
    position: relative;
    transition: all 0.5s;
}

.about-one-img-2 img {
    width: 201px;
    height: 485px;
    border-radius: 100px;
    transition: all 0.3s;
    margin-left: 5px;
}

.about-one-img-2:hover img {
    margin-left: 0;
}

.about-one-img-2::after {
    content: "";
    position: absolute;
    width: 199px;
    height: 485px;
    border: 1px solid var(--twonet-primery);
    border-radius: 100px;
    bottom: 0;
    left: -5px;
    z-index: -2;
    transition: all 0.3s;
}

.about-one-img-2:hover::after {
    bottom: 0;
    left: 2px;
}

.about-one-img-2 img {
    position: relative;
    z-index: -1;
}

.about-one-play-btn a {
    width: 100px;
    height: 100px;
    background-color: var(--twonet-yellow);
    position: absolute;
    border-radius: 50%;
    display: block;
    top: 140px;
    right: -50px;
}


.about-one-play-btn a i {
    color: var(--twonet-text-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-one-play-btn a::after,
.about-one-play-btn a::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: var(--twonet-yellow);
    border-radius: 50%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1 !important;
}

.about-one-play-btn a::after {
    animation: 2s linear infinite running btn-scales;
}

.about-one-play-btn a::before {
    animation: 2s linear 1s infinite running btn-scales;

}

.about-one-inner {
    position: relative;
    width: 420px;
    height: 420px;
    margin-left: -140px;
    margin-top: 40px;
}

.about-one-inner-img-shape-1 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-1.png)no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    bottom: 32px;
    left: 23px;
    z-index: 1;
    animation: 4s linear infinite about-one-inner-img-shape-1-animation;
}

.about-one-inner-img-shape-2 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-2.png)no-repeat;
    background-size: contain;
    width: 388px;
    height: 368px;
    bottom: 32px;
    left: 23px;
    z-index: 0;
}

.about-one-inner-img-shape-3 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-3.png)no-repeat;
    background-size: contain;
    width: 62px;
    height: 175px;
    bottom: 32px;
    left: 0;
    z-index: 2;
    animation: 3s linear infinite about-one-inner-img-shape-3-animation;
}

.about-one-inner-img-shape-4 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-4.png)no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: 81px;
    left: -20px;
    z-index: 4;
    animation: 5s linear infinite about-one-inner-img-shape-4-animation;
}

.about-one-inner-img-shape-5 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-5.png)no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: -30px;
    left: 150px;
    z-index: 5;
    animation: 5s linear infinite about-one-inner-img-shape-5-animation;
}

.about-one-inner-img-shape-6 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-6.png)no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    top: 40px;
    right: 20px;
    z-index: 6;
    animation: 5s linear infinite about-one-inner-img-shape-6-animation;
}

.about-one-inner-img-shape-7 {
    position: absolute;
    background: url(../images/shapes/about-one-inner-img-7.png)no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 7;
    animation: 12s linear infinite about-one-inner-img-shape-7-animation;
}

.about-one-img-1 {
    display: flex;
}





/********************
* Package-one
********************/




.package-one {
    padding-top: 130px;
    padding-bottom: 115px;
    background-color: #F9F9FC;
    position: relative;
    overflow: hidden;
}

.package-one .container {
    position: relative;
    z-index: 9;
}

.package-one-shape-1,
.package-one-shape-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.package-one-shape-1 {
    background: url(../images/shapes/package-one-shape-img-1.png)no-repeat;
    top: 0;
    left: 0;

}

.package-one-shape-2 {
    background: url(../images/shapes/package-one-shape-img-2.png)no-repeat;
    top: 35px;
    left: 50%;

}

.nav-link {
    color: var(--twonet-secondary);
}

.package-one .nav-tabs .nav-link.active,
.package-one .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent;
    border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: 1px solid transparent;
}

.package-one-info .section-main-title {
    margin-bottom: 40px;
}

.package-one-info .nav-link:hover,
.package-one-info .nav-link:focus {
    color: var(--twonet-secondary);
}

.package-one-info .section-main-title h2 {
    width: 90%;
}

.nav-tabs {
    --bs-nav-tabs-border-color: none;
}

.package-one-tabs .nav-link {
    display: flex;
    align-items: center;
}

.package-one-tabs .nav-link {
    padding: 15px 0;
}

.package-one-tabs .nav-link span {
    font-weight: 600;
    padding-left: 10px;
}

.package-one-tabs .nav-link i {
    position: relative;
    font-size: 18px;
    color: var(--twonet-primery);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--twonet-primery);
    background: var(--twonet-text-light);
}

.package-one-tabs .nav-link i:before {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.package-one .nav-tabs .nav-link.active i {
    background-color: var(--twonet-primery);
}

.package-one .nav-tabs .nav-link.active i::before {
    color: var(--twonet-text-light);
}

.package-one-tabs .nav-tabs {
    width: 95%;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-color: var(--twonet-text-light);
}

.package-one-tabs .tab-pane&gt;p {
    margin-bottom: 42px;
}

.package-one-tabs .tab-content .list-item li+li {
    margin-top: 20px;
}

.package-one-tabs .tab-pane h4 span {
    font-size: 22px;
    color: var(--twonet-primery);
    font-weight: 800;
    display: inline-block;
    line-height: normal;
    position: relative;
}

.package-one-tabs .tab-pane h4 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 4px;
    background-color: var(--twonet-primery);
}

.tab-content&gt;p {
    font-weight: 500;
    color: var(--twonet-text-dark);
}

.package-one-img-shape {
    position: relative;
    z-index: 1;
    padding: 150px 0;
    width: 100%;
    margin: 0 auto;
}




.package-one-img-shape::after {
    content: "";
    position: absolute;
    background: url(../images/shapes/package-one-img-bg-shape.png)no-repeat;
    background-size: contain;
    width: 441px;
    height: 430px;
    top: 75px;
    left: 70px;
    z-index: -1;
    animation: 35s linear infinite running package-one-img-1-rotate;
}

.package-one-img-shape-1 {
    position: absolute;
    width: 443px;
    height: 432px;
    top: 48px;
    left: 50%;
    z-index: -1;
    animation: 35s linear infinite running package-one-img-1-rotate;

}

.package-one-img-shape-1 img {
    width: 100%;
}

.package-one-img-shape-2 {
    position: absolute;
    background: url(../images/shapes/package-one-img-shape-2.jpg) no-repeat;
    background-size: cover;
    border-radius: 80px;
    width: 153px;
    height: 180px;
    top: 0;
    right: 0;
    z-index: 0;
    animation: 35s linear infinite package-one-img-2-rotate;
}

.package-one-img-shape-3 {
    position: absolute;
    background: url(../images/shapes/package-one-img-shape-3.jpg) no-repeat;
    background-size: cover;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    bottom: 0;
    left: 0;
    z-index: 0;
    animation: 35s linear infinite package-one-img-3-rotate;
}

.package-one-text {
    width: 114px;
    height: 115px;
    background: url(../images/shapes/package-one-text-img-1.png)no-repeat;
    background-size: contain;
    align-self: center;
    display: inline-block;
    position: absolute;
    top: -0;
    left: 0;
    padding-top: 25px;
    animation: 35s linear infinite package-one-text-1-rotate;
}

.package-one-text-2 {
    width: 115px;
    height: 120px;
    background: url(../images/shapes/package-one-text-img-2.png)no-repeat;
    background-size: cover;
    align-self: center;
    display: inline-block;
    position: absolute;
    bottom: -0;
    right: 0;
    padding-top: 25px;
    animation: 35s linear infinite package-one-text-2-rotate;
}

.package-one-text-2 h2 {
    color: var(--twonet-primery);
}

.package-one-text-2 h2,
.package-one-text h2 {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 0.9;
}

.package-one-text-2 {
    color: var(--twonet-primery);
}

.package-one-text-2 p,
.package-one-text p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 0.9;
    display: inline-block;
}

.package-one-text-2 p {
    color: var(--twonet-primery);
}

.package-one-text h2 {
    color: var(--twonet-text-light);
}

.package-one-text p {
    color: var(--twonet-text-light);
}

/*******************
* Video-one
*******************/
.video-one {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../images/background/video-one-img.jpg)no-repeat;
    background-size: cover;
    z-index: 9;
}

.video-one .video-one-shape-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--twonet-secondary);
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-one .video-one-shape-1,
.video-one .video-one-shape-2,
.video-one .video-one-shape-3,
.video-one .video-one-shape-4 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-one .video-one-shape-2 {
    width: 404px;
    height: 303px;
    background: url(../images/shapes/video-one-shape-img-2.png)no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.video-one .video-one-shape-3 {
    width: 325px;
    height: 244px;
    background: url(../images/shapes/video-one-shape-img-3.png)no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.video-one .video-one-shape-4 {
    width: 240px;
    height: 180px;
    background: url(../images/shapes/video-one-shape-img-4.png)no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.video-one-content * {
    color: var(--twonet-text-light);
}

.video-one-content .section-title span {
    color: var(--twonet-text-light);
    font-weight: 600;
}

.video-one-content .section-main-title h2 span {
    color: var(--twonet-text-light);
    font-weight: 200;
    font-size: 45px;

}

.video-one-content .section-title i::before {
    color: var(--twonet-text-light);
}

.video-one-content {
    position: relative;
    z-index: 99;
    padding-top: 116px;
    padding-bottom: 116px;
}

.video-one-content::after {
    content: "";
    position: absolute;
    width: 570px;
    height: 570px;
    top: 10px;
    left: -120px;
    background-color: var(--twonet-primery);
    border-radius: 50%;
    z-index: -1;
}

.video-one-content .section-main-title h2 {
    width: 80%;
    font-size: 55px;
    line-height: 65px;
}


.video-one-content-info {
    display: flex;
}

.video-one-content-info .video-one-icon img {
    margin-top: 20px;
}

.video-one-content-info .text {
    padding-left: 25px;
}

.video-one-content-info .text h3 span {
    font-weight: 500;
}

.video-one-content-info .text p {
    font-weight: 500;
    padding-bottom: 37px;
}

.video-one .video-one-content .video-one-content-info-btn {
    position: relative;
    display: inline-block;
}

.video-one .video-one-content .video-one-content-info-btn .btn-read-more {
    color: var(--twonet-text-light);
}

.video-one .video-one-content .video-one-content-info-btn .btn-read-more::after {

    border-top: 2px solid var(--twonet-text-light);
    border-right: 2px solid var(--twonet-text-light);

}

.video-one-play {
    height: auto;
}

.video-one-play-btn-shape {
    position: relative;
    z-index: 99;
}

.video-one-play-btn-shape a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: var(--twonet-text-light);
    position: relative;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 60px;
}

.video-one-play-btn-shape a::after,
.video-one-play-btn-shape a::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;

}

.video-one-play-btn-shape a::after {
    animation: 4s linear infinite running btn-scales;

}

.video-one-play-btn-shape a::before {
    animation: 4s linear 2s infinite running btn-scales;

}

.video-one-play-btn-shape a i {
    color: var(--twonet-primery);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*******************
* Whychoose-one
*******************/
.whychoose-one {
    padding-top: 130px;
}

.our-service-main-one .section-title {
    padding-bottom: 50px;
    margin-bottom: 0;
    margin-top: 20px;
}

.whychoose-one .section-main-title h2 {
    width: 60%;
    margin-bottom: 26px;
}

.whychoose-one-box {
    display: flex;
    border: 1px solid transparent;
    background-color: var(--twonet-neutral);
    border-radius: 10px;
    padding: 25px 25px 25px 40px;
    transition: all 0.5s;
    margin-top: 24px;
}

.whychoose-one-box i {
    font-size: 60px;
    color: var(--twonet-primery);
    line-height: 1;
    display: inline-flex;
}

.whychoose-one-box .btn-read-more {
    color: var(--twonet-text);
}

.whychoose-one-box .text {
    padding-left: 36px;
}

.whychoose-one-box .text h4 {
    margin-bottom: 10px;
}


.btn-read-more {
    position: relative;
    display: inline-block;
    color: var(--twonet-dark);
    padding-right: 15px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-read-more::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--twonet-text);
    border-right: 2px solid var(--twonet-text);
    top: 55%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    transition: all 0.3s;
}

.whychoose-one-box:hover {
    border: 1px solid var(--twonet-primery);
    background-color: transparent;
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 20px;
}

.btn-read-more:hover {
    color: var(--twonet-primery);
}

.btn-read-more:hover::after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}

/********************
* Joinus-one
********************/
.joinus-one {
    padding-bottom: 130px;
    padding-top: 149px;
}

.joinus-one-left {
    position: relative;
}

.joinus-one-left::after {
    content: "";
    position: absolute;
    background: url(../images/shapes/join-our-iternet.jpg)no-repeat;
    background-size: contain;
    width: 549px;
    height: 471px;
    top: -5px;
    left: -70px;
    z-index: -1;
    animation: 13s linear infinite running our-internet-one-rotate;
}

.joinus-one-img-1 img,
.joinus-one-img-2 img {
    width: 100%;
}

.joinus-one-img-2 {
    margin-top: 30px;
}

.joinus-one-right {
    padding-left: 78px;
    margin-top: 15px;
}


.joinus-one-right .section-main-title {
    margin-bottom: 38px;
}

.joinus-one-right .section-main-title h2 {
    margin-bottom: 25px;
}

.joinus-one-right .section-main-title p {
    margin-bottom: 35px;
}

.joinus-one-right-details {
    display: flex;
    margin-bottom: 48px;
}

.joinus-one-right-details .text {
    padding-left: 15px;
}

.joinus-one-right-details .text p {
    font-size: 18px;
    color: var(--twonet-dark);
    font-weight: 500;
}

.joinus-one-right-details .text span {
    color: var(--twonet-primery);
    font-size: 30px;
}






/************************
* Pricing-package-one
************************/



.page-wrapper {
    overflow: hidden;
}

.pricing-package-one {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    background: var(--twonet-neutral);
    z-index: 0;
}

.pricing-package-one .row&gt;* {
    padding: 0 2.5px;
}

.pricing-package-one-shape-1,
.pricing-package-one-shape-2,
.pricing-package-one-shape-3,
.pricing-package-one-shape-4,
.pricing-package-one-shape-5,
.pricing-package-one-shape-6,
.pricing-package-one-shape-7,
.pricing-package-one-shape-8,
.pricing-package-one-shape-9 {
    position: absolute;
}

.pricing-package-one-shape-1 {
    background: url(../images/shapes/pricing-package-one-shape-1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 12%;
    left: 24%;
    z-index: -1;
    animation: 12s linear infinite running shape-1-scales;

}

.pricing-package-one-shape-2 {
    border: 2px solid rgba(46, 39, 39, 0.15);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 60%;
    left: 10%;
    z-index: -1;
    animation: 5s linear infinite running shape-2-scales;
}

.pricing-package-one-shape-3 {
    background: url(../images/shapes/pricing-package-one-shape-3.png) no-repeat;
    background-size: contain;
    width: 99px;
    height: 106px;
    top: 18%;
    right: 7%;
    z-index: -1;
    animation: 5s linear infinite running shape-3-scales;
}

.pricing-package-one-shape-4 {
    background: url(../images/shapes/pricing-package-one-shape-1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 54%;
    right: 7%;
    z-index: -1;
    animation: 1s linear infinite running shape-2-scales;
}

.pricing-package-one-shape-5 {
    border: 2px solid rgba(46, 39, 39, 0.15);
    /* background: url(../images/resources/pricing-package-one-shape-5.jpg) no-repeat; */
    width: 20px;
    height: 20px;
    bottom: 25%;
    right: 12%;
    border-radius: 50%;
    z-index: -1;
    animation: 2s linear infinite running shape-5-scales;
}


.pricing-package-one-shape-6 {
    background: url(../images/shapes/pricing-package-one-shape-6.png) no-repeat;
    background-size: contain;
    width: 86px;
    height: 93px;
    bottom: 8%;
    right: 7%;
    z-index: -1;
    animation: 10s linear infinite running shape-6-scales;
}


.pricing-package-one-shape-7 {
    border: 1px solid rgba(52, 52, 52, .15);
    border-radius: 50%;
    width: 497px;
    height: 497px;
    top: 14%;
    right: 0;
    z-index: -1;
    animation: 5s linear infinite running shape-7-scales;
}

.pricing-package-one-shape-8 {
    background: url(../images/shapes/package-one-shape-8.png) no-repeat;
    background-size: contain;
    width: 89px;
    height: 63px;
    top: 20%;
    left: 5%;
    z-index: -1;
    animation: 10s linear infinite running shape-8-scales;
}

.pricing-package-one-shape-9 {
    background: url(../images/shapes/package-one-shape-9.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 83px;
    bottom: 18%;
    left: 4%;
    z-index: 0;
    animation: 10s linear infinite running shape-3-scales;
}


.pricing-package-one .section-main-title {
    margin-bottom: 70px;
}

.pricing-package-one .section-main-title h2 {
    width: 60%;
}


.pricing-package-one-box {
    padding: 35px 35px 40px 40px;
    border-radius: 10px;
    background-color: var(--twonet-text-light);
    border: 1px solid rgba(15, 15, 15, .15);
    position: relative;
    transition: all 0.5s;
}

.pricing-package-one-box .box-title span {
    color: var(--twonet-primery);
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
}

.pricing-package-one-box .box-title h4 {
    margin-bottom: 22px;
    transition: all 0.5s;
}

.pricing-package-one-box .box-icon {
    margin-bottom: 20px;
}

.pricing-package-one-box .box-icon i {
    font-size: 55px;
    display: inline-block;
    line-height: 1;
    color: var(--twonet-primery);
}

.pricing-package-one-box .box-item-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
}

.pricing-package-one-box .box-item-list li+li {
    padding-top: 20px;
}

.pricing-package-one-box .box-item-list li {
    font-weight: 500;
}

.pricing-package-one-box .box-item-list li i {
    padding-right: 7px;
    font-size: 12px;
}

.pricing-package-one-box .box-price h3 {
    color: var(--twonet-secondary);
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    transition: all 0.5s;
}

.pricing-package-one-box .box-title span {
    transition: all 0.5s;
}

.pricing-package-one-box .box-price h3 span {
    color: var(--twonet-text);
    transition: all 0.5s;
    font-weight: 400;
}

.pricing-package-one-box:hover {
    color: #fff;
    background: url(../images/shapes/shape-123.png) no-repeat;
    background-position-x: center;
    background-size: contain;
    background-color: rgba(0, 0, 0, .95);
}

.pricing-package-one-box:hover .box-price h3 {
    color: var(--twonet-text-light);
}

.pricing-package-one-box:hover .box-title h4 {
    color: var(--twonet-text-light);
}

.pricing-package-one-box:hover .box-title span {
    color: var(--twonet-text-light);
}

.pricing-package-one-box:hover .box-price h3 span {
    color: var(--twonet-text-light);
}

/**********************
* Popular-movie-one
***********************/
.popular-movie-one,
.popular-movies-two {
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: var(--twonet-secondary);
}

.popular-movie-one-top {
    margin-bottom: 50px;
}

.popular-movie-one-btn,
.popular-movies-two-btn {
    text-align: end;
}

.popular-movie-one .section-main-title {
    margin-bottom: 0;
}

.popular-movie-one-top {
    margin-bottom: 50px;
}

.popular-movie-one *,
.popular-movies-two * {
    color: var(--twonet-text-light);
}



.popular-movie-one .section-title span,
.popular-movies-two .section-title span {
    color: var(--twonet-text-light);
}

.popular-movie-one-img,
.popular-movies-two-img {
    position: relative;
    overflow: hidden;
}

.popular-movie-one-img img,
.popular-movies-two-img img {
    width: 100%;
    height: 300px;
}

.popular-movie-one .popular-movie-one-title,
.popular-movies-two .popular-movies-two-title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
}

.popular-movie-one .popular-movie-one-text,
.popular-movies-two .popular-movies-two-text {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.popular-movie-one .popular-movie-one-title a,
.popular-movies-two .popular-movies-two-title a {
    text-decoration: none;
}

.popular-movie-one .popular-movie-one-text li a,
.popular-movies-two .popular-movies-two-text li a {
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s;
}

.popular-movie-one .popular-movie-one-text li a:hover {
    color: var(--twonet-primery);
}

.popular-movies-two .popular-movies-two-text li a:hover {
    color: var(--twonet-yellow-light);
}

.popular-movie-one .popular-movie-one-text li+li,
.popular-movies-two .popular-movies-two-text li+li {
    padding-left: 20px;
}

.popular-movie-one .popular-movie-one-text li i {
    padding-right: 5px;
    color: var(--twonet-primery);
}

.popular-movies-two .popular-movies-two-text li i {
    padding-right: 5px;
    color: var(--twonet-yellow-light);
}

.popular-movie-one .popular-movie-one-img-inner {
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 23, 73, .8);
    display: flex;
    transition: all 0.3s;
    opacity: 0;
}

.popular-movies-two .popular-movies-two-img-inner {
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(250, 142, 10, 0.8);
    display: flex;
    transition: all 0.3s;
    opacity: 0;
}

.popular-movie-one .popular-movie-one-title h6,
.popular-movies-two .popular-movies-two-title h6 {
    margin-bottom: 0;
}

.popular-movie-one .popular-movie-one-img-inner .popular-movie-one-img-inner-link a,
.popular-movies-two .popular-movies-two-img-inner .popular-movies-two-img-inner-link a {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-text-light);
    border-radius: 50%;
    position: relative;

}

.popular-movie-one .popular-movie-one-img-inner-link,
.popular-movies-two .popular-movies-two-img-inner-link {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popular-movie-one .popular-movie-one-img-inner a+a,
.popular-movies-two .popular-movies-two-img-inner a+a {
    margin-left: 7px;
}

.popular-movie-one .popular-movie-one-img-inner .popular-movie-one-play-btn i {
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    color: var(--twonet-primery);
}

.popular-movies-two .popular-movies-two-img-inner .popular-movies-two-play-btn i {
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    color: var(--twonet-yellow-light);
}

.popular-movies-two .popular-movies-two-img-inner .popular-movies-two-play-btn i::before {
    color: var(--twonet-yellow-light);
}

.popular-movie-one .popular-movie-one-box:hover .popular-movie-one-img-inner,
.popular-movies-two .popular-movies-two-box:hover .popular-movies-two-img-inner {
    width: 100%;
    opacity: 1;
}

.popular-movies-two-box {
    margin-top: 50px;
}



/***********************
* Testimonial-one
************************/






.testimonial-one {
    padding-top: 130px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.testimonial-one-shape {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape.png) no-repeat;
    background-size: contain;
    width: 1380px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.swiper-slide {
    margin-right: 100px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.swiper-slide img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}

.testimonial-slider{
    display: flex;
    align-items: center;
}



.testimonial-one-info .star {
    margin-bottom: 30px;
}

.testimonial-one-info .star i {
    color: var(--twonet-primery);
    font-size: 21px;
}

.testimonial-one-info .star i+i {
    padding-left: 7px;
}

.testimonial-one-info .testimonial-one-detais&gt;p {
    font-size: 35px;
    color: var(--twonet-dark);
    margin-bottom: 50px;
    line-height: 52.5px;
    font-weight: 500;
    max-width: 900px;
    padding-right: 85px;
}

.testimonial-one-info .testimonial-one-name {
    display: flex;
    list-style: none;
    padding: 0;
}

.testimonial-one-info .testimonial-one-name li+li {
    padding-left: 20px;
}

.testimonial-one-info .testimonial-one-name li i {
    font-size: 55px;
    color: var(--twonet-primery);
}

.testimonial-one-info .testimonial-one-name h4 {
    margin-bottom: 7px;
    line-height: normal;
    letter-spacing: 0;
}

.testimonial-one-info .testimonial-one-name p {
    margin-bottom: 0;
    color: var(--twonet-primery);
    line-height: normal;
}


.testimonial-reviews .testimonial-text{
	color: var(--thm-white);
	font-size: 22px;
	line-height: 1.9;
	margin-bottom: 42px;
}
.testimonial-slider-content-box{
	display: flex;
}
.testimonial-thumb {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.testimonial-thumb .swiper-wrapper {
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.testimonial-thumb img {
	width: 85px;
	height: 85px;
	object-fit: cover;
	border-radius: 50%;
	transition: all 500ms ease;
}
.testimonial-thumb .swiper-slide-thumb-active img {
	color: transparent;
    background-color: transparent;
    transform: translateX(5px) translateY(-5px);
}
.testimonial-thumb .swiper-slide-thumb-active {
    position: relative;
}
.testimonial-thumb .swiper-slide-thumb-active::after {
    transform: translate(-60%,-45%);
    
}

.swiper-slide-visible::after {
    content: "";
    position: absolute;
    border: 1px solid var(--twonet-primery);
    border-radius: 50%;
    width: 83px;
    height: 83px;
    left: 56%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.5s;
}

.swiper-slide.active::before {
    transform: translateX(23px) rotate(350deg);
}

.swiper-wrapper{
    width: 100%;
}

.swiper-slide {
    padding: 0;
/*    margin: 15px;*/
    margin: 0 !important;
    position: relative;
    transition: all 0.5s;
}

.testimonial-one-info {
    width: 100%;
    padding-left: 85px;
    border-left: 3px solid var(--twonet-primery);
    position: relative;
    padding-top: 15px;
}

.testimonial-one-info::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 15px solid transparent;
    border-left: 15px solid var(--twonet-primery);
    top: 100px;
    left: -1px;
    z-index: 99;
}

.testimonial-reviews .swiper-pagination{
	display: inline-flex;
	flex-direction: column;
	width: auto;
	left: auto;
	bottom: auto;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.testimonial-reviews .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 0.3;
	background-color: var(--twonet-primery);
    
}
.testimonial-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
    position: relative;
}

.testimonial-reviews .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid var(--twonet-primery);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.testimonial-reviews .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-top: 15px;
}


/******************
* Cta-one
*******************/




.cta-one .container {
    padding-top: 65px;
    padding-bottom: 65px;
    position: relative;
}

.cta-one-shape {
    position: absolute;
    width: 870px;
    height: 100%;
    background-color: rgba(255, 23, 73, .1);
    top: 0;
    right: 0;
    z-index: -1;
}

.cta-one-img {
    position: relative;
}

.cta-one-img img {
    width: 100%;
    border-radius: 20px 20px 20px 0;
}

.cta-one-shape-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.cta-one-video {
    position: absolute;
    bottom: 31px;
    left: 64px;
    z-index: 99;

}

.cta-one-play-btn a {
    width: 60px;
    height: 60px;
    border: 1px solid var(--twonet-text-light);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.cta-one-play-btn i {
    color: var(--twonet-text-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-one-video p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--twonet-text-light);
}

.cta-one-info {
    margin-left: 56px;
    padding-right: 40px;
}

.cta-one-info .section-main-title {
    margin-bottom: 40px;
}

.cta-one-btn input {
    width: 85%;
    margin-bottom: 15px;
    padding: 19px 30px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}





/*********************
* Blog-one
*********************/







.blog-one {
    padding-top: 130px;
    padding-bottom: 130px;
}

.blog-one .section-title {
    margin-bottom: 25px;
}

.blog-one .section-main-title h2 {
    width: 58%;
}

.blog-one-img {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s;
}

.blog-one-img .blog-one-img-inner {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--twonet-primery);
    right: 10px;
    bottom: 10px;
    border-radius: 6px;
    padding-top: 8px;
}

.blog-one-img-inner span {
    display: inline-block;
    color: var(--twonet-text-light);
    font-size: 30px;
    line-height: 1;
}

.blog-one-img-inner h6 {
    margin-bottom: 0;
    color: var(--twonet-text-light);
}

.blog-one-img img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s;
}

.blog-one-info:hover .blog-one-img img {
    filter: contrast(0.6);
}

.blog-one-details .blog-one-title,
.blog-two-details .blog-two-title {
    margin-bottom: 8px;
    line-height: 1;
}

.blog-one-details .blog-one-title span {
    color: var(--twonet-primery);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.2px;
}

.blog-one-details h4 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--twonet-link-light);
    transition: all 0.3s;
    line-height: unset;
}


.blog-one-details h4 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
}

.blog-one-details h4 a:hover {
    background-size: 100% 1px;
}



.blog-one-details ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.blog-single-name {
    color: var(--twonet-text);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}
.blog-single-name:hover {
    color: var(--twonet-primery);
}
.blog-two-single-name {
    color: var(--twonet-text);
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}
.blog-two-single-name:hover {
    color: var(--twonet-yellow-light);
}
.blog-one-details ul li i {
    padding-right: 7px;
    color: var(--twonet-primery);
}

/*******************
* Brand-one
*******************/
.brand-one {
    position: relative;
    z-index: 199;
}

.brand-one .section-title {
    margin-bottom: 35px;
}

.brand-one .section-title h6 {
    color: var(--twonet-text-dark);
    margin-bottom: 0;
}

.brand-one .section-title h6 span {
    color: var(--twonet-primery);
    font-weight: 800;
}

.brand-one-inner {
    margin-left: -90px;
    margin-right: -90px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--twonet-neutral);
    position: relative;
    z-index: 999;
}

.brand-one .brand-one-inner .row {
    margin-left: 30px;
    margin-right: 30px;
}

.brand-one-inner::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 20px;
    background-color: #333333;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.brand-one-inner::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 10px;
    background-color: #515151;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/********************
* Footer-one
********************/
.footer-main {
    background-color: var(--twonet-secondary);
    padding-top: 176px;
    padding-bottom: 80px;
    margin-top: -73px;
    position: relative;
    z-index: 99;
}

.footer-main-shape-1,
.footer-main-shape-2 {
    position: absolute;
    width: 500px;
    height: 386px;
    z-index: 0;
}

.footer-main-shape-1 {
    background: url(../images/shapes/footer-main-shape-1.png)no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.footer-main-shape-2 {
    background: url(../images/shapes/footer-main-shape-2.png)no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

.footer-widget-logo {
    display: inline-block;
    margin-bottom: 27px;
}

.footer-widget-logo img {
    width: 130px;
}

.footer-widget-about {
    position: relative;
    z-index: 9;
}

.footer-widget-about .footer-widget-text {
    margin-bottom: 20px;

}

.footer-widget-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
}

.footer-widget-social,
.mobile-nav-social {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    z-index: 9;
}

.footer-widget-social li+li,
.mobile-nav-social li+li {
    margin-left: 7px;

}

.footer-widget-social li a,
.mobile-nav-social li a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    color: var(--twonet-text-light);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none;
}

.footer-widget-links {
    margin-left: 40px;
    position: relative;
    z-index: 9;
}

.footer-widget-social li a:hover,
.mobile-nav-social li a:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
}


.footer-widget-title {
    color: var(--twonet-text-light);
    font-size: 22px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    line-height: normal;
}

.footer-widget-links-details {
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer-widget-links-details li a {
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    position: relative;
}

.footer-widget-links-details li a:hover {
    color: var(--twonet-primery);
    padding-left: 15px;
}

.footer-widget-links-details&gt;li&gt;a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    opacity: 0;
    color: var(--twonet-primery);
    transition: all 0.3s;
}

.footer-widget-links-details&gt;li&gt;a:hover::before {
    opacity: 1;
}

.footer-widget-contact {
    margin-left: -20px;
    position: relative;
    z-index: 9;
}

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

.footer-widget-contact-details li+li {
    padding-top: 10px;
}

.footer-widget-contact-details li {
    display: flex;
}

.footer-widget-contact-details li p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
}

.footer-widget-contact-details li&gt;i {
    font-size: 16px;
    color: var(--twonet-primery);
    padding-right: 15px;
}

.footer-widget-contact-details li:first-child i {
    padding-top: 5px;
}

.footer-widget-contact-details li+li {
    padding-top: 27px;
}

.footer-widget-contact-details li a {
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

.footer-widget-contact-details li a:hover {
    color: var(--twonet-primery);
}



.footer-widget-newsletter {
    position: relative;
    z-index: 9;
}

.footer-widget-newsletter input[type=email] {
    width: 100%;
    padding-left: 30px;
    border: none;
    outline: none;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    color: var(--twonet-text);
    font-weight: 500;
    font-size: 16px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.footer-bottom {
    background-color: #212121;

}

.footer-bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 29px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.scroll-to-top {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-primery);
    position: absolute;
    top: -30px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 0;
}

.scroll-to-top:hover {
    background-color: var(--twonet-text-light);
}

.scroll-to-top:hover i::before {
    color: var(--twonet-primery);
}

.scroll-to-top i {
    font-size: 14px;
    line-height: 49px;
}

.scroll-to-top i::before {
    color: var(--twonet-text-light);
    transition: all 0.3s ease;
}

.footer-bottom-inner&gt;a {
    text-decoration: none;
}

.footer-bottom-inner .copyright p {
    margin-bottom: 0;
    color: var(--twonet-light);
}

.footer-widget-one-menu-two li+li {
    margin-left: 20px;
}

.footer-bottom-inner .copyright a {
    color: var(--twonet-primery);
    text-decoration: none;
}

.footer-widget-one-menu-two a {
    color: var(--twonet-light);
    text-decoration: none;
    transition: all 0.3s;
}

.footer-widget-one-menu-two a:hover {
    color: var(--twonet-primery);
}

.footer-widget-one-menu-two {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}



/***********************
* Mobile-nav
***********************/

.mobile-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
    display: none;
}

.mobile-nav-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav-wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--twonet-dark);
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav-content {
    width: 400px;
    background-color: var(--twonet-secondary-light);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav-content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav-content .logo-box img,
.mobile-nav-two-content .logo-box img {
    width: 150px;
}

.mobile-nav-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--twonet-text-light);
    cursor: pointer;
}

.mobile-nav-content .main-menu-list,
.mobile-nav-content .main-menu-list&gt;li&gt;ul,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav-content .main-menu-list&gt;li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-nav-content .main-menu-list&gt;li&gt;ul,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav-content .main-menu-list&gt;li:not(:last-child),
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li:not(:last-child),
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-content .main-menu-list&gt;li&gt;a&gt;.main-menu-border {
    display: none !important;
}

.mobile-nav-content .main-menu-list&gt;li&gt;a,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: var(--twonet-text-light);
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
}

.mobile-nav-content .main-menu-list&gt;li&gt;a.expanded .mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a.expanded .mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a.expanded {
    color: var(--twonet-primery);
}

.mobile-nav-content .main-menu-list li a.expanded {
    color: var(--twonet-primery);
    padding: 0 0 0 15px;
}

.mobile-nav-content .main-menu-list&gt;li&gt;a&gt;button,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a&gt;button,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a&gt;button {
    width: 30px;
    height: 30px;
    background-color: var(--twonet-text-light);
    border: none;
    outline: none;
    color: var(--twonet-primery);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav-content .main-menu-list&gt;li&gt;a&gt;button.expanded,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a&gt;button.expanded,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a&gt;button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: var(--twonet-primery);
    color: var(--twonet-text-light);
}

.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a&gt;button,
.mobile-nav-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
    display: none !important;
}

.mobile-nav-content .main-menu-list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav-content .main-menu-list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav-social a+a {
    margin-left: 30px;
}


.mobile-nav-contact {
    margin-bottom: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}


.mobile-nav-contact li+li {
    margin-top: 15px;
}

.mobile-nav-contact li a {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav-contact li:first-child a:hover {
    color: var(--twonet-primery);
}




.mobile-nav-contact .mobile-menu-call a {
    font-size: 18px;
    color: var(--twonet-neutral);
    margin-bottom: 0;
    padding-left: 12px;
    transition: all 0.3s;
    text-decoration: none;
}

.mobile-nav-contact .mobile-menu-call {
    align-items: center;
}

.mobile-nav-contact .mobile-menu-call:hover a {
    color: var(--twonet-primery);
    cursor: pointer;
}

.mobile-nav-contact .theme-btn .btn-bg-primary:hover,
.mobile-nav-two-contact .theme-btn .btn-primary-two:hover {
    color: var(--twonet-secondary);
}

.mobile-nav-contact .theme-btn {
    padding-left: 0;
}

.mobile-nav-contact .theme-btn .btn-bg-primary::before,
.mobile-nav-two-contact .theme-btn .btn-primary-two::before {
    background-color: var(--twonet-neutral);
}

.mobile-nav-contact .theme-btn .btn-bg-primary::after,
.mobile-nav-two-contact .theme-btn .btn-primary-two::after {
    transition: all 0.3s;
}

.mobile-nav-contact .theme-btn .btn-bg-primary:hover i::before,
.mobile-nav-two-contact .theme-btn .btn-primary-two:hover i::before {
    color: var(--twonet-dark);
}

.mobile-nav-close {
    font-size: 22px;
    top: 35px;
    right: 25px;
}

/***********************
* Side-drawer
***********************/
.side-drawer-wrapper {
    position: fixed;
    z-index: 9991;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.side-drawer-wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.side-drawer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--twonet-dark);
    opacity: 0.5;
    cursor: pointer;
}

.side-drawer-content {
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: var(--twonet-secondary-light);
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.side-drawer-content::-webkit-scrollbar {
    display: none;
}

.side-drawer-widget * {
    color: var(--twonet-text-light);
}

.side-drawer-content .logo-box {
    margin-bottom: 46px;
}

.side-drawer-content .logo-box img {
    width: 130px;
}

.side-drawer-content .side-drawer-widget {
    margin-bottom: 35px;
}

.side-drawer-wrapper.expanded .side-drawer-content {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.side-drawer-gallery-title {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.side-drawer-gallery-details {
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}

.side-drawer-gallery-details li {
    position: relative;
    overflow: hidden;
}

.side-drawer-gallery-details li img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/***********************
* Search-popup
***********************/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.search-popup.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.search-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--twonet-dark);
    opacity: 0.7;
    cursor: pointer;
}

.search-popup-content {
    width: 100%;
    max-width: 560px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-130%);
    transform: translateY(-130%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.search-popup.active .search-popup-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.search-popup-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: var(--twonet-text-light);
    overflow: hidden;
    border-radius: 10px;
}

.search-popup-content form input[type="search"],
.search-popup-content form input[type="text"] {
    width: 100%;
    background-color: var(--twonet-text-light);
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup-content .thm-btn {
    padding: 0;
    width: 68px;
    height: 55px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    right: 5px;
    border: 2px solid var(--twonet-primery);
    background-color: var(--twonet-primery);
    transition: all 0.3s;
}

.search-popup-content-two .thm-btn {

    border: 2px solid var(--twonet-yellow-light);
    background-color: var(--twonet-yellow-light);
    transition: all 0.3s;
}

.search-popup-content .thm-btn i {
    background-color: transparent;
    color: var(--twonet-text-light);
    transition: all 0.3s;
}

.search-popup-content .thm-btn:hover {
    background-color: var(--twonet-secondary-light);
    border: 2px solid var(--twonet-secondary-light);
}


.search-popup-content-two .thm-btn:hover i {
    color: var(--twonet-yellow-light);
}

.search-popup-close {
    position: absolute;
    font-size: 22px;
    top: -40px;
    right: 0;
    color: var(--twonet-text-light);
    cursor: pointer;
}

/****************
* Header-two
****************/
.section-title-inner {
    font-size: 45px;
    color: var(--twonet-yellow-light);
    line-height: 45px;
}


.main-header-two {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 9000;
}

.main-header-two.sticky {
    position: fixed;
    background: var(--twonet-dark);
    box-shadow: 0 7px 50px rgba(0, 0, 0, .1);
}

.header-menu-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding-left: 160px;
    padding-right: 160px;

}

.header-menu-two .navbar-nav-two&gt;li {
    position: relative;
    transition: all 0.3s ease;
    padding: 35px 0;
    line-height: 1;
}

header.sticky .header-menu-two .navbar-nav-two&gt;li {
    padding: 30px 0;
    transition: all 0.3s ease;
}

.navbar-nav-two {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header-menu-two .navbar-nav-two&gt;li&gt;a {
    font-weight: 700;
    font-size: 18px;
    color: var(--twonet-neutral);
    transition: all 0.3s;
    padding-left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 20px !important;
}

.header-menu-two .navbar-nav-two&gt;li a i {
    color: var(--twonet-neutral);
    transition: all 0.3s;
}

.header-menu-two .navbar-nav-two&gt;li a:hover i {
    color: var(--twonet-yellow-light);
}

.header-menu-two .navbar-nav-two&gt;li:hover&gt;a {
    color: var(--twonet-yellow-light);
}

.header-menu-two .navbar-nav-two&gt;li+li {
    margin-left: 28px;
}

.dropdown-toggle::after {
    display: none;
}

.menu-search-box,
.shopping-cart-box {
    padding-top: 5px;
}

.shopping-cart-box a {
    color: var(--twonet-secondary);
}

.header-two-right {
    display: flex;
}

.header-two-right .menu-btn-2 {
    padding-left: 10px;
}

.menu-call i {
    font-size: 28px;
    padding-top: 5px;
}

.menu-call {
    display: flex;
}

.menu-call h4 {
    margin-bottom: 0;
    font-weight: 800;
    padding-left: 8px;
    align-self: center;
}

.menu-btn {
    padding-left: 30px;
}


.btn {
    border: transparent;
}

.btn-primary-two,
.btn-small-primary-two {
    color: var(--twonet-neutral);
    background-color: var(--twonet-yellow-light);
    position: relative;
    transition: all 0.3s;
    z-index: 11;
    overflow: hidden;
    font-weight: 500;
}

.btn-primary-two:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-yellow-light);
}

.btn-small-primary-two:hover {
    color: var(--twonet-dark);
    background-color: var(--twonet-yellow-light);
}

.btn-small-primary-two:hover i::before {
    color: var(--twonet-dark);
}
.btn-primary-two {
    padding: 0.91rem 2.5rem 0.91rem 2.5rem;
}

.btn-small-primary-two,
.btn-signup {
    padding: 14.5px 30px;
    font-size: 14px;
}

.btn-signup {
    color: var(--twonet-dark);
    background-color: var(--twonet-text-light);
    position: relative;
    z-index: 11;
    overflow: hidden;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 14px;
}


.btn-transparent {
    background: transparent;
    color: var(--twonet-text-dark);
    padding: 0.88rem 1.86rem 0.88rem 1.86rem;
    position: relative;
    font-weight: 700;
    width: 100%;
    border: 1px solid var(--twonet-gray);
    z-index: 11;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 4px;
    font-size: 14px;
}

.btn-transparent:hover {
    color: var(--twonet-text-light);
    border: 1px solid var(--twonet-primery);
}

.btn-signup:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-text-light);
}

.btn-primary-two::before,
.btn-small-primary-two::before,
.btn-signup::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    z-index: -1;
}

.btn-primary-two::before {
    background-color: var(--twonet-secondary);
}

.btn-small-primary-two::before {
    background-color: var(--twonet-text-light);
}

.btn-signup::before {
    background-color: var(--twonet-yellow-light);
}

.btn-primary-two:hover::before,
.btn-small-primary-two:hover::before,
.btn-signup:hover:before {
    width: 100%;
}

.btn-transparent::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--twonet-primery);
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    z-index: -1;
}

.btn-transparent:hover::before {
    width: 100%;
}

.navbar-nav-two&gt;li.current a {
    color: var(--twonet-yellow-light);
}

.navbar-nav-two&gt;.dropdown {
    position: relative;
}

.navbar-nav-two&gt;.dropdown::after {
    position: absolute;
    top: 50%;
    right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--twonet-text-light);
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
}


.navbar-nav-two&gt;.current.dropdown::after {
    color: var(--twonet-yellow-light);
}

.navbar-nav-two&gt;li.current&gt;a {
    background-size: 100% 1px;
}


.navbar-nav-two&gt;.dropdown&gt;a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
}

.navbar-nav-two&gt;li:hover::after {
    color: var(--twonet-yellow-light);
}

.header-menu-two .navbar-nav-two&gt;li:hover a,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li:hover a {
    background-size: 100% 1px;

}

.header-menu-two .navbar-nav-two&gt;li&gt;ul,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul {
    position: absolute;
    list-style: none;
    padding: 25px;
    background-color: var(--twonet-neutral);
    opacity: 0;
    top: 100%;
    left: 0;
    min-width: 290px;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    z-index: 99;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s;

}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;a,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: var(--twonet-text-dark);
    font-weight: 500;
    display: flex;
    padding: 8px 0px 8px 20px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(204, 204, 204, 0.555);
}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul {
    top: 0;
    left: 100%;
}

.header-menu-two .navbar-nav-two&gt;li .menu-search-box a,
.header-menu-two .navbar-nav-two&gt;li .shopping-cart-box a {
    text-decoration: none;
    color: var(--twonet-dark);
}

.header-menu-two .navbar-nav-two&gt;li:hover&gt;ul,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li:hover&gt;ul {
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
    visibility: visible;

}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    background-color: var(--twonet-text-light);
}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li+li,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li+li {
    border-top: none;
}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li:last-child&gt;a,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li:last-child&gt;a {
    border-bottom: 0;
}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li:hover&gt;a,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a {
    background-color: var(--twonet-yellow-light) !important;
    color: var(--twonet-text-light);
    padding-left: 35px;
}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;a.dropdown-sub-toggle::before,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a.dropdown-sub-toggle::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--twonet-text-dark);
    transform: translateY(-50%);
    transition: all 0.3s;
}

.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li:hover&gt;a.dropdown-sub-toggle::before,
.header-menu-two .navbar-nav-two&gt;li&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a.dropdown-sub-toggle::before {
    color: var(--twonet-text-light);
}

/****************
* Banner-two
****************/
.banner-two {
    background: url(../images/background/banner-four-bg-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 229px;
    padding-bottom: 156px;
    position: relative;
    overflow: hidden;
}

.banner-two::after,
.banner-two::before {
    position: absolute;
    content: "";
    background-color: #fa8e0a21;
    transform: rotate(7deg);
}

.banner-two::after {
    width: 250px;
    height: 1000px;
    right: 20%;
    top: -30px;
    z-index: 1;
}

.banner-two::before {
    width: 40px;
    height: 1000px;
    right: 17%;
    top: -30px;
    z-index: 1;
}

.banner-two-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--twonet-secondary);
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-two .container {
    position: relative;
    z-index: 99;
}

.banner-two-info-top {
    padding: 0;
    margin-bottom: 30px;
}

.banner-two-info-top li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--twonet-text-light);
}

.banner-two-info-top li:nth-child(1) {
    border: 1px solid var(--twonet-text-light);
    padding: 7px 10px;
    border-radius: 4px;
}

.banner-two-info-top li:nth-child(2) {
    position: relative;
    margin-left: 50px;
    padding: 7px 8px;
    border-radius: 4px;
    background-color: var(--twonet-primery);
    font-weight: 800;
}

.banner-two-info-top li:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--twonet-text-light);
}

.banner-two-info-top li:nth-child(3) {
    margin-left: 10px;
}

.banner-two-info h1 {
    font-size: 75px;
    line-height: 0.8;
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--twonet-text-light);
}

.banner-two-info .banner-two-info-detail {
    color: rgba(255, 255, 255, 0.658);
    margin-bottom: 26px;
    font-weight: 400;
    line-height: 28.5px;
    width: 75%;
}

.u-line {
    color: var(--twonet-text);
}

.banner-two-info-detail .u-line {
    color: var(--twonet-text-light);
    font-weight: 600;
}

.banner-two-info .banner-two-info-detail-two {
    margin-bottom: 10px;
    color: var(--twonet-text-light);
    line-height: 1;
    font-weight: 600;
}

.banner-two-info .banner-two-info-detail-three {
    color: var(--twonet-text-light);
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 600;
}

.banner-two-info .banner-two-info-detail-two span,
.banner-two-info-detail-three span {
    font-weight: 600;
    color: var(--twonet-yellow-light);
}

.banner-two-info .banner-two-info-bottom {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 41px;
}

.banner-two-info .banner-two-info-bottom li+li {
    padding-left: 30px;
}

.banner-two-info .banner-two-info-bottom li {
    color: var(--twonet-text-light);
    line-height: 28.5px;
}

.banner-two-info .banner-two-info-bottom li i {
    padding-right: 10px;
    color: var(--twonet-yellow-light);
}

.banner-two-video-btn {
    height: auto;
}

.video-btn {
    position: relative;
    z-index: 99;
}

.video-btn a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: var(--twonet-text-light);
    position: relative;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 100px;
}

.video-btn a::after,
.video-btn a::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-btn a::after {
    animation: 4s linear infinite running btn-scales;
}

.video-btn a::before {
    animation: 4s linear 2s infinite running btn-scales;
}

.video-btn a i {
    color: var(--twonet-yellow-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.movies-video-one {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.movies-video-one-shape-1 {
    position: absolute;
    width: 621px;
    height: 680px;
    top: -198px;
    right: 0;
    background: url(../images/shapes/movies-two-one-shape-1.png) no-repeat;
    background-size: contain;
    z-index: -1;
}

.movies-video-one .container {
    position: relative;
    z-index: 9;
}

.movies-video-one .movies-video-one-img {
    width: 100%;
    height: 100%;
}

.movies-video-one .movies-video-one-img img {
    width: 100%;
}

.movies-video-one-info .movies-video-one-img {
    position: relative;
}

.movies-video-one-info {
    margin-bottom: 30px;
}

.movies-video-one-info .movies-video-one-img .movies-video-one-img-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.movies-video-one-info .movies-video-one-img .movies-video-one-img-inner .video-play-btn {
    width: 40px;
    height: 40px;
    background-color: var(--twonet-yellow-light);
    position: relative;
    border-radius: 50%;
}

.movies-video-one-info .movies-video-one-img .movies-video-one-img-inner .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-text-light);
    font-size: 10px;
}

.movies-video-one-info .movies-video-one-title {
    padding: 25px 33px;
    background-color: var(--twonet-text-light);
    box-shadow: 0 0 50px -15px #63636350;
    position: relative;
}

.movies-video-one-info .movies-video-one-title::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 0;
    background-color: var(--twonet-yellow-light);
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.movies-video-one-info:hover .movies-video-one-title::after {
    height: 100%;
}

.movies-video-one-info .movies-video-one-title span {
    color: var(--twonet-text);
    margin-bottom: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 28.5px;
}

.movies-video-one-info .movies-video-one-title i {
    color: var(--twonet-yellow-light);
    font-size: 20px;
    padding-right: 7px;
}

.movies-video-one-info .movies-video-one-title h6 {
    margin-bottom: 0;
    line-height: 27px;
}


.movies-video-one .owl-theme .owl-dots button.active {
    border: 1px solid var(--twonet-yellow-light);
}

.movies-video-one .owl-theme .owl-dots button {
    padding: 0px !important;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.movies-video-one .owl-theme .owl-dots .owl-dot span {
    background: var(--twonet-yellow-light);
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}

/***********************
* Category-two
***********************/
.category-two {
    padding-bottom: 130px;
    position: relative;
}

.category-two-shape-1 {
    position: absolute;
    width: 291px;
    height: 487px;
    bottom: -158px;
    left: -6px;
    background: url(../images/shapes/category-two-shape-1.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.category-two .container {
    position: relative;
    z-index: 9;
}

.category-two-detail {
    width: 70%;
    margin-left: auto;
}
.category-two-single {
    background-color: var(--twonet-text-light);
}
.category-two-detail p {
    color: var(--twonet-text);
    margin-bottom: 15px;
}

.btn-yellow-arrow-right {
    color: var(--twonet-yellow-light);
    position: relative;
    padding-right: 10px;
    font-weight: 700;
}

.btn-yellow-arrow-right::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--twonet-yellow-light);
    border-right: 2px solid var(--twonet-yellow-light);
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    cursor: pointer;
    transition: all 0.3s;
}

.category-two-block {
    padding-top: 26px;
}

.category-two-info {
    background-color: #fa8e0a1c;
    display: flex;
    padding: 30px;
    position: relative;
    transition: all 0.3s;
    margin-top: 30px;
}

.category-two-info .category-two-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #fa8e0a34;
    transition: all 0.3s;
}

.category-two-info .category-two-arrow i {
    position: absolute;
    color: var(--twonet-yellow-light);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.category-two-info .category-two-icon {
    width: 70px;
    height: 70px;
    position: relative;
    background-color: var(--twonet-text-light);
    border-radius: 50%;
    margin-right: 25px;
}

.category-two-info .category-two-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    line-height: 0;
    color: var(--twonet-yellow-light);
}

.category-two-info .category-two-inner a {
    text-decoration: none;
    color: var(--bs-heading-color);
}

.category-two-info .category-two-inner h4 {
    margin-bottom: 0px;
    transition: all 0.2s;
}

.category-two-info .category-two-inner p {
    transition: all 0.2s;
}

.category-two-info:hover .category-two-arrow {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.category-two-info:hover {
    background-color: var(--twonet-yellow-light);
}

.category-two-info:hover .category-two-arrow {
    background-color: var(--twonet-text-light);
}

.category-two-info:hover .category-two-inner * {
    color: var(--twonet-text-light);
}

.category-two .section-main-title {
    margin-bottom: 0;
}

/*************************
* movies-video-two 
*************************/
.movies-video-two {
    padding-bottom: 130px;
}

.movies-video-two-info img,
.movies-video-six-info img {
    width: 100%;
    height: 100%;
}

.slider-movies {
    padding-left: 70px;
    padding-right: 70px;
}

.movies-video-two-info,
.movies-video-six-info {
    position: relative;
    margin-top: 30px;
}

.movies-video-two-inner,
.movies-video-six-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    box-shadow: inset 0px 0px 0px 0px transparent, inset 0px -74px 80px 0px #000;
}

.movies-video-two-inner .share i::before {
    transition: all 0.3s;
}
.movies-video-two-inner:hover .share i::before {
    color: var(--twonet-primery);
}
.movies-video-two-inner *,
.movies-video-six-inner * {
    color: var(--twonet-text-light);
}


.movies-video-two-inner span,
.movies-video-six-inner span {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    display: inline-table;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: var(--twonet-yellow-light);
    font-weight: 400;
    line-height: 1;
}

.movies-video-two-inner .exclusive {
    background-color: var(--twonet-primery);
}








.movies-video-two .movies-video-two-info .movies-video-two-inner .video-play-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.movies-video-two .movies-video-two-info .movies-video-two-inner .video-play-btn {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-yellow-light);
    border-radius: 50%;
    position: relative;
    z-index: 9;

}

.movies-video-two .movies-video-two-info .movies-video-two-inner .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-text-light);
    font-size: 12px;
}

.movies-video-two .movies-video-two-info .movies-video-two-inner .video-play-box::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    animation: 4s linear infinite running btn-scales;
    z-index: 0;
}

.movies-video-two-inner .title,
.movies-video-six-inner .title {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.movies-video-two-inner .share,
.movies-video-six-inner .share {
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    line-height: 1;
    text-decoration: none;
}

.movies-video-six-inner .share i::before {
    transition: all 0.3s;
}

.movies-video-two-inner .share i,
.movies-video-six-inner .share i {
    padding-left: 15px;
    color: var(--twonet-yellow-light);
    transition: all 0.3s;
}

.movies-video-two-inner .title h3,
.movies-video-six-inner .title h3 {
    width: 81%;
}

.movies-video-two-inner .rating-star,
.movies-video-six-inner .rating-star {
    position: absolute;
    bottom: 127px;
    left: 50px;
    text-decoration: none;
    transition: all 0.3s;
}

.movies-video-two-inner .rating-star:hover {
    color: var(--twonet-yellow-light);
}

.movies-video-two-inner .rating-star i,
.movies-video-six-inner .rating-star i {
    color: var(--twonet-yellow-light);
    padding-right: 5px;
}

/************************
* Popular-movies-two 
************************/
.popular-movies-two {
    position: relative;
    z-index: 9;
}

.popular-movies-two .nav {
    justify-content: center;
    margin-bottom: 0;
}

.popular-movies-two .nav li+li {
    margin-left: 20px;
}

.popular-movies-two .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    background-color: #252525;
    padding: 10px 25px;
}

.popular-movies-two .nav-pills .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}

.popular-movies-two .nav-pills .nav-link.active {
    color: var(--twonet-text-light);
    background-color: var(--twonet-yellow-light);
}

.popular-movies-two .nav-link:hover,
.popular-movies-two .nav-link:focus {
    color: var(--twonet-yellow-light);
}

.popular-movies-two .popular-movies-two-text li a:hover {
    color: var(--twonet-yellow-light);
}

/**********************
* Joinus-two 
**********************/
.joinus-two {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.joinus-two-shape-1 {
    position: absolute;
    width: 621px;
    height: 744px;
    top: -209px;
    right: 0;
    background: url(../images/shapes/joinus-two-shape.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.joinus-two .container {
    position: relative;
    z-index: 9;
}

.joinus-two-left {
    position: relative;
}

.joinus-two-img {
    position: relative;
}

.joinus-two-img img {
    width: 100%;
}

.joinus-two-img-1,
.joinus-two-img-2,
.joinus-two-img-3,
.joinus-two-img-4,
.joinus-two-img-5 {
    position: absolute;
}

.joinus-two-img-1 {
    width: 150px;
    height: 192px;
    bottom: 0;
    left: -70px;
    animation: 5s linear infinite running joinus-two-shape-1-scales;
}

.joinus-two-img-2 {
    width: 214px;
    height: 204px;
    bottom: 0;
    right: -45px;
    animation: 11s linear infinite running joinus-two-shape-2-scales;
}

.joinus-two-img-3 {
    width: 64px;
    height: 200px;
    bottom: 0;
    right: -45px;
    animation: 11s linear infinite running joinus-two-shape-2-scales;
}



.joinus-two-img-4 {
    width: 115px;
    height: 115px;
    top: 74px;
    left: -50px;
    animation: 8s linear infinite running joinus-two-shape-4-scales;
}

.joinus-two-img-5 {
    width: 114px;
    height: 115px;
    top: -20px;
    right: -25px;
    animation: 3s linear infinite running joinus-two-shape-1-scales;
}

.joinus-two-img-4 .plan,
.joinus-two-img-5 .quality {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.joinus-two-img-4 .plan h2,
.joinus-two-img-5 .quality h2 {
    line-height: 0.8;
    margin-bottom: 0;
    color: var(--twonet-text-light);
}

.joinus-two-img-5 .quality h2 {
    font-size: 35px;
}

.joinus-two-img-4 .plan p,
.joinus-two-img-5 .quality p {
    color: var(--twonet-text-light);
}


.joinus-two-left::after {
    content: "";
    position: absolute;
    background: url(../images/shapes/joinus-two-shape-1.png)no-repeat;
    background-size: contain;
    width: 549px;
    height: 471px;
    top: -15px;
    left: 0;
    z-index: -1;
    animation: 30s linear infinite running our-internet-two-rotate;
}


.joinus-two-info {
    padding-left: 78px;
    margin-top: 15px;
}


.joinus-two-info .section-main-title {
    margin-bottom: 35px;
}

.joinus-two-info .section-main-title h2 {
    margin-bottom: 15px;
}

.joinus-two-details {
    display: flex;
    margin-bottom: 48px;
}

.joinus-two-details .text {
    padding-left: 15px;
}

.joinus-two-details .text p {
    font-size: 18px;
    color: var(--twonet-dark);
}

.joinus-two-details .text span {
    color: var(--twonet-yellow-light);
    display: inline-block;
    font-size: 30px;
}





/***********************
* Faq-two 
***********************/

.faq-two {
    padding-bottom: 130px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.faq-two-shape-1 {
    position: absolute;
    width: 621px;
    height: 744px;
    bottom: -206px;
    left: 0;
    background: url(../images/shapes/faq-two-shape-1.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.faq-two .container {
    position: relative;
    z-index: 9;
}

.faq-two-block {
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.faq-two-block li {
    padding: 30px 35px;
    background-color: var(--twonet-neutral);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    border-top: 3px solid var(--twonet-yellow-light);
}

.faq-two-block li p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: var(--twonet-gray);
}

.faq-two-block li+li {
    margin-left: 20px;
}

.faq-two-block li i {
    color: var(--twonet-yellow-light);
}

.faq-two-block li h2 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.faq-two-inner {
    background-color: var(--twonet-text-light);
}

.faq-two-inner .accordion {
    background-color: rgba(250, 140, 10, 0.1);
}

.accordion-item {
    background-color: transparent;
}

.faq-two .accordion-button {
    background-color: transparent;
    padding: 20px 0;
}

.faq-two .accordion {
    padding: 20px 70px;
}

.faq-two .accordion-button {
    border-bottom: 2px solid rgba(15, 15, 15, 0.1);
}

.accordion-header .accordion-button.last {
    border-bottom: transparent;
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(15, 15, 15, 0.1);
}

.accordion-item h6 button {
    font-weight: 800;
    font-size: 18px;
}

.accordion-body {
    padding: 15px 0;
}

.accordion-button::after {
    background: url(../images/shapes/plus.png)no-repeat center;
    background-position: center;
    width: 10px;
    height: 10px;
}


.faq-two .accordion-button:not(.collapsed)::after {
    background-image: url(../images/shapes/minus.png);
    transform: none;
}

.accordion-button:not(.collapsed) {
    color: var(--twonet-secondary);
    box-shadow: none;
}

/**************************
* Free movies 
**************************/
.free-movies {
    background: url(../images/background/free-movies-bg-img.png)no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.free-movies .section-title span {
    color: var(--twonet-text-light);
}

.free-movies-shape-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--twonet-dark);
    opacity: 0.7;
    z-index: 0;
}

.free-movies::after {
    position: absolute;
    content: "";
    background-color: #fa8e0a21;
    transform: rotate(15deg);
    width: 320px;
    height: 1000px;
    right: 20%;
    top: -70px;
    z-index: 0;
}

.free-movies-main {
    padding-bottom: 130px;
    padding-top: 130px;
    position: relative;
    z-index: 999;
}

.free-movies-info * {
    color: var(--twonet-text-light);
}

.free-movies-main .video-btn a {
    margin-right: 80px;
}

.free-movies-list-details {
    position: relative;
}

.free-movies-list-details img {
    width: 100%;
    height: 170px;
    filter: brightness(0.7);
}

.free-movies-img-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.free-movies-img-inner .video-play-btn {
    width: 40px;
    height: 40px;
    background-color: var(--twonet-yellow-light);
    position: relative;
    border-radius: 50%;
}

.free-movies-img-inner .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-text-light);
    font-size: 10px;
}

.free-movies-list {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 9;
}

.free-movies-shape-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--twonet-secondary);
    opacity: 0.4;
    z-index: 0;
}


/***************************
* Featured-movies-two 
***************************/
.featured-movies-two {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.featured-movies-two-shape-1 {
    position: absolute;
    width: 621px;
    height: 744px;
    top: -210px;
    right: 0;
    background: url(../images/shapes/featured-movies-two-shape-1.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.featured-movies-two .container {
    position: relative;
    z-index: 9;
}

.featured-movies-two-video {
    position: relative;
}

.featured-movies-two .container::after {
    content: "";
    position: absolute;
    width: 583px;
    height: 462px;
    background: url(../images/shapes/featured-movies-two-video-shape-1.png)no-repeat;
    background-size: contain;
    left: -51px;
    top: -16px;
    animation: 30s linear infinite running our-internet-two-rotate;

}

.featured-movies-two-img-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-movies-two-img-inner .video-play-btn {
    width: 60px;
    height: 60px;
    background-color: var(--twonet-yellow-light);
    position: relative;
    border-radius: 50%;
}

.featured-movies-two-img-inner .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-text-light);
    font-size: 14px;
}

.featured-movies-two-img-inner a::after {
    animation: 4s linear infinite running btn-scales;
}

.featured-movies-two-img-inner a::before {
    animation: 4s linear 2s infinite running btn-scales;
}

.featured-movies-two-img-inner a::after,
.featured-movies-two-img-inner a::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}

.featured-movies-two-video img {
    width: 100%;
}

.featured-movies-two-timer {
    position: absolute;
    width: 80%;
    left: 50px;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.featured-movies-two-timer p {
    color: var(--twonet-text-light);
    margin-bottom: 0;
}

.featured-movies-two-timer p i {
    color: var(--twonet-yellow-light);
    padding-right: 15px;
}

.featured-movies-two-timer a {
    color: var(--twonet-text-light);
    text-decoration: none;
}

.featured-movies-two-timer a i {
    color: var(--twonet-yellow-light);
    padding-right: 7px;
}

.featured-movies-two-info {
    padding-left: 70px;
}

.featured-movies-two-info .section-main-title h2 {
    margin-bottom: 35px;
}

.featured-movies-two .owl-carousel .owl-item img {
    display: inline;
    width: 100%;
}




.featured-movies-two .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: 11px;
    left: 56.5%;
}

.featured-movies-two .owl-carousel .owl-nav button.owl-prev,
.featured-movies-two .owl-carousel .owl-nav button.owl-next,
.featured-movies-two .owl-carousel button.owl-dot {
    background: rgba(250, 140, 10, .1);
    color: var(--twonet-yellow-light);
    transition: all 0.3s;
}

.featured-movies-two .owl-nav span {
    font-size: 18x;
    font-weight: 700;
    text-indent: -999999px;
    position: absolute;
}

.featured-movies-two .owl-carousel .owl-nav button.owl-prev,
.featured-movies-two .owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 50px;
}

.featured-movies-two .owl-carousel .owl-nav button.owl-prev i,
.featured-movies-two .owl-carousel .owl-nav button.owl-next i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.featured-movies-two .owl-carousel .owl-nav button.owl-prev i::before,
.featured-movies-two .owl-carousel .owl-nav button.owl-next i::before {
    transition: all 0.3s;
}

.featured-movies-two .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--twonet-yellow-light);
    color: var(--twonet-text-light);
    text-decoration: none;
}

.featured-movies-two .owl-theme .owl-nav [class*=owl-]:hover i::before {
    color: var(--twonet-text-light);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.featured-movies-two .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}



/**********************
* Blog-two 
**********************/

.blog-two {
    padding-bottom: 130px;
    position: relative;
}

.blog-two-shape-1 {
    position: absolute;
    width: 520px;
    height: 540px;
    bottom: -227px;
    left: -55px;
    background: url(../images/shapes/blog-two-shape-1.png) no-repeat;
    background-size: contain;
    z-index: 0;
}

.blog-two .container {
    position: relative;
    z-index: 9;
}

.blog-two .section-main-title h2 {
    width: 58%;
}

.blog-two-img {
    position: relative;
    margin-bottom: 0;
    transition: all 0.3s;
}

.blog-two-img .blog-two-img-inner {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--twonet-yellow-light);
    right: 10px;
    bottom: 10px;
    border-radius: 6px;
    padding-top: 8px;
}

.blog-two-info {
    background-color: var(--twonet-text-light);
}

.blog-two-img-inner span {
    display: inline-block;
    color: var(--twonet-text-light);
    font-size: 30px;
    line-height: 1;
}

.blog-two-img-inner h6 {
    margin-bottom: 0;
    color: var(--twonet-text-light);
}

.blog-two-img img {
    width: 100%;
    transition: all 0.3s;
}

.blog-two-info:hover .blog-two-img img {
    filter: contrast(0.6);
}

.blog-two-details {
    padding: 30px 35px 25px;
    box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.10);
}

.blog-two-details .blog-two-title span {
    color: var(--twonet-yellow-light);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: -0.2px;
}

.blog-two-details h4 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--twonet-border-dark);
    transition: all 0.3s;
}


.blog-two-details h4 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
    letter-spacing: -0.2px;
}

.popular-movie-one .popular-movie-one-box .popular-movie-one-title h6 a,
.popular-movies-two .popular-movies-two-box .popular-movies-two-title h6 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-neutral);
    transition: all 500ms ease;
    text-decoration: none;
}

.blog-two-details h4 a:hover,
.popular-movie-one .popular-movie-one-box .popular-movie-one-title h6 a:hover,
.popular-movies-two .popular-movies-two-box .popular-movies-two-title h6 a:hover {
    background-size: 100% 1px;
}

.popular-movie-one .theme-btn {
    text-align: end;
}

.blog-two-details i::before {
    color: var(--twonet-yellow-light);
}

.blog-two-details .btn-read-more:hover {
    color: var(--twonet-yellow-light);
}

.blog-two-details .btn-read-more::after {
    border-top: 2px solid var(--twonet-dark);
    border-right: 2px solid var(--twonet-dark);
}

.blog-two-details .btn-read-more:hover::after {
    border-top: 2px solid var(--twonet-yellow-light);
    border-right: 2px solid var(--twonet-yellow-light);
}

.blog-two-details ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}

.blog-two-details ul li p {
    color: var(--twonet-text);
}

.blog-two-details ul li i {
    padding-right: 7px;
    color: var(--twonet-yellow-light);
}

/************************
* Brand-two
************************/
.brand-two {
    position: relative;
    z-index: 199;
}

.brand-two .section-title {
    margin-bottom: 35px;
}

.brand-two .section-title h6 {
    color: var(--twonet-text-dark);
    margin-bottom: 0;
}

.brand-two .section-title h6 span {
    color: var(--twonet-primery);
    font-weight: 800;
}

.brand-two-inner {
    margin-left: -90px;
    margin-right: -90px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--twonet-neutral);
    position: relative;
    z-index: 999;
}

.brand-two .brand-two-inner .row {
    margin-left: 30px;
    margin-right: 30px;
}

.brand-two-inner::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 20px;
    background-color: #333333;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.brand-two-inner::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 10px;
    background-color: #515151;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/********************
* Footer-two
********************/
.footer-main-two {
    background-color: var(--twonet-secondary);
    padding-top: 176px;
    padding-bottom: 80px;
    margin-top: -73px;
    position: relative;
    overflow: hidden;

}

.footer-main-two-shape-1,
.footer-main-two-shape-2 {
    position: absolute;
    width: 470px;
    height: 424px;
    z-index: 0;
}

.footer-main-two-shape-1 {
    background: url(../images/shapes/footer-main-shape-1.png)no-repeat;
    bottom: 0;
    left: 0;
}

.footer-main-two-shape-2 {
    background: url(../images/shapes/footer-main-shape-2.png)no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

.footer-main-two .footer-widget-logo {
    display: inline-block;
}

.footer-main-two .footer-widget-about .footer-widget-text {
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}


.footer-main-two .footer-widget-social,
.mobile-nav-two-social {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    z-index: 9;
}

.footer-main-two .footer-widget-social li+li,
.mobile-nav-two-social li+li {
    margin-left: 7px;

}

.footer-main-two .footer-widget-social li a,
.mobile-nav-two-social li a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    color: var(--twonet-text-light);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none;
}

.footer-main-two .footer-widget-links {
    margin-left: 40px;
    position: relative;
    z-index: 9;
}

.footer-main-two .footer-widget-social li a:hover,
.mobile-nav-two-social li a:hover,
.mobile-nav-three-social li a:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-yellow-light);
}

.footer-main-two .footer-widget-links-details {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -2px;
    margin-bottom: -12px;
}


.footer-main-two .footer-widget-links-details li a {
    color: var(--twonet-text-light);
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.footer-main-two .footer-widget-links-details&gt;li&gt;a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    opacity: 0;
    color: var(--twonet-yellow-light);
    transition: all 0.3s;
}
.footer-main-two .footer-widget-links-details&gt;li&gt;a:hover::before {
    opacity: 1;
}
.footer-main-two .footer-widget-links-details li a:hover {
    color: var(--twonet-yellow-light);
}




.footer-main-two .footer-widget-contact {
    margin-left: -20px;
    position: relative;
    z-index: 9;
}

.footer-main-two .footer-widget-contact-details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main-two .footer-widget-contact-details li+li {
    padding-top: 27px;
}

.footer-main-two .footer-widget-contact-details li {
    position: relative;
    color: var(--twonet-text-light);
    font-size: 16px;
    line-height: 26px;
}

.footer-main-two .footer-widget-contact-details li&gt;i {
    font-size: 16px;
}

.footer-main-two .footer-widget-contact-details li&gt;i::before {
    color: var(--twonet-yellow-light);
}

.footer-main-two .footer-widget-contact-details li+li&gt;i {
    top: 16px;
}

.footer-main-two .footer-widget-contact-details li a {
    color: inherit;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
}

.footer-main-two .footer-widget-contact-details li a:hover {
    color: var(--twonet-yellow-light);
}




.footer-main-two .footer-widget-newsletter {
    position: relative;
    z-index: 9;
}

.footer-main-two .footer-widget-newsletter input[type=email] {
    width: 100%;
    padding-left: 30px;
    border: none;
    outline: none;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    color: var(--twonet-text);
    font-weight: 500;
    font-size: 14px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.footer-widget-newsletter button span {
    font-size: 16px;
}

.footer-bottom-two {
    background-color: #212121;

}

.footer-bottom-two-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 29px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom-two .scroll-to-top {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-yellow-light);
    position: absolute;
    top: -30px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 0;
}

.footer-bottom-two .scroll-to-top:hover {
    background-color: var(--twonet-text-light);
}

.footer-bottom-two .scroll-to-top:hover i::before {
    color: var(--twonet-yellow-light);
}

.footer-bottom-two .scroll-to-top i {
    color: var(--twonet-text-light);
    font-size: 14px;
    line-height: 49px;
    transition: all 0.3s ease;
}

.footer-bottom-two-inner&gt;a {
    text-decoration: none;
}

.footer-bottom-two-inner .copyright p {
    margin-bottom: 0;
    color: var(--twonet-light);
}

.footer-widget-two-menu-two li+li {
    margin-left: 20px;
}

.footer-bottom-two-inner .copyright a {
    color: var(--twonet-yellow-light);
    text-decoration: none;
}

.footer-widget-two-menu-two a {
    color: var(--twonet-light);
    text-decoration: none;
    transition: all 0.3s;
}

.footer-widget-two-menu-two a:hover {
    color: var(--twonet-yellow-light);
}

.footer-widget-two-menu-two {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.mobile-nav-two-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav-two-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav-two-wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav-two-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav-two-content {
    width: 400px;
    background-color: var(--twonet-secondary-light);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav-two-wrapper.expanded .mobile-nav-two-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav-two-content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav-two-content .logo-box img {
    width: 150px;
}

.mobile-nav-two-close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--twonet-text-light);
    cursor: pointer;
}

.mobile-nav-two-content .main-menu-list,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav-two-content .main-menu-list&gt;li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;ul,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav-two-content .main-menu-list&gt;li:not(:last-child),
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li:not(:last-child),
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;a&gt;.main-menu-border {
    display: none !important;
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;a,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: var(--twonet-text-light);
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-decoration: none;
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;a:hover,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a:hover,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover {
    color: var(--twonet-yellow-light);

}

.mobile-nav-two-content .main-menu-list&gt;li&gt;a.expanded .mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a.expanded .mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a.expanded {
    color: var(--twonet-yellow-light);
}

.mobile-nav-two-content .main-menu-list li a.expanded {
    color: var(--twonet-yellow-light);
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;a&gt;button,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a&gt;button,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a&gt;button {
    width: 30px;
    height: 30px;
    background-color: var(--twonet-text-light);
    border: none;
    outline: none;
    color: var(--twonet-yellow-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;a&gt;button.expanded,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;a&gt;button.expanded,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a&gt;button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: var(--twonet-yellow-light);
    color: var(--twonet-text-light);
}

.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a&gt;button,
.mobile-nav-two-content .main-menu-list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
    display: none !important;
}

.mobile-nav-two-content .main-menu-list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav-two-content .main-menu-list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav-two-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}



.mobile-nav-two-container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-two-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav-two-social a+a {
    margin-left: 30px;
}

.mobile-nav-two-contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav-two-contact li {
    color: var(--migency-text-dark);
    font-size: 21px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav-two-contact li+li {
    margin-top: 15px;
}

.mobile-nav-two-contact li a {
    color: var(--twonet-text-light);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav-two-contact li a:hover {
    color: var(--twonet-yellow-light);
}

.mobile-nav-two-contact li&gt;i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--migency-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: var(--twonet-text-light);
}

.mobile-nav-two-container .main-logo {
    display: none;
}

.mobile-nav-two-contact .mobile-menu-call a {
    font-size: 18px;
    color: var(--twonet-neutral);
    margin-bottom: 0;
    padding-left: 12px;
    transition: all 0.3s;
    text-decoration: none;
}

.mobile-nav-two-contact .mobile-menu-call i::before {
    color: var(--twonet-yellow-light);
}

.mobile-nav-two-contact .mobile-menu-call {
    align-items: center;
}

.mobile-nav-two-contact .mobile-menu-call:hover a {
    color: var(--twonet-yellow-light);
    cursor: pointer;
}

.mobile-nav-two-contact .mobile-menu-btn .btn-primary-two:hover {
    color: var(--twonet-secondary);
}

.mobile-nav-two-contact .mobile-menu-btn {
    padding-left: 0;
}

.mobile-nav-two-contact .mobile-menu-btn .btn-primary-two::before {
    background-color: var(--twonet-neutral);
}

.mobile-nav-two-contact .mobile-menu-btn .btn-primary-two::after {
    transition: all 0.3s;
}


.mobile-nav-two-close {
    font-size: 22px;
    top: 35px;
    right: 25px;
}

/*********************
* Banner-three
*********************/
.section-main-title-primery {
    font-size: 45px;
    line-height: 38px;
    letter-spacing: -2px;
    color: var(--twonet-primery);
    font-weight: 700;
}

.unline {
    border-bottom: 1px solid var(--twonet-primery);
    display: inline-block;
}

.banner-three {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    background-color: var(--twonet-neutral);
}

.banner-three .banner-three-shape-1,
.banner-three .banner-three-shape-2 {
    position: absolute;
    width: 620px;
    height: 525px;
    z-index: 0;
}

.banner-three .container {
    position: relative;
    z-index: 9;
}

.banner-three .banner-three-shape-1 {
    background: url(../images/shapes/banner-three-shape-2.png)no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

.banner-three .banner-three-shape-2 {
    background: url(../images/shapes/banner-three-shape-1.png)no-repeat;
    background-size: contain;
    bottom: -25px;
    left: 0;
}

.banner-three-info .section-title {
    margin-bottom: 25px;
}

.banner-three .section-main-title h1 {
    font-weight: 800;
    margin-bottom: 45px;
}

.banner-three .section-main-title h1 span {
    position: relative;
    color: var(--twonet-primery);
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -2px;
}

.text-shape {
    position: relative;
}

.text-shape::after {
    position: absolute;
    content: "";
    background: url(../images/resources/heading-three-shape-png.png)no-repeat;
    background-size: contain;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -4px;
}

.banner-three .section-main-title h1 .text-shape::after {
    height: 20px;
}

.banner-three-btn {
    margin-top: 40px;
}

.btn-read-more {
    padding-right: 15px;
}

.banner-three-btn a+a {
    margin-left: 40px;
}

.banner-three-img {
    margin-left: 70px;
    position: relative;
    width: 560px;
    height: 520px;
    z-index: 999;
    margin-left: 90px;
}

.banner-three-img img {
    width: 100%;
    height: 100%;
}

.banner-three-img-2 {
    position: absolute;
    width: 442px;
    height: 313px;
    background: url(../images/shapes/banner-three-shape-img-1.png)no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.banner-three-img-3 {
    position: absolute;
    width: 557px;
    height: 133px;
    background: url(../images/shapes/banner-three-shape-img-4.png)no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 1;
    animation: 4s linear infinite running banner-three-img-3-move;
}


.banner-three-img-4 {
    position: absolute;
    width: 85px;
    height: 93px;
    background: url(../images/shapes/banner-three-shape-img-2.png)no-repeat;
    background-size: contain;
    top: 42%;
    left: 0%;
    z-index: 4;
    animation: 3s linear infinite running banner-three-img-4-scales;
}

.banner-three-img-5 {
    position: absolute;
    width: 85px;
    height: 93px;
    background: url(../images/shapes/banner-three-shape-img-10.png)no-repeat;
    background-size: contain;
    top: 20%;
    left: 55%;
    z-index: 5;
    animation: 3s linear 1s infinite running banner-three-img-4-scales;
}

.banner-three-img-6 {
    position: absolute;
    width: 85px;
    height: 93px;
    background: url(../images/shapes/banner-three-shape-img-11.png)no-repeat;
    background-size: contain;
    top: 42%;
    right: 0;
    z-index: 6;
    animation: 3s linear 2s infinite running banner-three-img-4-scales;
}

.banner-three-img-7 {
    position: absolute;
    width: 68px;
    height: 164px;
    background: url(../images/shapes/banner-three-shape-img-5.png)no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 7;
}

.banner-three-img-8 {
    position: absolute;
    width: 68px;
    height: 164px;
    background: url(../images/shapes/banner-three-shape-img-6.png)no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: 8;
}

.banner-three-img-9 {
    position: absolute;
    width: 81px;
    height: 278px;
    background: url(../images/shapes/banner-three-shape-img-7.png)no-repeat;
    background-size: contain;
    bottom: 0;
    left: 16%;
    z-index: 9;
    animation: 2s linear infinite running banner-three-img-9-move;
}

.banner-three-img-10 {
    position: absolute;
    width: 96px;
    height: 149px;
    background: url(../images/shapes/banner-three-shape-img-8.png)no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 310
}

.banner-three-img-11 {
    position: absolute;
    width: 97px;
    height: 272px;
    background: url(../images/shapes/banner-three-shape-img-9.png)no-repeat;
    background-size: contain;
    bottom: 0;
    right: 12%;
    z-index: 11;
    animation: 2s linear 1s infinite running banner-three-img-9-move;
}




/**********************
* Services-three 
**********************/

.services-three {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.services-three-shape-1,
.services-three-shape-2,
.services-three-shape-3,
.services-three-shape-4 {
    position: absolute;
    width: 620px;
    height: 525px;
    z-index: -1;
}

.services-three-shape-1 {
    background: url(../images/shapes/services-three-shape-img-1.png)no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    top: 10%;
    left: 9%;
    animation: 12s linear infinite running shape-1-scales;
}

.services-three-shape-2 {
    background-size: contain;
    border: 1px solid var(--twonet-primery);
    border-radius: 50%;
    width: 178px;
    height: 178px;
    bottom: 0;
    left: 0;
    animation: 4s linear infinite running banner-three-img-3-move;
}

.services-three-shape-2 .inner-shape-2 {
    width: 158px;
    height: 158px;
    background-color: rgba(255, 23, 73, 0.1);
    border-radius: 50%;
    margin-left: auto;
    margin-top: 14px;
}

.services-three-shape-2 .inner-shape-2 img {
    width: 58px;
    height: 180px;
    transform: rotate(-25deg);
    margin-top: -67px;
    margin-left: 20px;
}

.services-three-shape-3 {
    background: url(../images/shapes/services-three-shape-img-3.png)no-repeat;
    background-size: contain;
    width: 115px;
    height: 115px;
    top: 105px;
    right: 60px;
    animation: 5s linear infinite running shape-3-scales;
}

.services-three-shape-3 .inner-shape-3 img {
    width: 115px;
    height: 115px;
    margin-top: -10px;
}

.services-three-shape-3 .inner-shape-3 .package-three-text {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px;
}

.services-three-shape-3 .inner-shape-3 .package-three-text h2 {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 0.9;
    color: var(--twonet-text-light);
}

.services-three-shape-4 {
    background: url(../images/shapes/services-three-shape-img-4.png)no-repeat;
    background-size: contain;
    width: 379px;
    height: 400px;
    bottom: 0;
    right: 0;
}

.package-three-text p {
    color: var(--twonet-text-light);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 0.9;
    display: inline-block;
}

.services-three .row&gt;* {
    padding-left: 0;
    padding-right: 0;
}

.services-three .section-main-title h2 {
    width: 55%;
}

.services-three .services-three-block {
    position: relative;
    padding: 80px 34px 40px 36px;
    border-radius: 5px;
    transition: all 0.3s;
    background-color: var(--twonet-text-light);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.services-three .services-three-block i {
    position: absolute;
    top: -40px;
    left: 75px;
    transform: translateX(-50%);
    padding: 15px;
    border-radius: 5px;
    line-height: 0;
    background-color: var(--twonet-primery);
    font-size: 50px;
    color: var(--twonet-text-light);
}

.services-three .services-three-block h5 {
    margin-bottom: 20px;
}

.services-three .services-three-block p {
    transition: all 0.3s;
    margin-bottom: 35px;
    font-weight: 400;
}

.services-three-block:hover {
    border-radius: 15px;
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
}

.services-three-block:hover .services-three-btn a {
    color: var(--twonet-primery);
}

.services-three-block:hover .btn-read-more::after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}









/***********************
* About-three 
***********************/

.about-three {
    padding-bottom: 130px;
    position: relative;
}

.about-three-shape {
    position: absolute;
    background: url(../images/shapes/about-three-shape.png) no-repeat;
    background-size: contain;
    width: 455px;
    height: 450px;
    bottom: 0;
    left: 0;
}

.about-three-info {
    padding-left: 30px;
}

.about-three-info .section-main-title h2,
.about-four-info .section-main-title h2 {
    margin-bottom: 35px;
}

.about-three .section-main-title p span,
.about-four .section-main-title p span {
    border-bottom: 1px solid var(--twonet-text-dark) !important;
    display: inline-block;
    line-height: 0.9;
}

.about-three-details {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px;
}

.about-three-details li {
    padding: 25px 25px 18px 25px;
    background-color: var(--twonet-neutral);
    border-radius: 5px;
    transition: all 0.3s;
}

.about-three-details li h6 a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.about-three-details li h6 a:hover {
    text-decoration: none;
    color: var(--twonet-primery);
}

.about-three-details li h6 {
    margin-bottom: 0;
}

.about-three-details li+li {
    margin-left: 20px;
}

.about-three-details li i {
    font-size: 50px;
    color: var(--twonet-primery);
}


.about-three-details li:hover {
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}



.about-three-img {
    position: relative;
    width: 455px;
    height: 100%;
    z-index: 999;

}

.about-three-img-2 {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/shapes/about-one-inner-img-6.png)no-repeat;
    background-size: contain;
    top: 46%;
    left: -7%;
    z-index: 3;
    animation: 3s linear infinite running about-three-img-4-scales;

}

.about-three-img-3 {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/shapes/about-one-inner-img-4.png)no-repeat;
    background-size: contain;
    top: 20%;
    left: -2%;
    z-index: 4;
    animation: 3s linear 0.5s infinite running about-three-img-4-scales;

}

.about-three-img-4 {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/shapes/about-one-inner-img-5.png)no-repeat;
    background-size: contain;
    top: 0;
    left: 25%;
    z-index: 4;
    animation: 3s linear 1s infinite running about-three-img-4-scales;
}



.about-three-img-5 {
    position: absolute;
    width: 86px;
    height: 93px;
    background: url(../images/shapes/pricing-package-one-shape-6.png)no-repeat;
    background-size: contain;
    top: 0;
    left: 70%;
    z-index: 5;
    animation: 3s linear 1.5s infinite running about-three-img-4-scales;
}

.about-three-img-6 {
    position: absolute;
    width: 62px;
    height: 62px;
    background: url(../images/shapes/about-one-inner-img-7.png)no-repeat;
    background-size: contain;
    top: 43%;
    right: -6%;
    z-index: 6;
    animation: 3s linear 2s infinite running about-three-img-4-scales;
}

/****************************
* Pricing-package-three 
****************************/

.pricing-package-three {
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: var(--twonet-neutral);
    position: relative;
    z-index: 1;
}

.pricing-package-three .section-title {
    margin-bottom: 25px;
}

.pricing-package-three .section-main-title {
    margin-bottom: 70px;
}

.pricing-package-three .section-main-title h2 {
    width: 55%;
}

.pricing-package-three .pricing-package-three-box {
    padding: 40px 40px;
    border-radius: 15px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    position: relative;
    transition: all 0.5s;
}

.pricing-package-three .box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 48px;
    border-bottom: 1.5px solid var(--twonet-border-light);
}

.pricing-package-three .box-title span:first-child {
    color: var(--twonet-dark);
    font-weight: 600;
}

.pricing-package-three .box-title span:last-child {
    color: var(--twonet-text);
    font-weight: 400;
}

.pricing-package-three .box-price p {
    font-size: 45px;
    margin-bottom: 35px;
    font-weight: 700;
    line-height: 27px;
    color: var(--twonet-dark);
    margin-bottom: 0;
}

.pricing-package-three .box-icon {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.pricing-package-three .box-icon i {
    font-size: 75px;
    display: inline-box;
    padding-right: 30px;
    line-height: 1;
    color: var(--twonet-primery);
}

.pricing-package-three .box-item-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
}

.pricing-package-three .box-item-list li+li {
    padding-top: 20px;
}

.pricing-package-three .box-item-list li i {
    padding-right: 7px;
    font-size: 12px;
}

.pricing-package-three-box .box-title h3 {
    margin-bottom: 0;
}

.pricing-package-three-box .box-title .text-shape::after {
    bottom: -13px;
    height: 12px;
}

.pricing-package-three-box .box-item-list li {
    font-weight: 500;
    color: var(--twonet-text);
    line-height: normal;
}

.pricing-package-three-box .box-item-list li span {
    font-size: 16px;
    color: var(--twonet-primery);
}

.pricing-package-three-box:hover {
    background: url(../images/shapes/shape--1.png) no-repeat;
    background-position-x: center;
    background-size: contain;
    background-color: var(--twonet-text-light);
}

.pricing-package-three-box:hover .btn-transparent {
    color: var(--twonet-text-light);
    border: 1px solid var(--twonet-primery);
}

.pricing-package-three-box:hover .btn-transparent::before {
    width: 100%;
}

.pricing-package-three-box:hover .btn-transparent i::before {
    color: var(--twonet-text-light);
}

/**********************
* Free-movies-three 
**********************/
.free-movies-three {
    padding-top: 130px;
}

.free-movies-three-info .section-main-title {
    margin-bottom: 45px;
}

.free-movies-three-info .section-main-title h2 {
    margin-bottom: 35px;
}

.free-movies-three-info {
    padding-left: 70px;
}

/***********************
* Faq-three 
***********************/
.faq-three {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.faq-three .section-main-title h2 {
    width: 55%;
}

.faq-three-block {
    display: flex;
    padding: 0;
    list-style: none;
}

.faq-three-block li {
    padding: 30px 35px;
    background-color: var(--threenet-text-light);
    box-shadow: 0 4px 24px -16px var(--threenet-secondary);
    border-top: 3px solid var(--threenet-yellow-light);
}

.faq-three-block li+li {
    margin-left: 20px;
}

.faq-three-block li i {
    color: var(--threenet-yellow-light);
}

.faq-three-block li h2 {
    margin-bottom: 5px;
}

.faq-three-inner {
    padding: 0;
    background-color: var(--threenet-text-light);
}

.faq-three-inner .accordion {
    background-color: var(--twonet-text-light);
}


.faq-three-inner .accordion-button:not(.collapsed) {
    color: var(--twonet-primery) !important;
    box-shadow: 0 -10px 60px -10px  rgba(99, 99, 99, 0.10);
    padding: 23px;
    border-radius: 15px 15px 0 0;
}


.faq-three-inner .accordion-item .accordion-button.collapsed {
    background-color: var(--twonet-neutral);
    padding: 23px;
    border-radius: 5px;
}

.faq-three-inner .accordion-body {
    box-shadow: 0 10px 60px -20px  rgba(99, 99, 99, 0.10);
    padding: 25px 23px;
    border-radius: 0 0 15px 15px ;
}

.faq-three-inner .accordion-item {
    margin-top: 10px;
}



.faq-three .accordion-button {
    background-color: transparent;
    padding: 23px;
}


.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(15, 15, 15, 0.1);
}

.accordion-item h6 button {
    font-weight: 800;
}

.accordion-button:not(.collapsed)::after {
    width: 10px;
    height: 2px;
    background-color: var(--twonet-primery);
    transform: none;
}

.accordion-button:not(.collapsed) {
    color: var(--threenet-secondary);
    box-shadow: none;
}


.faq-three .accordion-button:not(.collapsed)::before,
.faq-four .accordion-button:not(.collapsed)::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 2px;
    background-color: #0f0f0f10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

/****************************
* Testimonial-three 
****************************/
.testimonial-three {
    padding-top: 130px;
    padding-bottom: 201px;
    position: relative;
    overflow: hidden;
    background-color: var(--twonet-neutral);
}

.testimonial-three-shape {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape.png) no-repeat;
    width: 1130px;
    height: 100%;
    top: 0;
    left: 30%;
    transform: translateX(-50%);
    z-index: 0;
}



.testimonial-three-btn li.active::after {
    transform: translateX(-13px) translateY(7px);
}


.testimonial-three-info {
    position: relative;
    padding: 31px 65px 35px 60px;
    background-color: var(--twonet-text-light);
    border-radius: 15px;
    border: 1px solid var(--twonet-border-light);
}

.testimonial-three-btn {
    position: relative;
    z-index: 99;
}

.testimonial-three-btn li {
    background-color: var(--twonet-neutral);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.20);
    width: 220px;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--twonet-border-light);
}

.testimonial-three-btn li a {
    display: flex;
    align-items: center;
    padding: 4px;
    text-decoration: none;
}

.testimonial-three-btn li a span {
    color: var(--twonet-dark);
    padding-left: 15px;
}

.testimonial-three-btn li a img {
    height: 50px;
    border-radius: 50%;
}

.testimonial-three-btn li.active {
    border: 1px solid var(--twonet-primery);
}

.testimonial-three-inner {
    position: relative;
    margin-left: 180px;
}

.testimonial-three-shape-1,
.testimonial-three-shape-2,
.testimonial-three-shape-3,
.testimonial-three-shape-4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-three-shape-1 {
    background: url(../images/shapes/testimonial-three-shape-1.png) no-repeat;
    background-size: contain;
    width: 472px;
    height: 472px;
    z-index: 1;
}

.testimonial-three-shape-2,
.testimonial-three-shape-3,
.testimonial-three-shape-4 {
    background-color: var(--twonet-primery);
    border-radius: 50%;
    z-index: 2;
    opacity: 0.05;
}

.testimonial-three-shape-2 {
    width: 398px;
    height: 398px;
}

.testimonial-three-shape-3 {
    width: 306px;
    height: 306px;
}

.testimonial-three-shape-4 {
    width: 200px;
    height: 200px;
}

.testimonial-three-info .star {
    margin-bottom: 30px;
}

.testimonial-three-info .star i+i {
    padding-left: 7px;
}

.testimonial-three-info .star i {
    color: var(--twonet-primery);
    font-size: 21px;
}

.testimonial-three-info .testimonial-three-detais&gt;p {
    color: var(--twonet-text);
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 30px;
}

.testimonial-three-info .testimonial-three-name {
    display: flex;
    list-style: nthree;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}



.testimonial-three-info .testimonial-three-name li i {
    font-size: 55px;
    color: var(--twonet-primery);
    line-height: 1;
}

.testimonial-three-info .testimonial-three-name li+li {
    padding-left: 20px;
}


.testimonial-three-info .testimonial-three-name p {
    margin-bottom: 0;
    color: var(--twonet-primery);
}


.testimonial-three-info .testimonial-three-name h4 {
    margin-bottom: 0;
}

.testimonial-three .owl-carousel {
    width: 100%;
}



.testimonial-three-tabs .owl-theme .owl-dots {
    position: absolute;
    left: -7px;
    bottom: -70px;
}

.testimonial-three-tabs .owl-theme .owl-dots button {
    padding: 0px !important;
    margin: 3px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.testimonial-three-tabs .owl-theme .owl-dots button.active {
    border: 1px solid var(--twonet-primery);
}

.testimonial-three-tabs .owl-theme .owl-dots button span {
    background: #ff174950;
    margin: 5px 5px;

}

.testimonial-three-tabs .owl-theme .owl-dots .owl-dot.active span {
    background: var(--twonet-primery);
}

.testimonial-three-btn li:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px;
}

.testimonial-three-btn li:nth-child(2) {
    margin-left: -60px;
    margin-right: auto;
    margin-bottom: 3px;
}

.testimonial-three-btn li:nth-child(3) {
    margin-left: auto;
    margin-right: -50px;
    margin-bottom: 18px;
}

.testimonial-three-btn li:nth-child(4) {
    margin-left: 35px;
    margin-right: auto;
    margin-bottom: 33px;
}

.testimonial-three-btn li:nth-child(5) {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 13px;
}

.testimonial-three-btn li:nth-child(6) {
    margin-left: 0;
    margin-right: auto;
}








/************************
* Whychoose-three 
************************/

.whychoose-three {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.whychoose-three-shape-1,
.whychoose-three-shape-2,
.whychoose-three-shape-3,
.whychoose-three-shape-4 {
    position: absolute;
    width: 620px;
    height: 525px;
    z-index: -1;
}

.whychoose-three-shape-1 {
    background: url(../images/shapes/services-three-shape-img-1.png)no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    top: 16%;
    left: 9%;
    animation: 12s linear infinite running shape-1-scales;
}

.whychoose-three-shape-2 {
    background-size: contain;
    border: 1px solid var(--twonet-primery);
    border-radius: 50%;
    width: 178px;
    height: 178px;
    bottom: 30%;
    left: 0;
    animation: 4s linear infinite running banner-three-img-3-move;
}

.whychoose-three-shape-2 .inner-shape-2 {
    width: 158px;
    height: 158px;
    background-color: rgba(255, 23, 73, 0.1);
    border-radius: 50%;
    margin-left: auto;
    margin-top: 14px;
}

.whychoose-three-shape-2 .inner-shape-2 img {
    width: 58px;
    height: 180px;
    transform: rotate(-25deg);
    margin-top: -67px;
    margin-left: 20px;
}

.whychoose-three-shape-3 {
    background-size: contain;
    border: 1px solid #0BAF84;
    border-radius: 50%;
    width: 153px;
    height: 155px;
    top: 11%;
    right: 5%;
    animation: 5s linear infinite running shape-3-scales;
}

.whychoose-three-shape-3 .inner-shape-3 {
    width: 130px;
    height: 130px;
    background-color: #0baf8333;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 3px;
    margin-top: 18px;
}

.whychoose-three-shape-3 .inner-shape-3 img {
    width: 78px;
    height: 55px;
    margin-top: 35px;
    margin-left: 30px;
}

.whychoose-three-shape-3 .inner-shape-3 .package-three-text {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 15px;
}

.whychoose-three-shape-3 .inner-shape-3 .package-three-text h2 {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 0.9;
    color: var(--twonet-text-light);
}

.whychoose-three-shape-4 {
    background: url(../images/shapes/services-three-shape-img-4.png)no-repeat;
    background-size: contain;
    width: 379px;
    height: 400px;
    bottom: 18%;
    right: 0;
}

.whychoose-three-info {
    position: relative;
}

.whychoose-three-info::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: var(--twonet-border-light);
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-three-info::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 95%;
    background-color: var(--twonet-border-light);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-three .section-main-title h2 {
    width: 55%;
}

.whychoose-three-icon {
    position: relative;
    background-color: rgba(255, 23, 73, .1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.whychoose-three-icon i {
    font-size: 55px;
    color: var(--twonet-primery);
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.whychoose-three-block p {
    font-size: 18px;
    line-height: 30px;
}

.whychoose-three-block {
    padding: 70px 40px;
}

.whychoose-three-block h4 {
    margin-bottom: 15px;
}

.whychoose-three-block:hover .whychoose-three-icon i {
    top: 55%;
    color: var(--twonet-text-light);
}

.whychoose-three-block:hover .whychoose-three-icon {
    background-color: var(--twonet-primery);
}










/************************
* Cta-three
************************/




.cta-three {
    position: relative;
    z-index: 999;
}

.cta-three .container {
    position: relative;
}

.cta-three-inner {
    background-color: var(--twonet-text-light);
}

.cta-three-shape-1 {
    background-color: rgba(255, 23, 73, .05);
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 999;
}

.cta-three-shape-2,
.cta-three-shape-3 {
    position: absolute;
    width: 371px;
    height: 425px;
    z-index: 99;
    opacity: 0.1;
}

.cta-three-shape-2 {
    left: 14px;
    bottom: 0;
    background: url(../images/shapes/cta-three-shape-1.png) no-repeat;
}

.cta-three-shape-3 {
    right: -50px;
    top: 0;
    background: url(../images/shapes/cta-three-shape-2.png) no-repeat;
}

.cta-three-img {
    position: relative;
    width: 348px;
    margin-left: auto;
    margin-right: 70px;
}

.cta-three-img img {
    width: 100%;
}

.cta-three-info {
    padding-left: 70px;
}

.cta-three-info .section-main-title h2 {
    width: 90%;
}

.cta-three-btn input {
    width: 64%;
    padding: 19px 30px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    margin-right: 20px;
}


.cta-three-btn .btn-bg-primary {
    padding: 17.5px 40px 18px 40px;
}

.cta-three-btn .btn-bg-primary::after {
    right: 40px;
    top: 29px;
}

/************************
* Brand-three
************************/
.brand-three {
    position: relative;
    background: url(../images/shapes/brand-three-bg.png)no-repeat;
    background-size: cover;
    z-index: 0;
    width: 100%;
    margin-bottom: -3px;
}

.brand-three .section-title {
    margin-bottom: 35px;
}

.brand-three .section-title h6 {
    color: var(--twonet-text-light);
    margin-bottom: 0;
    font-weight: 600;
}



.brand-three-inner {
    position: relative;
    z-index: 999;
    height: 630px;
    margin-top: -300px;
    margin-left: -40px;
    margin-right: -40px;
}

.brand-three-info {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 128px;
}

.brand-three-inner-img img {
    width: 100%;
    height: 25px;
    object-fit: contain;
}













.side-footer-three {
    background-color: var(--twonet-secondary);
    margin-top: 0;
    position: relative;

}

.footer-main-three {
    padding-bottom: 80px;
    padding-top: 80px;
}

.footer-main-three-shape-1,
.footer-main-three-shape-2 {
    position: absolute;
    width: 470px;
    height: 340px;
    z-index: 0;
}

.footer-main-three-shape-1 {
    background: url(../images/shapes/footer-main-shape-1.png)no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.footer-main-three-shape-2 {
    background: url(../images/shapes/footer-main-shape-2.png)no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}


.footer-main-three .footer-widget-about {
    width: 90%;
}

.footer-main-three .btn-read-more {
    color: var(--twonet-text-light);
}

.footer-main-three .btn-read-more:hover {
    color: var(--twonet-primery);
}

.footer-main-three .btn-read-more::after {
    border-top: 2px solid var(--twonet-text-light);
    border-right: 2px solid var(--twonet-text-light);
}

.footer-main-three .footer-widget-followus {
    margin-left: -10px;
}

.footer-main-three .btn-read-more:hover::after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}

.footer-main-three .footer-widget-links {
    margin-left: -20px;
}


.side-footer-three .footer-bottom {
    background-color: var(--twonet-secondary) !important;
    border-top: 1px solid #6767672b;
}

/**********************
* Header-four 
**********************/
.main-header-four {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: var(--twonet-text-light);
    transition: all 0.3s;
    z-index: 9000;
}

.main-header-four.sticky {
    position: fixed;
    background: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    position: fixed;
    transition: all 0.5s;
}

.main-header-four.sticky .header-four-top {
    display: none;
    transition: all 0.5s;
}

.header-four-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    padding-left: 160px;
    background-color: #ff174910;
}

.header-four-top-left {
    display: flex;
    align-items: center;

}

.header-four-top-left a,
.header-four-top-right a {
    text-decoration: none;
    color: var(--twonet-text-dark);
    transition: all 0.3s;
}

.header-four-top-left a:hover {
    color: var(--twonet-primery);
}

.header-four-top-mail-box a i,
.header-four-top-location-box a i {
    color: var(--twonet-primery);
    padding-right: 10px;
}

.header-four-top-mail-box,
.header-four-top-location-box {
    padding: 8px 0;
}

.header-four-top-right {
    display: flex;
    align-items: center;
}

.header-four-top-location-box {
    padding-left: 40px;
    margin-left: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.header-four-top-location-box::after,
.header-four-top-social-box ul li+li::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.header-four-top-location-box::after {
    background-color: var(--twonet-primery);
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-four-top-social-box ul li+li::after {
    background-color: var(--twonet-text-light);
    left: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header-four-top-language-box {
    padding-right: 40px;
}

.header-four-top-language-box i {
    color: var(--twonet-primery);
}

.header-four-top-language-box select {
    background-color: transparent;
    border: none;
    outline: none;
}

.header-four-top-language-box select option:hover {
    background-color: var(--twonet-primery);
}

.header-four-top-social-box {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 160px;
    background: var(--twonet-primery);
    clip-path: polygon(100% 100%, 100% 0%, 5% 0%, 0% 100%);
}

.header-four-top-social-box ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    padding-left: 60px;
}

.header-four-top-social-box ul li+li {
    position: relative;
    margin-left: 40px;
    padding-left: 40px;
}

.header-four-top-social-box ul li {
    position: relative;
}

.header-four-top-social-box ul li span {
    transition: all 0.3s;
    opacity: 0;
    display: inline-block;
    position: absolute;
}

.header-four-top-social-box ul li:hover span {
    opacity: 1;
}

.header-four-top-right a {
    color: var(--twonet-text-light);
}

.header-four-top-right a i {
    padding-right: 10px;
}

/***********************
* Banner-four 
***********************/
.banner-four {
    position: relative;
    background-color: var(--twonet-secondary);
    padding-top: 130px;
    padding-bottom: 45px;
    overflow: hidden;
}

.banner-four-shape-1 {
    position: absolute;
    background: url(../images/shapes/banner-four-shape-img-1.png)no-repeat;
    background-size: contain;
    width: 282px;
    height: 212px;
    top: 18%;
    left: 4%;
}

.banner-four-shape-3 {
    position: absolute;
    background: url(../images/shapes/banner-four-shape-img-3.png)no-repeat;
    background-size: contain;
    width: 475px;
    height: 465px;
    left: 0;
    bottom: 0;
}

.banner-four-shape-2 {
    position: absolute;
    background: url(../images/shapes/banner-four-shape-img-2.png)no-repeat;
    background-size: contain;
    width: 446px;
    height: 591px;
    top: 0;
    right: 0;
}

.banner-four-shape-4 {
    position: absolute;
    background: url(../images/shapes/services-three-shape-img-3.png)no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    top: 20%;
    right: 15%;
}

.banner-four-shape-4 img {
    width: 130px;
    margin-top: -6px;
}

.banner-four-shape-4 .inner-shape .package-four-text {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 30px;
}

.package-four-text p {
    color: var(--twonet-text-light);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 0.9;
    display: inline-block;
}

.banner-four-shape-4 .inner-shape .package-four-text h2 {
    font-size: 45px;
    margin-bottom: 0;
    line-height: 0.9;
    color: var(--twonet-text-light);
}

.banner-four-top {
    margin-bottom: 100px;
    position: relative;
}

.banner-four-top-details {
    display: inline-flex;
    margin-bottom: 38px;
}

.banner-four-top-details p {
    color: var(--twonet-text-light);
    padding-left: 15px;
    font-size: 18px;
}

.banner-four-top-details p span {
    font-size: 30px;
    font-weight: 700;
    color: var(--twonet-yellow-light);
}

.banner-four-top .section-main-title {
    margin-bottom: 45px;
}

.banner-four-top .section-main-title h1 {
    width: 75%;
    color: var(--twonet-text-light);
    font-weight: 800;
    margin-bottom: 0;
    margin: 0 auto;
    line-height: 75px;
}

.banner-four-top .section-main-title h1 span {
    color: var(--twonet-primery);
    font-weight: 800;
    font-size: 65px;
    line-height: 75px;
}

.banner-four-top .section-main-title h1 .text-shape {
    position: relative;
}

.banner-four-top .section-main-title h1 .text-shape::after {
    position: absolute;
    content: "";
    background: url(../images/resources/heading-three-shape-png.png)no-repeat;
    background-size: contain;
    width: 90%;
    height: 20px;
    left: 0;
    bottom: -5px;
}

.banner-four-top .section-main-title h1 .text-light {
    color: var(--twonet-text-light);
    font-weight: 300;
    font-size: 65px;
    line-height: 75px;

}

.banner-four-top .theme-btn a+a {
    margin-left: 40px;
}

.banner-four-top .theme-btn .btn-read-more {
    color: var(--twonet-text-light);
}

.banner-four-top .theme-btn .btn-read-more::after {
    border-top: 2px solid var(--twonet-text-light);
    border-right: 2px solid var(--twonet-text-light);
}

.banner-four-bottom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-four-bottom .owl-carousel .owl-item a img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.banner-four-bottom .owl-carousel .owl-item a {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
}

.banner-four-bottom-img-3 {
    margin-top: 100px;
}

.banner-four-bottom-img-1 {
    margin-top: 50px;
}







/**********************
* About-four 
**********************/

.about-four-inner {
    position: relative;
}

.about-four-inner-shape {
    position: absolute;
    background: url(../images/shapes/about-four-inner-shape.png)no-repeat;
    background-size: contain;
    width: 560px;
    height: 610px;
    left: -30px;
    top: -50px;
    z-index: -1;
    animation: 45s linear infinite running package-one-img-1-rotate;
}


.about-four {
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
}

.about-four-img-1,
.about-four-img-2 {
    display: flex;
}

.about-four-inner-img-1,
.about-four-inner-img-2,
.about-four-inner-img-3,
.about-four-inner-img-4 {
    width: 270px;
    height: 270px;
}

.about-four-inner-img-1 img,
.about-four-inner-img-4 img {
    width: 100%;
}

.about-four-inner-img-2,
.about-four-inner-img-3 {
    position: relative;

}

.about-four-inner-img-2 img:first-child {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.about-four-inner-img-2 img:last-child {
    width: 86px;
    height: 93px;
    top: 20px;
    right: 40px;
    position: absolute;
}

.about-four-inner-img-3 img {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 172px;
    height: 172px;
}

.about-four-inner-img-3-text {
    width: 155px;
    height: 155px;
    background: url(../images/shapes/package-one-text-img-1.png)no-repeat;
    background-size: contain;
    align-self: center;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 50px;
    padding-top: 25px;
}

.about-four-inner-img-3-text h2 {
    font-size: 65px;
    color: var(--twonet-text-light);
    line-height: 0.8;
    margin-bottom: 0;
}

.about-four-inner-img-3-text p {
    color: var(--twonet-text-light);
}

.about-four-info {
    padding-left: 38px;
}

.about-four-info .section-main-title {
    margin-bottom: 40px;
}

.about-four-info .list-item {
    margin-bottom: 40px;
}

.about-four-experience {
    display: flex;
    align-items: center;
}

.about-four-experience-img-list {
    padding-left: 30px;
}

.about-four-experience-img-list ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.about-four-experience-img-list ul li {
    border-radius: 50%;
    width: 35px;
}

.about-four-experience-img-list ul li img {
    width: 100%;
}

.about-four-experience-img-list ul li+li {
    margin-left: -5px;
}

.about-four-experience-img-list {
    display: flex;
    align-items: center;
}

.about-four-experience-text {
    padding-left: 10px;
    font-weight: 600;
    color: var(--twonet-dark);
}

.about-four-experience-text span {
    color: var(--twonet-primery);
}

.about-four-user-img-and-sign {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.about-four-user-img-and-sign .about-four-user-img {
    display: flex;
    align-items: center;
}

.about-four-user-img a {
    width: 80px;
    height: 80px;
    border: 1px solid var(--twonet-primery);
    border-radius: 50%;
    margin-right: 20px;
}

.about-four-user-img h6 {
    margin-bottom: 0;
}

.about-four-user-img img {
    padding: 8px;
    width: 78px;
    height: 78px;
}

.about-four-user-sign {
    margin-left: 44px;
    width: 105px;
}

/**********************
* Services-four 
**********************/
.services-four {
    padding-bottom: 130px;
}

.services-four .section-main-title h2 {
    width: 65%;
}

.services-four-box .btn-read-more,
.services-six-box .btn-read-more {
    color: var(--twonet-text);
}
.services-four-box,
.services-six-box {
    border: 1px solid transparent;
    padding: 40px 44px;
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    transition: all 0.3s;
    position: relative;
    z-index: 99;
    border-radius: 5px;
}

.services-six-box {
    background-color: var(--twonet-text-light);
    margin-top: 24px;
}

.services-six .section-main-title h2 {
    width: 60%;
}

.services-four-box:hover,
.services-six-box:hover {
    border: 1px solid var(--twonet-primery);
}

.services-four-btn .btn-read-more {
    color: var(--twonet-text);
}

.services-four-box:hover .services-four-btn a,
.services-six-box:hover .services-six-btn a {
    color: var(--twonet-primery);
}

.services-four-box:hover .services-four-btn a::after,
.services-six-box:hover .services-six-btn a::after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}

.services-four .services-four-box h3,
.services-six .services-six-box h3 {
    margin-bottom: 25px;
}

.services-four .services-four-box i,
.services-six .services-six-box i {
    font-size: 80px;
    color: var(--twonet-primery);
    line-height: 0;
    margin-bottom: 35px;
    display: inline-block;
}

.services-four-box&gt;p,
.services-six-box&gt;p {
    margin-bottom: 35px;
    color: var(--twonet-text);
}

.services-four .services-four-bottom p,
.services-six .services-six-bottom p {
    margin-top: 50px;
}

.services-four .services-four-bottom p a,
.services-six .services-six-bottom p a {
    color: var(--twonet-primery);
    font-weight: 700;
}

/********************* 
* Plan-four 
*********************/
.plan-four {
    margin-bottom: -100px;
    position: relative;
    z-index: 999;
}

.plan-four-inner {
    background-color: var(--twonet-primery);
    padding: 40px 40px;
}

.plan-four-details {
    padding: 0 30px;
}

.plan-four-details-title {
    display: flex;
    margin-bottom: 20px;
}

.plan-four-details-title i {
    font-size: 40px;
}

.plan-four-details-title h3 {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 35px;
    color: var(--twonet-text-light);
}

.plan-four-details-text p {
    color: var(--twonet-text-light);
}

/*************************
* Package-four 
*************************/
.package-four {
    padding-top: 209px;
    padding-bottom: 150px;
    background-color: #F9F9FC;
    position: relative;
    overflow: hidden;
}

.package-four .section-main-title {
    margin-bottom: 0;
}

.package-four .container {
    position: relative;
    z-index: 9;
}

.package-four-shape-1,
.pricing-package-one-shape-10,
.services-five-shape-1 {
    position: absolute;
    background: url(../images/shapes/faq-two-shape-1.png)no-repeat;
    background-size: contain;
    width: 605px;
    height: 720px;
    bottom: -205px;
    left: 0;
    z-index: -1;
}

.package-four-shape-2,
.pricing-package-one-shape-11,
.services-whychoose-shape-1 {
    position: absolute;
    background: url(../images/shapes/movies-two-one-shape-1.png)no-repeat;
    background-size: contain;
    width: 605px;
    height: 720px;
    top: -200px;
    right: 0;
}

.package-four-single {
    margin: 50px 15px;
    padding: 40px 45px;
    background-color: var(--twonet-text-light);
    box-shadow: 0 0 15px 1px #63636315;
    position: relative;
}

.package-four-single::after {
    position: absolute;
    content: "";
    width: 84px;
    height: 75px;
    top: 40px;
    right: 45px;
    background: url(../images/resources/package-four-Icon.png)no-repeat;
    background-size: contain;
    z-index: 9;
}

.package-four-single h4 span {
    font-size: 22px;
    color: var(--twonet-primery);
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid var(--twonet-primery);
    line-height: 0.9;
}

.package-four-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.package-four-title h3 {
    margin-bottom: 0;
}

.package-four-title i {
    font-size: 55px;
    margin-right: 10px;
    color: var(--twonet-primery);
}

.package-four-title i::before {
    color: var(--twonet-primery);

}

.package-four-text {
    margin-bottom: 40px;
}

.package-four-text span {
    color: var(--twonet-primery);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid var(--twonet-primery);
    line-height: 0.9;
}

.package-four-single .list-item {
    margin-bottom: 0;
}

.package-four-single h4 {
    margin-bottom: 25px;
}


.testimonial-four .owl-theme .owl-dots,
.testimonial-five .owl-theme .owl-dots {
    position: absolute;
    bottom: -40px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.package-four .owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-six .owl-theme .owl-dots {
    position: absolute;
    bottom: -90px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.package-four .owl-theme .owl-dots button,
.testimonial-four .owl-theme .owl-dots button,
.testimonial-five .owl-theme .owl-dots button,
.testimonial-six .owl-theme .owl-dots button {
    padding: 0px !important;
    margin: 5px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.package-four .owl-theme .owl-dots button.active,
.testimonial-four .owl-theme .owl-dots button.active,
.testimonial-five .owl-theme .owl-dots button.active,
.testimonial-six .owl-theme .owl-dots button.active {
    border: 1px solid var(--twonet-primery);
}

.package-four .owl-theme .owl-dots button span,
.testimonial-four .owl-theme .owl-dots button span,
.testimonial-five .owl-theme .owl-dots button span,
.testimonial-six .owl-theme .owl-dots button span {
    background: #ff174950 !important;
    margin: 5px 5px;

}

.package-four .owl-theme .owl-dots .owl-dot.active span,
.testimonial-four .owl-theme .owl-dots .owl-dot.active span,
.testimonial-five .owl-theme .owl-dots .owl-dot.active span,
.testimonial-six .owl-theme .owl-dots .owl-dot.active span {
    background: var(--twonet-primery) !important;
}

/************************
* Joinus-four
************************/
.joinus-four {
    background-color: var(--twonet-secondary);
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.joinus-four-shape-1 {
    position: absolute;
    width: 145px;
    height: 130px;
    background: url(../images/shapes/joinus-four-shape-1-img.png)no-repeat;
    background-size: contain;
    left: 68px;
    top: 75px;
    z-index: 9;
    animation: 12s linear infinite running shape-1-scales;
}

.joinus-four-shape-2 {
    position: absolute;
    width: 74px;
    height: 71px;
    background: url(../images/shapes/about-four-icon-1.png)no-repeat;
    background-size: contain;
    left: 139px;
    bottom: 112px;
    z-index: 9;
    animation: 10s linear infinite running banner-three-img-3-move;
}

.joinus-four-shape-3 {
    position: absolute;
    background: url(../images/shapes/banner-four-shape-img-3.png)no-repeat;
    background-size: contain;
    width: 475px;
    height: 465px;
    left: -50px;
    bottom: -110px;
    z-index: 1;
}

.joinus-four-shape-4 {
    position: absolute;
    background: url(../images/shapes/banner-four-shape-img-2.png)no-repeat;
    background-size: contain;
    width: 490px;
    height: 645px;
    top: 0;
    right: 0;
    z-index: 1;
}

.joinus-four-left,
.joinus-four-right {
    position: relative;
    z-index: 99;
}

.joinus-four-left *,
.joinus-four-right * {
    color: var(--twonet-text-light);
}

.joinus-four-left .section-title&gt;span {
    color: var(--twonet-text-light);
}

.joinus-four-left .section-main-title-primery {
    color: var(--twonet-primery);
}

.joinus-four-left .section-main-title {
    margin-bottom: 58px;
}

.joinus-four-left .section-main-title h2 {
    margin-bottom: 50px;
}

.joinus-four-left-details {
    display: flex;
    margin-bottom: 48px;
    align-items: center;
}

.joinus-four-left-details .joinus-four-icon {
    animation: 5s linear infinite running banner-details-icon-move;
}

.joinus-four-left-details p {
    font-size: 18px;
    font-weight: 500;
}

.joinus-four-left-details p span {
    display: inline-block;
    color: var(--twonet-primery);
    padding-left: 15px;
    font-size: 30px;
    margin-bottom: 0 !important;
}

.joinus-four-right-img {
    width: 570px;
    height: 515px;
    position: relative;
}

.joinus-four-right-img img {
    width: 100%;
    border-radius: 250px;
}

.joinus-four-right-img-icon {
    position: absolute;
    top: 0;
    left: 10px;
    width: 115px;
    height: 120px;
    background: url(../images/shapes/about-four-two-shape-img-2.png)no-repeat;
    background-size: contain;
    z-index: 99;
    animation: 2s linear infinite running shape-2-scales;
}

.joinus-four-right-img-icon h2 {
    margin-bottom: 0;
    line-height: 0.8;
    padding-top: 30px;
}

/****************************
* Pricing-package-four
****************************/
.pricing-package-four {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    background: var(--twonet-neutral);
    z-index: 0;
}

.pricing-package-four-shape-1,
.pricing-package-four-shape-2,
.pricing-package-four-shape-3,
.pricing-package-four-shape-4,
.pricing-package-four-shape-5,
.pricing-package-four-shape-6,
.pricing-package-four-shape-7,
.pricing-package-four-shape-8,
.pricing-package-four-shape-9 {
    position: absolute;
}

.pricing-package-four-shape-1 {
    background: url(../images/shapes/pricing-package-one-shape-1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 12%;
    left: 24%;
    z-index: -1;
    animation: 12s linear infinite running shape-1-scales;

}

.pricing-package-four-shape-2 {
    border: 2px solid rgba(46, 39, 39, 0.15);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 60%;
    left: 10%;
    z-index: -1;
    animation: 5s linear infinite running shape-2-scales;
}

.pricing-package-four-shape-3 {
    background: url(../images/shapes/pricing-package-one-shape-3.png) no-repeat;
    background-size: contain;
    width: 99px;
    height: 106px;
    top: 18%;
    right: 7%;
    z-index: -1;
    animation: 5s linear infinite running shape-3-scales;
}

.pricing-package-four-shape-4 {
    background: url(../images/shapes/pricing-package-one-shape-1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 54%;
    right: 7%;
    z-index: -1;
    animation: 1s linear infinite running shape-2-scales;
}

.pricing-package-four-shape-5 {
    border: 2px solid rgba(46, 39, 39, 0.15);
    width: 20px;
    height: 20px;
    bottom: 25%;
    right: 12%;
    border-radius: 50%;
    z-index: -1;
    animation: 2s linear infinite running shape-5-scales;
}

.pricing-package-four-shape-6 {
    background: url(../images/shapes/pricing-package-one-shape-6.png) no-repeat;
    background-size: contain;
    width: 86px;
    height: 93px;
    bottom: 8%;
    right: 7%;
    z-index: -1;
    animation: 10s linear infinite running shape-6-scales;
}

.pricing-package-four-shape-7 {
    border: 1px solid rgba(52, 52, 52, .15);
    border-radius: 50%;
    width: 497px;
    height: 497px;
    top: 14%;
    right: 0;
    z-index: -1;
    animation: 5s linear infinite running shape-7-scales;
}


.pricing-package-four-shape-8 {
    background: url(../images/shapes/package-one-shape-8.png) no-repeat;
    background-size: contain;
    width: 89px;
    height: 63px;
    top: 20%;
    left: 5%;
    z-index: -1;
    animation: 10s linear infinite running shape-8-scales;
}


.pricing-package-four-shape-9 {
    background: url(../images/shapes/package-one-shape-9.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 83px;
    bottom: 18%;
    left: 4%;
    z-index: -1;
    animation: 10s linear infinite running shape-3-scales;
}


.pricing-package-four .section-main-title h2 {
    width: 55%;
}

.pricing-package-four .section-title h2 span {
    color: var(--twonet-primery);
    font-size: 45px;
}

.pricing-package-four-box {
    padding: 40px 40px;
    border-radius: 15px;
    background-color: var(--twonet-text-light);
    border: 1px solid transparent;
    position: relative;
    transition: all 0.5s;
    margin-top: 20px;
    border: 1.5px solid transparent;
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
}

.pricing-package-four-box .box-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.pricing-package-four-box .box-title span {
    color: var(--twonet-primery);
    display: block;
    font-size: 16px;
}

.pricing-package-four-box .box-title h5 {
    margin-bottom: 10px;
}

.pricing-package-four-box .box-icon i {
    font-size: 70px;
    display: inline-block;
    line-height: 1;
    color: var(--twonet-primery);
}

.pricing-package-four-box .box-item-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pricing-package-four-box:hover {
    border: 1.5px solid var(--twonet-border-light);
}

.pricing-package-four-box:hover .btn-transparent {
    color: var(--twonet-text-light);
    border: 1px solid var(--twonet-primery);
}

.pricing-package-four-box:hover .btn-transparent::before {
    width: 100%;
}

.pricing-package-four-box:hover .btn-transparent i::before {
    color: var(--twonet-text-light);
}

.pricing-package-four-box .box-item-list li+li {
    padding-top: 20px;
}

.pricing-package-four-box .box-item-list li {
    font-weight: 500;
    color: var(--twonet-text);
}

.pricing-package-four-box .box-item-list li i {
    padding-right: 7px;
    font-size: 12px;
}

.box-item-list li span {
    color: var(--twonet-primery);
}

.pricing-package-four-box .box-price {
    display: flex;
    align-items: end;
}

.pricing-package-four-box .box-price h3 {
    color: var(--twonet-primery);
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 800;
    transition: all 0.5s;
    line-height: 0.9;
}

.pricing-package-four-box .box-price span:first-child {
    color: var(--twonet-primery);
}

.pricing-package-four-box .box-title span {
    transition: all 0.5s;
}

.pricing-package-four-box .box-price span {
    color: var(--twonet-text);
    transition: all 0.5s;
}

.pricing-package-four-box .box-btn {
    margin-bottom: 50px;
}

/*********************
* About-four-two
*********************/
.about-four-two {
    padding-top: 130px;
    padding-bottom: 130px;
}

.about-four-two-info {
    padding-left: 70px;
}

.about-four-two-info .about-four-two-play-btn {
    margin-bottom: 40px;
}

.about-four-two-info .about-four-two-play-btn a {
    width: 65px;
    height: 65px;
    background-color: #ff174930;
    border-radius: 50%;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.about-four-two-info .about-four-two-play-btn i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-primery);
}

.about-four-two-info .list-item {
    margin-bottom: 40px;
}

.about-four-two-img-1 img,
.about-four-two-img-2 img {
    width: 100%;
}

.about-four-two-img-1&gt;img {
    border-radius: 200px;
}

.about-four-two-img-1 {
    position: relative;
}

.about-four-two-shape {
    position: absolute;
    background: url(../images/shapes/about-four-two-shape-img-1.png)no-repeat;
    background-size: contain;
    width: 115px;
    height: 118px;
    top: 40%;
    left: -55px;
    animation: 5s linear infinite running shape-3-scales;
}

.about-four-two-shape img {
    width: 115px;
    height: 115px;
    margin-top: -10px;
}

.about-four-two-shape .package-three-text {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 20px;
}

.about-four-two-shape .package-three-text h2 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 0.9;
    color: var(--twonet-text-light);
}




.popular-movie-four,
.team-five {
    position: relative;
}

.popular-movie-four-shape-1,
.team-five-shape-1 {
    position: absolute;
    width: 644px;
    height: 501px;
    z-index: 0;
    background: url(../images/shapes/footer-main-shape-1.png)no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.popular-movie-four-shape-2,
.team-five-shape-2 {
    position: absolute;
    width: 644px;
    height: 401px;
    z-index: 0;
    background: url(../images/shapes/footer-main-shape-2.png)no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

/*************************
* Testimonial-four
*************************/
.testimonial-four {
    padding-top: 100px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden;

}

.testimonial-five {
    padding-top: 150px;
    padding-bottom: 240px;
    position: relative;
    overflow: hidden;
    background-color: var(--twonet-neutral);

}

.testimonial-five-shape-1,
.testimonial-six-shape-1 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape.png) no-repeat;
    background-size: contain;
    width: 1575px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.testimonial-four-shape-1 {
    position: absolute;
    background: url(../images/shapes/testimonial-one-shape.png) no-repeat;
    background-size: contain;
    width: 1500px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.testimonial-four-shape-2 {
    position: absolute;
    background: url(../images/shapes/testimonial-four-shape-img-1.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 0;
    z-index: 1;
}

.testimonial-four-shape-2 img {
    animation: 4s linear infinite running banner-three-img-3-move;
}

.testimonial-four .section-main-title,
.testimonial-five .section-main-title {
    margin-bottom: 20px;
}

.testimonial-four .container,
.testimonial-five .container {
    position: relative;
    z-index: 999;
}

.testimonial-four-info,
.testimonial-five-info {
    margin: 30px 15px;
    padding: 30px 35px 45px;
    background-color: var(--twonet-text-light);
    box-shadow: 0 0 15px 0px #63636315;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.testimonial-four-info-shape-1,
.testimonial-five-info-shape-1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.testimonial-four-info-shape-2,
.testimonial-five-info-shape-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.testimonial-four-info-shape-1 svg path,
.testimonial-four-info-shape-2 svg path,
.testimonial-five-info-shape-1 svg path,
.testimonial-five-info-shape-2 svg path {
    transition: all 0.5s;
    fill: var(--twonet-secondary);
}

.testimonial-four-info:hover .testimonial-four-info-shape-1 svg path,
.testimonial-four-info:hover .testimonial-four-info-shape-2 svg path,
.testimonial-five-info:hover .testimonial-five-info-shape-1 svg path,
.testimonial-five-info:hover .testimonial-five-info-shape-2 svg path {
    fill: var(--twonet-primery);
}

.testimonial-four-ratting,
.testimonial-five-ratting {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-four-ratting&gt;i,
.testimonial-five-ratting&gt;i {
    font-size: 35px;
    line-height: 0.8;
    color: var(--twonet-primery);
    padding-right: 15px;
}

.testimonial-four-ratting .star&gt;i+i,
.testimonial-five-ratting .star&gt;i+i {
    padding-left: 7px;
}

.testimonial-four-ratting .star&gt;i,
.testimonial-five-ratting .star&gt;i {
    font-size: 14px;
    color: var(--twonet-primery);
}

.testimonial-four-detais p,
.testimonial-five-detais p {
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: -0.2px;
}

.testimonial-four-detais span,
.testimonial-five-detais span {
    font-size: 12px;
    padding-left: 7px;
    margin-top: 5px;
}

.testimonial-four-img,
.testimonial-five-img {
    display: flex;
    width: 275px;
    list-style: none;
    align-items: center;
    padding: 13px 25px 13px 15px;
    background-color: var(--twonet-text-light);
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 11px 20px -10px rgba(204, 204, 204, 0.5), 0px -11px 20px -10px rgba(204, 204, 204, 0.5);
}

.testimonial-four-img img,
.testimonial-five-img img {
    margin-right: 15px;
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
}

.testimonial-four-img h6,
.testimonial-five-img h6 {
    margin-bottom: 0;
}

/***********************
* Blog-four
***********************/
.blog-four {
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: var(--twonet-neutral);
    position: relative;
}

.blog-four-shape-1 {
    position: absolute;
    background: url(../images/shapes/blog-four-shape-img-1.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
    animation: 8s linear infinite running banner-three-img-4-scales;
}

.blog-four-shape-2 {
    position: absolute;
    background: url(../images/shapes/blog-four-shape-img-4.png)no-repeat;
    background-size: contain;
    width: 439px;
    height: 682px;
    bottom: -181px;
    right: 0px;
    z-index: 1;
}

.blog-four-shape-1 img {
    margin-left: 40px;
    margin-top: 40px;
}

.blog-four-shape-3 {
    position: absolute;
    background: url(../images/shapes/testimonial-four-shape-img-3.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    top: -80px;
    right: 0;
    z-index: 9;
    animation: 8s linear infinite running banner-three-img-4-scales;
}

.blog-four-shape-3 img {
    margin-top: 50px;
    margin-left: 30px;
    animation: 8s linear infinite running shape-3-scales;
}

.blog-four .section-main-title {
    margin-bottom: 90px;
}

.blog-four .section-main-title h2 {
    margin-bottom: 30px;
}

.blog-four-img {
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s;
}

.blog-four-img img {
    width: 100%;
    transition: all 0.3s;
}

.blog-four-img .blog-four-img-inner {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--twonet-primery);
    right: -10px;
    top: 50%;
    transform: translateY(-100%);
    border-radius: 6px;
    padding-top: 8px;
}

.blog-four-img-inner span {
    display: inline-block;
    color: var(--twonet-text-light);
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.2px;
}

.blog-four-img-inner h6 {
    margin-bottom: 0;
    color: var(--twonet-text-light);
}

.blog-four-single {
    margin: 30px 15px;
    padding: 30px 20px;
    background-color: var(--twonet-text-light);
    box-shadow: 0 0 15px 0px #63636315;
}

.blog-four-single-title {
    padding: 0 15px;
}

.blog-four-single-title .blog-four-title {
    margin-bottom: 10px;
    line-height: 1;
}

.blog-four-single-title .blog-four-title span {
    color: var(--twonet-primery);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.2px;
}

.blog-four-single-title h4 {
    margin-bottom: 25px;
    transition: all 0.3s;
}

.blog-four-single-title h4 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 81%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
    letter-spacing: -1px;
}

.blog-four-single:hover .blog-four-single-title h4 a {
    background-size: 100% 1px;
}

.blog-four-single:hover ul li:last-child a {
    color: var(--twonet-primery);
}

.blog-four-single ul {
    padding: 0 15px;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between;
}

.blog-four-single ul li p {
    color: var(--twonet-text);
    letter-spacing: -0.2px;
    font-weight: 700;
}

.blog-four-single ul li i {
    padding-right: 7px;
    color: var(--twonet-primery);
}

.blog-four-single .btn-read-more {
    color: var(--twonet-text);
}

.blog-four-single:hover .btn-read-more::after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}






.blog-four .owl-theme .owl-nav {
    position: absolute;
    left: -52%;
    top: 75%;
}

.blog-four .owl-theme .owl-nav i {
    width: 15px;
    height: 15px;
}

.blog-four .owl-theme .owl-nav [class*=owl-] {
    color: var(--twonet-text);
}

.blog-four .owl-carousel .owl-nav button.owl-prev,
.blog-four .owl-carousel .owl-nav button.owl-next {
    padding: 15px !important;
    border-radius: 50%;
    display: inline-flex;
    border: 1px solid var(--twonet-link-light);
    transition: all 0.3s;
}

.blog-four .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: var(--twonet-primery);
    text-decoration: none;
    border: 1px solid var(--twonet-primery);
}

/************************
* Brand-four 
*************************/
.brand-four,
.brand-five {
    position: relative;
    z-index: 199;
    margin-top: -110px;
}

.brand-four-inner {
    margin-left: -90px;
    margin-right: -90px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 999;
}

.brand-five-inner {
    margin-left: -90px;
    margin-right: -90px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--twonet-neutral);
    position: relative;
    z-index: 999;
}

.brand-four .section-title,
.brand-five .section-title {
    margin-bottom: 35px;
}

.brand-four .section-title h6,
.brand-five .section-title h6 {
    color: var(--twonet-secondary);
    margin-bottom: 0;
}

.brand-four .section-title h6 span,
.brand-five .section-title h6 span {
    color: var(--twonet-primery);
    font-weight: 800;
}

.brand-four .brand-four-inner .row,
.brand-five .brand-five-inner .row {
    margin-left: 30px;
    margin-right: 30px;
}

.brand-four-inner::after,
.brand-five-inner::after {
    content: "";
    position: absolute;
    width: 96%;
    height: 20px;
    background-color: #333333;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.brand-four-inner::before,
.brand-five-inner::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 10px;
    background-color: #515151;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/****************************
* Page-header 
*****************************/
.page-header {
    position: relative;
    display: block;
    background-color: #040404;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
}

.page-header-bg {
    position: absolute;
    background: url(../images/background/page-header-bg-1.jpg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .35;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.page-header-inner h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 48px;
    color: var(--twonet-text-light);
    margin-bottom: 0;
}

.page-header-inner-title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 35px;
}

.page-header-inner-title li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color: var(--twonet-text-light);
    transition: all 500ms ease;
}

.page-header-inner-title li a:hover {
    color: var(--twonet-primery);
}

.page-header-inner-title li+li {
    margin-left: 35px;
}

.page-header-inner-title li {
    position: relative;
    display: inline-block;
    font-weight: 500;
    transition: all 500ms ease;
}

.page-header-inner-title li h4 {
    color: var(--twonet-primery);
    margin-bottom: 0;
    line-height: 0.8;
    border-bottom: 1px solid var(--twonet-primery);
}

.arrow-right {
    position: relative;
}

.arrow-right::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--twonet-text-light);
    border-right: 2px solid var(--twonet-text-light);
    top: 50%;
    right: -20px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.progress-one {
    padding-top: 130px;
    position: relative;
}

.progress-one .section-main-title {
    width: 90%;
}

.progress-one-right&gt;p {
    margin-bottom: 40px;
}

.progress-one-right .list-item li+li {
    margin-top: 12px;
}

.progress-one-inner {
    margin-top: 100px;
}

.progress-one-details {
    padding: 16px 0;
}

.progress-one-details-text p {
    font-weight: 500;
}

.progress-one-details-title h3&gt;span {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 36px;
}

.progress-one-details-title h3 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 54px;
}

.progress-one-details-title span {
    font-size: 40px;
    padding-right: 10px;
}

.progress-one-details-title span::before {
    color: var(--twonet-primery);
}

.progress-one-details-title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.progress-one-inner .col-xl-3:not(:last-child) {
    padding-right: 73px;
}

.progress-one-inner .col-xl-3+.col-xl-3 {
    border-left: 2px solid #e7e7e7;
    padding-left: 66px;
}

.whychoose-five {
    padding-top: 130px;
}

.whychoose-five-images {
    position: relative;
}

.whychoose-five-inner-shape {
    position: absolute;
    background: url(../images/shapes/whychoose-five-inner-shape-img.png)no-repeat;
    background-size: contain;
    width: 578px;
    height: 538px;
    top: -8px;
    left: -88px;
    z-index: -1;
    animation: 45s linear infinite running package-one-img-1-rotate;
}

.whychoose-five-img-1 {
    display: flex;
    align-items: end;
}

.whychoose-five-img-2 {
    display: flex;
    margin-top: 20px;
    margin-left: -50px;
}

.whychoose-five-inner-img-1 {
    width: 270px;
    height: 295px;
}

.whychoose-five-inner-img-1 img,
.whychoose-five-inner-img-4 img {
    width: 100%;
}

.whychoose-five-box .row&gt;* {
    padding: 0 12px;
}

.whychoose-five-box {
    margin-left: -20px;
}

.whychoose-five-list-item {
    padding-left: 0;
    list-style: none;
}

.whychoose-five-list-item .list-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.whychoose-five-list-item li i::before {
    color: var(--twonet-text-light);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-five-list-item li i {
    position: relative;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    background-color: var(--twonet-primery);
}

.whychoose-five-list-item li p {
    font-size: 18px;
    font-weight: 400;
}

.whychoose-five-list-item li h5 {
    margin-bottom: 0;
}

.whychoose-five-list-item li+li {
    margin-top: 50px;
}

.whychoose-five-inner-img-2 {
    margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
}

.whychoose-five-inner-img-2&gt;img {
    width: 155px;
    height: 180px;
    border-radius: 100px;

}

.whychoose-five-inner-img-2-text {
    position: absolute;
    width: 114px;
    height: 115px;
    top: -90px;
    right: -30px;
}

.whychoose-five-inner-img-3-text {
    position: relative;
    width: 114px;
    height: 115px;
    margin-top: 30px;
}

.whychoose-five-inner-img-2-text img,
.whychoose-five-inner-img-3-text img {
    width: 100%;
}

.whychoose-five-inner-img-2-text .offer,
.whychoose-five-inner-img-3-text .quality {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.whychoose-five-inner-img-2-text .offer h2,
.whychoose-five-inner-img-3-text .quality h2 {
    font-size: 45px;
    margin-bottom: 0;
    color: var(--twonet-text-light);
    line-height: 0.8;
}

.whychoose-five-inner-img-2-text .offer h2 span {
    font-size: 18px;
}

.whychoose-five-inner-img-2-text .offer p,
.whychoose-five-inner-img-3-text .quality p {
    color: var(--twonet-text-light);
    font-size: 20px;
}

.whychoose-five-inner-img-4 {
    width: 270px;
    height: 205px;
    margin-left: 30px;
}

.joinus-five {
    padding-top: 155px;
    position: relative;
    z-index: 999;
}

.joinus-five-info {
    padding: 40px 90px;
    background-color: var(--twonet-primery);
    margin-left: -90px;
    margin-right: -90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.joinus-five-left *,
.joinus-five-right * {
    color: var(--twonet-text-light);
}

.joinus-five-left-inner .section-title span {
    color: var(--twonet-text-light);
}

.joinus-five-left .section-title {
    margin-bottom: 10px;
}

.joinus-five-left .section-main-title {
    margin-bottom: 0;
}


.joinus-five-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.joinus-five-left-details {
    display: flex;
    margin-left: 100px;
}

.joinus-five-left-details .text p {
    font-weight: 400;
}

.joinus-five-left-details .text p span {
    color: var(--twonet-text-light);
    margin-bottom: 0;
    display: inline-block;
    padding-left: 15px;
    font-size: 30px;
    line-height: normal;
}

.joinus-five-right-btn .btn-bg-primary {
    background-color: var(--twonet-text-light);
    color: var(--twonet-secondary);
    transition: all 0.3s;
    font-weight: 700;
}

.joinus-five-right-btn .btn-bg-primary:hover {
    color: var(--twonet-text-light);
}

.joinus-five-right-btn .btn-bg-primary i::before {
    color: var(--twonet-secondary);
}

.joinus-five-right-btn .btn-bg-primary:hover i::before {
    color: var(--twonet-text-light);
}

/************************
* Team-five 
************************/
.team-five {
    margin-top: -92px;
    padding-top: 222px;
    padding-bottom: 130px;
    background-color: var(--twonet-secondary);
}

.team-six {
    margin-top: 130px;
}

.team-five .section-title span,
.team-five .section-main-title h2 {
    color: var(--twonet-text-light);
}

.team-five-single {
    padding: 0 20px;
    position: relative;
    z-index: 99;
}

.team-five-single::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 225px;
    background-color: var(--twonet-bg-light);
    border-radius: 10px;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}

.team-five-img-box {
    position: relative;
}

.team-five-img img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s;
}

.team-five-content {
    padding: 30px 0;
}

.team-five-content h5 {
    margin-bottom: 0;
}

.team-five-content h5 a {
    text-decoration: none;
    color: var(--twonet-text-light);
    transition: all 0.3s;
    line-height: 30px;
}

.team-five-content p {
    color: var(--twonet-text-light);
    opacity: 0.65;
    font-weight: 400;
    transition: all 0.3s;
}

.team-five-social {
    position: absolute;
    display: flex;
    list-style: none;
    padding-left: 0;
    background-color: var(--twonet-primery);
    border-radius: 5px;
    padding: 7px 7px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(0.0);
    transition: all 0.3s;
}

.team-five-social li a {
    padding: 0px 10px;
}

.team-five-social li a i {
    color: var(--twonet-text-light);
    transition: all 0.3s;
}

.team-five-social li a:hover i {
    color: var(--twonet-link-light);
}

.team-five-single:hover .team-five-img img {
    filter: brightness(0.8);
}

.team-five-single:hover .team-five-social {
    transform: translateX(-50%) scale(1.0);
}

.team-five-single:hover::after {
    background-color: var(--twonet-text-light);
}


.team-five-single:hover .team-five-content h5 a {
    color: var(--twonet-dark);
}

.team-five-single:hover .team-five-content p {
    color: var(--twonet-text);
}

/**********************
* About-five 
**********************/
.about-five {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}

.about-five-shape {
    position: absolute;
    background: url(../images/resources/about-five-shape.png) no-repeat;
    background-size: contain;
    width: 455px;
    height: 450px;
    bottom: 0;
    left: 0;
}

.about-five-info .section-main-title h2,
.about-four-info .section-main-title h2 {
    margin-bottom: 35px;
}

.about-five .section-main-title p span,
.about-four .section-main-title p span {
    border-bottom: 1px solid var(--twonet-text-dark) !important;
    display: inline-block;
    line-height: 0.9;
    font-size: 16px;
}

.about-five-details {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px;
}

.about-five-details li {
    padding: 25px 25px 18px 25px;
    background-color: var(--twonet-neutral);
    transition: all 0.3s;
    border-radius: 5px;
}

.about-five-details li h6 {
    margin-bottom: 0;
}

.about-five-details li h6 a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.about-five-details li+li {
    margin-left: 20px;
}

.about-five-details li:hover {
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.10);
}

.about-five-details li i {
    font-size: 50px;
    color: var(--twonet-primery);
}

.about-five-img {
    position: relative;
    width: 455px;
    height: 100%;
    z-index: 999;
    margin-left: auto;

}

.about-five-img-2 {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/shapes/about-one-inner-img-6.png)no-repeat;
    background-size: contain;
    top: 46%;
    left: -7%;
    z-index: 3;
    animation: 3s linear infinite running about-five-img-4-scales;

}

.about-five-img-3 {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/shapes/about-one-inner-img-4.png)no-repeat;
    background-size: contain;
    top: 20%;
    left: -2%;
    z-index: 4;
    animation: 3s linear 0.5s infinite running about-five-img-4-scales;

}

.about-five-img-4 {
    position: absolute;
    width: 58px;
    height: 58px;
    background: url(../images/shapes/about-one-inner-img-5.png)no-repeat;
    background-size: contain;
    top: 0;
    left: 25%;
    z-index: 4;
    animation: 3s linear 1s infinite running about-five-img-4-scales;
}



.about-five-img-5 {
    position: absolute;
    width: 86px;
    height: 93px;
    background: url(../images/shapes/pricing-package-one-shape-6.png)no-repeat;
    background-size: contain;
    top: 0;
    left: 70%;
    z-index: 5;
    animation: 3s linear 1.5s infinite running about-five-img-4-scales;
}

.about-five-img-6 {
    position: absolute;
    width: 62px;
    height: 62px;
    background: url(../images/shapes/about-one-inner-img-7.png)no-repeat;
    background-size: contain;
    top: 43%;
    right: -6%;
    z-index: 6;
    animation: 3s linear 2s infinite running about-five-img-4-scales;
}





.about-six {
    padding-top: 130px;
    padding-bottom: 100px;
}

.about-six-box {
    background-color: var(--twonet-neutral);
    padding: 10px;
}

.about-six-box-video img,
.popular-movie-video-six-box-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-six-box-video,
.popular-movie-video-six-box-video {
    position: relative;
}

.about-six-box-video-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000050;
    box-shadow: inset 0px 0px 0px 0px transparent, inset 0px -74px 80px 0px #000;
}

.about-six-box-video-inner,
.popular-movie-video-six-box-video-inner,
.movie-video-six-box-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-six-box-video-inner .video-play-btn,
.popular-movie-video-six-box-video-inner .video-play-btn,
.movie-video-six-box-btn .video-play-btn {
    width: 60px;
    height: 60px;
    background-color: var(--twonet-primery);
    position: relative;
    border-radius: 50%;
}

.about-six-box-video-inner .video-play-btn i,
.popular-movie-video-six-box-video-inner .video-play-btn i,
.movie-video-six-box-btn .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-text-light);
    font-size: 14px;
}

.about-six-box-video-inner a::after,
.popular-movie-video-six-box-video-inner a::after,
.movie-video-six-box-btn a::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    animation: 4s linear infinite running btn-scales;
}

.about-six-box-video-timer,
.popular-movie-video-six-box-video-timer {
    position: absolute;
    width: 80%;
    left: 50px;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.about-six-box-video-timer p,
.popular-movie-video-six-box-video-timer p {
    color: var(--twonet-text-light);
    margin-bottom: 0;
}

.about-six-box-video-timer p i,
.popular-movie-video-six-box-video-timer p i {
    color: var(--twonet-primery);
    padding-right: 15px;
}

.about-six-box-video-timer a,
.popular-movie-video-six-box-video-timer a {
    color: var(--twonet-text-light);
    text-decoration: none;
}

.about-six-box-video-timer a i,
.popular-movie-video-six-box-video-timer a i {
    color: var(--twonet-primery);
    padding-right: 7px;
}

.about-six-box-info {
    padding-left: 56px;
}

.about-six-box-info-title {
    padding: 0;
    margin-bottom: 30px;
}

.about-six-box-info-title li:first-child {
    border: 1px solid var(--twonet-dark);
    padding: 8px 9px 8px 9px;
    border-radius: 4px;
    color: var(--twonet-dark);
}

.about-six-box-info-title li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.about-six-box-info-title li+li {
    position: relative;
    margin-left: 50px;
    padding: 7px;
    border-radius: 4px;
    background-color: var(--twonet-primery);
    color: var(--twonet-text-light);
}

.about-six-box-info-title li+li::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--twonet-primery);
}

.about-six-box-info .section-main-title span {
    border-bottom: 1px solid var(--twonet-primery) !important;
    display: inline-block;
    line-height: 0.9;
    font-size: 16px;
    color: var(--twonet-primery);
}

.about-six-box-info-detail {
    margin-bottom: 35px;
}

.about-six-box-info-detail li+li {
    padding-top: 10px;
}

.about-six-box-info-detail li p {
    color: var(--twonet-text);
    font-size: 16px;
    font-weight: 600;
}

.about-six-box-info-detail li p span {
    color: var(--twonet-primery);
}

.about-six-box-info-detail li:first-child p span {
    padding-right: 20px;
}

.about-six-box-info-detail li:last-child p span {
    padding-right: 8px;
}

.about-six-box-info .section-main-title {
    margin-bottom: 20px;
}

.about-six-box-info .section-main-title h2 {
    margin-bottom: 30px;
}

.about-six-box-info .section-main-title p {
    color: var(--twonet-text);
    font-size: 16px;
}

/**************************
* Popular-movie-six
**************************/
.popular-movie-six,
.comingsoon-popular-movie-six {
    padding-bottom: 130px;
}

.popular-movie-six-box,
.comingsoon-popular-movie-six-box {
    position: relative;
}

.popular-movie-six-img {
    position: relative;
    overflow: hidden;
}

.comingsoon-popular-movie-six-img {
    position: relative;
    overflow: hidden;
}

.popular-movie-six-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.comingsoon-popular-movie-six-img img {
    width: 100%;
    object-fit: cover;
}

.popular-movie-six-img-inner {
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 23, 73, .8);
    display: flex;
    transition: all 0.3s;
    opacity: 0;
}

.comingsoon-popular-movie-six .comingsoon-popular-movie-six-img-inner {
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    display: flex;
    transition: all 0.3s;
    opacity: 0;
}

.popular-movie-six-img-inner-link,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-img-inner-link {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popular-movie-six-img-inner .popular-movie-six-img-inner-link a {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-text-light);
    border-radius: 50%;
    position: relative;
}

.comingsoon-popular-movie-six .comingsoon-popular-movie-six-img-inner .comingsoon-popular-movie-six-img-inner-link a {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-primery);
    border-radius: 50%;
    position: relative;
}

.popular-movie-six-img-inner .popular-movie-six-play-btn i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    color: var(--twonet-primery);
}

.comingsoon-popular-movie-six .comingsoon-popular-movie-six-img-inner .comingsoon-popular-movie-six-play-btn i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    color: var(--twonet-text-light);
}

.popular-movie-six-img-inner a+a {
    margin-left: 7px;
}

.popular-movie-six-title,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popular-movie-six-box .popular-movie-six-title h6,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-box .comingsoon-popular-movie-six-title h6 {
    margin-bottom: 0;
}

.popular-movie-six-box .popular-movie-six-title h6 a,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-box .comingsoon-popular-movie-six-title h6 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
}

.popular-movie-six-box .popular-movie-six-title h6 a:hover,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-box .comingsoon-popular-movie-six-title h6 a:hover {
    background-size: 100% 1px;
}

.popular-movie-six-text,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-text {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.popular-movie-six-text li a,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-text li a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.popular-movie-six-text li+li,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-text li+li {
    padding-left: 20px;
}

.popular-movie-six-text li i,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-text li i {
    padding-right: 5px;
    color: var(--twonet-primery);
}

.popular-movie-six-text li a:hover,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-text li a:hover {
    color: var(--twonet-primery);
}

.popular-movie-six-box:hover .popular-movie-six-img-inner,
.comingsoon-popular-movie-six .comingsoon-popular-movie-six-box:hover .comingsoon-popular-movie-six-img-inner {
    width: 100%;
    opacity: 1;
}

.popular-movie-six .owl-theme .owl-nav,
.popular-movie-six .owl-theme .owl-nav,
.comingsoon-popular-movie-six .owl-theme .owl-nav,
.comingsoon-popular-movie-six .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -140px;
    right: 0;
}

.popular-movie-video-six .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -140px;
    right: 18.5%;
}

.popular-movie-six .owl-carousel .owl-nav button.owl-prev,
.popular-movie-six .owl-carousel .owl-nav button.owl-next,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-prev,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-next,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-prev,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    background: transparent;
    border: 1px solid #ff174950;
    color: var(--twonet-primery);
    transition: all 0.3s;
}

.popular-movie-six .owl-carousel .owl-nav button.owl-prev i,
.popular-movie-six .owl-carousel .owl-nav button.owl-next i,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-prev i,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-next i,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-prev i,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-next i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.popular-movie-six .owl-carousel .owl-nav button.owl-prev:hover,
.popular-movie-six .owl-carousel .owl-nav button.owl-next:hover,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-prev:hover,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-next:hover,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-prev:hover,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--twonet-primery);
}

.popular-movie-six .owl-carousel .owl-nav button.owl-prev:hover i,
.popular-movie-six .owl-carousel .owl-nav button.owl-next:hover i,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-prev:hover i,
.popular-movie-video-six .owl-carousel .owl-nav button.owl-next:hover i,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-prev:hover i,
.comingsoon-popular-movie-six .owl-carousel .owl-nav button.owl-next:hover i {
    color: var(--twonet-neutral);
}

/*****************************
* Popular-movie-video-six
*****************************/
.popular-movie-video-six {
    padding-bottom: 130px;
    position: relative;
}

.popular-movie-video-six-box {
    padding-left: 70px;
    padding-right: 70px;
}

.popular-movie-video-six-box-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    box-shadow: inset 0px 0px 0px 0px transparent, inset 0px -74px 80px 0px #000;
}

.movies-video-six-info:hover .share i::before {
    color: var(--twonet-primery);
}

.testimonial-six {
    position: relative;
    padding-top: 150px;
    padding-bottom: 240px;
    position: relative;
    overflow: hidden;
}

.page-header-bg-two {
    position: absolute;
    background: url(../images/background/page-header-bg-2.jpg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .35;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-y: 16%;
    z-index: -1;
}

/***********************
* Musical-box 
***********************/

.musical-box {
    padding-top: 130px;
    padding-bottom: 80px;
}

.musical-box-top-img {
    width: 100%;
    height: 550px;
    position: relative;
    border-radius: 20px;
}

.musical-box-top-img-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000050;
    border-radius: 20px;
}

.musical-box-top-img-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.musical-box-top-img-btn .video-play-btn {
    width: 60px;
    height: 60px;
    background-color: var(--twonet-primery);
    position: relative;
    border-radius: 50%;
    z-index: 99;
}

.musical-box-top-img-btn .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-text-light);
    font-size: 14px;
}

.musical-box-top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.musical-box-title {
    margin-top: 50px;
    margin-bottom: 27px;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.musical-box-title-inner {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

.musical-box-title-inner li+li {
    padding-left: 35px;
}

.musical-box-title-inner li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--twonet-dark);
}

.musical-box-title-inner li:nth-child(1) {
    border: 1px solid var(--twonet-dark);
    padding: 7px 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
    color: var(--twonet-dark);
}

.musical-box-title-inner li:nth-child(2) {
    position: relative;
    color: var(--twonet-text);
    font-weight: 600;
}

.musical-box-title-inner li:nth-child(2) span {
    font-size: 16px;
    line-height: 1;
    margin-left: 35px;
    padding: 7px;
    display: inline-block;
    border-radius: 4px;
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
    margin-right: 18px;
}

.musical-box-title-inner li:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--twonet-primery);
}

.musical-box-title-inner li:nth-child(3) p,
.musical-box-title-inner li:nth-child(4) a p,
.musical-box-title-inner li:last-child a p {
    color: var(--twonet-text);
    font-weight: 500;
}

.musical-box-title-inner li:nth-child(3) p i,
.musical-box-title-inner li:nth-child(4) a p i,
.musical-box-title-inner li:last-child a p i {
    color: var(--twonet-primery);
    margin-right: 12px;
}

.musical-box-title-inner li:nth-child(3) p i {
    font-size: 12px;
}

.musical-box-title-inner li:nth-child(4) a p i {
    font-size: 18px;
}

.musical-box-title-inner li:nth-child(4) a,
.musical-box-title-inner li:last-child a {
    text-decoration: none;
}





.musical-box-title-social {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    z-index: 9;
}

.musical-box-title-social li+li {
    margin-left: 7px;
}

.musical-box-title-social li+li a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .1);
    color: var(--twonet-text-light);
    border: 1px solid #67676750;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none;
}

.musical-box-title-social li a i {
    color: var(--twonet-text);
    transition: all 0.3s;
}

.musical-box-title-social li+li a:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
    border: 1px solid transparent;
}

.musical-box-title-social li+li a:hover i {
    color: var(--twonet-text-light);
}

.musical-box-title-social li:first-child a {
    text-decoration: none;
}

.musical-box-title-social li:first-child a i {
    color: var(--twonet-primery);
    font-size: 18px;
}

.musical-box-title-social li:first-child {
    margin-right: 8px;
}

.musical-box-top .section-main-title h2 {
    margin-bottom: 30px;
}

.musical-box-top .section-main-title p {
    color: var(--twonet-text);
}

.musical-box-cast {
    margin-bottom: 40px;
}

.musical-box-cast li+li {
    padding-top: 10px;
}

.musical-box-cast li p {
    font-weight: 600;
    color: var(--twonet-text);
}

.musical-box-cast li p span {
    color: var(--twonet-primery);
    padding-right: 10px;
}

.musical-box-cast li:first-child p span {
    padding-right: 20px;
}




.musical-box-info {
    padding-top: 50px;
}

.musical-box-info-img {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.musical-box-info-img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.musical-box-info-img-btn {
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ff1749cf;
    opacity: 0;
    transition: all 0.3s;
}

.musical-box-info-img-btn a {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--twonet-text-light);
    border-radius: 50%;
    transition: all 0.3s;
}

.musical-box-info-img-btn a i {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-primery);
}

.musical-box-info-img:hover .musical-box-info-img-btn {
    width: 100%;
    opacity: 1;
}

.musical-box-bottom {
    padding-top: 80px;
}

.musical-box-bottom-director {
    border-top: 3px solid var(--twonet-primery);
    padding: 40px 0 40px 50px;
    background-color: var(--twonet-neutral);
    border-radius: 0 0 10px 10px;
}

.musical-box-bottom-director img,
.starring-info img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.musical-box-bottom-director a h4,
.musical-box-bottom-starring a h4 {
    margin-bottom: 30px;
}

.musical-box-bottom-director a,
.musical-box-bottom-starring a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.musical-box-bottom-director a:hover,
.musical-box-bottom-starring a:hover {
    color: var(--twonet-primery);
}

.musical-box-bottom-director h6,
.starring-info h6 {
    display: inline-block;
    margin-bottom: 0;
}

.musical-box-bottom-starring {
    border-top: 3px solid var(--twonet-primery);
    background-color: var(--twonet-neutral);
    padding: 40px 0 40px 40px;
    border-radius: 0 0 10px 10px;
}


.musical-popular-movie {
    padding-bottom: 230px;
}

.musical-popular-movie .section-main-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
}

.musical-popular-movie .section-main-title h3 {
    font-size: 30px;
}

/**************************
* Services-whychoose 
**************************/
.services-whychoose {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.services-whychoose .section-main-title {
    margin-bottom: 26px;
}

.services-whychoose-btn {
    text-align: end;
}

.services-whychoose .whychoose-one-box {
    border-radius: 10px;
}
.services-five,
.services-five-img-box {
    position: relative;
}

.services-five-img-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0px 0px 0px 0px transparent, inset 0px -100px 80px 0px #000;
}

.services-five-img-shape&gt;img:first-child {
    position: absolute;
    width: 125px;
    height: 125px;
    bottom: 35px;
    left: 45px;
    animation: 8s linear infinite running services-five-img-shape;
}

.services-five-img-shape&gt;img+img {
    position: absolute;
    width: 35px;
    height: 25px;
    bottom: 85px;
    left: 90px;
}

.services-five .services-five-img&gt;img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.services-five-img-btn {
    position: absolute;
    bottom: 60px;
    right: 75px;
}

.services-five-img-btn .video-play-btn {
    width: 60px;
    height: 60px;
    background-color: var(--twonet-text-light);
    position: relative;
    border-radius: 50%;
    z-index: 99;
}

.services-five-img-btn a::after,
.services-five-img-btn a::before,
.musical-box-top-img-btn a::after,
.musical-box-top-img-btn a::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: 9;
}

.services-five-img-btn a::after,
.musical-box-top-img-btn a::after {
    animation: 4s linear infinite running btn-scales;
}

.services-five-img-btn a::before,
.musical-box-top-img-btn a::before {
    animation: 4s linear 2s infinite running btn-scales;
}

.services-five-img-btn .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-primery);
    font-size: 14px;
}

.services-five-img-watch-trailer {
    position: absolute;
    right: -0.5px;
    bottom: 0;
    width: 185px;
    height: 165px;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: var(--twonet-primery);
    z-index: 1;
}

.services-five-img-watch-trailer a {
    color: var(--twonet-text-light);
    text-decoration: none;
    position: absolute;
    z-index: 99;
    bottom: 40px;
    right: 15px;
    transform: rotate(-45deg);
}

.services-five {
    padding-bottom: 130px;
}

.services-five-right {
    padding-left: 78px;
}

.services-five-right .section-main-title h2 {
    margin-bottom: 35px;
}

.services-five-right .section-main-title {
    margin-bottom: 38px;
}

.services-five-right-details {
    display: flex;
    margin-bottom: 48px;
    align-items: center;
}

.services-five-icon,
.joinus-two-icon {
    align-self: center;
    animation: 5s linear infinite running banner-details-icon-move;
}

.services-five-right-details .text {
    padding-left: 15px;
}

.services-five-right-details .text p {
    font-size: 18px;
    color: var(--twonet-dark);
    font-weight: 500;
}

.services-five-right-details .text p span {
    color: var(--twonet-primery);
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
}

.services-six {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
    background-color: var(--twonet-neutral);
    z-index: 99;
    overflow: hidden;
}

.services-six .container {
    position: relative;
    z-index: 99;
}

.services-six-shape-1 {
    position: absolute;
    width: 550px;
    height: 550px;
    background: url(../images/shapes/services-six-shape-1.png)no-repeat;
    background-size: contain;
    right: 0;
    bottom: -16px;
    z-index: 0;
}

.services-six-shape-2 {
    position: absolute;
    width: 375px;
    height: 375px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    top: 142px;
    left: 171px;
    z-index: 0;
}

.services-faq {
    padding-top: 130px;
    padding-bottom: 130px;
}

.services-faq-inner .accordion {
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    padding: 40px 70px;
}

.services-faq-inner .accordion-button:not(.collapsed) {
    color: var(--twonet-primery) !important;
    border-bottom: 2px solid #ff0000dc !important;
    background-color: var(--twonet-text-light);
}

.services-faq-inner .accordion-button {
    background-color: transparent;
    padding: 20px 0;
    border-bottom: 2px solid var(--twonet-border-light);
}

.services-faq-inner .accordion-button:not(.collapsed)::after {
    width: 10px;
    height: 2px;
    background-color: var(--twonet-primery);
    transform: none;
}

.services-faq-left .list-item {
    margin-bottom: 40px;
}

.services-faq-left .list-item li+li {
    margin-top: 15px;
}

.services-pricing-package {
    padding-bottom: 230px;
}

.services-pricing-package .section-main-title h2 {
    width: 55%;
}

.page-header-bg-three {
    position: absolute;
    background: url(../images/background/page-header-bg-3.jpg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .35;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-y: 63%;
    z-index: -1;
}

.fiber-broadband {
    padding-top: 130px;
    padding-bottom: 230px;
}

.fiber-broadband-category {
    background-color: var(--twonet-neutral);
    padding: 31px 35px;
    border-radius: 5px;
}

.fiber-broadband-category h4 {
    margin-bottom: 20px;
}

.fiber-broadband-category ul li+li {
    padding-top: 5px;
}

.fiber-broadband-category ul li .btn-transparent {
    background: var(--twonet-text-light);
    border: 1px solid transparent;
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
}

.fiber-broadband-category ul li .btn-transparent i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.fiber-broadband-services-box,
.banner-box {
    position: relative;
    margin-top: 30px;
}

.fiber-broadband-services-box-img img,
.banner-box-img img {
    width: 100%;
    height: 435px;
    border-radius: 5px;
    object-fit: cover;
}

.fiber-broadband-services-box-inner-details,
.banner-box-inner-details {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.fiber-broadband-services-box-inner-details .icon,
.banner-box-inner-details .icon {
    align-self: center;
    animation: 5s linear infinite running banner-details-icon-move;
}

.fiber-broadband-services-box-inner-details .text,
.banner-box-inner-details .text {
    padding-left: 15px;
}

.fiber-broadband-services-box-inner-details .text p,
.banner-box-inner-details .text p {
    color: var(--twonet-text-light);
    font-size: 18px;
    font-weight: 500;
}

.fiber-broadband-services-box-inner-details .text p span,
.banner-box-inner-details .text p span {
    font-size: 30px;
    font-weight: 700;
    color: var(--twonet-yellow-light);
}

.fiber-broadband-services-box-inner-details .text h3,
.banner-box-inner-details .text h3 {
    color: var(--twonet-yellow-light);
    display: inline-block;
}

.fiber-broadband-services-box-inner .section-main-title,
.banner-box-inner .section-main-title {
    margin-bottom: 40px;
}

.fiber-broadband-services-box-inner .section-main-title h2,
.banner-box-inner .section-main-title h2 {
    font-size: 30px;
    color: var(--twonet-text-light);
}

.fiber-broadband-services-box-inner .text-shape::after,
.banner-box-inner .text-shape::after {
    height: 12px;
    bottom: -6px;
}

.fiber-broadband-services-box-inner,
.banner-box-inner {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.banner-box-inner .section-main-title h2 {
    line-height: 30px;
}

.fiber-broadband-social {
    background-color: var(--twonet-neutral);
    padding: 31px 35px 35px 35px;
    margin-top: 30px;
    border-radius: 5px;
}

.fiber-broadband-social h4 {
    margin-bottom: 20px;
}

.fiber-broadband-social ul {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.fiber-broadband-social ul li+li {
    margin-left: 10px;
}

.fiber-broadband-social ul li a {
    width: 40px;
    height: 40px;
    background-color: var(--twonet-text-light);
    color: var(--twonet-gray);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none;
}

.fiber-broadband-social ul li a:hover {
    background-color: var(--twonet-primery);
    color: var(--twonet-text-light);
}

.fiber-broadband-right {
    margin-left: 46px;
}

.fiber-broadband-image-1 img,
.fiber-broadband-image-2 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 40px;
}

.fiber-broadband-title-1,
.fiber-broadband-faq-title {
    margin-bottom: 40px;
}

.fiber-broadband-title-1 h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.fiber-broadband-title-2 {
    margin-bottom: 35px;
}

.fiber-broadband-title-2 h3,
.fiber-broadband-faq-title h3 {
    margin-bottom: 20px;
}

.fiber-broadband-right .list-item {
    margin-bottom: 50px;
}

.fiber-broadband-faq-accordion .accordion-item {
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 5px;
}

.fiber-broadband-faq-accordion .accordion-flush .accordion-item .accordion-button {
    padding: 23px 25px 20px;
}

.fiber-broadband-faq-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
    background-color: var(--twonet-text-light);
    color: var(--twonet-primery);
    transition: all 0.3s;
    position: relative;
}
.fiber-broadband-faq-accordion .accordion-flush .accordion-item .accordion-button:not(.collapsed)::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 2px;
    background-color: #0f0f0f10;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.fiber-broadband-faq-accordion .accordion-collapse .accordion-body {
    padding: 25px;
    background-color: var(--twonet-text-light);
    transition: all 0.3s;
    border-radius: 0 0 15px 15px;
}
.fiber-broadband-bottom {
    margin-top: 130px;
    padding-top: 118px;
    border-top: 1px solid var(--twonet-border-light);
}

.fiber-broadband-bottom-inner,
.fiber-broadband-bottom-inner-2 {
    display: flex;
    margin-top: 12px;
}

.fiber-broadband-bottom-inner-2 {
    justify-content: flex-end;
}

.fiber-broadband-bottom-inner-img img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.fiber-broadband-bottom-inner-details {
    margin-left: 50px;
}

.fiber-broadband-bottom-inner-details .btn-read-more {
    color: var(--twonet-gray);
}

.fiber-broadband-bottom-inner-details .btn-read-more::after {
    border-top: 2px solid var(--twonet-gray);
    border-right: 2px solid var(--twonet-gray);
}

.fiber-broadband-bottom-inner-details .btn-read-more:hover {
    color: var(--twonet-primery);
}

.fiber-broadband-bottom-inner-details .btn-read-more:hover:after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}

.team-member {
    padding-top: 130px;
}

.team-member-img-box {
    position: relative;
}

.team-member-img img {
    width: 100%;
    border-radius: 5px;
}

.team-member-social {
    position: absolute;
    display: flex;
    list-style: none;
    padding-left: 0;
    background-color: var(--twonet-primery);
    border-radius: 5px;
    padding: 15px 15px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.3s;
    z-index: 9;
}

.team-member-social li a {
    padding: 12px;
}

.team-member-social li a i {
    color: var(--twonet-text-light);
    transition: all 0.3s;
    font-size: 20px;
}

.team-member-single:hover .team-member-social {
    transition-delay: 0.3s;
    transform: translateX(-50%) scale(1);
}

.team-member-social li a:hover i {
    color: var(--twonet-link-light);
}

.team-member-content h3 {
    display: inline-block;
}

.team-member-content {
    margin-top: 40px;
    margin-bottom: 50px;
}

.team-member-content a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.team-member-content a:hover {
    color: var(--twonet-primery);
}

.team-member-content p {
    color: var(--twonet-text);
    opacity: 0.65;
    font-weight: 400;
    transition: all 0.3s;
}

.team-member-box .theme-btn {
    text-align: center;
}

.team-member-img-shape {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background-color: var(--twonet-gray);
    opacity: 0.2;
    transition: all 0.5s;
    z-index: 0;
}

.team-member-single:hover .team-member-img-shape {
    height: 100%;
}

.join-our-team {
    padding-top: 130px;
    padding-bottom: 230px;
    position: relative;
    overflow: hidden;
}

.join-our-team-left .section-main-title h2 {
    margin-bottom: 30px;
}

.join-our-team-right {
    margin-left: 80px;
}

.join-our-team-img-box {
    position: relative;
    z-index: 9;
}

.join-our-team-img {
    width: 335px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.join-our-team-img-box .join-our-team-img img {
    width: 335px;
    height: 335px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
    animation: 6s linear infinite running shape-8-scales;
}

.join-our-team-img-shape img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.join-our-team-shape-1 {
    position: absolute;
    background: url(../images/shapes/faq-two-shape-1.png) no-repeat;
    background-size: contain;
    width: 460px;
    height: 600px;
    z-index: 0;
    left: 0;
    bottom: -205px;
}

.join-our-team-shape-2 {
    position: absolute;
    background: url(../images/shapes/blog-two-shape-1.png) no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    z-index: 0;
    right: 90px;
    top: 0px;
}

.faq-four {
    padding-bottom: 230px !important;
}

.faq-two-box {
    margin-left: 40px;
}

.faq-two-box .accordion-button {
    border-bottom: 2px solid transparent;
}

.faq-four-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.faq-four .faq-two-box .accordion {
    background-color: var(--twonet-text-light);
    padding: 0;
}

/*******************************
* Pricing-package-five 
*******************************/
.pricing-package-five {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    background: var(--twonet-dark);
    z-index: 0;
}

.pricing-package-five-shape-1 {
    position: absolute;
    background: url(../images/shapes/pricing-package-five-shape-img-1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 12%;
    left: 24%;
    z-index: -1;
    animation: 12s linear infinite running shape-1-scales;
}

.pricing-package-five-shape-2 {
    position: absolute;
    border: 2px solid var(--twonet-text-light);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    top: 60%;
    left: 10%;
    z-index: -1;
    animation: 5s linear infinite running shape-2-scales;
}

.pricing-package-five-shape-3 {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 497px;
    height: 497px;
    top: 14%;
    right: 0;
    z-index: -1;
    animation: 5s linear infinite running shape-7-scales;
}

.pricing-package-five-shape-4 {
    position: absolute;
    background: url(../images/shapes/pricing-package-five-shape-img-1.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 54%;
    right: 7%;
    z-index: -1;
    animation: 1s linear infinite running shape-2-scales;
}

.pricing-package-five-shape-5 {
    position: absolute;
    border: 2px solid var(--twonet-text-light);
    width: 20px;
    height: 20px;
    bottom: 25%;
    right: 12%;
    border-radius: 50%;
    z-index: -1;
    animation: 2s linear infinite running shape-5-scales;
}

.pricing-package-five .section-title span {
    color: var(--twonet-text-light);
}

.pricing-package-five .section-main-title h2 {
    width: 48%;
    margin-top: 20px;
    color: var(--twonet-text-light);
}

.pricing-package-five-box {
    padding: 40px 40px;
    border-radius: 15px;
    color: var(--twonet-text-light);
    background-color: #232222;
    border: 1px solid rgba(15, 15, 15, 0);
    position: relative;
    transition: all 0.5s;
    margin-top: 24px;
}

.pricing-package-five-box .box-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.pricing-package-five-box .box-title h4 {
    margin-bottom: 10px;
    color: var(--twonet-text-light);
    transition: all 0.5s;
}

.pricing-package-five-box:hover .box-title h4 {
    color: var(--twonet-dark);
}

.pricing-package-five-box .box-price {
    display: flex;
    align-items: end;
}

.pricing-package-five-box .box-price span:first-child {
    color: var(--twonet-primery);
}

.pricing-package-five-box .box-price h3 {
    color: var(--twonet-primery);
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 800;
    transition: all 0.5s;
    line-height: 0.9;
}

.pricing-package-five-box .box-price span {
    color: var(--twonet-text-light);
    font-weight: 400;
    transition: all 0.5s;
}

.pricing-package-five-box .box-icon i {
    font-size: 70px;
    display: inline-block;
    line-height: 1;
    color: var(--twonet-primery);
}

.pricing-package-five-box .box-btn {
    margin-bottom: 50px;
}

.pricing-package-five-box .box-item-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.pricing-package-five-box .box-item-list li {
    font-weight: 500;
    font-size: 16px;
}

.pricing-package-five-box .box-item-list li+li {
    padding-top: 20px;
}

.pricing-package-five-box .box-item-list li span {
    color: var(--twonet-text-light);
    transition: all 0.5s;
    font-size: 16px;
}

.pricing-package-five-box .box-item-list li i {
    padding-right: 7px;
    font-size: 12px;
}

.pricing-package-five-box .box-item-list li i::before {
    color: var(--twonet-text-light);
    transition: all 0.5s;
}

.pricing-package-five-box:hover {
    background-color: var(--twonet-text-light);
    color: var(--twonet-text);
    border: 1px solid rgba(15, 15, 15, .15);
    box-shadow: rgba(100, 100, 111, 0.3) 0px 0px 38px -10px;
}

.pricing-package-five-box:hover .box-item-list li i::before {
    color: var(--twonet-primery);
}

.pricing-package-five-box:hover .box-item-list li span {
    color: var(--twonet-primery) !important;
}

.pricing-package-five-box .btn-transparent {
    color: var(--twonet-text-light);
}

.pricing-package-five-box:hover .btn-transparent {
    border: 1px solid var(--twonet-primery);
}

.pricing-package-five-box:hover .btn-transparent::before {
    width: 100%;
}

.pricing-package-five-box .btn-transparent i::before {
    color: var(--twonet-text-light);
}

.pricing-package-five-box:hover .box-price span:last-child {
    color: var(--twonet-text);
}

/***************************
* Pricing-package-six 
***************************/
.pricing-package-six {
    padding-bottom: 230px;
    background-color: var(--twonet-text-light);
}

.intro-one {
    padding-top: 130px;
    padding-bottom: 100px;
}

.intro-one-img-3 {
    margin-top: 60px;
}

.intro-one-img-1 {
    margin-top: 35px;
}

.intro-one-img-1 img,
.intro-one-img-2 img,
.intro-one-img-3 img {
    border-radius: 50%;
    width: 100%;
}

.intro-one-img-1 a,
.intro-one-img-2 a,
.intro-one-img-3 a {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: inline-block;
}

/*************************
* Category-one 
*************************/
.category-one-box {
    margin-top: 30px;
    padding: 30px 39px;
    background-color: var(--twonet-neutral);
    border-radius: 10px;
    transition: all 0.3s;
}

.category-one-icon {
    position: relative;
    margin-bottom: 27px;
    z-index: 1;
}

.category-one-icon::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background-color: #ffe8ed;
    border-radius: 50%;
    z-index: -1;
    left: 15px;
    top: 15px;
    transition: all 0.3s;
}

.category-one-icon i {
    font-size: 60px;
    color: var(--twonet-primery);
    line-height: 1;
    transition: all 0.3s;
}

.category-one-box h6 {
    margin-bottom: 0;
}

.category-one-box h6 a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.category-one-box:hover .category-one-icon i,
.category-one-box:hover h6 a {
    color: var(--twonet-text-light);
}

.category-one-box:hover {
    background-color: var(--twonet-primery);
}

.category-one-box:hover .category-one-icon::after {
    background-color: #FFFFFF50;
}

.career-page-box {
    margin: 0 100px;
}

.career-page {
    padding-top: 130px;
    padding-bottom: 230px;
}

.careers-page-single {
    padding: 16px 50px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border: 1px solid transparent;
    transition: all 0.3s;
    border-radius: 10px;
    margin-bottom: 10px;
}

.careers-page-single:hover {
    border: 1px solid var(--twonet-border-light);
}
.careers-page-title h6 {
    margin-bottom: 0;
}

.careers-page-title h6 a {
    text-decoration: none;
    color: var(--twonet-dark);
    transition: all 0.3s;
}

.careers-page-title h6 a:hover {
    color: var(--twonet-primery);
}

.careers-page-btn {
    text-align: end;
}

.careers-page-tag p,
.careers-page-meta p {
    color: var(--twonet-text);
}

.careers-page-tag p i,
.careers-page-meta p i {
    padding-right: 10px;
    color: var(--twonet-text);
}

.careers-page-btn .btn-transparent {
    width: auto;
}

.btn i {
    padding-left: 7px;
    font-size: 16px;
}

/*************************
* Testimonial-seven 
*************************/
.testimonial-seven {
    padding-top: 30px;
    padding-bottom: 230px;
}

.testimonial-seven-img-1 img,
.testimonial-seven-img-2 img,
.testimonial-seven-img-3 img {
    width: 100%;
}

.testimonial-seven-img-1 {
    position: relative;
    z-index: -1;
}

.testimonial-seven-img-2 {
    margin-bottom: 30px;
}

.testimonial-seven-img-info {
    position: relative;
    z-index: 9;
}

.testimonial-seven-right {
    padding-left: 50px;
}

.testimonial-six-client-box {
    padding: 20px 30px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 10px;
    position: absolute;
    width: 280px;
    height: auto;
    left: 60px;
    bottom: -68px;
}

.testimonial-six-client-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5px;
    bottom: -5px;
    background-color: var(--twonet-primery);
    border-radius: 10px;
    z-index: -1;
}

.testimonial-six-client-box&gt;p&gt;span {
    color: var(--twonet-primery);
    font-size: 16px;
}

.testimonial-six-client-box .star {
    margin-bottom: 20px;
}

.testimonial-six-client-box .star i {
    color: var(--twonet-primery);
}

.testimonial-six-client-info {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

.testimonial-six-client-info li img {
    border-radius: 50%;
}

.testimonial-six-client-info li+li {
    margin-left: -11px;
}

.testimonial-six-client-info li:last-child {
    background-color: var(--twonet-primery);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}

.testimonial-six-client-info li:last-child i {
    color: var(--twonet-text-light);
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-seven-left {
    position: relative;
}

.testimonial-seven-left-shape {
    position: absolute;
    width: 351px;
    height: 351px;
    border: 1px solid var(--twonet-primery);
    border-radius: 50%;
    left: -112px;
    top: -30px;
}

.testimonial-seven-left-shape-inner {
    position: absolute;
    width: 324px;
    height: 324px;
    background-color: var(--twonet-primery);
    border-radius: 50%;
    top: 10px;
    right: 0;
    opacity: 0.1;
}

.testimonial-seven-review-star {
    display: flex;
    margin-bottom: 20px;
}

.testimonial-seven-review-star p {
    font-weight: 600;
    color: var(--twonet-text);
}

.testimonial-seven-review-star .star {
    color: var(--twonet-primery);
    padding-left: 15px;
}

.testimonial-seven-review-star .star i+i {
    padding-left: 5px;
}

.testimonial-seven-review input,
.testimonial-seven-review textarea {
    width: 100%;
    padding: 22px 30px;
    background-color: var(--twonet-neutral);
    margin-bottom: 10px;
    border: 1px solid var(--twonet-border-light);
    border-radius: 5px;
    outline: none;
}

.testimonial-seven-review textarea {
    height: 120px;
    resize: none;
}

.testimonial-seven-right .section-main-title {
    margin-bottom: 30px;
}

.testimonial-seven-review button.btn-bg-primary span {
    font-size: 16px;
}
/*******************
* Shop 
*******************/
.shop {
    padding-top: 130px;
    padding-bottom: 230px;
}

.shop-search-box {
    padding: 30px 30px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 5px;
    border: 1px solid #bdbdbd30;
    margin-bottom: 30px;
}

.shop-search-box h4 {
    margin-bottom: 20px;
}

.shop-search {
    position: relative;
}

.shop-search input {
    width: 100%;
    padding: 11px 20px;
    background-color: var(--twonet-neutral);
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none;
}

.shop-search i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.shop-search:hover i {
    color: var(--twonet-primery);
}

.shop-category {
    padding: 30px 30px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 5px;
    border: 1px solid #bdbdbd30;
    margin-bottom: 30px;
}

.shop-category ul li+li {
    padding-top: 15px;
}

.shop-category ul li a {
    width: 100%;
    font-weight: 400;
}

.shop-services-box {
    position: relative;
    margin-top: 30px;
}

.shop-services-box-img img {
    width: 100%;
    height: 435px;
    border-radius: 5px;
    object-fit: cover;
}

.shop-services-box-inner {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.shop-services-box-inner-details {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.shop-services-box-inner-details .icon {
    align-self: center;
    animation: 5s linear infinite running banner-details-icon-move;
}

.shop-services-box-inner-details .icon img {
    width: 35px;
}

.shop-services-box-inner-details .text {
    padding-left: 15px;
}

.shop-services-box-inner .section-main-title {
    margin-bottom: 40px;
}

.shop-services-box-inner .section-main-title h2 {
    font-size: 30px;
    color: var(--twonet-text-light);
    line-height: 33px;
}

.shop-services-box-inner-details .text p span {
    font-size: 30px;
    font-weight: 700;
    color: var(--twonet-yellow-light);
    display: inline-block;
}

.text-shape {
    color: var(--twonet-primery);
    font-weight: 800;
    font-size: 30px;
}

.shop-services-box-inner-details .text p {
    font-size: 18px;
    font-weight: 500;
    color: var(--twonet-text-light);
}

.shop-filter-price-box .btn-bg-primary,
.shop-services-box-inner .btn-bg-white,
.banner-box-inner .btn-bg-white {
    font-size: 14px;
    padding: 14.5px 30px;
}

.shop-services-box-shape,
.fiber-broadband-services-box-shape,
.banner-box-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--twonet-secondary);
    border-radius: 5px;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.shop-filter-price-box {
    position: relative;
    display: block;
    padding: 30px 30px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 5px;
    border: 1px solid #bdbdbd30;
    margin-bottom: 30px;
}

.shop-filter-price-title {
    line-height: 28px;
    margin-bottom: 22px;
}

.shop-filter-price-box .bar {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #ff174950;
    margin-bottom: 60px;
}

.shop-filter-price-box .bar-inner {
    position: relative;
    display: block;
    width: 125px;
    height: 4px;
    background: var(--twonet-primery);
    transition: all 1500ms ease;
}

.shop-filter-price-box .count-text-1,
.shop-filter-price-box .count-text-2 {
    position: absolute;
    bottom: -38px;
    color: var(--twonet-text);
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    transition: all 500ms ease;
}

.shop-filter-price-box .count-text-1 {
    left: 0;
}

.shop-filter-price-box .count-text-2 {
    right: 0px;
}

.shop-filter-price-box .bar-inner.counted .count-text {
    opacity: 1;
}

.shop-title-box {
    display: flex;
    justify-content: space-between;
}

.shop-title-box p {
    font-size: 20px;
}

.shop-title-box select {
    font-size: 20px;
    color: var(--twonet-dark);
    text-decoration: none;
    transition: all 0.3s;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.shop-title-box select option {
    font-size: 15px;
    transition: all 0.3s;
}

.product-box {
    margin-top: 40px;
}

.shop-right {
    padding-left: 6px;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}

.product-img-inner {
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 23, 73, .8);
    display: flex;
    transition: all 0.3s;
    opacity: 0;
}

.product-img-inner-link {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-img-inner-link a {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-text-light);
    border-radius: 50%;
    position: relative;
}

.product-img-inner .product-img-inner-link .product-play-btn i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    position: absolute;
    color: var(--twonet-text);
    font-weight: 800;
}

.product-img-inner .product-img-inner-link a i::before {
    transition: all 0.3s;
}

.product-img-inner .product-img-inner-link a:hover i::before {
    color: var(--twonet-primery);
}

.product-img-inner a+a {
    margin-left: 7px;
}

.product-title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 7px;
}

.product-title h6 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
    letter-spacing: -0.2px;
}

.product-title h6 {
    margin-bottom: 10px;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
    margin-bottom: 0;
}

.product-text {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.product-rating-star i {
    color: var(--twonet-primery);
    font-size: 13px;
}

.product-box:hover .product-img-inner {
    width: 100%;
    opacity: 1;
}

.product-title h6 a:hover {
    background-size: 100% 1px;
}

.page-numbers {
    margin-top: 70px;
}

.page-numbers ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    list-style: none;
}

.page-numbers ul li+li {
    margin-left: 10px;
}

.page-numbers ul .page-numbers-one a,
.page-numbers ul .page-numbers-two a {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #ff174920;
    border-radius: 50%;
    display: block;
    line-height: 0;
    text-decoration: none;
    transition: all 0.3s;
}

.page-numbers ul .page-numbers-one a span,
.page-numbers ul .page-numbers-two a span {
    color: var(--twonet-primery);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.page-numbers ul .page-numbers-one a:hover,
.page-numbers ul .page-numbers-two a:hover {
    background-color: var(--twonet-primery);
}

.page-numbers ul .page-numbers-one a:hover span,
.page-numbers ul .page-numbers-two a:hover span {
    color: var(--twonet-text-light);
}

.page-numbers-line {
    position: relative;
    width: 80px;
}

.page-numbers-line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 1px;
    background-color: var(--twonet-primery);
}

.btn-read-more-previous {
    position: relative;
    display: inline-block;
    color: var(--twonet-text);
    padding-left: 15px;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-read-more-previous::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--twonet-text);
    border-right: 2px solid var(--twonet-text);
    top: 55%;
    left: 0;
    transform: translateY(-50%) rotate(-135deg);
    cursor: pointer;
    transition: all 0.3s;
}

.btn-read-more-previous:hover,
.page-numbers .btn-read-more:hover {
    color: var(--twonet-primery);
}

.btn-read-more-previous:hover::after {
    border-top: 2px solid var(--twonet-primery);
    border-right: 2px solid var(--twonet-primery);
}

.page-numbers .btn-read-more {
    color: var(--twonet-text);
}

.shop-details {
    padding-top: 130px;
    padding-bottom: 230px;
}

.product-single-left-img img,
.product-single-left-bottom-img img {
    width: 100%;
}

.product-single-left-bottom {
    margin-top: 26px;
}

.product-single-right {
    padding-left: 66px;
}

.product-single-right .product-rating-price {
    margin-bottom: 50px;
    display: flex;
}

.product-single-right .product-rating-price .product-rating-star i {
    font-size: 18px;
}

.product-single-right .product-rating-price .product-rating-star i+i {
    padding-left: 7px;
}

.product-single-right .product-details {
    margin-bottom: 50px;
}

.product-single-right .product-rating-price .product-price p {
    padding-left: 20px;
    font-size: 27px;
    font-weight: 600;
}

.product-single-right .cart {
    margin-bottom: 60px;
}

.product-categories {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-categories h4,
.product-tag h4 {
    margin-bottom: 0;
}

.product-categories p {
    padding-left: 16px;
    font-weight: 500;
}

.product-categories p&gt;span {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--twonet-primery);
    display: inline;
}

.product-tag {
    display: flex;
    align-items: center;
}

.product-tag-btn {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 95px;
}

.product-tag-btn li+li {
    padding-left: 10px;
}

.product-tag-btn .btn {
    border: 1px solid var(--twonet-link-light);
    padding: 6px 20px;
    transition: all 0.3s;
}

.product-tag-btn .btn:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
    border: 1px solid var(--twonet-primery);
}

.product-desc-reviews {
    margin-top: 80px;
}

.product-desc-reviews-btn {
    margin-bottom: 50px;
}

.product-desc-reviews-btn li+li {
    padding-left: 30px;
}

.product-desc-wrapper .single-desc .desc-text1 {
    margin-bottom: 50px;
}

.product-desc-wrapper .single-desc h3 {
    margin-bottom: 30px;
}

.product-desc-wrapper .single-desc .desc-text2 {
    margin-bottom: 40px;
}

.btn.active {
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
    border: 1px solid var(--twonet-primery);
}

.btn-transparent.active i::before {
    color: var(--twonet-text-light);
}

.product-desc-advantage {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.product-desc-advantage li+li {
    padding-top: 30px;
}

.product-desc-advantage li i {
    color: var(--twonet-primery);
    padding-right: 15px;
    font-size: 21px;
}
/*********************
* Comment 
*********************/
.comment-respond .rating-wrapper {
    margin-bottom: 40px;
}

.reviews-wrapper .comment-area h3,
.reviews-wrapper .comment-respond h3 {
    margin-bottom: 50px;
}

.comment-list .comment .single-comment {
    padding: 15px 0;
    display: flex;
}

.comment-inner .commenter a {
    text-decoration: none;
    margin-right: 18px;
    color: var(--twonet-secondary);
    transition: all 0.3s;
}

.comment-inner .commenter a:hover {
    color: var(--twonet-primery);
}

.comment-inner .commenter a h6 {
    margin-bottom: 0;
}

.rating-wrapper {
    display: flex;
    align-items: center;
}

.reviews-wrapper .comment-list {
    list-style: none;
    padding-left: 0;
}

.pro-desc-commnet-area .comment-list .comment .commenter .star i {
    color: var(--twonet-primery);
}

.pro-desc-commnet-area .comment-list .comment .commenter {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-list .comment .single-comment .comment-img {
    min-width: 100px;
    margin-right: 20px;
}

.comment-list .comment .single-comment .comment-img img {
    border-radius: 100%;
    width: 100%;
}

.reviews-wrapper .comment-list li:nth-child(2) {
    margin-left: 70px;
    padding-top: 30px;
}

.comment-respond&gt;p {
    margin-bottom: 10px;
}

.comment-respond .reating-inner {
    margin-left: 20px;
}

.comment-respond .reating-inner i {
    color: var(--twonet-primery);
}

.comment-respond .form-group input {
    padding: 18px 20px;
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
    background-color: var(--twonet-neutral);
    margin-bottom: 24px;
}

.comment-respond .form-group input:focus {
    outline: 1px solid var(--twonet-primery);
}

.comment-respond .form-group input,
.comment-respond .form-group textarea {
    width: 100%;
}

.comment-respond .form-group textarea {
    resize: none;
    min-height: 150px;
    padding: 18px 20px;
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
    background-color: var(--twonet-neutral);
    margin-bottom: 24px;
}

.comment-respond .form-group textarea:focus {
    outline: 1px solid var(--twonet-primery);
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    position: absolute;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 12px;
    transition: 0.3s;
    padding: 0;
    color: var(--twonet-text);
}

.qty-container .qty-btn-minus:hover,
.qty-container .qty-btn-plus:hover {
    color: var(--twonet-secondary);
}

.qty-container .qty-btn-minus {
    left: 25px;
}

.qty-container .qty-btn-plus {
    right: 25px;
}

.qty-container .input-qty {
    text-align: center;
    padding: 8.56px 30px;
    border: 2px solid var(--twonet-link-light);
    border-radius: 5px;
    max-width: 126px;
    color: var(--twonet-primery);
    font-weight: 700;
    font-size: 22px;
    transition: 0.3s;
}

.qty-container:hover .input-qty {
    border: 2px solid var(--twonet-primery);
}

.product-single-right .cart {
    display: flex;
    position: relative;
}

.related-products {
    margin-top: 130px;
}

.related-products .section-main-title {
    margin-bottom: 10px;
}







.main-container {
    margin-top: 130px;
    margin-bottom: 230px;
}
.main-container .row&gt;* {
    padding: 0 12px;
}
.input-text {
    padding: 16px 25px;
    background-color: var(--twonet-neutral);
    outline: none;
    border: 1px solid var(--twonet-border-light);
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.checkout .checkout-row {
    margin-bottom: 60px;
}

.contact-details .contact-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.delivery-details&gt;input {
    margin-bottom: 0 !important;
}

.contact-details .contact-title .login {
    color: var(--twonet-primery);
}

.contact-details input[type="checkbox"],
.add-apartment-details input[type="checkbox"],
.credit-card-inner input[type="checkbox"] {
    accent-color: var(--twonet-primery);
    margin-right: 5px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

:not(.btn-check)+.btn:active {
    background-color: transparent;
}

.bootstrap-select&gt;.dropdown-toggle {
    padding: 0;
}

.bootstrap-select&gt;.dropdown-toggle:focus {
    outline: none !important;
    border: transparent;
}

.bootstrap-select button:hover {
    background-color: transparent;
}

.dropdown-menu.show {
    transform: translate(0px, 54px) !important;
}

.form-control:focus {
    border-color: var(--twonet-border-light);
    box-shadow: none;
}


.delivery-title h3,
.add-apartment-title h3,
.shipping-method-title h3 {
    margin-bottom: 20px;
}

.payment-detailes {
    margin-bottom: 40px;
}

.payment-title h3 {
    margin-bottom: 10px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    background-color: var(--twonet-primery);
}

.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #ff174930;
}

.bootstrap-select&gt;.dropdown-toggle:after {
    display: none;
}

.bootstrap-select&gt;.dropdown-toggle::before {
    position: absolute;
    content: "";
    border-left: 2px solid var(--twonet-secondary-light);
    border-top: 2px solid var(--twonet-secondary-light);
    width: 8px;
    height: 8px;
    right: 5px;
    top: 48%;
    transform: translateY(-50%) rotate(-135deg);
}

.credit-card-box {
    background-color: var(--twonet-neutral);
    border-radius: 5px;
    border: 1px solid var(--twonet-border-light);
}

.credit-card-box .credit-card {
    background-color: #ff174910;
    padding: 18px 30px;
    border-radius: 5px 5px 0 0;
}

.credit-card-box .credit-card h6 {
    margin-bottom: 0;
}

.input-card-text {
    padding: 16px 25px;
    background-color: var(--twonet-text-light);
    outline: none;
    border: 1px solid var(--twonet-border-light);
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.credit-card-detaile {
    padding: 30px;
}

.dropdown-toggle.btn-light {
    background-color: transparent;
}
.bootstrap-select .dropdown-menu.inner {
    margin-top: -50px !important;
    padding-bottom: 50px;
}
.add-apartment-card-details .add-apartment-title {
    color: var(--twonet-primery);
}

.add-apartment-card-details .input-card-text {
    margin-bottom: 0;
}

.main-container .sidebar {
    padding-left: 6px;
}

.cart-item {
    padding: 30px 30px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 10px;
    border: 1px solid #bdbdbd30;
}

.cart-item-list {
    margin-bottom: 40px;
}

.cart-item-list-single {
    display: flex;
    align-items: center;
}

.cart-item-product-img {
    width: 80px;
    height: 70px;
    margin-right: 25px;
}

.cart-item-product-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.cart-item-product-single h6 {
    margin-bottom: 3px;
}

.cart-item-product-single span {
    color: var(--twonet-text);
    font-weight: 400;
}

.cart-item-list .cart-item-list-single+.cart-item-list-single {
    margin-top: 20px;
}

.checkout-sidebar .cart-item {
    border: 1px solid transparent;
}

.discount-code {
    position: relative;
}

.discount-code .input-card-text {
    margin-bottom: 0;
    padding: 17px 20px;
}

.discount-code button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.discount-code button.btn-bg-primary {
    padding: 14px 30px;
    font-size: 14px;
    line-height: normal;
}

.grand-total {
    margin-top: 40px;
}

.grand-total ul {
    padding-left: 10px;
}

.grand-total ul li {
    display: flex;
    justify-content: space-between;
}

.grand-total ul li+li {
    margin-top: 10px;
}

.grand-total ul .total {
    color: var(--twonet-primery);
}

.grand-total ul .total h5 {
    margin-bottom: 0;
}

.main-container .theme-btn {
    margin-top: 20px;
}

/************************
* Contact-page
************************/

.contact-page {
    margin-top: 130px;
    margin-bottom: 130px;
}

.contact-page .section-main-title h2 {
    width: 90%;
}

.contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.contact-info ul .contact-inner {
    display: flex;
}

.contact-info ul .contact-inner .icon {
    margin-right: 40px;
    position: relative;
}

.contact-info ul .contact-inner .icon i {
    font-size: 50px;
    color: var(--twonet-primery);
}

.contact-info ul .contact-inner .icon::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: var(--twonet-primery);
    border-radius: 50%;
    opacity: 0.1;
    right: -10px;
    top: 20px;
    z-index: -1;
}

.contact-info ul li+li {
    margin-top: 60px;
}

.contact-info ul .contact-inner .text-box span {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 400;
    color: var(--twonet-text);
}

.contact-page-form {
    padding: 40px 50px 50px;
    background-color: var(--twonet-neutral);
    border-radius: 10px;
    border: 1px solid var(--twonet-border-light);
}

.contact-page-form-text {
    margin-bottom: 30px;
}

.contact-page-input-box textarea {
    resize: none;
    min-height: 150px;
    margin-bottom: 30px;
}

.contact-page-input-box label {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: var(--twonet-dark);
    letter-spacing: -0.2px;
    line-height: 27px;
}

.input-contact-text {
    padding: 16px 25px;
    background-color: var(--twonet-text-light);
    outline: none;
    border: 1px solid var(--twonet-border-light);
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contact-page-form form input {
    color: var(--twonet-gray);
}

.google-map {
    padding-bottom: 230px;
}

.google-map-one {
    position: relative;
    display: block;
    border: none;
    height: 785px;
    width: 100%;
}

/********************
* Blog-page
********************/
.blog-page,
.blog-details {
    padding-top: 130px;
    padding-bottom: 230px;
}

.blog-page-left .blog-single+.blog-single {
    margin-top: 30px;
}

.blog-single {
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 10px;
}



.blog-img-box {
    height: 290px;
}

.blog-img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.blog-video-box img {
    border-radius: 10px;
}

.blog-content {
    position: relative;
    padding: 40px 40px 34px 16px;
}

.blog-content-detaile {
    position: relative;
    padding: 40px;
}

.blog-date {
    position: absolute;
    right: 10px;
    top: 10px;
}

.blog-date p {
    background-color: var(--twonet-text-light);
    color: var(--twonet-primery);
    padding: 2px 23px;
    border-radius: 6px;
    font-size: 18px;
    border: 1px solid var(--twonet-primery);
    font-weight: 700;
    transition: all 0.3s;
}

.blog-single:hover .blog-date p {
    background-color: var(--twonet-primery);
    color: var(--twonet-text-light);
}

.blog-btn-box span {
    color: var(--twonet-primery);
    margin-bottom: 15px;
    display: inline-block;
}

.blog-title a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
}

.blog-title a:hover {
    background-size: 100% 1px;
}

.blog-more {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 55px;
    padding-top: 25px;
    align-items: baseline;
    border-top: 1px solid var(--twonet-border-dark);
    list-style: none;
    justify-content: space-between;
}

.blog-more li p {
    color: var(--twonet-text);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: normal;
}

.blog-more li i {
    padding-right: 7px;
    color: var(--twonet-primery);
}

.blog-video-box {
    position: relative;
}

.blog-img-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-img-box-inner a::after,
.blog-img-box-inner a::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    left: 0;
    top: 0;
    z-index: -1;
}

.blog-img-box-inner a::before {
    animation: 4s linear 2s infinite running btn-scales;
}

.blog-img-box-inner a::after {
    animation: 4s linear infinite running btn-scales;
}

.blog-img-box-inner .video-play-btn {
    width: 50px;
    height: 50px;
    background-color: var(--twonet-text-light);
    position: relative;
    border-radius: 50%;
}

.blog-img-box-inner .video-play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--twonet-primery);
    font-size: 14px;
}

.blog-video-box-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--twonet-secondary);
    opacity: 0.5;
    border-radius: 10px;
}

.widget-box {
    padding: 31px 35px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 5px;
    border: 1px solid var(--twonet-border-light);
    margin-bottom: 30px;
}

.blog-search {
    position: relative;
}

.blog-search input {
    width: 100%;
    padding: 17px 20px;
    background-color: var(--twonet-text-light);
    border: 1px solid var(--twonet-border-light);
    border-radius: 5px;
    outline: none;
}

.blog-search i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.blog-search:hover i {
    color: var(--twonet-primery);
}
/**********************
* Sidebar
**********************/
.sidebar-category ul li+li {
    padding-top: 20px;
}

.sidebar-category ul li a {
    width: 100%;
    font-weight: 400;
}

.sidebar-post li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-post li+li {
    margin-top: 20px;
}

.sidebar-post-image {
    position: relative;
    display: block;
    max-width: 85px;
    width: 100%;
    border-radius: 10%;
}

.sidebar-post-image img {
    width: 100%;
    border-radius: 10%;
}

.sidebar-post-content {
    margin-left: 25px;
}

.sidebar-post-content span {
    color: var(--twonet-text);
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
}

.sidebar-post-content h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.sidebar-post-content h6 a {
    color: var(--twonet-dark);
    -webkit-transition: all 500ms ease;
    text-decoration: none;
    display: block;
    line-height: 27px;
    transition: all 0.3s;
}

.sidebar-post-content h6 a:hover {
    color: var(--twonet-primery);
}


.sidebar-tags-list a,
.blog-details-tags-list a {
    font-size: 14px;
    color: var(--twonet-text);
    background: var(--twonet-text-light);
    border: 1px solid var(--twonet-border-light);
    border-radius: 5px;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.sidebar-tags-list a:hover,
.blog-details-tags-list a:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-primery);
    border: 1px solid var(--twonet-primery);
}

.sidebar-tags-list a {
    margin-top: 10px;
    margin-left: 9px;
}

.blog-details-tags-list a+a {
    margin-left: 10px;
}

.blog-details-text-2,
.blog-details-text-3 {
    margin-bottom: 50px;
}

.blog-details-left-top {
    display: flex;
    margin-bottom: 20px;
}

.blog-details-left-top .text-1-box p {
    padding: 15px 18px;
    border-radius: 5px;
    background-color: var(--twonet-primery);
    color: var(--twonet-text-light);
    font-size: 30px;
    font-weight: 800;
    margin-right: 25px;
    display: inline-block;
}

.blog-details-img {
    margin-bottom: 40px;
}

.blog-details-img img {
    width: 100%;
}

.blog-details-quote-box {
    position: relative;
    display: flex;
    background-color: var(--twonet-neutral);
    padding: 35px 55px;
    margin-bottom: 50px;
    border-left: 4px solid var(--twonet-primery);
}

.blog-details-quote-img span {
    font-size: 52px;
}

.blog-details-quote-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
}

.blog-details-quote-content {
    margin-left: 40px;
}

.blog-details-quote-content p {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-top: 17px;
    color: var(--twonet-text);
    padding-left: 75px;
    position: relative;
}

.blog-details-quote-content p::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 14px;
    background-color: var(--twonet-primery);
}

.blog-details-text-4 {
    margin-bottom: 42px;
}

.blog-details-tags-and-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.blog-details-tags-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details-tags-box p {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: var(--migency-black);
}

.blog-details-tags-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.blog-details-tags-list a+a {
    margin-left: 10px;
}

.blog-details-social-box {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details-social-box p {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: var(--migency-black);
    margin-right: 20px;
}

.blog-details-social {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    z-index: 9;
}

.blog-details-social li a {
    width: 40px;
    height: 40px;
    background-color: #ff174910;
    color: var(--twonet-text-light);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 50%;
    text-decoration: none;
}

.blog-details-social li a i {
    color: var(--twonet-primery);
    transition: all 0.3s ease;
}

.blog-details-social li a:hover {
    background-color: var(--twonet-primery);
}

.blog-details-social li a:hover i {
    color: var(--twonet-text-light);
}

.blog-details-social li+li {
    margin-left: 7px;
}
/*****************
* Author 
*****************/
.author {
    position: relative;
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 50px;
    background: var(--twonet-neutral);
    border: 1px solid var(--twonet-border-light);
}

.author-img {
    position: relative;
    display: block;
    border-radius: 50%;
    max-width: 160px;
    width: 100%;
}

.author-img img {
    width: 100%;
    border-radius: 50%;
}

.author-content {
    position: relative;
    display: block;
    margin-left: 40px;
}

.author-content h4 {
    font-weight: 700;
    font-size: 22px;
    color: var(--twonet-dark);
    line-height: 22px;
    letter-spacing: -0.02em;
}

.author-content p {
    margin-bottom: 38px;
}

.author-social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.author-social a+a {
    margin-left: 35px;
}

.author-social a i {
    color: var(--twonet-gray);
    transition: all 0.3s;
}

.author-social a:hover i {
    color: var(--twonet-primery);
}

.back-news {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.back-news-single {
    position: relative;
    display: flex;
    align-items: center;
}

.back-news-img {
    position: relative;
    display: block;
    width: 85px;
    border-radius: 5px;
}

.back-news-img img {
    width: 85px;
    border-radius: 5px;
}

.back-news-content {
    position: relative;
    display: block;
    margin-left: 25px;
    transition: all 500ms ease;
}

.back-news-content p {
    color: var(--twonet-text);
}

.back-news-content h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    display: inline-block;
}

.back-news-content h6 a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 88%/0px 1px no-repeat;
    color: var(--twonet-dark);
    transition: all 500ms ease;
    text-decoration: none;
}

.back-news-content h6 a:hover {
    background-size: 100% 1px;
}

.back-news .back-news-single+.back-news-single {
    padding-left: 120px;
}

.blog-details-comment {
    margin-bottom: 80px;
}

.comment-title {
    color: var(--twonet-dark);
    margin-bottom: 39px;
}

.comment-single {
    display: flex;
    margin-bottom: 40px;
}

.comment-single-two {
    margin-left: 70px;
}

.comment-image {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 5px;
}

.comment-image img {
    border-radius: 50%;
}

.comment-content {
    position: relative;
    margin-left: 40px;
}

.comment-content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.comment-content&gt;span {
    margin-bottom: 5px;
    position: relative;
    display: block;
}

.comment-title-inner {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comment-title-inner h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--twonet-secondary);
    margin-right: 20px;
}

.comment-title-inner span {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--twonet-gray);
}

.comment-text {
    margin-bottom: 15px;
}



.comment-form {
    padding: 50px;
    background-color: var(--twonet-text-light);
    box-shadow: 0px 10px 60px 0px rgba(99, 99, 99, 0.10);
    border-radius: 10px;
}

.comment-form&gt;h3 {
    margin-bottom: 22px;
}

.comment-form&gt;p {
    margin-bottom: 40px;
}

.comment-respond .form-group input {
    padding: 18px 20px;
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
    background-color: var(--twonet-neutral);
    margin-bottom: 24px;
}

.comment-respond .form-group input:focus,
.checkout input:focus {
    outline: 1px solid var(--twonet-primery);
}

.comment-respond .form-group input,
.comment-respond .form-group textarea {
    width: 100%;
}

.comment-respond .form-group textarea {
    resize: none;
    min-height: 150px;
    padding: 18px 20px;
    border-radius: 5px;
    outline: none;
    border: 1px solid transparent;
    background-color: var(--twonet-neutral);
    margin-bottom: 24px;
}

.comment-respond .form-group textarea:focus {
    outline: 1px solid var(--twonet-primery);
}

.blog-details-title {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.blog-details-title li {
    position: relative;
    display: inline-block;
    font-weight: 500;
    transition: all 500ms ease;
}

.blog-details-title li a {
    color: var(--twonet-primery);
    text-decoration: none;
}

.blog-details-title li:first-child {
    padding-right: 30px;
    margin-right: 30px;
}

.blog-details-title li:first-child::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--twonet-text-light);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-details-title li h6 {
    margin-bottom: 0;
    color: var(--twonet-text-light);
    font-size: 16px;
}

.page-header-inner p {
    color: var(--twonet-text-light);
}

.page-header-inner p i {
    padding-right: 7px;
}

.page-header-inner .blog-details-main-title {
    line-height: 54px;
    font-size: 45px;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.blog-page-header {
    position: relative;
    display: block;
    background-color: #040404;
    z-index: 1;
    padding-top: 103px;
    padding-bottom: 103px;
}

.bootstrap-select .bs-searchbox {
    padding: 4px 20px 4px 8px;
}

.wrapper .button {
    display: inline-block;
    height: 20px;
    width: 30px;
    padding: 0 5px;
}

.wrapper:hover .button {
    width: 90px;
}

.wrapper .button .icon {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 15px;
}

.wrapper .button span {
    font-size: 16px;
    line-height: 1;
}
/*******************
* Preloader
*******************/
.preloader {
    position: fixed;
    background-color: var(--twonet-dark);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.preloader-circle {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;

}

.preloader-circle:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 6px;
    width: 135px;
    height: 39px;
    opacity: 0;
    background: url(../images/shapes/preloader-circle-shape-4.png);
    background-size: cover;
    -webkit-animation: spin 0.5s linear 2s infinite;
    animation: spin 0.5s linear 0.4s infinite;
}

.preloader-circle:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 23px;
    right: 15px;
    bottom: 15px;
    width: 102px;
    height: 33px;
    background: url(../images/shapes/preloader-circle-shape-3.png);
    background-size: cover;
    opacity: 0;
    -webkit-animation: spin 0.5s linear 1s infinite;
    animation: spin 0.5s linear 0.2s infinite;
}

.preloader-circle-2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: var(--twonet-primery);
}

.preloader-circle-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 26px;
    background: url(../images/shapes/preloader-circle-shape-2.png);
    background-size: cover;
    opacity: 0;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

.preloader-circle-2:after {
    content: "";
    position: absolute;
    top: 29px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/shapes/preloader-circle-shape-1.png);
    background-size: contain;
}

.mobile-nav-social-two li a:hover {
    color: var(--twonet-text-light);
    background-color: var(--twonet-yellow-light);
}

.mobile-menu-call-two i::before {
    color: var(--twonet-yellow-light) !important;
}

.mobile-menu-call-two a:hover {
    color: var(--twonet-yellow-light) !important;
}
/*************************
* Custom-cursor 
*************************/
.custom-cursor-one {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--twonet-primery);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.cursor-one {
    border: 1px solid var(--twonet-yellow-light);
}

.custom-cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--twonet-primery);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.cursor-two {
    background-color: var(--twonet-yellow-light);
}

.custom-cursor-hover {
    background-color: var(--twonet-primery);
    opacity: 0.4;
}

.custom-cursor-innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}































/***********************
* Testimonial
***********************/











</pre></body></html>