@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');    
    
    
    body {
        overflow-x: hidden;
        position: relative;
        font-family: "Roboto", sans-serif;
    }
    
    .flow-css {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    
    .foot-img {
        width: 100%;
        position: absolute;
        bottom: 297px;
        z-index: -1
    }
    
    .right-img-full {
        position: absolute;
        height: 367px;
        top: 120px;
        left: -2px;
        z-index: -1;
    }
    
    .left-img-full {
        position: absolute;
        height: 300px;
        top: 340px;
        right: 0px;
        z-index: -1;
    }
    
    .left-img-full-mob {
        position: absolute;
        height: 300px;
        top: 340px;
        right: 0px;
        z-index: -1;
        display: none;
    }
    
    .right-img-full-mob {
        position: absolute;
        height: 367px;
        top: 120px;
        left: -2px;
        z-index: -1;
        display: none;
    }
    /* Start Header Section */
    
    nav {
        background-color: black !important;
    }
    
    nav .nav-item {
        margin-right: 15px
    }
    
    nav .navbar-nav a {
        color: white;
        transition: all 0.3s ease-in-out;
    }
    
    .container-fluid {
        padding: 0 40px;
    }
    
    nav .navbar-brand img {
        height: 50px
    }
    
    nav a.nav-link {
        font-weight: 600;
    }
    
    nav .search-form {
        position: relative;
    }
    
    nav .btn-search {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        border-radius: 40px;
        color: white !important;
        width: 300px !important;
    }
    
    nav .btn-icon {
        background: none;
        color: white;
        border: none;
        position: absolute;
        right: 20px;
        cursor: pointer
    }
    
    nav i.fas.fa-bars {
        color: white;
        font-size: 24px !important;
    }
    
    nav button.navbar-toggler {
        border: 1px solid wheat;
    }
    /* End Header Section */
    /* Start Buy&Sell Section */
    
    .buy-sell {
        padding: 100px 0 50px;
        position: relative;
        background: url(../images/homebodybg.png) no-repeat center center;
        background-size: cover
    }
    
    .buy-sell .right-img {
        position: absolute;
        height: 367px;
        top: 0;
        left: -2px;
        overflow: hidden;
        z-index: -1;
    }
    
    .buy-sell .right-img-mob {
        position: absolute;
        height: 367px;
        top: -60px;
        left: -2px;
        overflow: hidden;
        z-index: -1;
        display: none;
    }
    
    .buy-sell .left-img {
        position: absolute;
        height: 300px;
        bottom: 0;
        right: 0px;
        overflow: hidden;
        z-index: -1;
    }
    
    .buy-sell .left-img-mob {
        position: absolute;
        height: 300px;
        bottom: 0;
        right: 0px;
        overflow: hidden;
        z-index: -1;
        display: none;
    }
    
    .buy-sell h1 {
        font-weight: bolder;
        margin-bottom: 25px;
        font-size: 40px
    }
    
    .buy-sell .text-style {
        background: -webkit-linear-gradient(#212121, #E81E29);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        border-bottom: 3px solid firebrick;
        z-index: 999;
    }
    
    .buy-sell h2 {
        font-weight: bold;
    }
    
    .buy-sell .btn {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        color: white;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 25px
    }
    /* .buy-sell .btn:hover,
    .buy-sell .btn:focus {
        background: rgb(175, 33, 38);
        background: linear-gradient(180deg, rgba(236, 28, 36, 1) 0%, rgba(187, 42, 92, 1) 50%, rgba(143, 56, 148, 1) 100%);
        color: white
    } */
    /* End Buy&Sell Section */
    /* Start BIG-HITS Title */
    
    .big-hits-title {
        background: black;
        padding: 30px 0
    }
    /* End BIG-HITS Title */
    /* Start VIDEO-HITS Title */
    
    .hits-videos {
        padding: 70px 0;
        border-bottom: 3px solid #E9D5E7
    }
    
    .hits-videos .content {
        display: flex;
        flex-wrap: wrap;
    }
    
    .hits-videos .content .item {
        width: 25%;
        text-align: center;
        margin: 0 auto;
        flex-grow: 1;
        padding: 25px;
        margin-bottom: 30px
    }
    
    .hits-videos .iframe-vid {
        border: 2px solid #BB2A5B;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -khtml-border-radius: 30px;
        -webkit-transform: translateZ(0);
        -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
        height: 170px;
        width: 100%;
        overflow: hidden;
    }
    
    .hits-videos .btn {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        color: white;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 25px;
        width: fit-content;
    }
    /* .hits-videos .btn:hover,
    .hits-videos .btn:focus {
        background: rgb(175, 33, 38);
        background: linear-gradient(180deg, rgba(236, 28, 36, 1) 0%, rgba(187, 42, 92, 1) 50%, rgba(143, 56, 148, 1) 100%);
        color: white
    } */
    /* Start VIDEO-HITS Title */
    /* Start subscribe Section */
    
    .subscribe {
        padding: 70px 0;
        background: url(../images/newsletterbg.png) no-repeat 0 -20%;
        background-size: cover;
    }
    
    .subscribe h4 {
        font-weight: bold;
    }
    
    .subscribe p {
        font-weight: 500;
        color: black;
    }
    
    .subscribe .form-group {
        width: 60%;
        margin: 20px auto;
        position: relative;
    }
    
    .subscribe .sub-input {
        border: 2px solid #BB2A5B;
        border-radius: 12px
    }
    
    .subscribe .sub-btn {
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 5px 38px !important;
        border-radius: 12px;
    }
    
    .subscribe .btn {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        color: white;
        font-weight: 500;
        font-size: 20px;
        padding: 8px 25px;
        width: fit-content;
    }
    /* .subscribe .btn:hover,
    .subscribe .btn:focus {
        background: rgb(175, 33, 38);
        background: linear-gradient(180deg, rgba(236, 28, 36, 1) 0%, rgba(187, 42, 92, 1) 50%, rgba(143, 56, 148, 1) 100%);
        color: white
    } */
    /* End subscribe Section */
    /* Start footer section */
    
    footer {
        padding: 70px 0;
        background-color: black;
        color: white
    }
    
    footer .logo {
        height: 50px;
        margin-bottom: 5px;
    }
    
    footer p {
        font-size: 15px;
        margin-bottom: 0;
    }
    
    footer .social {
        margin: 10px 0
    }
    
    footer .social img {
        height: 30px;
    }
    
    footer h5 {
        margin-bottom: 25px;
    }
    
    footer a {
        display: block;
        color: white;
        margin-bottom: 4px;
        font-size: 14px
    }
    
    footer a:hover {
        color: white;
        text-decoration: none;
    }
    /* End footer section */
    /* Start Breadcrumb Section */
    
    .breadcrumb {
        background-color: white;
        border-bottom: 3px solid#DDD;
        margin: 0;
    }
    
    .breadcrumb ul {
        margin: 0;
        padding: 10px 0;
    }
    
    .breadcrumb ul li {
        font-weight: 700;
    }
    
    .breadcrumb img {
        height: 21px;
        position: relative;
        top: -3px;
    }
    
    .breadcrumb a,
    .breadcrumb a:hover {
        color: #E51134;
        font-weight: 700;
        text-decoration: none;
    }
    
    .breadcrumb i {
        color: #E51134;
        position: relative;
        top: 1px;
    }
    /* End Breadcrumb Section */
    /* Start contact-us section */
    
    .contact-us {
        padding: 40px 0 50px;
        background-image: url(../images/body-bg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-color: #fff;
        background-size: 100%;
        width: 100%;
    }


    .sec_faq_body{
        padding: 40px 0 50px;
        background-image: url(../images/body-bg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-color: #fff;
        background-size: 100%;
        width: 100%;
    }
    
    .contact-us h1 {
        color: #E51134
    }
    
    .contact-us h6 {
        margin: 20px 0 20px;
        font-weight: bold;
    }
    
    .contact-us form {
        width: 70%;
        margin: 0 auto
    }
    
    .contact-us form label {
        display: block;
        text-align: center !important;
        font-weight: bold;
    }
    
    .contact-us input {
        border: 1px solid #E51134
    }
    
    .contact-us textarea {
        height: 350px;
        resize: none;
        border: 1px solid #E51134
    }
    
    .contact-us .btn {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        color: white;
        font-weight: 500;
        font-size: 15px;
        padding: 8px 25px;
        width: fit-content;
        cursor: pointer;
        text-align: center;
        display: block;
        margin: 40px auto 40px;
    }
    /* .contact-us .btn:hover,
    .contact-us .btn:focus {
        background: rgb(175, 33, 38);
        background: linear-gradient(180deg, rgba(236, 28, 36, 1) 0%, rgba(187, 42, 92, 1) 50%, rgba(143, 56, 148, 1) 100%);
        color: white
    } */
    
    .contact-us .requierd {
        color: #E51134
    }
    /* End contact-us section */
    /* Start video-submit Section */
    
    .video-submit,
    .sub-form {
        background-image: url(../images/body-bg.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-color: #fff;
        background-size: 100%;
        width: 100%;
    }
    
    .video-submit .left-links ul {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        border-radius: 10px;
        /* height: 153px; */
        margin-bottom: 55px;
    }
    
    .video-submit ul {
        padding: 4px;
        margin: 0
    }
    
    .video-submit .left-links li {
        background-color: white;
        color: #E51134;
        width: 100%;
        border-radius: 6px;
        margin-bottom: 3px;
        padding: 5px 5px
    }
    
    .video-submit .left-links li a {
        color: #E51134;
        font-weight: bold;
        transition: all 0.3s ease-in-out;
    }
    
    .video-submit .left-links li a.active,
    .video-submit .left-links li a:hover {
        color: black;
        font-weight: bold;
        text-decoration: none;
    }
    
    .video-submit .right-data form {
        margin: 25px 0
    }
    
    .video-submit .right-data form .form-group-wg {
        margin-bottom: 40px;
    }
    
    .video-submit .right-data label {
        font-weight: bold;
    }
    
    .video-submit .right-data .requierd {
        color: #E51134
    }
    
    .video-submit .right-data h2 {
        color: #E51134;
    }
    
    .video-submit .right-data p {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 35px
    }
    
    .video-submit .right-data h6 {
        color: #E51134;
        font-weight: bold
    }
    
    .video-submit .right-data input {
        height: 48px;
        border: 1px solid #E51134;
    }
    
    .video-submit .right-data .for-margin {
        margin-top: 32px
    }
    
    .video-submit .right-data #file-chosen {
        margin-left: 0.3rem;
        font-weight: bold;
        color: #555;
        position: relative;
        top: 1px;
    }
    
    .video-submit .right-data .file-wg {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        color: white;
        padding: 5px 14px;
        font-family: sans-serif;
        border-radius: 0.3rem;
        cursor: pointer !important;
        font-size: 14px;
    }
    
    .video-submit .right-data .for-border {
        border: 1px solid #E51134;
        padding: 7px 10px 0;
        border-radius: 5px;
        cursor: pointer !important
    }
    
    .video-submit .right-data .hidden-input {
        opacity: 0;
        position: absolute;
        left: 15px;
        top: 33px;
        width: 91%;
        cursor: pointer;
        z-index: 9999;
    }
    
    .video-submit .right-data textarea {
        border: 1px solid #E51134;
        resize: none;
        height: 190px
    }
    
    .triangle {
        height: 9px;
        margin: 0 0 0 5px;
    }
    
    .video-submit .right-data small {
        font-weight: 600;
        padding-top: 20px !important;
        color: #333
    }
    
    .video-submit .right-data .input-radio-group .form-check-input,
    .video-submit .right-data .form-check-input {
        height: 16px !important
    }
    
    .video-submit .right-data .checkbox-wg {
        margin: 5px 0;
    }
    
    .video-submit .right-data .other-width {
        width: 400px
    }
    
    .video-submit .right-data select {
        width: 422px;
        border: 1px solid #E51134;
        height: 32px !important;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .video-submit .ancor-color,
    .video-submit .ancor-color:hover {
        color: #E51134
    }
    
    .video-submit .btn {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        color: white;
        font-weight: 500;
        font-size: 18px;
        padding: 8px 25px;
        cursor: pointer
    }
    /* .video-submit .btn:hover,
    .video-submit .btn:focus {
        background: rgb(175, 33, 38);
        background: linear-gradient(180deg, rgba(236, 28, 36, 1) 0%, rgba(187, 42, 92, 1) 50%, rgba(143, 56, 148, 1) 100%);
        color: white
    } */
    
    .video-submit .licence h6 {
        color: black;
        margin: 20px 0
    }
    
    .video-submit .licence {
        margin-bottom: 200px;
    }
    
    .video-submit .privacy {
        margin-bottom: 500px;
    }
    
    .video-submit .licence p {
        text-align: justify;
    }
    /* End video-submit Section */
    
    .video-item {
        cursor: pointer;
        margin-bottom: 30px
    }
    
    .pagination-code .pagination li:last-of-type {
        position: absolute;
        right: 20px
    }
    
    .pagination-code nav {
        background: none !important
    }
    
    .pagination-code .page-item a {
        border: none !important;
        background: none !important;
        color: black;
        font-weight: bold;
    }
    
    .pagination-code .page-item a:hover {
        color: firebrick
    }
    
    .pagination-code .disabled span {
        border: none !important
    }
    
    .vertical-alignment-helper {
        display: table;
        height: 100%;
        width: 100%;
        pointer-events: none;
    }
    
    .vertical-align-center {
        /* To center vertically */
        display: table-cell;
        vertical-align: middle;
        pointer-events: none;
    }
    
    .modal-content {
        /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
        width: inherit;
        max-width: inherit;
        /* For Bootstrap 4 - to avoid the modal window stretching
    full width */
        height: inherit;
        /* To center horizontally */
        margin: 0 auto;
        pointer-events: all;
    }
    /* End Form */
    
    .container-upload .upload-box {
        border-width: thick;
        padding: 20px;
        border: 2px solid firebrick;
        border-style: solid;
        min-height: 200px;
        width: 100%;
        border-radius: 5px
    }
    
    .container-upload .upload-box .content {
        padding: 1rem 0rem;
        text-align: center;
    }
    
    .container-upload .upload-box .content .upload-icon {
        padding-bottom: 1rem;
    }
    
    .container-upload .upload-box .content .upload-icon img {
        width: 10%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .container-upload .upload-box .content .text {
        font-weight: bold;
        display: inline;
        color: black;
        font-size: 15px
    }
    
    .container-upload .upload-box .content .upload-btn-wrapper {
        padding-top: 1rem;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }
    
    .container-upload .upload-box .content .btn {
        border: none;
        color: white;
        background-image: linear-gradient(to right top, #3a5bfe, #2c4dff, #1f3dff, #1428fe, #0f00fc);
        padding: 10px 40px;
        border-radius: 3px;
        font-size: 1.1rem;
        font-weight: 500;
    }
    
    .container-upload .upload-box .content .upload-btn-wrapper input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    
    .container-upload label {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 15px
    }
    
    .container-upload small {
        font-weight: bold;
        margin-bottom: 10px !important;
        display: block;
        font-size: 13px;
    }
    
    .container-upload .title-suggestion {
        height: 50px
    }
    
    .container-upload input,
    .container-upload select {
        border: 2px solid firebrick
    }
    
    .container-upload textarea {
        border: 2px solid firebrick;
        height: 200px;
        resize: none
    }
    
    .container-upload .form-group {
        margin-bottom: 40px
    }
    
    .filmed-operation {
        padding: 0 10px
    }
    
    .filmed-operation .form-check-label {
        border: 2px solid firebrick;
        width: 100%;
        font-size: 10px;
        padding: 5px 5px 5px 30px;
        display: flex;
        align-items: center;
        border-radius: 7px;
    }
    
    .filmed-operation .form-check-label input[type=radio] {
        position: relative;
        top: -2px;
        left: -5px;
    }
    
    .other-width {
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: 2px solid firebrick;
        border-radius: 0 !important;
    }
    
    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fff !important;
        opacity: 1;
    }
    
    .sub-form .title {
        width: 70%;
        text-align: center;
        text-align: justify;
        text-justify: inter-word;
        margin: 20px auto
    }
    
    .for-padding {
        padding: 40px
    }
    
    .container-upload .form-check {
        margin: 0;
        padding: 5px;
    }
    
    #sig-canvas {
        border: 2px solid firebrick;
        border-radius: 15px;
        cursor: crosshair;
        width: 300px;
        touch-action: none;
    }
    
    .signature {
        color: black !important;
        font-weight: bold;
        margin-bottom: 20px !important;
    }
    
    .btn-submit {
        background: rgb(236, 28, 36);
        background: linear-gradient(90deg, rgba(236, 28, 36, 1) 0%, rgb(144 18 18) 50%, rgb(97 23 23) 100%);
        border: none;
        border-radius: 8px;
        color: white !important;
        margin: 20px auto 0;
        display: block;
        cursor: pointer;
        padding: 7px 50px;
        font-weight: bold;
    }
    
    .header-area {
        background: black
    }
    
    .header-area .active a,
    .header-area .navbar-nav a:hover {
        color: #E51134
    }
    /* default css end */
    /* navbar regular css start */
    
    .navbar-area {
        background: rgba(0, 0, 0, .6);
        border-bottom: 1px solid #000;
        padding: 20px
    }
    
    .site-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    a.site-logo {
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
    }
    
    .site-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }
    
    .site-navbar ul li a {
        color: #fff;
        padding: 6px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    .site-navbar ul li a:hover {
        color: firebrick
    }
    /* navbar regular css end */
    /* nav-toggler css start */
    
    .nav-toggler {
        border: 3px solid #fff;
        padding: 5px;
        background-color: transparent;
        cursor: pointer;
        height: 39px;
        display: none;
    }
    
    .nav-toggler span,
    .nav-toggler span:before,
    .nav-toggler span:after {
        width: 28px;
        height: 3px;
        background-color: #fff;
        display: block;
        transition: .3s;
    }
    
    .nav-toggler span:before {
        content: '';
        transform: translateY(-9px);
    }
    
    .nav-toggler span:after {
        content: '';
        transform: translateY(6px);
    }
    
    .nav-toggler.toggler-open span {
        background-color: transparent;
    }
    
    .nav-toggler.toggler-open span:before {
        transform: translateY(0px) rotate(45deg);
    }
    
    .nav-toggler.toggler-open span:after {
        transform: translateY(-3px) rotate(-45deg);
    }
    /* nav-toggler css start */
    /* intro-area css start */
    
    .intro-area {
        height: calc(100vh - 61px);
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
    }
    
    .intro-area h2 {
        font-size: 50px;
        font-weight: 300;
        line-height: 50px;
        margin-bottom: 25px;
    }
    
    .intro-area p {
        font-size: 18px;
    }
    /* intro-area css end */
    /* mobile breakpoint start */
    
    .for-mob-search {
        display: none;
    }
    
    @media screen and (max-width: 992px) {
        /* navbar css for mobile start */
        .for-desc-search {
            display: none;
        }
        .for-mob-search {
            display: block;
            padding: 0 11px 0 30px;
        }
        .nav-toggler {
            display: block;
        }
        .site-navbar {
            min-height: 60px;
        }
        .header-area,
        .navbar-area {
            z-index: 999999999;
            position: relative;
        }
        .site-navbar ul {
            position: absolute;
            width: 100%;
            height: calc(100vh - 100px);
            left: 0;
            top: 100px;
            flex-direction: column;
            align-items: center;
            border-top: 1px solid #444;
            background: black;
            max-height: 0;
            overflow: hidden;
            /* transition: .3s; */
            /* z-index: 999999; */
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .site-navbar ul li {
            width: 100%;
            text-align: center;
        }
        .site-navbar ul li a {
            padding: 25px;
            font-size: 25px;
        }
        .site-navbar ul li a:hover {
            background-color: rgba(255, 255, 255, .1);
        }
        .site-navbar ul.open {
            max-height: 100vh;
            overflow: hidden;
            border: none
        }
        .intro-area h2 {
            font-size: 36px;
            margin-bottom: 15px;
        }
        /* navbar css for mobile end */
    }
    /* mobile breakpoint end */
    
    .for-reverse a {
        color: black;
        text-decoration: underline;
    }
    
    .for-reverse label {
        margin: 0
    }

    .loaderSec .loader {
        width: 30px;
        height: 30px;
        border: 3px solid #E51134;
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
    }
    
    @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    } 

    .for-p-top {
        padding-top: 40px
    }