@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/graphik/graphik-regular.woff') format('woff'), url('../fonts/graphik/graphik-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/graphik/graphik-regular-italic.woff') format('woff'), url('../fonts/graphik/graphik-regular-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/graphik/graphik-medium.woff') format('woff'), url('../fonts/graphik/graphik-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/graphik/graphik-semibold.woff') format('woff');
}

@font-face {
    font-family: 'Shentox';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/shentox/shentox-medium.woff') format('woff'), url('../fonts/shentox/shentox-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Avalon';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/avalon/avalon-bold-webfont.woff') format('woff'), url('../fonts/avalon/avalon-bold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Avalon';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/avalon/avalon-book-webfont.woff') format('woff'), url('../fonts/avalon/avalon-book-webfont.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons ';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    line-height: 1;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.bg_white {
    background: #fff;
}

.a_left {
    text-align: left !important;
}

textarea:focus,
input:focus,
select:focus,
a:focus {
    outline: none !important;
}

input[type="file"] {
    border: 0px !important;
    padding: 0px !important;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: 0px;
}

th,
td {
    text-align: left;
    padding: 4px;
}

ul,
li {
    list-style: none;
}

*:focus {
    outline: 0 !important;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}

.navbar {
    width: 100%;
    padding: 30px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Graphik', sans-serif, arial;
    font-weight: 400;
    z-index: 55;
}

.hero-benner {
    background-image: -o-linear-gradient(221deg, rgba(0, 0, 0, 0.445) 0%, rgba(0, 0, 0, 0.418) 100%), url(../img/live.jpg);
    background-image: linear-gradient(229deg, rgba(0, 0, 0, 0.445) 0%, rgba(0, 0, 0, 0.418) 100%), url(../img/live.jpg);
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.n-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-box {
    max-width: 125px;
    margin-right: 10px;
    cursor: pointer;
}

.logo-box img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.nav-list {
    display: block;
}

.nav-list ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 15px;
}

.nav-list ul li a {
    text-decoration: none;
    font-family: 'Shentox', sans-serif, arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
}

.nav-list ul li a::before {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    background-color: #b9090b;
    bottom: -5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-list ul li a:hover::before {
    width: 100%;
}

.nav-list ul li a.active {
    width: 100%;
    color: #c00;
}

.go-live {
    padding: 10px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Graphik', sans-serif, arial;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.go-live:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    background: #b9090b;
    border: 1px solid #b9090b;
    color: #fff;
}

.tittle-content {
    width: 100%;
    max-width: 800px;
    padding: 100px 0px;
    margin: 0px auto 0px;
}

.t-top {
    font-size: 55px;
    text-align: center;
    font-family: 'Avalon', sans-serif, arial;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.t-para {
    text-align: center;
    color: #fff;
    font-family: 'Graphik', sans-serif, arial;
    font-weight: 400;
    line-height: 25px;
    font-size: 18px;
}

.sub-banner {
    margin: 30px 0px 60px;
    padding-top: 40px;
}

.red-bg {
    background: #c00 !important;
    color: #fff !important;
    border: 1px solid #c00;
}

.plw {
    width: 100%;
    margin: auto;
    max-width: 950px;
}

.sub-ban-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 22%;
}

.sub-ban-img img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.plw-content {
    width: 100%;
    padding: 10px 30px;
    margin-top: 20px;
}

.plw-content h3,
p {
    text-align: center;
}

.nz-left {
    /* float: right; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.nz-left .go-live {
    margin-top: 0px !important;
    margin-top: 0px !important;
    white-space: nowrap;
    margin-right: 10px;
}

.vidbtn {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    max-width: 350px;
    width: 100%;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.vidbtn:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    background-color: #cc0000;
    border-color: transparent;
}

.sub-tt {
    font-size: 48px;
    text-align: center;
    font-family: 'avalon';
    font-family: 300;
    color: #000;
    margin-bottom: 12px;
}

.sub-p {
    text-align: center;
    color: #000;
    font-family: 'Graphik', sans-serif, arial;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.zlive-cat-sec {
    width: 100%;
}

.events-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px;
    margin: auto;
}

.event-pic {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 60px;
}

.event-img-box {
    width: 100%;
    position: relative;
    padding-bottom: 66%;
}

.event-img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.event-img-box2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -o-object-position: center;
    object-position: center;
}

.event-img-box::before {
    content: "";
    position: absolute;
    background-color: #c00;
    width: 100%;
    height: 100%;
    top: -25px;
    left: -25px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.bg-light {
    background-color: #f0f2f7 !important;
}

.event-con {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 50px
}

.evnt-con-tittle {
    font-size: 46px;
    font-family: 'Avalon', sans-serif, arial;
    font-weight: 700;
    margin-bottom: 20px;
}

.event-para {
    text-align: left;
    font-size: 15px;
    font-family: 'Graphik', sans-serif, arial;
    font-weight: 400;
    line-height: 21px;
    color: #333;
}

.event-img-box2::before {
    content: "";
    position: absolute;
    background-color: #c00;
    width: 100%;
    height: 100%;
    top: -25px;
    right: -25px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.event-img-box2 {
    width: 100%;
    position: relative;
    padding-bottom: 66%;
}

.toappsec {
    background-color: #b9090b;
    display: block;
    padding: 40px 0px 0px;
}

.toappcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toapp-left-col {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.lc-t {
    font-size: 46px;
    font-family: 'avalon';
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.left-col-ccontent {
    width: 100%;
    display: block;
    padding: 40px;
}

.to-p {
    font-size: 17px;
    text-align: left;
    color: #ffff;
    font-family: 'Graphik', sans-serif, arial;
    line-height: 25px;
    margin-bottom: 34px;
}

.m-strip {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.app-logos {
    max-width: 150px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.app-logos:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.app-logos img {
    width: 100%;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.app-logos:nth-child(1) {
    margin-right: 10px;
}

.right-col-ccontent {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.mocupcontainer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.mocupcontainer img {
    width: 75%;
    margin: -4px;
}

.testimonial {
    padding: 40px 0px;
    margin-top: 40px;
}

.testimonial-box {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 20px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-msg {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Graphik', sans-serif, arial;
    color: #000;
    font-weight: 300;
}

.c-msg::before {
    content: '\201c';
    top: 10px;
    left: -40px;
}

.c-msg::after {
    content: '\201d';
    top: 10px;
    right: -40px;
}

.client-name {
    font-family: 'avalon';
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.client-box {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    height: 180px;
    position: relative;
}

.client-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.client-box::before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: -25px;
    left: -25px;
    z-index: -1;
}

.testimonial-content {
    display: block;
    padding: 30px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}

.testimonial-title {
    font-size: 40px;
    margin: 40px auto 45px;
    font-family: 'avalon';
    color: #b9090b;
}


/* slider of testimonial testimonial-here */

.demo {
    padding: 40px 0px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #b9090b;
}


/* slider of testimonial testimonial-ends */

.feature-cat-sec {
    padding: 50px;
    background-color: #08088C;
}

.feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feature-boxes {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    padding: 10px;
    margin-bottom: 10px;
    display: table;
}

.sub-tt2 {
    font-size: 48px;
    text-align: center;
    font-family: 'avalon';
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
}

.feature-con {
    border: 1px solid #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: table-cell;
}

.feature-con:hover {
    background-color: #fff;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border: none;
}

.feature-con:hover .icon-cat span {
    color: #08088C;
}

.feature-con:hover .feature-p {
    color: #08088C;
}

.feature-con:hover .feature-tittles {
    color: #08088C;
}

.icon-cat {
    text-align: center;
    margin-bottom: 30px;
}

.icon-cat span {
    font-size: 80px;
    color: #fff;
}

.feature-tittles {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Avalon', sans-serif, arial;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.feature-p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Graphik', sans-serif, arial;
    color: #fff;
    line-height: 22px;
    text-align: center;
}

footer {
    padding: 20px 0px;
    background-color: #fff;
}

.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0px auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-col {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.foot-title {
    font-size: 20px;
    font-weight: 500;
    color: #101010;
    font-family: 'avalon';
    margin-bottom: 20px;
}

.foot-warp ul li a {
    display: inline-block;
    margin: 4px 0px;
    text-decoration: none;
    font-weight: 400;
    color: #333;
    font-family: 'Graphik', sans-serif, arial;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.foot-warp ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: black;
    -webkit-transition: width 300ms ease;
    -o-transition: width 300ms ease;
    transition: width 300ms ease;
    margin-top: 4px;
}


/* contact */

.contact-div {
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 40px 0;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.contact-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
}

.contact-column {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 25px;
}

.c-title {
    font-size: 30px;
    font-family: 'Avalon', sans-serif, arial;
    color: #000;
    margin-bottom: 25px;
}

.add-subtit {
    font-size: 18px;
    font-family: 'Graphik', sans-serif, arial;
    color: #c00;
    text-transform: uppercase;
}

.c-address-p {
    font-size: 15px;
    font-family: 'Graphik', sans-serif, arial;
    color: #333;
    line-height: 21px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.s-co {
    display: block;
    padding-bottom: 15px;
}


/*!sc*/

.foot-warp ul li a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}


/*!sc*/

.foot-warp ul li a:hover:after {
    width: 100%;
}

.foot-warp ul li a img {
    height: 25px;
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.f-end-strip {
    width: 100%;
    padding: 10px 0px;
}

.foot-warp {
    padding: 20px;
}

.tnm {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Graphik', sans-serif, arial;
    color: #101010;
}

.n-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-box {
    display: none;
    padding-right: 20px;
    cursor: pointer;
}

.toggle-box span {
    color: #fff;
    font-size: 28px;
}

.follow-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tc-title {
    font-family: 'Avalon', sans-serif, arial;
    letter-spacing: -.025em;
    line-height: 1.15;
    color: #000;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 500;
}

article p {
    text-align: left;
    font-size: 16px;
    font-family: 'Graphik';
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #505666;
}

article strong {
    text-align: left;
    font-size: 20px;
    font-family: 'Avalon', sans-serif, arial;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #19191a;
    display: block;
}
article ul{ padding: 0px; margin: 0 0 10px 15px; }
article ul li{ font-family: inherit; font-size: 15px; color: #505666;  display: block; padding: 5px 0;}

/* vidthumbpage-all-css-here-12-04-2022*/

.zv-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.zv-warpcols {
    display: block;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 0px 10px;
    margin-bottom: 22px;
}

.zv-content {
    display: block;
    width: 100%;
}



.zv-content .zv-videothumbail{ cursor: default; }
.zv-videothumbail {
    float: left;
    position: relative;
    width: 110px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    height: 110px;
    overflow: hidden;
    margin-right: 10px;
}

.zv-videothumbail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;    
    position: absolute;
    top: 0;
    left: 0;
}

.zv-content-detailbx {
    /* display: block;
    width: 100%; */
    overflow: hidden;
    padding: 0px 0px 10px;
    /* cursor: pointer; */
}

.d-parax {
    text-align: left;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.20px;
    max-width: 100%;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
    
}

.heading-detailbx {
        text-align: left;
    font-family: 'avalon',arial, sans-serif;
    font-weight: 500;
    font-size: 19px;
}

.largevidlist-bx {
    display: flex;
    flex-wrap: wrap;
   margin:0 -10px ;
}

.largevidcnt {
    flex-basis: 50%; max-width: 50%; padding: 0 10px 20px;
    
}

.l-vidbx {
    width: 100%;
    position: relative;
    padding-top: 56%;
    display: block;
}

.l-vidbx video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

._btn_streaming{ float: right; padding: 12px 30px; margin: 15px 0 0; font-family: inherit; font-size: 16px;
    font-weight: 500; background: #cc0000; color: #fff; border-radius: 4px;   }
._btn_streaming i{ vertical-align: middle; margin-right: 5px; }    
.bcolor{ color: #0187f9 !important; }

/* vidthumbpage-all-css-ends*/


/*media-quaries-here*/

@media screen and (max-width: 1200px) {
    .feature-con {
        padding: 25px;
    }
    .event-pic {
        padding: 30px;
    }
    .plw-content {
        padding: 10px 20px;
    }
    .event-con {
        padding: 40px;
    }
    .feature-cat-sec {
        padding: 30px;
    }
    .footer-row {
        padding: 10px 0;
    }
    .left-col-ccontent {
        width: 100%;
        display: block;
        padding: 0px 20px 0px;
    }
    .lc-t {
        font-size: 30px;
    }
    .nav-list ul li {
        margin-left: 4px;
        margin-right: 5px;
    }
    .nav-list ul li a {
        font-size: 13px;
    }
}


/* ------------------------------------ */

@media screen and (max-width: 1023px) {
    .contact-column {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .contact-div {
        margin: 20px 0;
    }
    .hero-benner .container {
        max-width: 100%;
    }
    .navbar {
        padding: 10px 0px;
    }
    .tittle-content {
        padding: 80px 20px;
    }
    .sub-banner {
        padding-top: 20px;
    }
    .event-con {
        padding: 10px;
    }
    .icon-cat span {
        font-size: 60px;
    }
    .feature-con {
        padding: 20px;
    }
    .feature-cat-sec {
        padding: 20px;
    }
    .go-live {
        padding: 10px 20px;
    }
    .testimonial-title {
        margin: 10px auto 20px;
    }
    .foot-title {
        margin-bottom: 12px;
    }
    .to-p {
        margin-bottom: 15px;
    }
    .evnt-con-tittle {
        font-size: 36px;
    }
    .events-wrap {
        padding: 30px 0px;
    }
    footer {
        padding: 30px 0px;
    }
    .logo-box {
        margin-right: 20px;
    }
    .go-live {
        padding: 10px 15px;
        font-size: 12px;
    }
    .logo-box {
        max-width: 140px;
        margin-right: 10px;
    }
    .foot-warp ul li a {
        margin: 4px 0px;
        font-size: 14px;
    }
    .go-live {
        font-size: 11px;
    }
    .feature-p {
        font-size: 15px;
    }
    .icon-cat span {
        font-size: 50px;
        padding: 20px;
    }
    .feature-p {
        font-size: 14px;
    }
    .feature-tittles {
        font-size: 22px;
        margin-bottom: 13px;
    }
    .sub-tt2 {
        font-size: 40px;
    }
    .toappsec {
        padding: 20px 0px 0px;
    }
    .lc-t {
        font-size: 26px;
    }
    .icon-cat span {
        font-size: 50px;
        padding: 15px;
    }
    .event-para {
        font-size: 16px;
        line-height: 22px;
    }
    .hero-benner {
        height: 70vh;
    }
    .evnt-con-tittle {
        margin-bottom: 15px;
    }
    .app-logos:nth-child(1) {
        margin-right: 10px;
    }
    /* --------------------- */
    .nav-list {
        width: 300px;
        height: 100vh;
        background-color: #b9090b;
        position: fixed;
        top: 0px;
        left: -300px;
        z-index: 20;
        -webkit-box-shadow: -1px 4px 28px 0px rgb(0 0 0 / 20%);
        box-shadow: -1px 4px 28px 0px rgb(0 0 0 / 20%);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 40px;
        -webkit-transform: 0.3s;
        -ms-transform: 0.3s;
        transform: 0.3s;
    }
    .nav-list ul li a::before {
        background-color: #fff;
    }
    .nav-list .link-wrapper ul li {
        display: block;
        width: 100%;
        padding: 15px 10px;
        margin: 10px 0px;
    }
    .toggle-box {
        display: block;
    }
    .nav-list ul li {
        display: block;
        margin: 15px 0px 30px;
    }
    #navlist {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .sub-tt {
        font-size: 36px;
    }
    .sub-p {
        font-size: 15px;
        line-height: 21px;
    }
    .t-para {
        font-size: 15px;
    }
    .event-pic {
        padding: 30px;
    }
    .evnt-con-tittle {
        font-size: 36px;
    }
    .lc-t {
        font-size: 28px;
        text-align: center;
    }
    .icon-cat {
        text-align: center;
        margin-bottom: 10px;
    }
    .foot-title {
        font-size: 14px;
    }
    .sub-banner {
        margin: 10px 0px 30px;
    }
    .event-con {
        padding: 10px;
    }
    .event-para {
        font-size: 15px;
        line-height: 20px;
    }
    .toappsec {
        padding: 20px 0px 0px;
    }
    .feature-cat-sec {
        padding: 30px 0px;
    }
    .footer-col {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .sub-tt2 {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .feature-boxes {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 10px;
    }
    .t-top {
        font-size: 50px;
        margin-bottom: 12px;
    }
    .mocupcontainer img {
        width: 75%;
        margin: -4px;
    }
    .app-logos:nth-child(1) {
        margin-right: 10px;
    }
    .m-strip {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .to-p {
        margin-bottom: 15px;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
    }
    .events-wrap {
        padding: 20px 0px;
    }
    .feature-con {
        padding: 10px;
    }
    .feature-p {
        font-size: 14px;
        padding: 10px;
    }
    .icon-cat span {
        padding: 15px;
    }
    .follow-us {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .foot-warp {
        padding: 10px;
    }
    .zv-warpcols{ -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
}


/* ------------------------------------ */

@media screen and (max-width: 767px) {
    .largevidcnt {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px 10px;
}
    .event-pic {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 30px;
    }
    .event-con {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .hero-benner {
        height: 60vh;
    }
    .toapp-left-col {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px;
    }
    .right-col-ccontent {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .mocupcontainer img {
        width: 50%;
        margin: -4px;
    }
    .sub-tt2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .tc-title {
        font-size: 30px;
    }
    article p {
        font-size: 15px;
    }
    article strong {
        margin-bottom: 8px;
        font-size: 17px;
    }
     .zv-warpcols{ -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
     .zv-videothumbail{ height: 110px; width: 110px; }
}


/* ------------------------------------ */

@media screen and (max-width: 480px) {
    .vidbtn, .go-live{ padding: 10px 10px !important; font-size: 12px !important; }
    ._btn_streaming {
    display: block;
    padding: 12px 0px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    background: #cc0000;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    max-width: 90%;
    margin: 15px auto 0;
        float: none;
}

.chck{ font-size: 16px; }
    .zv-warpcols{ -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
    .feature-boxes {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 10px;
    }
    .footer-col {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .event-pic {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 25px;
    }
    .event-con {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 10px;
    }
    .sub-tt {
        font-size: 26px;
    }
    .t-para {
        font-size: 14px;
    }
    .left-col-ccontent {
        padding: 30px 5px 20px;
    }
    .tittle-content {
        padding: 50px 0px;
    }
    .footer-row {
        padding: 10px 0;
    }
    .lc-t {
        font-size: 26px;
    }
    .testimonial-title {
        font-size: 26px;
    }
    .t-top {
        font-size: 36px;
    }
    .evnt-con-tittle {
        font-size: 28px;
    }
}


/* ------------------------------------ */

@media screen and (max-width: 375px) {
    .zv-warpcols{ -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
    .nav-list {
        width: 240px;
    }
    .tc-title {
        font-size: 24px;
    }
}


@media screen and ( max-width: 400px ){
    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}

/* ------------------------------------ */